@charset "UTF-8";
/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Serah Leke-Oyenibi Frank Smythson LTD
 */
@font-face {
  font-family: "MinionW05-Display";
  src: url("../fonts/MinionW05-Display.woff2") format("woff2"), url("../fonts/MinionW05-Display.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTW05-Medium";
  src: url("../fonts/GillSansMTW05-Medium.woff2") format("woff2"), url("../fonts/GillSansMTW05-Medium.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTW05-MediumItalic";
  src: url("../fonts/GillSansMTW05-MediumItalic.woff2") format("woff2"), url("../fonts/GillSansMTW05-MediumItalic.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/*
 ```
iconmoon iconfont
```
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mwtqo6");
  src: url("../fonts/icomoon.eot?mwtqo6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mwtqo6") format("truetype"), url("../fonts/icomoon.woff?mwtqo6") format("woff"), url("../fonts/icomoon.svg?mwtqo6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 768px) {
  .hide-for-not-phones {
    display: none;
  }
}

.g-select {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.g-select-wrap {
  position: relative;
}

.g-select-arrow {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  color: #c4d5e8;
  text-align: center;
  vertical-align: middle;
}
.g-select-arrow::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #c4d5e8;
  border-bottom: none;
}
.g-select-arrow::after {
  content: " ";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}

.l-footer {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.l-footer-signup {
  -ms-flex-order: 2;
      order: 2;
  padding: 0 20px 30px;
  background: #DCE6F2;
  height: 120px;
  width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer-signup {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-signup {
    height: 153px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-signup {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 0 0 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-signup {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-signup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-signup {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.l-footer .b-signup_form-success {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  padding-top: 23px;
}
.l-footer-payment {
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-payment {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-payment {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-payment {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-payment {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer-payment {
    max-width: 1440px;
  }
}
.l-footer-nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 3;
      order: 3;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  background: #C8D8EB;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-nav {
    padding: 30px 17px 0 17px;
  }
}
@media screen and (max-height: 750px) and (max-width: 1200px) {
  .l-footer-nav {
    padding: 30px 17px 0 17px;
  }
}
.l-footer-copyright {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 4;
      order: 4;
  background: #C8D8EB;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding: 30px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 25px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .l-footer[data-action=footer-Search-Show],
  .l-footer[data-action=footer-Product-Show],
  .l-footer[data-action=footer-Product-ShowInCategory],
  .l-footer[data-action=footer-Product-GlobaleShow] {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .l-footer[data-action=footer-Search-Show],
  .l-footer[data-action=footer-Product-Show],
  .l-footer[data-action=footer-Product-ShowInCategory],
  .l-footer[data-action=footer-Product-GlobaleShow] {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .l-body-page[data-action=Home-Show] .l-footer {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .l-body-page[data-action=Home-Show] .l-footer {
    padding-top: 0 !important;
  }
}

.b-error {
  margin: 40px auto 15px;
  padding: 120px 0 0;
}
@media screen and (min-width: 1024px) {
  .b-error {
    display: -ms-flexbox;
    display: flex;
    display: block;
    margin: 115px auto 40px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-error {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-error {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-error {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.b-error-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-error-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-error-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-error.m-bg_image {
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .b-error.m-bg_image {
    background-position-x: right;
  }
}
@media screen and (min-width: 1024px) {
  .b-error-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-error-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-error-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-error-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-error-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .b-error-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
  }
}
.b-error-description {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 25px 0 30px;
}
@media screen and (min-width: 1024px) {
  .b-error-description {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
.b-error-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-error-button:hover {
  text-decoration: none;
}
.b-error-button:focus {
  outline: none;
}
.b-error-button.disabled, .b-error-button.m-disabled, .b-error-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-error-button:hover, .b-error-button:active, .b-error-button:focus {
  text-decoration: none;
}
.b-error-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-error-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-error-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-error-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}

.l-auth-container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}

.l-checkout_footer {
  margin-top: 200px;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-checkout_footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
.l-checkout_footer-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-checkout_footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-checkout_footer-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-checkout_footer-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-checkout_footer-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .l-checkout_footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

.l-checkout_page {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-checkout_page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-checkout_page {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-checkout_page {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-checkout_page {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px), print {
  .l-checkout_page-row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px), print {
  .l-checkout_page-left_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px), print {
  .l-checkout_page-right_col {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.l-checkout_page-right_col .m-hide {
  display: none;
}

.l-account_page {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-account_page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-account_page {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-account_page {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-account_page {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-account_page {
    margin-top: 20px;
  }
}

.l-account_wishlist {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-account_wishlist {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-account_wishlist {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-account_wishlist {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-account_wishlist {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .l-account_wishlist-row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .l-account_wishlist-row.m-logged_in .l-account_wishlist-left_col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-account_wishlist-row.m-guest .l-account_wishlist-left_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .l-account_wishlist-right_col {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 767px) {
  .b-contact_us-banner .b-top_page_banner-text, .b-corporate_gifts-banner .b-top_page_banner-text {
    margin-top: 20px;
  }
}
.b-contact_us-description {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .b-contact_us-description {
    margin-bottom: 80px;
  }
}
.b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-col, .b-request_bespoke-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.l-body-page[data-action=Search-Show] .l-plp-noresult {
  padding: 0 !important;
  max-width: 1920px !important;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .l-plp-noresult {
    padding-top: 30px;
  }
}

.s-plp .b-header.m-header-disabled,
.s-clp-grouped .b-header.m-header-disabled {
  position: relative;
}

.js-diary-collection {
  scroll-margin-top: 200px;
}
@media screen and (min-width: 1024px) {
  .js-diary-collection {
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
}
@media screen and (max-width: 1023px) {
  .js-diary-collection {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}

.scroll {
  position: fixed;
  right: 42px;
  bottom: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  background-color: #c4d5e8;
  text-indent: -9999px;
  border-radius: 60px;
  z-index: 9999;
}

.scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.scroll:hover {
  background-color: #0b2171;
  opacity: 1;
}

@media (min-device-width: 320px) {
  .scroll {
    bottom: 23%;
    right: 21px;
  }
}
@media (min-width: 321px) {
  .scroll {
    margin-bottom: 50px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .scroll {
    bottom: 44%;
  }
}
.l-plp-rownew {
  margin-bottom: 50px;
}

.l-plp-row {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-row {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-plp-row {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .l-plp-row {
    margin-top: 24px;
  }
}
.l-plp .mobile-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-plp .desktop-only {
    display: none;
  }
  .l-plp .desktop-filter {
    display: none;
  }
  .l-plp .mobile-only {
    display: block;
  }
}
.l-plp .l-plp-product-sec {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-plp .l-plp-product-sec {
    -ms-flex: 1 1 83.3333333333%;
        flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .l-plp .l-plp-product-sec {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp .l-plp-product-sec {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .l-plp .l-plp-product-sec {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.l-plp-grid_cell {
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  max-width: 25%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .l-plp-grid_cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .l-plp-grid_cell {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .l-plp-grid_cell {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-grid_cell {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .l-plp-grid_cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1440px) {
  .l-plp-grid_cell {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-plp-grid_cell {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .l-plp-grid_cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .l-plp-grid_cell {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.l-plp-grid_cell-banner {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .l-plp-grid_cell-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell-banner {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .l-plp-grid_cell-banner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .l-plp-grid_cell-banner {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-grid_cell-banner {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .l-plp-grid_cell-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell-banner {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1440px) {
  .l-plp-grid_cell-banner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-plp-grid_cell-banner {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .l-plp-grid_cell-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_cell-banner {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .l-plp-grid_cell-banner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.l-plp-grid_footer {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-plp-grid_footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-plp-grid_footer {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .l-plp-grid_footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.l-plp-grid_display {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  margin: 64px auto 27px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-grid_display {
    margin: 52px auto 27px;
  }
}
@media screen and (max-width: 767px) {
  .l-plp-grid_display {
    margin: 36px auto 27px;
  }
}
.l-plp-grid_display.end-list {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-grid_display.end-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-plp-grid_display.end-list {
    margin-bottom: 0;
  }
}
.l-plp-show_more {
  height: 41px;
  width: 182px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
  color: #000;
  padding: 13px 41px 9px 41px;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
}

.plp_show_more_button {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp_show_more_button {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .plp_show_more_button {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .portrait {
    -ms-grid-column: span 2;
        grid-column: span 2;
    height: 546px;
  }
}
@media screen and (max-width: 767px) {
  .portrait {
    -ms-grid-column: span 2;
        grid-column: span 2;
    height: 277px;
  }
}

.landscape {
  -ms-grid-column: span 2;
      grid-column: span 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .landscape {
    height: 546px;
  }
}
@media screen and (max-width: 767px) {
  .landscape {
    height: 277px;
  }
}

.full {
  -ms-grid-column: span 3;
      grid-column: span 3;
  height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .full {
    -ms-grid-column: span 2;
        grid-column: span 2;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .full {
    -ms-grid-column: span 2;
        grid-column: span 2;
    height: 230px;
  }
}

.plp-grid_diary.plp-grid {
  grid-auto-flow: unset; /* Automatically fill gaps */
}

.plp-grid {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (auto)[3];
      grid-template-rows: repeat(3, auto);
  grid-auto-flow: dense; /* Automatically fill gaps */
}
@media screen and (max-width: 767px) {
  .plp-grid {
    gap: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .plp-grid {
    margin-top: 8px;
  }
}
.plp-grid .grid-item {
  position: relative;
  background-color: rgb(246, 246, 246);
}
.plp-grid .l-plp-grid_footer {
  -ms-grid-column: span 3;
      grid-column: span 3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-grid .l-plp-grid_footer {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .plp-grid .l-plp-grid_footer {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  .plp-grid .grid-item:nth-of-type(3n) {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .plp-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  .plp-grid .grid-item:nth-of-type(3n) {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}

.plp-gridnew {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (auto)[3];
      grid-template-rows: repeat(3, auto);
  grid-auto-flow: dense; /* Automatically fill gaps */
}
.plp-gridnew .plp-gridnew:nth-of-type(3n) {
  -ms-grid-column: span 2;
      grid-column: span 2;
}
.plp-gridnew .grid-item {
  position: relative;
  background-color: rgb(246, 246, 246);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-gridnew {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  .plp-gridnew .grid-item:nth-of-type(3n) {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .plp-gridnew {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  .plp-gridnew .grid-item:nth-of-type(3n) {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}

.l-home_page .b-recommendations, .l-home_page .b-recently_products {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-home_page .b-recommendations, .l-home_page .b-recently_products {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-home_page .b-recommendations, .l-home_page .b-recently_products {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-home_page .b-recommendations, .l-home_page .b-recently_products {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-home_page .b-recommendations, .l-home_page .b-recently_products {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.l-home_page .image_banner .b-columns-col_image {
  aspect-ratio: auto;
}

@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Home-Show] .l-home_page {
    top: -25px;
    position: relative;
  }
}

.l-cat_landing_page .b-recommendations, .l-cat_landing_page .b-recently_products {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-cat_landing_page .b-recommendations, .l-cat_landing_page .b-recently_products {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-cat_landing_page .b-recommendations, .l-cat_landing_page .b-recently_products {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-cat_landing_page .b-recommendations, .l-cat_landing_page .b-recently_products {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-cat_landing_page .b-recommendations, .l-cat_landing_page .b-recently_products {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs,
.l-body-page[data-action=Page-Show] .b-breadcrumbs,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs,
.l-body-page[data-action=Address-List] .b-breadcrumbs,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs,
.l-body-page[data-action=Order-Details] .b-breadcrumbs,
.l-body-page[data-action=Order-History] .b-breadcrumbs,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs {
  margin: 0 auto;
  padding: 10px 0 25px;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Stores-Find] .b-breadcrumbs,
  .l-body-page[data-action=Page-Show] .b-breadcrumbs,
  .l-body-page[data-action=Wishlist-Show] .b-breadcrumbs,
  .l-body-page[data-action=Account-EditProfile] .b-breadcrumbs,
  .l-body-page[data-action=Account-EditPassword] .b-breadcrumbs,
  .l-body-page[data-action=Address-AddAddress] .b-breadcrumbs,
  .l-body-page[data-action=Address-List] .b-breadcrumbs,
  .l-body-page[data-action=Address-EditAddress] .b-breadcrumbs,
  .l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs,
  .l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs,
  .l-body-page[data-action=Order-Details] .b-breadcrumbs,
  .l-body-page[data-action=Order-History] .b-breadcrumbs,
  .l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs {
    display: block;
    padding-bottom: 0;
  }
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-list,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-list,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-list,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-list,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-list,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-list,
.l-body-page[data-action=Address-List] .b-breadcrumbs-list,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-list,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-list,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-list,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-list,
.l-body-page[data-action=Order-History] .b-breadcrumbs-list,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-list {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Stores-Find] .b-breadcrumbs-list,
  .l-body-page[data-action=Page-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-Details] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-History] .b-breadcrumbs-list,
  .l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Stores-Find] .b-breadcrumbs-list,
  .l-body-page[data-action=Page-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-Details] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-History] .b-breadcrumbs-list,
  .l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-list {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-body-page[data-action=Stores-Find] .b-breadcrumbs-list,
  .l-body-page[data-action=Page-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-Details] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-History] .b-breadcrumbs-list,
  .l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-list {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-body-page[data-action=Stores-Find] .b-breadcrumbs-list,
  .l-body-page[data-action=Page-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-list,
  .l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-list,
  .l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-Details] .b-breadcrumbs-list,
  .l-body-page[data-action=Order-History] .b-breadcrumbs-list,
  .l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-list {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item {
  font-size: 10px;
  display: inline-block;
  color: #aaa;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item::before,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item::before,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item::before,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item::before,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item::before {
  color: #c4d5e8;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item:first-child::before,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item:first-child::before {
  display: none;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item::before,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item::before,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item::before,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item::before,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item::before,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item::before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  vertical-align: middle;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item_link,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item_link,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item_link,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item_link,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item_link,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item_link,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item_link,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item_link,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item_link,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item_link,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item_link,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item_link,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-weight: 400;
  color: #aaa;
}
.l-body-page[data-action=Stores-Find] .b-breadcrumbs-item_last,
.l-body-page[data-action=Page-Show] .b-breadcrumbs-item_last,
.l-body-page[data-action=Wishlist-Show] .b-breadcrumbs-item_last,
.l-body-page[data-action=Account-EditProfile] .b-breadcrumbs-item_last,
.l-body-page[data-action=Account-EditPassword] .b-breadcrumbs-item_last,
.l-body-page[data-action=Address-AddAddress] .b-breadcrumbs-item_last,
.l-body-page[data-action=Address-List] .b-breadcrumbs-item_last,
.l-body-page[data-action=Address-EditAddress] .b-breadcrumbs-item_last,
.l-body-page[data-action=PaymentInstruments-AddPayment] .b-breadcrumbs-item_last,
.l-body-page[data-action=PaymentInstruments-List] .b-breadcrumbs-item_last,
.l-body-page[data-action=Order-Details] .b-breadcrumbs-item_last,
.l-body-page[data-action=Order-History] .b-breadcrumbs-item_last,
.l-body-page[data-action=Givex-BalancePage] .b-breadcrumbs-item_last {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-weight: 600;
}

.l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs {
  margin: 0 auto;
  padding: 30px 0 28px;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs {
    display: block;
    padding: 10px 0 20px;
  }
}
.l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs-item {
  display: inline-block;
}
.l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs-item_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #041E42;
}
.l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs-item_last {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #041E42;
}
.l-body-page[data-action=DiaryFinder-DiaryFinderLP] .b-breadcrumbs-arrow_img {
  display: inline-block;
  margin-left: 17px;
  margin-right: 15.11px;
}

.l-body-page[data-action=Product-Show] .b-breadcrumbs,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs {
  margin: 0 auto;
}
.l-body-page[data-action=Product-Show] .b-breadcrumbs-item,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs-item,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs-item {
  display: inline-block;
}
.l-body-page[data-action=Product-Show] .b-breadcrumbs-item_link,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs-item_link,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs-item_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Product-Show] .b-breadcrumbs-item_last,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs-item_last,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs-item_last {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Product-Show] .b-breadcrumbs-arrow_img,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs-arrow_img,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs-arrow_img {
  display: inline-block;
  margin-left: 17px;
  margin-right: 15.11px;
}
.l-body-page[data-action=Product-Show] .b-breadcrumbs-slash,
.l-body-page[data-action=Product-ShowInCategory] .b-breadcrumbs-slash,
.l-body-page[data-action=Product-GlobaleShow] .b-breadcrumbs-slash {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.l-body-page[data-action=Search-Show] .b-breadcrumbs {
  margin: 26px auto 0 24px;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-breadcrumbs {
    margin: 15px auto 0 15px;
  }
}
.l-body-page[data-action=Search-Show] .b-breadcrumbs-item {
  display: inline-block;
}
.l-body-page[data-action=Search-Show] .b-breadcrumbs-item_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Search-Show] .b-breadcrumbs-item_last {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Search-Show] .b-breadcrumbs-arrow_img {
  display: inline-block;
  margin-left: 17px;
  margin-right: 15.11px;
}
.l-body-page[data-action=Search-Show] .b-breadcrumbs-slash {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.b-breadcrumbs-arrow_img {
  display: none;
}

.l-cat_landing_grouped .l-plp-row:has(.l-plp-product-sec):has(.b-grouped_products):has(.b-grouped_products-wrap) .b-refin-desk:not(.page-designer-reference) {
  display: none;
}
.l-cat_landing_grouped .l-plp-row:has(.l-plp-product-sec):has(.b-grouped_products):has(.b-grouped_products-wrap) .b-refin-desk:not(.page-designer-reference) + .l-plp-product-sec {
  max-width: 100%;
}
.l-cat_landing_grouped .l-plp-row:has(.l-plp-product-sec):has(.b-grouped_products):has(.b-grouped_products-wrap) .b-refin-desk:not(.page-designer-reference) + .l-plp-product-sec .b-grouped_products {
  -ms-flex-direction: row;
      flex-direction: row;
  padding-top: 36px;
  border-bottom: 1px dashed #c4d5e8;
}
.l-cat_landing_grouped .l-plp-grid_display.end-list {
  margin: 32px 0 48px 0;
}
@media screen and (max-width: 1023px) {
  .l-cat_landing_grouped .l-plp-grid_display.end-list {
    margin: 16px 0 24px 0;
  }
}
.l-cat_landing_grouped-wrap {
  border-top: 1px solid #d9d9d9;
}
.l-cat_landing_grouped-wrap:not(:has(.category-group):has(.b-refin-desk):has(.page-designer-reference)) {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .l-cat_landing_grouped-wrap:not(:has(.category-group):has(.b-refin-desk):has(.page-designer-reference)) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-cat_landing_grouped-wrap:not(:has(.category-group):has(.b-refin-desk):has(.page-designer-reference)) {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-cat_landing_grouped-wrap:not(:has(.category-group):has(.b-refin-desk):has(.page-designer-reference)) {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-cat_landing_grouped-wrap:not(:has(.category-group):has(.b-refin-desk):has(.page-designer-reference)) {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.l-cat_landing_grouped-wrap .category-group {
  margin-bottom: 0;
}
.l-cat_landing_grouped-wrap .category-group .b-refin-desk {
  max-width: 100%;
  padding-right: 16px !important;
  padding-left: 16px !important;
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-cat_landing_grouped-wrap .category-group .b-refin-desk {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-cat_landing_grouped-wrap .category-group .b-refin-desk {
    display: none;
  }
}
.l-cat_landing_grouped-wrap .category-group .b-refin-desk a {
  color: #000;
  display: block;
}
.l-cat_landing_grouped .b-recommendations, .l-cat_landing_grouped .b-recently_products {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .b-contact_us-banner .b-top_page_banner-text, .b-corporate_gifts-banner .b-top_page_banner-text {
    margin-top: 20px;
  }
}
.b-contact_us-description {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .b-contact_us-description {
    margin-bottom: 80px;
  }
}
.b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-col, .b-request_bespoke-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .b-request_bespoke-main {
    margin-top: 30px;
  }
}
.b-request_bespoke-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-right: unset !important;
  margin-left: unset !important;
}
@media only screen and (max-width: 767px) {
  .b-request_bespoke-row {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media only screen and (min-width: 825px) {
  .b-request_bespoke-row .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .b-request_bespoke-row .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}
.b-request_bespoke .b-top_page_banner-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-request_bespoke .b-top_page_banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

#bespokeStationery {
  max-width: 1440px;
}
#bespokeStationery .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}
#bespokeStationery .b-input_row-input {
  border-width: 1px;
  border-color: black;
  padding: 4px 0 18px 7px;
}
#bespokeStationery .b-input_row-input1 {
  width: unset;
}
#bespokeStationery .js-form-group {
  -ms-flex: 1 1 23%;
      flex: 1 1 23%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#bespokeStationery .b-contact_us-row, #bespokeStationery .b-corporate_gifts-row, #bespokeStationery .b-request_bespoke-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: unset !important;
  margin-left: unset !important;
}
#bespokeStationery .g-button_primary {
  width: 250px;
  background-color: #c4d5e8;
  color: black;
  margin-bottom: 20px;
}
#bespokeStationery .selectric-items .selectric-scroll > ul > li:before {
  content: none;
}
#bespokeStationery .selectric .button:before {
  position: unset !important;
  border-top-color: #000000 !important;
  border: 8px solid transparent;
}
#bespokeStationery .selectric .button:after {
  position: unset !important;
  border: none !important;
}
#bespokeStationery .selectric .button {
  padding-top: 8px !important;
  position: absolute;
  right: 4%;
}
#bespokeStationery .selectric-items {
  width: 100% !important;
}
#bespokeStationery .selectric-b-request_bespoke-form_select > .selectric > .label {
  padding: unset !important;
}
@media screen and (min-width: 768px) {
  #bespokeStationery .b-contact_us-row, #bespokeStationery .b-corporate_gifts-row, #bespokeStationery .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media only screen and (max-width: 767px) {
  #bespokeStationery .b-contact_us-row, #bespokeStationery .b-corporate_gifts-row, #bespokeStationery .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
  }
  #bespokeStationery .js-form-group {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 825px) {
  #bespokeStationery .item3 {
    -ms-flex-order: 7;
        order: 7;
  }
  #bespokeStationery .item6 {
    -ms-flex-order: 8;
        order: 8;
  }
  #bespokeStationery .g-button_primary {
    margin-left: 20px;
  }
  #bespokeStationery .confirmation-message {
    margin: 0 30px;
  }
  #bespokeStationery .js-form-group {
    -ms-flex: 1 1 39%;
        flex: 1 1 39%;
    margin: 15px 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 825px) {
  #bespokeStationery .confirmation-message {
    margin: 30px;
  }
}
@media only screen and (min-width: 825px) {
  #bespokeStationery {
    scroll-margin: 150px !important;
  }
  #bespokeStationery .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%;
    width: 100%;
  }
  #bespokeStationery .item6 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 4;
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 3;
    margin-right: unset !important;
    margin-left: 30px;
  }
  #bespokeStationery .item3 {
    width: unset;
    margin-right: unset !important;
    margin-left: 30px;
  }
  #bespokeStationery .item2,
  #bespokeStationery .item5,
  #bespokeStationery .item8 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  #bespokeStationery #bespoke-form-comment {
    height: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 769px) and (max-height: 986px) {
  #bespokeStationery .grid-container {
    display: table;
  }
  #bespokeStationery .js-form-group {
    margin: 30px 20px;
  }
  #bespokeStationery .item3 {
    -ms-flex-order: 7 !important;
        order: 7 !important;
  }
  #bespokeStationery .item6 {
    -ms-flex-order: 8 !important;
        order: 8 !important;
  }
}
@media only screen and (max-height: 500px) {
  #bespokeStationery .grid-container {
    display: -ms-grid !important;
    display: grid !important;
  }
  #bespokeStationery .js-form-group {
    margin: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .b-contact_us-banner .b-top_page_banner-text, .b-corporate_gifts-banner .b-top_page_banner-text {
    margin-top: 20px;
  }
}
.b-contact_us-description {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .b-contact_us-description {
    margin-bottom: 80px;
  }
}
.b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-contact_us-main, .b-corporate_gifts-main, .b-request_bespoke-main {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-row, .b-corporate_gifts-row, .b-request_bespoke-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_us-col, .b-request_bespoke-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-contact_us-col, .b-request_bespoke-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .b-corporate_gifts-main {
    margin-top: 30px;
  }
}
.b-corporate_gifts-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .b-corporate_gifts-left {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-corporate_gifts-left {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-corporate_gifts-left {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-corporate_gifts-left {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-corporate_gifts-right {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-corporate_gifts-right {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-corporate_gifts-right {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-corporate_gifts-right {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-corporate_gifts .b-top_page_banner-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-corporate_gifts .b-top_page_banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

img.lazy1 {
  opacity: 0;
}

img.lazy1:not(.initial):not(.loaded) {
  transition: opacity 1s;
}

img.lazy1.initial,
img.lazy1.loaded,
img.lazy1.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.b-copyright {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #041E42;
}
.b-copyright-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-copyright-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-copyright-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-copyright-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-copyright-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.js-outofstock-dialog .b-signup_form {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.js-outofstock-dialog .b-signup_form-input_group {
  position: relative;
}
.js-outofstock-dialog .b-signup_form-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .js-outofstock-dialog .b-signup_form-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.js-outofstock-dialog .b-signup_form-description {
  margin-bottom: 10px;
}

.l-footer .b-signup_form {
  padding-top: 22px;
  padding-bottom: 20px;
}
.l-footer .b-signup_form-form {
  position: relative;
  -ms-flex: 1 1 16.6666666667%;
      flex: 1 1 16.6666666667%;
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_form-form {
    top: -115px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_form-form {
    position: relative;
    left: -130px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1445px) {
  .l-footer .b-signup_form-form {
    position: relative;
    left: -170px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer .b-signup_form-form {
    top: -95px;
  }
}
.l-footer .b-signup_form-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: normal;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  color: #041E42;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer .b-signup_form-title {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_form-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    top: -125px;
    width: 270px;
    left: 77px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_form-title {
    left: -165px;
  }
}
@media screen and (min-width: 1445px) {
  .l-footer .b-signup_form-title {
    left: -215px;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer .b-signup_form-title {
    top: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_form-title {
    left: 170px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .l-footer .b-signup_form-title {
    left: 170px;
  }
}
.l-footer .b-signup_form-description {
  margin-bottom: 10px;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #041E42;
  position: relative;
  width: 240px;
  text-align: unset !important;
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_form-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    top: -125px;
    left: 77px;
    width: 270px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .l-footer .b-signup_form-description {
    left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_form-description {
    left: -165px;
  }
}
@media screen and (min-width: 1445px) {
  .l-footer .b-signup_form-description {
    left: -215px;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer .b-signup_form-description {
    top: -100px;
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_form-description {
    left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_form-container {
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer .b-signup_form-newsletter {
  -ms-flex: 1 1 8.3333333333%;
      flex: 1 1 8.3333333333%;
  width: 29.82px;
  height: 126.75px;
  bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_form-newsletter {
    right: -38px;
  }
}
@media screen and (min-width: 1610px) {
  .l-footer .b-signup_form-newsletter {
    right: -110px;
  }
}
@media screen and (min-width: 825px) and (max-width: 1025px) {
  .l-footer .b-signup_form-newsletter {
    right: unset !important;
    left: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_form-newsletter {
    width: 50px;
    height: auto;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_form-newsletter {
    left: 105px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .l-footer .b-signup_form-newsletter {
    left: 105px;
  }
}
@media screen and (min-width: 1445px) and (max-width: 1465px) {
  .l-footer .b-signup_form-newsletter {
    right: unset;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .l-footer .b-signup_form-newsletter {
    right: -20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer .b-signup_form-newsletter {
    width: 40px;
    height: auto;
    left: 20px;
    bottom: 40px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .l-footer .b-signup_form-newsletter {
    right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_form-success {
    text-align: center;
  }
}

.l-footer .b-signup_group-input {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  width: 350px;
  height: 44px;
  border: 0.8px solid #AAAAAA;
  background: #DCE6F2;
  padding-left: 11px;
}
.l-footer .b-signup_group-input:-ms-input-placeholder {
  color: #a3a3a3;
}
.l-footer .b-signup_group-input::placeholder {
  color: #a3a3a3;
}
.l-footer .b-signup_group-input[type=search], .l-footer .b-signup_group-input[type=search]::-webkit-search-decoration, .l-footer .b-signup_group-input[type=search]::-webkit-search-cancel-button, .l-footer .b-signup_group-input[type=search]::-webkit-search-results-button, .l-footer .b-signup_group-input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.l-footer .b-signup_group-input[type=number] {
  -moz-appearance: textfield;
}
.l-footer .b-signup_group-input[type=number]::-webkit-outer-spin-button, .l-footer .b-signup_group-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-footer .b-signup_group-input:hover, .l-footer .b-signup_group-input:focus {
  border-bottom-color: #0b2171;
  outline: none;
  box-shadow: none;
}
.l-footer .b-signup_group-input.m-textarea {
  resize: none;
  height: 60px;
}
.l-footer .b-signup_group-input.is-invalid, .l-footer .b-signup_group-input.m-error {
  border-color: #de0000;
}
.l-footer .b-signup_group-input.is-invalid:hover, .l-footer .b-signup_group-input.is-invalid:focus, .l-footer .b-signup_group-input.m-error:hover, .l-footer .b-signup_group-input.m-error:focus {
  border-color: #de0000;
}
.l-footer .b-signup_group-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.l-footer .b-signup_group-input::-ms-clear {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_group-input {
    width: 221px;
    height: 38px;
  }
}
@media screen and (min-width: 370px) and (max-width: 400px) {
  .l-footer .b-signup_group-input {
    width: 66%;
  }
}
@media screen and (min-width: 400px) and (max-width: 700px) {
  .l-footer .b-signup_group-input {
    width: 69%;
  }
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .l-footer .b-signup_group-input {
    width: 60%;
    margin-left: 11%;
  }
}
@media screen and (min-width: 300px) and (max-width: 350px) {
  .l-footer .b-signup_group-input {
    width: 59%;
  }
}
@media screen and (min-width: 270px) and (max-width: 285px) {
  .l-footer .b-signup_group-input {
    width: 53%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .l-footer .b-signup_group-input {
    width: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_group-input {
    width: 61%;
    margin-right: 14px;
    margin-left: 12%;
  }
}
@media screen and (min-width: 711px) and (max-width: 768px) {
  .l-footer .b-signup_group-input {
    width: 61%;
    margin-right: 14px;
    margin-left: 12%;
  }
}
.l-footer .b-signup_group-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  padding: 10px;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 -10px;
  cursor: pointer;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #407EC9;
  text-transform: none;
}
.l-footer .b-signup_group-button:focus {
  outline: none;
}
.l-footer .b-signup_group-button.disabled, .l-footer .b-signup_group-button.m-disabled, .l-footer .b-signup_group-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.l-footer .b-signup_group-button:hover, .l-footer .b-signup_group-button:active, .l-footer .b-signup_group-button:focus {
  text-decoration: none;
}
.l-footer .b-signup_group-button:not(:disabled):active {
  opacity: 0.7;
}
@media (hover: hover) {
  .l-footer .b-signup_group-button:not(:disabled):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .b-signup_group-button {
    width: 118px;
    height: 38px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .b-signup_group-button {
    width: 145px;
    height: 44px;
    right: 85px;
  }
}
@media screen and (min-width: 1445px) {
  .l-footer .b-signup_group-button {
    right: 335px;
  }
}
@media screen and (min-width: 1445px) and (max-width: 1465px) {
  .l-footer .b-signup_group-button {
    right: 85px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1610px) {
  .l-footer .b-signup_group-button {
    right: 175px;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .l-footer .b-signup_group-button {
    right: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_group-button {
    right: 10%;
  }
}
@media screen and (min-width: 711px) and (max-width: 768px) {
  .l-footer .b-signup_group-button {
    right: 10%;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .l-footer .b-signup_group-button {
    right: -90px;
  }
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .l-footer .b-signup_group-button {
    right: 10%;
  }
}
.l-footer .b-signup_group-checkbox {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
.l-footer .b-signup_group-checkbox:hover .l-footer .b-signup_group-checkbox_label::after {
  border: 2px solid #0b2171;
}
.l-footer .b-signup_group-checkbox_input[required] ~ .l-footer .b-signup_group-checkbox_label span {
  position: relative;
  padding-left: 8px;
}
.l-footer .b-signup_group-checkbox_input[required] ~ .l-footer .b-signup_group-checkbox_label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.l-footer .b-signup_group-checkbox_input[required] ~ .l-footer .b-signup_group-checkbox_label span {
  position: relative;
  padding-left: 8px;
}
.l-footer .b-signup_group-checkbox_input[required] ~ .l-footer .b-signup_group-checkbox_label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.l-footer .b-signup_group-checkbox_input.m-error ~ .l-footer .b-signup_group-checkbox_label::after, .l-footer .b-signup_group-checkbox_input.is-invalid ~ .l-footer .b-signup_group-checkbox_label::after {
  border-color: #de0000;
}
.l-footer .b-signup_group-checkbox_input:checked ~ .l-footer .b-signup_group-checkbox_label::after {
  background-color: #0b2171;
  border-color: #0b2171;
}
.l-footer .b-signup_group-checkbox_input:checked ~ .l-footer .b-signup_group-checkbox_label::before {
  display: block;
}
.m-acc-on .l-footer .b-signup_group-checkbox_input:focus ~ .l-footer .b-signup_group-checkbox_label::after {
  box-shadow: 0 0 4px 1px #c4d5e8 !important;
}
.m-acc-on .l-footer .b-signup_group-checkbox_input.is-invalid:focus ~ .l-footer .b-signup_group-checkbox_label::after {
  box-shadow: 0 0 2px 0 #de0000 !important;
}
.l-footer .b-signup_group-checkbox_input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.l-footer .b-signup_group-checkbox_label {
  cursor: pointer;
}
.l-footer .b-signup_group-checkbox_label a {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.l-footer .b-signup_group-checkbox_label a:hover {
  text-decoration: none;
}
.l-footer .b-signup_group-checkbox_label::after, .l-footer .b-signup_group-checkbox_label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.l-footer .b-signup_group-checkbox_label::after {
  left: 0;
  top: 2px;
  z-index: 1;
  height: 14px;
  width: 14px;
  border: 2px solid #c4d5e8;
}
.l-footer .b-signup_group-checkbox_label::before {
  z-index: 2;
  left: 3px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-color: #fff;
  transform: rotate(-45deg);
  display: none;
}
.l-footer .b-signup_group-checkbox_label-input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.l-footer .b-signup_group-checkbox_label-label {
  cursor: pointer;
}
.l-footer .b-signup_group-checkbox_label-label a {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.l-footer .b-signup_group-checkbox_label-label a:hover {
  text-decoration: none;
}
.l-footer .b-signup_group-checkbox_label-label::after, .l-footer .b-signup_group-checkbox_label-label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.l-footer .b-signup_group-checkbox_label-label::after {
  left: 0;
  top: 2px;
  z-index: 1;
  height: 14px;
  width: 14px;
  border: 2px solid #c4d5e8;
}
.l-footer .b-signup_group-checkbox_label-label::before {
  z-index: 2;
  left: 3px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-color: #fff;
  transform: rotate(-45deg);
  display: none;
}
.l-footer .b-signup_group-checkbox_input-input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.l-footer .b-signup_group-checkbox_input-label {
  cursor: pointer;
}
.l-footer .b-signup_group-checkbox_input-label a {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.l-footer .b-signup_group-checkbox_input-label a:hover {
  text-decoration: none;
}
.l-footer .b-signup_group-checkbox_input-label::after, .l-footer .b-signup_group-checkbox_input-label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.l-footer .b-signup_group-checkbox_input-label::after {
  left: 0;
  top: 2px;
  z-index: 1;
  height: 14px;
  width: 14px;
  border: 2px solid #c4d5e8;
}
.l-footer .b-signup_group-checkbox_input-label::before {
  z-index: 2;
  left: 3px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-color: #fff;
  transform: rotate(-45deg);
  display: none;
}
.l-footer .b-signup_group-error_message {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 5px 0 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer .b-signup_group-error_message {
    width: 61%;
    margin-right: 14px !important;
    margin-left: 12% !important;
  }
}

.outofstock_dialog .b-signup_group-input {
  font-family: "GillSansMTW05-Medium" !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #000 !important;
  width: 100% !important;
  padding: 5px 0 !important;
  background-color: transparent !important;
  border-width: 0 0 2px !important;
  border-style: solid !important;
  border-color: #c4d5e8 !important;
  border-radius: 0 !important;
  padding: 10px 70px 10px 0 !important;
}
.outofstock_dialog .b-signup_group-error_message {
  font-family: "GillSansMTW05-Medium" !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #000 !important;
  display: block !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
  color: #de0000 !important;
}
.outofstock_dialog .b-signup_group-checkbox {
  font-family: "GillSansMTW05-Medium" !important;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #000 !important;
  position: relative !important;
  padding-left: 25px !important;
  cursor: pointer !important;
  display: block !important;
  margin-top: 10px !important;
}
.outofstock_dialog .b-signup_group-checkbox_input {
  border: 0 !important;
  left: 5px;
  top: 2px;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.outofstock_dialog .b-signup_backinstock {
  width: 100% !important;
  background: black !important;
  border: none !important;
  padding: 10px 0 !important;
  color: white !important;
  margin: 10px 0 !important;
  cursor: pointer !important;
  min-height: auto !important;
  line-height: 15px !important;
  font-family: "GillSansMTW05-Medium" !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  cursor: pointer !important;
  position: relative !important;
  color: #000 !important;
  min-height: 44px !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background: none !important;
  padding: 10px 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  background-color: #000 !important;
  display: block !important;
  width: 100% !important;
  margin-bottom: 22px !important;
}

.b-payment_methods-list {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .b-payment_methods-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.b-payment_methods-item {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .b-payment_methods-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .b-payment_methods-item {
    margin: 0 12px 0 0;
  }
}
.b-payment_methods-item img {
  height: 45px;
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .b-payment_methods-item img {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .footer-paymenticon.b-footer_nav-container {
    padding-left: 58px;
  }
}
.b-footer_nav-container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .b-footer_nav-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .b-footer_nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .b-footer_nav-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer_nav-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-footer_nav-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-footer_nav-content {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer_nav-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer_nav-content {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-footer_nav-content {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-footer_nav-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .b-footer_nav-content .b-footer_nav-column.g-accordion-item:nth-child(1) {
    -ms-flex-order: 4;
        order: 4;
  }
  .b-footer_nav-content .b-footer_nav-column.g-accordion-item:nth-child(2) {
    -ms-flex-order: 2;
        order: 2;
  }
  .b-footer_nav-content .b-footer_nav-column.g-accordion-item:nth-child(3) {
    -ms-flex-order: 3;
        order: 3;
  }
  .b-footer_nav-content .b-footer_nav-column.g-accordion-item:nth-child(4) {
    -ms-flex-order: 1;
        order: 1;
  }
  .b-footer_nav-content #pl-passport-widget-trigger-v1 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media screen and (min-width: 768px) {
  .b-footer_nav-column {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer_nav-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer_nav-column {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-footer_nav-column {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-footer_nav-column_title {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #041E42;
}
@media screen and (min-width: 768px) {
  .b-footer_nav-column_title {
    margin-bottom: 10px;
  }
}
.b-footer_nav-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #041E42;
}
.b-footer_nav-link:hover {
  text-decoration: underline;
}
.b-footer_nav-social {
  display: inline;
  vertical-align: middle;
}
@media screen and (min-width: 1440px) {
  .b-footer_nav-social {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .b-footer_nav-social {
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer_nav-social {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b-footer_nav-social {
    margin-right: 55px;
  }
}
.b-footer_nav-social .b-footer_nav-link {
  padding-bottom: 26px;
}

.b-personal {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-personal {
    display: block;
    margin-bottom: 200px;
  }
}
.b-personal-image_wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .b-personal-image_wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.b-personal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .b-personal-img {
    -ms-flex: 1 1 62.5%;
        flex: 1 1 62.5%;
    max-width: 62.5%;
  }
}
.b-personal-content_wrap {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .b-personal-content_wrap {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    height: 800px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .b-personal-content_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .b-personal-content_wrap {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-personal-content_wrap {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-personal-content_wrap {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-personal-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personal-content {
    padding: 0 34px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personal-content {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 0;
  }
}
.b-personal-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-personal-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personal-title {
    padding-top: 0;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
.b-personal-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .b-personal-description {
    padding-bottom: 50px;
  }
}
.b-personal-list .b-products_list {
  width: 50%;
  float: left;
}

.b-stamping {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .b-stamping {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .b-stamping {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .b-stamping {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-stamping {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-stamping-wrap {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-stamping-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-stamping-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-stamping-img_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-stamping-img_col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping-img_col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-stamping-img_col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-stamping-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
.b-stamping-content_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-stamping-content_col {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-stamping-content_col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping-content_col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-stamping-content_col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-stamping-content {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .b-stamping-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .b-stamping-content {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping-content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-stamping-content {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-stamping-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-stamping-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-stamping-title {
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.b-stamping-text {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.b-stamping-content_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .b-stamping-content_img {
    -ms-flex-order: -1;
        order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .b-stamping-content_img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .b-stamping-link_wrap {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .b-stamping-link_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .b-stamping-link_wrap {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stamping-link_wrap {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-stamping-link_wrap {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-stamping-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-stamping-link:focus {
  outline: none;
}
.b-stamping-link.disabled, .b-stamping-link.m-disabled, .b-stamping-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-stamping-link:hover, .b-stamping-link:active, .b-stamping-link:focus {
  text-decoration: none;
}
.b-stamping-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-stamping-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-stamping-link:hover {
  text-decoration: none;
}

.b-stationery {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .b-stationery {
    margin-bottom: 200px;
  }
}
.b-stationery-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-stationery-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.b-stationery-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-stationery-item:nth-child(0n+2) {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-stationery-item:nth-child(0n+2) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-stationery-item:nth-child(0n+2) {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-stationery-item:nth-child(0n+2) {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-stationery-item:nth-child(0n+2) {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-stationery-item {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .b-stationery-item:nth-child(0n+2) {
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin: 0 50px;
    padding: 0 45px;
  }
}
.b-stationery-img {
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
}
.b-stationery-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-stationery-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-stationery-title {
    line-height: 40px;
    padding-bottom: 25px;
    padding-top: 0;
  }
}
.b-stationery-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .b-stationery-description {
    padding-bottom: 20px;
  }
}
.b-stationery-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-stationery-link:focus {
  outline: none;
}
.b-stationery-link.disabled, .b-stationery-link.m-disabled, .b-stationery-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-stationery-link:hover, .b-stationery-link:active, .b-stationery-link:focus {
  text-decoration: none;
}
.b-stationery-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-stationery-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-stationery-link:hover {
  text-decoration: none;
}

.b-bespoke {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .b-bespoke {
    margin-bottom: 200px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .b-bespoke-image_wrap {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
.b-bespoke-img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
.b-bespoke-content_wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 1024px) {
  .b-bespoke-content_wrap {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
.b-bespoke-content_col {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-bespoke-content_col {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .b-bespoke-content_col {
    max-width: 512px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .b-bespoke-content_col {
    max-width: 720px;
    padding-left: 64px;
  }
}
.b-bespoke-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-bespoke-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-bespoke-title {
    line-height: 40px;
    padding-bottom: 25px;
    padding-top: 0;
  }
}
.b-bespoke-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 25px;
}
.b-bespoke-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-bespoke-link:focus {
  outline: none;
}
.b-bespoke-link.disabled, .b-bespoke-link.m-disabled, .b-bespoke-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-bespoke-link:hover, .b-bespoke-link:active, .b-bespoke-link:focus {
  text-decoration: none;
}
.b-bespoke-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-bespoke-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-bespoke-link:hover {
  text-decoration: none;
}
.b-bespoke-contacts {
  margin-top: 40px;
  font-size: 0;
}
.b-bespoke-contacts_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.b-bespoke-contacts .b-contacts {
  width: 50%;
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 479px) {
  .b-bespoke-contacts .b-contacts {
    width: 100%;
    display: block;
  }
  .b-bespoke-contacts .b-contacts:last-child {
    margin-bottom: 0;
  }
}
.b-bespoke-contacts .b-contacts-title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  padding-bottom: 5px;
}
.b-bespoke-contacts .b-contacts-title, .b-bespoke-contacts .b-contacts-item {
  padding-right: 15px;
}

.b-personalization_fluid {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid {
    margin-bottom: 200px;
  }
}
.b-personalization_fluid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.b-personalization_fluid-col {
  position: relative;
}
.b-personalization_fluid-col + .b-personalization_fluid-col {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-col {
    width: 100%;
    max-height: 580px;
  }
  .b-personalization_fluid-col + .b-personalization_fluid-col {
    padding-top: 0;
  }
}
.b-personalization_fluid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-personalization_fluid-content {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-personalization_fluid-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalization_fluid-content {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-personalization_fluid-content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-personalization_fluid-content {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-content {
    position: absolute;
    padding: 80px;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-content.h-additional_space {
    padding-left: 160px;
    margin-right: 160px;
  }
}
.b-personalization_fluid-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #041E42;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .b-personalization_fluid-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-personalization_fluid-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .b-personalization_fluid-description {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.b-personalization_fluid-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-personalization_fluid-link:focus {
  outline: none;
}
.b-personalization_fluid-link.disabled, .b-personalization_fluid-link.m-disabled, .b-personalization_fluid-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-personalization_fluid-link:hover, .b-personalization_fluid-link:active, .b-personalization_fluid-link:focus {
  text-decoration: none;
}
.b-personalization_fluid-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-personalization_fluid-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-personalization_fluid-link:hover {
  text-decoration: none;
}

.b-inspired {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-inspired {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-inspired {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-inspired {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-inspired {
    margin-bottom: 200px;
  }
}
.b-inspired-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .b-inspired-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-inspired-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-inspired-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-inspired-text {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-inspired-text {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-text {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-inspired-text {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-inspired-images_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .b-inspired-images_container {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .b-inspired-images_container {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-images_container {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-inspired-images_container {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-inspired-images_container {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
  }
}
.b-inspired-images_wraper {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-inspired-images_wraper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-images_wraper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-inspired-images_wraper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-inspired-images_wraper {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-images_wraper {
    padding: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-inspired-images_wraper {
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-inspired-images_wraper {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-inspired-images_wraper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-inspired-images_wraper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-inspired-images_wraper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-inspired-img {
  object-fit: contain;
  width: 100%;
}
.b-inspired-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .b-inspired-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-inspired-title {
    line-height: 40px;
  }
}
.b-inspired-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .b-inspired-description {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.b-more {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.b-more-img {
  width: 100%;
  max-height: 580px;
  min-height: 320px;
  object-fit: cover;
}
.b-more-content {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-more-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-more-content {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-more-content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-more-content {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 479px) {
  .b-more-content {
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-more-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .b-more-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-more-title {
    line-height: 40px;
  }
}
.b-more-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 25px;
  padding-top: 25px;
}
.b-more-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  padding: 12px 35px;
}
.b-more-button:hover {
  text-decoration: none;
}
.b-more-button:focus {
  outline: none;
}
.b-more-button.disabled, .b-more-button.m-disabled, .b-more-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-more-button:hover, .b-more-button:active, .b-more-button:focus {
  text-decoration: none;
}
.b-more-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-more-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-more-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-more-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}

.b-contacts-title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 20px;
  color: #000;
}
.b-contacts-item {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-right: 10px;
}
.b-contacts .h-text_bold {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}

.b-top_page_banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner {
    margin-bottom: 80px;
  }
}
.b-top_page_banner-img_wrap {
  max-height: 320px;
}
.b-top_page_banner-img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .b-top_page_banner-img {
    height: 320px;
  }
}
.b-top_page_banner-text {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_page_banner-text {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_page_banner-text {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_page_banner-text {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.b-top_page_banner-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_page_banner-title {
    line-height: 40px;
    padding: 25px 0;
  }
}
.b-top_page_banner-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-description {
    max-width: 600px;
  }
}
.b-top_page_banner-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-top_page_banner-list_item {
  padding-right: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-list_item:first-child {
    -ms-flex-order: 4;
        order: 4;
  }
}
.b-top_page_banner-list_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
@media (hover: hover) {
  .b-top_page_banner-list_link {
    margin-top: 2px;
    border-bottom: 2px solid transparent;
  }
  .b-top_page_banner-list_link:hover {
    border-bottom-color: #c4d5e8;
    text-decoration: none;
  }
}

.b-top_content_block {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-top_content_block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_content_block {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_content_block {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_content_block {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-top_content_block-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_content_block-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_content_block-title {
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.b-top_content_block-text {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}

.b-contacts {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b-contacts {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-contacts {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contacts {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-contacts {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-contacts-phone, .b-contacts-hours {
  margin-bottom: 40px;
}
.b-contacts-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 20px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .b-contacts-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-contacts-list {
  display: inline-block;
}
.b-contacts-recaptcha-error {
  display: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
}
.b-contacts .b-products_list-item {
  display: inline-block;
  color: #000;
}
.b-contacts .b-products_list-item:first-child {
  width: 80px;
}

.b-contact_us-form, .b-corporate_gifts-form {
  max-width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .b-contact_us-form, .b-corporate_gifts-form {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.b-contact_us-form_select, .b-corporate_gifts-form_select {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: inherit;
}
.b-contact_us-form_select:focus, .b-corporate_gifts-form_select:focus {
  outline: none;
}
.b-contact_us-form_select::-ms-expand, .b-corporate_gifts-form_select::-ms-expand {
  display: none;
}
.b-contact_us-form .selectric-wrapper, .b-corporate_gifts-form .selectric-wrapper {
  margin-top: 10px;
}
.b-contact_us-form .selectric-items, .b-corporate_gifts-form .selectric-items {
  min-width: 170px;
}
.b-contact_us-form .g-checkbox:not(.b-input_row), .b-corporate_gifts-form .g-checkbox:not(.b-input_row) {
  margin: 20px 0;
}
.b-contact_us-form .h-form_result, .b-corporate_gifts-form .h-form_result {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 20px;
}

.b-request_bespoke-promo {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .b-request_bespoke-promo {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-request_bespoke-promo {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-request_bespoke-promo {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-request_bespoke-promo {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-request_bespoke-promo_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .b-request_bespoke-promo_row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-request_bespoke-promo_row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-request_bespoke-promo_row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-request_bespoke-promo_row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-request_bespoke-promo_col + .b-request_bespoke-promo_col {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-request_bespoke-promo_col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-request_bespoke-promo_col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-request_bespoke-promo_col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-request_bespoke-promo_col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-request_bespoke-promo_item {
  position: relative;
}
.b-request_bespoke-promo_img {
  width: 100%;
  object-fit: cover;
}
.b-request_bespoke-promo_text {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 767px) {
  .b-request_bespoke-promo_text {
    position: relative;
  }
}
.b-request_bespoke-promo_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  color: #000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .b-request_bespoke-promo_title {
    font-size: 18px;
    line-height: 24px;
  }
}

.b-top_page_banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner {
    margin-bottom: 80px;
  }
}
.b-top_page_banner-img_wrap {
  max-height: 320px;
}
.b-top_page_banner-img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .b-top_page_banner-img {
    height: 320px;
  }
}
.b-top_page_banner-text {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_page_banner-text {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_page_banner-text {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_page_banner-text {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.b-top_page_banner-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_page_banner-title {
    line-height: 40px;
    padding: 25px 0;
  }
}
.b-top_page_banner-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-description {
    max-width: 600px;
  }
}
.b-top_page_banner-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-top_page_banner-list_item {
  padding-right: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-list_item:first-child {
    -ms-flex-order: 4;
        order: 4;
  }
}
.b-top_page_banner-list_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
@media (hover: hover) {
  .b-top_page_banner-list_link {
    margin-top: 2px;
    border-bottom: 2px solid transparent;
  }
  .b-top_page_banner-list_link:hover {
    border-bottom-color: #c4d5e8;
    text-decoration: none;
  }
}

.b-top_content_block {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-top_content_block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_content_block {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_content_block {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_content_block {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-top_content_block-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_content_block-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_content_block-title {
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.b-top_content_block-text {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}

.b-contacts {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b-contacts {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-contacts {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contacts {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-contacts {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-contacts-phone, .b-contacts-hours {
  margin-bottom: 40px;
}
.b-contacts-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 20px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .b-contacts-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-contacts-list {
  display: inline-block;
}
.b-contacts-recaptcha-error {
  display: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
}
.b-contacts .b-products_list-item {
  display: inline-block;
  color: #000;
}
.b-contacts .b-products_list-item:first-child {
  width: 80px;
}

.b-contact_us-form, .b-corporate_gifts-form {
  max-width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .b-contact_us-form, .b-corporate_gifts-form {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.b-contact_us-form_select, .b-corporate_gifts-form_select {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: inherit;
}
.b-contact_us-form_select:focus, .b-corporate_gifts-form_select:focus {
  outline: none;
}
.b-contact_us-form_select::-ms-expand, .b-corporate_gifts-form_select::-ms-expand {
  display: none;
}
.b-contact_us-form .selectric-wrapper, .b-corporate_gifts-form .selectric-wrapper {
  margin-top: 10px;
}
.b-contact_us-form .selectric-items, .b-corporate_gifts-form .selectric-items {
  min-width: 170px;
}
.b-contact_us-form .g-checkbox:not(.b-input_row), .b-corporate_gifts-form .g-checkbox:not(.b-input_row) {
  margin: 20px 0;
}
.b-contact_us-form .h-form_result, .b-corporate_gifts-form .h-form_result {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 20px;
}

.b-corporate_gifts-form {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-corporate_gifts-form {
    margin-top: 60px;
  }
}
.b-corporate_gifts-form .t-title-3 {
  margin-bottom: 30px;
}
.b-corporate_gifts-service_image {
  width: 100%;
  object-fit: cover;
}
.b-corporate_gifts-service .t-title-3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.b-offer-image {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.b-offer-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .b-offer-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .b-offer-wrap:nth-child(2n+1) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .b-offer-wrap:nth-child(2n+1) .b-offer-content {
    margin-right: -8%;
  }
  .b-offer-wrap:nth-child(2n+2) .b-offer-content {
    margin-left: -8%;
  }
}
@media screen and (min-width: 1024px) {
  .b-offer-image_wrap {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.b-offer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 1024px) {
  .b-offer-content {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.b-offer .t-title-4 {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-offer .t-title-4 {
    font-size: 16px;
    margin-top: 20px;
  }
}

.b-testimonials {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .b-testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-testimonials {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-testimonials {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-testimonials {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-testimonials {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b-testimonials-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .b-testimonials-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-testimonials-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-testimonials-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-testimonials-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-testimonials-col {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .b-testimonials-col {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-testimonials-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-testimonials-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-testimonials-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-testimonials-img {
  width: 100%;
  object-fit: cover;
}
.b-testimonials-text {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .b-testimonials-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.b-testimonials-author {
  line-height: 20px;
}
.b-testimonials .t-title-3 {
  margin-bottom: 30px;
}

.recommendationContainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.catRecommendationContainer {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .catRecommendationContainer {
    max-width: 1440px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .catRecommendationContainer {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media (max-width: 767px) {
  .catRecommendationContainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 510px) {
  .catRecommendationContainer .b-title_group-title-30 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.catRecommendationContainer .catTitle {
  text-align: center;
}
.catRecommendationContainer .catRecommendationtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 940px) and (min-width: 510px) {
  .catRecommendationContainer .catRecommendationtitle {
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 510px) {
  .catRecommendationContainer .catRecommendationtitle {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 941px) {
  .catRecommendationContainer .catRecommendation {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 510px) {
  .catRecommendationContainer .catRecommendation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catRecommendationContainer .catRecommendation .catInfoContainer {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 940px) {
  .catRecommendationContainer .catRecommendation .catInfoContainer {
    width: 50%;
    display: block;
    float: left;
  }
}
.catRecommendationContainer .catRecommendation .imgContainer {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.catRecommendationContainer .catRecommendation .catRecommendationProductInfo {
  text-align: center;
}
.catRecommendationContainer .catRecommendation .catRecommendationProductInfo .catProdName {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.catRecommendationContainer .catRecommendation .catRecommendationProductInfo .catProductPriceContainer {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 510px) {
  .catRecommendationContainer .catRecommendation .catRecommendationProductInfo .catProductPriceContainer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.catRecommendationContainer .catRecommendation .catRecommendationProductInfo .catProductPriceContainer .listPrice {
  text-decoration: line-through;
  color: #848488;
}

.b-df-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-df-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-df-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-df-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-df-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-df-container {
    padding-right: 11px;
    padding-left: 11px;
  }
}
.b-df-breadcrumps {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-df-breadcrumps {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-df-breadcrumps {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-df-breadcrumps {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-df-breadcrumps {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-df-div {
  text-align: center;
}
.b-df-header {
  text-align: center;
  color: #041E42;
  font-style: normal;
}
@media screen and (max-width: 821px) {
  .b-df-header {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-header {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 5px;
    margin-bottom: 23px;
  }
}
.b-df-desc {
  color: #041E42;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 821px) {
  .b-df-desc {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    width: 90%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-desc {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 15.5px;
    line-height: 30px;
    letter-spacing: 0.388px;
    width: 50%;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-margin {
    margin-right: 5%;
  }
}
.b-df-btn {
  width: 159px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #C8D8EB;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  border: none;
  border-radius: 0;
  word-wrap: break-word;
  cursor: pointer;
}
@media screen and (max-width: 821px) {
  .b-df-btn {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-btn {
    margin-bottom: 29px;
  }
}
.b-df-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.b-df-stepper-strip {
  height: 41px;
  left: 0px;
  top: 0px;
  background: #C8D8EB;
}
.b-df-stepper-div {
  height: 51px;
  left: 537px;
  top: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 55px;
  width: 100%;
  counter-reset: section;
}
.b-df-step-circle {
  width: 49px;
  height: 49px;
  left: 0px;
  top: 2px;
  background: #fff;
  border-radius: 9999px;
  border: 2px #C8D8EB solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-height: 70px;
}
@media screen and (max-width: 821px) {
  .b-df-step-circle {
    margin: 20px 11px 0 11px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-step-circle {
    margin: 21px 15px 0 15px;
  }
}
.b-df-step-circle.m-active {
  background: #041E42;
  border: 2px #C8D8EB solid;
}
.b-df-step-circle.m-active .b-df-step {
  color: #C8D8EB;
}
.b-df-step {
  width: 9px;
  left: 20px;
  top: 17px;
  color: #041E42;
  font-size: 18px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 5.4px;
  word-wrap: break-word;
}
.b-df-cat-header {
  color: #041E42;
  font-weight: 500;
  letter-spacing: 5px;
  word-wrap: break-word;
  margin-top: 43px;
  margin-bottom: 25px;
}
@media screen and (max-width: 821px) {
  .b-df-cat-header {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-cat-header {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 40px;
  }
}
.b-df-cat-description {
  text-align: center;
  color: #041E42;
  font-weight: 400;
  letter-spacing: 0.39px;
  word-wrap: break-word;
  margin: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 821px) {
  .b-df-cat-description {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    width: 90%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-cat-description {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 15.5px;
    line-height: 25px;
    width: 50%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-width {
    max-width: 30%;
  }
}
.b-df-flex-item-head {
  color: #041E42;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5px;
  margin-top: 33px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-head {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    width: 90%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-head {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 15px;
    width: 80%;
  }
}
.b-df-flex-item-name {
  color: #041E42;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-name {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 18px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-name {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 25px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-name-mobile-font {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-mt30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-name-width {
    width: 90%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-name-width {
    width: 80%;
  }
}
.b-df-final-match {
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.5px;
  text-align: left;
}
@media screen and (max-width: 821px) {
  .b-df-final-match {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 822px) {
  .b-df-final-match {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-shop-now {
    width: 159px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 822px) {
  .b-df-shop-now {
    width: 254px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.b-df-flex-item-name-marging {
  margin-top: 33px !important;
}
.b-df-product-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 821px) {
  .b-df-product-link .primary-images {
    width: 113%;
  }
}
@media screen and (max-width: 821px) {
  .b-df-product-link .primary-images .b-images-item {
    margin: 0 26px 0 0 !important;
  }
}
.b-df-flex-step.b-custom-mobile {
  margin: 0 30px;
}
.b-df-flex-item-desc {
  color: #041E42;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.388px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-desc {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-desc {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 15.5px;
    line-height: 25px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-desc-width {
    width: 90%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-desc-width {
    width: 80%;
  }
}
.b-df-flex-item-name-2 {
  color: #041E42;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-top: 32px;
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-name-2 {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-name-2 {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
  }
}
.b-df-flex-item-price {
  color: #041E42;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
}
@media screen and (max-width: 821px) {
  .b-df-flex-item-price {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-flex-item-price {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 25px;
  }
}
.b-df-flex-item-btn {
  background: #C8D8EB;
  width: 159px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  cursor: pointer;
}
@media screen and (min-width: 822px) {
  .b-df-width-60 {
    width: 60%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-width-40 {
    width: 40%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-width-20 {
    width: 20%;
  }
}
.b-df-text-left {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 821px) {
  .b-df-text-left {
    text-align: center;
  }
}
@media screen and (min-width: 822px) {
  .b-df-text-left {
    text-align: left;
  }
}
.b-df-text-left ul {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 15.5px;
  line-height: 25px;
}
.b-df-mr5 {
  margin-right: 5%;
}
.b-df-mr2 {
  margin-right: -2%;
}
.b-df-img-shadow {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.b-df-size-guide-btn {
  color: #041E42;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}
@media screen and (max-width: 821px) {
  .b-df-size-guide-btn {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-size-guide-btn {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
  }
}
.b-df-back-btn-arrow {
  text-decoration: unset !important;
  margin-right: 10px !important;
}
.b-df-back-btn {
  margin-right: 20px;
  margin-left: 10px;
  width: 119px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #041E42;
  text-align: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  stroke-width: 1px;
  stroke: #C8D8EB;
  cursor: pointer;
  background: white;
  border: none;
  text-decoration: underline;
  -webkit-text-decoration-color: #C8D8EB;
          text-decoration-color: #C8D8EB;
  text-underline-offset: 6px;
}
@media screen and (max-width: 821px) {
  .b-df-back-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-back-btn-div {
    margin-top: 10px;
  }
}
.b-df-start-over {
  margin-right: 10px;
  margin-left: 20px;
  width: 119px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #041E42;
  text-align: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  stroke-width: 1px;
  stroke: #C8D8EB;
  cursor: pointer;
  background: white;
  border: none;
  text-decoration: underline;
  -webkit-text-decoration-color: #C8D8EB;
          text-decoration-color: #C8D8EB;
  text-underline-offset: 6px;
}
@media screen and (max-width: 821px) {
  .b-df-start-over {
    margin-top: 39px;
  }
}
@media screen and (max-width: 821px) {
  .b-df-start-over-div {
    margin-top: 39px;
  }
}
.b-df-start-over-arrow {
  text-decoration: unset !important;
  margin-right: 10px !important;
}
.b-df-email-btn {
  color: #041E42;
  text-align: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #C8D8EB;
          text-decoration-color: #C8D8EB;
  text-underline-offset: 6px;
  cursor: pointer;
}

@media screen and (max-width: 821px) {
  .email-result {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 822px) {
  .email-result {
    margin-bottom: 26px;
  }
}

.b-custom-tab {
  display: none !important;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .b-custom-tab {
    display: inline !important;
  }
}
.b-custom-tab .b-images-scroll {
  display: none !important;
}

.b-custom-mobile-only {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .b-custom-mobile-only {
    display: inline !important;
  }
}

.b-df-link a {
  text-decoration: underline;
}

.b-df-result-email .g-modal-dialog {
  max-width: max-content !important;
}
.b-df-result-email .g-modal-content {
  width: unset;
}
@media screen and (max-width: 821px) {
  .b-df-result-email .g-modal-content {
    padding: 60px 48px 44px 31px !important;
    margin: 0 5%;
  }
}
@media screen and (min-width: 822px) {
  .b-df-result-email .g-modal-content {
    padding: 49px 113px 60px 114px !important;
    width: 90%;
    margin: auto;
  }
}
.b-df-result-email .g-modal-close {
  right: 11px !important;
  top: 9px !important;
}
.b-df-result-email .df-result-header {
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5px;
  margin-bottom: 13px;
}
.b-df-result-email .df-result-desc {
  color: #041E42;
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  width: 90%;
}
@media screen and (max-width: 821px) {
  .b-df-result-email .df-result-desc {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-result-email .df-result-desc {
    margin-bottom: 30px;
  }
}
.b-df-result-email .df-result-desc-results-2, .b-df-result-email .df-result-desc-results-3 {
  margin-top: 5%;
  margin-bottom: 5%;
}
.b-df-result-email .df-result-label {
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-size: 12px !important;
  line-height: 30px !important;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 21px;
  width: 90%;
}
@media screen and (max-width: 821px) {
  .b-df-result-email .df-result-label {
    margin-left: 15px;
  }
}
@media screen and (min-width: 822px) {
  .b-df-result-email .df-result-label {
    margin-left: 20px;
  }
}
.b-df-result-email .df-result-checkbox {
  margin-top: 5px;
}
.b-df-result-email .g-modal-footer {
  height: 25px;
}
.b-df-result-email .g-modal-close_button {
  width: 13px !important;
}
.b-df-result-email .g-modal-close_button::before, .b-df-result-email .g-modal-close_button::after {
  width: 13px !important;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5.4px;
}
@media screen and (max-width: 821px) {
  .b-df-result-email .g-modal-close_button::before, .b-df-result-email .g-modal-close_button::after {
    color: #041E42 !important;
  }
}
@media screen and (min-width: 822px) {
  .b-df-result-email .g-modal-close_button::before, .b-df-result-email .g-modal-close_button::after {
    background-color: #C8D8EB !important;
  }
}
.b-df-result-email .df-result-btn {
  color: #041E42 !important;
  text-align: center !important;
  font-family: "GillSansMTW05-Medium";
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 1.2px !important;
  background: #C8D8EB !important;
  width: 100%;
  height: 40px;
  border: none !important;
  cursor: pointer;
}
.b-df-result-email .df-result-btn:hover {
  background-color: #041E42 !important;
  color: #fff !important;
}

.df-image {
  cursor: pointer;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.b-mb-23 {
  margin-bottom: 23px;
}

@media screen and (max-width: 825px) {
  .b-mb-39 {
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 821px) {
  .b-custom-desktop {
    display: none !important;
  }
  .b-df-size-guide-modal .g-modal-content {
    margin: 10%;
    overflow-y: auto;
    width: 80% !important;
    height: 90%;
  }
  .b-df-size-guide-modal .g-modal-body {
    text-align: center;
  }
}
@media screen and (min-width: 822px) {
  .b-custom-mobile {
    display: none !important;
  }
}
.b-df-size-guide-modal .g-modal-content {
  width: unset;
  margin: auto;
  padding: unset;
}
.b-df-size-guide-modal .g-modal-header {
  margin-bottom: unset;
}
.b-df-size-guide-modal .g-modal-footer {
  height: unset;
}

.m-hide {
  display: none;
}

.b-df-container-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  text-align: center;
}

.b-df-email-signup {
  color: #041E42;
  font-family: Gill Sans MT Std;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 250% */
  text-transform: uppercase;
}

.b-df-flex-item {
  -ms-flex: auto;
      flex: auto;
}
.b-df-flex-item .b-product_tile-img {
  width: 100%;
}
.b-df-flex-item .add-to-cart {
  background-color: #C8D8EB !important;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 821px) {
  .b-df-container-flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-df-container-flex.b-custom-mobile {
    -ms-flex-direction: unset !important;
        flex-direction: unset !important;
  }
}
.carousel, .carousel-inner, .carousel-item {
  width: 100%;
  height: 100%;
}

.category-text_container {
  position: absolute;
  top: 40%;
  width: 100%;
}

.category-text {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgb(0, 95, 178);
  color: white;
  display: inline-block;
}

.category-text_heading {
  font-weight: bold;
  font-size: 4vw;
}

.category-text_subheading {
  font-size: 3vw;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .category-text_heading {
    font-size: 2.5vw;
  }
  .category-text_subheading {
    font-size: 1.25vw;
  }
}
@media (min-width: 1200px) {
  .category-text_heading {
    font-size: 30px;
  }
  .category-text_subheading {
    font-size: 15px;
  }
}
.component-figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.component-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y);
}

.hover-test,
.b-featured_category-link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.hover-test img,
.b-featured_category-link img {
  transition: 0.6s ease;
}

.hover-test:hover img,
.b-featured_category-link:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .hover-test {
    margin-bottom: 10px;
  }
}
.gridcomponentlayout-text_container {
  text-align: center;
  width: 100%;
  margin-bottom: 0.75rem;
}

.gridcomponentlayout-text {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  display: inline-block;
  line-height: 1.25;
  background-color: rgb(250, 250, 249);
  color: rgb(22, 50, 92);
}

.gridcomponentlayout-text_heading {
  font-weight: bold;
  font-size: 4vw;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .gridcomponentlayout-text_heading {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .gridcomponentlayout-text_heading {
    font-size: 30px;
  }
}
.gridcomponentlayout-region {
  position: absolute;
  top: 0;
  bottom: 0;
  /*replicating gutters negative margin*/
  left: -0.5rem;
  right: -0.5rem;
}

.gridcomponentlayout-container:before {
  /* each child component is 2 by 3, we have 2 by 3 children */
  /* width/height = 2/3 * 2/3 = 4/9 */
  padding-top: 225%;
}

/* we want to have 3 rows plus gutters */
.gridcomponentlayout-region .gridcomponentlayout-component {
  height: calc(33.33% - 1rem);
  position: relative;
}

@media (min-width: 768px) {
  .gridcomponentlayout-container:before {
    /* each child component is 2 by 3, we have 3 by 2 children */
    /* width/height = 2/3 * 3/2 = 1/1 */
    padding-top: 100%;
  }
  .gridcomponentlayout-region .gridcomponentlayout-component {
    /* we want to have 2 rows plus gutters */
    height: calc(50% - 1rem);
  }
}
.headlinebanner-text_container {
  position: absolute;
  bottom: 40%;
  width: 100%;
}

.headlinebanner-text {
  color: white;
}

.headlinebanner-text a {
  color: white;
  text-decoration: none;
}

.headlinebanner-text a:hover {
  color: white;
  text-decoration: none;
}

.headlinebanner-text span.headlinebanner-wrap p {
  padding-right: 1rem;
  padding-left: 1rem;
  text-shadow: 1px 1px 3px #333333;
}

.headlinebanner-text_heading {
  font-size: 4vw;
}

.headlinebanner-text_subheading {
  font-size: 3vw;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .headlinebanner-text_heading {
    font-size: 2.5vw;
  }
  .headlinebanner-text_subheading {
    font-size: 1.25vw;
  }
}
@media (min-width: 1200px) {
  .headlinebanner-text_heading {
    font-size: 30px;
  }
  .headlinebanner-text_subheading {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .l-body-page[data-action=Home-Show] #homepage .tablet-mx {
    margin: 0px 3% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .l-body-page[data-action=Home-Show] .tablet-pad {
    padding: 0;
  }
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-title_wrap .anchor-link {
  margin-top: 10px;
}
.l-body-page[data-action=Home-Show] .anchor-link {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: -3px;
}
.l-body-page[data-action=Home-Show] .anchor-link:hover {
  text-decoration: none;
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-row .hover-test {
  margin-bottom: 0;
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-title_wrap {
  max-width: 100%;
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-image.hm_image {
  height: auto;
}
.l-body-page[data-action=Home-Show] .b-title_group-description {
  font-size: 16px;
  text-align: justify;
  word-spacing: 0px;
  line-height: 25px;
}
.l-body-page[data-action=Home-Show] .b-featured_fluid-content.hm_fl_content {
  margin: 0 20px 0 40px;
  max-width: calc(100% - 60px);
}
.l-body-page[data-action=Home-Show] .b-title_group-subtitle {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .l-body-page[data-action=Home-Show] .b-featured_fluid-row {
    display: block;
  }
  .l-body-page[data-action=Home-Show] .b-featured_fluid-left,
  .l-body-page[data-action=Home-Show] .b-featured_fluid-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .l-body-page[data-action=Home-Show] .b-featured_fluid-content.hm_fl_content {
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Home-Show] .b-featured_fluid-image.hm_image {
    min-height: 300px;
    height: 300px;
  }
  .l-body-page[data-action=Home-Show] .b-featured_fluid-row {
    margin: 20px 0 30px;
  }
  .l-body-page[data-action=Home-Show] .b-featured_fluid-right {
    padding: 0;
  }
  .l-body-page[data-action=Home-Show] .b-featured_fluid-content.hm_fl_content {
    margin: 0;
  }
}
.l-body-page[data-action=Home-Show] .block-color {
  margin-top: -40px;
  padding-top: 40px;
}
.l-body-page[data-action=Home-Show] .b-coll {
  margin-top: 35px;
}
.l-body-page[data-action=Home-Show] .video-container {
  max-width: 100%;
  margin: 0 auto;
}
.l-body-page[data-action=Home-Show] .slick-dots li button:before {
  font-size: 30px;
}
.l-body-page[data-action=Home-Show] .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.l-body-page[data-action=Home-Show] .slick-dots {
  position: unset;
  padding: 20px 0 60px;
}
.l-body-page[data-action=Home-Show] iframe.embed-responsive-item {
  width: 100%;
  height: 37vw;
}
.l-body-page[data-action=Home-Show] a.embeded-video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0); /* Transparent */
}
.l-body-page[data-action=Home-Show] .embed-responsive-item {
  width: 100%;
  height: 37vw;
}
.l-body-page[data-action=Home-Show] .fullscreen-video-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.l-body-page[data-action=Home-Show] .fullscreen-video-wrap video {
  height: 100%;
  width: 100%;
}
.l-body-page[data-action=Home-Show] .l-footer {
  padding: 0;
}
.l-body-page[data-action=Home-Show] .l-home_page-slot:last-child {
  margin-bottom: 100px;
}
.l-body-page[data-action=Home-Show] .nostorecommendation ~ .l-home_page-slot .b-columns {
  margin: 0 auto;
}
.l-body-page[data-action=Home-Show] .nostorecommendation {
  margin: 0 20px 20px;
  padding: 0;
}
.l-body-page[data-action=Home-Show] .b-columns {
  margin-bottom: 40px;
  max-width: 1440px;
}
@media screen and (min-width: 1200px) {
  .l-body-page[data-action=Home-Show] .b-columns,
  .l-body-page[data-action=Home-Show] .b-recommendations,
  .l-body-page[data-action=Home-Show] .b-recently_products,
  .l-body-page[data-action=Home-Show] #frontpage-nosto-1 {
    max-width: 100% !important;
    padding: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.l-body-page[data-action=Home-Show] .b-columns-col {
  width: 100%;
  height: 100%;
}
.l-body-page[data-action=Home-Show] .hover-test,
.l-body-page[data-action=Home-Show] .b-featured_category-link {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.l-body-page[data-action=Home-Show] .hover-test img,
.l-body-page[data-action=Home-Show] .b-featured_category-link img {
  transition: 0.6s ease;
}
.l-body-page[data-action=Home-Show] .hover-test:hover img,
.l-body-page[data-action=Home-Show] .b-featured_category-link:hover img {
  transform: scale(1.05);
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Home-Show] .b-columns-col_content:hover {
    background: transparent;
  }
}
.l-body-page[data-action=Home-Show] .hover-effect:after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-body-page[data-action=Home-Show] .hover-effect {
  position: relative;
  display: inline-block;
}
.l-body-page[data-action=Home-Show] .hover-effect:hover:after {
  background: black;
  opacity: 0.2;
}
.l-body-page[data-action=Home-Show] .b-category-content {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
.l-body-page[data-action=Home-Show] .b-title_group-title-30.center {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0px;
  margin: 0;
}
.l-body-page[data-action=Home-Show] .shopnow {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
  background: #C8D8EB;
  margin: 1rem 10px 0;
  padding: 12px;
  color: #041E42;
  transition: all 0.35s;
}
.l-body-page[data-action=Home-Show] .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-body-page[data-action=Home-Show] .mobile-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-body-page[data-action=Home-Show] .desktop-only {
    display: none;
  }
  .l-body-page[data-action=Home-Show] .mobile-only {
    display: block;
  }
  .l-body-page[data-action=Home-Show] .cta {
    display: block;
  }
  .l-body-page[data-action=Home-Show] .shopnow {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    margin: 1rem 0 0;
  }
  .l-body-page[data-action=Home-Show] .slick-dots {
    padding: 10px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Home-Show] .nostorecommendation {
    margin: 0 34px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Home-Show] .mobile-margin {
    margin: 0 20px;
  }
  .l-body-page[data-action=Home-Show] .nostorecommendation {
    margin: 0 0 30px 0;
  }
  .l-body-page[data-action=Home-Show] .l-home_page-slot:last-child {
    padding-bottom: 60px;
  }
  .l-body-page[data-action=Home-Show] .hover-test {
    margin-bottom: 10px;
  }
  .l-body-page[data-action=Home-Show] .b-category-content {
    max-width: 100%;
    padding-top: 20px;
    margin: 0 20px;
  }
  .l-body-page[data-action=Home-Show] .b-columns-row {
    display: block;
  }
  .l-body-page[data-action=Home-Show] .b-asymmetric-link_wrap {
    padding: 0;
  }
  .l-body-page[data-action=Home-Show] .b-title_group-title-30.center {
    font-size: 24px;
  }
  .l-body-page[data-action=Home-Show] .b-columns {
    margin: 0 20px;
  }
}
.l-body-page[data-action=Home-Show] .cta-margin,
.l-body-page[data-action=Home-Show] .mobile-only .b-asymmetric-title_wrap {
  margin-bottom: 12px;
}
.l-body-page[data-action=Home-Show] .b-minicart_empty-button:hover {
  text-decoration: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Salesforce Sans", sans-serif;
  line-height: normal;
}

p {
  margin: 0;
}

.page-container {
  max-width: 1200px;
}

.region {
  position: relative;
  margin-bottom: 0.75rem;
}

.region:before {
  display: block;
  content: "";
  width: 100%;
}

.region .experience-component {
  position: absolute;
  top: 0;
  bottom: 0;
  /*replicating the gutters*/
  left: 0.5rem;
  right: 0.5rem;
}

/* padding-top in percentages refers to parent width
   this allows us to specify an aspect-ratio         */
.region_landscape-large:before {
  padding-top: 39.0625%;
}

.region_square:before {
  padding-top: 100%;
}

.region_landscape-small:before {
  padding-top: 50%;
}

.region_portrait-small:before {
  padding-top: 200%;
}

div.sf-interactions-proxyHoverContainer a {
  overflow: visible;
}

.page-designer-reference :root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.page-designer-reference *, .page-designer-reference :after, .page-designer-reference :before {
  box-sizing: border-box;
}

.page-designer-reference html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.page-designer-reference article, .page-designer-reference aside, .page-designer-reference figcaption, .page-designer-reference figure, .page-designer-reference footer, .page-designer-reference header, .page-designer-reference hgroup, .page-designer-reference main, .page-designer-reference nav, .page-designer-reference section {
  display: block;
}

.page-designer-reference body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.page-designer-reference [tabindex="-1"]:focus {
  outline: 0 !important;
}

.page-designer-reference hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

.page-designer-reference p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-designer-reference abbr[data-original-title], .page-designer-reference abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

.page-designer-reference dl, .page-designer-reference ol, .page-designer-reference ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-designer-reference ol ol, .page-designer-reference ol ul, .page-designer-reference ul ol, .page-designer-reference ul ul {
  margin-bottom: 0;
}

.page-designer-reference dt {
  font-weight: 700;
}

.page-designer-reference dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.page-designer-reference blockquote {
  margin: 0 0 1rem;
}

.page-designer-reference dfn {
  font-style: italic;
}

.page-designer-reference b, .page-designer-reference strong {
  font-weight: bolder;
}

.page-designer-reference small {
  font-size: 80%;
}

.page-designer-reference sub, .page-designer-reference sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.page-designer-reference sub {
  bottom: -0.25em;
}

.page-designer-reference sup {
  top: -0.5em;
}

.page-designer-reference a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.page-designer-reference a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-designer-reference a:not([href]):not([tabindex]), .page-designer-reference a:not([href]):not([tabindex]):focus, .page-designer-reference a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.page-designer-reference a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

.page-designer-reference pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

.page-designer-reference figure {
  margin: 0 0 1rem;
}

.page-designer-reference img {
  vertical-align: middle;
  border-style: none;
}

.page-designer-reference svg:not(:root) {
  overflow: hidden;
}

.page-designer-reference table {
  border-collapse: collapse;
}

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

.page-designer-reference th {
  text-align: inherit;
}

.page-designer-reference label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.page-designer-reference button {
  border-radius: 0;
}

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

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

.page-designer-reference button, .page-designer-reference input {
  overflow: visible;
}

.page-designer-reference button, .page-designer-reference select {
  text-transform: none;
}

.page-designer-reference [type=reset], .page-designer-reference [type=submit], .page-designer-reference button, .page-designer-reference html [type=button] {
  -webkit-appearance: button;
}

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

.page-designer-reference input[type=checkbox], .page-designer-reference input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.page-designer-reference input[type=date], .page-designer-reference input[type=datetime-local], .page-designer-reference input[type=month], .page-designer-reference input[type=time] {
  -webkit-appearance: listbox;
}

.page-designer-reference textarea {
  overflow: auto;
  resize: vertical;
}

.page-designer-reference fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.page-designer-reference 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;
}

.page-designer-reference progress {
  vertical-align: baseline;
}

.page-designer-reference [type=number]::-webkit-inner-spin-button, .page-designer-reference [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.page-designer-reference [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.page-designer-reference [type=search]::-webkit-search-cancel-button, .page-designer-reference [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.page-designer-reference ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.page-designer-reference output {
  display: inline-block;
}

.page-designer-reference summary {
  display: list-item;
  cursor: pointer;
}

.page-designer-reference template {
  display: none;
}

.page-designer-reference [hidden] {
  display: none !important;
}

.page-designer-reference .h1, .page-designer-reference .h2, .page-designer-reference .h3, .page-designer-reference .h4, .page-designer-reference .h5, .page-designer-reference .h6, .page-designer-reference h1, .page-designer-reference h2, .page-designer-reference h3, .page-designer-reference h4, .page-designer-reference h5, .page-designer-reference h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.page-designer-reference .h1, .page-designer-reference h1 {
  font-size: 2.5rem;
}

.page-designer-reference .h2, .page-designer-reference h2 {
  font-size: 2rem;
}

.page-designer-reference .h3, .page-designer-reference h3 {
  font-size: 1.75rem;
}

.page-designer-reference .h4, .page-designer-reference h4 {
  font-size: 1.5rem;
}

.page-designer-reference .h5, .page-designer-reference h5 {
  font-size: 1.25rem;
}

.page-designer-reference .h6, .page-designer-reference h6 {
  font-size: 1rem;
}

.page-designer-reference .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.page-designer-reference .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.page-designer-reference .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.page-designer-reference .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.page-designer-reference .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.page-designer-reference hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-designer-reference .small, .page-designer-reference small {
  font-size: 80%;
  font-weight: 400;
}

.page-designer-reference .mark, .page-designer-reference mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.page-designer-reference .list-inline, .page-designer-reference .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.page-designer-reference .list-inline-item {
  display: inline-block;
}

.page-designer-reference .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.page-designer-reference .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.page-designer-reference .blockquote-footer:before {
  content: "\2014    \A0";
}

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

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

.page-designer-reference .figure {
  display: inline-block;
}

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

.page-designer-reference .figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.page-designer-reference code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > .page-designer-reference code {
  color: inherit;
}

.page-designer-reference kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.page-designer-reference kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.page-designer-reference pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.page-designer-reference pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.page-designer-reference .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.page-designer-reference .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.page-designer-reference .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.page-designer-reference .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.page-designer-reference .col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.page-designer-reference .col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.page-designer-reference .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.page-designer-reference .col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.page-designer-reference .col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.page-designer-reference .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-designer-reference .col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.page-designer-reference .col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.page-designer-reference .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.page-designer-reference .col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.page-designer-reference .col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.page-designer-reference .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page-designer-reference .order-first {
  -ms-flex-order: -1;
  order: -1;
}

.page-designer-reference .order-last {
  -ms-flex-order: 13;
  order: 13;
}

.page-designer-reference .order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.page-designer-reference .order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.page-designer-reference .order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.page-designer-reference .order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.page-designer-reference .order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.page-designer-reference .order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.page-designer-reference .order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.page-designer-reference .order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.page-designer-reference .order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.page-designer-reference .order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.page-designer-reference .order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.page-designer-reference .order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.page-designer-reference .order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .page-designer-reference .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-designer-reference .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .page-designer-reference .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .page-designer-reference .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .page-designer-reference .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-designer-reference .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .page-designer-reference .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .page-designer-reference .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-designer-reference .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .page-designer-reference .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .page-designer-reference .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-designer-reference .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .page-designer-reference .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .page-designer-reference .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-designer-reference .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-designer-reference .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .page-designer-reference .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .page-designer-reference .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-designer-reference .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .page-designer-reference .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .page-designer-reference .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .page-designer-reference .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .page-designer-reference .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .page-designer-reference .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .page-designer-reference .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .page-designer-reference .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .page-designer-reference .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .page-designer-reference .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .page-designer-reference .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .page-designer-reference .offset-sm-0 {
    margin-left: 0;
  }
  .page-designer-reference .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .page-designer-reference .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .page-designer-reference .offset-sm-3 {
    margin-left: 25%;
  }
  .page-designer-reference .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .page-designer-reference .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .page-designer-reference .offset-sm-6 {
    margin-left: 50%;
  }
  .page-designer-reference .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .page-designer-reference .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .page-designer-reference .offset-sm-9 {
    margin-left: 75%;
  }
  .page-designer-reference .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .page-designer-reference .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-designer-reference .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .page-designer-reference .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .page-designer-reference .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .page-designer-reference .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-designer-reference .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .page-designer-reference .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .page-designer-reference .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-designer-reference .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .page-designer-reference .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .page-designer-reference .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-designer-reference .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .page-designer-reference .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .page-designer-reference .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-designer-reference .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-designer-reference .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .page-designer-reference .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .page-designer-reference .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-designer-reference .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .page-designer-reference .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .page-designer-reference .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .page-designer-reference .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .page-designer-reference .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .page-designer-reference .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .page-designer-reference .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .page-designer-reference .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .page-designer-reference .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .page-designer-reference .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .page-designer-reference .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .page-designer-reference .offset-md-0 {
    margin-left: 0;
  }
  .page-designer-reference .offset-md-1 {
    margin-left: 8.33333%;
  }
  .page-designer-reference .offset-md-2 {
    margin-left: 16.66667%;
  }
  .page-designer-reference .offset-md-3 {
    margin-left: 25%;
  }
  .page-designer-reference .offset-md-4 {
    margin-left: 33.33333%;
  }
  .page-designer-reference .offset-md-5 {
    margin-left: 41.66667%;
  }
  .page-designer-reference .offset-md-6 {
    margin-left: 50%;
  }
  .page-designer-reference .offset-md-7 {
    margin-left: 58.33333%;
  }
  .page-designer-reference .offset-md-8 {
    margin-left: 66.66667%;
  }
  .page-designer-reference .offset-md-9 {
    margin-left: 75%;
  }
  .page-designer-reference .offset-md-10 {
    margin-left: 83.33333%;
  }
  .page-designer-reference .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-designer-reference .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .page-designer-reference .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .page-designer-reference .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .page-designer-reference .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-designer-reference .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .page-designer-reference .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .page-designer-reference .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-designer-reference .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .page-designer-reference .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .page-designer-reference .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-designer-reference .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .page-designer-reference .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .page-designer-reference .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-designer-reference .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-designer-reference .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .page-designer-reference .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .page-designer-reference .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-designer-reference .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .page-designer-reference .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .page-designer-reference .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .page-designer-reference .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .page-designer-reference .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .page-designer-reference .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .page-designer-reference .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .page-designer-reference .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .page-designer-reference .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .page-designer-reference .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .page-designer-reference .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .page-designer-reference .offset-lg-0 {
    margin-left: 0;
  }
  .page-designer-reference .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .page-designer-reference .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .page-designer-reference .offset-lg-3 {
    margin-left: 25%;
  }
  .page-designer-reference .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .page-designer-reference .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .page-designer-reference .offset-lg-6 {
    margin-left: 50%;
  }
  .page-designer-reference .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .page-designer-reference .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .page-designer-reference .offset-lg-9 {
    margin-left: 75%;
  }
  .page-designer-reference .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .page-designer-reference .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .page-designer-reference .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .page-designer-reference .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .page-designer-reference .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .page-designer-reference .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-designer-reference .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .page-designer-reference .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .page-designer-reference .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-designer-reference .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .page-designer-reference .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .page-designer-reference .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-designer-reference .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .page-designer-reference .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .page-designer-reference .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-designer-reference .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-designer-reference .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .page-designer-reference .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .page-designer-reference .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-designer-reference .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .page-designer-reference .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .page-designer-reference .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .page-designer-reference .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .page-designer-reference .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .page-designer-reference .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .page-designer-reference .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .page-designer-reference .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .page-designer-reference .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .page-designer-reference .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .page-designer-reference .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .page-designer-reference .offset-xl-0 {
    margin-left: 0;
  }
  .page-designer-reference .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .page-designer-reference .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .page-designer-reference .offset-xl-3 {
    margin-left: 25%;
  }
  .page-designer-reference .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .page-designer-reference .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .page-designer-reference .offset-xl-6 {
    margin-left: 50%;
  }
  .page-designer-reference .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .page-designer-reference .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .page-designer-reference .offset-xl-9 {
    margin-left: 75%;
  }
  .page-designer-reference .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .page-designer-reference .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.page-designer-reference .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.page-designer-reference .table td, .page-designer-reference .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.page-designer-reference .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.page-designer-reference .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.page-designer-reference .table .table {
  background-color: #fff;
}

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

.page-designer-reference .table-bordered, .page-designer-reference .table-bordered td, .page-designer-reference .table-bordered th {
  border: 1px solid #dee2e6;
}

.page-designer-reference .table-bordered thead td, .page-designer-reference .table-bordered thead th {
  border-bottom-width: 2px;
}

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

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

.page-designer-reference .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.page-designer-reference .table-primary, .page-designer-reference .table-primary > td, .page-designer-reference .table-primary > th {
  background-color: #b8daff;
}

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

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

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

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

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

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

.page-designer-reference .table-hover .table-info:hover, .page-designer-reference .table-hover .table-info:hover > td, .page-designer-reference .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.page-designer-reference .table-warning, .page-designer-reference .table-warning > td, .page-designer-reference .table-warning > th {
  background-color: #ffeeba;
}

.page-designer-reference .table-hover .table-warning:hover, .page-designer-reference .table-hover .table-warning:hover > td, .page-designer-reference .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.page-designer-reference .table-danger, .page-designer-reference .table-danger > td, .page-designer-reference .table-danger > th {
  background-color: #f5c6cb;
}

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

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

.page-designer-reference .table-hover .table-light:hover, .page-designer-reference .table-hover .table-light:hover > td, .page-designer-reference .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.page-designer-reference .table-dark, .page-designer-reference .table-dark > td, .page-designer-reference .table-dark > th {
  background-color: #c6c8ca;
}

.page-designer-reference .table-hover .table-dark:hover, .page-designer-reference .table-hover .table-dark:hover > td, .page-designer-reference .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

.page-designer-reference .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.page-designer-reference .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-designer-reference .table-dark {
  color: #fff;
  background-color: #212529;
}

.page-designer-reference .table-dark td, .page-designer-reference .table-dark th, .page-designer-reference .table-dark thead th {
  border-color: #32383e;
}

.page-designer-reference .table-dark.table-bordered {
  border: 0;
}

.page-designer-reference .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.page-designer-reference .table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
  .page-designer-reference .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page-designer-reference .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .page-designer-reference .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page-designer-reference .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .page-designer-reference .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page-designer-reference .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .page-designer-reference .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page-designer-reference .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.page-designer-reference .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.page-designer-reference .table-responsive > .table-bordered {
  border: 0;
}

.page-designer-reference .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .form-control {
    transition: none;
  }
}
.page-designer-reference .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.page-designer-reference .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.page-designer-reference .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.page-designer-reference .form-control:disabled, .page-designer-reference .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.page-designer-reference select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

.page-designer-reference .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;
}

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

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

.page-designer-reference .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.page-designer-reference .form-control-plaintext.form-control-lg, .page-designer-reference .form-control-plaintext.form-control-sm, .page-designer-reference .input-group-lg > .form-control-plaintext.form-control, .page-designer-reference .input-group-lg > .input-group-append > .form-control-plaintext.btn, .page-designer-reference .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .page-designer-reference .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .page-designer-reference .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .page-designer-reference .input-group-sm > .form-control-plaintext.form-control, .page-designer-reference .input-group-sm > .input-group-append > .form-control-plaintext.btn, .page-designer-reference .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .page-designer-reference .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .page-designer-reference .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.page-designer-reference .form-control-sm, .page-designer-reference .input-group-sm > .form-control, .page-designer-reference .input-group-sm > .input-group-append > .btn, .page-designer-reference .input-group-sm > .input-group-append > .input-group-text, .page-designer-reference .input-group-sm > .input-group-prepend > .btn, .page-designer-reference .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.page-designer-reference .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .page-designer-reference .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .page-designer-reference .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .page-designer-reference .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .page-designer-reference .input-group-sm > select.form-control:not([size]):not([multiple]), .page-designer-reference select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.page-designer-reference .form-control-lg, .page-designer-reference .input-group-lg > .form-control, .page-designer-reference .input-group-lg > .input-group-append > .btn, .page-designer-reference .input-group-lg > .input-group-append > .input-group-text, .page-designer-reference .input-group-lg > .input-group-prepend > .btn, .page-designer-reference .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.page-designer-reference .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .page-designer-reference .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .page-designer-reference .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .page-designer-reference .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .page-designer-reference .input-group-lg > select.form-control:not([size]):not([multiple]), .page-designer-reference select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.page-designer-reference .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.page-designer-reference .form-row > .col, .page-designer-reference .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.page-designer-reference .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.page-designer-reference .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.page-designer-reference .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.page-designer-reference .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.page-designer-reference .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.page-designer-reference .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.page-designer-reference .custom-select.is-valid, .page-designer-reference .form-control.is-valid, .was-validated .page-designer-reference .custom-select:valid, .was-validated .page-designer-reference .form-control:valid {
  border-color: #28a745;
}

.page-designer-reference .custom-select.is-valid:focus, .page-designer-reference .form-control.is-valid:focus, .was-validated .page-designer-reference .custom-select:valid:focus, .was-validated .page-designer-reference .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.page-designer-reference .custom-select.is-valid ~ .valid-feedback, .page-designer-reference .custom-select.is-valid ~ .valid-tooltip, .page-designer-reference .form-control-file.is-valid ~ .valid-feedback, .page-designer-reference .form-control-file.is-valid ~ .valid-tooltip, .page-designer-reference .form-control.is-valid ~ .valid-feedback, .page-designer-reference .form-control.is-valid ~ .valid-tooltip, .was-validated .page-designer-reference .custom-select:valid ~ .valid-feedback, .was-validated .page-designer-reference .custom-select:valid ~ .valid-tooltip, .was-validated .page-designer-reference .form-control-file:valid ~ .valid-feedback, .was-validated .page-designer-reference .form-control-file:valid ~ .valid-tooltip, .was-validated .page-designer-reference .form-control:valid ~ .valid-feedback, .was-validated .page-designer-reference .form-control:valid ~ .valid-tooltip {
  display: block;
}

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

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

.page-designer-reference .custom-control-input.is-valid ~ .custom-control-label, .was-validated .page-designer-reference .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.page-designer-reference .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .page-designer-reference .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}

.page-designer-reference .custom-control-input.is-valid ~ .valid-feedback, .page-designer-reference .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .page-designer-reference .custom-control-input:valid ~ .valid-feedback, .was-validated .page-designer-reference .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

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

.page-designer-reference .custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .page-designer-reference .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.page-designer-reference .custom-file-input.is-valid ~ .custom-file-label:before, .was-validated .page-designer-reference .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}

.page-designer-reference .custom-file-input.is-valid ~ .valid-feedback, .page-designer-reference .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .page-designer-reference .custom-file-input:valid ~ .valid-feedback, .was-validated .page-designer-reference .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.page-designer-reference .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .page-designer-reference .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.page-designer-reference .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.page-designer-reference .custom-select.is-invalid, .page-designer-reference .form-control.is-invalid, .was-validated .page-designer-reference .custom-select:invalid, .was-validated .page-designer-reference .form-control:invalid {
  border-color: #dc3545;
}

.page-designer-reference .custom-select.is-invalid:focus, .page-designer-reference .form-control.is-invalid:focus, .was-validated .page-designer-reference .custom-select:invalid:focus, .was-validated .page-designer-reference .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.page-designer-reference .custom-select.is-invalid ~ .invalid-feedback, .page-designer-reference .custom-select.is-invalid ~ .invalid-tooltip, .page-designer-reference .form-control-file.is-invalid ~ .invalid-feedback, .page-designer-reference .form-control-file.is-invalid ~ .invalid-tooltip, .page-designer-reference .form-control.is-invalid ~ .invalid-feedback, .page-designer-reference .form-control.is-invalid ~ .invalid-tooltip, .was-validated .page-designer-reference .custom-select:invalid ~ .invalid-feedback, .was-validated .page-designer-reference .custom-select:invalid ~ .invalid-tooltip, .was-validated .page-designer-reference .form-control-file:invalid ~ .invalid-feedback, .was-validated .page-designer-reference .form-control-file:invalid ~ .invalid-tooltip, .was-validated .page-designer-reference .form-control:invalid ~ .invalid-feedback, .was-validated .page-designer-reference .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.page-designer-reference .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .page-designer-reference .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.page-designer-reference .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .page-designer-reference .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}

.page-designer-reference .custom-control-input.is-invalid ~ .invalid-feedback, .page-designer-reference .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .page-designer-reference .custom-control-input:invalid ~ .invalid-feedback, .was-validated .page-designer-reference .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

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

.page-designer-reference .custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .page-designer-reference .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.page-designer-reference .custom-file-input.is-invalid ~ .custom-file-label:before, .was-validated .page-designer-reference .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}

.page-designer-reference .custom-file-input.is-invalid ~ .invalid-feedback, .page-designer-reference .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .page-designer-reference .custom-file-input:invalid ~ .invalid-feedback, .was-validated .page-designer-reference .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.page-designer-reference .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .page-designer-reference .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.page-designer-reference .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.page-designer-reference .form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .page-designer-reference .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .page-designer-reference .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .page-designer-reference .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .page-designer-reference .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .page-designer-reference .form-inline .custom-select, .page-designer-reference .form-inline .input-group {
    width: auto;
  }
  .page-designer-reference .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .page-designer-reference .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .page-designer-reference .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-designer-reference .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.page-designer-reference .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .btn {
    transition: none;
  }
}
.page-designer-reference .btn:focus, .page-designer-reference .btn:hover {
  text-decoration: none;
}

.page-designer-reference .btn.focus, .page-designer-reference .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .btn.disabled, .page-designer-reference .btn:disabled {
  opacity: 0.65;
}

.page-designer-reference .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-designer-reference .btn:not(:disabled):not(.disabled).active, .page-designer-reference .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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

.page-designer-reference .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-designer-reference .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.page-designer-reference .btn-primary.focus, .page-designer-reference .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.page-designer-reference .btn-primary.disabled, .page-designer-reference .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-designer-reference .btn-primary:not(:disabled):not(.disabled).active, .page-designer-reference .btn-primary:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.page-designer-reference .btn-primary:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.page-designer-reference .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.page-designer-reference .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.page-designer-reference .btn-secondary.focus, .page-designer-reference .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.page-designer-reference .btn-secondary.disabled, .page-designer-reference .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.page-designer-reference .btn-secondary:not(:disabled):not(.disabled).active, .page-designer-reference .btn-secondary:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.page-designer-reference .btn-secondary:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.page-designer-reference .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.page-designer-reference .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.page-designer-reference .btn-success.focus, .page-designer-reference .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.page-designer-reference .btn-success.disabled, .page-designer-reference .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.page-designer-reference .btn-success:not(:disabled):not(.disabled).active, .page-designer-reference .btn-success:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.page-designer-reference .btn-success:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-success:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.page-designer-reference .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.page-designer-reference .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.page-designer-reference .btn-info.focus, .page-designer-reference .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.page-designer-reference .btn-info.disabled, .page-designer-reference .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.page-designer-reference .btn-info:not(:disabled):not(.disabled).active, .page-designer-reference .btn-info:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.page-designer-reference .btn-info:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-info:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.page-designer-reference .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.page-designer-reference .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.page-designer-reference .btn-warning.focus, .page-designer-reference .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.page-designer-reference .btn-warning.disabled, .page-designer-reference .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.page-designer-reference .btn-warning:not(:disabled):not(.disabled).active, .page-designer-reference .btn-warning:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.page-designer-reference .btn-warning:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.page-designer-reference .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.page-designer-reference .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.page-designer-reference .btn-danger.focus, .page-designer-reference .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.page-designer-reference .btn-danger.disabled, .page-designer-reference .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.page-designer-reference .btn-danger:not(:disabled):not(.disabled).active, .page-designer-reference .btn-danger:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.page-designer-reference .btn-danger:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.page-designer-reference .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.page-designer-reference .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.page-designer-reference .btn-light.focus, .page-designer-reference .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.page-designer-reference .btn-light.disabled, .page-designer-reference .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.page-designer-reference .btn-light:not(:disabled):not(.disabled).active, .page-designer-reference .btn-light:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.page-designer-reference .btn-light:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-light:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.page-designer-reference .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-designer-reference .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.page-designer-reference .btn-dark.focus, .page-designer-reference .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.page-designer-reference .btn-dark.disabled, .page-designer-reference .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-designer-reference .btn-dark:not(:disabled):not(.disabled).active, .page-designer-reference .btn-dark:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.page-designer-reference .btn-dark:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.page-designer-reference .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.page-designer-reference .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-designer-reference .btn-outline-primary.focus, .page-designer-reference .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.page-designer-reference .btn-outline-primary.disabled, .page-designer-reference .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.page-designer-reference .btn-outline-primary:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-designer-reference .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.page-designer-reference .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.page-designer-reference .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.page-designer-reference .btn-outline-secondary.focus, .page-designer-reference .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.page-designer-reference .btn-outline-secondary.disabled, .page-designer-reference .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.page-designer-reference .btn-outline-secondary:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.page-designer-reference .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.page-designer-reference .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.page-designer-reference .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.page-designer-reference .btn-outline-success.focus, .page-designer-reference .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.page-designer-reference .btn-outline-success.disabled, .page-designer-reference .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.page-designer-reference .btn-outline-success:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-success:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.page-designer-reference .btn-outline-success:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.page-designer-reference .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.page-designer-reference .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.page-designer-reference .btn-outline-info.focus, .page-designer-reference .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.page-designer-reference .btn-outline-info.disabled, .page-designer-reference .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.page-designer-reference .btn-outline-info:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-info:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.page-designer-reference .btn-outline-info:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.page-designer-reference .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.page-designer-reference .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.page-designer-reference .btn-outline-warning.focus, .page-designer-reference .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.page-designer-reference .btn-outline-warning.disabled, .page-designer-reference .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.page-designer-reference .btn-outline-warning:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.page-designer-reference .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.page-designer-reference .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.page-designer-reference .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.page-designer-reference .btn-outline-danger.focus, .page-designer-reference .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.page-designer-reference .btn-outline-danger.disabled, .page-designer-reference .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.page-designer-reference .btn-outline-danger:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.page-designer-reference .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.page-designer-reference .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.page-designer-reference .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.page-designer-reference .btn-outline-light.focus, .page-designer-reference .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.page-designer-reference .btn-outline-light.disabled, .page-designer-reference .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.page-designer-reference .btn-outline-light:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-light:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.page-designer-reference .btn-outline-light:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.page-designer-reference .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.page-designer-reference .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-designer-reference .btn-outline-dark.focus, .page-designer-reference .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.page-designer-reference .btn-outline-dark.disabled, .page-designer-reference .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.page-designer-reference .btn-outline-dark:not(:disabled):not(.disabled).active, .page-designer-reference .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .page-designer-reference .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-designer-reference .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .page-designer-reference .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .page-designer-reference .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.page-designer-reference .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.page-designer-reference .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.page-designer-reference .btn-link.focus, .page-designer-reference .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.page-designer-reference .btn-link.disabled, .page-designer-reference .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.page-designer-reference .btn-block {
  display: block;
  width: 100%;
}

.page-designer-reference .btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.page-designer-reference .fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .fade {
    transition: none;
  }
}
.page-designer-reference .fade:not(.show) {
  opacity: 0;
}

.page-designer-reference .collapse:not(.show) {
  display: none;
}

.page-designer-reference .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .collapsing {
    transition: none;
  }
}
.page-designer-reference .dropdown, .page-designer-reference .dropleft, .page-designer-reference .dropright, .page-designer-reference .dropup {
  position: relative;
}

.page-designer-reference .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.page-designer-reference .dropdown-toggle:empty:after {
  margin-left: 0;
}

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

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

.page-designer-reference .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.page-designer-reference .dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

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

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

.page-designer-reference .dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

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

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

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

.page-designer-reference .dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.page-designer-reference .dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

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

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

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

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

.page-designer-reference .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;
}

.page-designer-reference .dropdown-item:focus, .page-designer-reference .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.page-designer-reference .dropdown-item.active, .page-designer-reference .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.page-designer-reference .dropdown-item.disabled, .page-designer-reference .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.page-designer-reference .dropdown-menu.show {
  display: block;
}

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

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

.page-designer-reference .btn-group, .page-designer-reference .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.page-designer-reference .btn-group-vertical > .btn, .page-designer-reference .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.page-designer-reference .btn-group-vertical > .btn.active, .page-designer-reference .btn-group-vertical > .btn:active, .page-designer-reference .btn-group-vertical > .btn:focus, .page-designer-reference .btn-group-vertical > .btn:hover, .page-designer-reference .btn-group > .btn.active, .page-designer-reference .btn-group > .btn:active, .page-designer-reference .btn-group > .btn:focus, .page-designer-reference .btn-group > .btn:hover {
  z-index: 1;
}

.page-designer-reference .btn-group-vertical .btn + .btn, .page-designer-reference .btn-group-vertical .btn + .btn-group, .page-designer-reference .btn-group-vertical .btn-group + .btn, .page-designer-reference .btn-group-vertical .btn-group + .btn-group, .page-designer-reference .btn-group .btn + .btn, .page-designer-reference .btn-group .btn + .btn-group, .page-designer-reference .btn-group .btn-group + .btn, .page-designer-reference .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.page-designer-reference .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-designer-reference .btn-toolbar .input-group {
  width: auto;
}

.page-designer-reference .btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.page-designer-reference .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropright .page-designer-reference .dropdown-toggle-split:after, .dropup .page-designer-reference .dropdown-toggle-split:after, .page-designer-reference .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .page-designer-reference .dropdown-toggle-split:before {
  margin-right: 0;
}

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

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

.page-designer-reference .btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-designer-reference .btn-group-vertical .btn, .page-designer-reference .btn-group-vertical .btn-group {
  width: 100%;
}

.page-designer-reference .btn-group-vertical > .btn + .btn, .page-designer-reference .btn-group-vertical > .btn + .btn-group, .page-designer-reference .btn-group-vertical > .btn-group + .btn, .page-designer-reference .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.page-designer-reference .btn-group-vertical > .btn-group:not(:last-child) > .btn, .page-designer-reference .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.page-designer-reference .btn-group-vertical > .btn-group:not(:first-child) > .btn, .page-designer-reference .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.page-designer-reference .btn-group-toggle > .btn, .page-designer-reference .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.page-designer-reference .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.page-designer-reference .input-group > .custom-file, .page-designer-reference .input-group > .custom-select, .page-designer-reference .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.page-designer-reference .input-group > .custom-file:focus, .page-designer-reference .input-group > .custom-select:focus, .page-designer-reference .input-group > .form-control:focus {
  z-index: 3;
}

.page-designer-reference .input-group > .custom-file + .custom-file, .page-designer-reference .input-group > .custom-file + .custom-select, .page-designer-reference .input-group > .custom-file + .form-control, .page-designer-reference .input-group > .custom-select + .custom-file, .page-designer-reference .input-group > .custom-select + .custom-select, .page-designer-reference .input-group > .custom-select + .form-control, .page-designer-reference .input-group > .form-control + .custom-file, .page-designer-reference .input-group > .form-control + .custom-select, .page-designer-reference .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.page-designer-reference .input-group > .custom-select:not(:last-child), .page-designer-reference .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-designer-reference .input-group > .custom-select:not(:first-child), .page-designer-reference .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-designer-reference .input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.page-designer-reference .input-group > .custom-file:not(:last-child) .custom-file-label, .page-designer-reference .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-designer-reference .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-designer-reference .input-group-append, .page-designer-reference .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.page-designer-reference .input-group-append .btn, .page-designer-reference .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.page-designer-reference .input-group-append .btn + .btn, .page-designer-reference .input-group-append .btn + .input-group-text, .page-designer-reference .input-group-append .input-group-text + .btn, .page-designer-reference .input-group-append .input-group-text + .input-group-text, .page-designer-reference .input-group-prepend .btn + .btn, .page-designer-reference .input-group-prepend .btn + .input-group-text, .page-designer-reference .input-group-prepend .input-group-text + .btn, .page-designer-reference .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

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

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

.page-designer-reference .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -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 #ced4da;
  border-radius: 0.25rem;
}

.page-designer-reference .input-group-text input[type=checkbox], .page-designer-reference .input-group-text input[type=radio] {
  margin-top: 0;
}

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

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

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

.page-designer-reference .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.page-designer-reference .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.page-designer-reference .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}

.page-designer-reference .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}

.page-designer-reference .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.page-designer-reference .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.page-designer-reference .custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.page-designer-reference .custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.page-designer-reference .custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

.page-designer-reference .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}

.page-designer-reference .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.page-designer-reference .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.page-designer-reference .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}

.page-designer-reference .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

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

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

.page-designer-reference .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.page-designer-reference .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.page-designer-reference .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.page-designer-reference .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.page-designer-reference .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.page-designer-reference .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.page-designer-reference .custom-select[multiple], .page-designer-reference .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.page-designer-reference .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.page-designer-reference .custom-select::-ms-expand {
  opacity: 0;
}

.page-designer-reference .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.page-designer-reference .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.page-designer-reference .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.page-designer-reference .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.page-designer-reference .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .custom-file-input:focus ~ .custom-file-label:after {
  border-color: #80bdff;
}

.page-designer-reference .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.page-designer-reference .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.page-designer-reference .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.page-designer-reference .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

.page-designer-reference .custom-range:focus {
  outline: none;
}

.page-designer-reference .custom-range::-moz-focus-outer {
  border: 0;
}

.page-designer-reference .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.page-designer-reference .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.page-designer-reference .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.page-designer-reference .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.page-designer-reference .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.page-designer-reference .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.page-designer-reference .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.page-designer-reference .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.page-designer-reference .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.page-designer-reference .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.page-designer-reference .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.page-designer-reference .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.page-designer-reference .nav-link:focus, .page-designer-reference .nav-link:hover {
  text-decoration: none;
}

.page-designer-reference .nav-link.disabled {
  color: #6c757d;
}

.page-designer-reference .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.page-designer-reference .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.page-designer-reference .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-designer-reference .nav-tabs .nav-link:focus, .page-designer-reference .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.page-designer-reference .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.page-designer-reference .nav-tabs .nav-item.show .nav-link, .page-designer-reference .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.page-designer-reference .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.page-designer-reference .nav-pills .nav-link.active, .page-designer-reference .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.page-designer-reference .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.page-designer-reference .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.page-designer-reference .navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.page-designer-reference .navbar, .page-designer-reference .navbar > .container, .page-designer-reference .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-designer-reference .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;
}

.page-designer-reference .navbar-brand:focus, .page-designer-reference .navbar-brand:hover {
  text-decoration: none;
}

.page-designer-reference .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.page-designer-reference .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.page-designer-reference .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.page-designer-reference .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.page-designer-reference .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.page-designer-reference .navbar-toggler:focus, .page-designer-reference .navbar-toggler:hover {
  text-decoration: none;
}

.page-designer-reference .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-designer-reference .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .page-designer-reference .navbar-expand-sm > .container, .page-designer-reference .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .page-designer-reference .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-designer-reference .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-designer-reference .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .page-designer-reference .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .page-designer-reference .navbar-expand-sm > .container, .page-designer-reference .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-designer-reference .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .page-designer-reference .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-designer-reference .navbar-expand-md > .container, .page-designer-reference .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-designer-reference .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-designer-reference .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .page-designer-reference .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .page-designer-reference .navbar-expand-md > .container, .page-designer-reference .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-designer-reference .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .page-designer-reference .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-designer-reference .navbar-expand-lg > .container, .page-designer-reference .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-designer-reference .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-designer-reference .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .page-designer-reference .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .page-designer-reference .navbar-expand-lg > .container, .page-designer-reference .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-designer-reference .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .page-designer-reference .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .page-designer-reference .navbar-expand-xl > .container, .page-designer-reference .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-designer-reference .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-designer-reference .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .page-designer-reference .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .page-designer-reference .navbar-expand-xl > .container, .page-designer-reference .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-designer-reference .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .page-designer-reference .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.page-designer-reference .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-designer-reference .navbar-expand > .container, .page-designer-reference .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.page-designer-reference .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-designer-reference .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.page-designer-reference .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.page-designer-reference .navbar-expand > .container, .page-designer-reference .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-designer-reference .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.page-designer-reference .navbar-expand .navbar-toggler {
  display: none;
}

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

.page-designer-reference .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.page-designer-reference .navbar-light .navbar-nav .nav-link:focus, .page-designer-reference .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.page-designer-reference .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

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

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

.page-designer-reference .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.page-designer-reference .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.page-designer-reference .navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.page-designer-reference .navbar-dark .navbar-nav .nav-link:focus, .page-designer-reference .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.page-designer-reference .navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

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

.page-designer-reference .navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.page-designer-reference .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.page-designer-reference .navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.page-designer-reference .navbar-dark .navbar-text a, .page-designer-reference .navbar-dark .navbar-text a:focus, .page-designer-reference .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.page-designer-reference .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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: 0.25rem;
}

.page-designer-reference .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.page-designer-reference .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-designer-reference .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-designer-reference .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.page-designer-reference .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.page-designer-reference .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.page-designer-reference .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.page-designer-reference .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.page-designer-reference .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.page-designer-reference .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.page-designer-reference .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.page-designer-reference .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.page-designer-reference .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .page-designer-reference .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-designer-reference .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.page-designer-reference .card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .page-designer-reference .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .page-designer-reference .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .page-designer-reference .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .page-designer-reference .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-designer-reference .card-group > .card:first-child .card-header, .page-designer-reference .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .page-designer-reference .card-group > .card:first-child .card-footer, .page-designer-reference .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .page-designer-reference .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .page-designer-reference .card-group > .card:last-child .card-header, .page-designer-reference .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .page-designer-reference .card-group > .card:last-child .card-footer, .page-designer-reference .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .page-designer-reference .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .page-designer-reference .card-group > .card:only-child .card-header, .page-designer-reference .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .page-designer-reference .card-group > .card:only-child .card-footer, .page-designer-reference .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .page-designer-reference .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .page-designer-reference .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .page-designer-reference .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .page-designer-reference .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .page-designer-reference .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.page-designer-reference .card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .page-designer-reference .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .page-designer-reference .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.page-designer-reference .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.page-designer-reference .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.page-designer-reference .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.page-designer-reference .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.page-designer-reference .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.page-designer-reference .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.page-designer-reference .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.page-designer-reference .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

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

.page-designer-reference .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-designer-reference .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-designer-reference .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-designer-reference .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-designer-reference .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.page-designer-reference .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

.page-designer-reference .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.page-designer-reference .badge:empty {
  display: none;
}

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

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

.page-designer-reference .badge-primary {
  color: #fff;
  background-color: #007bff;
}

.page-designer-reference .badge-primary[href]:focus, .page-designer-reference .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.page-designer-reference .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.page-designer-reference .badge-secondary[href]:focus, .page-designer-reference .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.page-designer-reference .badge-success {
  color: #fff;
  background-color: #28a745;
}

.page-designer-reference .badge-success[href]:focus, .page-designer-reference .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.page-designer-reference .badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.page-designer-reference .badge-info[href]:focus, .page-designer-reference .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.page-designer-reference .badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.page-designer-reference .badge-warning[href]:focus, .page-designer-reference .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.page-designer-reference .badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.page-designer-reference .badge-danger[href]:focus, .page-designer-reference .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.page-designer-reference .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.page-designer-reference .badge-light[href]:focus, .page-designer-reference .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.page-designer-reference .badge-dark {
  color: #fff;
  background-color: #343a40;
}

.page-designer-reference .badge-dark[href]:focus, .page-designer-reference .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.page-designer-reference .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .page-designer-reference .jumbotron {
    padding: 4rem 2rem;
  }
}
.page-designer-reference .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.page-designer-reference .alert-heading {
  color: inherit;
}

.page-designer-reference .alert-link {
  font-weight: 700;
}

.page-designer-reference .alert-dismissible {
  padding-right: 4rem;
}

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

.page-designer-reference .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.page-designer-reference .alert-primary hr {
  border-top-color: #9fcdff;
}

.page-designer-reference .alert-primary .alert-link {
  color: #002752;
}

.page-designer-reference .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.page-designer-reference .alert-secondary hr {
  border-top-color: #c8cbcf;
}

.page-designer-reference .alert-secondary .alert-link {
  color: #202326;
}

.page-designer-reference .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.page-designer-reference .alert-success hr {
  border-top-color: #b1dfbb;
}

.page-designer-reference .alert-success .alert-link {
  color: #0b2e13;
}

.page-designer-reference .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.page-designer-reference .alert-info hr {
  border-top-color: #abdde5;
}

.page-designer-reference .alert-info .alert-link {
  color: #062c33;
}

.page-designer-reference .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.page-designer-reference .alert-warning hr {
  border-top-color: #ffe8a1;
}

.page-designer-reference .alert-warning .alert-link {
  color: #533f03;
}

.page-designer-reference .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.page-designer-reference .alert-danger hr {
  border-top-color: #f1b0b7;
}

.page-designer-reference .alert-danger .alert-link {
  color: #491217;
}

.page-designer-reference .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.page-designer-reference .alert-light hr {
  border-top-color: #ececf6;
}

.page-designer-reference .alert-light .alert-link {
  color: #686868;
}

.page-designer-reference .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.page-designer-reference .alert-dark hr {
  border-top-color: #b9bbbe;
}

.page-designer-reference .alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.page-designer-reference .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.page-designer-reference .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .progress-bar {
    transition: none;
  }
}
.page-designer-reference .progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.page-designer-reference .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.page-designer-reference .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-designer-reference .media-body {
  -ms-flex: 1;
  flex: 1;
}

.page-designer-reference .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.page-designer-reference .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.page-designer-reference .list-group-item-action:focus, .page-designer-reference .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.page-designer-reference .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.page-designer-reference .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-designer-reference .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-designer-reference .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-designer-reference .list-group-item:focus, .page-designer-reference .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.page-designer-reference .list-group-item.disabled, .page-designer-reference .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.page-designer-reference .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-designer-reference .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.page-designer-reference .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.page-designer-reference .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.page-designer-reference .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.page-designer-reference .list-group-item-primary.list-group-item-action:focus, .page-designer-reference .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.page-designer-reference .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.page-designer-reference .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.page-designer-reference .list-group-item-secondary.list-group-item-action:focus, .page-designer-reference .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.page-designer-reference .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.page-designer-reference .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.page-designer-reference .list-group-item-success.list-group-item-action:focus, .page-designer-reference .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.page-designer-reference .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.page-designer-reference .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.page-designer-reference .list-group-item-info.list-group-item-action:focus, .page-designer-reference .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.page-designer-reference .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.page-designer-reference .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.page-designer-reference .list-group-item-warning.list-group-item-action:focus, .page-designer-reference .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.page-designer-reference .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.page-designer-reference .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.page-designer-reference .list-group-item-danger.list-group-item-action:focus, .page-designer-reference .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.page-designer-reference .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.page-designer-reference .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.page-designer-reference .list-group-item-light.list-group-item-action:focus, .page-designer-reference .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.page-designer-reference .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.page-designer-reference .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.page-designer-reference .list-group-item-dark.list-group-item-action:focus, .page-designer-reference .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.page-designer-reference .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.page-designer-reference .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.page-designer-reference .close:focus, .page-designer-reference .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.page-designer-reference .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-designer-reference button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.page-designer-reference .modal-open {
  overflow: hidden;
}

.page-designer-reference .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.page-designer-reference .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .page-designer-reference .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .page-designer-reference .modal-dialog {
    transition: none;
  }
}
.modal.show .page-designer-reference .modal-dialog {
  transform: translate(0);
}

.page-designer-reference .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.page-designer-reference .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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: 0.3rem;
  outline: 0;
}

.page-designer-reference .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.page-designer-reference .modal-backdrop.fade {
  opacity: 0;
}

.page-designer-reference .modal-backdrop.show {
  opacity: 0.5;
}

.page-designer-reference .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.page-designer-reference .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.page-designer-reference .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.page-designer-reference .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.page-designer-reference .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.page-designer-reference .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .page-designer-reference .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .page-designer-reference .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .page-designer-reference .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .modal-lg {
    max-width: 800px;
  }
}
.page-designer-reference .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.page-designer-reference .tooltip.show {
  opacity: 0.9;
}

.page-designer-reference .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.page-designer-reference .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=top], .page-designer-reference .bs-tooltip-top {
  padding: 0.4rem 0;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=top] .arrow, .page-designer-reference .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.page-designer-reference .bs-tooltip-auto[x-placement^=right], .page-designer-reference .bs-tooltip-right {
  padding: 0 0.4rem;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=right] .arrow, .page-designer-reference .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=right] .arrow:before, .page-designer-reference .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=bottom], .page-designer-reference .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=bottom] .arrow, .page-designer-reference .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.page-designer-reference .bs-tooltip-auto[x-placement^=left], .page-designer-reference .bs-tooltip-left {
  padding: 0 0.4rem;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=left] .arrow, .page-designer-reference .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.page-designer-reference .bs-tooltip-auto[x-placement^=left] .arrow:before, .page-designer-reference .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.page-designer-reference .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.page-designer-reference .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.page-designer-reference .popover .arrow:after, .page-designer-reference .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.page-designer-reference .bs-popover-auto[x-placement^=top], .page-designer-reference .bs-popover-top {
  margin-bottom: 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=top] .arrow, .page-designer-reference .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.page-designer-reference .bs-popover-auto[x-placement^=top] .arrow:after, .page-designer-reference .bs-popover-auto[x-placement^=top] .arrow:before, .page-designer-reference .bs-popover-top .arrow:after, .page-designer-reference .bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}

.page-designer-reference .bs-popover-auto[x-placement^=top] .arrow:before, .page-designer-reference .bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.page-designer-reference .bs-popover-auto[x-placement^=top] .arrow:after, .page-designer-reference .bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}

.page-designer-reference .bs-popover-auto[x-placement^=right], .page-designer-reference .bs-popover-right {
  margin-left: 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=right] .arrow, .page-designer-reference .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.page-designer-reference .bs-popover-auto[x-placement^=right] .arrow:after, .page-designer-reference .bs-popover-auto[x-placement^=right] .arrow:before, .page-designer-reference .bs-popover-right .arrow:after, .page-designer-reference .bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.page-designer-reference .bs-popover-auto[x-placement^=right] .arrow:before, .page-designer-reference .bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.page-designer-reference .bs-popover-auto[x-placement^=right] .arrow:after, .page-designer-reference .bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom], .page-designer-reference .bs-popover-bottom {
  margin-top: 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom] .arrow, .page-designer-reference .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom] .arrow:after, .page-designer-reference .bs-popover-auto[x-placement^=bottom] .arrow:before, .page-designer-reference .bs-popover-bottom .arrow:after, .page-designer-reference .bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom] .arrow:before, .page-designer-reference .bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom] .arrow:after, .page-designer-reference .bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}

.page-designer-reference .bs-popover-auto[x-placement^=bottom] .popover-header:before, .page-designer-reference .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.page-designer-reference .bs-popover-auto[x-placement^=left], .page-designer-reference .bs-popover-left {
  margin-right: 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=left] .arrow, .page-designer-reference .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.page-designer-reference .bs-popover-auto[x-placement^=left] .arrow:after, .page-designer-reference .bs-popover-auto[x-placement^=left] .arrow:before, .page-designer-reference .bs-popover-left .arrow:after, .page-designer-reference .bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.page-designer-reference .bs-popover-auto[x-placement^=left] .arrow:before, .page-designer-reference .bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.page-designer-reference .bs-popover-auto[x-placement^=left] .arrow:after, .page-designer-reference .bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff;
}

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

.page-designer-reference .popover-header:empty {
  display: none;
}

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

.page-designer-reference .carousel {
  position: relative;
}

.page-designer-reference .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-designer-reference .carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .page-designer-reference .carousel-item {
    transition: none;
  }
}
.page-designer-reference .carousel-item-next, .page-designer-reference .carousel-item-prev, .page-designer-reference .carousel-item.active {
  display: block;
}

.page-designer-reference .carousel-item-next, .page-designer-reference .carousel-item-prev {
  position: absolute;
  top: 0;
}

.page-designer-reference .carousel-item-next.carousel-item-left, .page-designer-reference .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .page-designer-reference .carousel-item-next.carousel-item-left, .page-designer-reference .carousel-item-prev.carousel-item-right {
    transform: translateZ(0);
  }
}
.page-designer-reference .active.carousel-item-right, .page-designer-reference .carousel-item-next {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .page-designer-reference .active.carousel-item-right, .page-designer-reference .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}
.page-designer-reference .active.carousel-item-left, .page-designer-reference .carousel-item-prev {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .page-designer-reference .active.carousel-item-left, .page-designer-reference .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}
.page-designer-reference .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.page-designer-reference .carousel-fade .carousel-item-next.carousel-item-left, .page-designer-reference .carousel-fade .carousel-item-prev.carousel-item-right, .page-designer-reference .carousel-fade .carousel-item.active {
  opacity: 1;
}

.page-designer-reference .carousel-fade .active.carousel-item-left, .page-designer-reference .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.page-designer-reference .carousel-fade .active.carousel-item-left, .page-designer-reference .carousel-fade .active.carousel-item-prev, .page-designer-reference .carousel-fade .carousel-item-next, .page-designer-reference .carousel-fade .carousel-item-prev, .page-designer-reference .carousel-fade .carousel-item.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .page-designer-reference .carousel-fade .active.carousel-item-left, .page-designer-reference .carousel-fade .active.carousel-item-prev, .page-designer-reference .carousel-fade .carousel-item-next, .page-designer-reference .carousel-fade .carousel-item-prev, .page-designer-reference .carousel-fade .carousel-item.active {
    transform: translateZ(0);
  }
}
.page-designer-reference .carousel-control-next, .page-designer-reference .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.page-designer-reference .carousel-control-next:focus, .page-designer-reference .carousel-control-next:hover, .page-designer-reference .carousel-control-prev:focus, .page-designer-reference .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.page-designer-reference .carousel-control-prev {
  left: 0;
}

.page-designer-reference .carousel-control-next {
  right: 0;
}

.page-designer-reference .carousel-control-next-icon, .page-designer-reference .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}

.page-designer-reference .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.page-designer-reference .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.page-designer-reference .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.page-designer-reference .carousel-indicators li {
  position: relative;
  -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: hsla(0, 0%, 100%, 0.5);
}

.page-designer-reference .carousel-indicators li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.page-designer-reference .carousel-indicators li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.page-designer-reference .carousel-indicators .active {
  background-color: #fff;
}

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

.page-designer-reference .align-baseline {
  vertical-align: baseline !important;
}

.page-designer-reference .align-top {
  vertical-align: top !important;
}

.page-designer-reference .align-middle {
  vertical-align: middle !important;
}

.page-designer-reference .align-bottom {
  vertical-align: bottom !important;
}

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

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

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

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

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

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

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

.page-designer-reference a.bg-success:focus, .page-designer-reference a.bg-success:hover, .page-designer-reference button.bg-success:focus, .page-designer-reference button.bg-success:hover {
  background-color: #1e7e34 !important;
}

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

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

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

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

.page-designer-reference .bg-danger {
  background-color: #dc3545 !important;
}

.page-designer-reference a.bg-danger:focus, .page-designer-reference a.bg-danger:hover, .page-designer-reference button.bg-danger:focus, .page-designer-reference button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

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

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

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

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

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

.page-designer-reference .border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

.page-designer-reference .border-0 {
  border: 0 !important;
}

.page-designer-reference .border-top-0 {
  border-top: 0 !important;
}

.page-designer-reference .border-right-0 {
  border-right: 0 !important;
}

.page-designer-reference .border-bottom-0 {
  border-bottom: 0 !important;
}

.page-designer-reference .border-left-0 {
  border-left: 0 !important;
}

.page-designer-reference .border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-designer-reference .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.page-designer-reference .d-none {
  display: none !important;
}

.page-designer-reference .d-inline {
  display: inline !important;
}

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

.page-designer-reference .d-block {
  display: block !important;
}

.page-designer-reference .d-table {
  display: table !important;
}

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

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

.page-designer-reference .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-designer-reference .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .page-designer-reference .d-sm-none {
    display: none !important;
  }
  .page-designer-reference .d-sm-inline {
    display: inline !important;
  }
  .page-designer-reference .d-sm-inline-block {
    display: inline-block !important;
  }
  .page-designer-reference .d-sm-block {
    display: block !important;
  }
  .page-designer-reference .d-sm-table {
    display: table !important;
  }
  .page-designer-reference .d-sm-table-row {
    display: table-row !important;
  }
  .page-designer-reference .d-sm-table-cell {
    display: table-cell !important;
  }
  .page-designer-reference .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-designer-reference .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .d-md-none {
    display: none !important;
  }
  .page-designer-reference .d-md-inline {
    display: inline !important;
  }
  .page-designer-reference .d-md-inline-block {
    display: inline-block !important;
  }
  .page-designer-reference .d-md-block {
    display: block !important;
  }
  .page-designer-reference .d-md-table {
    display: table !important;
  }
  .page-designer-reference .d-md-table-row {
    display: table-row !important;
  }
  .page-designer-reference .d-md-table-cell {
    display: table-cell !important;
  }
  .page-designer-reference .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-designer-reference .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .d-lg-none {
    display: none !important;
  }
  .page-designer-reference .d-lg-inline {
    display: inline !important;
  }
  .page-designer-reference .d-lg-inline-block {
    display: inline-block !important;
  }
  .page-designer-reference .d-lg-block {
    display: block !important;
  }
  .page-designer-reference .d-lg-table {
    display: table !important;
  }
  .page-designer-reference .d-lg-table-row {
    display: table-row !important;
  }
  .page-designer-reference .d-lg-table-cell {
    display: table-cell !important;
  }
  .page-designer-reference .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-designer-reference .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .d-xl-none {
    display: none !important;
  }
  .page-designer-reference .d-xl-inline {
    display: inline !important;
  }
  .page-designer-reference .d-xl-inline-block {
    display: inline-block !important;
  }
  .page-designer-reference .d-xl-block {
    display: block !important;
  }
  .page-designer-reference .d-xl-table {
    display: table !important;
  }
  .page-designer-reference .d-xl-table-row {
    display: table-row !important;
  }
  .page-designer-reference .d-xl-table-cell {
    display: table-cell !important;
  }
  .page-designer-reference .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-designer-reference .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .page-designer-reference .d-print-none {
    display: none !important;
  }
  .page-designer-reference .d-print-inline {
    display: inline !important;
  }
  .page-designer-reference .d-print-inline-block {
    display: inline-block !important;
  }
  .page-designer-reference .d-print-block {
    display: block !important;
  }
  .page-designer-reference .d-print-table {
    display: table !important;
  }
  .page-designer-reference .d-print-table-row {
    display: table-row !important;
  }
  .page-designer-reference .d-print-table-cell {
    display: table-cell !important;
  }
  .page-designer-reference .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .page-designer-reference .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.page-designer-reference .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.page-designer-reference .embed-responsive:before {
  display: block;
  content: "";
}

.page-designer-reference .embed-responsive .embed-responsive-item, .page-designer-reference .embed-responsive embed, .page-designer-reference .embed-responsive iframe, .page-designer-reference .embed-responsive object, .page-designer-reference .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.page-designer-reference .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.page-designer-reference .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.page-designer-reference .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.page-designer-reference .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.page-designer-reference .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

.page-designer-reference .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.page-designer-reference .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.page-designer-reference .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

.page-designer-reference .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.page-designer-reference .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.page-designer-reference .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.page-designer-reference .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.page-designer-reference .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.page-designer-reference .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.page-designer-reference .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.page-designer-reference .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.page-designer-reference .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

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

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

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

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

.page-designer-reference .align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.page-designer-reference .align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

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

.page-designer-reference .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .page-designer-reference .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .page-designer-reference .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .page-designer-reference .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .page-designer-reference .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .page-designer-reference .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .page-designer-reference .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .page-designer-reference .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .page-designer-reference .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .page-designer-reference .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .page-designer-reference .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .page-designer-reference .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .page-designer-reference .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .page-designer-reference .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .page-designer-reference .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .page-designer-reference .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-designer-reference .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .page-designer-reference .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .page-designer-reference .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .page-designer-reference .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .page-designer-reference .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .page-designer-reference .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .page-designer-reference .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .page-designer-reference .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .page-designer-reference .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .page-designer-reference .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .page-designer-reference .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .page-designer-reference .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .page-designer-reference .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .page-designer-reference .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .page-designer-reference .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .page-designer-reference .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .page-designer-reference .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .page-designer-reference .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .page-designer-reference .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .page-designer-reference .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .page-designer-reference .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .page-designer-reference .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .page-designer-reference .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .page-designer-reference .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .page-designer-reference .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .page-designer-reference .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .page-designer-reference .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .page-designer-reference .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .page-designer-reference .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .page-designer-reference .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .page-designer-reference .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .page-designer-reference .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .page-designer-reference .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-designer-reference .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .page-designer-reference .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .page-designer-reference .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .page-designer-reference .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .page-designer-reference .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .page-designer-reference .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .page-designer-reference .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .page-designer-reference .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .page-designer-reference .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .page-designer-reference .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .page-designer-reference .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .page-designer-reference .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .page-designer-reference .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .page-designer-reference .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .page-designer-reference .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .page-designer-reference .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .page-designer-reference .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .page-designer-reference .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .page-designer-reference .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .page-designer-reference .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .page-designer-reference .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .page-designer-reference .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .page-designer-reference .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .page-designer-reference .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .page-designer-reference .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .page-designer-reference .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .page-designer-reference .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .page-designer-reference .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .page-designer-reference .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .page-designer-reference .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .page-designer-reference .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .page-designer-reference .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .page-designer-reference .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-designer-reference .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .page-designer-reference .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .page-designer-reference .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .page-designer-reference .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .page-designer-reference .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .page-designer-reference .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .page-designer-reference .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .page-designer-reference .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .page-designer-reference .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .page-designer-reference .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .page-designer-reference .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .page-designer-reference .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .page-designer-reference .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .page-designer-reference .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .page-designer-reference .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .page-designer-reference .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .page-designer-reference .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .page-designer-reference .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .page-designer-reference .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .page-designer-reference .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .page-designer-reference .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .page-designer-reference .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .page-designer-reference .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .page-designer-reference .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .page-designer-reference .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .page-designer-reference .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .page-designer-reference .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .page-designer-reference .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .page-designer-reference .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .page-designer-reference .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .page-designer-reference .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .page-designer-reference .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .page-designer-reference .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-designer-reference .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .page-designer-reference .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .page-designer-reference .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .page-designer-reference .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .page-designer-reference .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .page-designer-reference .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .page-designer-reference .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .page-designer-reference .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .page-designer-reference .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .page-designer-reference .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .page-designer-reference .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .page-designer-reference .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .page-designer-reference .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .page-designer-reference .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .page-designer-reference .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .page-designer-reference .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .page-designer-reference .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .page-designer-reference .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .page-designer-reference .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.page-designer-reference .float-left {
  float: left !important;
}

.page-designer-reference .float-right {
  float: right !important;
}

.page-designer-reference .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .page-designer-reference .float-sm-left {
    float: left !important;
  }
  .page-designer-reference .float-sm-right {
    float: right !important;
  }
  .page-designer-reference .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .float-md-left {
    float: left !important;
  }
  .page-designer-reference .float-md-right {
    float: right !important;
  }
  .page-designer-reference .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .float-lg-left {
    float: left !important;
  }
  .page-designer-reference .float-lg-right {
    float: right !important;
  }
  .page-designer-reference .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .float-xl-left {
    float: left !important;
  }
  .page-designer-reference .float-xl-right {
    float: right !important;
  }
  .page-designer-reference .float-xl-none {
    float: none !important;
  }
}
.page-designer-reference .position-static {
  position: static !important;
}

.page-designer-reference .position-relative {
  position: relative !important;
}

.page-designer-reference .position-absolute {
  position: absolute !important;
}

.page-designer-reference .position-fixed {
  position: fixed !important;
}

.page-designer-reference .position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .page-designer-reference .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.page-designer-reference .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-designer-reference .sr-only-focusable:active, .page-designer-reference .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.page-designer-reference .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.page-designer-reference .shadow-none {
  box-shadow: none !important;
}

.page-designer-reference .w-25 {
  width: 25% !important;
}

.page-designer-reference .w-50 {
  width: 50% !important;
}

.page-designer-reference .w-75 {
  width: 75% !important;
}

.page-designer-reference .w-100 {
  width: 100% !important;
}

.page-designer-reference .w-auto {
  width: auto !important;
}

.page-designer-reference .h-25 {
  height: 25% !important;
}

.page-designer-reference .h-50 {
  height: 50% !important;
}

.page-designer-reference .h-75 {
  height: 75% !important;
}

.page-designer-reference .h-100 {
  height: 100% !important;
}

.page-designer-reference .h-auto {
  height: auto !important;
}

.page-designer-reference .mw-100 {
  max-width: 100% !important;
}

.page-designer-reference .mh-100 {
  max-height: 100% !important;
}

.page-designer-reference .m-0 {
  margin: 0 !important;
}

.page-designer-reference .mt-0, .page-designer-reference .my-0 {
  margin-top: 0 !important;
}

.page-designer-reference .mr-0, .page-designer-reference .mx-0 {
  margin-right: 0 !important;
}

.page-designer-reference .mb-0, .page-designer-reference .my-0 {
  margin-bottom: 0 !important;
}

.page-designer-reference .ml-0, .page-designer-reference .mx-0 {
  margin-left: 0 !important;
}

.page-designer-reference .m-1 {
  margin: 0.25rem !important;
}

.page-designer-reference .mt-1, .page-designer-reference .my-1 {
  margin-top: 0.25rem !important;
}

.page-designer-reference .mr-1, .page-designer-reference .mx-1 {
  margin-right: 0.25rem !important;
}

.page-designer-reference .mb-1, .page-designer-reference .my-1 {
  margin-bottom: 0.25rem !important;
}

.page-designer-reference .ml-1, .page-designer-reference .mx-1 {
  margin-left: 0.25rem !important;
}

.page-designer-reference .m-2 {
  margin: 0.5rem !important;
}

.page-designer-reference .mt-2, .page-designer-reference .my-2 {
  margin-top: 0.5rem !important;
}

.page-designer-reference .mr-2, .page-designer-reference .mx-2 {
  margin-right: 0.5rem !important;
}

.page-designer-reference .mb-2, .page-designer-reference .my-2 {
  margin-bottom: 0.5rem !important;
}

.page-designer-reference .ml-2, .page-designer-reference .mx-2 {
  margin-left: 0.5rem !important;
}

.page-designer-reference .m-3 {
  margin: 1rem !important;
}

.page-designer-reference .mt-3, .page-designer-reference .my-3 {
  margin-top: 1rem !important;
}

.page-designer-reference .mr-3, .page-designer-reference .mx-3 {
  margin-right: 1rem !important;
}

.page-designer-reference .mb-3, .page-designer-reference .my-3 {
  margin-bottom: 1rem !important;
}

.page-designer-reference .ml-3, .page-designer-reference .mx-3 {
  margin-left: 1rem !important;
}

.page-designer-reference .m-4 {
  margin: 1.5rem !important;
}

.page-designer-reference .mt-4, .page-designer-reference .my-4 {
  margin-top: 1.5rem !important;
}

.page-designer-reference .mr-4, .page-designer-reference .mx-4 {
  margin-right: 1.5rem !important;
}

.page-designer-reference .mb-4, .page-designer-reference .my-4 {
  margin-bottom: 1.5rem !important;
}

.page-designer-reference .ml-4, .page-designer-reference .mx-4 {
  margin-left: 1.5rem !important;
}

.page-designer-reference .m-5 {
  margin: 3rem !important;
}

.page-designer-reference .mt-5, .page-designer-reference .my-5 {
  margin-top: 3rem !important;
}

.page-designer-reference .mr-5, .page-designer-reference .mx-5 {
  margin-right: 3rem !important;
}

.page-designer-reference .mb-5, .page-designer-reference .my-5 {
  margin-bottom: 3rem !important;
}

.page-designer-reference .ml-5, .page-designer-reference .mx-5 {
  margin-left: 3rem !important;
}

.page-designer-reference .p-0 {
  padding: 0 !important;
}

.page-designer-reference .pt-0, .page-designer-reference .py-0 {
  padding-top: 0 !important;
}

.page-designer-reference .pr-0, .page-designer-reference .px-0 {
  padding-right: 0 !important;
}

.page-designer-reference .pb-0, .page-designer-reference .py-0 {
  padding-bottom: 0 !important;
}

.page-designer-reference .pl-0, .page-designer-reference .px-0 {
  padding-left: 0 !important;
}

.page-designer-reference .p-1 {
  padding: 0.25rem !important;
}

.page-designer-reference .pt-1, .page-designer-reference .py-1 {
  padding-top: 0.25rem !important;
}

.page-designer-reference .pr-1, .page-designer-reference .px-1 {
  padding-right: 0.25rem !important;
}

.page-designer-reference .pb-1, .page-designer-reference .py-1 {
  padding-bottom: 0.25rem !important;
}

.page-designer-reference .pl-1, .page-designer-reference .px-1 {
  padding-left: 0.25rem !important;
}

.page-designer-reference .p-2 {
  padding: 0.5rem !important;
}

.page-designer-reference .pt-2, .page-designer-reference .py-2 {
  padding-top: 0.5rem !important;
}

.page-designer-reference .pr-2, .page-designer-reference .px-2 {
  padding-right: 0.5rem !important;
}

.page-designer-reference .pb-2, .page-designer-reference .py-2 {
  padding-bottom: 0.5rem !important;
}

.page-designer-reference .pl-2, .page-designer-reference .px-2 {
  padding-left: 0.5rem !important;
}

.page-designer-reference .p-3 {
  padding: 1rem !important;
}

.page-designer-reference .pt-3, .page-designer-reference .py-3 {
  padding-top: 1rem !important;
}

.page-designer-reference .pr-3, .page-designer-reference .px-3 {
  padding-right: 1rem !important;
}

.page-designer-reference .pb-3, .page-designer-reference .py-3 {
  padding-bottom: 1rem !important;
}

.page-designer-reference .pl-3, .page-designer-reference .px-3 {
  padding-left: 1rem !important;
}

.page-designer-reference .p-4 {
  padding: 1.5rem !important;
}

.page-designer-reference .pt-4, .page-designer-reference .py-4 {
  padding-top: 1.5rem !important;
}

.page-designer-reference .pr-4, .page-designer-reference .px-4 {
  padding-right: 1.5rem !important;
}

.page-designer-reference .pb-4, .page-designer-reference .py-4 {
  padding-bottom: 1.5rem !important;
}

.page-designer-reference .pl-4, .page-designer-reference .px-4 {
  padding-left: 1.5rem !important;
}

.page-designer-reference .p-5 {
  padding: 3rem !important;
}

.page-designer-reference .pt-5, .page-designer-reference .py-5 {
  padding-top: 3rem !important;
}

.page-designer-reference .pr-5, .page-designer-reference .px-5 {
  padding-right: 3rem !important;
}

.page-designer-reference .pb-5, .page-designer-reference .py-5 {
  padding-bottom: 3rem !important;
}

.page-designer-reference .pl-5, .page-designer-reference .px-5 {
  padding-left: 3rem !important;
}

.page-designer-reference .m-auto {
  margin: auto !important;
}

.page-designer-reference .mt-auto, .page-designer-reference .my-auto {
  margin-top: auto !important;
}

.page-designer-reference .mr-auto, .page-designer-reference .mx-auto {
  margin-right: auto !important;
}

.page-designer-reference .mb-auto, .page-designer-reference .my-auto {
  margin-bottom: auto !important;
}

.page-designer-reference .ml-auto, .page-designer-reference .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .page-designer-reference .m-sm-0 {
    margin: 0 !important;
  }
  .page-designer-reference .mt-sm-0, .page-designer-reference .my-sm-0 {
    margin-top: 0 !important;
  }
  .page-designer-reference .mr-sm-0, .page-designer-reference .mx-sm-0 {
    margin-right: 0 !important;
  }
  .page-designer-reference .mb-sm-0, .page-designer-reference .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .page-designer-reference .ml-sm-0, .page-designer-reference .mx-sm-0 {
    margin-left: 0 !important;
  }
  .page-designer-reference .m-sm-1 {
    margin: 0.25rem !important;
  }
  .page-designer-reference .mt-sm-1, .page-designer-reference .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .page-designer-reference .mr-sm-1, .page-designer-reference .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .page-designer-reference .mb-sm-1, .page-designer-reference .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .page-designer-reference .ml-sm-1, .page-designer-reference .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .page-designer-reference .m-sm-2 {
    margin: 0.5rem !important;
  }
  .page-designer-reference .mt-sm-2, .page-designer-reference .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .page-designer-reference .mr-sm-2, .page-designer-reference .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .page-designer-reference .mb-sm-2, .page-designer-reference .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .page-designer-reference .ml-sm-2, .page-designer-reference .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .page-designer-reference .m-sm-3 {
    margin: 1rem !important;
  }
  .page-designer-reference .mt-sm-3, .page-designer-reference .my-sm-3 {
    margin-top: 1rem !important;
  }
  .page-designer-reference .mr-sm-3, .page-designer-reference .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .page-designer-reference .mb-sm-3, .page-designer-reference .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .page-designer-reference .ml-sm-3, .page-designer-reference .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .page-designer-reference .m-sm-4 {
    margin: 1.5rem !important;
  }
  .page-designer-reference .mt-sm-4, .page-designer-reference .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .page-designer-reference .mr-sm-4, .page-designer-reference .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .page-designer-reference .mb-sm-4, .page-designer-reference .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .page-designer-reference .ml-sm-4, .page-designer-reference .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .page-designer-reference .m-sm-5 {
    margin: 3rem !important;
  }
  .page-designer-reference .mt-sm-5, .page-designer-reference .my-sm-5 {
    margin-top: 3rem !important;
  }
  .page-designer-reference .mr-sm-5, .page-designer-reference .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .page-designer-reference .mb-sm-5, .page-designer-reference .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .page-designer-reference .ml-sm-5, .page-designer-reference .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .page-designer-reference .p-sm-0 {
    padding: 0 !important;
  }
  .page-designer-reference .pt-sm-0, .page-designer-reference .py-sm-0 {
    padding-top: 0 !important;
  }
  .page-designer-reference .pr-sm-0, .page-designer-reference .px-sm-0 {
    padding-right: 0 !important;
  }
  .page-designer-reference .pb-sm-0, .page-designer-reference .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .page-designer-reference .pl-sm-0, .page-designer-reference .px-sm-0 {
    padding-left: 0 !important;
  }
  .page-designer-reference .p-sm-1 {
    padding: 0.25rem !important;
  }
  .page-designer-reference .pt-sm-1, .page-designer-reference .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .page-designer-reference .pr-sm-1, .page-designer-reference .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .page-designer-reference .pb-sm-1, .page-designer-reference .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .page-designer-reference .pl-sm-1, .page-designer-reference .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .page-designer-reference .p-sm-2 {
    padding: 0.5rem !important;
  }
  .page-designer-reference .pt-sm-2, .page-designer-reference .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .page-designer-reference .pr-sm-2, .page-designer-reference .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .page-designer-reference .pb-sm-2, .page-designer-reference .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .page-designer-reference .pl-sm-2, .page-designer-reference .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .page-designer-reference .p-sm-3 {
    padding: 1rem !important;
  }
  .page-designer-reference .pt-sm-3, .page-designer-reference .py-sm-3 {
    padding-top: 1rem !important;
  }
  .page-designer-reference .pr-sm-3, .page-designer-reference .px-sm-3 {
    padding-right: 1rem !important;
  }
  .page-designer-reference .pb-sm-3, .page-designer-reference .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .page-designer-reference .pl-sm-3, .page-designer-reference .px-sm-3 {
    padding-left: 1rem !important;
  }
  .page-designer-reference .p-sm-4 {
    padding: 1.5rem !important;
  }
  .page-designer-reference .pt-sm-4, .page-designer-reference .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .page-designer-reference .pr-sm-4, .page-designer-reference .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .page-designer-reference .pb-sm-4, .page-designer-reference .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .page-designer-reference .pl-sm-4, .page-designer-reference .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .page-designer-reference .p-sm-5 {
    padding: 3rem !important;
  }
  .page-designer-reference .pt-sm-5, .page-designer-reference .py-sm-5 {
    padding-top: 3rem !important;
  }
  .page-designer-reference .pr-sm-5, .page-designer-reference .px-sm-5 {
    padding-right: 3rem !important;
  }
  .page-designer-reference .pb-sm-5, .page-designer-reference .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .page-designer-reference .pl-sm-5, .page-designer-reference .px-sm-5 {
    padding-left: 3rem !important;
  }
  .page-designer-reference .m-sm-auto {
    margin: auto !important;
  }
  .page-designer-reference .mt-sm-auto, .page-designer-reference .my-sm-auto {
    margin-top: auto !important;
  }
  .page-designer-reference .mr-sm-auto, .page-designer-reference .mx-sm-auto {
    margin-right: auto !important;
  }
  .page-designer-reference .mb-sm-auto, .page-designer-reference .my-sm-auto {
    margin-bottom: auto !important;
  }
  .page-designer-reference .ml-sm-auto, .page-designer-reference .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .m-md-0 {
    margin: 0 !important;
  }
  .page-designer-reference .mt-md-0, .page-designer-reference .my-md-0 {
    margin-top: 0 !important;
  }
  .page-designer-reference .mr-md-0, .page-designer-reference .mx-md-0 {
    margin-right: 0 !important;
  }
  .page-designer-reference .mb-md-0, .page-designer-reference .my-md-0 {
    margin-bottom: 0 !important;
  }
  .page-designer-reference .ml-md-0, .page-designer-reference .mx-md-0 {
    margin-left: 0 !important;
  }
  .page-designer-reference .m-md-1 {
    margin: 0.25rem !important;
  }
  .page-designer-reference .mt-md-1, .page-designer-reference .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .page-designer-reference .mr-md-1, .page-designer-reference .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .page-designer-reference .mb-md-1, .page-designer-reference .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .page-designer-reference .ml-md-1, .page-designer-reference .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .page-designer-reference .m-md-2 {
    margin: 0.5rem !important;
  }
  .page-designer-reference .mt-md-2, .page-designer-reference .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .page-designer-reference .mr-md-2, .page-designer-reference .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .page-designer-reference .mb-md-2, .page-designer-reference .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .page-designer-reference .ml-md-2, .page-designer-reference .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .page-designer-reference .m-md-3 {
    margin: 1rem !important;
  }
  .page-designer-reference .mt-md-3, .page-designer-reference .my-md-3 {
    margin-top: 1rem !important;
  }
  .page-designer-reference .mr-md-3, .page-designer-reference .mx-md-3 {
    margin-right: 1rem !important;
  }
  .page-designer-reference .mb-md-3, .page-designer-reference .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .page-designer-reference .ml-md-3, .page-designer-reference .mx-md-3 {
    margin-left: 1rem !important;
  }
  .page-designer-reference .m-md-4 {
    margin: 1.5rem !important;
  }
  .page-designer-reference .mt-md-4, .page-designer-reference .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .page-designer-reference .mr-md-4, .page-designer-reference .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .page-designer-reference .mb-md-4, .page-designer-reference .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .page-designer-reference .ml-md-4, .page-designer-reference .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .page-designer-reference .m-md-5 {
    margin: 3rem !important;
  }
  .page-designer-reference .mt-md-5, .page-designer-reference .my-md-5 {
    margin-top: 3rem !important;
  }
  .page-designer-reference .mr-md-5, .page-designer-reference .mx-md-5 {
    margin-right: 3rem !important;
  }
  .page-designer-reference .mb-md-5, .page-designer-reference .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .page-designer-reference .ml-md-5, .page-designer-reference .mx-md-5 {
    margin-left: 3rem !important;
  }
  .page-designer-reference .p-md-0 {
    padding: 0 !important;
  }
  .page-designer-reference .pt-md-0, .page-designer-reference .py-md-0 {
    padding-top: 0 !important;
  }
  .page-designer-reference .pr-md-0, .page-designer-reference .px-md-0 {
    padding-right: 0 !important;
  }
  .page-designer-reference .pb-md-0, .page-designer-reference .py-md-0 {
    padding-bottom: 0 !important;
  }
  .page-designer-reference .pl-md-0, .page-designer-reference .px-md-0 {
    padding-left: 0 !important;
  }
  .page-designer-reference .p-md-1 {
    padding: 0.25rem !important;
  }
  .page-designer-reference .pt-md-1, .page-designer-reference .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .page-designer-reference .pr-md-1, .page-designer-reference .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .page-designer-reference .pb-md-1, .page-designer-reference .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .page-designer-reference .pl-md-1, .page-designer-reference .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .page-designer-reference .p-md-2 {
    padding: 0.5rem !important;
  }
  .page-designer-reference .pt-md-2, .page-designer-reference .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .page-designer-reference .pr-md-2, .page-designer-reference .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .page-designer-reference .pb-md-2, .page-designer-reference .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .page-designer-reference .pl-md-2, .page-designer-reference .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .page-designer-reference .p-md-3 {
    padding: 1rem !important;
  }
  .page-designer-reference .pt-md-3, .page-designer-reference .py-md-3 {
    padding-top: 1rem !important;
  }
  .page-designer-reference .pr-md-3, .page-designer-reference .px-md-3 {
    padding-right: 1rem !important;
  }
  .page-designer-reference .pb-md-3, .page-designer-reference .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .page-designer-reference .pl-md-3, .page-designer-reference .px-md-3 {
    padding-left: 1rem !important;
  }
  .page-designer-reference .p-md-4 {
    padding: 1.5rem !important;
  }
  .page-designer-reference .pt-md-4, .page-designer-reference .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .page-designer-reference .pr-md-4, .page-designer-reference .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .page-designer-reference .pb-md-4, .page-designer-reference .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .page-designer-reference .pl-md-4, .page-designer-reference .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .page-designer-reference .p-md-5 {
    padding: 3rem !important;
  }
  .page-designer-reference .pt-md-5, .page-designer-reference .py-md-5 {
    padding-top: 3rem !important;
  }
  .page-designer-reference .pr-md-5, .page-designer-reference .px-md-5 {
    padding-right: 3rem !important;
  }
  .page-designer-reference .pb-md-5, .page-designer-reference .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .page-designer-reference .pl-md-5, .page-designer-reference .px-md-5 {
    padding-left: 3rem !important;
  }
  .page-designer-reference .m-md-auto {
    margin: auto !important;
  }
  .page-designer-reference .mt-md-auto, .page-designer-reference .my-md-auto {
    margin-top: auto !important;
  }
  .page-designer-reference .mr-md-auto, .page-designer-reference .mx-md-auto {
    margin-right: auto !important;
  }
  .page-designer-reference .mb-md-auto, .page-designer-reference .my-md-auto {
    margin-bottom: auto !important;
  }
  .page-designer-reference .ml-md-auto, .page-designer-reference .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .m-lg-0 {
    margin: 0 !important;
  }
  .page-designer-reference .mt-lg-0, .page-designer-reference .my-lg-0 {
    margin-top: 0 !important;
  }
  .page-designer-reference .mr-lg-0, .page-designer-reference .mx-lg-0 {
    margin-right: 0 !important;
  }
  .page-designer-reference .mb-lg-0, .page-designer-reference .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .page-designer-reference .ml-lg-0, .page-designer-reference .mx-lg-0 {
    margin-left: 0 !important;
  }
  .page-designer-reference .m-lg-1 {
    margin: 0.25rem !important;
  }
  .page-designer-reference .mt-lg-1, .page-designer-reference .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .page-designer-reference .mr-lg-1, .page-designer-reference .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .page-designer-reference .mb-lg-1, .page-designer-reference .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .page-designer-reference .ml-lg-1, .page-designer-reference .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .page-designer-reference .m-lg-2 {
    margin: 0.5rem !important;
  }
  .page-designer-reference .mt-lg-2, .page-designer-reference .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .page-designer-reference .mr-lg-2, .page-designer-reference .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .page-designer-reference .mb-lg-2, .page-designer-reference .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .page-designer-reference .ml-lg-2, .page-designer-reference .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .page-designer-reference .m-lg-3 {
    margin: 1rem !important;
  }
  .page-designer-reference .mt-lg-3, .page-designer-reference .my-lg-3 {
    margin-top: 1rem !important;
  }
  .page-designer-reference .mr-lg-3, .page-designer-reference .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .page-designer-reference .mb-lg-3, .page-designer-reference .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .page-designer-reference .ml-lg-3, .page-designer-reference .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .page-designer-reference .m-lg-4 {
    margin: 1.5rem !important;
  }
  .page-designer-reference .mt-lg-4, .page-designer-reference .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .page-designer-reference .mr-lg-4, .page-designer-reference .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .page-designer-reference .mb-lg-4, .page-designer-reference .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .page-designer-reference .ml-lg-4, .page-designer-reference .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .page-designer-reference .m-lg-5 {
    margin: 3rem !important;
  }
  .page-designer-reference .mt-lg-5, .page-designer-reference .my-lg-5 {
    margin-top: 3rem !important;
  }
  .page-designer-reference .mr-lg-5, .page-designer-reference .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .page-designer-reference .mb-lg-5, .page-designer-reference .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .page-designer-reference .ml-lg-5, .page-designer-reference .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .page-designer-reference .p-lg-0 {
    padding: 0 !important;
  }
  .page-designer-reference .pt-lg-0, .page-designer-reference .py-lg-0 {
    padding-top: 0 !important;
  }
  .page-designer-reference .pr-lg-0, .page-designer-reference .px-lg-0 {
    padding-right: 0 !important;
  }
  .page-designer-reference .pb-lg-0, .page-designer-reference .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .page-designer-reference .pl-lg-0, .page-designer-reference .px-lg-0 {
    padding-left: 0 !important;
  }
  .page-designer-reference .p-lg-1 {
    padding: 0.25rem !important;
  }
  .page-designer-reference .pt-lg-1, .page-designer-reference .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .page-designer-reference .pr-lg-1, .page-designer-reference .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .page-designer-reference .pb-lg-1, .page-designer-reference .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .page-designer-reference .pl-lg-1, .page-designer-reference .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .page-designer-reference .p-lg-2 {
    padding: 0.5rem !important;
  }
  .page-designer-reference .pt-lg-2, .page-designer-reference .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .page-designer-reference .pr-lg-2, .page-designer-reference .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .page-designer-reference .pb-lg-2, .page-designer-reference .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .page-designer-reference .pl-lg-2, .page-designer-reference .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .page-designer-reference .p-lg-3 {
    padding: 1rem !important;
  }
  .page-designer-reference .pt-lg-3, .page-designer-reference .py-lg-3 {
    padding-top: 1rem !important;
  }
  .page-designer-reference .pr-lg-3, .page-designer-reference .px-lg-3 {
    padding-right: 1rem !important;
  }
  .page-designer-reference .pb-lg-3, .page-designer-reference .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .page-designer-reference .pl-lg-3, .page-designer-reference .px-lg-3 {
    padding-left: 1rem !important;
  }
  .page-designer-reference .p-lg-4 {
    padding: 1.5rem !important;
  }
  .page-designer-reference .pt-lg-4, .page-designer-reference .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .page-designer-reference .pr-lg-4, .page-designer-reference .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .page-designer-reference .pb-lg-4, .page-designer-reference .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .page-designer-reference .pl-lg-4, .page-designer-reference .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .page-designer-reference .p-lg-5 {
    padding: 3rem !important;
  }
  .page-designer-reference .pt-lg-5, .page-designer-reference .py-lg-5 {
    padding-top: 3rem !important;
  }
  .page-designer-reference .pr-lg-5, .page-designer-reference .px-lg-5 {
    padding-right: 3rem !important;
  }
  .page-designer-reference .pb-lg-5, .page-designer-reference .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .page-designer-reference .pl-lg-5, .page-designer-reference .px-lg-5 {
    padding-left: 3rem !important;
  }
  .page-designer-reference .m-lg-auto {
    margin: auto !important;
  }
  .page-designer-reference .mt-lg-auto, .page-designer-reference .my-lg-auto {
    margin-top: auto !important;
  }
  .page-designer-reference .mr-lg-auto, .page-designer-reference .mx-lg-auto {
    margin-right: auto !important;
  }
  .page-designer-reference .mb-lg-auto, .page-designer-reference .my-lg-auto {
    margin-bottom: auto !important;
  }
  .page-designer-reference .ml-lg-auto, .page-designer-reference .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .m-xl-0 {
    margin: 0 !important;
  }
  .page-designer-reference .mt-xl-0, .page-designer-reference .my-xl-0 {
    margin-top: 0 !important;
  }
  .page-designer-reference .mr-xl-0, .page-designer-reference .mx-xl-0 {
    margin-right: 0 !important;
  }
  .page-designer-reference .mb-xl-0, .page-designer-reference .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .page-designer-reference .ml-xl-0, .page-designer-reference .mx-xl-0 {
    margin-left: 0 !important;
  }
  .page-designer-reference .m-xl-1 {
    margin: 0.25rem !important;
  }
  .page-designer-reference .mt-xl-1, .page-designer-reference .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .page-designer-reference .mr-xl-1, .page-designer-reference .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .page-designer-reference .mb-xl-1, .page-designer-reference .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .page-designer-reference .ml-xl-1, .page-designer-reference .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .page-designer-reference .m-xl-2 {
    margin: 0.5rem !important;
  }
  .page-designer-reference .mt-xl-2, .page-designer-reference .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .page-designer-reference .mr-xl-2, .page-designer-reference .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .page-designer-reference .mb-xl-2, .page-designer-reference .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .page-designer-reference .ml-xl-2, .page-designer-reference .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .page-designer-reference .m-xl-3 {
    margin: 1rem !important;
  }
  .page-designer-reference .mt-xl-3, .page-designer-reference .my-xl-3 {
    margin-top: 1rem !important;
  }
  .page-designer-reference .mr-xl-3, .page-designer-reference .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .page-designer-reference .mb-xl-3, .page-designer-reference .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .page-designer-reference .ml-xl-3, .page-designer-reference .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .page-designer-reference .m-xl-4 {
    margin: 1.5rem !important;
  }
  .page-designer-reference .mt-xl-4, .page-designer-reference .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .page-designer-reference .mr-xl-4, .page-designer-reference .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .page-designer-reference .mb-xl-4, .page-designer-reference .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .page-designer-reference .ml-xl-4, .page-designer-reference .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .page-designer-reference .m-xl-5 {
    margin: 3rem !important;
  }
  .page-designer-reference .mt-xl-5, .page-designer-reference .my-xl-5 {
    margin-top: 3rem !important;
  }
  .page-designer-reference .mr-xl-5, .page-designer-reference .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .page-designer-reference .mb-xl-5, .page-designer-reference .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .page-designer-reference .ml-xl-5, .page-designer-reference .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .page-designer-reference .p-xl-0 {
    padding: 0 !important;
  }
  .page-designer-reference .pt-xl-0, .page-designer-reference .py-xl-0 {
    padding-top: 0 !important;
  }
  .page-designer-reference .pr-xl-0, .page-designer-reference .px-xl-0 {
    padding-right: 0 !important;
  }
  .page-designer-reference .pb-xl-0, .page-designer-reference .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .page-designer-reference .pl-xl-0, .page-designer-reference .px-xl-0 {
    padding-left: 0 !important;
  }
  .page-designer-reference .p-xl-1 {
    padding: 0.25rem !important;
  }
  .page-designer-reference .pt-xl-1, .page-designer-reference .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .page-designer-reference .pr-xl-1, .page-designer-reference .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .page-designer-reference .pb-xl-1, .page-designer-reference .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .page-designer-reference .pl-xl-1, .page-designer-reference .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .page-designer-reference .p-xl-2 {
    padding: 0.5rem !important;
  }
  .page-designer-reference .pt-xl-2, .page-designer-reference .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .page-designer-reference .pr-xl-2, .page-designer-reference .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .page-designer-reference .pb-xl-2, .page-designer-reference .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .page-designer-reference .pl-xl-2, .page-designer-reference .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .page-designer-reference .p-xl-3 {
    padding: 1rem !important;
  }
  .page-designer-reference .pt-xl-3, .page-designer-reference .py-xl-3 {
    padding-top: 1rem !important;
  }
  .page-designer-reference .pr-xl-3, .page-designer-reference .px-xl-3 {
    padding-right: 1rem !important;
  }
  .page-designer-reference .pb-xl-3, .page-designer-reference .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .page-designer-reference .pl-xl-3, .page-designer-reference .px-xl-3 {
    padding-left: 1rem !important;
  }
  .page-designer-reference .p-xl-4 {
    padding: 1.5rem !important;
  }
  .page-designer-reference .pt-xl-4, .page-designer-reference .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .page-designer-reference .pr-xl-4, .page-designer-reference .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .page-designer-reference .pb-xl-4, .page-designer-reference .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .page-designer-reference .pl-xl-4, .page-designer-reference .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .page-designer-reference .p-xl-5 {
    padding: 3rem !important;
  }
  .page-designer-reference .pt-xl-5, .page-designer-reference .py-xl-5 {
    padding-top: 3rem !important;
  }
  .page-designer-reference .pr-xl-5, .page-designer-reference .px-xl-5 {
    padding-right: 3rem !important;
  }
  .page-designer-reference .pb-xl-5, .page-designer-reference .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .page-designer-reference .pl-xl-5, .page-designer-reference .px-xl-5 {
    padding-left: 3rem !important;
  }
  .page-designer-reference .m-xl-auto {
    margin: auto !important;
  }
  .page-designer-reference .mt-xl-auto, .page-designer-reference .my-xl-auto {
    margin-top: auto !important;
  }
  .page-designer-reference .mr-xl-auto, .page-designer-reference .mx-xl-auto {
    margin-right: auto !important;
  }
  .page-designer-reference .mb-xl-auto, .page-designer-reference .my-xl-auto {
    margin-bottom: auto !important;
  }
  .page-designer-reference .ml-xl-auto, .page-designer-reference .mx-xl-auto {
    margin-left: auto !important;
  }
}
.page-designer-reference .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.page-designer-reference .text-justify {
  text-align: justify !important;
}

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

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

.page-designer-reference .text-left {
  text-align: left !important;
}

.page-designer-reference .text-right {
  text-align: right !important;
}

.page-designer-reference .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .page-designer-reference .text-sm-left {
    text-align: left !important;
  }
  .page-designer-reference .text-sm-right {
    text-align: right !important;
  }
  .page-designer-reference .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .page-designer-reference .text-md-left {
    text-align: left !important;
  }
  .page-designer-reference .text-md-right {
    text-align: right !important;
  }
  .page-designer-reference .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .page-designer-reference .text-lg-left {
    text-align: left !important;
  }
  .page-designer-reference .text-lg-right {
    text-align: right !important;
  }
  .page-designer-reference .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .page-designer-reference .text-xl-left {
    text-align: left !important;
  }
  .page-designer-reference .text-xl-right {
    text-align: right !important;
  }
  .page-designer-reference .text-xl-center {
    text-align: center !important;
  }
}
.page-designer-reference .text-lowercase {
  text-transform: lowercase !important;
}

.page-designer-reference .text-uppercase {
  text-transform: uppercase !important;
}

.page-designer-reference .text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.page-designer-reference .font-italic {
  font-style: italic !important;
}

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

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

.page-designer-reference a.text-primary:focus, .page-designer-reference a.text-primary:hover {
  color: #0062cc !important;
}

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

.page-designer-reference a.text-secondary:focus, .page-designer-reference a.text-secondary:hover {
  color: #545b62 !important;
}

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

.page-designer-reference a.text-success:focus, .page-designer-reference a.text-success:hover {
  color: #1e7e34 !important;
}

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

.page-designer-reference a.text-info:focus, .page-designer-reference a.text-info:hover {
  color: #117a8b !important;
}

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

.page-designer-reference a.text-warning:focus, .page-designer-reference a.text-warning:hover {
  color: #d39e00 !important;
}

.page-designer-reference .text-danger {
  color: #dc3545 !important;
}

.page-designer-reference a.text-danger:focus, .page-designer-reference a.text-danger:hover {
  color: #bd2130 !important;
}

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

.page-designer-reference a.text-light:focus, .page-designer-reference a.text-light:hover {
  color: #dae0e5 !important;
}

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

.page-designer-reference a.text-dark:focus, .page-designer-reference a.text-dark:hover {
  color: #1d2124 !important;
}

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

.page-designer-reference .text-muted {
  color: #6c757d !important;
}

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

.page-designer-reference .text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

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

.page-designer-reference .visible {
  visibility: visible !important;
}

.page-designer-reference .invisible {
  visibility: hidden !important;
}

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

.product-text_container {
  position: absolute;
  bottom: 15%;
  width: 100%;
  font-size: 1.25rem;
}

.product_centered-text {
  text-align: center;
}

a.producttile-button:hover {
  text-decoration: none;
}

a.producttile-button {
  cursor: pointer;
  padding: 0 1rem;
  border: 1px solid rgb(0, 112, 210);
  border-radius: 0.25rem;
  line-height: 1.875rem;
  background-color: white;
  color: rgb(0, 112, 210);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.producttile-button:hover {
  background-color: rgb(244, 246, 249);
  color: rgb(0, 112, 210);
}

.region div.experience-component {
  position: unset;
}

div.region_landscape-large:before {
  padding-top: unset;
}

div.region_square:before {
  padding-top: unset;
}

div.region_landscape-small:before {
  padding-top: unset;
}

div.region_portrait-small:before {
  padding-top: unset;
}

.l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a {
  margin: 10px 10px 10px 0px !important;
  font-family: "GillSansMTW05-Medium";
  font-size: 13px;
  cursor: pointer;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  padding: 0;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  color: #041E42 !important;
}
.l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a:hover {
  text-decoration: none;
  color: #000000;
}
.l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a:not(:disabled):active {
  border-color: #0b2171;
}
.l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a:not(:disabled):hover {
  border-color: #0b2171;
}
.l-body-page[data-action=Search-Show] .b-columns {
  margin-bottom: 0px;
}
.l-body-page[data-action=Search-Show] h2.b-title_group-title.b-title_group-title-30 {
  text-decoration: none;
}
.l-body-page[data-action=Search-Show] a:hover {
  text-decoration: none;
}
.l-body-page[data-action=Search-Show] .b-title_group-title-30 {
  font-size: 24px;
}
.l-body-page[data-action=Search-Show] .b-columns-col_content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.l-body-page[data-action=Search-Show] .b-columns-col_content {
  background: transparent;
}
.l-body-page[data-action=Search-Show] .b-columns-col_image {
  height: auto;
}
.l-body-page[data-action=Search-Show] .anchor-link {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.l-body-page[data-action=Search-Show] .anchor-link:hover {
  text-decoration: none;
}
.l-body-page[data-action=Search-Show] .hover-test,
.l-body-page[data-action=Search-Show] .b-featured_category-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.l-body-page[data-action=Search-Show] .hover-test img,
.l-body-page[data-action=Search-Show] .b-featured_category-link img {
  transition: 0.6s ease;
}
.l-body-page[data-action=Search-Show] .hover-test:hover img,
.l-body-page[data-action=Search-Show] .b-featured_category-link:hover img {
  transform: scale(1.05);
}
.l-body-page[data-action=Search-Show] .b-columns-col {
  height: 100%;
}
.l-body-page[data-action=Search-Show] .hover-effect:after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-body-page[data-action=Search-Show] .hover-effect {
  position: relative;
  display: inline-block;
}
.l-body-page[data-action=Search-Show] .hover-effect:hover:after {
  background: black;
  opacity: 0.2;
}
.l-body-page[data-action=Search-Show] .b-title_group-subtitle {
  font-size: 14px;
  font-weight: bold;
}
.l-body-page[data-action=Search-Show] .b-title_group-title {
  margin: 10px 0 10px;
}
.l-body-page[data-action=Search-Show] .hm_anchor {
  text-decoration: none;
}
.l-body-page[data-action=Search-Show] .hover-test img,
.l-body-page[data-action=Search-Show] .b-featured_category-link img {
  transition: 0.6s ease;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .l-body-page[data-action=Search-Show] .b-alignment_block-link.hm_blk_link {
    margin-top: 5px;
    font-size: 14px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid {
    margin-bottom: 40px;
  }
  .l-body-page[data-action=Search-Show] .week_day_diaries {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .notebook_writing_folder {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn2 {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-title_wrap.hm_title_wrap2 {
    max-width: 375.58px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-title_wrap.hm_title_wrap {
    position: relative;
    max-width: 472px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-content.hm_fl_content {
    margin-left: 5.33333%;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-image.hm_image {
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 1280px) {
  .l-body-page[data-action=Search-Show] .b-featured_fluid-content.hm_fl_content {
    margin-left: 5.33333%;
  }
  .l-body-page[data-action=Search-Show] .b-alignment_block-link.hm_blk_link {
    margin-top: 5px;
    font-size: 14px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn2 {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-title_wrap.hm_title_wrap2 {
    max-width: 375.58px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid {
    margin-bottom: 40px;
  }
  .l-body-page[data-action=Search-Show] .week_day_diaries {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .notebook_writing_folder {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-image.hm_image {
    height: auto;
  }
  .l-body-page[data-action=Search-Show] .b-image_cta-info_wrap.hm_info_wrap {
    padding-top: 0px;
  }
  .l-body-page[data-action=Search-Show] .clp-img {
    display: block !important;
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-alignment_block-link.hm_blk_link {
    margin-top: 5px;
    font-size: 14px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn2 {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-title_wrap.hm_title_wrap2 {
    max-width: 375.58px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid {
    margin-bottom: 40px;
  }
  .l-body-page[data-action=Search-Show] .week_day_diaries {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .notebook_writing_folder {
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col {
    height: 100%;
    margin-bottom: 0px;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col_content:hover {
    background: transparent;
  }
  .l-body-page[data-action=Search-Show] .b-title_group-description br {
    content: " ";
  }
  .l-body-page[data-action=Search-Show] .b-columns {
    max-width: 1440px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col {
    margin-right: 10px;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col_content {
    padding: 35px 200px 75px 60px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-image {
    height: auto;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn {
    font-weight: bold;
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-asymmetric-col.m-asymmetric_small {
    max-width: 41.66%;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-content.hm_fl_content {
    margin-left: 5.33333%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-content {
    max-width: 360px;
  }
  .l-body-page[data-action=Search-Show] .experience-component.b-columns {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn {
    margin-top: 30px;
  }
  .l-body-page[data-action=Search-Show] .b-asymmetric-title_wrap {
    -ms-flex-order: 2;
        order: 2;
  }
  .l-body-page[data-action=Search-Show] .hover-test,
  .l-body-page[data-action=Search-Show] .b-featured_category-link {
    -ms-flex-order: 1;
        order: 1;
  }
  .l-body-page[data-action=Search-Show] .b-asymmetric-link_wrap {
    -ms-flex-order: 3;
        order: 3;
  }
  .l-body-page[data-action=Search-Show] .b-alignment_block-link.hm_blk_link {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
  .l-body-page[data-action=Search-Show] .hover-test img,
  .l-body-page[data-action=Search-Show] .b-featured_category-link img {
    max-height: 450px;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col {
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .l-body-page[data-action=Search-Show] .b-columns-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-title_wrap.hm_title_wrap {
    max-width: 100%;
    width: 100%;
    margin-left: 20px;
    margin-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-content.hm_fl_content {
    margin-left: auto;
    -ms-flex-align: center;
        align-items: center;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-row.hm_row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-left.hm_left_content {
    max-width: 100%;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-right.hm_right_content {
    max-width: 100%;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-image.hm_image {
    height: auto;
  }
  .l-body-page[data-action=Search-Show] .b-columns-row > .region {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-alignment_block-link.hm_blk_link {
    margin-top: 0px;
    font-size: 14px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a {
    margin-top: 10px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn {
    padding-top: 20px;
  }
  .l-body-page[data-action=Search-Show] .l-footer {
    padding-top: 30px;
  }
  .l-body-page[data-action=Search-Show] .b-columns {
    margin-bottom: 0px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid {
    margin-bottom: 15px;
  }
  .l-body-page[data-action=Search-Show] .b-columns-col {
    margin-bottom: 15px;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .l-body-page[data-action=Search-Show] .b-title_group-title-30 {
    font-size: 18px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-right.hm_right_content {
    margin-top: 10px;
  }
  .l-body-page[data-action=Search-Show] .b-title_group.shop_btn2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .l-body-page[data-action=Search-Show] .b-featured_fluid-row.hm_row {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .l-body-page[data-action=Search-Show] .b-asymmetric-title_wrap {
    -ms-flex-order: 2;
        order: 2;
  }
  .l-body-page[data-action=Search-Show] .hover-test,
  .l-body-page[data-action=Search-Show] .b-featured_category-link {
    -ms-flex-order: 1;
        order: 1;
  }
  .l-body-page[data-action=Search-Show] .b-asymmetric-link_wrap {
    -ms-flex-order: 3;
        order: 3;
  }
  .l-body-page[data-action=Search-Show] .b-columns-row {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media screen and (max-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-columns-col > div.experience-component {
    display: contents;
  }
}
.l-body-page[data-action=Search-Show] .b-title_group.shop_btn > p > a :hover {
  text-decoration: unset;
}
.l-body-page[data-action=Search-Show] .b-asymmetric-title_wrap a:hover,
.l-body-page[data-action=Search-Show] .b-asymmetric-link_wrap a:hover {
  text-decoration: unset;
}
.l-body-page[data-action=Search-Show] .b-title_group-description > p {
  margin: unset;
}

.nosearch-bottomlinks {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.nosearch-bottomlinks-header {
  font-family: "GillSansMTW05-Medium";
  color: #000;
  text-align: center;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 1.92px !important;
  text-transform: capitalize;
  padding: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .nosearch-bottomlinks-header {
    font-size: 18px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0.5rem;
  }
}
.nosearch-bottomlinks-custom-layout-cta-link {
  padding: 0.5rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nosearch-bottomlinks-custom-layout-cta-link {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .nosearch-bottomlinks-custom-layout-cta-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nosearch-bottomlinks-custom-layout-cta-link p {
    overflow-x: scroll;
    scrollbar-width: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .nosearch-bottomlinks-custom-layout-cta-link p {
    overflow-x: scroll;
    scrollbar-width: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.nosearch-bottomlinks-custom-layout-cta-link p a {
  margin: 1rem;
  color: #000;
  font-family: GillSansMTW05-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nosearch-bottomlinks-custom-layout-cta-link p a {
    -ms-flex: none;
        flex: none;
  }
}
@media screen and (max-width: 767px) {
  .nosearch-bottomlinks-custom-layout-cta-link p a {
    -ms-flex: none;
        flex: none;
  }
}

.s-plp-no_results .plpSeoBanner {
  display: none;
}

.l-body-page[data-action=Search-Show] .page-designer-reference .hidden_butterfly {
  padding-bottom: 18px;
}
.l-body-page[data-action=Search-Show] .page-designer-reference .nosearch-bottomlinks-header {
  margin: 0;
  padding-top: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .page-designer-reference .nosearch-bottomlinks-header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .page-designer-reference .nosearch-bottomlinks-header {
    font-size: 1rem;
  }
}

.plpSeoBanner {
  height: 100%;
  box-shadow: 0px 1px 4px 1px #d9d9d9;
  margin: 72px 0;
  padding: 120px 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plpSeoBanner {
    padding: 60px 0;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .plpSeoBanner {
    padding: 50px 0 60px;
    margin: 24px 0 48px;
  }
}
.plpSeoBanner .nosearch-bottomlinks-header {
  padding: 0.5rem;
}
.plpSeoBanner .logo-royal_img {
  margin-bottom: 20px;
}
.plpSeoBanner img {
  aspect-ratio: 16/5.6;
}
.plpSeoBanner .plpSeoBanner-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 138px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plpSeoBanner .plpSeoBanner-description p {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .plpSeoBanner .plpSeoBanner-description p {
    margin: 50px 0 0 0;
  }
}
.plpSeoBanner .plpSeoBanner-description .read-less,
.plpSeoBanner .plpSeoBanner-description .read-more {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 825px) {
  .l-body-page[data-action=Product-Show] .mobile-width,
  .l-body-page[data-action=Product-ShowInCategory] .mobile-width,
  .l-body-page[data-action=Search-Show] .mobile-width,
  .l-body-page[data-action=Product-GlobaleShow] .mobile-width {
    max-width: unset !important;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout {
  background: #C9D8EA;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-body {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-body {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-body {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-body,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-body {
    padding-bottom: 36px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-hero,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-hero,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-hero,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-hero {
  position: relative;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header {
  color: #000 !important;
  font-family: "GillSansMTW05-Medium" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 1.08px;
  height: 75px;
  margin-bottom: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-grid !important;
  display: grid !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header {
    margin: 24px 0;
    height: 93px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1270px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header {
    height: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header {
    margin: 15px 0;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimghero,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimghero,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimghero,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimghero {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimghero {
    width: 276px;
    height: 85.419px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimghero {
    width: 214px;
    height: 68px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimghero {
    width: 272px;
    height: 84px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimghero,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimghero {
    width: 217px;
    height: 68px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2 {
    display: -ms-flexbox;
    display: flex;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1.mobile-only,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1.mobile-only,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1.mobile-only,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1.mobile-only {
  display: none !important;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2.mobile-only,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2.mobile-only,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2.mobile-only,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2.mobile-only {
  display: none;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header.mobile-only,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header.mobile-only,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header.mobile-only,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header.mobile-only {
  display: none !important;
}
@media screen and (max-width: 825px) {
  .l-body-page[data-action=Product-Show] .desktop-only,
  .l-body-page[data-action=Product-ShowInCategory] .desktop-only,
  .l-body-page[data-action=Search-Show] .desktop-only,
  .l-body-page[data-action=Product-GlobaleShow] .desktop-only {
    display: none !important;
  }
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1.mobile-only,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1.mobile-only,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1.mobile-only,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1.mobile-only {
    display: -ms-grid !important;
    display: grid !important;
  }
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header.mobile-only,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header.mobile-only,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header.mobile-only,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header.mobile-only {
    display: -ms-grid !important;
    display: grid !important;
  }
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2.mobile-only,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2.mobile-only,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2.mobile-only,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2.mobile-only {
    display: block;
    text-align: center;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col1 {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col1 {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col1 {
    width: 78%;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-centerimgsec1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-centerimgsec1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-centerimgsec1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-centerimgsec1 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 87px !important;
  height: 87px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header1 {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1 {
  color: #000;
  font-family: "MinionW05-Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1 {
    width: 274px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1 {
    width: 214px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1 {
    width: 80%;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1 a,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1 p,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1 a,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1 p,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1 a,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1 p,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1 a,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1 p {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  background: #C9D8EA !important;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1 a:hover,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1 a:hover,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1 a:hover,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1 a:hover {
  color: #000;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2 {
  color: #000;
  text-align: right;
  font-family: "GillSansMTW05-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
  color: #000;
  text-align: right;
  font-family: "MinionW05-Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
    width: 84%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2-sub {
    margin-top: 36px;
    margin-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2-sub {
    margin-top: 32px;
    margin-left: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1-sub {
    margin-top: 36px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1-sub {
    margin-top: 32px;
    margin-right: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1 {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1 {
    padding-left: 7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2 {
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2 {
    padding-right: 10%;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2 a,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2 p,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2 a,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2 p,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2 a,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2 p,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2 a,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2 p {
  color: #000;
  text-align: right;
  font-family: "GillSansMTW05-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  background: #C9D8EA !important;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2 a:hover,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2 a:hover,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2 a:hover,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2 a:hover {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 {
    width: 50%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2-sub {
    margin-left: 66px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2-sub {
    margin-left: 36px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2 {
  margin-bottom: 12px;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description2 {
  margin-bottom: 24px;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1-sub,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1-sub,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1-sub,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1-sub {
  text-align: -webkit-right;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1-sub {
    margin-right: 66px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col1-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col1-sub {
    margin-right: 36px;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1 {
    margin-top: 45px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > picture {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > picture {
    width: 78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > picture {
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row2-col2 > a > picture,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row2-col2 > a > picture {
    display: block;
    margin-left: 26%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1 p {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1 p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1 p {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2 p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2 p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2 p {
    margin-bottom: 0px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-a > div,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-a > div,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-a > div,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-a > div {
  position: sticky;
}
.l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
.l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
.l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
.l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
  width: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    height: 58vw;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    height: 100vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    margin-bottom: -11px;
    margin-top: -7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    margin-bottom: -10px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-ShowInCategory] iframe.embed-responsive-item,
  .l-body-page[data-action=Search-Show] iframe.embed-responsive-item,
  .l-body-page[data-action=Product-GlobaleShow] iframe.embed-responsive-item {
    margin-bottom: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .img-padding,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding,
  .l-body-page[data-action=Search-Show] .img-padding,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding {
    padding-top: 121px;
    padding-bottom: 105px;
    padding-left: 135px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .img-padding .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Search-Show] .img-padding .b-pdp-custom-layout-row1,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding .b-pdp-custom-layout-row1 {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .img-padding,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding,
  .l-body-page[data-action=Search-Show] .img-padding,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding {
    padding: 0 145px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .img-padding,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding,
  .l-body-page[data-action=Search-Show] .img-padding,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding {
    padding: 0 44px;
  }
}
.l-body-page[data-action=Product-Show] .hero-div,
.l-body-page[data-action=Product-ShowInCategory] .hero-div,
.l-body-page[data-action=Search-Show] .hero-div,
.l-body-page[data-action=Product-GlobaleShow] .hero-div {
  margin: 0;
  background: #041E42;
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .hero-div,
  .l-body-page[data-action=Product-ShowInCategory] .hero-div,
  .l-body-page[data-action=Search-Show] .hero-div,
  .l-body-page[data-action=Product-GlobaleShow] .hero-div {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-col2-sub2,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-col2-sub2,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-col2-sub2,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-col2-sub2 {
    margin-left: 124px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row {
  display: block;
  background: #FFF;
}
.l-body-page[data-action=Product-Show] .center-align,
.l-body-page[data-action=Product-ShowInCategory] .center-align,
.l-body-page[data-action=Search-Show] .center-align,
.l-body-page[data-action=Product-GlobaleShow] .center-align {
  text-align: center;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header1-b,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header1-b,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header1-b,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header1-b {
  color: #FFF;
  font-family: "GillSansMTW05-Medium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header1-b {
    font-size: 24px;
    letter-spacing: 1.92px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header1-b {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1-b,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1-b,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1-b,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1-b {
  color: #FFF;
  font-family: "MinionW05-Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.1%;
  /* 20.496px */
  letter-spacing: 0.96px;
  width: 327px;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1-b {
    margin-bottom: 24px;
    width: 327px;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1-b {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1-b {
    margin-bottom: 36px;
    width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-description1-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-description1-b {
    margin-bottom: 24px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p,
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p > a,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p > a,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p > a,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p > a {
  color: #FFF;
  font-family: "GillSansMTW05-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p > a {
    text-align: center;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta1-b > p > a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta1-b > p > a {
    text-align: center;
    margin-top: 24px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2-b,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2-b,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2-b,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2-b {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "GillSansMTW05-Medium";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2-b {
    padding-top: 47px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2-b {
    padding-top: 60px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2-b {
    padding-top: 48px;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-header2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-header2-b {
    padding-top: 48px;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b {
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b {
    padding-bottom: 57px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b {
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b .slick-track,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a {
    width: unset !important;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a {
    width: unset !important;
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a {
    width: unset !important;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a {
    width: unset !important;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a:first-child {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a:first-child {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a:first-child {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-cta2-b a:first-child,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-cta2-b a:first-child {
    padding-left: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-pdp-custom-layout-row1-sub,
  .l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout-row1-sub,
  .l-body-page[data-action=Search-Show] .b-pdp-custom-layout-row1-sub,
  .l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout-row1-sub {
    display: -ms-flexbox;
    display: flex;
  }
}
.l-body-page[data-action=Product-Show] .gift-wrap-mob,
.l-body-page[data-action=Product-ShowInCategory] .gift-wrap-mob,
.l-body-page[data-action=Search-Show] .gift-wrap-mob,
.l-body-page[data-action=Product-GlobaleShow] .gift-wrap-mob {
  width: 42.01px;
  height: 35.172px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .gift-wrap-mob,
  .l-body-page[data-action=Product-ShowInCategory] .gift-wrap-mob,
  .l-body-page[data-action=Search-Show] .gift-wrap-mob,
  .l-body-page[data-action=Product-GlobaleShow] .gift-wrap-mob {
    margin-top: 53px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .gift-wrap-mob,
  .l-body-page[data-action=Product-ShowInCategory] .gift-wrap-mob,
  .l-body-page[data-action=Search-Show] .gift-wrap-mob,
  .l-body-page[data-action=Product-GlobaleShow] .gift-wrap-mob {
    margin-top: 26px;
    margin-bottom: 49px;
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .img-padding > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding > a > div > iframe,
  .l-body-page[data-action=Search-Show] .img-padding > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding > a > div > iframe {
    width: 542px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .img-padding > a > div > iframe,
  .l-body-page[data-action=Product-ShowInCategory] .img-padding > a > div > iframe,
  .l-body-page[data-action=Search-Show] .img-padding > a > div > iframe,
  .l-body-page[data-action=Product-GlobaleShow] .img-padding > a > div > iframe {
    width: 424px;
  }
}
.l-body-page[data-action=Product-Show] .b-editable-content #pdplayout1 > div > div > .row,
.l-body-page[data-action=Product-Show] .b-editable-content .row.mx-n2,
.l-body-page[data-action=Product-ShowInCategory] .b-editable-content #pdplayout1 > div > div > .row,
.l-body-page[data-action=Product-ShowInCategory] .b-editable-content .row.mx-n2,
.l-body-page[data-action=Search-Show] .b-editable-content #pdplayout1 > div > div > .row,
.l-body-page[data-action=Search-Show] .b-editable-content .row.mx-n2,
.l-body-page[data-action=Product-GlobaleShow] .b-editable-content #pdplayout1 > div > div > .row,
.l-body-page[data-action=Product-GlobaleShow] .b-editable-content .row.mx-n2 {
  margin-right: unset;
  margin-left: unset;
}
.l-body-page[data-action=Product-Show] .b-pdp-custom-layout2,
.l-body-page[data-action=Product-ShowInCategory] .b-pdp-custom-layout2,
.l-body-page[data-action=Search-Show] .b-pdp-custom-layout2,
.l-body-page[data-action=Product-GlobaleShow] .b-pdp-custom-layout2 {
  position: relative;
}

.marketing-banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marketing-banner-container img, .marketing-banner-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.marketing-banner-container .overlay-content {
  position: absolute;
}
.marketing-banner-container .overlay-content .marketingBannerCTA {
  text-decoration: underline;
}
.marketing-banner-container .overlay-content .marketingBannerCTA :hover {
  text-decoration: underline;
}
.marketing-banner-container .overlay-content .bannerTitle {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  letter-spacing: 0.08em;
}
.marketing-banner-container .overlay-content .marketingBannerCTA {
  font-family: "GillSansMTW05-Medium";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.06em;
}
.marketing-banner-container .overlay-content .bannerContent {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  letter-spacing: 0.08em;
}
.marketing-banner-container .overlay-content .bannerContent p {
  margin: 0px;
}

.portrait .bannerTitle {
  margin-bottom: 7px;
}
.portrait .bannerContent {
  margin-bottom: 10px;
}

.landscape .bannerTitle {
  margin-bottom: 12px;
}
.landscape .bannerContent {
  margin-bottom: 10px;
}

.full .bannerTitle {
  margin-bottom: 12px;
}
.full .bannerContent {
  margin-bottom: 24px;
}

.top-left {
  top: 48px;
  left: 24px;
  text-align: left;
}

.top-right {
  top: 48px;
  right: 24px;
  text-align: right;
}

.bottom-left {
  bottom: 48px;
  left: 24px;
  text-align: left;
}

.bottom-right {
  bottom: 48px;
  right: 24px;
  text-align: right;
}

.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-center {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.bottom-center {
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.center-left {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .center-left {
    left: 12px;
  }
}

.center-right {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .center-right {
    right: 12px;
  }
}

.page-designer-reference h1.plp-header-banner_heading {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0.08em;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-designer-reference h1.plp-header-banner_heading {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-designer-reference h1.plp-header-banner_heading {
    font-size: 16px;
    line-height: 19px;
  }
}

.plp-header-banner_richtext-main {
  position: relative;
}
.plp-header-banner_heading {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0.08em;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_heading {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_heading {
    font-size: 16px;
    line-height: 19px;
  }
}
.plp-header-banner_bodyContent {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_bodyContent {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_bodyContent {
    font-size: 12px;
    line-height: 18px;
  }
}
.plp-header-banner_bodyContent p {
  margin-bottom: 0px;
}
.plp-header-banner_cta-main {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.06em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_cta-main {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_cta-main {
    font-size: 10px;
    line-height: 12px;
  }
}
.plp-header-banner_cta-main .cta-content a {
  display: block;
  width: fit-content;
  margin: 0 24px 0 0;
  text-decoration: underline !important;
}
.plp-header-banner_cta-main .cta-content a :hover {
  text-decoration: underline !important;
}
.plp-header-banner_text-image-main {
  display: -ms-flexbox;
  display: flex;
}
.plp-header-banner_text-image-main .richtext-main {
  padding-top: 70px;
  width: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .plp-header-banner_text-image-main .richtext-main {
    padding-top: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_text-image-main .richtext-main {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_text-image-main .richtext-main {
    width: 100%;
    padding-top: 0;
  }
}
.plp-header-banner_text-image-main .richtext-main .richtext_heading {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_text-image-main .richtext-main .richtext_heading {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_text-image-main .richtext-main .richtext_heading {
    font-size: 16px;
    line-height: 19px;
  }
}
.plp-header-banner_text-image-main .image-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_text-image-main .image-main {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .plp-header-banner_text-image-main .image-main {
    display: none;
  }
}
.plp-header-banner_text-image-main .image-main img {
  margin-left: 118px;
  width: 555px;
  height: 246px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .plp-header-banner_text-image-main .image-main img {
    margin-left: 86px;
    width: 408px;
    height: 181px;
  }
}

.text-black {
  color: black;
}
.text-black a {
  color: black;
}
.text-black a:hover {
  color: black;
}

.text-white {
  color: white;
}
.text-white a {
  color: white;
}
.text-white a:hover {
  color: white;
}

.bg-light-blue {
  background-color: rgb(200, 216, 235);
}

.bg-dark-blue {
  background-color: rgb(4, 30, 66);
}

.bg-white {
  background-color: white;
}

.plp-header-banner_bodyContent p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
}
.plp-header-banner_bodyContent p:has(.read-more) {
  width: 538px;
}
@media screen and (max-width: 767px) {
  .plp-header-banner_bodyContent p:has(.read-more) {
    width: 100%;
  }
}
.plp-header-banner_bodyContent p:has(.read-less) {
  width: 100%;
}
.plp-header-banner_bodyContent p a {
  color: black;
}
.plp-header-banner_bodyContent p a a {
  color: black;
}
.plp-header-banner_bodyContent p a a:hover {
  color: black;
}
.plp-header-banner_bodyContent p a:hover {
  color: black;
}
.plp-header-banner_bodyContent p .read-more {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_bodyContent p .read-more {
    font-size: 12px;
  }
}
.plp-header-banner_bodyContent p .read-less {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-header-banner_bodyContent p .read-less {
    font-size: 12px;
  }
}
.plp-header-banner_bodyContent a {
  text-decoration: underline;
}
.plp-header-banner_bodyContent-d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.js-handel-visibility {
  visibility: hidden;
}

.plp-carousel-main .plp-carousel-inner {
  display: -ms-flexbox;
  display: flex;
}
.plp-carousel-main .plp-carousel-inner .carousel-tile a img,
.plp-carousel-main .plp-carousel-inner .carousel-tile a video {
  display: block;
  height: 110px;
  width: 210px;
  margin-right: 12px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .plp-carousel-main .plp-carousel-inner .carousel-tile a img,
  .plp-carousel-main .plp-carousel-inner .carousel-tile a video {
    height: 83px;
    width: 157px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-carousel-main .plp-carousel-inner .carousel-tile a img,
  .plp-carousel-main .plp-carousel-inner .carousel-tile a video {
    height: 83px;
    width: 157px;
    margin-right: 8px;
  }
}
.plp-carousel-main .plp-carousel-inner .carousel-tile a p {
  font-family: "GillSansMTW05-Medium";
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0.06em;
  margin-top: 12px;
  margin-bottom: 0px;
  color: black;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plp-carousel-main .plp-carousel-inner .carousel-tile a p {
    font-size: 12px;
    line-height: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  .plp-carousel-main .plp-carousel-inner .carousel-tile a p {
    font-size: 12px;
    line-height: 14.4px;
  }
}
.plp-carousel-main .plp-carousel-inner .carousel-tile a p a {
  color: black;
}
.plp-carousel-main .plp-carousel-inner .carousel-tile a p a:hover {
  color: black;
}
.plp-carousel-main .experience-assets-producttile {
  width: unset !important;
}

.height-0 {
  height: 0px;
}

.padding-t-0 {
  padding-top: 0px;
}

.padding-r-0 {
  padding-right: 0px;
}

.padding-b-0 {
  padding-bottom: 0px;
}

.padding-l-0 {
  padding-left: 0px;
}

.height-2 {
  height: 2px;
}

.padding-t-2 {
  padding-top: 2px;
}

.padding-r-2 {
  padding-right: 2px;
}

.padding-b-2 {
  padding-bottom: 2px;
}

.padding-l-2 {
  padding-left: 2px;
}

.height-4 {
  height: 4px;
}

.padding-t-4 {
  padding-top: 4px;
}

.padding-r-4 {
  padding-right: 4px;
}

.padding-b-4 {
  padding-bottom: 4px;
}

.padding-l-4 {
  padding-left: 4px;
}

.height-5 {
  height: 5px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-b-5 {
  padding-bottom: 5px;
}

.padding-l-5 {
  padding-left: 5px;
}

.height-8 {
  height: 8px;
}

.padding-t-8 {
  padding-top: 8px;
}

.padding-r-8 {
  padding-right: 8px;
}

.padding-b-8 {
  padding-bottom: 8px;
}

.padding-l-8 {
  padding-left: 8px;
}

.height-10 {
  height: 10px;
}

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

.padding-r-10 {
  padding-right: 10px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-l-10 {
  padding-left: 10px;
}

.height-12 {
  height: 12px;
}

.padding-t-12 {
  padding-top: 12px;
}

.padding-r-12 {
  padding-right: 12px;
}

.padding-b-12 {
  padding-bottom: 12px;
}

.padding-l-12 {
  padding-left: 12px;
}

.height-13 {
  height: 13px;
}

.padding-t-13 {
  padding-top: 13px;
}

.padding-r-13 {
  padding-right: 13px;
}

.padding-b-13 {
  padding-bottom: 13px;
}

.padding-l-13 {
  padding-left: 13px;
}

.height-15 {
  height: 15px;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-b-15 {
  padding-bottom: 15px;
}

.padding-l-15 {
  padding-left: 15px;
}

.height-20 {
  height: 20px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-l-20 {
  padding-left: 20px;
}

.height-22 {
  height: 22px;
}

.padding-t-22 {
  padding-top: 22px;
}

.padding-r-22 {
  padding-right: 22px;
}

.padding-b-22 {
  padding-bottom: 22px;
}

.padding-l-22 {
  padding-left: 22px;
}

.height-24 {
  height: 24px;
}

.padding-t-24 {
  padding-top: 24px;
}

.padding-r-24 {
  padding-right: 24px;
}

.padding-b-24 {
  padding-bottom: 24px;
}

.padding-l-24 {
  padding-left: 24px;
}

.height-25 {
  height: 25px;
}

.padding-t-25 {
  padding-top: 25px;
}

.padding-r-25 {
  padding-right: 25px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.padding-l-25 {
  padding-left: 25px;
}

.height-30 {
  height: 30px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-r-30 {
  padding-right: 30px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-l-30 {
  padding-left: 30px;
}

.height-35 {
  height: 35px;
}

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

.padding-r-35 {
  padding-right: 35px;
}

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

.padding-l-35 {
  padding-left: 35px;
}

.height-36 {
  height: 36px;
}

.padding-t-36 {
  padding-top: 36px;
}

.padding-r-36 {
  padding-right: 36px;
}

.padding-b-36 {
  padding-bottom: 36px;
}

.padding-l-36 {
  padding-left: 36px;
}

.height-40 {
  height: 40px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-r-40 {
  padding-right: 40px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.padding-l-40 {
  padding-left: 40px;
}

.height-41 {
  height: 41px;
}

.padding-t-41 {
  padding-top: 41px;
}

.padding-r-41 {
  padding-right: 41px;
}

.padding-b-41 {
  padding-bottom: 41px;
}

.padding-l-41 {
  padding-left: 41px;
}

.height-45 {
  height: 45px;
}

.padding-t-45 {
  padding-top: 45px;
}

.padding-r-45 {
  padding-right: 45px;
}

.padding-b-45 {
  padding-bottom: 45px;
}

.padding-l-45 {
  padding-left: 45px;
}

.height-48 {
  height: 48px;
}

.padding-t-48 {
  padding-top: 48px;
}

.padding-r-48 {
  padding-right: 48px;
}

.padding-b-48 {
  padding-bottom: 48px;
}

.padding-l-48 {
  padding-left: 48px;
}

.height-50 {
  height: 50px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-r-50 {
  padding-right: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.padding-l-50 {
  padding-left: 50px;
}

.height-52 {
  height: 52px;
}

.padding-t-52 {
  padding-top: 52px;
}

.padding-r-52 {
  padding-right: 52px;
}

.padding-b-52 {
  padding-bottom: 52px;
}

.padding-l-52 {
  padding-left: 52px;
}

.height-55 {
  height: 55px;
}

.padding-t-55 {
  padding-top: 55px;
}

.padding-r-55 {
  padding-right: 55px;
}

.padding-b-55 {
  padding-bottom: 55px;
}

.padding-l-55 {
  padding-left: 55px;
}

.height-60 {
  height: 60px;
}

.padding-t-60 {
  padding-top: 60px;
}

.padding-r-60 {
  padding-right: 60px;
}

.padding-b-60 {
  padding-bottom: 60px;
}

.padding-l-60 {
  padding-left: 60px;
}

.height-68 {
  height: 68px;
}

.padding-t-68 {
  padding-top: 68px;
}

.padding-r-68 {
  padding-right: 68px;
}

.padding-b-68 {
  padding-bottom: 68px;
}

.padding-l-68 {
  padding-left: 68px;
}

.height-70 {
  height: 70px;
}

.padding-t-70 {
  padding-top: 70px;
}

.padding-r-70 {
  padding-right: 70px;
}

.padding-b-70 {
  padding-bottom: 70px;
}

.padding-l-70 {
  padding-left: 70px;
}

.height-72 {
  height: 72px;
}

.padding-t-72 {
  padding-top: 72px;
}

.padding-r-72 {
  padding-right: 72px;
}

.padding-b-72 {
  padding-bottom: 72px;
}

.padding-l-72 {
  padding-left: 72px;
}

.height-75 {
  height: 75px;
}

.padding-t-75 {
  padding-top: 75px;
}

.padding-r-75 {
  padding-right: 75px;
}

.padding-b-75 {
  padding-bottom: 75px;
}

.padding-l-75 {
  padding-left: 75px;
}

.height-80 {
  height: 80px;
}

.padding-t-80 {
  padding-top: 80px;
}

.padding-r-80 {
  padding-right: 80px;
}

.padding-b-80 {
  padding-bottom: 80px;
}

.padding-l-80 {
  padding-left: 80px;
}

.height-86 {
  height: 86px;
}

.padding-t-86 {
  padding-top: 86px;
}

.padding-r-86 {
  padding-right: 86px;
}

.padding-b-86 {
  padding-bottom: 86px;
}

.padding-l-86 {
  padding-left: 86px;
}

.height-97 {
  height: 97px;
}

.padding-t-97 {
  padding-top: 97px;
}

.padding-r-97 {
  padding-right: 97px;
}

.padding-b-97 {
  padding-bottom: 97px;
}

.padding-l-97 {
  padding-left: 97px;
}

.height-100 {
  height: 100px;
}

.padding-t-100 {
  padding-top: 100px;
}

.padding-r-100 {
  padding-right: 100px;
}

.padding-b-100 {
  padding-bottom: 100px;
}

.padding-l-100 {
  padding-left: 100px;
}

.height-110 {
  height: 110px;
}

.padding-t-110 {
  padding-top: 110px;
}

.padding-r-110 {
  padding-right: 110px;
}

.padding-b-110 {
  padding-bottom: 110px;
}

.padding-l-110 {
  padding-left: 110px;
}

.height-120 {
  height: 120px;
}

.padding-t-120 {
  padding-top: 120px;
}

.padding-r-120 {
  padding-right: 120px;
}

.padding-b-120 {
  padding-bottom: 120px;
}

.padding-l-120 {
  padding-left: 120px;
}

.height-125 {
  height: 125px;
}

.padding-t-125 {
  padding-top: 125px;
}

.padding-r-125 {
  padding-right: 125px;
}

.padding-b-125 {
  padding-bottom: 125px;
}

.padding-l-125 {
  padding-left: 125px;
}

.height-138 {
  height: 138px;
}

.padding-t-138 {
  padding-top: 138px;
}

.padding-r-138 {
  padding-right: 138px;
}

.padding-b-138 {
  padding-bottom: 138px;
}

.padding-l-138 {
  padding-left: 138px;
}

.height-140 {
  height: 140px;
}

.padding-t-140 {
  padding-top: 140px;
}

.padding-r-140 {
  padding-right: 140px;
}

.padding-b-140 {
  padding-bottom: 140px;
}

.padding-l-140 {
  padding-left: 140px;
}

.height-150 {
  height: 150px;
}

.padding-t-150 {
  padding-top: 150px;
}

.padding-r-150 {
  padding-right: 150px;
}

.padding-b-150 {
  padding-bottom: 150px;
}

.padding-l-150 {
  padding-left: 150px;
}

.height-200 {
  height: 200px;
}

.padding-t-200 {
  padding-top: 200px;
}

.padding-r-200 {
  padding-right: 200px;
}

.padding-b-200 {
  padding-bottom: 200px;
}

.padding-l-200 {
  padding-left: 200px;
}

.height-201 {
  height: 201px;
}

.padding-t-201 {
  padding-top: 201px;
}

.padding-r-201 {
  padding-right: 201px;
}

.padding-b-201 {
  padding-bottom: 201px;
}

.padding-l-201 {
  padding-left: 201px;
}

.height-250 {
  height: 250px;
}

.padding-t-250 {
  padding-top: 250px;
}

.padding-r-250 {
  padding-right: 250px;
}

.padding-b-250 {
  padding-bottom: 250px;
}

.padding-l-250 {
  padding-left: 250px;
}

.height-265 {
  height: 265px;
}

.padding-t-265 {
  padding-top: 265px;
}

.padding-r-265 {
  padding-right: 265px;
}

.padding-b-265 {
  padding-bottom: 265px;
}

.padding-l-265 {
  padding-left: 265px;
}

.height-357 {
  height: 357px;
}

.padding-t-357 {
  padding-top: 357px;
}

.padding-r-357 {
  padding-right: 357px;
}

.padding-b-357 {
  padding-bottom: 357px;
}

.padding-l-357 {
  padding-left: 357px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-0 {
    height: 0px;
  }
  .padding-t-t-0 {
    padding-top: 0px;
  }
  .padding-t-r-0 {
    padding-right: 0px;
  }
  .padding-t-b-0 {
    padding-bottom: 0px;
  }
  .padding-t-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-2 {
    height: 2px;
  }
  .padding-t-t-2 {
    padding-top: 2px;
  }
  .padding-t-r-2 {
    padding-right: 2px;
  }
  .padding-t-b-2 {
    padding-bottom: 2px;
  }
  .padding-t-l-2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-4 {
    height: 4px;
  }
  .padding-t-t-4 {
    padding-top: 4px;
  }
  .padding-t-r-4 {
    padding-right: 4px;
  }
  .padding-t-b-4 {
    padding-bottom: 4px;
  }
  .padding-t-l-4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-5 {
    height: 5px;
  }
  .padding-t-t-5 {
    padding-top: 5px;
  }
  .padding-t-r-5 {
    padding-right: 5px;
  }
  .padding-t-b-5 {
    padding-bottom: 5px;
  }
  .padding-t-l-5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-8 {
    height: 8px;
  }
  .padding-t-t-8 {
    padding-top: 8px;
  }
  .padding-t-r-8 {
    padding-right: 8px;
  }
  .padding-t-b-8 {
    padding-bottom: 8px;
  }
  .padding-t-l-8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-10 {
    height: 10px;
  }
  .padding-t-t-10 {
    padding-top: 10px;
  }
  .padding-t-r-10 {
    padding-right: 10px;
  }
  .padding-t-b-10 {
    padding-bottom: 10px;
  }
  .padding-t-l-10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-12 {
    height: 12px;
  }
  .padding-t-t-12 {
    padding-top: 12px;
  }
  .padding-t-r-12 {
    padding-right: 12px;
  }
  .padding-t-b-12 {
    padding-bottom: 12px;
  }
  .padding-t-l-12 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-13 {
    height: 13px;
  }
  .padding-t-t-13 {
    padding-top: 13px;
  }
  .padding-t-r-13 {
    padding-right: 13px;
  }
  .padding-t-b-13 {
    padding-bottom: 13px;
  }
  .padding-t-l-13 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-15 {
    height: 15px;
  }
  .padding-t-t-15 {
    padding-top: 15px;
  }
  .padding-t-r-15 {
    padding-right: 15px;
  }
  .padding-t-b-15 {
    padding-bottom: 15px;
  }
  .padding-t-l-15 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-20 {
    height: 20px;
  }
  .padding-t-t-20 {
    padding-top: 20px;
  }
  .padding-t-r-20 {
    padding-right: 20px;
  }
  .padding-t-b-20 {
    padding-bottom: 20px;
  }
  .padding-t-l-20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-22 {
    height: 22px;
  }
  .padding-t-t-22 {
    padding-top: 22px;
  }
  .padding-t-r-22 {
    padding-right: 22px;
  }
  .padding-t-b-22 {
    padding-bottom: 22px;
  }
  .padding-t-l-22 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-24 {
    height: 24px;
  }
  .padding-t-t-24 {
    padding-top: 24px;
  }
  .padding-t-r-24 {
    padding-right: 24px;
  }
  .padding-t-b-24 {
    padding-bottom: 24px;
  }
  .padding-t-l-24 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-25 {
    height: 25px;
  }
  .padding-t-t-25 {
    padding-top: 25px;
  }
  .padding-t-r-25 {
    padding-right: 25px;
  }
  .padding-t-b-25 {
    padding-bottom: 25px;
  }
  .padding-t-l-25 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-30 {
    height: 30px;
  }
  .padding-t-t-30 {
    padding-top: 30px;
  }
  .padding-t-r-30 {
    padding-right: 30px;
  }
  .padding-t-b-30 {
    padding-bottom: 30px;
  }
  .padding-t-l-30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-35 {
    height: 35px;
  }
  .padding-t-t-35 {
    padding-top: 35px;
  }
  .padding-t-r-35 {
    padding-right: 35px;
  }
  .padding-t-b-35 {
    padding-bottom: 35px;
  }
  .padding-t-l-35 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-36 {
    height: 36px;
  }
  .padding-t-t-36 {
    padding-top: 36px;
  }
  .padding-t-r-36 {
    padding-right: 36px;
  }
  .padding-t-b-36 {
    padding-bottom: 36px;
  }
  .padding-t-l-36 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-40 {
    height: 40px;
  }
  .padding-t-t-40 {
    padding-top: 40px;
  }
  .padding-t-r-40 {
    padding-right: 40px;
  }
  .padding-t-b-40 {
    padding-bottom: 40px;
  }
  .padding-t-l-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-41 {
    height: 41px;
  }
  .padding-t-t-41 {
    padding-top: 41px;
  }
  .padding-t-r-41 {
    padding-right: 41px;
  }
  .padding-t-b-41 {
    padding-bottom: 41px;
  }
  .padding-t-l-41 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-45 {
    height: 45px;
  }
  .padding-t-t-45 {
    padding-top: 45px;
  }
  .padding-t-r-45 {
    padding-right: 45px;
  }
  .padding-t-b-45 {
    padding-bottom: 45px;
  }
  .padding-t-l-45 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-48 {
    height: 48px;
  }
  .padding-t-t-48 {
    padding-top: 48px;
  }
  .padding-t-r-48 {
    padding-right: 48px;
  }
  .padding-t-b-48 {
    padding-bottom: 48px;
  }
  .padding-t-l-48 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-50 {
    height: 50px;
  }
  .padding-t-t-50 {
    padding-top: 50px;
  }
  .padding-t-r-50 {
    padding-right: 50px;
  }
  .padding-t-b-50 {
    padding-bottom: 50px;
  }
  .padding-t-l-50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-52 {
    height: 52px;
  }
  .padding-t-t-52 {
    padding-top: 52px;
  }
  .padding-t-r-52 {
    padding-right: 52px;
  }
  .padding-t-b-52 {
    padding-bottom: 52px;
  }
  .padding-t-l-52 {
    padding-left: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-55 {
    height: 55px;
  }
  .padding-t-t-55 {
    padding-top: 55px;
  }
  .padding-t-r-55 {
    padding-right: 55px;
  }
  .padding-t-b-55 {
    padding-bottom: 55px;
  }
  .padding-t-l-55 {
    padding-left: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-60 {
    height: 60px;
  }
  .padding-t-t-60 {
    padding-top: 60px;
  }
  .padding-t-r-60 {
    padding-right: 60px;
  }
  .padding-t-b-60 {
    padding-bottom: 60px;
  }
  .padding-t-l-60 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-68 {
    height: 68px;
  }
  .padding-t-t-68 {
    padding-top: 68px;
  }
  .padding-t-r-68 {
    padding-right: 68px;
  }
  .padding-t-b-68 {
    padding-bottom: 68px;
  }
  .padding-t-l-68 {
    padding-left: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-70 {
    height: 70px;
  }
  .padding-t-t-70 {
    padding-top: 70px;
  }
  .padding-t-r-70 {
    padding-right: 70px;
  }
  .padding-t-b-70 {
    padding-bottom: 70px;
  }
  .padding-t-l-70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-72 {
    height: 72px;
  }
  .padding-t-t-72 {
    padding-top: 72px;
  }
  .padding-t-r-72 {
    padding-right: 72px;
  }
  .padding-t-b-72 {
    padding-bottom: 72px;
  }
  .padding-t-l-72 {
    padding-left: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-75 {
    height: 75px;
  }
  .padding-t-t-75 {
    padding-top: 75px;
  }
  .padding-t-r-75 {
    padding-right: 75px;
  }
  .padding-t-b-75 {
    padding-bottom: 75px;
  }
  .padding-t-l-75 {
    padding-left: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-80 {
    height: 80px;
  }
  .padding-t-t-80 {
    padding-top: 80px;
  }
  .padding-t-r-80 {
    padding-right: 80px;
  }
  .padding-t-b-80 {
    padding-bottom: 80px;
  }
  .padding-t-l-80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-86 {
    height: 86px;
  }
  .padding-t-t-86 {
    padding-top: 86px;
  }
  .padding-t-r-86 {
    padding-right: 86px;
  }
  .padding-t-b-86 {
    padding-bottom: 86px;
  }
  .padding-t-l-86 {
    padding-left: 86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-97 {
    height: 97px;
  }
  .padding-t-t-97 {
    padding-top: 97px;
  }
  .padding-t-r-97 {
    padding-right: 97px;
  }
  .padding-t-b-97 {
    padding-bottom: 97px;
  }
  .padding-t-l-97 {
    padding-left: 97px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-100 {
    height: 100px;
  }
  .padding-t-t-100 {
    padding-top: 100px;
  }
  .padding-t-r-100 {
    padding-right: 100px;
  }
  .padding-t-b-100 {
    padding-bottom: 100px;
  }
  .padding-t-l-100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-110 {
    height: 110px;
  }
  .padding-t-t-110 {
    padding-top: 110px;
  }
  .padding-t-r-110 {
    padding-right: 110px;
  }
  .padding-t-b-110 {
    padding-bottom: 110px;
  }
  .padding-t-l-110 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-120 {
    height: 120px;
  }
  .padding-t-t-120 {
    padding-top: 120px;
  }
  .padding-t-r-120 {
    padding-right: 120px;
  }
  .padding-t-b-120 {
    padding-bottom: 120px;
  }
  .padding-t-l-120 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-125 {
    height: 125px;
  }
  .padding-t-t-125 {
    padding-top: 125px;
  }
  .padding-t-r-125 {
    padding-right: 125px;
  }
  .padding-t-b-125 {
    padding-bottom: 125px;
  }
  .padding-t-l-125 {
    padding-left: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-138 {
    height: 138px;
  }
  .padding-t-t-138 {
    padding-top: 138px;
  }
  .padding-t-r-138 {
    padding-right: 138px;
  }
  .padding-t-b-138 {
    padding-bottom: 138px;
  }
  .padding-t-l-138 {
    padding-left: 138px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-140 {
    height: 140px;
  }
  .padding-t-t-140 {
    padding-top: 140px;
  }
  .padding-t-r-140 {
    padding-right: 140px;
  }
  .padding-t-b-140 {
    padding-bottom: 140px;
  }
  .padding-t-l-140 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-150 {
    height: 150px;
  }
  .padding-t-t-150 {
    padding-top: 150px;
  }
  .padding-t-r-150 {
    padding-right: 150px;
  }
  .padding-t-b-150 {
    padding-bottom: 150px;
  }
  .padding-t-l-150 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-200 {
    height: 200px;
  }
  .padding-t-t-200 {
    padding-top: 200px;
  }
  .padding-t-r-200 {
    padding-right: 200px;
  }
  .padding-t-b-200 {
    padding-bottom: 200px;
  }
  .padding-t-l-200 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-201 {
    height: 201px;
  }
  .padding-t-t-201 {
    padding-top: 201px;
  }
  .padding-t-r-201 {
    padding-right: 201px;
  }
  .padding-t-b-201 {
    padding-bottom: 201px;
  }
  .padding-t-l-201 {
    padding-left: 201px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-250 {
    height: 250px;
  }
  .padding-t-t-250 {
    padding-top: 250px;
  }
  .padding-t-r-250 {
    padding-right: 250px;
  }
  .padding-t-b-250 {
    padding-bottom: 250px;
  }
  .padding-t-l-250 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-265 {
    height: 265px;
  }
  .padding-t-t-265 {
    padding-top: 265px;
  }
  .padding-t-r-265 {
    padding-right: 265px;
  }
  .padding-t-b-265 {
    padding-bottom: 265px;
  }
  .padding-t-l-265 {
    padding-left: 265px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .height-t-357 {
    height: 357px;
  }
  .padding-t-t-357 {
    padding-top: 357px;
  }
  .padding-t-r-357 {
    padding-right: 357px;
  }
  .padding-t-b-357 {
    padding-bottom: 357px;
  }
  .padding-t-l-357 {
    padding-left: 357px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-0 {
    height: 0px;
  }
  .padding-m-t-0 {
    padding-top: 0px;
  }
  .padding-m-r-0 {
    padding-right: 0px;
  }
  .padding-m-b-0 {
    padding-bottom: 0px;
  }
  .padding-m-l-0 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-2 {
    height: 2px;
  }
  .padding-m-t-2 {
    padding-top: 2px;
  }
  .padding-m-r-2 {
    padding-right: 2px;
  }
  .padding-m-b-2 {
    padding-bottom: 2px;
  }
  .padding-m-l-2 {
    padding-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-4 {
    height: 4px;
  }
  .padding-m-t-4 {
    padding-top: 4px;
  }
  .padding-m-r-4 {
    padding-right: 4px;
  }
  .padding-m-b-4 {
    padding-bottom: 4px;
  }
  .padding-m-l-4 {
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-5 {
    height: 5px;
  }
  .padding-m-t-5 {
    padding-top: 5px;
  }
  .padding-m-r-5 {
    padding-right: 5px;
  }
  .padding-m-b-5 {
    padding-bottom: 5px;
  }
  .padding-m-l-5 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-8 {
    height: 8px;
  }
  .padding-m-t-8 {
    padding-top: 8px;
  }
  .padding-m-r-8 {
    padding-right: 8px;
  }
  .padding-m-b-8 {
    padding-bottom: 8px;
  }
  .padding-m-l-8 {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-10 {
    height: 10px;
  }
  .padding-m-t-10 {
    padding-top: 10px;
  }
  .padding-m-r-10 {
    padding-right: 10px;
  }
  .padding-m-b-10 {
    padding-bottom: 10px;
  }
  .padding-m-l-10 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-12 {
    height: 12px;
  }
  .padding-m-t-12 {
    padding-top: 12px;
  }
  .padding-m-r-12 {
    padding-right: 12px;
  }
  .padding-m-b-12 {
    padding-bottom: 12px;
  }
  .padding-m-l-12 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-13 {
    height: 13px;
  }
  .padding-m-t-13 {
    padding-top: 13px;
  }
  .padding-m-r-13 {
    padding-right: 13px;
  }
  .padding-m-b-13 {
    padding-bottom: 13px;
  }
  .padding-m-l-13 {
    padding-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-15 {
    height: 15px;
  }
  .padding-m-t-15 {
    padding-top: 15px;
  }
  .padding-m-r-15 {
    padding-right: 15px;
  }
  .padding-m-b-15 {
    padding-bottom: 15px;
  }
  .padding-m-l-15 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-20 {
    height: 20px;
  }
  .padding-m-t-20 {
    padding-top: 20px;
  }
  .padding-m-r-20 {
    padding-right: 20px;
  }
  .padding-m-b-20 {
    padding-bottom: 20px;
  }
  .padding-m-l-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-22 {
    height: 22px;
  }
  .padding-m-t-22 {
    padding-top: 22px;
  }
  .padding-m-r-22 {
    padding-right: 22px;
  }
  .padding-m-b-22 {
    padding-bottom: 22px;
  }
  .padding-m-l-22 {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-24 {
    height: 24px;
  }
  .padding-m-t-24 {
    padding-top: 24px;
  }
  .padding-m-r-24 {
    padding-right: 24px;
  }
  .padding-m-b-24 {
    padding-bottom: 24px;
  }
  .padding-m-l-24 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-25 {
    height: 25px;
  }
  .padding-m-t-25 {
    padding-top: 25px;
  }
  .padding-m-r-25 {
    padding-right: 25px;
  }
  .padding-m-b-25 {
    padding-bottom: 25px;
  }
  .padding-m-l-25 {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-30 {
    height: 30px;
  }
  .padding-m-t-30 {
    padding-top: 30px;
  }
  .padding-m-r-30 {
    padding-right: 30px;
  }
  .padding-m-b-30 {
    padding-bottom: 30px;
  }
  .padding-m-l-30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-35 {
    height: 35px;
  }
  .padding-m-t-35 {
    padding-top: 35px;
  }
  .padding-m-r-35 {
    padding-right: 35px;
  }
  .padding-m-b-35 {
    padding-bottom: 35px;
  }
  .padding-m-l-35 {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-36 {
    height: 36px;
  }
  .padding-m-t-36 {
    padding-top: 36px;
  }
  .padding-m-r-36 {
    padding-right: 36px;
  }
  .padding-m-b-36 {
    padding-bottom: 36px;
  }
  .padding-m-l-36 {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-40 {
    height: 40px;
  }
  .padding-m-t-40 {
    padding-top: 40px;
  }
  .padding-m-r-40 {
    padding-right: 40px;
  }
  .padding-m-b-40 {
    padding-bottom: 40px;
  }
  .padding-m-l-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-41 {
    height: 41px;
  }
  .padding-m-t-41 {
    padding-top: 41px;
  }
  .padding-m-r-41 {
    padding-right: 41px;
  }
  .padding-m-b-41 {
    padding-bottom: 41px;
  }
  .padding-m-l-41 {
    padding-left: 41px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-45 {
    height: 45px;
  }
  .padding-m-t-45 {
    padding-top: 45px;
  }
  .padding-m-r-45 {
    padding-right: 45px;
  }
  .padding-m-b-45 {
    padding-bottom: 45px;
  }
  .padding-m-l-45 {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-48 {
    height: 48px;
  }
  .padding-m-t-48 {
    padding-top: 48px;
  }
  .padding-m-r-48 {
    padding-right: 48px;
  }
  .padding-m-b-48 {
    padding-bottom: 48px;
  }
  .padding-m-l-48 {
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-50 {
    height: 50px;
  }
  .padding-m-t-50 {
    padding-top: 50px;
  }
  .padding-m-r-50 {
    padding-right: 50px;
  }
  .padding-m-b-50 {
    padding-bottom: 50px;
  }
  .padding-m-l-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-52 {
    height: 52px;
  }
  .padding-m-t-52 {
    padding-top: 52px;
  }
  .padding-m-r-52 {
    padding-right: 52px;
  }
  .padding-m-b-52 {
    padding-bottom: 52px;
  }
  .padding-m-l-52 {
    padding-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-55 {
    height: 55px;
  }
  .padding-m-t-55 {
    padding-top: 55px;
  }
  .padding-m-r-55 {
    padding-right: 55px;
  }
  .padding-m-b-55 {
    padding-bottom: 55px;
  }
  .padding-m-l-55 {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-60 {
    height: 60px;
  }
  .padding-m-t-60 {
    padding-top: 60px;
  }
  .padding-m-r-60 {
    padding-right: 60px;
  }
  .padding-m-b-60 {
    padding-bottom: 60px;
  }
  .padding-m-l-60 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-68 {
    height: 68px;
  }
  .padding-m-t-68 {
    padding-top: 68px;
  }
  .padding-m-r-68 {
    padding-right: 68px;
  }
  .padding-m-b-68 {
    padding-bottom: 68px;
  }
  .padding-m-l-68 {
    padding-left: 68px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-70 {
    height: 70px;
  }
  .padding-m-t-70 {
    padding-top: 70px;
  }
  .padding-m-r-70 {
    padding-right: 70px;
  }
  .padding-m-b-70 {
    padding-bottom: 70px;
  }
  .padding-m-l-70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-72 {
    height: 72px;
  }
  .padding-m-t-72 {
    padding-top: 72px;
  }
  .padding-m-r-72 {
    padding-right: 72px;
  }
  .padding-m-b-72 {
    padding-bottom: 72px;
  }
  .padding-m-l-72 {
    padding-left: 72px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-75 {
    height: 75px;
  }
  .padding-m-t-75 {
    padding-top: 75px;
  }
  .padding-m-r-75 {
    padding-right: 75px;
  }
  .padding-m-b-75 {
    padding-bottom: 75px;
  }
  .padding-m-l-75 {
    padding-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-80 {
    height: 80px;
  }
  .padding-m-t-80 {
    padding-top: 80px;
  }
  .padding-m-r-80 {
    padding-right: 80px;
  }
  .padding-m-b-80 {
    padding-bottom: 80px;
  }
  .padding-m-l-80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-86 {
    height: 86px;
  }
  .padding-m-t-86 {
    padding-top: 86px;
  }
  .padding-m-r-86 {
    padding-right: 86px;
  }
  .padding-m-b-86 {
    padding-bottom: 86px;
  }
  .padding-m-l-86 {
    padding-left: 86px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-97 {
    height: 97px;
  }
  .padding-m-t-97 {
    padding-top: 97px;
  }
  .padding-m-r-97 {
    padding-right: 97px;
  }
  .padding-m-b-97 {
    padding-bottom: 97px;
  }
  .padding-m-l-97 {
    padding-left: 97px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-100 {
    height: 100px;
  }
  .padding-m-t-100 {
    padding-top: 100px;
  }
  .padding-m-r-100 {
    padding-right: 100px;
  }
  .padding-m-b-100 {
    padding-bottom: 100px;
  }
  .padding-m-l-100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-110 {
    height: 110px;
  }
  .padding-m-t-110 {
    padding-top: 110px;
  }
  .padding-m-r-110 {
    padding-right: 110px;
  }
  .padding-m-b-110 {
    padding-bottom: 110px;
  }
  .padding-m-l-110 {
    padding-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-120 {
    height: 120px;
  }
  .padding-m-t-120 {
    padding-top: 120px;
  }
  .padding-m-r-120 {
    padding-right: 120px;
  }
  .padding-m-b-120 {
    padding-bottom: 120px;
  }
  .padding-m-l-120 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-125 {
    height: 125px;
  }
  .padding-m-t-125 {
    padding-top: 125px;
  }
  .padding-m-r-125 {
    padding-right: 125px;
  }
  .padding-m-b-125 {
    padding-bottom: 125px;
  }
  .padding-m-l-125 {
    padding-left: 125px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-138 {
    height: 138px;
  }
  .padding-m-t-138 {
    padding-top: 138px;
  }
  .padding-m-r-138 {
    padding-right: 138px;
  }
  .padding-m-b-138 {
    padding-bottom: 138px;
  }
  .padding-m-l-138 {
    padding-left: 138px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-140 {
    height: 140px;
  }
  .padding-m-t-140 {
    padding-top: 140px;
  }
  .padding-m-r-140 {
    padding-right: 140px;
  }
  .padding-m-b-140 {
    padding-bottom: 140px;
  }
  .padding-m-l-140 {
    padding-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-150 {
    height: 150px;
  }
  .padding-m-t-150 {
    padding-top: 150px;
  }
  .padding-m-r-150 {
    padding-right: 150px;
  }
  .padding-m-b-150 {
    padding-bottom: 150px;
  }
  .padding-m-l-150 {
    padding-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-200 {
    height: 200px;
  }
  .padding-m-t-200 {
    padding-top: 200px;
  }
  .padding-m-r-200 {
    padding-right: 200px;
  }
  .padding-m-b-200 {
    padding-bottom: 200px;
  }
  .padding-m-l-200 {
    padding-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-201 {
    height: 201px;
  }
  .padding-m-t-201 {
    padding-top: 201px;
  }
  .padding-m-r-201 {
    padding-right: 201px;
  }
  .padding-m-b-201 {
    padding-bottom: 201px;
  }
  .padding-m-l-201 {
    padding-left: 201px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-250 {
    height: 250px;
  }
  .padding-m-t-250 {
    padding-top: 250px;
  }
  .padding-m-r-250 {
    padding-right: 250px;
  }
  .padding-m-b-250 {
    padding-bottom: 250px;
  }
  .padding-m-l-250 {
    padding-left: 250px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-265 {
    height: 265px;
  }
  .padding-m-t-265 {
    padding-top: 265px;
  }
  .padding-m-r-265 {
    padding-right: 265px;
  }
  .padding-m-b-265 {
    padding-bottom: 265px;
  }
  .padding-m-l-265 {
    padding-left: 265px;
  }
}
@media screen and (max-width: 767px) {
  .height-m-357 {
    height: 357px;
  }
  .padding-m-t-357 {
    padding-top: 357px;
  }
  .padding-m-r-357 {
    padding-right: 357px;
  }
  .padding-m-b-357 {
    padding-bottom: 357px;
  }
  .padding-m-l-357 {
    padding-left: 357px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-0 {
    height: 0px;
  }
  .padding-tl-t-0 {
    padding-top: 0px;
  }
  .padding-tl-r-0 {
    padding-right: 0px;
  }
  .padding-tl-b-0 {
    padding-bottom: 0px;
  }
  .padding-tl-l-0 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-2 {
    height: 2px;
  }
  .padding-tl-t-2 {
    padding-top: 2px;
  }
  .padding-tl-r-2 {
    padding-right: 2px;
  }
  .padding-tl-b-2 {
    padding-bottom: 2px;
  }
  .padding-tl-l-2 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-4 {
    height: 4px;
  }
  .padding-tl-t-4 {
    padding-top: 4px;
  }
  .padding-tl-r-4 {
    padding-right: 4px;
  }
  .padding-tl-b-4 {
    padding-bottom: 4px;
  }
  .padding-tl-l-4 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-5 {
    height: 5px;
  }
  .padding-tl-t-5 {
    padding-top: 5px;
  }
  .padding-tl-r-5 {
    padding-right: 5px;
  }
  .padding-tl-b-5 {
    padding-bottom: 5px;
  }
  .padding-tl-l-5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-8 {
    height: 8px;
  }
  .padding-tl-t-8 {
    padding-top: 8px;
  }
  .padding-tl-r-8 {
    padding-right: 8px;
  }
  .padding-tl-b-8 {
    padding-bottom: 8px;
  }
  .padding-tl-l-8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-10 {
    height: 10px;
  }
  .padding-tl-t-10 {
    padding-top: 10px;
  }
  .padding-tl-r-10 {
    padding-right: 10px;
  }
  .padding-tl-b-10 {
    padding-bottom: 10px;
  }
  .padding-tl-l-10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-12 {
    height: 12px;
  }
  .padding-tl-t-12 {
    padding-top: 12px;
  }
  .padding-tl-r-12 {
    padding-right: 12px;
  }
  .padding-tl-b-12 {
    padding-bottom: 12px;
  }
  .padding-tl-l-12 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-13 {
    height: 13px;
  }
  .padding-tl-t-13 {
    padding-top: 13px;
  }
  .padding-tl-r-13 {
    padding-right: 13px;
  }
  .padding-tl-b-13 {
    padding-bottom: 13px;
  }
  .padding-tl-l-13 {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-15 {
    height: 15px;
  }
  .padding-tl-t-15 {
    padding-top: 15px;
  }
  .padding-tl-r-15 {
    padding-right: 15px;
  }
  .padding-tl-b-15 {
    padding-bottom: 15px;
  }
  .padding-tl-l-15 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-20 {
    height: 20px;
  }
  .padding-tl-t-20 {
    padding-top: 20px;
  }
  .padding-tl-r-20 {
    padding-right: 20px;
  }
  .padding-tl-b-20 {
    padding-bottom: 20px;
  }
  .padding-tl-l-20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-22 {
    height: 22px;
  }
  .padding-tl-t-22 {
    padding-top: 22px;
  }
  .padding-tl-r-22 {
    padding-right: 22px;
  }
  .padding-tl-b-22 {
    padding-bottom: 22px;
  }
  .padding-tl-l-22 {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-24 {
    height: 24px;
  }
  .padding-tl-t-24 {
    padding-top: 24px;
  }
  .padding-tl-r-24 {
    padding-right: 24px;
  }
  .padding-tl-b-24 {
    padding-bottom: 24px;
  }
  .padding-tl-l-24 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-25 {
    height: 25px;
  }
  .padding-tl-t-25 {
    padding-top: 25px;
  }
  .padding-tl-r-25 {
    padding-right: 25px;
  }
  .padding-tl-b-25 {
    padding-bottom: 25px;
  }
  .padding-tl-l-25 {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-30 {
    height: 30px;
  }
  .padding-tl-t-30 {
    padding-top: 30px;
  }
  .padding-tl-r-30 {
    padding-right: 30px;
  }
  .padding-tl-b-30 {
    padding-bottom: 30px;
  }
  .padding-tl-l-30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-35 {
    height: 35px;
  }
  .padding-tl-t-35 {
    padding-top: 35px;
  }
  .padding-tl-r-35 {
    padding-right: 35px;
  }
  .padding-tl-b-35 {
    padding-bottom: 35px;
  }
  .padding-tl-l-35 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-36 {
    height: 36px;
  }
  .padding-tl-t-36 {
    padding-top: 36px;
  }
  .padding-tl-r-36 {
    padding-right: 36px;
  }
  .padding-tl-b-36 {
    padding-bottom: 36px;
  }
  .padding-tl-l-36 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-40 {
    height: 40px;
  }
  .padding-tl-t-40 {
    padding-top: 40px;
  }
  .padding-tl-r-40 {
    padding-right: 40px;
  }
  .padding-tl-b-40 {
    padding-bottom: 40px;
  }
  .padding-tl-l-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-41 {
    height: 41px;
  }
  .padding-tl-t-41 {
    padding-top: 41px;
  }
  .padding-tl-r-41 {
    padding-right: 41px;
  }
  .padding-tl-b-41 {
    padding-bottom: 41px;
  }
  .padding-tl-l-41 {
    padding-left: 41px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-45 {
    height: 45px;
  }
  .padding-tl-t-45 {
    padding-top: 45px;
  }
  .padding-tl-r-45 {
    padding-right: 45px;
  }
  .padding-tl-b-45 {
    padding-bottom: 45px;
  }
  .padding-tl-l-45 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-48 {
    height: 48px;
  }
  .padding-tl-t-48 {
    padding-top: 48px;
  }
  .padding-tl-r-48 {
    padding-right: 48px;
  }
  .padding-tl-b-48 {
    padding-bottom: 48px;
  }
  .padding-tl-l-48 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-50 {
    height: 50px;
  }
  .padding-tl-t-50 {
    padding-top: 50px;
  }
  .padding-tl-r-50 {
    padding-right: 50px;
  }
  .padding-tl-b-50 {
    padding-bottom: 50px;
  }
  .padding-tl-l-50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-52 {
    height: 52px;
  }
  .padding-tl-t-52 {
    padding-top: 52px;
  }
  .padding-tl-r-52 {
    padding-right: 52px;
  }
  .padding-tl-b-52 {
    padding-bottom: 52px;
  }
  .padding-tl-l-52 {
    padding-left: 52px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-55 {
    height: 55px;
  }
  .padding-tl-t-55 {
    padding-top: 55px;
  }
  .padding-tl-r-55 {
    padding-right: 55px;
  }
  .padding-tl-b-55 {
    padding-bottom: 55px;
  }
  .padding-tl-l-55 {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-60 {
    height: 60px;
  }
  .padding-tl-t-60 {
    padding-top: 60px;
  }
  .padding-tl-r-60 {
    padding-right: 60px;
  }
  .padding-tl-b-60 {
    padding-bottom: 60px;
  }
  .padding-tl-l-60 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-68 {
    height: 68px;
  }
  .padding-tl-t-68 {
    padding-top: 68px;
  }
  .padding-tl-r-68 {
    padding-right: 68px;
  }
  .padding-tl-b-68 {
    padding-bottom: 68px;
  }
  .padding-tl-l-68 {
    padding-left: 68px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-70 {
    height: 70px;
  }
  .padding-tl-t-70 {
    padding-top: 70px;
  }
  .padding-tl-r-70 {
    padding-right: 70px;
  }
  .padding-tl-b-70 {
    padding-bottom: 70px;
  }
  .padding-tl-l-70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-72 {
    height: 72px;
  }
  .padding-tl-t-72 {
    padding-top: 72px;
  }
  .padding-tl-r-72 {
    padding-right: 72px;
  }
  .padding-tl-b-72 {
    padding-bottom: 72px;
  }
  .padding-tl-l-72 {
    padding-left: 72px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-75 {
    height: 75px;
  }
  .padding-tl-t-75 {
    padding-top: 75px;
  }
  .padding-tl-r-75 {
    padding-right: 75px;
  }
  .padding-tl-b-75 {
    padding-bottom: 75px;
  }
  .padding-tl-l-75 {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-80 {
    height: 80px;
  }
  .padding-tl-t-80 {
    padding-top: 80px;
  }
  .padding-tl-r-80 {
    padding-right: 80px;
  }
  .padding-tl-b-80 {
    padding-bottom: 80px;
  }
  .padding-tl-l-80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-86 {
    height: 86px;
  }
  .padding-tl-t-86 {
    padding-top: 86px;
  }
  .padding-tl-r-86 {
    padding-right: 86px;
  }
  .padding-tl-b-86 {
    padding-bottom: 86px;
  }
  .padding-tl-l-86 {
    padding-left: 86px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-97 {
    height: 97px;
  }
  .padding-tl-t-97 {
    padding-top: 97px;
  }
  .padding-tl-r-97 {
    padding-right: 97px;
  }
  .padding-tl-b-97 {
    padding-bottom: 97px;
  }
  .padding-tl-l-97 {
    padding-left: 97px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-100 {
    height: 100px;
  }
  .padding-tl-t-100 {
    padding-top: 100px;
  }
  .padding-tl-r-100 {
    padding-right: 100px;
  }
  .padding-tl-b-100 {
    padding-bottom: 100px;
  }
  .padding-tl-l-100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-110 {
    height: 110px;
  }
  .padding-tl-t-110 {
    padding-top: 110px;
  }
  .padding-tl-r-110 {
    padding-right: 110px;
  }
  .padding-tl-b-110 {
    padding-bottom: 110px;
  }
  .padding-tl-l-110 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-120 {
    height: 120px;
  }
  .padding-tl-t-120 {
    padding-top: 120px;
  }
  .padding-tl-r-120 {
    padding-right: 120px;
  }
  .padding-tl-b-120 {
    padding-bottom: 120px;
  }
  .padding-tl-l-120 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-125 {
    height: 125px;
  }
  .padding-tl-t-125 {
    padding-top: 125px;
  }
  .padding-tl-r-125 {
    padding-right: 125px;
  }
  .padding-tl-b-125 {
    padding-bottom: 125px;
  }
  .padding-tl-l-125 {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-138 {
    height: 138px;
  }
  .padding-tl-t-138 {
    padding-top: 138px;
  }
  .padding-tl-r-138 {
    padding-right: 138px;
  }
  .padding-tl-b-138 {
    padding-bottom: 138px;
  }
  .padding-tl-l-138 {
    padding-left: 138px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-140 {
    height: 140px;
  }
  .padding-tl-t-140 {
    padding-top: 140px;
  }
  .padding-tl-r-140 {
    padding-right: 140px;
  }
  .padding-tl-b-140 {
    padding-bottom: 140px;
  }
  .padding-tl-l-140 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-150 {
    height: 150px;
  }
  .padding-tl-t-150 {
    padding-top: 150px;
  }
  .padding-tl-r-150 {
    padding-right: 150px;
  }
  .padding-tl-b-150 {
    padding-bottom: 150px;
  }
  .padding-tl-l-150 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-200 {
    height: 200px;
  }
  .padding-tl-t-200 {
    padding-top: 200px;
  }
  .padding-tl-r-200 {
    padding-right: 200px;
  }
  .padding-tl-b-200 {
    padding-bottom: 200px;
  }
  .padding-tl-l-200 {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-201 {
    height: 201px;
  }
  .padding-tl-t-201 {
    padding-top: 201px;
  }
  .padding-tl-r-201 {
    padding-right: 201px;
  }
  .padding-tl-b-201 {
    padding-bottom: 201px;
  }
  .padding-tl-l-201 {
    padding-left: 201px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-250 {
    height: 250px;
  }
  .padding-tl-t-250 {
    padding-top: 250px;
  }
  .padding-tl-r-250 {
    padding-right: 250px;
  }
  .padding-tl-b-250 {
    padding-bottom: 250px;
  }
  .padding-tl-l-250 {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-265 {
    height: 265px;
  }
  .padding-tl-t-265 {
    padding-top: 265px;
  }
  .padding-tl-r-265 {
    padding-right: 265px;
  }
  .padding-tl-b-265 {
    padding-bottom: 265px;
  }
  .padding-tl-l-265 {
    padding-left: 265px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .height-tl-357 {
    height: 357px;
  }
  .padding-tl-t-357 {
    padding-top: 357px;
  }
  .padding-tl-r-357 {
    padding-right: 357px;
  }
  .padding-tl-b-357 {
    padding-bottom: 357px;
  }
  .padding-tl-l-357 {
    padding-left: 357px;
  }
}
.font-s-10,
.font-s-10 p {
  font-size: 10px;
}

.font-s-12,
.font-s-12 p {
  font-size: 12px;
}

.font-s-14,
.font-s-14 p {
  font-size: 14px;
}

.font-s-16,
.font-s-16 p {
  font-size: 16px;
}

.font-s-18,
.font-s-18 p {
  font-size: 18px;
}

.font-s-24,
.font-s-24 p {
  font-size: 24px;
}

.font-s-28,
.font-s-28 p {
  font-size: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .font-s-t-10,
  .font-s-t-10 p {
    font-size: 10px;
  }
  .font-s-t-12,
  .font-s-t-12 p {
    font-size: 12px;
  }
  .font-s-t-14,
  .font-s-t-14 p {
    font-size: 14px;
  }
  .font-s-t-16,
  .font-s-t-16 p {
    font-size: 16px;
  }
  .font-s-t-18,
  .font-s-t-18 p {
    font-size: 18px;
  }
  .font-s-t-24,
  .font-s-t-24 p {
    font-size: 24px;
  }
  .font-s-t-28,
  .font-s-t-28 p {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font-s-m-10,
  .font-s-m-10 p {
    font-size: 10px;
  }
  .font-s-m-12,
  .font-s-m-12 p {
    font-size: 12px;
  }
  .font-s-m-14,
  .font-s-m-14 p {
    font-size: 14px;
  }
  .font-s-m-16,
  .font-s-m-16 p {
    font-size: 16px;
  }
  .font-s-m-18,
  .font-s-m-18 p {
    font-size: 18px;
  }
  .font-s-m-24,
  .font-s-m-24 p {
    font-size: 24px;
  }
  .font-s-m-28,
  .font-s-m-28 p {
    font-size: 28px;
  }
}
.font-lh-10,
.font-lh-10 p {
  line-height: 10px;
}

.font-lh-12,
.font-lh-12 p {
  line-height: 12px;
}

.font-lh-14,
.font-lh-14 p {
  line-height: 14px;
}

.font-lh-15,
.font-lh-15 p {
  line-height: 15px;
}

.font-lh-16,
.font-lh-16 p {
  line-height: 16px;
}

.font-lh-18,
.font-lh-18 p {
  line-height: 18px;
}

.font-lh-19,
.font-lh-19 p {
  line-height: 19px;
}

.font-lh-21,
.font-lh-21 p {
  line-height: 21px;
}

.font-lh-24,
.font-lh-24 p {
  line-height: 24px;
}

.font-lh-25,
.font-lh-25 p {
  line-height: 25px;
}

.font-lh-28,
.font-lh-28 p {
  line-height: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .font-lh-t-10,
  .font-lh-t-10 p {
    line-height: 10px;
  }
  .font-lh-t-12,
  .font-lh-t-12 p {
    line-height: 12px;
  }
  .font-lh-t-14,
  .font-lh-t-14 p {
    line-height: 14px;
  }
  .font-lh-t-15,
  .font-lh-t-15 p {
    line-height: 15px;
  }
  .font-lh-t-16,
  .font-lh-t-16 p {
    line-height: 16px;
  }
  .font-lh-t-18,
  .font-lh-t-18 p {
    line-height: 18px;
  }
  .font-lh-t-19,
  .font-lh-t-19 p {
    line-height: 19px;
  }
  .font-lh-t-21,
  .font-lh-t-21 p {
    line-height: 21px;
  }
  .font-lh-t-24,
  .font-lh-t-24 p {
    line-height: 24px;
  }
  .font-lh-t-25,
  .font-lh-t-25 p {
    line-height: 25px;
  }
  .font-lh-t-28,
  .font-lh-t-28 p {
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font-lh-m-10,
  .font-lh-m-10 p {
    line-height: 10px;
  }
  .font-lh-m-12,
  .font-lh-m-12 p {
    line-height: 12px;
  }
  .font-lh-m-14,
  .font-lh-m-14 p {
    line-height: 14px;
  }
  .font-lh-m-15,
  .font-lh-m-15 p {
    line-height: 15px;
  }
  .font-lh-m-16,
  .font-lh-m-16 p {
    line-height: 16px;
  }
  .font-lh-m-18,
  .font-lh-m-18 p {
    line-height: 18px;
  }
  .font-lh-m-19,
  .font-lh-m-19 p {
    line-height: 19px;
  }
  .font-lh-m-21,
  .font-lh-m-21 p {
    line-height: 21px;
  }
  .font-lh-m-24,
  .font-lh-m-24 p {
    line-height: 24px;
  }
  .font-lh-m-25,
  .font-lh-m-25 p {
    line-height: 25px;
  }
  .font-lh-m-28,
  .font-lh-m-28 p {
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .b-flyout_slot {
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .b-flyout_slot-col + .b-flyout_slot-col {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-flyout_slot-col {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 5px;
  }
}
.b-flyout_slot-img {
  width: 100%;
}
.b-flyout_slot-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .b-flyout_slot-title {
    padding: 0 20px;
  }
}
.b-flyout_slot-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 10px 0;
}
.b-flyout_slot-link:hover {
  text-decoration: none;
}
.b-flyout_slot-link:focus {
  outline: none;
}
.b-flyout_slot-link.disabled, .b-flyout_slot-link.m-disabled, .b-flyout_slot-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-flyout_slot-link:hover, .b-flyout_slot-link:active, .b-flyout_slot-link:focus {
  text-decoration: none;
}
.b-flyout_slot-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-flyout_slot-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-flyout_slot-link {
    margin-left: 20px;
  }
}

.b-asymmetric {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .b-asymmetric {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .b-asymmetric {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .b-asymmetric {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-asymmetric {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-asymmetric {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-asymmetric {
    margin-bottom: 200px;
  }
}
.b-asymmetric-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .b-asymmetric-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-asymmetric-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 479px) {
  .b-asymmetric-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-asymmetric-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media screen and (max-width: 479px) {
  .b-asymmetric-col + .b-asymmetric-col {
    margin-top: 50px;
  }
}
.b-asymmetric-col.m-asymmetric_small {
  -ms-flex: 1 1 41.6666666667%;
      flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
  box-sizing: border-box;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .b-asymmetric-col.m-asymmetric_small {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 479px) and (max-width: 1023px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1440px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-asymmetric-col.m-asymmetric_small {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-asymmetric-col.m-asymmetric_small {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-asymmetric-col.m-asymmetric_small .b-asymmetric-image {
  margin: 20px 0;
  max-height: 280px;
}
.b-asymmetric-col.m-asymmetric_normal {
  -ms-flex: 1 1 58.3333333333%;
      flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .b-asymmetric-col.m-asymmetric_normal {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 479px) and (max-width: 1023px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1440px) {
  .b-asymmetric-col.m-asymmetric_normal {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-asymmetric-col.m-asymmetric_normal .b-asymmetric-title_wrap {
  position: absolute;
  z-index: 1;
}
.b-asymmetric-col.m-asymmetric_normal .b-asymmetric-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .b-asymmetric-col.m-asymmetric_normal .b-asymmetric-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b-asymmetric-title_wrap {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b-asymmetric-title_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .b-asymmetric-title_wrap {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-title_wrap {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-asymmetric-title_wrap {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-asymmetric-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.b-asymmetric-subtitle {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.b-asymmetric-image {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.b-asymmetric-link_wrap {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .b-asymmetric-link_wrap {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b-asymmetric-link_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .b-asymmetric-link_wrap {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-asymmetric-link_wrap {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-asymmetric-link_wrap {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-asymmetric-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  text-transform: uppercase;
}
.b-asymmetric-link:focus {
  outline: none;
}
.b-asymmetric-link.disabled, .b-asymmetric-link.m-disabled, .b-asymmetric-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-asymmetric-link:hover, .b-asymmetric-link:active, .b-asymmetric-link:focus {
  text-decoration: none;
}
.b-asymmetric-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-asymmetric-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-asymmetric-link:hover {
  text-decoration: none;
}

.b-columns_fluid {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-columns_fluid {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-columns_fluid {
    margin-bottom: 200px;
  }
}
.b-columns_fluid-row {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .b-columns_fluid-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-columns_fluid-item {
  position: relative;
  max-height: 350px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .b-columns_fluid-item {
    max-height: 200px;
  }
}
.b-columns_fluid-item_image {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.b-columns_fluid-item_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .b-columns_fluid-item_content:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.b-columns_fluid-item_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-columns_fluid-item_title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .b-columns_fluid-item_title {
    margin-top: 12px;
  }
}

.b-columns {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-columns {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-columns {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-columns {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-columns {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-columns {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-columns {
    margin-bottom: 200px;
  }
}
.b-columns-row {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .b-columns-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media screen and (max-width: 479px) {
  .b-columns-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-columns-col {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b-columns-col {
    width: 50%;
    height: 430px;
  }
}
@media screen and (min-width: 1440px) {
  .b-columns-col {
    height: 580px;
  }
}
.b-columns-col_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .b-columns-col_content {
    padding: 25px 130px 45px 60px;
  }
  .b-columns-col_content:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1440px) {
  .b-columns-col_content {
    padding: 25px 190px 75px 80px;
  }
}
.b-columns-col_content .b-title_group-title {
  color: #fff;
}
.b-columns-col_image {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.b-columns-col_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .b-columns-col_title {
    font-size: 24px;
    line-height: 30px;
  }
}
.b-columns-col_description {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
.b-columns-col_list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .b-columns-col_list {
    margin-top: 50px;
  }
}
.b-columns-col_list .b-products_list-link {
  color: #fff;
}

.b-featured_category {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-featured_category {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_category {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_category {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-featured_category {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_category {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_category {
    margin-bottom: 200px;
  }
}
.b-featured_category-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .b-featured_category-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_category-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-featured_category-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-featured_category-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.b-featured_category-image_wrap {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .b-featured_category-image_wrap {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_category-image_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_category-image_wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-featured_category-image_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-featured_category-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_category-image {
    min-height: 430px;
  }
}
.b-featured_category-content {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 1023px) {
  .b-featured_category-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_category-content {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-featured_category-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-featured_category-content {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
    margin-left: -12% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_category-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_category-content {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-featured_category-content {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .b-featured_category-content {
    padding-right: 80px;
    margin-left: -8% !important;
  }
}
.b-featured_category-content .b-title_group {
  position: relative;
  z-index: 1;
}
.b-featured_category-link {
  color: black;
}
.b-featured_category-link:hover {
  text-decoration: none;
}
.b-featured_category-list {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .b-featured_category-list {
    margin-top: 50px;
  }
}
.b-featured_category-list .b-products_list-item {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.b-image_cta {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  width: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .b-image_cta {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .b-image_cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .b-image_cta {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-image_cta {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-image_cta {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-image_cta {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-image_cta {
    margin-bottom: 200px;
  }
}
.b-image_cta-image_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .b-image_cta-image_wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-image_cta-image_wrap {
    margin-left: -34px;
    margin-right: -34px;
  }
}
@media screen and (min-width: 1024px) {
  .b-image_cta-image_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0;
  }
}
.b-image_cta-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1023px) {
  .b-image_cta-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-image_cta-content {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-image_cta-content {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-image_cta-content {
    -ms-flex-align: end;
        align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1024px;
    min-height: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .b-image_cta-content {
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1440px;
  }
}
.b-image_cta-image {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 1024px) {
  .b-image_cta-image {
    max-width: 62%;
  }
}
.b-image_cta-title_wrap {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-image_cta-title_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-image_cta-title_wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-image_cta-title_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-image_cta-title_wrap {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin-right: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 25%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-image_cta-title_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-image_cta-title_wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-image_cta-title_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-image_cta-info_wrap {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: none;
  box-sizing: border-box;
  max-width: 305px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 1023px) {
  .b-image_cta-info_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-image_cta-info_wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-image_cta-info_wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-image_cta-info_wrap {
    margin-right: 0;
  }
}

.b-recommendations, .b-recently_products {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations, .b-recently_products {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-recommendations-wrap, .b-recently_products-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-title, .b-recently_products-title {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    padding-right: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-recommendations-title .b-title_group-subtitle, .b-recently_products-title .b-title_group-subtitle {
  letter-spacing: 0.7px;
}
.b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-recommendations .b-product-item.m-hide_last, .b-recommendations .m-hide_last.b-recently_products-item, .b-recently_products .b-product-item.m-hide_last, .b-recently_products .m-hide_last.b-recently_products-item {
    display: none;
  }
}
.b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
    padding: 0 5px;
  }
}
.b-recommendations .b-product-item_image, .b-recently_products .b-product-item_image {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
  position: relative;
  top: 0;
  display: inline-block;
  width: 0;
  bottom: 0;
  margin-left: 10px;
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  content: "\E908";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  cursor: pointer;
  vertical-align: middle;
}
.b-recommendations .b-product-item_favorites.m-picked::before, .b-recently_products .b-product-item_favorites.m-picked::before {
  content: "\E909";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b-featured_fluid {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_fluid {
    margin-bottom: 80px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_fluid {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .b-featured_fluid-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_fluid-left {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_fluid-left {
    -ms-flex: 1 1 83.3333333333%;
        flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .b-featured_fluid-right {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b-featured_fluid-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_fluid-right {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-featured_fluid-right {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-featured_fluid-right {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_fluid-right {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_fluid-right {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
  }
}
.b-featured_fluid-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 768px) {
  .b-featured_fluid-content {
    margin-left: -8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_fluid-content {
    max-width: 396px;
  }
}
@media screen and (min-width: 1440px) {
  .b-featured_fluid-content {
    max-width: 528px;
  }
}
.b-featured_fluid-image_wrap {
  max-width: 100%;
}
.b-featured_fluid-image {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-featured_fluid-image {
    height: 475px;
  }
}
@media screen and (min-width: 1024px) {
  .b-featured_fluid-image {
    height: 800px;
  }
}
.b-featured_fluid-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .b-featured_fluid-list {
    margin-top: 50px;
  }
}
.b-featured_fluid-list .b-products_list-item {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.b-featured_fluid-link {
  color: black;
}
.b-featured_fluid-link:hover {
  text-decoration: none;
}

.b-alignment_block {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-alignment_block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-alignment_block {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-alignment_block {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-alignment_block {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-alignment_block-row {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-alignment_block-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-alignment_block-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-alignment_block-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.b-alignment_block-row.m-alignment_right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.b-alignment_block-row.m-alignment_left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.b-alignment_block-col {
  -ms-flex: 1 1 66.6666666667%;
      flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
  box-sizing: border-box;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .b-alignment_block-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-alignment_block-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-alignment_block-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 479px) {
  .b-alignment_block-col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 479px) and (max-width: 1023px) {
  .b-alignment_block-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-alignment_block-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 479px) and (min-width: 1440px) {
  .b-alignment_block-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-alignment_block-col {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-alignment_block-col {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    padding-bottom: 150px;
  }
}
.b-alignment_block-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #041E42;
}
.b-alignment_block-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.b-alignment_block-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-top: 20px;
  color: #041E42 !important;
}
.b-alignment_block-link:focus {
  outline: none;
}
.b-alignment_block-link.disabled, .b-alignment_block-link.m-disabled, .b-alignment_block-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-alignment_block-link:hover, .b-alignment_block-link:active, .b-alignment_block-link:focus {
  text-decoration: none;
}
.b-alignment_block-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-alignment_block-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-alignment_block-link:hover {
  text-decoration: none;
  color: #000;
}
.b-alignment_block-list {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-alignment_block-list {
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .b-alignment_block-list {
    max-width: 50%;
  }
}

.b-usp-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .b-usp-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-usp-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-usp-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-usp-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-usp-container {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .b-usp-container {
    padding-top: 150px;
  }
}
.b-usp-row {
  display: -ms-flexbox;
  display: flex;
  max-width: 312px;
  margin: 0 auto;
}

.b-category_hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-category_hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .b-category_hero.m-category_no_img {
    display: block;
  }
}
.b-category_hero.m-category_no_img .b-category_hero-content {
  position: relative;
  padding: 30px 0 15px;
}
@media screen and (max-width: 767px) {
  .b-category_hero.m-category_no_img .b-category_hero-content {
    margin-bottom: 10px;
  }
}
.b-category_hero-link {
  position: relative;
  display: block;
}
.b-category_hero-image {
  min-width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .b-category_hero-image {
    height: 160px;
    object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .b-category_hero-image_block {
    -ms-flex-order: 2;
        order: 2;
  }
}
.b-category_hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-category_hero-content {
    -ms-flex-order: 1;
        order: 1;
    position: relative;
    margin-bottom: 20px;
  }
}
.b-category_hero-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-category_hero-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-category_hero-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-category_hero-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-category_hero-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-category_hero-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  margin-bottom: 20px;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .b-category_hero-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.b-category_hero-desc {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .b-category_hero-desc {
    max-width: 50%;
  }
}
.b-category_hero-nav_item {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .b-category_hero-nav_item {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.b-category_hero-nav_link {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .b-category_hero-search {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-category_hero-search {
    height: 125px;
    background-color: #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-category_hero-search_content {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  .b-category_hero-search_content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-category_hero-search_content {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-category_hero-search_content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-category_hero-search_content {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-category_hero-search_title {
  margin-bottom: 0;
}

.l-body-page[data-action=Search-Show] .b-category_hero-search {
  height: 100px !important;
  border-bottom: 1px #D9D9D9 solid !important;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-category_hero-search {
    height: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-category_hero-search_content {
    margin-left: 34px;
  }
}
.l-body-page[data-action=Search-Show] .b-category_hero-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 24px !important;
  line-height: 28.8px !important;
  letter-spacing: 0.08em !important;
  margin: 0 !important;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-category_hero-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px !important;
    letter-spacing: 0.08em !important;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-category_hero-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px !important;
    letter-spacing: 0.08em !important;
  }
}

.b-recommendations, .b-recently_products {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations, .b-recently_products {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-recommendations-wrap, .b-recently_products-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-title, .b-recently_products-title {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    padding-right: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-recommendations-title .b-title_group-subtitle, .b-recently_products-title .b-title_group-subtitle {
  letter-spacing: 0.7px;
}
.b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-recommendations .b-product-item.m-hide_last, .b-recommendations .m-hide_last.b-recently_products-item, .b-recently_products .b-product-item.m-hide_last, .b-recently_products .m-hide_last.b-recently_products-item {
    display: none;
  }
}
.b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
    padding: 0 5px;
  }
}
.b-recommendations .b-product-item_image, .b-recently_products .b-product-item_image {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
  position: relative;
  top: 0;
  display: inline-block;
  width: 0;
  bottom: 0;
  margin-left: 10px;
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  content: "\E908";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  cursor: pointer;
  vertical-align: middle;
}
.b-recommendations .b-product-item_favorites.m-picked::before, .b-recently_products .b-product-item_favorites.m-picked::before {
  content: "\E909";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-plp-product-sec:has(.b-grouped_products) {
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .l-plp-product-sec:has(.b-grouped_products) {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-plp-product-sec:has(.b-grouped_products) {
    max-width: 100%;
  }
}

.b-grouped_products {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-top: 17px;
  -ms-flex-direction: column;
      flex-direction: column;
  scroll-margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .b-grouped_products {
    scroll-margin-top: 110px;
  }
}
.b-grouped_products h2.banner-header {
  font-family: "GillSansMTW05-Medium";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .b-grouped_products h2.banner-header {
    margin-bottom: 16px;
  }
}
.b-grouped_products .b-product_tile-type {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.b-grouped_products .banner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .b-grouped_products .banner-content {
    margin-bottom: 12px;
  }
}
.b-grouped_products .banner-content .banner-header {
  font-size: 24px;
  letter-spacing: 1.92px;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .b-grouped_products .banner-content .banner-header {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .b-grouped_products {
    padding-top: 16px;
  }
}
.b-grouped_products-title {
  padding-right: 35px;
  max-width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .b-grouped_products-title {
    padding: 48px 0 48px 12px;
    max-width: 100%;
  }
}
.b-grouped_products-title.pt-50 {
  padding-top: 50px;
}
.b-grouped_products .desktop-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .b-grouped_products .desktop-show {
    display: none;
  }
}
.b-grouped_products .mobile-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-grouped_products .mobile-show {
    display: block;
  }
}
.b-grouped_products-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .b-grouped_products-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-grouped_products-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-grouped_products-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-grouped_products-wrap {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .b-grouped_products-wrap {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    max-width: 100%;
  }
}
.b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-grouped_products .b-product-item, .b-grouped_products .b-recently_products-item {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-grouped_products .b-product-item.m-hide_last, .b-grouped_products .m-hide_last.b-recently_products-item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-grouped_products .b-product-item:nth-of-type(n+5), .b-grouped_products .b-recently_products-item:nth-of-type(n+5) {
    display: none;
  }
}
.b-grouped_products-link_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.b-grouped_products-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  padding: 0px !important;
}
.b-grouped_products-link:focus {
  outline: none;
}
.b-grouped_products-link.disabled, .b-grouped_products-link.m-disabled, .b-grouped_products-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-grouped_products-link:hover, .b-grouped_products-link:active, .b-grouped_products-link:focus {
  text-decoration: none;
}
.b-grouped_products-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-grouped_products-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-grouped_products-link:hover {
  text-decoration: none;
}
.b-grouped_products .b-title_group-subtitle {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
}
.b-grouped_products .b-title_group-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.8px;
  font-family: "GillSansMTW05-Medium" !important;
  color: #000;
}

.cat-image-slider .slick-dots li button:before {
  font-size: 20px;
}

.b-stores_banner {
  margin: 80px auto 20px;
}
@media screen and (min-width: 768px) {
  .b-stores_banner {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin: 200px auto 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .b-stores_banner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .b-stores_banner {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-stores_banner {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-stores_banner {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-stores_banner-img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .b-contact_information {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-contact_information {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    margin-right: 8.3333333333%;
  }
}
.b-contact_information-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-contact_information-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b-contact_information-title {
    line-height: 24px;
  }
}
.b-contact_information-description {
  margin-bottom: 10px;
}
.b-contact_information-text, .b-contact_information-value {
  display: inline-block;
  line-height: 20px;
}
.b-contact_information-text {
  margin-bottom: 10px;
}
.b-contact_information-directions {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 10px 0 20px;
}
.b-contact_information-directions:focus {
  outline: none;
}
.b-contact_information-directions.disabled, .b-contact_information-directions.m-disabled, .b-contact_information-directions:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-contact_information-directions:hover, .b-contact_information-directions:active, .b-contact_information-directions:focus {
  text-decoration: none;
}
.b-contact_information-directions:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-contact_information-directions:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-contact_information-directions:hover {
  text-decoration: none;
}

.b-details_location-info_wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .b-details_location-info_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-details_location-image_wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-details_location-image_wrap {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.b-details_location-name_wrap, .b-details_location-info_wrap {
  animation-name: text-opacity;
  animation-duration: 0.4s;
}
.b-details_location-image {
  width: 100%;
  object-fit: cover;
  animation-name: image-scale;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
}
.b-details_location-name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-details_location-name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .b-details_location-name {
    line-height: 24px;
  }
}
.b-details_location-label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.b-stores {
  position: relative;
}
.b-stores-name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 2px solid transparent;
}
.b-stores-name::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.b-stores-label {
  margin-bottom: 15px;
}

.b-store_locator {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .b-store_locator {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-store_locator {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-store_locator {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-store_locator {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-store_locator {
    margin-top: 20px;
  }
}
.b-store_locator-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .b-store_locator-row {
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-store_locator-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-store_locator-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-store_locator-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-store_locator-list {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .b-store_locator-list {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    scrollbar-arrow-color: #c4d5e8;
    scrollbar-base-color: #f0f0f0;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #c4d5e8;
    scrollbar-highlight-color: #f0f0f0;
    scrollbar-shadow-color: #c4d5e8;
    height: 100%;
    min-height: 800px;
    overflow: auto;
  }
  .b-store_locator-list::-webkit-scrollbar {
    width: 3px;
  }
  .b-store_locator-list::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .b-store_locator-list::-webkit-scrollbar-thumb {
    background: #c4d5e8;
    border-radius: 2px;
  }
  .b-store_locator-list::-webkit-scrollbar-thumb:hover {
    background: #0b2171;
  }
}
@media screen and (min-width: 768px) {
  .b-store_locator-list_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-store_locator-locate {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .b-store_locator-locate {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-store_locator-locate {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-store_locator-locate {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-store_locator-locate {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-store_locator-details {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-store_locator-details {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-store_locator-details {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-store_locator-details {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-store_locator-details {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-store_locator-details {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-store_locator-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .b-store_locator-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-store_locator-title {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .b-store_locator-title {
    line-height: 30px;
  }
}
.b-store_locator-list_item {
  margin-bottom: 30px;
  padding-right: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.b-store_locator-list_item:not(.js-store-locator-selected-store):hover .b-stores-name {
  border-bottom: 2px solid #c4d5e8;
}
.b-store_locator-list_item:not(.js-store-locator-selected-store):hover .b-stores-name::after {
  border-color: #c4d5e8;
}
.b-store_locator-list_item.js-store-locator-selected-store {
  border: 1px solid #0b2171;
  padding: 15px 20px;
}
.b-store_locator-select_items {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-store_locator-select_items {
    margin: 30px 0;
  }
}
.b-store_locator-select_container {
  margin: 30px 0;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-store_locator-select_container {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .b-store_locator-select_container {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-store_locator-select_container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-store_locator-select_container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-store_locator-select_container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-store_locator-select_wrap {
  display: inline-block;
  min-width: 170px;
  max-width: 100%;
}
.b-store_locator-select {
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.b-store_locator-select:focus {
  outline: none;
}
.b-store_locator-select::-ms-expand {
  display: none;
}

@keyframes image-scale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes text-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .b-schedule {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.b-schedule-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-schedule-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b-schedule-title {
    line-height: 24px;
  }
}
.b-schedule-list_item {
  margin-bottom: 10px;
}
.b-schedule-list_day, .b-schedule-list_value {
  -ms-flex: 1 1 41.6666666667%;
      flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
  display: inline-block;
  width: 100%;
}

.b-top_page_banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner {
    margin-bottom: 80px;
  }
}
.b-top_page_banner-img_wrap {
  max-height: 320px;
}
.b-top_page_banner-img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .b-top_page_banner-img {
    height: 320px;
  }
}
.b-top_page_banner-text {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_page_banner-text {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_page_banner-text {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_page_banner-text {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.b-top_page_banner-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  line-height: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_page_banner-title {
    line-height: 40px;
    padding: 25px 0;
  }
}
.b-top_page_banner-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .b-top_page_banner-description {
    max-width: 600px;
  }
}
.b-top_page_banner-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-top_page_banner-list_item {
  padding-right: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_page_banner-list_item:first-child {
    -ms-flex-order: 4;
        order: 4;
  }
}
.b-top_page_banner-list_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
@media (hover: hover) {
  .b-top_page_banner-list_link {
    margin-top: 2px;
    border-bottom: 2px solid transparent;
  }
  .b-top_page_banner-list_link:hover {
    border-bottom-color: #c4d5e8;
    text-decoration: none;
  }
}

.b-top_content_block {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-top_content_block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-top_content_block {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-top_content_block {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-top_content_block {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-top_content_block-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-top_content_block-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .b-top_content_block-title {
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.b-top_content_block-text {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}

.b-contacts {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b-contacts {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-contacts {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-contacts {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-contacts {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-contacts-phone, .b-contacts-hours {
  margin-bottom: 40px;
}
.b-contacts-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 30px;
  padding-bottom: 20px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .b-contacts-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-contacts-list {
  display: inline-block;
}
.b-contacts-recaptcha-error {
  display: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
}
.b-contacts .b-products_list-item {
  display: inline-block;
  color: #000;
}
.b-contacts .b-products_list-item:first-child {
  width: 80px;
}

.b-contact_us-form, .b-corporate_gifts-form {
  max-width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .b-contact_us-form, .b-corporate_gifts-form {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.b-contact_us-form_select, .b-corporate_gifts-form_select {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  position: relative;
  border: none;
  outline: none;
  padding: 0;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: inherit;
}
.b-contact_us-form_select:focus, .b-corporate_gifts-form_select:focus {
  outline: none;
}
.b-contact_us-form_select::-ms-expand, .b-corporate_gifts-form_select::-ms-expand {
  display: none;
}
.b-contact_us-form .selectric-wrapper, .b-corporate_gifts-form .selectric-wrapper {
  margin-top: 10px;
}
.b-contact_us-form .selectric-items, .b-corporate_gifts-form .selectric-items {
  min-width: 170px;
}
.b-contact_us-form .g-checkbox:not(.b-input_row), .b-corporate_gifts-form .g-checkbox:not(.b-input_row) {
  margin: 20px 0;
}
.b-contact_us-form .h-form_result, .b-corporate_gifts-form .h-form_result {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 20px;
}

.primary-images img {
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .primary-images .cls-mobile {
    min-height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .primary-images .slick-list.draggable {
    aspect-ratio: 1/1;
  }
}
.primary-images .b-images-item img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .primary-images .b-images-item img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .primary-images .b-images-item:nth-child(-n+1) {
    width: 100% !important;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-images .b-images-item-50 {
    width: 50% !important;
    padding: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .primary-images .b-images-item-100 {
    width: 100% !important;
    padding: 8px 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .b-details_description {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .b-details_description-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b-details_description.b-details-personalise {
    padding-top: 20px;
  }
}
.b-details_description-title {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .b-details_description-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #041E42;
    margin-bottom: 26px;
    text-transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .b-details_description-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-details_description-content {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: 24px;
}
.b-details_description-content li {
  position: relative;
  padding: 0 15px;
}
.b-details_description-content li::before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .b-details_description-list_wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .b-details_description-list_wrapper ul {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
.b-details_description a {
  text-decoration: underline;
}

.large_screen {
  padding-top: 30px;
}

.b-osp-product .l-product {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product .l-product {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-osp-product .l-product {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-osp-product .l-product {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-breadcrumbs {
    display: none;
  }
}
.b-osp-product .l-product-details {
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-details {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-details {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .b-osp-product .l-product-details {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-images_col {
    margin-bottom: 12px;
    margin: 0px;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-images_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .b-osp-product .l-product-images_col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-attributes_col {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .b-osp-product .l-product-attributes_col {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    padding-left: 40px;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .b-osp-product .l-product-attributes_col {
    padding-left: 68px;
  }
}
.b-osp-product .l-product-attributes_col .b-product_attributes-title {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .b-osp-product .l-product-nav_col {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-nav_col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-osp-product .l-product-nav_col {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    padding-right: 40px;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .b-osp-product .l-product-nav_col {
    padding-right: 68px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-details_col {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-osp-product .l-product-details_col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-osp-product .l-product-details_col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-order: 4;
        order: 4;
    margin: 0 auto;
  }
}
.b-osp-product .l-product-recomendations {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-recomendations {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product .l-product-recomendations {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-osp-product .l-product-recomendations {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-osp-product .l-product-recomendations {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-osp-product .l-product-recently {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-osp-product .l-product-recently {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product .l-product-recently {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-osp-product .l-product-recently {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-osp-product .l-product-recently {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-normal-product .l-product .nosearch-bottomlinks-custom-layout-cta-link p a {
  text-decoration: none;
  padding: 10px;
  border: 1px solid black;
  margin: 0.6rem;
}
.b-normal-product .l-product .nosearch-bottomlinks-header {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1023px) {
  .b-normal-product .l-product-breadcrumbs-bg {
    background-color: #f6f6f6;
  }
}
@media screen and (min-width: 1366px) {
  .b-normal-product .l-product-breadcrumbs {
    padding-top: 24px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-normal-product .l-product-breadcrumbs {
    padding-top: 17px;
    padding-left: 17px;
    position: absolute;
    z-index: 1;
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-product .l-product-breadcrumbs {
    padding-top: 17px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-breadcrumbs {
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-breadcrumbs {
    display: block;
  }
}
.b-normal-product .l-product-details {
  position: relative;
}
@media screen and (min-width: 1366px) {
  .b-normal-product .l-product-details {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-normal-product .l-product-details {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-details {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-images_col {
    margin-bottom: 12px;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .b-normal-product .l-product-images_col.b-product_details-images_col {
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product-images_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .b-normal-product .l-product-images_col.b-editable-content > div {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product .pdp-pdpCustomLayout.b-editable-content > div {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product-attributes_col {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.b-normal-product .l-product-attributes_col .b-product-cta-section {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-normal-product .l-product-attributes_col .b-product-cta-section-normal {
    margin-top: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product-attributes_col .b-product-cta-section-normal {
    margin-top: 24px;
  }
}
.b-normal-product .l-product-attributes_col .b-product_attributes-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  color: #000;
}
.b-normal-product .l-product-attributes_col .b-product_attributes-title.b-product-badge {
  width: 100%;
  line-height: initial;
}
.b-normal-product .l-product-attributes_col .b-product_attributes-title.b-product-badge span {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .b-normal-product .l-product-attributes_col .b-product_attributes-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.08em;
    text-align: left;
    width: 252px;
  }
}
@media screen and (max-width: 1023px) {
  .b-normal-product .l-product-attributes_col .b-product_attributes-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.b-normal-product .l-product-recomendations {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-recomendations {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-product .l-product-recomendations {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-normal-product .l-product-recomendations {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-normal-product .l-product-recomendations {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-normal-product .l-product-recently {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-normal-product .l-product-recently {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-product .l-product-recently {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-normal-product .l-product-recently {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-normal-product .l-product-recently {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .js-product-detail {
    position: relative;
  }
}

.b-sticky_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 2px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .m-centered-block {
    top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-centered-block {
    width: 618px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px !important;
  }
}

.padding-bottom_desk {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .border-top.buyingGuideAvailable {
    width: 111% !important;
    right: 6% !important;
    border-bottom: 1px dotted #041E42;
    position: relative;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .b-border-personalise {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .border-bottom_desk,
  .border-top {
    width: 120%;
    right: 10%;
    border-bottom: 1px dotted #041E42;
    position: relative;
    margin: 55px 0 55px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .border-bottom_desk,
  .border-top {
    width: 108.5%;
    right: 4.6%;
    border-bottom: 1px dotted #041E42;
    position: relative;
    margin: 50px 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 765px) and (max-height: 830px) {
  .border-bottom_desk,
  .border-top {
    width: 100% !important;
    right: 2% !important;
    border-bottom: 1px dotted #041E42;
    position: relative;
    margin: 50px 0;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1150px) and (min-height: 740px) and (max-height: 750px) {
  .border-bottom_desk,
  .border-top {
    width: 118% !important;
    right: 10% !important;
    border-bottom: 1px dotted #041E42;
    position: relative;
    margin: 50px 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .border-bottom_desk,
  .border-top {
    width: 104% !important;
    right: 2% !important;
    border-bottom: 1px dotted #041E42;
    position: relative;
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .border-bottom_desk,
  .border-top {
    width: 108% !important;
    right: 4% !important;
  }
}

@media screen and (max-width: 767px) {
  .js-product-detail .border-bottom_phone {
    border-bottom: 1px dotted #041E42;
    position: relative;
    width: 110%;
    right: 5%;
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .b-details_description .border-bottom_phone {
    border-bottom: 1px dotted #041E42;
    position: relative;
    width: 110%;
    right: 5%;
    margin: 35px 0 26px;
  }
}

@media screen and (max-width: 767px) {
  .b-osp-border {
    border-top: 1px dotted #041E42;
    position: relative;
    width: 110%;
    right: 5%;
    margin-bottom: 50px;
    margin-top: -35px;
  }
}

.b-buyingGuide-modal {
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .b-buyingGuide-modal .g-modal-dialog {
    width: 70%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .b-buyingGuide-modal .g-modal-dialog {
    width: 70%;
    height: auto;
    max-height: 100%;
    overflow: scroll;
    margin-top: 0px;
    -ms-flex-align: baseline;
        align-items: baseline;
    pointer-events: auto;
  }
}
@media only screen and (max-height: 420px) {
  .b-buyingGuide-modal .g-modal-dialog {
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  .b-buyingGuide-modal .g-modal-dialog {
    height: auto;
  }
  .b-buyingGuide-modal .g-modal.js-modal.b-buyingGuide-modal {
    overflow: scroll;
  }
}

.js-product-list .rv_slide-arrow {
  position: absolute;
  background: transparent;
}
.js-product-list .rv_prev-arrow {
  right: 116px;
  width: 53px;
  height: 30px;
  background-image: url("../images/PDP/Arrow-Left_RV.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  border: none;
  top: -60px;
  cursor: pointer;
}
.js-product-list .rv_next-arrow {
  right: 38px;
  top: -60px;
  width: 53px;
  height: 30px;
  background-image: url("../images/PDP/Arrow-Right_RV.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  border: none;
  cursor: pointer;
}
.js-product-list .slick-disabled {
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .js-product-list .b-product_tile-img {
    width: 100%;
  }
  .js-product-list .rv_prev-arrow {
    display: none !important;
  }
  .js-product-list .rv_next-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .nosto_personalisation {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
  }
}

.b-normal-osp-product .l-product .nosearch-bottomlinks-custom-layout-cta-link p a {
  text-decoration: none;
  padding: 10px;
  border: 1px solid black;
  margin: 0.6rem;
}
.b-normal-osp-product .l-product .nosearch-bottomlinks-header {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1023px) {
  .b-normal-osp-product .l-product-breadcrumbs-bg {
    background-color: #f6f6f6;
  }
}
@media screen and (min-width: 1366px) {
  .b-normal-osp-product .l-product-breadcrumbs {
    padding-top: 24px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-normal-osp-product .l-product-breadcrumbs {
    padding-top: 17px;
    padding-left: 17px;
    position: absolute;
    z-index: 1;
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-osp-product .l-product-breadcrumbs {
    padding-top: 17px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-breadcrumbs {
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-breadcrumbs {
    display: block;
  }
}
.b-normal-osp-product .l-product-details {
  position: relative;
}
@media screen and (min-width: 1366px) {
  .b-normal-osp-product .l-product-details {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-normal-osp-product .l-product-details {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-details {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-images_col {
    margin-bottom: 12px;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .b-normal-osp-product .l-product-images_col.b-product_details-images_col {
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product-images_col {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .b-normal-osp-product .l-product-images_col.b-editable-content > div {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product .pdp-pdpCustomLayout.b-editable-content > div {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product-attributes_col {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.b-normal-osp-product .l-product-attributes_col .b-product-cta-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .b-normal-osp-product .l-product-attributes_col .b-product-cta-section-normal {
    margin-top: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product-attributes_col .b-product-cta-section-normal {
    margin-top: 24px;
  }
}
.b-normal-osp-product .l-product-attributes_col .b-product_attributes-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .b-normal-osp-product .l-product-attributes_col .b-product_attributes-title {
    font-size: 24px;
    letter-spacing: 1.92px;
    text-align: left;
    width: 252px;
  }
}
@media screen and (max-width: 1023px) {
  .b-normal-osp-product .l-product-attributes_col .b-product_attributes-title {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-align: left;
  }
}
.b-normal-osp-product .l-product-recomendations {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-recomendations {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-osp-product .l-product-recomendations {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-normal-osp-product .l-product-recomendations {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-normal-osp-product .l-product-recomendations {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-normal-osp-product .l-product-recently {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-normal-osp-product .l-product-recently {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-normal-osp-product .l-product-recently {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-normal-osp-product .l-product-recently {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-normal-osp-product .l-product-recently {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-product-coming-soon {
  cursor: pointer;
  text-decoration: underline;
}

.b-product_badge-img {
  height: 29px;
  width: 122px;
}

.b-product-badge-plp {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
}
.b-product-badge-plp .b-product_badge-img {
  position: absolute;
  height: 20px;
  width: 96px;
  left: 0px;
  top: 12px;
}
.b-product-badge-plp .b-product_tile-wishlist {
  position: absolute;
  right: 12px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .b-product-badge-plp .b-product_tile-wishlist {
    right: 8px;
    top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .buyingguide_button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .buyingguide_button {
    border-top: 1px dotted #041E42;
    border-bottom: 1px dotted #041E42;
    margin-left: -20px;
    margin-right: -20px;
    top: 15px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .buyingguide_button.b-single-buyingguide {
    top: 40px;
  }
}

.b-product_attributes-save {
  display: none;
}

.b-update-bag_cart {
  width: 100% !important;
}

.l-body-page[data-action=Product-Show] .mobile-only,
.l-body-page[data-action=Product-ShowInCategory] .mobile-only,
.l-body-page[data-action=Search-Show] .mobile-only,
.l-body-page[data-action=Product-GlobaleShow] .mobile-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .desktop-only,
  .l-body-page[data-action=Product-ShowInCategory] .desktop-only,
  .l-body-page[data-action=Search-Show] .desktop-only,
  .l-body-page[data-action=Product-GlobaleShow] .desktop-only {
    display: none;
  }
  .l-body-page[data-action=Product-Show] .mobile-only,
  .l-body-page[data-action=Product-ShowInCategory] .mobile-only,
  .l-body-page[data-action=Search-Show] .mobile-only,
  .l-body-page[data-action=Product-GlobaleShow] .mobile-only {
    display: block;
  }
}
.l-body-page[data-action=Product-Show] .spacing-above,
.l-body-page[data-action=Product-ShowInCategory] .spacing-above,
.l-body-page[data-action=Search-Show] .spacing-above,
.l-body-page[data-action=Product-GlobaleShow] .spacing-above {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes.b-egift-card.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes.b-egift-card.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Search-Show] .b-product_attributes.b-egift-card.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes.b-egift-card.m-sticky_details:not(.m-header-disabled) {
    bottom: 0;
    position: absolute;
    top: unset;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes.b-osp_attributes.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes.b-osp_attributes.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Search-Show] .b-product_attributes.b-osp_attributes.m-sticky_details:not(.m-header-disabled),
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes.b-osp_attributes.m-sticky_details:not(.m-header-disabled) {
    bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes,
  .l-body-page[data-action=Search-Show] .b-product_attributes,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes {
    top: var(--header-height);
    padding-top: 50px;
    display: block;
    position: sticky;
    max-height: calc(100vh - var(--full-header-height) - 5px);
    overflow-y: auto;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
  }
  .l-body-page[data-action=Product-Show] .b-product_attributes::-webkit-scrollbar,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes::-webkit-scrollbar,
  .l-body-page[data-action=Search-Show] .b-product_attributes::-webkit-scrollbar,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes::-webkit-scrollbar {
    display: none;
  }
  body:has(.l-header .m-sticky_top) .l-body-page[data-action=Product-Show] .b-product_attributes,
  body:has(.l-header .m-sticky_top) .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes,
  body:has(.l-header .m-sticky_top) .l-body-page[data-action=Search-Show] .b-product_attributes,
  body:has(.l-header .m-sticky_top) .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes {
    max-height: calc(100vh - var(--header-height) - 5px);
  }
}
@media screen and (min-width: 1366px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes,
  .l-body-page[data-action=Search-Show] .b-product_attributes,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes {
    width: 417px;
    margin-left: 66px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes,
  .l-body-page[data-action=Search-Show] .b-product_attributes,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes {
    width: 400px;
    margin-left: 36px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes,
  .l-body-page[data-action=Search-Show] .b-product_attributes,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes {
    margin: 28px 32px 0 32px;
  }
}
.l-body-page[data-action=Product-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
.l-body-page[data-action=Search-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main {
  font-family: "GillSansMTW05-Medium" !important;
  font-style: normal !important;
  color: #000 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Search-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Search-Show] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes > .b-product_attributes-price > .b-custom-price_value_main {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.l-body-page[data-action=Product-Show] .l-body-page-price_value,
.l-body-page[data-action=Product-ShowInCategory] .l-body-page-price_value,
.l-body-page[data-action=Search-Show] .l-body-page-price_value,
.l-body-page[data-action=Product-GlobaleShow] .l-body-page-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
}
@media screen and (min-width: 768px) {
  .l-body-page[data-action=Product-Show] .l-body-page-price_value,
  .l-body-page[data-action=Product-ShowInCategory] .l-body-page-price_value,
  .l-body-page[data-action=Search-Show] .l-body-page-price_value,
  .l-body-page[data-action=Product-GlobaleShow] .l-body-page-price_value {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .l-body-page-price_value,
  .l-body-page[data-action=Product-ShowInCategory] .l-body-page-price_value,
  .l-body-page[data-action=Search-Show] .l-body-page-price_value,
  .l-body-page[data-action=Product-GlobaleShow] .l-body-page-price_value {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
.l-body-page[data-action=Product-Show] .b-product_attributes-sales_price,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes-sales_price,
.l-body-page[data-action=Search-Show] .b-product_attributes-sales_price,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes-sales_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-product_attributes-sales_price,
  .l-body-page[data-action=Product-ShowInCategory] .b-product_attributes-sales_price,
  .l-body-page[data-action=Search-Show] .b-product_attributes-sales_price,
  .l-body-page[data-action=Product-GlobaleShow] .b-product_attributes-sales_price {
    font-size: 16px;
  }
}
.l-body-page[data-action=Product-Show] .b-product_attributes-sales_color,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes-sales_color,
.l-body-page[data-action=Search-Show] .b-product_attributes-sales_color,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes-sales_color {
  margin-right: 5px;
  color: #D01111;
}
.l-body-page[data-action=Product-Show] .b-product_attributes-sales_price_color,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes-sales_price_color,
.l-body-page[data-action=Search-Show] .b-product_attributes-sales_price_color,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes-sales_price_color {
  color: #000;
}

.l-body-page[data-action=Search-Show] .b-product_attributes-sales_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}

.b-product_attributes-container {
  margin: 0 12px 0 0;
}
.b-product_attributes-promo {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 15px;
}
.b-product_attributes-collection {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .b-product_attributes-collection {
    margin-bottom: 25px;
  }
}
.b-product_attributes-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 20px;
}
.b-product_attributes-title.b-product-badge.b-product-badge-plp span {
  padding: 3px 10px;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  top: 11px;
  z-index: 1;
  max-width: 80%;
  text-align: left;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-title.b-product-badge.b-product-badge-plp span {
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .b-product_attributes-title {
    font-size: 24px;
  }
}
.b-product_attributes-id {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  margin-bottom: 19px;
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .b-product_attributes-id {
    margin-bottom: 25px;
  }
}
.b-product_attributes-color {
  margin-bottom: 10px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #041E42;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .b-product_attributes-color {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-color {
    word-break: break-word;
  }
}
.b-product_attributes-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.06em;
  text-align: left;
}
.b-product_attributes-color_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-color_items {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-color_items {
    margin-top: 24px;
  }
}
.b-product_attributes-price {
  font-family: "GillSansMTW05-Medium" !important;
  font-style: normal !important;
  color: #000 !important;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-price {
    margin: 24px 0;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-price {
    margin: 12px 0 24px 0;
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.b-product_attributes-strike_price {
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .b-cart_item-price .b-product_attributes-discount_price {
    margin: 5px 0 0;
  }
}

.b-product_attributes .l-body-page-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
}
@media screen and (min-width: 768px) {
  .b-product_attributes .l-body-page-price_value {
    font-size: 20px;
  }
}
.b-product_attributes-stock_status {
  padding-top: 15px;
}
.b-product_attributes-btn_block .m-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: unset;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-btn_block.b-add_btn_block {
    float: right;
    margin-top: 15px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-btn_block.b-single-add_btn_block {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-btn_block.b-add_btn_block {
    width: 185px;
  }
}
.b-product_attributes-btn_block.b-single-option-add_btn_block {
  width: 378px;
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  .b-product_attributes-btn_block.b-single-option-add_btn_block {
    width: 100%;
    float: left;
    top: -35px;
    right: 0;
    position: relative;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-btn_block.b-single-option-add_btn_block {
    -ms-flex: 90%;
        flex: 90%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1030px) and (min-height: 1360px) and (max-height: 1370px) {
  .b-product_attributes-btn_block.b-single-option-add_btn_block {
    width: 340px;
  }
}
.b-product_attributes-add_button {
  background: #041E42 !important;
  font-family: "GillSansMTW05-Medium" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  line-height: 16.8px !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  display: block !important;
  height: 40px !important;
  min-height: 40px !important;
  text-transform: uppercase !important;
  width: 185px;
  height: 44px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-product_attributes-add_button {
    width: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-add_button {
    width: 303px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-add_button {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-add_button {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-add_button {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 479px) {
  .b-product_attributes-add_button {
    width: 154px;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-add_button {
    border-color: #041E42 !important;
  }
}
@media screen and (max-width: 300px) {
  .b-product_attributes-add_button {
    width: 120px !important;
  }
}
@media screen and (max-width: 320px) {
  .b-product_attributes-add_button {
    width: 140px !important;
    padding: unset !important;
  }
}
@media screen and (max-width: 370px) {
  .b-product_attributes-add_button {
    padding: unset !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 410px) {
  .b-product_attributes-add_button {
    margin-right: 5px;
  }
}
@media screen and (min-width: 411px) and (max-width: 415px) {
  .b-product_attributes-add_button {
    margin-right: 12px;
  }
}
@media (hover: hover) {
  .b-product_attributes-add_button:hover {
    background-color: #0b2171 !important;
  }
}
.b-product_attributes-add_button:hover {
  background-color: #041E42 !important;
}
@media screen and (min-width: 760px) and (max-width: 780px) {
  .b-product_attributes-add_button.emailbackinstock {
    padding: unset !important;
  }
}
.b-product_attributes-add_button.emailbackinstock.b-out-of-stock, .b-product_attributes-add_button.emailbackinstock.js-out-of-stock {
  width: 378px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-add_button.emailbackinstock.b-out-of-stock, .b-product_attributes-add_button.emailbackinstock.js-out-of-stock {
    width: 100%;
  }
}
@media only screen and (max-height: 420px) {
  .b-product_attributes-add_button.emailbackinstock.b-out-of-stock, .b-product_attributes-add_button.emailbackinstock.js-out-of-stock {
    top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-add_button.b-single-add-to-cart {
    width: 100% !important;
  }
}
@media only screen and (max-height: 420px) {
  .b-product_attributes-add_button.b-single-add-to-cart {
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-add_button.b-single-add-to-cart {
    width: 100% !important;
  }
}
.b-product_attributes-osp_add_button {
  width: 100%;
}
.b-product_attributes-add_button, .b-product_attributes-edit_button, .b-product_attributes-osp_add_button, .b-product_attributes-buyingguide_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  display: block;
  margin-bottom: 22px;
  background-color: #041E42;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  text-transform: capitalize;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.06em;
}
.b-product_attributes-add_button:focus, .b-product_attributes-edit_button:focus, .b-product_attributes-osp_add_button:focus, .b-product_attributes-buyingguide_button:focus {
  outline: none;
}
.b-product_attributes-add_button.disabled, .b-product_attributes-add_button.m-disabled, .b-product_attributes-add_button:disabled, .b-product_attributes-edit_button.disabled, .b-product_attributes-edit_button.m-disabled, .b-product_attributes-edit_button:disabled, .b-product_attributes-osp_add_button.disabled, .b-product_attributes-osp_add_button.m-disabled, .b-product_attributes-osp_add_button:disabled, .b-product_attributes-buyingguide_button.disabled, .b-product_attributes-buyingguide_button.m-disabled, .b-product_attributes-buyingguide_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-product_attributes-add_button:hover, .b-product_attributes-add_button:active, .b-product_attributes-add_button:focus, .b-product_attributes-edit_button:hover, .b-product_attributes-edit_button:active, .b-product_attributes-edit_button:focus, .b-product_attributes-osp_add_button:hover, .b-product_attributes-osp_add_button:active, .b-product_attributes-osp_add_button:focus, .b-product_attributes-buyingguide_button:hover, .b-product_attributes-buyingguide_button:active, .b-product_attributes-buyingguide_button:focus {
  text-decoration: none;
}
.b-product_attributes-add_button:not(:disabled):active, .b-product_attributes-edit_button:not(:disabled):active, .b-product_attributes-osp_add_button:not(:disabled):active, .b-product_attributes-buyingguide_button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-product_attributes-add_button:not(:disabled):focus, .m-acc-on .b-product_attributes-edit_button:not(:disabled):focus, .m-acc-on .b-product_attributes-osp_add_button:not(:disabled):focus, .m-acc-on .b-product_attributes-buyingguide_button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-product_attributes-add_button:not(:disabled):hover, .b-product_attributes-edit_button:not(:disabled):hover, .b-product_attributes-osp_add_button:not(:disabled):hover, .b-product_attributes-buyingguide_button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-product_attributes-add_button:not(:disabled):hover, .b-product_attributes-edit_button:not(:disabled):hover, .b-product_attributes-osp_add_button:not(:disabled):hover, .b-product_attributes-buyingguide_button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-product_attributes-personalise_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  width: 185px !important;
  margin-right: 10px;
  background: #fff;
  border-color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 16.8px;
  letter-spacing: 0.06em;
  color: #041E42;
  text-transform: uppercase;
  min-height: 40px !important;
  height: 40px !important;
  font-weight: 400;
  height: 44px !important;
}
.b-product_attributes-personalise_button:focus {
  outline: none;
}
.b-product_attributes-personalise_button.disabled, .b-product_attributes-personalise_button.m-disabled, .b-product_attributes-personalise_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-product_attributes-personalise_button:hover, .b-product_attributes-personalise_button:active, .b-product_attributes-personalise_button:focus {
  text-decoration: none;
}
.b-product_attributes-personalise_button:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-product_attributes-personalise_button:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-product_attributes-personalise_button {
    width: 170px !important;
  }
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-personalise_button {
    width: 303px !important;
  }
}
@media screen and (max-width: 479px) {
  .b-product_attributes-personalise_button {
    width: 154px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-personalise_button {
    width: 50%;
    left: -5px;
    margin-top: 15px;
  }
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  .b-product_attributes-personalise_button {
    left: unset;
  }
}
@media only screen and (min-device-width : 414px) and (max-device-height : 736px) and (-webkit-device-pixel-ratio : 2) {
  .b-product_attributes-personalise_button {
    left: 0px !important;
  }
}
@media screen and (max-width: 300px) {
  .b-product_attributes-personalise_button {
    width: 120px !important;
  }
}
@media screen and (max-width: 320px) {
  .b-product_attributes-personalise_button {
    width: 140px;
    margin: 8px 0px 29px 0px;
    padding: unset !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 410px) {
  .b-product_attributes-personalise_button {
    margin-left: 5px;
  }
}
@media screen and (min-width: 411px) and (max-width: 415px) {
  .b-product_attributes-personalise_button {
    margin-left: 0px;
  }
}
.b-product_attributes-personalise_button:hover {
  color: unset !important;
  background: unset !important;
  border-color: unset !important;
}
.b-product_attributes-wishlist {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b-product_attributes-wishlist {
    position: absolute;
    right: 0px;
    top: 0.5%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-wishlist {
    margin-top: 24px;
    margin-right: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-wishlist {
    width: 20px;
    height: 18.182px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 19px;
    margin-right: 43px;
  }
}
.b-product_attributes-wishlist .b-wishlist_btn-copy {
  display: inline-block;
}
.b-product_attributes-buyingguide_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  height: 100px;
  background: #C8D8EB;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #041E42;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-buyingguide_button {
    margin: 26px 0px;
  }
}
.b-product_attributes-buyingguide_button :hover {
  background-color: #C8D8EB !important;
}
.b-product_attributes-buyingguide_button:hover {
  background-color: #C8D8EB !important;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-buyingguide_button.b-single-buyingguide_button {
    margin-top: -48px;
  }
}
.b-product_attributes-buyingguide_image {
  width: 107px;
  height: 81px;
  margin: 8px 22px 11px 19px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-buyingguide_image {
    width: 80px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .b-product_attributes-buyingguide_image {
    margin: 8px 22px 11px 10px;
    width: 90px;
  }
}
.b-product_attributes-buyingguide_text {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
  font-style: normal;
  height: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 750px) and (max-width: 820px) {
  .b-product_attributes-buyingguide_text {
    font-size: 16px;
    margin-left: 89px;
    position: absolute;
    top: 41px;
  }
}
@media screen and (min-width: 766px) and (max-width: 768px) {
  .b-product_attributes-buyingguide_text {
    margin-left: 37px;
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1025px) {
  .b-product_attributes-buyingguide_text {
    margin-left: 22px;
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .b-product_attributes-buyingguide_text {
    left: 148px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .b-product_attributes-buyingguide_text {
    position: absolute;
    top: 41px;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-buyingguide_text {
    position: relative;
    bottom: 4px;
    left: 30px;
  }
}
@media screen and (max-width: 320px) {
  .b-product_attributes-buyingguide_text {
    left: 50px;
  }
}
@media screen and (min-width: 750px) and (max-height: 450px) {
  .b-product_attributes-buyingguide_text {
    margin-left: 24%;
    font-size: 15px;
  }
}
.b-product_attributes-arrow_right {
  position: absolute;
  right: 29px;
  top: 41px;
}
@media screen and (max-width: 767px) {
  .b-product_attributes-arrow_right {
    top: 39px;
  }
}
@media screen and (max-width: 320px) {
  .b-product_attributes-arrow_right {
    right: 10px;
  }
}
@media screen and (min-width: 750px) and (max-width: 820px) {
  .b-product_attributes-arrow_right {
    right: 20px;
  }
}
.b-product_attributes-variation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .b-product_attributes-variation {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-product_attributes-variation {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-variation {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-variation {
    margin-bottom: 11px;
  }
}
.b-product_attributes-variation.b-egift-padding {
  padding-top: 15px;
}
.b-product_attributes-variation_item {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  margin: 0 15px 15px 0;
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #C2C2C2;
  width: calc(33.3% - 10px);
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.b-product_attributes-variation_item:nth-of-type(3n) {
  margin-right: 0;
}
.b-product_attributes-variation_item:hover {
  text-decoration: none;
}
.b-product_attributes-variation_item:hover, .b-product_attributes-variation_item.m-active {
  border-color: #041E42;
}
@media screen and (min-width: 1366px) {
  .b-product_attributes-variation_item {
    width: 118px;
    height: 44px;
    margin: 0 12.63px 12px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-product_attributes-variation_item {
    width: 118px;
    height: 44px;
    margin: 0 12.63px 12px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product_attributes-variation_item {
    width: 197px;
    height: 44px;
    margin: 0 12.38px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .b-product_attributes-variation_item {
    width: 102px;
    height: 44px;
    margin: 0 10px 12px 0;
  }
}
.b-product_attributes-promo_callout {
  line-height: 20px;
  margin-top: 15px;
}
.b-product_attributes .b-personalisation-edit_btn, .b-product_attributes .b-personalisation-remove_btn {
  margin: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .b-product_attributes .b-personalisation-edit_btn, .b-product_attributes .b-personalisation-remove_btn {
    margin: 0 20px 0 0;
  }
}

button.js-osp-product-personalisation-button.b-osp_attributes-personalise_button {
  color: #041E42;
  background: #C8D8EB;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
  text-transform: capitalize;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
button.js-osp-product-personalisation-button.b-osp_attributes-personalise_button:hover {
  color: #041E42;
  background: #C8D8EB;
}

.b-osp-add_to_bag_sticky-col .b-osp_attributes-personalise_button {
  margin: 10px auto;
  width: 96%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  background: #C8D8EB;
  text-transform: capitalize;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-add_to_bag_sticky-col .b-osp_attributes-personalise_button {
    min-height: auto !important;
  }
}
.b-osp-add_to_bag_sticky-col .b-product_attributes-osp_add_button {
  width: 100%;
}

.butterfly-hr-left,
.butterfly-hr-right {
  border-top: 1px dotted #041E42;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  top: 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 34%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 43%;
  }
}
@media screen and (max-height: 450px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 38.5%;
  }
}
@media screen and (min-width: 1900px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 37%;
  }
}
@media screen and (min-width: 321px) and (max-width: 415px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 34%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 45.5%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 41%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1439px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 39%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1150px) and (min-height: 740px) and (max-height: 750px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 44%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 45%;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .butterfly-hr-left,
  .butterfly-hr-right {
    width: 41.5% !important;
  }
}

@media screen and (max-width: 767px) {
  .butterfly-hr-left {
    right: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .butterfly-hr-left {
    right: 28.5%;
  }
}
@media screen and (max-height: 450px) {
  .butterfly-hr-left {
    right: 29%;
  }
}
@media screen and (min-width: 820px) and (max-width: 825px) {
  .butterfly-hr-left {
    right: 230px;
  }
}
@media screen and (min-width: 825px) and (max-width: 1025px) {
  .butterfly-hr-left {
    right: 282px;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .butterfly-hr-left {
    right: 392px !important;
  }
}
@media screen and (min-width: 1440px) {
  .butterfly-hr-left {
    right: 421px;
  }
}
@media screen and (min-width: 1900px) {
  .butterfly-hr-left {
    right: 431px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .butterfly-hr-left {
    right: 330px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1439px) {
  .butterfly-hr-left {
    right: 325px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1150px) and (min-height: 740px) and (max-height: 750px) {
  .butterfly-hr-left {
    right: 319px;
  }
}

.butterfly-hr-right {
  top: -56px;
}
@media screen and (max-width: 767px) {
  .butterfly-hr-right {
    left: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .butterfly-hr-right {
    left: 28.5%;
  }
}
@media screen and (max-height: 450px) {
  .butterfly-hr-right {
    left: 29%;
  }
}
@media screen and (min-width: 820px) and (max-width: 825px) {
  .butterfly-hr-right {
    left: 230px;
  }
}
@media screen and (min-width: 825px) and (max-width: 1025px) {
  .butterfly-hr-right {
    left: 282px;
  }
}
@media screen and (min-width: 1440px) {
  .butterfly-hr-right {
    left: 421px;
  }
}
@media screen and (min-width: 1900px) {
  .butterfly-hr-right {
    left: 431px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .butterfly-hr-right {
    left: 330px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1439px) {
  .butterfly-hr-right {
    left: 325px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1150px) and (min-height: 740px) and (max-height: 750px) {
  .butterfly-hr-right {
    left: 319px;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1540px) {
  .butterfly-hr-right {
    left: 393px !important;
  }
}

.PL-mark {
  background-color: white !important;
}

@media screen and (min-width: 800px) and (max-width: 820px) {
  .b-product_attributes-add_button.emailbackinstock {
    padding: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .outOfStockDiv {
    float: unset !important;
    top: unset !important;
    right: unset !important;
    position: unset !important;
    width: 100% !important;
    margin-top: 0px !important;
  }
  .emailbackinstock {
    width: 100% !important;
  }
  .outOfStockPersonalise {
    width: 100% !important;
    left: 0px !important;
  }
  .outOfStockGuide {
    margin-top: unset !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .b-single-buyingguide {
    top: 60px !important;
  }
}
@media only screen and (max-width: 767px) and (max-height: 420px) {
  .b-single-buyingguide {
    top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .outOfStockGuideBtn {
    padding-top: 26px;
  }
  .outOfStockGuideBtn.b-single-buyingguide {
    top: 0px !important;
  }
}
@media only screen and (max-width: 767px) and (max-height: 420px) {
  .outOfStockGuideBtn.b-single-buyingguide {
    top: 60px !important;
  }
}
html[lang=ja] .b-product_attributes-personalise_button {
  padding: 5px 5px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  html[lang=ja] .b-product_attributes-personalise_button {
    margin-right: 0;
  }
}
html[lang=ja] .b-product_attributes-add_button {
  font-size: 14px !important;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  html[lang=ja] .b-product_attributes-add_button.emailbackinstock,
  html[lang=it] .b-product_attributes-add_button.emailbackinstock {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html[lang=ja] .b-product_attributes-add_button.emailbackinstock,
  html[lang=it] .b-product_attributes-add_button.emailbackinstock {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  html[lang=ja] .b-product_attributes-add_button.emailbackinstock,
  html[lang=it] .b-product_attributes-add_button.emailbackinstock {
    font-size: 12px !important;
  }
}
@media only screen and (max-height: 420px) {
  html[lang=ja] .b-product_attributes-add_button.emailbackinstock,
  html[lang=it] .b-product_attributes-add_button.emailbackinstock {
    font-size: 12px !important;
    padding: 7px 15px;
  }
}

html[lang=it] .js-cart-and-ipay > .b-product_attributes-add_button {
  font-size: 16px !important;
  padding: 8px 28px;
}
html[lang=it] .b-product_attributes-btn_block > .b-product_attributes-add_button,
html[lang=it] .b-product_attributes-add_button.emailbackinstock.js-out-of-stock,
html[lang=it] .b-product_attributes-add_button.emailbackinstock.b-out-of-stock {
  font-size: 14px !important;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html[lang=it] .b-product_attributes-buyingguide_text {
    font-size: 13px;
    left: 65px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1025px) {
  html[lang=it] .b-product_attributes-buyingguide_text {
    left: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  html[lang=it] .b-product_attributes-buyingguide_text {
    left: 140px;
  }
}

html[lang=de] .js-cart-and-ipay > .b-product_attributes-add_button, html[lang=de] .b-product_attributes-add_button {
  font-size: 16px !important;
  padding: 6px 26px;
}
html[lang=de] .b-product_attributes-personalise_button {
  padding: 0;
}
html[lang=de] .b-product_attributes-add_button,
html[lang=de] .b-product_attributes-add_button.emailbackinstock.js-out-of-stock,
html[lang=de] .b-product_attributes-add_button.emailbackinstock.b-out-of-stock {
  font-size: 14px !important;
}

html[lang=fr] .b-product_attributes-personalise_button {
  padding: 0;
}

button.b-product_attributes-osp_add_button.add-to-cart.js-product-add-to-bag-button:hover {
  background-color: #041E42;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .js-add-button.b-single-option-add_btn_block {
    margin: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .js-add-button.b-single-option-add_btn_block .b-single-add-to-cart {
    top: 0px;
  }
}

html[lang=fr] .b-product_attributes-add_button,
html[lang=fr] .b-product_attributes .b-product_attributes-add_button.emailbackinstock.js-out-of-stock,
html[lang=fr] .b-product_attributes .b-product_attributes-add_button.emailbackinstock.b-out-of-stock {
  padding: 0px;
  font-size: 10px !important;
}
@media screen and (max-width: 767px) {
  html[lang=fr] .b-product_attributes {
    font-size: 9px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  html[lang=fr] .b-product_attributes-buyingguide_text {
    left: 140px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1920px) {
  html[lang=de] .b-product_attributes-buyingguide_text {
    left: 140px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1920px) {
  html[lang=it] .b-product_attributes-buyingguide_text {
    left: 140px;
  }
}
html[lang=it] .b-product_attributes-color {
  overflow-wrap: break-word;
}

.jptax {
  font-size: 13px;
  margin-bottom: 10px;
  color: #aaa;
  font-family: "GillSansMTW05-Medium";
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  html[lang=de] .b-product_attributes-add_button,
  html[lang=fr] .b-product_attributes-add_button,
  html[lang=ja] .b-product_attributes-add_button,
  html[lang=it] .b-product_attributes-add_button {
    font-size: 12px !important;
  }
}

.credit-promotion *::part(osm-message), .container.auto-size > p {
  color: #000;
  font-family: "GillSansMTW05-Medium" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}

.credit-promotion *::part(osm-cta), .container.auto-size > p > button {
  color: #000;
  font-family: "GillSansMTW05-Medium" !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.positive-luxury-butterfly-mark {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .positive-luxury-butterfly-mark {
    margin-top: 12px;
  }
}
.positive-luxury-butterfly-mark > div > div {
  margin: unset !important;
}
@media screen and (min-width: 825px) {
  .positive-luxury-butterfly-mark .b-positiveLuxury-img {
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .positive-luxury-butterfly-mark .b-positiveLuxury-img {
    width: 100%;
    margin-left: 20px;
  }
}

.credit-promotion *::part(osm-legal), .container.auto-size > p.legal {
  display: none;
}

.b-images-container {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b-images-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .b-images-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .b-images-container .slick-list.draggable {
    padding: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .b-images-container > .slick-initialized > .slick-list {
    padding-left: 0px !important;
  }
}
.b-images-scroll {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
}
@media screen and (max-width: 1023px) {
  .b-images-scroll {
    display: none;
  }
}
.b-images-counter {
  color: #aaa;
  padding: 9px 0;
  text-align: center;
}
.b-images-counter_active {
  color: #000;
}
.b-images-thumbnail {
  filter: drop-shadow(0px 3px 4px rgba(170, 170, 170, 0.35));
  margin-right: 14px;
  width: 70px !important;
  height: 72px !important;
}
@media screen and (min-width: 1440px) {
  .b-images-thumbnail {
    margin-right: 15px;
  }
}
.b-images .slider-nav {
  margin-right: 15px;
  cursor: pointer;
  max-width: 560px;
}
.b-images .slick-not-init {
  display: none;
}
.b-images .is-active .b-images-active {
  border: 1px solid #407EC9;
}
@media screen and (max-width: 767px) {
  .b-images-item {
    margin: 0 10px 0 0 !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .b-images-item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .b-images-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-images .slick-dots {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .b-images .slick-dots {
    bottom: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .b-images .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    list-style-type: none;
    padding: 0 10%;
  }
  .b-images .slick-dots li {
    margin: 0;
    width: inherit;
  }
  .b-images .slick-dots button {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #D9D9D9;
    text-indent: -9999px;
  }
  .b-images .slick-dots .slick-active {
    bottom: 1px;
  }
  .b-images .slick-dots li.slick-active button {
    background-color: #303030;
    height: 3px;
    position: relative;
  }
  .b-images .slider-container {
    position: relative;
  }
  .b-images .slider-info {
    position: absolute;
    left: 10%;
    bottom: 20px;
    display: block !important;
  }
  .b-images .slide-number {
    color: #000;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  .b-images .slide-saperator {
    color: #C2C2C2;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
  }
  .b-images .total-slides {
    color: #C2C2C2;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
  }
}
@media screen and (min-width: 1024px) {
  .b-images .slider-info {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b-images .slider-info {
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-images .slider-info {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-images .slider-info {
    bottom: 20px;
  }
}

.m-zoom-enabled .b-images-item {
  cursor: url("../images/zoom-icon.svg"), url("/on/demandware.static/Sites-smythson-UK-Site/-/en_GB/images/zoom-icon.cur"), auto;
}

.slick-carousel_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  min-width: 40px;
}
.slick-carousel_arrow:hover {
  text-decoration: none;
}
.slick-carousel_arrow::before {
  color: #c4d5e8;
}

.slick-carousel_arrow_prev {
  left: 0 !important;
}
.slick-carousel_arrow_prev::before {
  content: "\E901";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-carousel_arrow_next {
  right: 0 !important;
}
.slick-carousel_arrow_next::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b-images_osp-container {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b-images_osp-container {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .b-images_osp-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-images_osp-item:first-child {
    position: relative;
  }
  .b-images_osp-item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 18px;
    height: 18px;
    background: url("../images/zoom-icon.svg") no-repeat;
  }
}
.m-acc-on .b-images_osp-item_img:focus {
  box-shadow: 0 0 4px 1px #c4d5e8 !important;
}
.b-images_osp-zoom_button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  border: none;
  color: #c4d5e8;
  background: transparent;
  padding: 0;
}
.b-images_osp-zoom_button::before {
  content: "\E90C";
  font-size: 18px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  .b-images_osp-zoom_button {
    display: none;
  }
}
.b-images_osp-counter {
  color: #aaa;
  padding: 9px 0;
  text-align: center;
}
.b-images_osp-counter_active {
  color: #000;
}
.b-images_osp .b-next_img_arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 30px;
  color: #0b2171;
  cursor: pointer;
  text-align: center;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.b-images_osp .b-next_img_arrow::before {
  content: "\E905";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px), screen and (min-height: 1024px) {
  .b-images_osp .b-next_img_arrow {
    display: none;
  }
}
.b-images_osp .b-next_img_arrow::before {
  position: relative;
  top: 8px;
}
@keyframes bounce {
  0%, 40%, 60%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.b-images_osp .bounce {
  animation-name: bounce;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .b-images-item:first-child {
    margin-left: 10px;
  }
}

.slick-vertical .slick-list {
  display: inline;
}
.slick-vertical .slick-track {
  height: unset !important;
}

.b-zoom_img-top_bar {
  background: transparent;
}
.b-zoom_img-close {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 1;
}
.b-zoom_img-close::before, .b-zoom_img-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.b-zoom_img-close::before {
  transform: rotate(45deg);
}
.b-zoom_img-close::after {
  transform: rotate(135deg);
}
@media screen and (min-width: 1366px) {
  .b-zoom_img-close {
    top: 26px;
    right: 24px;
  }
}
@media screen and (max-width: 1360px) {
  .b-zoom_img-close {
    top: 24px;
    right: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .b-zoom_img-close.popup-close-txt {
    top: 23px;
  }
}
@media screen and (max-width: 1360px) {
  .b-zoom_img-close.popup-close-txt {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_img-close {
    background-color: transparent;
  }
  .b-zoom_img-close::before, .b-zoom_img-close::after {
    width: 25px;
    height: 2.5px;
  }
}
.b-zoom_img-close::before, .b-zoom_img-close::after {
  background-color: unset !important;
}
.b-zoom_img-bg {
  background: #fff;
}
.b-zoom_img .b-zoom_img-top_bar,
.b-zoom_img .b-zoom_img-caption {
  background: transparent;
}

.b-zoom_indicator {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  letter-spacing: 0.8px;
}

.pswp--open .m-in {
  display: block;
}
.pswp--open .m-out {
  display: none;
}

.pswp--zoomed-in .m-in {
  display: none;
}
.pswp--zoomed-in .m-out {
  display: block;
}

.pswp__ui--idle .pswp__top-bar,
.pswp__button,
.pswp__button:focus,
.pswp__button:active {
  opacity: 1;
}

.pswp__button--zoom {
  width: auto;
  height: auto;
  padding: 20px;
  display: block;
  right: 20px;
  background-color: #e9eef5;
}

.m-in,
.m-out {
  pointer-events: none;
}

.pswp__img--placeholder--blank {
  background: transparent;
}

html[lang=ja] .popup-close-txt.b-zoom_img-close {
  width: 35px;
  top: 19px;
}

html[lang=de] .popup-close-txt.b-zoom_img-close,
html[lang=de] .popup-close-img.b-zoom_img-close {
  right: 50px;
}

html[lang=fr] .popup-close-txt.b-zoom_img-close,
html[lang=fr] .popup-close-img.b-zoom_img-close,
html[lang=it] .popup-close-txt.b-zoom_img-close,
html[lang=it] .popup-close-img.b-zoom_img-close {
  right: 30px;
}

.b-zoom_img-top_bar > .popup-close-img {
  width: 13.003px;
  height: 6.993px;
}

.mobile-only-zoom {
  display: none;
}

@media screen and (max-width: 1024px) {
  .desktop-only-zoom {
    display: none;
  }
  .mobile-only-zoom {
    display: block;
  }
}
.b-zoom_sticky {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.b-zoom_sticky-product {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-product {
    margin: 18px 0 12px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-product {
    display: -ms-flexbox;
    display: flex;
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.92px;
    margin: 37px 0 26px 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-product {
    margin: 18px 0 12px 75px;
  }
}
@media screen and (max-width: 1023px) {
  .b-zoom_sticky-product {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.b-zoom_sticky-img {
  margin-right: 20px;
}
.b-zoom_sticky-product_title .b-product_tile-name_link {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-product_price {
    margin-right: 37px;
  }
}
.b-zoom_sticky-product_price .b-product_attributes-price_value {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-product_price .b-product_attributes-price_value {
    letter-spacing: 1.44px;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .b-zoom_sticky-product_price .b-product_attributes-price_value {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-product_price .b-product_attributes-price_value {
    text-align: right;
    margin: 18px 32px 12px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-product_price .b-product_attributes-price_value {
    text-align: right;
    margin: 18px 75px 12px 0;
  }
  .b-zoom_sticky-product_price .b-product_attributes-price_value .b-product_attributes-strike_price,
  .b-zoom_sticky-product_price .b-product_attributes-price_value .b-product_attributes-discount_price {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-btn {
    margin: 0 !important;
    width: 185px !important;
    height: 44px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-btn {
    margin: 0 32px 12px 0 !important;
    width: 158px !important;
    height: 44px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-btn {
    width: 303px !important;
    height: 44px !important;
    margin: 0 75px 13px 0 !important;
    float: inline-end;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-col .b-single-zoom_sticky-btn {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .b-zoom_sticky-col:nth-child(1) {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
  }
}
.b-zoom_sticky-col:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .b-zoom_sticky-col:nth-child(2) {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
  }
}
.b-zoom_sticky-btn_container {
  width: 100%;
  margin: 24px 24px 24px 0;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-btn_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-zoom_sticky .m-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-personalisation {
    -ms-flex: 1 1;
        flex: 1 1;
  }
}
.b-zoom_sticky-personalisation .b-product_attributes-personalise_button {
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-personalisation .b-product_attributes-personalise_button {
    width: 185px !important;
    height: 44px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-personalisation .b-product_attributes-personalise_button {
    width: 303px !important;
    height: 44px !important;
    margin: 0 0 13px 75px;
  }
}
@media screen and (max-width: 767px) {
  .b-zoom_sticky-personalisation .b-product_attributes-personalise_button {
    margin: 0 0 12px 32px;
    width: 158px !important;
    height: 44px !important;
  }
}
@media screen and (max-width: 1023px) {
  .b-zoom_sticky-personalisation {
    margin-right: 2px;
  }
}
.b-zoom_sticky-add_button {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-zoom_sticky-add_button {
    left: 4px;
  }
}
.b-zoom_sticky-add_button, .b-zoom_sticky-edit_button, .b-zoom_sticky-osp_add_button {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .b-zoom_sticky-add_button, .b-zoom_sticky-edit_button, .b-zoom_sticky-osp_add_button {
    -ms-flex: 1 1;
        flex: 1 1;
  }
}

.b-osp-zoom_sticky-col .b-zoom_sticky-add_button {
  top: 0px;
  text-align: center;
}
.b-osp-zoom_sticky-col .b-zoom_sticky-btn {
  margin: 10px auto;
  width: 96% !important;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  background: #041E42 !important;
  border: none !important;
}
@media screen and (min-width: 1024px) {
  .b-osp-zoom_sticky-col .b-osp_attributes-personalise_button {
    margin: 0 !important;
    width: 185px !important;
    height: 44px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-zoom_sticky-col .b-osp_attributes-personalise_button {
    width: 303px !important;
    height: 44px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-zoom_sticky-col .b-osp_attributes-personalise_button {
    width: 158px !important;
    height: 44px !important;
  }
}
.b-osp-zoom_sticky-col .b-osp_attributes-price {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-zoom_sticky-col {
    margin-left: 15px;
  }
}
.b-details_nav-item {
  border-bottom: 1px dashed #c4d5e8;
  padding: 17px 0;
  text-align: center;
  text-transform: uppercase;
}
.b-details_nav-item_link {
  padding: 10px 0;
  display: block;
}
.b-details_nav-item:first-child {
  border-top: 1px dashed #c4d5e8;
}
@media screen and (max-width: 1023px) {
  .b-details_nav-item {
    display: none;
  }
}

.b-size_guide .g-modal-header {
  display: none;
}
.b-size_guide-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .b-size_guide-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-size_guide-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-size_guide-content {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-size_guide-content {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-size_guide-content {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-size_guide-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-size_guide-column {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-size_guide-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-size_guide-column {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-size_guide-column {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-size_guide-description {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .b-size_guide-description {
    padding-top: 35px;
  }
}
.b-size_guide-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  margin-bottom: 8px;
}
.b-size_guide-sub_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .b-size_guide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-size_guide-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-size_guide-list {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-size_guide-list {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.b-size_guide-list li {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  padding: 7px 20px 7px 0;
}
@media screen and (min-width: 768px) {
  .b-size_guide-list li {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-size_guide-list li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-size_guide-list li {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-size_guide-list li {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b-size_guide .g-modal-dialog {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .b-size_guide .g-modal-dialog {
    max-width: 480px;
  }
}
.b-size_guide .g-modal-content {
  padding: 40px;
}

.b-add_to_bag_sticky {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 1024px) {
  .b-add_to_bag_sticky {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-add_to_bag_sticky {
    padding: 10px 34px;
  }
}
.b-add_to_bag_sticky-product {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 767px) {
  .b-add_to_bag_sticky-product {
    display: none;
  }
}
.b-add_to_bag_sticky-img {
  margin-right: 20px;
}
.b-add_to_bag_sticky-product_title {
  margin-bottom: 16px;
}
.b-add_to_bag_sticky-product_title .b-product_tile-name_link {
  padding: 0;
}
.b-add_to_bag_sticky-product_price {
  margin-bottom: 0;
}
.b-add_to_bag_sticky-product_price .b-product_attributes-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-add_to_bag_sticky-product_price .b-product_attributes-price_value .b-product_attributes-strike_price,
  .b-add_to_bag_sticky-product_price .b-product_attributes-price_value .b-product_attributes-discount_price {
    display: none;
  }
}
.b-add_to_bag_sticky-btn {
  margin-bottom: 0;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .b-add_to_bag_sticky-btn {
    width: 89% !important;
  }
}
@media screen and (max-width: 767px) {
  .b-add_to_bag_sticky-col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-add_to_bag_sticky-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-add_to_bag_sticky-col .b-single-add_to_bag_sticky-btn {
    width: 100% !important;
  }
}
.b-add_to_bag_sticky-btn_container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b-add_to_bag_sticky-btn_container .b-product_attributes-personalise_button {
    width: 89% !important;
  }
}
.b-add_to_bag_sticky .m-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 0;
  text-align: center;
}
.b-add_to_bag_sticky-personalisation {
  -ms-flex: 1 1;
      flex: 1 1;
}
.b-add_to_bag_sticky-personalisation .b-product_attributes-personalise_button {
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
  margin: 8px 9px 29px 15px;
  width: 87%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-add_to_bag_sticky-personalisation .b-product_attributes-personalise_button {
    margin: 8px 0 29px 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 415px) {
  .b-add_to_bag_sticky-personalisation .b-product_attributes-personalise_button {
    margin-top: 8px;
    margin-bottom: 29px !important;
    margin-left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .b-add_to_bag_sticky-personalisation {
    margin-right: 2px;
  }
}
.b-add_to_bag_sticky-add_button {
  top: 8px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-add_to_bag_sticky-add_button {
    left: 4px;
  }
}
.b-add_to_bag_sticky-add_button, .b-add_to_bag_sticky-edit_button, .b-add_to_bag_sticky-osp_add_button {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .b-personalisation_sticky-btn {
    width: 89% !important;
  }
}

.b-osp-add_to_bag_sticky-col .b-add_to_bag_sticky-btn_container {
  display: block;
}
.b-osp-add_to_bag_sticky-col .b-add_to_bag_sticky-add_button {
  top: 0px;
  text-align: center;
}
.b-osp-add_to_bag_sticky-col .b-add_to_bag_sticky-btn {
  margin: 10px auto;
  width: 96% !important;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  background: #041E42 !important;
  border: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-add_to_bag_sticky-col {
    margin-left: 15px;
  }
}
.b-product_attributes-stock_status {
  padding-top: 0;
}
.b-product_attributes-stock_status-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #CB2929;
  margin-bottom: 20px;
}
.b-product_attributes-stock_status-description {
  line-height: 17px;
  margin: 15px 0 15px 0;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #000;
}

.b-strike_price {
  display: inline-block;
  position: relative;
  color: #041E42;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.b-discount_price {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  display: inline-block;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}

.l-body-page[data-action=Product-Show] .b-strike_price,
.l-body-page[data-action=Product-ShowInCategory] .b-strike_price,
.l-body-page[data-action=Search-Show] .b-strike_price,
.l-body-page[data-action=Product-GlobaleShow] .b-strike_price {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.08px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-strike_price,
  .l-body-page[data-action=Product-ShowInCategory] .b-strike_price,
  .l-body-page[data-action=Search-Show] .b-strike_price,
  .l-body-page[data-action=Product-GlobaleShow] .b-strike_price {
    font-size: 16px;
  }
}
.l-body-page[data-action=Product-Show] .b-discount_price,
.l-body-page[data-action=Product-ShowInCategory] .b-discount_price,
.l-body-page[data-action=Search-Show] .b-discount_price,
.l-body-page[data-action=Product-GlobaleShow] .b-discount_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  display: inline-block;
  color: #D01111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.08em;
}

.b-product_attributes-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 24px;
}
.b-product_attributes-size_info span {
  font-family: "MinionW05-Display";
  font-weight: 400;
  color: #041E42;
}
.b-product_attributes-size_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-product_attributes-size_button:focus {
  outline: none;
}
.b-product_attributes-size_button.disabled, .b-product_attributes-size_button.m-disabled, .b-product_attributes-size_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-product_attributes-size_button:hover, .b-product_attributes-size_button:active, .b-product_attributes-size_button:focus {
  text-decoration: none;
}
.b-product_attributes-size_button:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-product_attributes-size_button:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-product_attributes-size_guide_component {
  display: inline-block;
}
.b-product_attributes-size_guide_content {
  display: none;
}

.b-wishlist_btn {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
}
.b-wishlist_btn::after {
  content: "\E908";
  font-size: inherit;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #000;
  vertical-align: text-bottom;
}
.b-wishlist_btn.m-added::after {
  content: "\E909";
  font-size: inherit;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-wishlist_btn-copy {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  display: none;
  margin-right: 5px;
}

.l-body-page[data-action=Product-Show] .b-wishlist_btn,
.l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn,
.l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn,
.l-body-page[data-action=null] .b-wishlist_btn {
  position: absolute;
  color: #041E42;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Product-Show] .b-wishlist_btn,
  .l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn,
  .l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn,
  .l-body-page[data-action=null] .b-wishlist_btn {
    margin-left: 13px;
  }
}
.l-body-page[data-action=Product-Show] .b-wishlist_btn::after,
.l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn::after,
.l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn::after,
.l-body-page[data-action=null] .b-wishlist_btn::after {
  content: "\E908";
  font-size: 17px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 21px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-wishlist_btn::after,
  .l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn::after,
  .l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn::after,
  .l-body-page[data-action=null] .b-wishlist_btn::after {
    width: 19.997px;
    height: 18.181px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.l-body-page[data-action=Product-Show] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=null] .b-wishlist_btn.m-added::after {
  content: "\E909";
  font-size: 17px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-body-page[data-action=Product-Show] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=Product-ShowInCategory] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=Product-GlobaleShow] .b-wishlist_btn.m-added::after,
.l-body-page[data-action=null] .b-wishlist_btn.m-added::after {
  color: #041E42;
}

.add-to-cart-messages {
  display: none;
}

.b-personalisation_dialog-personations_textbox {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-personations_textbox {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-personalisation_dialog .mobile-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b-personalisation_dialog .desktop-only {
    display: none;
  }
  .b-personalisation_dialog .mobile-only {
    display: block;
  }
}
.b-personalisation_dialog .g-modal-dialog {
  margin: 0 auto;
  float: right;
  -ms-flex-align: inherit;
      align-items: inherit;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .g-modal-dialog {
    height: 100%;
  }
}
@media screen and (min-width: 200px) and (max-width: 600px) {
  .b-personalisation_dialog .g-modal-dialog {
    float: none;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 1366px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
    padding: 28px 108px 10px 65px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
    padding: 16px 106px 10px 64px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1190px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
    padding: 16px 106px 60px 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
    padding: 24px 105px 10px 61px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc {
    padding: 5px 31px 10px 31px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .motif-icon-select {
  border: 0.6px solid #407EC9;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-active .b-option-motif-type-label {
  cursor: pointer;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-input:checked ~ .b-option-radio-label::after {
  border-color: #000000;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .js-position-line label.b-option-radio-label {
  font-size: 14px !important;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio {
    margin-bottom: 0px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons {
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons {
    padding-bottom: 8px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons_item {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  margin: 0px 8px 8px 0px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons_item.m-active {
  border: 1px solid #041E42;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif_icons_item .svgmotif {
    width: 100% !important;
    height: 100% !important;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-list-div {
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-list-div {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 765px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-list-div {
    margin-bottom: 8px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-list-div:last-child {
  margin-bottom: 0;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option .motif-active {
  border: 1px solid #041E42;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label {
  cursor: pointer;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 1.12px !important;
  text-transform: capitalize;
  color: #000 !important;
  padding: 13px 0 14px 16px;
  font-size: 14px !important;
  font-style: normal !important;
  height: 44px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label {
    padding: 11px 0 16px 16px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label .b-motif-plus, .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label .b-motif-minus {
  float: right;
  text-align: right;
  -ms-flex-pack: right;
      justify-content: right;
  width: 12.003px;
  height: 12.002px;
  fill: #041E42;
  margin-right: 24px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label .b-motif-plus, .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-motif-type-label .b-motif-minus {
    top: 4px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-content {
  padding-left: 0px;
  max-height: unset;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-content {
    margin-left: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-content {
    margin-left: -14px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-content .b-font_tooltip-modal {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 350px;
    background: rgba(4, 30, 66, 0.65);
  }
}
@media screen and (min-width: 660px) and (max-width: 670px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-content .b-font_tooltip-modal {
    padding-right: 0px;
    padding-top: 0px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-color {
  padding-left: 11px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-color_label {
  position: relative;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-color_name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: #000;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 35px;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-position-selected {
  border: 1px solid #041E42 !important;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-radio {
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-radio {
    margin-right: unset;
    width: 49%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-radio {
    width: 100%;
    margin-bottom: 12px;
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-radio:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-position .b-option-radio:last-child {
    margin-bottom: 0px !important;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #000;
  padding-left: unset;
  height: 100%;
  text-align: center;
  padding-top: 12px;
  height: 22px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label::before {
  display: none;
  background-color: #000;
  top: 0px;
  bottom: 0px;
  left: 4px;
  height: 8px;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label::before {
    top: -10px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label::after {
    top: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-label::after {
    height: 16px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio-selected {
  border: 1px solid #041E42 !important;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio {
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio {
    width: 199px;
    margin-bottom: unset;
    margin-top: 8px;
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio {
    width: 100%;
    margin-bottom: 12px;
    margin-right: unset;
  }
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio:nth-child(odd) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-option-radio:last-child {
    margin-bottom: 0px !important;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .lastfont .b-tooltip {
  right: -25px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip {
  position: absolute;
  right: -15px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip {
    margin-left: 0px;
    top: 0px;
    left: 180px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip .b-tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #F5F5F5;
  color: #041E42;
  text-align: center;
  border: 2px solid #aaa;
  padding: 20px;
  position: absolute;
  z-index: 0;
  margin-top: 27px;
  margin-left: -220px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip .b-tooltiptext::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 88%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #aaa transparent;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip .b-desk-tooltip {
  width: 230px;
  right: -10px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip .b-desk-tooltip .content-asset {
  text-align: left;
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip .b-desk-tooltip .content-asset p.park-format-second {
  padding-top: 10px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-radio-with-font .b-tooltip:hover .b-tooltiptext {
  visibility: visible;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-label {
    width: 100%;
    min-width: unset;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-input {
  padding: 14px 12px 10px 12px;
  margin-bottom: 0px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  height: 44px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-input:-ms-input-placeholder {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #AAAAAA;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-input::placeholder {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #AAAAAA;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-bottom: unset;
  color: #000;
  margin-top: 40px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-input_info {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.96px;
  padding-top: 8px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-variation_input + .b-option-variation_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #041E42;
  padding: 10px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option-variation_input:checked + .b-option-variation_label {
  border: 0.8px solid #041E42;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option.m-text {
  margin-top: 24px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-option.m-text .b-option-title {
  margin-top: 0;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .m-text > div {
  margin-top: 12px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .error-text {
  color: red;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .m-color > div,
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .m-position > div {
  margin-top: 24px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .m-motif > div {
  margin-top: 0px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .m-font > div {
  margin-top: 16px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-color_swatch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-color_swatch-circle {
  width: 20px;
  height: 20px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-color_swatch-circle:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  margin: -2px;
  border: 1px solid #000;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-alignment-value {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-alignment-value {
    margin-left: 40px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-selection-label {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-selection-label {
    margin-left: 40px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-summary-price {
  text-align: end;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-summary-price-label {
  text-align: end;
  margin-right: 20px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-style {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation_dialog-error {
    display: inline-block;
    margin-top: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-field-background {
  background: #F6F9FC;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-summary-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 20px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-summary-header .b-personalisation-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #041E42;
  line-height: 17px;
  letter-spacing: 0.04em;
  width: 32%;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-field {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 20px 4px 20px;
  margin-bottom: 0px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-field .b-personalisation-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #041E42;
  line-height: 17px;
  letter-spacing: 0.04em;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-field .b-personalisation-value {
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-field .b-personalisation-summary-price {
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-price {
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 16px;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-price .b-personalisation-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  line-height: 19px;
  letter-spacing: 0.04em;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-personalisation-price .b-personalisation-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.04em;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-product_attributes-btn_block.b-add_btn_block {
  width: unset;
}
.b-personalisation_dialog .g-modal-dialog .b-personalisation_dialog-oc .b-product_attributes-btn_block.b-add_btn_block .b-product_attributes-add_button.b-single-add-to-cart {
  margin-bottom: unset !important;
}
.b-personalisation_dialog .g-modal-dialog .b-personal_attributes-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  top: 81px;
  position: absolute;
  width: 100%;
  counter-reset: section;
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-personalisation_dialog .g-modal-dialog .b-personal_attributes-list {
    width: 87%;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personal-attributes-motif {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-top: unset !important;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .b-personal-attributes-motif {
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-bottom: 20px;
  }
}
.b-personalisation_dialog .g-modal-dialog .b-personal-attributes-motif_button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .g-modal-dialog .b-personal-attributes-motif_button {
    margin-left: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .b-personal-attributes-motif_button {
    margin-left: -14px;
  }
}
.b-personalisation_dialog .g-modal-dialog .m-motif .b-option-add_button, .b-personalisation_dialog .g-modal-dialog .m-motif .b-option-remove_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #000;
  border-bottom: none;
  margin-top: 0px;
  font-style: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-left: unset;
  margin-top: 24px;
}
.b-personalisation_dialog .g-modal-dialog .g-modal-body .popup-close {
  display: block;
  position: unset;
  float: right;
  margin-top: 24px;
  margin-right: 30px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1365px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-body > div {
    max-width: 585px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1364px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-body > div {
    max-width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-body > div {
    max-width: 580px;
  }
}
.b-personalisation_dialog .g-modal-dialog .g-modal-dialog {
  height: auto;
}
@media screen and (min-width: 660px) and (max-width: 670px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-dialog {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .b-personalisation_dialog .g-modal-dialog {
    height: 100vh !important;
    position: fixed;
    top: 0px;
    right: 0;
  }
}
.b-personalisation_dialog .g-modal-dialog .g-modal-close {
  display: none;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 24px;
  margin-left: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-close {
    top: 28px;
  }
}
.b-personalisation_dialog .g-modal-dialog .g-modal-close .g-modal-close_button.close {
  color: #041E42;
  width: 17px;
  height: 16px;
}
.b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close {
  top: 0;
  left: 0px;
  width: 25px;
  height: 24px;
  margin-left: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close {
    width: 18px;
    height: 18px;
    margin-left: 0px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 860px) and (max-width: 1020px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close .g-modal-header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close::before {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
  }
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(135deg);
  }
}
@media screen and (min-width: 800px) and (max-width: 950px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close::before {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
  }
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(135deg);
  }
}
.b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close .g-modal-close_tooltip_button.close {
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 951x) and (max-width: 1020px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close .g-modal-close_tooltip_button.close::before {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
  }
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close .g-modal-close_tooltip_button.close::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 20px;
    height: 2px;
    background-color: #000;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-tooltip-close .g-modal-close_tooltip_button.close {
    display: none;
  }
}
@media screen and (min-width: 860px) and (max-width: 1020px) {
  .b-personalisation_dialog .g-modal-dialog .b-font_tooltip-modal .g-modal-content {
    padding: 30px;
    max-width: 650px;
  }
}
.b-personalisation_dialog .g-modal-dialog .g-modal-header {
  display: none;
}
.b-personalisation_dialog .g-modal-dialog .g-modal-header .g-modal-header_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  padding-top: 26px;
  height: 145px;
  text-align: center;
  color: #041E42;
  background-color: #C8D8EB;
  line-height: 29px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-header .g-modal-header_title {
    padding-top: 54px;
    height: 135px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-align: start;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .g-modal-dialog .g-modal-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .g-modal-content {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog .g-modal-content {
    min-height: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-img_default {
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
    width: 130%;
    left: -49px;
    position: relative;
    clip-path: inset(0px -10px -10px -10px);
    padding-bottom: 15px;
  }
}
.b-personalisation_dialog-img_default .b-personal_product {
  border: 0.7px solid #aaa;
  margin-right: 9px;
  width: 200px;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-img_default .b-personal_product {
    margin: auto;
    border: none;
    width: 328px;
    height: 188px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog-img_default .b-personal_product {
    width: 413px;
    height: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
  }
}
@media screen and (min-width: 860px) and (max-width: 1020px) {
  .b-personalisation_dialog-content {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-personalisation_dialog-image {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  min-width: 290px;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-image {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog-img_name {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog-img_name {
    margin-top: 16px;
  }
}
.b-personalisation_dialog-switch_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #000;
  background: transparent;
  border: none;
  cursor: text;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-switch_btn {
    margin-left: 49px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-personalisation_dialog-switch_btn {
    margin-left: -5px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog-switch_btn {
    letter-spacing: 0.6px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}
.b-personalisation_dialog-attributes {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog-attributes {
    padding: 0px;
  }
}
.b-personalisation_dialog-attributes ol {
  list-style: auto !important;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog-attributes ol {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-personalisation_dialog-attributes ol {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-btn_block {
    position: fixed;
    bottom: 0px;
    left: 2px;
    right: 2px;
    margin: 0;
    z-index: 1;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog-btn_block {
    padding: 10px 83px 10px 83px;
    background: #C8D8EB;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-personations_textbox {
    position: fixed;
    margin: 0px 15px 0px 15px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  .b-personalisation_dialog-personations_textbox {
    margin: 0px;
    padding: 10px 83px 10px 83px;
    background: #C8D8EB;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    max-width: 640px;
    right: 0 !important;
    left: auto;
  }
}
.b-personalisation_dialog-options {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog-options {
    -ms-flex-order: 2;
        order: 2;
  }
}
.b-personalisation_dialog_footer_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06em;
  padding-top: 13px;
  padding-bottom: 13px;
  border: none;
}
.b-personalisation_dialog-cancel_button {
  color: #041E42;
  background-color: #fff;
  text-transform: none;
  width: 277px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-cancel_button {
    width: 169px;
    color: #041E42;
    background-color: #C8D8EB;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  .b-personalisation_dialog-cancel_button {
    color: #041E42;
    background-color: #fff;
    text-transform: none;
    width: 277px;
  }
}
.b-personalisation_dialog-apply_button {
  color: #fff;
  background-color: #041E42;
  text-transform: none;
  margin-left: 10px;
  width: 277px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-apply_button {
    width: 169px;
    margin-left: 7px;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  .b-personalisation_dialog-apply_button {
    color: #fff;
    background-color: #041E42;
    text-transform: none;
    margin-left: 10px;
    width: 277px;
  }
}
.b-personalisation_dialog-finish_button {
  color: #fff;
  background-color: #041E42;
  text-transform: none;
  margin-left: 10px;
  width: 277px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-finish_button {
    width: 169px;
    margin-left: 7px;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  .b-personalisation_dialog-finish_button {
    color: #fff;
    background-color: #041E42;
    text-transform: none;
    margin-left: 10px;
    width: 277px;
  }
}
.b-personalisation_dialog-total {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog-total {
    margin: 24px 0 21px 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog-total {
    margin-top: 32px;
    margin-bottom: 24px;
    -ms-flex-order: 1;
        order: 1;
  }
}
@media screen and (min-width: 768px) {
  .b-personalisation_dialog-finish {
    -ms-flex-order: 3;
        order: 3;
  }
}
.b-personalisation_dialog-finish .b-personalisation_dialog-error {
  position: relative;
  top: 5px;
}
.b-personalisation_dialog-total_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.b-personalisation_dialog-total_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.b-personalisation_dialog-info {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  padding-top: 10px;
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-personalisation_dialog-info {
    padding-bottom: 10px;
  }
}
.b-personalisation_dialog .b-personalisation-text-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .b-personalisation_dialog .b-personalisation-text-error.b-text-display {
    display: block !important;
  }
}
.b-personalisation_dialog .b-personalisation-text-motif-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .b-personalisation_dialog .b-personalisation-text-motif-error {
    margin: 24px 0 10px 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 819px) {
  .b-personalisation_dialog .b-personalisation-text-motif-error {
    font-size: 16px;
  }
}
@media screen and (min-width: 820px) and (max-width: 822px) {
  .b-personalisation_dialog .b-personalisation-text-motif-error {
    font-size: 16px;
  }
}
@media screen and (min-width: 823px) and (max-width: 900px) {
  .b-personalisation_dialog .b-personalisation-text-motif-error {
    font-size: 16px;
  }
}

#ModalContainer .g-modal {
  overflow-y: hidden;
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
  .b-quick_view_dialog .g-modal-content {
    max-height: 400px;
    overflow: scroll;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .b-osp_options-radio-label::before {
    left: 3.6px !important;
    top: 0.6px !important;
  }
}

@media screen and (max-width: 767px) {
  html[lang=it] .b-personalisation_dialog-switcher {
    left: 52px;
  }
}
@media screen and (min-width: 660px) and (max-width: 670px) {
  html[lang=it] .b-personalisation_dialog-switcher {
    left: 50px;
  }
}
@media screen and (min-width: 390px) and (max-width: 430px) {
  html[lang=it] .b-personalisation_dialog-switcher {
    left: 50px;
  }
}

.g-modal-footer {
  height: 110px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .g-modal-footer {
    height: 106px;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .g-modal-footer {
    height: 80px;
  }
}
@media screen and (min-width: 370px) and (max-width: 380px) {
  .g-modal-footer {
    height: 270px;
  }
}
@media screen and (min-width: 820px) and (max-width: 821px) {
  .g-modal-footer {
    height: 170px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .g-modal-footer {
    height: 230px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  html[lang=fr] .b-osp_options-radio-label::before,
  html[lang=ja] .b-osp_options-radio-label::before,
  html[lang=it] .b-osp_options-radio-label::before,
  html[lang=de] .b-osp_options-radio-label::before {
    left: 3.6px !important;
    top: 0.3px !important;
    height: 9px !important;
    width: 9px !important;
  }
}

.b-personal_product-preview_content .motifs {
  width: 100%;
  height: 100%;
}

.b-correspondence_cards_short .svgmotif {
  height: 50px;
}

.b-personal_product {
  position: relative;
  overflow: hidden;
  width: 276px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b-personal_product {
    margin-right: 0px;
    margin-left: 0px;
    width: 310px;
    height: 210px;
  }
}
.b-personal_product-img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.b-personal_product.m-customizable .b-personal_product-img {
  position: absolute;
  max-width: none;
  max-height: none;
}
.b-personal_product.m-customizable .b-personal_product-position_preview {
  display: none;
}
.b-personal_product.m-customizable .b-personal_product-preview {
  height: 50%;
  width: 50%;
  top: 25%;
  left: 25%;
}
.b-personal_product.m-customizable .b-personal_product-preview.left {
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-personal_product.m-customizable .b-personal_product-preview.right {
  -ms-flex-align: end;
      align-items: flex-end;
}
.b-personal_product-preview {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.b-personal_product-preview_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.b-personal_product-preview.left .b-personal_product-preview_content {
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-personal_product-preview.centre .b-personal_product-preview_content {
  -ms-flex-align: center;
      align-items: center;
}
.b-personal_product-preview.right .b-personal_product-preview_content {
  -ms-flex-align: end;
      align-items: flex-end;
}
.b-personal_product-motif_preview {
  max-width: 64px;
  max-height: 64px;
}
.b-personal_product .svgmotif {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.b-personal_product-text_preview {
  line-height: normal;
}
.b-personal_product-position_preview {
  position: absolute;
  border: 1px dashed #c4d5e8;
}

.b-personal_attributes {
  counter-reset: section;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.b-personal_attributes-list_item {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  color: #000;
}
.b-personal_attributes-head {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
  color: #041E42;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-personal_attributes-list_item_option {
  position: relative;
}
.b-personal_attributes-list_item_option_circle {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 500;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  border: 2px solid #C8D8EB;
  border-radius: 50%;
  color: #041E42;
  background: #fff;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 15px;
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-personal_attributes-list_item_option_circle {
    margin: 30px 5px;
  }
}
.b-personal_attributes-list_item_option_circle:hover {
  color: #fff;
  background: #041E42;
}
.b-personal_attributes-list_item_option_circle::after {
  counter-increment: section;
  content: counter(section);
}
@media screen and (max-width: 767px) {
  .b-personal_attributes-list_item_option_circle {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 500;
    line-height: 14px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
    line-height: 17px;
  }
}
.b-personal_attributes-list_item_option.m-active {
  display: block;
}
.b-personal_attributes-list_item_option.m-active::after, .b-personal_attributes-list_item_option.m-active::before {
  display: none;
}
.b-personal_attributes-list_item_option.m-disable {
  pointer-events: none;
}
.b-personal_attributes-list_item_option.m-disable::after {
  display: none;
}
.b-personal_attributes_head_active .b-personal_attributes-list_item_option_circle {
  color: #fff;
  background: #041E42;
}
.b-personal_attributes-list_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .b-personal_attributes-list_title {
    left: 20px;
    top: 14px;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
  }
}
.b-personal_attributes-list_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  padding-top: 5px;
  color: #aaa;
}

@media screen and (min-width: 320px) and (max-width: 430px) {
  html[lang=fr] .b-personal_attributes-list_title {
    top: 0px;
    text-align: center;
    left: auto;
  }
}
@media screen and (min-width: 800px) and (max-width: 830px) {
  html[lang=fr] .b-personal_attributes-list_title {
    top: -10px;
    text-align: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 780px) {
  html[lang=fr] .b-personal_attributes-list_title {
    text-align: center;
    top: -8px;
  }
}
@media screen and (min-width: 900px) and (max-width: 920px) {
  html[lang=fr] .b-personal_attributes-list_title {
    text-align: center;
    top: -5px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1920px) {
  html[lang=fr] .b-personal_attributes-list_title {
    text-align: center;
    top: -5px;
  }
}

.b-option-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.b-option-personalise {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .b-option-personalise {
    font-family: "GillSansMTW05-Medium";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1.92px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-option-personalise {
    font-family: "GillSansMTW05-Medium";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 24px;
  }
}
.b-option-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .b-option-content {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    scrollbar-arrow-color: #c4d5e8;
    scrollbar-base-color: #f0f0f0;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #c4d5e8;
    scrollbar-highlight-color: #f0f0f0;
    scrollbar-shadow-color: #c4d5e8;
    padding-left: 5px;
    max-height: 240px;
  }
  .b-option-content::-webkit-scrollbar {
    width: 3px;
  }
  .b-option-content::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .b-option-content::-webkit-scrollbar-thumb {
    background: #c4d5e8;
    border-radius: 2px;
  }
  .b-option-content::-webkit-scrollbar-thumb:hover {
    background: #0b2171;
  }
}
.b-option-input {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  margin-bottom: 5px;
}
.b-option-input:-ms-input-placeholder {
  color: #a3a3a3;
}
.b-option-input::placeholder {
  color: #a3a3a3;
}
.b-option-input[type=search], .b-option-input[type=search]::-webkit-search-decoration, .b-option-input[type=search]::-webkit-search-cancel-button, .b-option-input[type=search]::-webkit-search-results-button, .b-option-input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.b-option-input[type=number] {
  -moz-appearance: textfield;
}
.b-option-input[type=number]::-webkit-outer-spin-button, .b-option-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-option-input:hover, .b-option-input:focus {
  border-bottom-color: #0b2171;
  outline: none;
  box-shadow: none;
}
.b-option-input.m-textarea {
  resize: none;
  height: 60px;
}
.b-option-input.is-invalid, .b-option-input.m-error {
  border-color: #de0000;
}
.b-option-input.is-invalid:hover, .b-option-input.is-invalid:focus, .b-option-input.m-error:hover, .b-option-input.m-error:focus {
  border-color: #de0000;
}
.b-option-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.b-option-input::-ms-clear {
  display: none;
}
.b-option-input_info {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  color: #aaa;
}
.b-option-add_button, .b-option-remove_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-option-add_button:focus, .b-option-remove_button:focus {
  outline: none;
}
.b-option-add_button.disabled, .b-option-add_button.m-disabled, .b-option-add_button:disabled, .b-option-remove_button.disabled, .b-option-remove_button.m-disabled, .b-option-remove_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-option-add_button:hover, .b-option-add_button:active, .b-option-add_button:focus, .b-option-remove_button:hover, .b-option-remove_button:active, .b-option-remove_button:focus {
  text-decoration: none;
}
.b-option-add_button:not(:disabled):active, .b-option-remove_button:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-option-add_button:not(:disabled):hover, .b-option-remove_button:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-option-remove_button {
  margin-left: 20px;
}
.b-option-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 15px;
}
.b-option .js-font-type label.b-option-radio-label {
  font-weight: bold !important;
}
.b-option-radio {
  position: relative;
  display: inline-block;
  display: block;
  margin-bottom: 20px;
}
.m-acc-on .b-option-radio-input:focus ~ .b-option-radio-label::after {
  box-shadow: 0 0 3px 3px #c4d5e8 !important;
}
.b-option-radio-input:checked ~ .b-option-radio-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
}
.b-option-radio-input:checked ~ .b-option-radio-label::after {
  border-color: #0b2171;
}
.b-option-radio-input:checked ~ .b-option-radio-label::before {
  display: block;
}
.b-option-radio-input:invalid ~ .b-option-radio-label::after, .b-option-radio-input.m-error ~ .b-option-radio-label::after {
  border-color: #de0000;
}
.b-option-radio-input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.b-option-radio-label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding-left: 25px;
}
.b-option-radio-label::after, .b-option-radio-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
}
.b-option-radio-label::after {
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #c4d5e8;
}
.b-option-radio-label::before {
  left: 5px;
  top: 0;
  height: 6px;
  width: 6px;
  background-color: #0b2171;
  display: none;
}
.b-option-radio-label:hover::after {
  border: 2px solid #0b2171;
}
@media screen and (max-width: 767px) {
  .b-option-radio {
    margin-bottom: 13px;
  }
}
.b-option-radio_field_label {
  letter-spacing: normal;
}
.b-option-color_input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.m-acc-on .b-option-color_input:focus + .b-option-color_label {
  box-shadow: 0 0 3px 1px #c4d5e8;
}
.b-option-color_input:checked + .b-option-color_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-option.m-color .b-option-color_field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.b-option.m-color .b-option-color_label {
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 768px) {
  .b-option.m-text .b-product_attributes-variation {
    margin-right: -15px;
  }
}
.b-option.m-text .b-product_attributes-variation_item {
  border-color: #000;
  width: auto;
  margin: 0 13px 24px 0;
  color: #041E42;
  text-align: center;
  font-family: "Gill Sans Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.b-option.m-text .b-product_attributes-variation_item:hover {
  background: #0b2171;
  border-color: #0b2171;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .b-option.m-text .b-option-content {
    max-height: 285px;
  }
}
.b-option.m-font .b-option-label {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .b-option.m-motif .b-option-content {
    padding-right: 0;
  }
}
.b-option.m-motif .b-option-label {
  margin-bottom: 15px;
}
.b-option-motif_icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b-option-motif_icons {
    margin: 0px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.b-option-motif_icons_item {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  margin: 0px 19px 19px 0px;
}
@media screen and (max-width: 767px) {
  .b-option-motif_icons_item {
    height: auto;
    margin: 0px 15px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-option-motif_icons_item {
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .b-option-motif_icons_item:hover {
    border: 1px solid #c4d5e8;
    transition-delay: 2s;
    transform: scale(2);
  }
}
.b-option-motif_icons_item.m-active {
  border: 0.6px solid #407EC9;
}
@media screen and (max-width: 767px) {
  .b-option-motif_icons_item #svgMotifHW {
    height: 35px;
    width: 35px;
  }
}
.b-option-motif_icons_item svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-option-motif_icons_item svg {
    height: 50px;
    width: 50px;
  }
}
.b-option .svgmotif {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.b-option .motifs {
  pointer-events: none;
  height: 26px;
  width: 24px;
}
.b-option-variation {
  display: -ms-flexbox;
  display: flex;
}
.b-option-variation_input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.b-option-variation_input + .b-option-variation_label {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  margin: 0 15px 15px 0;
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #C2C2C2;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  cursor: pointer;
}
.b-option-variation_input + .b-option-variation_label:hover {
  text-decoration: none;
}
.b-option-variation_input + .b-option-variation_label:hover, .b-option-variation_input + .b-option-variation_label.m-active {
  border-color: #041E42;
}
.m-acc-on .b-option-variation_input:focus + .b-option-variation_label {
  box-shadow: 0 0 2px 1px #c4d5e8;
}
.b-option-variation_input:checked + .b-option-variation_label {
  border: 1px solid #0b2171;
  cursor: default;
}

.b-personalisation {
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-personalisation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.b-personalisation-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.b-personalisation-edit_btn_block {
  margin-bottom: 30px;
  width: max-content;
}
.b-personalisation-edit_btn, .b-personalisation-remove_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 0 20px 0 0;
  padding: 0;
}
.b-personalisation-edit_btn:focus, .b-personalisation-remove_btn:focus {
  outline: none;
}
.b-personalisation-edit_btn.disabled, .b-personalisation-edit_btn.m-disabled, .b-personalisation-edit_btn:disabled, .b-personalisation-remove_btn.disabled, .b-personalisation-remove_btn.m-disabled, .b-personalisation-remove_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-personalisation-edit_btn:hover, .b-personalisation-edit_btn:active, .b-personalisation-edit_btn:focus, .b-personalisation-remove_btn:hover, .b-personalisation-remove_btn:active, .b-personalisation-remove_btn:focus {
  text-decoration: none;
}
.b-personalisation-edit_btn:not(:disabled):active, .b-personalisation-remove_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-personalisation-edit_btn:not(:disabled):hover, .b-personalisation-remove_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-personalisation-field {
  margin-bottom: 15px;
}
.b-personalisation-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
}
.b-personalisation-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-personalisation-total_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
}
.b-personalisation-total_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
}
.b-personalisation-value_wrap {
  display: inline-block;
  vertical-align: top;
}
.b-personalisation-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-personalisation-value.m-multiline {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.b-personalisation-value.m-multiline:last-child {
  padding-bottom: 0;
}

.pdp-personalisation {
  /* tooltip positioning */
  /* tip styling */
}
@media screen and (max-width: 767px) {
  .pdp-personalisation {
    display: none;
  }
}
.pdp-personalisation-summary-header-desk {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}
.pdp-personalisation-header-title {
  font-size: 18px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}
.pdp-personalisation-summry:nth-child(even) {
  background: #F5F5F5;
}
.pdp-personalisation-summry:nth-child(odd) {
  background: #fff;
}
.pdp-personalisation-final-price {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.pdp-personalisation-total_price {
  width: 50%;
  float: right;
  text-align: right;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-personalisation-total_label {
  width: 50%;
  float: left;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-personalisation-preview_btn {
  width: 32%;
  border: 1px solid #407EC9;
  background-color: #407EC9;
  padding: 9px 0px 7px;
  font-size: 18px;
  color: #fff;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 1px;
  cursor: pointer;
}
.pdp-personalisation-preview_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .pdp-personalisation-preview_btn {
    width: 31%;
  }
}
.pdp-personalisation-edit_btn {
  width: 32%;
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 9px 0px 7px;
  font-size: 18px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 1px;
  cursor: pointer;
}
.pdp-personalisation-edit_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .pdp-personalisation-edit_btn {
    width: 31%;
  }
}
.pdp-personalisation-remove_btn {
  width: 31.4%;
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 9px 0px 7px;
  font-size: 18px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 1px;
  cursor: pointer;
}
.pdp-personalisation-remove_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .pdp-personalisation-remove_btn {
    width: 31%;
  }
}
.pdp-personalisation-wrapper {
  width: 100%;
  float: left;
  margin-top: 17px;
}
.pdp-personalisation-wrapper .pdp-personalisation-price {
  float: left;
  font-size: 16px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #041E42;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-wrapper .pdp-personalisation-price {
    font-size: 14px;
    padding-top: 5px;
  }
}
.pdp-personalisation-wrapper .pdp-personalisation-tooltip {
  float: right;
}
.pdp-personalisation-wrapper .pdp-personalisation-edit_btn_block {
  float: left;
  width: 100%;
  margin: 10px 0px 18px;
}
.pdp-personalisation-tooltip {
  --tooltip-background: #AAAAAA;
  --tooltip-color: $white;
  --toolitp-width: 290px;
  --tooltip-padding: 20px;
  --tooltip-zindex: 10;
  --tooltip-tip-width: 8px;
  --tooltip-offset: 15px;
  --tooltip-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  --tooltip-border-radius: 5px;
  position: relative;
  display: inline-block;
}
.pdp-personalisation-tooltip .pdp-personalisation-field-desk {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}
.pdp-personalisation-tooltip span {
  width: 33.33%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-personalisation-tooltip .pdp-personalisation-alignment-value {
  margin-left: 50px;
  font-size: 12px;
  color: #041E42;
}
.pdp-personalisation-tooltip .pdp-personalisation-summary-price-label {
  text-align: right;
}
.pdp-personalisation-tooltip .pdp-personalisation-summary-price {
  text-align: right;
  font-size: 12px;
  color: #041E42;
}
.pdp-personalisation-tooltip .pdp-personalisation-price {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 20px;
  padding-bottom: 0px;
}
.pdp-personalisation-tooltip .pdp-personalisation-price span {
  width: auto;
  font-size: 16px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.pdp-personalisation-tooltip .pdp-personalisation-summary-label {
  font-size: 14px;
  color: #041E42;
}
.pdp-personalisation-tooltip .pdp-personalisation-label {
  font-size: 14px;
  color: #041E42;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-tooltip .pdp-personalisation-selection-label {
    margin-left: 33px !important;
  }
}
.pdp-personalisation-tooltip-content {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 385px;
  background: #F5F5F5;
  border: 2px solid #AAAAAA;
  z-index: 10;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-tooltip-content {
    width: 292px;
  }
}
.pdp-personalisation-tooltip-content.active {
  visibility: visible;
  opacity: 1;
}
.pdp-personalisation-tooltip-content.top {
  top: 34px;
  left: 50%;
  margin: 0 0 15px 0;
  padding: 15px 20px;
}
.pdp-personalisation-tooltip-content.bottom {
  top: 100%;
  left: 50%;
  margin: 15px 0 0 0;
}
.pdp-personalisation-tooltip-content.left {
  top: 34px;
  right: 0;
  margin: 0 0 15px 0;
  padding: 15px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-tooltip-content.left {
    top: 32px;
  }
}
.pdp-personalisation-tooltip-content.right {
  top: 50%;
  left: 100%;
  margin: 0 0 0 15px;
  transform: translate(0, -50%);
}
.pdp-personalisation-tooltip-content::after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.pdp-personalisation-tooltip-content.top::after {
  top: calc(-1 * var(--tooltip-tip-width));
  right: 30px;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-personalisation-tooltip-content.bottom::after {
  top: calc(-1 * var(--tooltip-tip-width));
  left: 50%;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
}
.pdp-personalisation-tooltip-content.right::after {
  top: 50%;
  left: calc(-1 * var(--tooltip-tip-width));
  right: auto;
  margin-top: calc(-1 * var(--tooltip-tip-width));
  border-top: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid transparent;
  border-left: 0;
  border-right: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-personalisation-tooltip-content.left::after {
  top: calc(-1 * var(--tooltip-tip-width));
  right: 30px;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-personalisation-tooltip-button {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  background-color: transparent;
  border-color: transparent;
  text-align: right;
  float: right;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-personalisation-tooltip-button::before {
  content: "";
  position: absolute;
  margin-left: -24px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url("../images/summary.svg") no-repeat;
  background-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-tooltip-button::before {
    margin-left: -20px;
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-personalisation-tooltip-button {
    font-size: 14px;
  }
}

.pdp-mob-personalisation {
  float: left;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .pdp-mob-personalisation {
    display: block;
  }
}

.pdp-personalisation-mob-edit_btn_block {
  float: right;
  margin-bottom: 16px;
}
.pdp-personalisation-mob-preview_btn {
  border: 1px solid #407EC9;
  background-color: #407EC9;
  padding: 10px 8px;
  font-size: 12px;
  color: #fff;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
}
.pdp-personalisation-mob-preview_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}
.pdp-personalisation-mob-edit_btn {
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 10px 8px;
  font-size: 12px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
}
.pdp-personalisation-mob-edit_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}
.pdp-personalisation-mob-remove_btn {
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 10px 8px;
  font-size: 12px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
}
.pdp-personalisation-mob-remove_btn:hover {
  background-color: #407EC9;
  border-color: #407EC9;
  color: #fff;
}

.b-personalisation-mob-title {
  float: left;
  font-size: 18px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-top: 6px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-personalisation-mob-alignment-value {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .b-personalisation-mob-alignment-value {
    margin-left: 40px;
  }
}
.b-personalisation-mob-selection-label {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .b-personalisation-mob-selection-label {
    margin-left: 40px;
  }
}
.b-personalisation-mob-summary-price {
  text-align: end;
}
.b-personalisation-mob-summary-price-label {
  text-align: end;
  margin-right: 20px;
}
.b-personalisation-mob-style {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .b-personalisation-mob_dialog-error {
    font-size: 14px;
  }
}
.b-personalisation-mob-field-background {
  background: #F6F9FC;
}
.b-personalisation-mob-summary-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 20px;
}
.b-personalisation-mob-summary-header .b-personalisation-mob-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #041E42;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.04em;
  width: 32%;
}
.b-personalisation-mob-field {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 10px 4px 10px;
  margin-bottom: 0px;
}
.b-personalisation-mob-field .b-personalisation-mob-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  color: #041E42;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.04em;
}
.b-personalisation-mob-field .b-personalisation-mob-value {
  letter-spacing: 0.06em;
  line-height: 16px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
}
.b-personalisation-mob-field .b-personalisation-mob-summary-price {
  letter-spacing: 0.06em;
}
.b-personalisation-mob-price {
  padding-top: 20px;
  padding-bottom: 20px;
}
.b-personalisation-mob-price .b-personalisation-mob-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.04em;
  width: 50%;
}
.b-personalisation-mob-price .b-personalisation-mob-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #041E42;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.04em;
  width: 50%;
  float: right;
  text-align: right;
}
.b-personalisation-mob-personal-price {
  padding-top: 20px;
  padding-bottom: 0px;
}
.b-personalisation-mob-personal-price .b-personalisation-mob-personal-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.04em;
  width: 50%;
}
.b-personalisation-mob-personal-price .b-personalisation-mob-personal-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.04em;
  width: 50%;
  float: right;
  text-align: right;
}

html[lang=de] .pdp-personalisation-wrapper .pdp-personalisation-price {
  margin-top: 7px;
}

html[lang=ja] .pdp-personalisation-wrapper {
  margin-top: 20px;
}
html[lang=ja] .pdp-personalisation-wrapper .pdp-personalisation-price {
  margin-top: 7px;
}

.l-body-page[data-action=Home-Show] .b-personalisation,
.l-body-page[data-action=Page-Show] .b-personalisation,
.l-body-page[data-action=Search-Show] .b-personalisation,
.l-body-page[data-action=Product-Show] .b-personalisation,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation {
  color: #000;
  border-radius: 3px;
  background: #C9D8EA;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Home-Show] .b-personalisation-wrapper,
  .l-body-page[data-action=Page-Show] .b-personalisation-wrapper,
  .l-body-page[data-action=Search-Show] .b-personalisation-wrapper,
  .l-body-page[data-action=Product-Show] .b-personalisation-wrapper,
  .l-body-page[data-action=Product-ShowInCategory] .b-personalisation-wrapper,
  .l-body-page[data-action=Product-GlobaleShow] .b-personalisation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-body-page[data-action=Home-Show] .b-personalisation-title,
  .l-body-page[data-action=Page-Show] .b-personalisation-title,
  .l-body-page[data-action=Search-Show] .b-personalisation-title,
  .l-body-page[data-action=Product-Show] .b-personalisation-title,
  .l-body-page[data-action=Product-ShowInCategory] .b-personalisation-title,
  .l-body-page[data-action=Product-GlobaleShow] .b-personalisation-title {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-bottom: 4px;
    margin-left: 9px;
    padding-top: 6px;
  }
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn_block,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn_block,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn_block,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn_block,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn_block,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn_block {
  margin-bottom: 30px;
  width: max-content;
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 0 20px 0 0;
  padding: 0;
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:focus, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:focus {
  outline: none;
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn.disabled, .l-body-page[data-action=Home-Show] .b-personalisation-edit_btn.m-disabled, .l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:disabled, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn.disabled, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn.m-disabled, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn.disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn.m-disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn.disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn.m-disabled,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn.disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn.m-disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn.disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn.m-disabled,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn.disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn.m-disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn.disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn.m-disabled,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn.disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn.m-disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn.disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn.m-disabled,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn.disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn.m-disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn.disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn.m-disabled,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:hover, .l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:active, .l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:focus, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:hover, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:active, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:hover,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:active,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:hover,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:active,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:hover,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:active,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:hover,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:active,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:hover,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:active,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:hover,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:active,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:hover,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:active,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:hover,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:active,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:focus,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:hover,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:active,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:focus,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:hover,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:active,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:focus {
  text-decoration: none;
}
.l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:not(:disabled):active, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:not(:disabled):active,
.l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:not(:disabled):active,
.l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:not(:disabled):active,
.l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:not(:disabled):active,
.l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:not(:disabled):active,
.l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:not(:disabled):active,
.l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:not(:disabled):active,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:not(:disabled):active,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:not(:disabled):active,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:not(:disabled):active,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .l-body-page[data-action=Home-Show] .b-personalisation-edit_btn:not(:disabled):hover, .l-body-page[data-action=Home-Show] .b-personalisation-remove_btn:not(:disabled):hover,
  .l-body-page[data-action=Page-Show] .b-personalisation-edit_btn:not(:disabled):hover,
  .l-body-page[data-action=Page-Show] .b-personalisation-remove_btn:not(:disabled):hover,
  .l-body-page[data-action=Search-Show] .b-personalisation-edit_btn:not(:disabled):hover,
  .l-body-page[data-action=Search-Show] .b-personalisation-remove_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-Show] .b-personalisation-edit_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-Show] .b-personalisation-remove_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-ShowInCategory] .b-personalisation-edit_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-ShowInCategory] .b-personalisation-remove_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-GlobaleShow] .b-personalisation-edit_btn:not(:disabled):hover,
  .l-body-page[data-action=Product-GlobaleShow] .b-personalisation-remove_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.l-body-page[data-action=Home-Show] .b-personalisation-field,
.l-body-page[data-action=Page-Show] .b-personalisation-field,
.l-body-page[data-action=Search-Show] .b-personalisation-field,
.l-body-page[data-action=Product-Show] .b-personalisation-field,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-field,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-field {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-body-page[data-action=Home-Show] .b-personalisation-field,
  .l-body-page[data-action=Page-Show] .b-personalisation-field,
  .l-body-page[data-action=Search-Show] .b-personalisation-field,
  .l-body-page[data-action=Product-Show] .b-personalisation-field,
  .l-body-page[data-action=Product-ShowInCategory] .b-personalisation-field,
  .l-body-page[data-action=Product-GlobaleShow] .b-personalisation-field {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    padding-bottom: 4px;
    margin-left: 9px;
  }
}
.l-body-page[data-action=Home-Show] .b-personalisation-label,
.l-body-page[data-action=Page-Show] .b-personalisation-label,
.l-body-page[data-action=Search-Show] .b-personalisation-label,
.l-body-page[data-action=Product-Show] .b-personalisation-label,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-label,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
}
.l-body-page[data-action=Home-Show] .b-personalisation-price,
.l-body-page[data-action=Page-Show] .b-personalisation-price,
.l-body-page[data-action=Search-Show] .b-personalisation-price,
.l-body-page[data-action=Product-Show] .b-personalisation-price,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-price,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.l-body-page[data-action=Home-Show] .b-personalisation-total_label,
.l-body-page[data-action=Page-Show] .b-personalisation-total_label,
.l-body-page[data-action=Search-Show] .b-personalisation-total_label,
.l-body-page[data-action=Product-Show] .b-personalisation-total_label,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-total_label,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-total_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
}
.l-body-page[data-action=Home-Show] .b-personalisation-total_price,
.l-body-page[data-action=Page-Show] .b-personalisation-total_price,
.l-body-page[data-action=Search-Show] .b-personalisation-total_price,
.l-body-page[data-action=Product-Show] .b-personalisation-total_price,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-total_price,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-total_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
}
.l-body-page[data-action=Home-Show] .b-personalisation-value_wrap,
.l-body-page[data-action=Page-Show] .b-personalisation-value_wrap,
.l-body-page[data-action=Search-Show] .b-personalisation-value_wrap,
.l-body-page[data-action=Product-Show] .b-personalisation-value_wrap,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-value_wrap,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-value_wrap {
  display: inline-block;
  vertical-align: top;
}
.l-body-page[data-action=Home-Show] .b-personalisation-value,
.l-body-page[data-action=Page-Show] .b-personalisation-value,
.l-body-page[data-action=Search-Show] .b-personalisation-value,
.l-body-page[data-action=Product-Show] .b-personalisation-value,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-value,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-weight: 400;
}
.l-body-page[data-action=Home-Show] .b-personalisation-value.m-multiline,
.l-body-page[data-action=Page-Show] .b-personalisation-value.m-multiline,
.l-body-page[data-action=Search-Show] .b-personalisation-value.m-multiline,
.l-body-page[data-action=Product-Show] .b-personalisation-value.m-multiline,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-value.m-multiline,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-value.m-multiline {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.l-body-page[data-action=Home-Show] .b-personalisation-value.m-multiline:last-child,
.l-body-page[data-action=Page-Show] .b-personalisation-value.m-multiline:last-child,
.l-body-page[data-action=Search-Show] .b-personalisation-value.m-multiline:last-child,
.l-body-page[data-action=Product-Show] .b-personalisation-value.m-multiline:last-child,
.l-body-page[data-action=Product-ShowInCategory] .b-personalisation-value.m-multiline:last-child,
.l-body-page[data-action=Product-GlobaleShow] .b-personalisation-value.m-multiline:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .b-product_attributes .b-osp_attributes-btn_block {
    position: fixed;
    bottom: 0;
    width: 100vw;
    margin-bottom: 0;
    right: 50%;
    margin-right: -50vw;
    z-index: 11;
    background-color: #fff;
  }
  .b-product_attributes .b-product_attributes-edit_button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49.5%;
    border: 1px solid black;
    margin-top: 0;
    background-color: white;
    color: black;
  }
  .b-product_attributes .b-osp_attributes-personalise_button, .b-product_attributes .b-product_attributes-osp_add_button, .b-product_attributes .b-product_attributes-edit_button {
    margin-bottom: 0;
  }
  .l-product-nav_col {
    display: block !important;
  }
  .b-osp-stepper-mobile {
    background: linear-gradient(#c4d5e9 65%, transparent 35%);
    margin: 0 -34px 10px;
    padding-top: 15px;
  }
  .hm-hide-mobile-tablet {
    display: none !important;
  }
  .b-osp_options-accordion_item .b-osp_options-accordion .g-accordion-content.show {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-stepper-mobile {
    margin: -10px -20px 10px;
  }
}
.hm-hide {
  display: none;
}

@media (min-width: 1024px) {
  .b-product_attributes-edit_button {
    display: none;
  }
}
.b-osp-stepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px 110px !important;
  margin: 0 0 0px !important;
  font-family: "GillSansMTW05-Medium";
}
@media screen and (max-width: 767px) {
  .b-osp-stepper .js-stepper {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp-stepper {
    margin: 0 0 50px !important;
    padding: 0px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .b-osp-stepper {
    padding: 0px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-osp-stepper {
    margin: 0 0 20px !important;
  }
}
.b-osp-stepper_label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  margin: 0 30px 0 0;
  font-size: 14px;
}
.b-osp-stepper_label + .selectric-js-custom_select {
  margin-top: 13px;
}
.b-osp-stepper_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  justify-content: center;
  top: 55px;
  position: absolute;
  width: 100%;
  counter-reset: section;
}
@media screen and (min-width: 730px) and (max-width: 740px) {
  .b-osp-stepper_list {
    left: 0;
    top: 25px;
  }
}
@media screen and (min-width: 800px) and (max-width: 819px) {
  .b-osp-stepper_list {
    left: 0;
    top: 75px;
  }
}
@media screen and (min-width: 835px) and (max-width: 840px) {
  .b-osp-stepper_list {
    left: 0;
    top: 75px;
  }
}
@media screen and (min-width: 660px) and (max-width: 670px) {
  .b-osp-stepper_list {
    left: 0;
    top: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-osp-stepper_list {
    top: 102px;
    left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .b-osp-stepper_list {
    left: 0;
    top: 75px;
  }
}
.b-osp-stepper_list_item {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  padding: 10px;
  min-height: auto;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  margin-right: 30px;
  padding: 0px !important;
  color: rgba(0, 0, 0, 0.3);
  height: auto;
  cursor: pointer;
}
.b-osp-stepper_list_item .b-personal_attributes {
  counter-reset: section;
  -ms-flex-align: center;
      align-items: center;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option {
  position: relative;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option_circle {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 500;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  border: 2px solid #C8D8EB;
  border-radius: 50%;
  color: #041E42;
  background: #fff;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  top: 50px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option_circle:hover {
  color: #fff;
  background: #041E42;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option_circle:active {
  color: #fff;
  background: #041E42;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option_circle::after {
  counter-increment: section;
  content: counter(section);
}
@media screen and (max-width: 767px) {
  .b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option_circle {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 500;
    line-height: 14px;
    margin-left: 0px;
    width: 40px;
    height: 40px;
    line-height: 17px;
  }
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option.m-active {
  display: block;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option.m-active::after, .b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option.m-active::before {
  display: none;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option.m-disable {
  pointer-events: none;
}
.b-osp-stepper_list_item .b-personal_attributes-list_item_osp_option.m-disable::after {
  display: none;
}
.b-osp-stepper_list_item .b-personal_attributes-list_osp_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  text-transform: capitalize;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .b-osp-stepper_list_item .b-personal_attributes-list_osp_title {
    font-size: 10px;
    bottom: -5px;
    line-height: 12px;
  }
}
.b-osp-stepper_list_item:focus {
  outline: none;
}
.b-osp-stepper_list_item.disabled, .b-osp-stepper_list_item.m-disabled, .b-osp-stepper_list_item:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp-stepper_list_item:hover, .b-osp-stepper_list_item:active, .b-osp-stepper_list_item:focus {
  text-decoration: none;
}
.b-osp-stepper_list_item:not(:disabled):active {
  opacity: 0.7;
}
@media (hover: hover) {
  .b-osp-stepper_list_item:not(:disabled):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-stepper_list_item {
    margin: 0px 10px;
    height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-stepper_list_item {
    background-color: transparent;
    border: transparent;
    height: 100px;
    width: 100px;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    color: black;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-osp-stepper_list_item {
    background-color: transparent !important;
    border: transparent !important;
    height: 60px !important;
    width: 60px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-osp-stepper_list_item {
    margin: 4px 10px !important;
  }
}
.b-osp-stepper_list_item.m-active {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  cursor: pointer;
}
.b-osp-stepper_list_item.m-active:focus {
  outline: none;
}
.b-osp-stepper_list_item.m-active.disabled, .b-osp-stepper_list_item.m-active.m-disabled, .b-osp-stepper_list_item.m-active:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp-stepper_list_item.m-active:hover, .b-osp-stepper_list_item.m-active:active, .b-osp-stepper_list_item.m-active:focus {
  text-decoration: none;
}
.b-osp-stepper_list_item.m-active:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-osp-stepper_list_item.m-active:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-stepper_list_item.m-active {
    background-color: #dde6f2;
    border: 2px solid #c4d5e9;
    height: 100px;
    width: 100px;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    color: black;
  }
}
.b-osp-stepper_list_item.m-current {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border-bottom-color: #000;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .b-osp-stepper_list_item.m-current {
    background: transparent !important;
    border: transparent !important;
  }
}

.b-osp-stepper_list_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: end;
  max-height: 70px;
}
.b-osp-stepper_list_item:hover {
  opacity: 1 !important;
}
.b-osp-stepper_list_item:active {
  opacity: 1 !important;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-stepper_list_item.m-active {
    margin: 4px 10px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-osp-stepper_list_item.m-active {
    margin: 4px 10px !important;
  }
}
.b-osp-stepper_list_item.m-active .b-personal_attributes-list_item_osp_option_circle {
  color: #fff;
  background: #041E42;
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-stepper_list_item.m-active .b-personal_attributes-list_item_osp_option_circle {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-stepper_list_item {
    background-color: transparent !important;
    border-color: transparent !important;
    height: 60px !important;
    width: 60px !important;
    margin: 4px 10px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-stepper_list_item {
    background-color: transparent !important;
    border-color: transparent !important;
    height: 40px !important;
    width: 50px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-osp-stepper_list_item {
    margin: 4px 10px !important;
  }
}

.b-osp-stepper_list_item.m-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: end;
  border-bottom: transparent;
  max-height: 70px;
}

.b-personal_attributes_head_active .b-personal_attributes-list_item_osp_option_circle {
  color: #fff;
  background: #041E42;
}

html[lang=de] .b-osp-stepper_list_item .b-personal_attributes-list_osp_title {
  line-height: 18px;
}

@media screen and (min-width: 1024px) and (max-width: 1050px) {
  html[lang=fr] .b-osp-stepper_list_item .b-personal_attributes-list_osp_title {
    line-height: 18px;
  }
}

.b-osp-product-personalisation-modal .g-modal-close {
  left: 20px;
  width: 25px;
  height: 24px;
}
@media (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-close {
    width: 16px;
    height: 16px;
    left: 15px;
    top: 54px;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-product-personalisation-modal .g-modal-close {
    top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product-personalisation-modal .g-modal-close {
    top: 30px;
  }
}
.b-osp-product-personalisation-modal .g-modal-header {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.b-osp-product-personalisation-modal .g-modal-header .g-modal-header_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: normal;
  padding-top: 26px;
  height: 145px;
  text-align: center;
  color: #041E42;
  background-color: #C8D8EB;
  line-height: 29px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-product-personalisation-modal .g-modal-header .g-modal-header_title {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-header .g-modal-header_title {
    height: 135px;
    text-align: left;
    padding-left: 45px;
    padding-top: 50px;
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-product-personalisation-modal .g-modal-header .g-modal-header_title {
    height: 100px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product-personalisation-modal .g-modal-header .g-modal-header_title {
    text-align: left;
    padding-left: 55px;
    font-size: 20px;
  }
}
.b-osp-product-personalisation-modal .g-modal-body {
  width: 100%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp-product-personalisation-modal .g-modal-body .b-personalisation_dialog-total_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.b-osp-product-personalisation-modal .g-modal-body .b-personalisation_dialog-total_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
.b-osp-product-personalisation-modal .g-modal-body .b-osp-product_preview {
  position: relative;
}
.b-osp-product-personalisation-modal .g-modal-body .add-osp-zoom {
  overflow: hidden;
}
.b-osp-product-personalisation-modal .g-modal-body .b-osp_zoom_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.b-osp-product-personalisation-modal .g-modal-body .b-osp_zoom_btn button {
  background: #C4D5E8;
  padding: 10px 17px 7px 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 0px;
  text-transform: capitalize;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp-product-personalisation-modal .g-modal-body .b-osp_zoom_btn button::before {
  content: "";
  position: absolute;
  margin-left: -20px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url("../images/zoom-in-out-icon.svg") no-repeat;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-body .b-osp_zoom_btn button::before {
    background-size: 12px;
    margin-left: -16px;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-body .b-osp_zoom_btn button {
    padding: 7px 5px 7px 25px;
    font-size: 10px;
  }
}
.b-osp-product-personalisation-modal .l-product-images_col {
  width: 100%;
  max-width: 564px;
  height: 100%;
}
.b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable {
  translate: 0px 130px 0px;
}
.b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable .b-correspondence_cards_long-name, .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable .b-correspondence_cards_long-address, .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable .b-correspondence_cards_long-email {
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable {
    translate: 0px 0px 0px;
  }
}
@media screen and (min-width: 1499px) and (max-width: 1920px) {
  .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable {
    translate: 0px 190px 0px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable {
    translate: 0px 180px 0px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1000px) {
  .b-osp-product-personalisation-modal .l-product-images_col .m-osp-customizable {
    translate: 0px 20px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-osp-product-personalisation-modal .l-product-images_col {
    min-height: 327px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product-personalisation-modal .l-product-images_col {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .b-osp-product-personalisation-modal .l-product-images_col .js-product-preview {
    max-height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .l-product-images_col {
    height: 100%;
    max-width: 100%;
  }
  .b-osp-product-personalisation-modal .l-product-images_col .js-product-preview {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .b-osp-product-personalisation-modal .l-product-images_col #tabProduct {
    max-height: 327px !important;
  }
}
.b-osp-product-personalisation-modal .l-product-details {
  margin-bottom: 0px;
  padding-top: 0px;
}
.b-osp-product-personalisation-modal .l-product-nav_col {
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
}
.b-osp-product-personalisation-modal .g-modal-dialog {
  margin-right: 0px;
  -ms-flex-pack: end;
      justify-content: end;
  max-width: 730px;
  margin: 0 auto;
  height: 100vh;
  float: right;
  -ms-flex-align: inherit;
      align-items: inherit;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 730px;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
    width: 540px !important;
  }
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-content .js-osp-step-container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-content .js-osp-step-container .js-summary-image {
  width: 33.33%;
  margin-right: 8px;
  padding: 13px 0px 10px;
  border: none;
  background: #C8D8EB;
  cursor: pointer;
  color: #041E42;
  font-size: 14px;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-content .js-osp-step-container .js-summary-image:last-child {
  margin-right: 0;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-content .js-osp-step-container .js-summary-active {
  background: #407EC9;
  color: #FFFFFF;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #ffffff;
  padding: 20px 83px;
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 819px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
    padding: 5px 83px 30px;
  }
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-attributes {
  -ms-flex-item-align: inherit;
      -ms-grid-row-align: inherit;
      align-self: inherit;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-attributes .l-product-nav_col {
  padding-right: 0;
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog {
    min-width: 430px;
  }
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-btn_block {
  padding: 10px 83px 10px 83px;
  background: #C8D8EB;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-btn_block {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-btn_block {
    max-width: 670px;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-btn_block {
    height: 80px !important;
    max-width: 540px !important;
    right: 0 !important;
    left: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-btn_block {
    min-height: 80px;
  }
}
.b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-total_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp-product-personalisation-modal .g-modal-dialog .js-osp-dialog-total {
  position: absolute;
  padding-top: 28px;
  right: 40px;
  top: 0px;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-product-personalisation-modal .g-modal-dialog .js-osp-dialog-total {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .js-osp-dialog-total {
    right: 0;
    top: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .js-osp-dialog-total {
    top: -110px;
  }
}
.b-osp-product-personalisation-modal .g-modal-dialog .js-osp-for-package-label {
  color: #041E42;
  font-size: 12px;
  position: absolute;
  top: 50px;
  right: 0;
  padding-top: 0px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp-container {
  padding-top: 30px;
}
.b-osp-stepper {
  padding-top: 30px;
  margin: 0 0 30px;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-osp-list_divider {
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #c4d5e8;
  margin: 0 0 20px 0;
}
.b-osp-options-save_btn {
  width: 50%;
}
.b-osp .save_btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .b-osp-product-personalisation-modal .g-modal-dialog {
    max-width: 100%;
  }
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
    width: 100%;
  }
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
    display: block;
    padding: 0px 15px;
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 430px) {
  .b-osp-product-personalisation-modal .g-modal-dialog {
    max-width: 100%;
  }
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
    width: 100%;
  }
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
    display: block;
    padding: 0px 15px;
    margin-top: 0px;
    max-width: 380px;
  }
}
@media (min-width: 320px) and (max-width: 430px) and (min-width: 320px) and (max-width: 400px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
    max-width: 380px;
  }
}
@media (min-width: 320px) and (max-width: 430px) and (min-width: 400px) and (max-width: 430px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
    max-width: 420px;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) and (min-width: 320px) and (max-width: 430px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content .b-osp-personalisation_dialog-oc {
    padding: 0px 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp-product-personalisation-modal .g-modal-dialog .g-modal-content {
    width: 670px;
  }
}

.g-modal {
  overflow: hidden;
}

html[lang=de] .b-osp-product-personalisation-modal .g-modal-dialog .js-osp-dialog-total {
  right: 30px;
  top: -15px;
}

.b-osp_options .motif-btn .b-osp_options-selected_item {
  display: none;
}
.b-osp_options-accordion_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_options-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}
.b-osp_options-description {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
}
.b-osp_options-description-productsummary:nth-child(odd) {
  background: #FFFFFF;
}
.b-osp_options-description-productsummary:nth-child(even) {
  background: #F6F9FC;
}
.b-osp_options-description-productenvelop:nth-child(odd) {
  background: #FFFFFF;
}
.b-osp_options-description-productenvelop:nth-child(even) {
  background: #F6F9FC;
}
.b-osp_options-description .b-osp-personalisation-price {
  text-align: center;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
}
.b-osp_options-description .b-osp_attributes-sum_item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 20px 4px 20px;
  margin-bottom: 0px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
.b-osp_options-description .b-osp_attributes-sum_item span {
  width: 33.33%;
}
.b-osp_options-description .b-osp_attributes-sum_item .b-osp_attributes-value {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .b-osp_options-description .b-osp_attributes-sum_item .b-osp_attributes-value {
    margin-left: 45px;
  }
}
.b-osp_options-description .b-osp_attributes-sum_item .b-osp_attributes-price {
  text-align: right;
  margin-bottom: 0px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
.b-osp_options-description .b-osp_attributes-sum_item_price span {
  width: 50%;
  font-size: 16px;
}
.b-osp_options-description .b-osp_attributes-sum_item_price .b-osp_attributes-value {
  margin-left: 0px;
  text-align: right;
}
.b-osp_options-button_block {
  padding-top: 0px;
}
.b-osp_options-button_block .js-osp-finish-personalisation {
  color: #fff;
  background-color: #041E42;
  border-color: transparent;
  margin-bottom: 0px;
  width: 268px;
  min-height: 44px;
  font-size: 18px;
  margin-left: 8px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp_options-button_block .js-osp-finish-personalisation {
    width: 49.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp_options-button_block .js-osp-finish-personalisation {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .b-osp_options-button_block .js-osp-finish-personalisation {
    width: 49%;
  }
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp_options-button_block {
    max-width: 730px;
    right: 0;
    left: inherit !important;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-osp_options-button_block {
    padding: 10px 15px 25px;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
  .b-osp_options-button_block {
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp_options-button_block {
    padding: 10px 15px 20px !important;
    max-width: 540px !important;
    left: initial !important;
    right: 0 !important;
    background-color: transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-osp_options-button_block {
    position: initial !important;
    background-color: transparent !important;
    -ms-flex-pack: initial !important;
        justify-content: initial !important;
  }
}
.b-osp_options-save_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  color: #fff;
  background-color: #041E42;
  margin-bottom: 0px;
  width: 268px;
  min-height: 44px;
  border-bottom: 0px;
  font-size: 18px;
  margin-left: 8px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_options-save_btn:focus {
  outline: none;
}
.b-osp_options-save_btn.disabled, .b-osp_options-save_btn.m-disabled, .b-osp_options-save_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_options-save_btn:hover, .b-osp_options-save_btn:active, .b-osp_options-save_btn:focus {
  text-decoration: none;
}
.b-osp_options-save_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-osp_options-save_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-osp_options-save_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-osp_options-save_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-osp_options-save_btn:hover {
  background-color: #041E42 !important;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp_options-save_btn {
    width: 49.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .b-osp_options-save_btn {
    width: 49% !important;
  }
}
.b-osp_options-back_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  color: rgba(4, 30, 66, 0.5);
  background-color: #fff;
  margin-bottom: 0px;
  width: 268px;
  min-height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  border-bottom: 0px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_options-back_btn:focus {
  outline: none;
}
.b-osp_options-back_btn.disabled, .b-osp_options-back_btn.m-disabled, .b-osp_options-back_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_options-back_btn:hover, .b-osp_options-back_btn:active, .b-osp_options-back_btn:focus {
  text-decoration: none;
}
.b-osp_options-back_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-osp_options-back_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp_options-back_btn {
    width: 49.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .b-osp_options-back_btn {
    width: 49%;
    color: #041E42;
  }
}
.b-osp_options-input {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  text-overflow: ellipsis;
  border: none;
}
.b-osp_options-input:-ms-input-placeholder {
  color: #a3a3a3;
}
.b-osp_options-input::placeholder {
  color: #a3a3a3;
}
.b-osp_options-input[type=search], .b-osp_options-input[type=search]::-webkit-search-decoration, .b-osp_options-input[type=search]::-webkit-search-cancel-button, .b-osp_options-input[type=search]::-webkit-search-results-button, .b-osp_options-input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.b-osp_options-input[type=number] {
  -moz-appearance: textfield;
}
.b-osp_options-input[type=number]::-webkit-outer-spin-button, .b-osp_options-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-osp_options-input:hover, .b-osp_options-input:focus {
  border-bottom-color: #0b2171;
  outline: none;
  box-shadow: none;
}
.b-osp_options-input.m-textarea {
  resize: none;
  height: 60px;
}
.b-osp_options-input.is-invalid, .b-osp_options-input.m-error {
  border-color: #de0000;
}
.b-osp_options-input.is-invalid:hover, .b-osp_options-input.is-invalid:focus, .b-osp_options-input.m-error:hover, .b-osp_options-input.m-error:focus {
  border-color: #de0000;
}
.b-osp_options-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.b-osp_options-input::-ms-clear {
  display: none;
}
.b-osp_options-input:focus {
  background-color: transparent !important;
}
.b-osp_options-label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.b-osp_options-label + .selectric-js-custom_select {
  margin-top: 13px;
}
.b-osp_options-label::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.b-osp_options-accordion_mobile-tabs {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.b-osp_options-accordion_mobile-tabs .disable-btn {
  border: 1px solid #C8D8EB;
}
.b-osp_options-accordion_mobile-tabs .g-accordion-item_header::after {
  display: none;
}
.b-osp_options-accordion_mobile-tabs .g-accordion-item_header {
  width: auto;
  float: left;
  border: 1px solid #041E42;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  margin-right: 10px;
  background-color: transparent;
  color: #041E42;
}
.b-osp_options-accordion_mobile-tabs .b-osp_options-accordion_mobile-tabs_title {
  background-color: transparent;
}
.b-osp_options-accordion_mobile-tabs .g-accordion-item_header.collapsed {
  border: 1px solid #C8D8EB;
}
@media (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp_options-accordion_mobile-tabs {
    display: block !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .b-osp_options-accordion_mobile-tabs {
    display: block !important;
  }
}
.b-osp_options-radio {
  position: relative;
  display: inline-block;
  display: block;
  padding: 5px 0;
  width: 180px;
  float: left;
}
.m-acc-on .b-osp_options-radio-input:focus ~ .b-osp_options-radio-label::after {
  box-shadow: 0 0 3px 3px #c4d5e8 !important;
}
.b-osp_options-radio-input:checked ~ .b-osp_options-radio-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
}
.b-osp_options-radio-input:checked ~ .b-osp_options-radio-label::after {
  border-color: #0b2171;
}
.b-osp_options-radio-input:checked ~ .b-osp_options-radio-label::before {
  display: block;
}
.b-osp_options-radio-input:invalid ~ .b-osp_options-radio-label::after, .b-osp_options-radio-input.m-error ~ .b-osp_options-radio-label::after {
  border-color: #de0000;
}
.b-osp_options-radio-input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.b-osp_options-radio-label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding-left: 25px;
}
.b-osp_options-radio-label::after, .b-osp_options-radio-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
}
.b-osp_options-radio-label::after {
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #c4d5e8;
}
.b-osp_options-radio-label::before {
  left: 5px;
  top: 0;
  height: 6px;
  width: 6px;
  background-color: #0b2171;
  display: none;
}
.b-osp_options-radio-label:hover::after {
  border: 2px solid #0b2171;
}
@media screen and (max-width: 768px) {
  .b-osp_options-radio {
    width: 100%;
  }
}
.b-osp_options-radio-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_options-radio-label::after {
  border: 1px solid #C4D5E8;
}
.b-osp_options-radio-label:hover::after {
  border: 1px solid #000 !important;
}
.b-osp_options-radio-label::before {
  border-color: #000 !important;
  background-color: #000 !important;
  left: 3px;
  height: 10px;
  width: 10px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .b-osp_options-radio-label::before {
    left: 3px;
  }
}
.b-osp_options-text_option {
  padding-top: 25px;
}
.b-osp_options-text_block {
  margin-bottom: 25px;
}
.b-osp_options-text_block p {
  margin-bottom: 25px;
}
.b-osp_options-text_block p:last-child {
  margin-bottom: 0;
}
.b-osp_options-accordion_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
}
.b-osp_options-accordion_content {
  padding: 0 0 5px;
}
@media (min-width: 325px) and (max-width: 768px) {
  .b-osp_options-accordion_content {
    margin-top: 10px;
  }
}
.b-osp_options-accordion {
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-osp_options-accordion {
    padding-bottom: 40px;
  }
}
.b-osp_options-accordion .g-accordion-item {
  margin-bottom: 0px;
}
.b-osp_options-accordion_item {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .b-osp_options-accordion_item {
    margin-top: 0px !important;
  }
}
.b-osp_options-accordion_item h2.hm-hide-mobile-tablet {
  display: none;
}
.b-osp_options-accordion_item .g-accordion-item_header::after {
  display: none;
  background-image: none;
}
@media (min-width: 325px) and (max-width: 768px) {
  .b-osp_options-accordion_item {
    margin-top: 15px;
  }
  .b-osp_options-accordion_item .g-accordion-item_header::after {
    right: 34%;
  }
}
.b-osp_options-variation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  float: left;
}
.b-osp_options-variation .b-osp_options-color-name {
  width: 60px;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding-top: 8px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.02em;
}
.b-osp_options-variation .b-osp_options-variation_radio {
  min-height: auto;
  padding: 0px 5px 20px;
}
@media screen and (max-width: 767px) {
  .b-osp_options-variation .b-osp_options-variation_radio {
    min-width: 80px;
  }
}
.b-osp_options-variation .svg-img {
  min-height: auto;
}
.b-osp_options-variation .radio-btn {
  padding: 0px 12px;
}
.b-osp_options-variation .radio-btn .b-osp_options-color-name {
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .b-osp_options-variation {
    width: 100%;
  }
}
.b-osp_options .svgmotif {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.b-osp_options-variation_input {
  display: none;
}
.b-osp_options-variation_input + .b-osp_options-variation_label {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  margin: 0 15px 15px 0;
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  margin: 0 25px 15px 0 !important;
  height: 35px !important;
  width: 35px !important;
  margin: 0px auto !important;
}
.b-osp_options-variation_input + .b-osp_options-variation_label:hover {
  text-decoration: none;
}
.b-osp_options-variation_input + .b-osp_options-variation_label:hover, .b-osp_options-variation_input + .b-osp_options-variation_label.m-active {
  border-color: #041E42;
}
.b-osp_options-variation_input + .b-osp_options-variation_label:hover {
  border: 1px solid #c4d5e8;
}
.b-osp_options-variation_input:checked + .b-osp_options-variation_label {
  border: 1px solid #000;
}
.b-osp_options-variation_input:checked + .b-osp_options-variation_label::after {
  border: 1px solid #000;
}
.b-osp_options-variation_input + .b-osp_options-variation_circular_label {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px;
  margin: 0 15px 15px 0;
  min-width: 35px;
  min-height: 35px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none;
}
.b-osp_options-variation_input + .b-osp_options-variation_circular_label:hover {
  text-decoration: none;
}
.b-osp_options-variation_input + .b-osp_options-variation_circular_label:hover, .b-osp_options-variation_input + .b-osp_options-variation_circular_label.m-active {
  border-color: #041E42;
}
.b-osp_options-variation_input + .b-osp_options-variation_circular_label:hover, .b-osp_options-variation_input + .b-osp_options-variation_circular_label.m-active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none;
}
.b-osp_options-variation_input:checked + .b-osp_options-variation_circular_label {
  position: relative;
  border: none;
}
.b-osp_options-variation_input:checked + .b-osp_options-variation_circular_label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
}
.m-empty_selection .b-osp_options-empty_icon {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  display: block;
}
.m-empty_selection .b-osp_options-empty_icon::before, .m-empty_selection .b-osp_options-empty_icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.m-empty_selection .b-osp_options-empty_icon::before {
  transform: rotate(45deg);
}
.m-empty_selection .b-osp_options-empty_icon::after {
  transform: rotate(135deg);
}
.m-empty_selection .b-osp_options-empty_icon:before, .m-empty_selection .b-osp_options-empty_icon:after {
  top: 9px;
  background-color: #f0f0f0;
}
.b-osp_options-selected_item {
  margin-bottom: 10px;
  margin-top: 15px;
}
.b-osp_options-selected_item:empty {
  visibility: hidden;
  min-height: 20px;
}
@media (min-width: 325px) and (max-width: 768px) {
  .b-osp_options-selected_item {
    font-weight: 600;
  }
}
.b-osp_options-including_content {
  padding: 0;
}
.b-osp_options-error_message {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin-bottom: 15px;
}
.b-osp_options-variation_description {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: none;
}
.b-osp_options-variation_description-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 10px 0;
  display: inline-block;
}
.b-osp_options-variation_description-text {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .b-osp_options-variation_description-text {
    font-weight: 600;
  }
}
@media screen and (max-width: 1023px) {
  .b-osp_options-reverse_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
}
.b-osp_options .b-osp_options-text_option {
  width: 490px;
  padding-top: 0px;
}
.b-osp_options .main-input-field {
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  font-family: "GillSansMTW05-Medium";
  font-weight: normal;
  margin-bottom: 20px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .b-osp_options .b-osp_options-text_option {
    width: 100%;
    padding-top: 0px;
  }
}

.b-osp_options-radio-input:checked ~ .b-osp_options-radio-label::after {
  border-color: #000;
}

.b-osp_options-radio-label {
  font-size: 11px !important;
}

.g-inner-accordion .g-accordion-item_header {
  width: 268px;
  margin-top: 0px;
  background: #407EC9;
  color: #FFFFFF;
  border-color: transparent;
  position: absolute;
  top: 0;
  right: -8px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-inner-accordion .g-accordion-item_header {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .g-inner-accordion .g-accordion-item_header {
    width: 49%;
  }
}
.g-inner-accordion .g-accordion-item_header.collapsed {
  background: #C8D8EB;
  color: #041E42;
}
.g-inner-accordion .single-border-btn {
  margin-bottom: 0px;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-inner-accordion .single-border-btn h2 {
    min-height: 70px;
  }
}
.g-inner-accordion .single-border-btn .g-accordion-item_header {
  left: 0;
}
@media (max-width: 767px) {
  .g-inner-accordion .single-border-btn {
    margin-top: 80px !important;
  }
}
.g-inner-accordion .double-border-btn {
  margin-bottom: 0px;
  margin-top: 0px;
}
.g-inner-accordion .b-osp_options-selected_item {
  display: none;
}

.js-envelope-closed-preview {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .js-envelope-closed-preview svg {
    width: 547px;
    height: 360px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .js-envelope-closed-preview {
    margin-left: -8px;
  }
}

.pdp-osp_attributes {
  /* tooltip positioning */
  /* tip styling */
}
@media screen and (max-width: 767px) {
  .pdp-osp_attributes {
    display: none;
  }
}
.pdp-osp_attributes .pdp-osp_personalisation-final-price {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.pdp-osp_attributes span.pdp-osp-personalisation-total_label {
  width: 50%;
  float: left;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp_attributes span.pdp-osp-personalisation-total_price {
  width: 50%;
  float: right;
  text-align: right;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp_attributes-sum_group {
  padding-top: 10px;
}
.pdp-osp_attributes-sum_group .pdp-osp-personalisation-price {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.pdp-osp_attributes-summary-header-desk {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}
.pdp-osp_attributes-summary-header-desk span.pdp-osp_attributes-price {
  padding-top: 0px;
}
.pdp-osp_attributes-sum_item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}
.pdp-osp_attributes-sum_item span.pdp-osp_attributes-value {
  font-size: 13px;
  margin-left: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-osp_attributes-sum_item span.pdp-osp_attributes-price {
  font-size: 13px;
  text-align: right;
}
.pdp-osp_attributes-summary-header-desk span {
  font-size: 14px !important;
}
.pdp-osp_attributes-sum_item_price {
  font-size: 16px !important;
}
.pdp-osp_attributes-sum_item_price span {
  width: 50% !important;
  font-size: 16px !important;
}
.pdp-osp_attributes-sum_item_price span.pdp-osp_attributes-value {
  text-align: right;
}
.pdp-osp_attributes .pdp-osp_options-description-productsummary span.pdp-osp_attributes-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-osp_attributes .pdp-osp_attributes-price {
  padding-top: 0px !important;
}
.pdp-osp_attributes-personalisation-wrapper {
  width: 100%;
  float: left;
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp-personalisation-price {
  float: left;
  font-size: 16px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #041E42;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-personalisation-wrapper .pdp-osp-personalisation-price {
    font-size: 14px;
    padding-top: 5px;
  }
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_attributes-tooltip {
  float: right;
}
@media (min-width: 800px) and (max-width: 830px) {
  .pdp-osp_attributes-personalisation-wrapper .pdp-osp_attributes-tooltip {
    min-width: 80px;
  }
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_attributes-personalisation-edit_btn_block {
  float: left;
  width: 100%;
  margin: 10px 0px 18px;
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_options-description-productsummary:nth-child(odd) {
  background: #F5F5F5;
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_options-description-productsummary:nth-child(even) {
  background: #fff;
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_options-description-productenvelop:nth-child(odd) {
  background: #F5F5F5;
}
.pdp-osp_attributes-personalisation-wrapper .pdp-osp_options-description-productenvelop:nth-child(even) {
  background: #fff;
}
.pdp-osp_attributes-tooltip {
  --tooltip-background: #AAAAAA;
  --tooltip-color: $white;
  --toolitp-width: 290px;
  --tooltip-padding: 20px;
  --tooltip-zindex: 10;
  --tooltip-tip-width-top: 9px;
  --tooltip-tip-width: 8px;
  --tooltip-offset: 15px;
  --tooltip-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  --tooltip-border-radius: 5px;
  position: relative;
  display: inline-block;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-field-desk {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
}
.pdp-osp_attributes-tooltip span {
  width: 33.33%;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-alignment-value {
  margin-left: 50px;
  font-size: 12px;
  color: #041E42;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-summary-price-label {
  text-align: right;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-summary-price {
  text-align: right;
  font-size: 12px;
  color: #041E42;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-price {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 20px;
  padding-bottom: 0px;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-price span {
  width: auto;
  font-size: 16px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-summary-label {
  font-size: 14px;
  color: #041E42;
}
.pdp-osp_attributes-tooltip .pdp-osp_attributes-label {
  font-size: 14px;
  color: #041E42;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-tooltip .pdp-osp_attributes-selection-label {
    margin-left: 33px !important;
  }
}
.pdp-osp_attributes-tooltip-content {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 385px;
  background: #F5F5F5;
  border: 2px solid #AAAAAA;
  z-index: 10;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-tooltip-content {
    width: 292px;
  }
}
.pdp-osp_attributes-tooltip-content.active {
  visibility: visible;
  opacity: 1;
}
.pdp-osp_attributes-tooltip-content.top {
  top: 34px;
  left: 50%;
  margin: 0 0 15px 0;
  padding: 15px 20px;
}
.pdp-osp_attributes-tooltip-content.bottom {
  top: 100%;
  left: 50%;
  margin: 15px 0 0 0;
}
.pdp-osp_attributes-tooltip-content.left {
  top: 34px;
  right: 0;
  margin: 0 0 15px 0;
  padding: 15px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-tooltip-content.left {
    top: 32px;
  }
}
.pdp-osp_attributes-tooltip-content.right {
  top: 50%;
  left: 100%;
  margin: 0 0 0 15px;
  transform: translate(0, -50%);
}
.pdp-osp_attributes-tooltip-content::after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.pdp-osp_attributes-tooltip-content.top::after {
  top: calc(-1 * var(--tooltip-tip-width));
  right: 30px;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-osp_attributes-tooltip-content.bottom::after {
  top: calc(-1 * var(--tooltip-tip-width));
  left: 50%;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
}
.pdp-osp_attributes-tooltip-content.right::after {
  top: 50%;
  left: calc(-1 * var(--tooltip-tip-width));
  right: auto;
  margin-top: calc(-1 * var(--tooltip-tip-width));
  border-top: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid transparent;
  border-left: 0;
  border-right: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-osp_attributes-tooltip-content.left::after {
  top: calc(-1 * var(--tooltip-tip-width-top));
  right: 30px;
  margin-left: calc(-1 * var(--tooltip-tip-width));
  border-left: var(--tooltip-tip-width) solid transparent;
  border-right: var(--tooltip-tip-width) solid transparent;
  border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
}
.pdp-osp_attributes-tooltip-button {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  background-color: transparent;
  border-color: transparent;
  text-align: right;
  float: right;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp_attributes-tooltip-button::before {
  content: "";
  position: absolute;
  margin-left: -24px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url("../images/summary.svg") no-repeat;
  background-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-tooltip-button::before {
    margin-left: -20px;
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdp-osp_attributes-tooltip-button {
    font-size: 14px;
  }
}
.pdp-osp_attributes-header-title {
  font-size: 18px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  letter-spacing: 0.04em;
}
.pdp-osp_attributes-sum_item {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}

.pdp-osp-mob_attributes {
  display: none;
}
@media screen and (max-width: 767px) {
  .pdp-osp-mob_attributes {
    display: block;
  }
}
.pdp-osp-mob_attributes-header-title h4 {
  float: left;
  font-size: 18px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-top: 6px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pdp-osp-mob_attributes-header-title h4 {
    font-size: 14px;
  }
}
.pdp-osp-mob_attributes-personalisation-edit_btn_block {
  float: right;
  margin-bottom: 16px;
}
.pdp-osp-mob_attributes-sum_group {
  width: 100%;
}
.pdp-osp-mob_attributes-sum_group .pdp-osp-personalisation-price {
  padding: 9px 10px 4px 10px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp-mob_attributes-sum_group .pdp-osp-personalisation-price span {
  width: 50%;
  font-size: 16px;
}
.pdp-osp-mob_attributes-sum_group .pdp-osp-personalisation-price span.pdp-osp-personalisation-value {
  text-align: right;
  float: right;
}
.pdp-osp-mob_attributes .pdp-osp_personalisation-final-price {
  padding: 9px 10px 4px 10px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp-mob_attributes .pdp-osp_personalisation-final-price span {
  width: 50%;
  font-size: 18px;
}
.pdp-osp-mob_attributes .pdp-osp_personalisation-final-price span.pdp-osp-personalisation-value {
  text-align: right;
  float: right;
}
.pdp-osp-mob_attributes-sum_item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 10px 4px 10px;
  margin-bottom: 0px;
}
.pdp-osp-mob_attributes-sum_item span {
  width: 33.33%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.pdp-osp-mob_attributes-sum_item_price span {
  width: 50%;
  font-size: 16px;
}
.pdp-osp-mob_attributes-sum_item_price span.pdp-osp-mob_attributes-value {
  text-align: right;
}
.pdp-osp-mob_attributes .pdp-osp_options-description-productsummary:nth-child(odd) {
  background: #fff;
}
.pdp-osp-mob_attributes .pdp-osp_options-description-productsummary:nth-child(even) {
  background: #F6F9FC;
}
.pdp-osp-mob_attributes .pdp-osp_options-description-productenvelop:nth-child(odd) {
  background: #fff;
}
.pdp-osp-mob_attributes .pdp-osp_options-description-productenvelop:nth-child(even) {
  background: #F6F9FC;
}
.pdp-osp-mob_attributes .pdp-osp_options-description-productsummary span.pdp-osp-mob_attributes-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-osp-mob_attributes span.pdp-osp-mob_attributes-price {
  text-align: right;
  font-size: 13px;
}
.pdp-osp-mob_attributes span.pdp-osp-mob_attributes-value {
  margin-left: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-osp-mob_attributes .pdp-personalisation-preview_btn {
  border: 1px solid #407EC9;
  background-color: #407EC9;
  padding: 10px 8px;
  font-size: 12px;
  color: #fff;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
  width: auto;
}
.pdp-osp-mob_attributes .pdp-personalisation-edit_btn {
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 10px 8px;
  font-size: 12px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
  width: auto;
}
.pdp-osp-mob_attributes .pdp-personalisation-remove_btn {
  border: 1px solid #C8D8EB;
  background-color: transparent;
  padding: 10px 8px;
  font-size: 12px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin: 0px 2px;
  cursor: pointer;
  width: auto;
}

html[lang=de] .pdp-osp-personalisation-price {
  margin-top: 7px;
}
html[lang=de] .js-product-personalisation-component {
  margin-bottom: 15px;
}

html[lang=it] .js-product-personalisation-component,
html[lang=ja] .js-product-personalisation-component,
html[lang=fr] .js-product-personalisation-component {
  margin-bottom: 15px;
}

.l-osp_container[data-osp-stage=initial] .b-osp-images_custom_preview, .l-osp_container[data-osp-stage=initial] .b-osp_attributes-summary, .l-osp_container[data-osp-stage=initial] .b-osp_options, .l-osp_container[data-osp-stage=initial] .b-osp_attributes-actual_price, .l-osp_container[data-osp-stage=summary] .b-osp_attributes-actual_price, .l-osp_container[data-osp-stage=envelope] .b-osp-product_preview, .l-osp_container[data-osp-stage=content] .b-osp_options-prev_btn,
.l-osp_container .b-details_nav,
.l-osp_container .l-osp-envelop,
.l-osp_container .b-osp_options-content,
.l-osp_container .b-osp_options-paper,
.l-osp_container .b-osp_paper_zoom,
.l-osp_container .b-osp_options-letteringstyle,
.l-osp_container .b-osp_options-borderandmotif,
.l-osp_container .b-osp_options-envelope,
.l-osp_container .b-osp-add_btn_block,
.l-osp_container .b-osp-update_btn_block,
.l-osp_container .b-osp_attributes-personalise_button,
.l-osp_container .b-osp_attributes-total_price,
.l-osp_container .b-osp_attributes-package_size,
.l-osp_container .b-osp_options-summary,
.l-osp_container .b-product_details-details_col {
  display: none;
}
.l-osp_container .b-osp-images_custom_preview, .l-osp_container[data-osp-stage=content] .b-osp_options, .l-osp_container[data-osp-stage=content] .b-osp-images_custom_preview, .l-osp_container[data-osp-stage=content] .b-osp_options-content, .l-osp_container[data-osp-stage=paper] .b-osp_options-paper, .l-osp_container[data-osp-stage=paper] .b-osp_paper_zoom, .l-osp_container[data-osp-stage=lettering-style] .b-osp_options-letteringstyle, .l-osp_container[data-osp-stage=border-and-motif] .b-osp_options-borderandmotif, .l-osp_container[data-osp-stage=envelope] .b-osp_options-envelope, .l-osp_container[data-osp-stage=envelope] .l-osp-envelop, .l-osp_container[data-osp-stage=summary] .l-osp-envelop, .l-osp_container[data-osp-stage=initial] .b-osp_attributes-personalise_button, .l-osp_container[data-osp-stage=initial] .b-details_nav, .l-osp_container[data-osp-stage=summary] .b-details_nav, .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size, .l-osp_container[data-osp-stage=summary] .b-osp-update_btn_block, .l-osp_container[data-osp-stage=summary] .b-osp-add_btn_block, .l-osp_container[data-osp-stage=summary] .b-osp_options-summary, .l-osp_container[data-osp-stage=initial] .b-product_details-details_col, .l-osp_container[data-osp-stage=summary] .b-product_details-details_col {
  display: block;
}
.l-osp_container .b-osp_attributes-actual_price, .l-osp_container[data-osp-stage=summary] .b-osp_attributes-total_price {
  display: -ms-flexbox;
  display: flex;
}
.l-osp_container[data-osp-stage=summary] .b-osp_envelope_closed,
.l-osp_container[data-osp-stage=summary] .b-osp_envelope_open {
  margin-top: 0px;
  border: 1px solid #AAAAAA;
  width: 100% !important;
  height: 327px !important;
}
@media screen and (max-width: 767px) {
  .l-osp_container[data-osp-stage=summary] .b-osp_envelope_closed,
  .l-osp_container[data-osp-stage=summary] .b-osp_envelope_open {
    border: tr;
  }
}
.l-osp_container[data-osp-stage=summary] .b-osp_envelope_closed svg,
.l-osp_container[data-osp-stage=summary] .b-osp_envelope_open svg {
  width: 564px;
  height: 100% !important;
}
.l-osp_container .js-envelope-opened-preview.b-osp_envelope_open svg {
  width: 544px;
  height: 327px;
}
@media (max-width: 767px) {
  .l-osp_container .js-envelope-opened-preview.b-osp_envelope_open svg {
    width: 100%;
  }
}
.l-osp_container .b-osp_attributes-package_size .b-osp_attributes-package_size_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
}
.l-osp_container .b-osp_attributes-package_size .selectric .label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
}
.l-osp_container .b-osp_options-envelope {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .b-osp_options-envelope {
    padding: 0 8px;
  }
}
.b-osp_attributes-personalise_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.b-osp_attributes-personalise_button:focus {
  outline: none;
}
.b-osp_attributes-personalise_button.disabled, .b-osp_attributes-personalise_button.m-disabled, .b-osp_attributes-personalise_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_attributes-personalise_button:hover, .b-osp_attributes-personalise_button:active, .b-osp_attributes-personalise_button:focus {
  text-decoration: none;
}
.b-osp_attributes-personalise_button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-osp_attributes-personalise_button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-osp_attributes-personalise_button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-osp_attributes-personalise_button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-osp_attributes-personalise_button {
    min-height: 64px !important;
  }
}
.b-osp_attributes-total_price {
  display: -ms-flexbox;
  display: flex;
  padding: 0px 1px;
  font-size: 20px;
  margin-bottom: 20px;
}
.b-osp_attributes-actual_product_price_label {
  width: 50%;
  float: left;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_attributes-final-total_price {
  width: 50%;
  float: right;
  text-align: right;
  color: #041E42;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .b-osp_attributes .js-osp-product-personalisation-button.b-osp_attributes-personalise_button {
    min-height: auto !important;
    background: #C8D8EB;
    color: #041E42;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
  }
}
.b-personal_attributes-list .b-osp_attributes-item_option_circle {
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  border: 2px solid #C8D8EB;
  border-radius: 50%;
  color: #041E42;
  background: #fff;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 15px;
}
.b-personal_attributes-list .b-osp_attributes-item_option_circle:after {
  counter-increment: section;
  content: counter(section);
}
.b-osp_attributes-title {
  margin-bottom: 24px;
}
.b-osp_attributes-size .b-product_attributes-size_button {
  margin-left: 0;
}
.b-osp_attributes-size .b-product_attributes-size_info b,
.b-osp_attributes-size .b-product_attributes-size_info span {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.b-osp_attributes-total_price {
  margin-bottom: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.b-osp_attributes-price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #041E42;
  margin-bottom: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.b-osp_attributes-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-osp_attributes-content {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1023px) {
  .b-osp_attributes-error {
    margin-bottom: 25px;
  }
}
.b-osp_attributes-btn_block {
  margin-bottom: 30px;
}
.b-osp_attributes-actual_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}
.b-osp_attributes-actual_price_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #041E42;
}
.b-osp_attributes-actual_price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 20px;
  color: #041E42;
  text-align: center;
}
.b-osp_attributes-package_size {
  margin-bottom: 30px;
}
.b-osp_attributes-package_size label.b-osp_attributes-package_size_label {
  font-size: 14px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
  width: 100%;
}
.b-osp_attributes-package_size .selectric-wrapper {
  display: inline-block;
  width: 100%;
  border: 1px solid #AAAAAA;
  padding: 12px 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .b-osp_attributes-package_size .selectric-wrapper {
    width: 100%;
  }
}
.b-osp_attributes-package_size .selectric-items {
  min-width: 85px;
}
.b-osp_attributes-package_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  color: #041E42;
  color: #aaa;
  padding-top: 5px;
}
.b-osp_attributes-sum_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  font-weight: 500 !important;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .b-osp_attributes-sum_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-osp_attributes-sum_remove_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-bottom: 25px;
}
.b-osp_attributes-sum_remove_btn:focus {
  outline: none;
}
.b-osp_attributes-sum_remove_btn.disabled, .b-osp_attributes-sum_remove_btn.m-disabled, .b-osp_attributes-sum_remove_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_attributes-sum_remove_btn:hover, .b-osp_attributes-sum_remove_btn:active, .b-osp_attributes-sum_remove_btn:focus {
  text-decoration: none;
}
.b-osp_attributes-sum_remove_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-osp_attributes-sum_remove_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-osp_attributes-sum_group {
  padding-bottom: 20px;
}
.b-osp_attributes-sum_item {
  padding: 8px 0;
}
.b-osp_attributes-sum_item_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.b-osp_attributes-sum_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
}
.b-osp_attributes-value {
  line-height: 1.5;
}
.b-osp_attributes-sum_label_content {
  padding-bottom: 5px;
}
.b-osp_attributes-edit_field {
  margin-bottom: 10px;
}
.b-osp_attributes-edit_field_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-osp_attributes-edit_field_btn:focus {
  outline: none;
}
.b-osp_attributes-edit_field_btn.disabled, .b-osp_attributes-edit_field_btn.m-disabled, .b-osp_attributes-edit_field_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_attributes-edit_field_btn:hover, .b-osp_attributes-edit_field_btn:active, .b-osp_attributes-edit_field_btn:focus {
  text-decoration: none;
}
.b-osp_attributes-edit_field_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-osp_attributes-edit_field_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-osp_attributes-sub_title {
  padding-top: 20px;
  margin-bottom: 5px;
}

.b-osp_remove_modal .g-modal-dialog {
  max-width: 340px;
  margin: 0 auto;
}
.b-osp_remove_modal .g-modal-header,
.b-osp_remove_modal .g-modal-body {
  margin-bottom: 25px;
}
.b-osp_remove_modal .g-modal-content {
  padding-right: 40px;
}
.b-osp_remove_modal .g-modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-osp_remove_modal-cancel_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 10px;
}
.b-osp_remove_modal-cancel_btn:focus {
  outline: none;
}
.b-osp_remove_modal-cancel_btn.disabled, .b-osp_remove_modal-cancel_btn.m-disabled, .b-osp_remove_modal-cancel_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_remove_modal-cancel_btn:hover, .b-osp_remove_modal-cancel_btn:active, .b-osp_remove_modal-cancel_btn:focus {
  text-decoration: none;
}
.b-osp_remove_modal-cancel_btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-osp_remove_modal-cancel_btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
.b-osp_remove_modal-remove_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-osp_remove_modal-remove_btn:focus {
  outline: none;
}
.b-osp_remove_modal-remove_btn.disabled, .b-osp_remove_modal-remove_btn.m-disabled, .b-osp_remove_modal-remove_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-osp_remove_modal-remove_btn:hover, .b-osp_remove_modal-remove_btn:active, .b-osp_remove_modal-remove_btn:focus {
  text-decoration: none;
}
.b-osp_remove_modal-remove_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-osp_remove_modal-remove_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-osp_remove_modal-remove_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-osp_remove_modal-remove_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}

.b-osp_modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.b-osp_modal-content {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: #000;
  z-index: 100;
}
.b-osp_modal-text {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #041E42;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-osp_modal-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-osp_modal-img {
  text-align: center;
  margin-bottom: 20px;
}
.b-osp_modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.b-osp_paper_zoom {
  text-align: center;
  margin-top: 25px;
}
.b-osp_paper_zoom .g-button_third {
  margin: 0 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .b-product_attributes.b-osp_attributes {
    margin-top: 15px;
  }
  .b-product_attributes-size {
    margin-top: 10px;
  }
  .b-osp_options-button_block {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 11;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .b-osp_options-button_block .b-osp_options-save_btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49% !important;
    margin-bottom: 0;
    -ms-flex-order: 1;
        order: 1;
    margin-left: 8px !important;
  }
  .b-osp_options-button_block .b-osp_options-prev_btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49.5%;
    border: 1px solid black;
    margin-top: 0;
  }
  .l-osp_container[data-osp-stage=content] .b-osp_options-save_btn {
    width: 100%;
    margin-left: 0;
  }
  .b-osp_options-title {
    margin: 20px 0 10px;
  }
  .b-osp_options-variation_input + .b-osp_options-variation_circular_label {
    min-width: 45px;
    min-height: 45px;
  }
  .b-osp_options-variation_input:checked + .b-osp_options-variation_circular_label::before {
    border: 3px solid #fff;
  }
  .b-osp_options-accordion_mobile-tabs_title {
    display: inline-block;
    width: auto;
    padding: 15px 12px;
    border: 1px solid #C4D5E8;
    background-color: #DCE7F2;
    font-size: 13px;
    margin-top: 5px;
  }
  .b-osp_options-accordion_mobile-tabs_title.collapsed {
    background-color: #fff;
  }
  .b-osp_options-accordion_mobile-tabs_title::after, .b-osp_options-accordion_mobile-tabs_title.collapsed::after {
    display: none;
  }
  .l-osp_container[data-osp-stage=lettering-style] .b-osp_options-radio-label::after {
    height: 18px;
    width: 18px;
  }
  .l-osp_container[data-osp-stage=lettering-style] .b-osp_options-radio-label::before {
    height: 12px;
    width: 12px;
    background-color: #000;
  }
  .l-osp_container[data-osp-stage=lettering-style] .b-osp_options-radio-input:checked ~ .b-osp_options-radio-label::after {
    border-color: #000;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-package_size {
    width: 50%;
    margin-bottom: 0;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-package_size .selectric-wrapper.selectric-js-osp-package-size.selectric-js-custom_select {
    margin-left: 5px;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-package_size .b-osp_attributes-package_size_label {
    font-size: 14px;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-total_price {
    display: block;
    width: 45%;
    margin-bottom: 0;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-total_price .b-osp_attributes-actual_price_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .l-osp_container[data-osp-stage=summary] .b-osp_attributes-package_size-total_price .b-osp_attributes-total_price .js-osp-total-price.b-osp_attributes-actual_price_label {
    font-size: 22px;
    margin-bottom: 0;
  }
  #accordion_specification, #accordion_envelopeSpec {
    margin-bottom: 15px;
    width: 85%;
  }
  #accordion_specification .b-osp_options-accordion_item, #accordion_envelopeSpec .b-osp_options-accordion_item {
    margin-top: 5px;
    width: 95%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group {
    padding-bottom: 10px;
    margin-top: 0;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item {
    padding: 15px 0;
    border-bottom: 2px solid #C4D5E8;
    position: relative;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after {
    transform: rotate(45deg);
    display: block;
    height: 20px;
    width: 10px;
    border-bottom: 2px solid #778243;
    border-right: 2px solid #778243;
    content: "";
    position: absolute;
    right: 15px;
    top: 25%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price {
    border: none;
    -ms-flex-align: center;
        align-items: center;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after {
    display: none;
  }
  #paperItem .b-osp_options-variation {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .b-envelop {
    top: 42px !important;
    z-index: 0 !important;
  }
  .l-osp_container {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .l-osp_container .l-product-attributes_col.js-attr_col.js-centered-block.m-centered-block {
    max-width: 0 !important;
    height: 0;
  }
  .b-product_attributes-btn_block .b-product_attributes-osp_add_button {
    width: 100% !important;
    background: #041E42 !important;
    border: none !important;
  }
  .l-osp_container[data-osp-stage=summary], .l-osp_container[data-osp-stage=initial] {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .l-osp_container[data-osp-stage=summary] .l-product-attributes_col.js-attr_col.js-centered-block.m-centered-block, .l-osp_container[data-osp-stage=initial] .l-product-attributes_col.js-attr_col.js-centered-block.m-centered-block {
    max-width: 33.33333% !important;
    height: auto;
  }
  .js-add-button.b-product_attributes-btn_block.b-osp-add_btn_block.update-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .js-add-button.b-product_attributes-btn_block.b-osp-add_btn_block.update-cart {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .js-add-button.b-product_attributes-btn_block.b-osp-add_btn_block.update-cart {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .b-envelop-fields {
    font-size: 0.5em !important;
  }
  #tabProduct div p {
    white-space: normal !important;
    overflow: hidden;
  }
  .b-wedding_invitation-text p:first-child {
    font-size: 0.7em !important;
  }
}
@media (max-width: 767px) {
  .l-osp_container[data-osp-stage=summary] .l-product-attributes_col.js-attr_col.js-centered-block.m-centered-block, .l-osp_container[data-osp-stage=initial] .l-product-attributes_col.js-attr_col.js-centered-block.m-centered-block {
    max-width: 100% !important;
  }
}
@media all and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .b-osp-stepper.js-stepper {
    display: block;
  }
  .b-osp-stepper_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .b-osp-stepper_list_item {
    background-color: #FFFFFF;
    border: 2px solid #a3bcd9;
    height: 35px;
    width: 35px;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    color: black;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
  }
  .b-osp-stepper_list_item.m-active {
    background-color: #dde6f2;
    border: 2px solid #c4d5e9;
    height: 35px;
    width: 35px;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    color: black;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
  }
  .b-osp-stepper_list_item.m-current {
    border-bottom-color: #c4d5e9;
  }
  .b-osp-stepper-mobile {
    background: linear-gradient(#c4d5e9 65%, transparent 35%);
    margin: 0 -20px 10px;
    padding-top: 15px;
  }
  #accordion_specification, #accordion_envelopeSpec {
    margin-bottom: 15px;
    width: 85%;
  }
  #accordion_specification .b-osp_options-accordion_item, #accordion_envelopeSpec .b-osp_options-accordion_item {
    margin-top: 5px;
    width: 95%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group {
    padding-bottom: 10px;
    margin-top: 0;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item {
    padding: 15px 0;
    border-bottom: 2px solid #C4D5E8;
    position: relative;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after {
    transform: rotate(45deg);
    display: block;
    height: 20px;
    width: 10px;
    border-bottom: 2px solid #778243;
    border-right: 2px solid #778243;
    content: "";
    position: absolute;
    right: 15px;
    top: 25%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price {
    border: none;
    -ms-flex-align: center;
        align-items: center;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after {
    display: none;
  }
  .b-osp_options-button_block {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 11;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .b-osp_options-button_block .b-osp_options-save_btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49.5%;
    margin-bottom: 0;
    -ms-flex-order: 1;
        order: 1;
  }
  .b-osp_options-button_block .b-osp_options-prev_btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49.5%;
    border: 1px solid black;
    margin-top: 0;
  }
  .l-osp_container[data-osp-stage=content] .b-osp_options-save_btn {
    width: 100%;
    margin-left: 0;
  }
  .b-product_attributes .b-osp_attributes-btn_block {
    position: fixed;
    bottom: 0;
    width: 100vw;
    margin-bottom: 0;
    right: 50%;
    margin-right: -50vw;
    z-index: 11;
    background-color: #fff;
  }
  .b-product_attributes .b-product_attributes-edit_button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49.5%;
    border: 1px solid black;
    margin-top: 0;
    background-color: white;
    color: black;
  }
  .b-product_attributes .b-osp_attributes-personalise_button, .b-product_attributes .b-product_attributes-osp_add_button, .b-product_attributes .b-product_attributes-edit_button {
    margin-bottom: 0;
  }
  .b-product_attributes .b-product_attributes-osp_add_button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid black;
    margin-top: 0;
  }
  .js-add-button.b-product_attributes-btn_block.b-osp-add_btn_block.update-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media all and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .b-osp-stepper.js-stepper {
    display: block;
  }
}
@media all and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  #accordion_specification, #accordion_envelopeSpec {
    margin-bottom: 15px;
    width: 85%;
  }
  #accordion_specification .b-osp_options-accordion_item, #accordion_envelopeSpec .b-osp_options-accordion_item {
    margin-top: 5px;
    width: 95%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group {
    padding-bottom: 10px;
    margin-top: 0;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item {
    padding: 15px 0;
    border-bottom: 2px solid #C4D5E8;
    position: relative;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after {
    transform: rotate(45deg);
    display: block;
    height: 20px;
    width: 10px;
    border-bottom: 2px solid #778243;
    border-right: 2px solid #778243;
    content: "";
    position: absolute;
    right: 15px;
    top: 25%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price {
    border: none;
    -ms-flex-align: center;
        align-items: center;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after {
    display: none;
  }
}
@media all and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  #accordion_specification, #accordion_envelopeSpec {
    margin-bottom: 15px;
    width: 85%;
  }
  #accordion_specification .b-osp_options-accordion_item, #accordion_envelopeSpec .b-osp_options-accordion_item {
    margin-top: 5px;
    width: 95%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group {
    padding-bottom: 10px;
    margin-top: 0;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item {
    padding: 15px 0;
    border-bottom: 2px solid #C4D5E8;
    position: relative;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item::after {
    transform: rotate(45deg);
    display: block;
    height: 20px;
    width: 10px;
    border-bottom: 2px solid #778243;
    border-right: 2px solid #778243;
    content: "";
    position: absolute;
    right: 15px;
    top: 25%;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price {
    border: none;
    -ms-flex-align: center;
        align-items: center;
  }
  #accordion_specification .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after, #accordion_envelopeSpec .b-osp_options-accordion_item .b-osp_attributes-sum_group .b-osp_attributes-sum_item_price::after {
    display: none;
  }
}
@media screen and (max-width: 424px) {
  .l-osp_container[data-osp-stage=envelope] #tabEnvelope {
    margin-bottom: -60%;
  }
}
@media screen and (max-width: 767px) {
  .l-osp_container[data-osp-stage=envelope] #tabEnvelope {
    height: auto !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .l-osp_container[data-osp-stage=envelope] #tabEnvelope {
    margin-bottom: -43%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-osp_container[data-osp-stage=envelope] #tabEnvelope {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1920px) {
  .b-wedding_invitation-text {
    margin: 0 !important;
  }
  .b-wedding_invitation-motif {
    margin: 0 !important;
  }
  .b-wedding_invitation-text p {
    line-height: 2em !important;
    font-size: 0.7em !important;
  }
  .b-wedding_invitation {
    padding: 20px !important;
  }
  .b-wedding_invitation-text p:first-child {
    font-size: 0.9em !important;
  }
}
@media screen and (max-width: 767px) {
  .b-wedding_invitation-motif {
    margin: 0 !important;
  }
  .b-wedding_invitation-text p {
    line-height: 1.4em !important;
    font-size: 0.6em !important;
  }
}
.b-business_cards_3 {
  overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .b-envelop {
    height: 50% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 430px) {
  .b-envelop {
    top: 10px !important;
  }
}
.nostopopup {
  max-width: calc(100% - 380px);
}
.nostopopup .g-modal-dialog {
  max-width: 75%;
}
.nostopopup .g-modal-content {
  padding: 0;
}
.nostopopup .slick-arrow, .nostopopup .slick-arrow:hover {
  background-image: url(../images/nosto-arrow.svg);
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 3.5rem;
}
.nostopopup .slick-prev {
  transform: rotate(180deg);
  margin-top: -10px;
  left: -50px;
}
.nostopopup .slick-next {
  right: -50px;
}

.popup-slider {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: -11px;
}

.outofstock_dialog .g-modal-dialog {
  max-width: 600px;
}
.outofstock_dialog .g-modal-content {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .outofstock_dialog .g-modal-content {
    padding: 1.5rem 1rem;
  }
}
.outofstock_dialog .backinstock-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 20px;
}
.outofstock_dialog .b-signup_backinstock {
  width: 100%;
  background: black;
  border: none;
  padding: 10px 0;
  color: white;
  margin: 10px 0;
  cursor: pointer;
  min-height: auto;
  line-height: 15px;
}
.outofstock_dialog .b-signup_group-checkbox {
  margin: 1rem 0px 10px;
}

.b-grid_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .b-grid_header {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-grid_header.m-active-sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  height: 70px;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .b-grid_header.m-active-sticky {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .b-grid_header.m-active-sticky {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .b-grid_header.m-active-sticky {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-grid_header.m-active-sticky {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-grid_header.m-active-sticky {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header-selected_filters {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
  }
}
@media screen and (min-width: 1024px) {
  .b-grid_header-selected_filters {
    -ms-flex: 1 1 91.6666666667%;
        flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.b-grid_header .desktop-only {
  -ms-flex: 1 1 8.3333333333%;
      flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
  margin-bottom: 30px;
}
.b-grid_header.m-active-sticky .b-grid_header-selected_filters {
  display: none;
}
.b-grid_header-result_count {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  color: #000;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  float: inline-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-grid_header-result_count {
    margin-right: 8.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header-result_count {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .b-grid_header-sort {
    padding: 0;
    text-align: right;
    float: inline-end;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header-sort {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    display: contents !important;
  }
}
.b-grid_header-filter {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .b-grid_header-filter {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header-filter {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header-filter-height {
    line-height: 38px;
    padding-bottom: unset !important;
  }
}
.b-grid_header-filter:only-child {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}
.b-grid_header-filter .icon-arrow-right-2 {
  width: 18.01px;
  height: 11.998px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
  margin-right: 14px;
}
.b-grid_header-filter .b-grid-sort_filter {
  -ms-flex: 1 1 75%;
      flex: 1 1 75%;
  max-width: 75%;
  text-align: left;
}
.b-grid_header_viewmore {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .b-grid_header_viewmore {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header_viewmore {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-top: 20px;
  }
}
.b-grid_header_carousel {
  margin: 24px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .b-grid_header_carousel {
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .b-grid_header_carousel {
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-grid_header_carousel {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-grid_header_carousel .view-more-slide {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .b-grid_header_carousel .view-more-slide {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .b-grid_header_carousel .view-more-slide {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-grid_header_carousel .view-more-slide {
    width: unset !important;
    margin-right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .b-refin-desk {
    display: block;
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-top: 13px;
    padding-right: 0px !important;
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-refin-desk {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-refin-desk {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-refin-desk {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-refin-desk {
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    top: 0;
    right: -100%;
    height: 100%;
    max-width: 100%;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 35px 70px;
  }
  .b-refin-desk.m-slide-in {
    right: 0;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .b-refin-desk {
    padding: 30px 20px 70px;
  }
}

.b-refinements-nosearch {
  border-bottom: none !important;
}
@media screen and (min-width: 1024px) {
  .b-refinements {
    display: block;
    position: sticky;
    max-height: calc(100vh - var(--header-height) - 5px);
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .b-refinements ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .b-refinements {
    top: 154px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b-refinements {
    top: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinements {
    width: 567px !important;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements {
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    top: 0;
    right: -100%;
    height: 100%;
    max-width: 100%;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 35px 70px;
  }
  .b-refinements.m-slide-in {
    right: 0;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .b-refinements {
    padding: 30px 20px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-wrapper {
    margin-top: 24px;
    border-bottom: 1px solid #D9D9D9;
  }
}
.b-refinements-wrapper.m-active, .b-refinements-wrapper.m-active-sticky {
  position: relative;
}
.b-refinements-wrapper.m-active-sticky {
  position: fixed;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .b-refinements-wrapper.m-active-sticky {
    width: 21.5%;
  }
}
.b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1440px) {
  .b-refinements-wrapper.m-active .b-refinements-container, .b-refinements-wrapper.m-active-sticky .b-refinements-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements .m-scroll_filters {
    bottom: 5vh;
    position: absolute;
    top: unset;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-card {
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-card {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-card:last-child {
    border-bottom: 1px solid #D9D9D9;
    background: white;
  }
}
.b-refinements-card:last-child {
  border-bottom: 1px solid #D9D9D9;
  background: white;
}
.b-refinements-card.m-personalised {
  -ms-flex-order: 1;
      order: 1;
}
.b-refinements-card.m-personalised .b-refinements-item {
  width: auto;
  margin: 0;
  padding: 20px 0;
}
.b-refinements .close-filter {
  display: none;
  width: 7px !important;
  height: 13px !important;
}
@media screen and (min-width: 1024px) {
  .b-refinements-card.m-active .close-filter {
    display: block;
  }
  .b-refinements-card.m-active .open-filter {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-card.m-active .b-refinements-header::after {
    transform: rotate(-180deg);
    color: #000;
  }
}
.b-refinements-card.m-active .b-refinements-body {
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .b-refinements-card.m-active .b-refinements-body {
    display: inline-block;
  }
}
.b-refinements-header {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  text-align: left;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 1024px) {
  .b-refinements-header {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-header {
    padding: 24px 13px 24px 0;
  }
}
.b-refinements-header .icon-arrow-right-2 {
  width: 13px;
  height: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: right;
  transition-timing-function: ease-in-out;
  position: relative;
  transition: left 0.3s;
  transform: scaleX(1);
  top: 4px;
}
@media screen and (min-width: 1024px) {
  .b-refinements-body {
    display: none;
    max-height: 100vh;
    overflow: auto;
  }
}
.b-refinements-body_row {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b-refinements-clear_mobile {
    margin-top: 10px;
    -ms-flex-order: 2;
        order: 2;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-clear_mobile {
    width: 158px;
    height: 44px;
    color: #041E42;
    text-align: center;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    border: 1px solid #041E42;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinements-clear_mobile {
    width: 200px;
    margin-right: 14px;
  }
}
.b-refinements-clear {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .b-refinements-clear_button {
    color: #000;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-clear_button {
    color: #041E42;
    text-align: center;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
  }
}
.b-refinements-close {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  display: none;
}
.b-refinements-close:focus {
  outline: none;
}
.b-refinements-close.disabled, .b-refinements-close.m-disabled, .b-refinements-close:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-refinements-close:hover, .b-refinements-close:active, .b-refinements-close:focus {
  text-decoration: none;
}
.b-refinements-close:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-refinements-close:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-close {
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-body_row > .b-refinements-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .b-refinements-body_row > .b-refinements-categories > .b-refinements-category {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    margin-bottom: 40px;
    padding-right: 40px;
  }
}
.b-refinements-categories .b-refinements-categories {
  padding-left: 20px;
  border-left: 1px dashed #c4d5e8;
}
.b-refinements-category_link {
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
}
.b-refinements-category_link.m-selected {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .b-refinements-item {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinements-item {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-refinements-item {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .b-refinements-item {
    width: 100%;
  }
}
.b-refinements-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-refinements-swatch {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .b-refinements-swatch {
    padding-left: 0;
  }
}
.b-refinements-swatch.m-selected {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-refinements-item_link {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  font-size: inherit;
}
.b-refinements-item_link:hover .b-refinements-item_link_label::after {
  border: 2px solid #0b2171;
}
.b-refinements-item_link-input[required] ~ .b-refinements-item_link_label span {
  position: relative;
  padding-left: 8px;
}
.b-refinements-item_link-input[required] ~ .b-refinements-item_link_label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.b-refinements-item_link-input[required] ~ .b-refinements-item_link_label span {
  position: relative;
  padding-left: 8px;
}
.b-refinements-item_link-input[required] ~ .b-refinements-item_link_label span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.b-refinements-item_link-input.m-error ~ .b-refinements-item_link_label::after, .b-refinements-item_link-input.is-invalid ~ .b-refinements-item_link_label::after {
  border-color: #de0000;
}
.b-refinements-item_link-input:checked ~ .b-refinements-item_link_label::after {
  background-color: #0b2171;
  border-color: #0b2171;
}
.b-refinements-item_link-input:checked ~ .b-refinements-item_link_label::before {
  display: block;
}
.m-acc-on .b-refinements-item_link-input:focus ~ .b-refinements-item_link_label::after {
  box-shadow: 0 0 4px 1px #c4d5e8 !important;
}
.m-acc-on .b-refinements-item_link-input.is-invalid:focus ~ .b-refinements-item_link_label::after {
  box-shadow: 0 0 2px 0 #de0000 !important;
}
.b-refinements-item_link-input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.b-refinements-item_link_label {
  cursor: pointer;
}
.b-refinements-item_link_label a {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.b-refinements-item_link_label a:hover {
  text-decoration: none;
}
.b-refinements-item_link_label::after, .b-refinements-item_link_label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.b-refinements-item_link_label::after {
  left: 0;
  top: 2px;
  z-index: 1;
  height: 14px;
  width: 14px;
  border: 2px solid #c4d5e8;
}
.b-refinements-item_link_label::before {
  z-index: 2;
  left: 3px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-color: #fff;
  transform: rotate(-45deg);
  display: none;
}
.b-refinements-item_link:hover, .b-refinements-item_link:focus {
  text-decoration: none;
}
.b-refinements-item_link.m-selected {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-refinements-item_link.m-selected .b-refinements-item_link_label::after {
  background-color: #0b2171;
  border-color: #0b2171;
}
.b-refinements-item_link.m-selected .b-refinements-item_link_label::before {
  display: block;
}
.b-refinements-selected_list {
  max-height: 100px;
  opacity: 1;
  transition: opacity 0.2s 0.3s, max-height 0.3s 0s;
}
@media screen and (min-width: 1024px) {
  .b-refinements-selected_list {
    display: none;
  }
}
.b-refinements-card.m-active .b-refinements-selected_list {
  max-height: 0;
  opacity: 0;
  transition: opacity 0.2s 0s, max-height 0.3s 0.2s;
}
.b-refinements-selected_item {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 5px;
  color: #aaa;
}
.b-refinements-selected_item:not(:last-child):after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 1024px) {
  .m-sticy-refinements {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .b-refinements-sort-mobile {
    margin-top: 25px;
    position: relative;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 24px 13px;
    border: 1px solid #D9D9D9;
  }
}
.b-refinements-sort-mobile .open-filter {
  width: 13px;
  height: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: right;
  transition-timing-function: ease-in-out;
  position: relative;
  transition: left 0.3s;
  transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .b-refinements-sort-mobile .open-filter {
    top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .b-refinements-sort-mobile .open-filter {
    top: 8px;
  }
}

.b-search_sort {
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .b-search_sort {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .b-search_sort {
    position: relative;
  }
}
.b-search_sort-label {
  position: relative;
  padding-right: 5px;
  z-index: 89;
  vertical-align: middle;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .b-search_sort .selectric-b-search_sort-select > .selectric {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .b-search_sort .selectric-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .b-search_sort .selectric-wrapper .selectric-items {
    min-width: 200px;
    left: auto;
    right: 0px;
    top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .b-search_sort .selectric .button {
    display: none;
  }
}

.b-filter-header, .b-filter-footer {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b-filter-header, .b-filter-footer {
    display: none;
  }
}
.b-filter-header_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-filter-header_title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .b-filter-header_close {
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
  }
  .b-filter-header_close::before, .b-filter-header_close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  .b-filter-header_close::before {
    transform: rotate(45deg);
  }
  .b-filter-header_close::after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-header_close {
    background: none;
    border: none;
    right: 0;
    position: absolute;
    top: -45px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    text-transform: uppercase;
    color: #000;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-decoration: underline;
    padding: 0;
  }
}
.b-filter-header_count {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .b-filter-header_count {
    margin-top: 35px;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-header_count {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-header_count .b-grid_header-filter {
    border-top: unset;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-header_count .b-grid_header-result_count {
    margin-right: unset;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-header_count .b-filter-text {
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1.28px;
    font-size: 16px;
  }
}
.b-filter-footer {
  background-color: #fff;
  overflow-y: auto;
  position: fixed;
  z-index: 1050;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: -100%;
  height: 100%;
  max-width: 100%;
  visibility: hidden;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 2px 2px;
  background: #fff;
  z-index: 101;
}
.b-filter-footer.m-slide-in {
  right: 0;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-filter-footer {
    width: unset !important;
  }
}
.b-refinements.m-slide-in .b-filter-footer {
  right: 0;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .b-filter-footer {
    display: -ms-flexbox;
    display: flex;
    padding: 13px 31px 15px 31px;
    z-index: 9999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-filter-footer {
    padding: 13px 66px 15px 66px;
  }
}
.b-filter-footer_button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  width: 100%;
}
.b-filter-footer_button:focus {
  outline: none;
}
.b-filter-footer_button.disabled, .b-filter-footer_button.m-disabled, .b-filter-footer_button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-filter-footer_button:hover, .b-filter-footer_button:active, .b-filter-footer_button:focus {
  text-decoration: none;
}
.b-filter-footer_button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-filter-footer_button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-filter-footer_button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-filter-footer_button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-footer_button {
    width: 158px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    background: #041E42;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-filter-footer_button {
    width: 200px;
  }
}
.b-filter-footer_button:disabled {
  opacity: unset;
  background: #E5E5E5;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .b-filter-open_button {
    color: #000;
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1023px) {
  .b-filter-text {
    bottom: 2px;
    position: relative;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.b-selected_filters {
  display: contents;
}
.b-selected_filters-title {
  margin-bottom: 20px;
  margin-right: 10px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 1023px) {
  .b-selected_filters-title {
    margin-top: 20px;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .b-selected_filters-list {
    display: inline;
    margin-bottom: 60px;
  }
}
.b-selected_filters-item {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 1023px) {
  .b-selected_filters-item {
    margin-bottom: 25px;
  }
}
.b-selected_filters-link {
  position: relative;
  width: 100%;
  padding: 12px 8px 10px 14px;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.b-selected_filters-link .icon-arrow-right-2 {
  top: 4px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b-selected_filters-link .icon-arrow-right-2 {
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .b-selected_filters-link.b-color_swatch-link :before, .b-selected_filters-link.b-color_swatch-link:after {
    top: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-refinements .b-selected_filters-list,
  .l-body-page[data-action=Search-Show] .b-grid_header .b-selected_filters-list {
    margin-bottom: unset !important;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-refinements .b-selected_filters-list,
  .l-body-page[data-action=Search-Show] .b-grid_header .b-selected_filters-list {
    padding: 14px 12px 0px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-refinements .b-selected_filters-item,
  .l-body-page[data-action=Search-Show] .b-grid_header .b-selected_filters-item {
    margin-top: 30px;
  }
}

.b-products-noresults_wrapper {
  width: 100%;
}
.b-products-noresults_container {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .b-products-noresults_container {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .b-products-noresults_container .b-selected_filters-title {
    margin-top: 0;
  }
}
.b-products-noresults_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .b-products-noresults_label {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-products-noresults_label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-products-noresults_label {
    margin: 20px 0;
  }
}
.b-products-noresults_content {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .b-products-noresults_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-products-noresults_content .b-refinements_bar-clear_button {
  display: block;
  margin-top: 30px;
}
.b-products-noresults_line {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .b-products-noresults_line {
    display: inline;
  }
}
.b-products-noresults_search_input {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-products-noresults_search_input {
    margin-bottom: 0px;
  }
}
.b-products-noresults_search {
  display: block;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.b-products-noresults_search .nosto_block {
  padding: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-products-noresults_search {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-products-noresults_search {
    width: 100%;
    margin-top: 22px;
  }
}
.b-products-noresults_search .b-search-form {
  min-height: auto;
  height: auto;
  margin: 20px 0 40px;
}
.b-products-noresults_search .b-search-input_row {
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-products-noresults_search .b-search-input {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  border-radius: 0;
  width: 400px;
  height: 44px;
  border: 2px solid #D9D9D9;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .b-products-noresults_search .b-search-input {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-products-noresults_search .b-search-input {
    width: 400px;
  }
}
.b-products-noresults_search .b-search-input-search_button {
  min-height: 44px;
  width: 142px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #041e42;
}
.b-products-noresults_search .b-search-input:-ms-input-placeholder {
  color: #000000;
}
.b-products-noresults_search .b-search-input::placeholder {
  color: #000000;
}
.b-products-noresults_search_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  font-size: 24px !important;
  line-height: 20px !important;
  letter-spacing: 0.1em !important;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .b-products-noresults_search_label {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-products-noresults_search_label {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .b-products-noresults_search_label {
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
  }
}
.b-products-noresults_search_alter {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
}
.b-products-noresults_search_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}

.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link {
  display: inline-block;
  cursor: pointer;
  text-align: center !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-circle,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-circle,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-circle {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 2px !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link_list.m-selected,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link_list.m-selected,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link_list.m-selected {
  border: 1px solid #D01111 !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-selected,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-selected,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-selected {
  border: 1px solid #000;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-unselectable,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-unselectable,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-unselectable {
  border: 1px solid #E5E5E5;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-unselectable > .b-color_swatch-circle::after,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-unselectable > .b-color_swatch-circle::after,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-unselectable > .b-color_swatch-circle::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 51%;
  border: none;
  width: 28.6px !important;
  height: 1px;
  margin-left: -14px !important;
  background: #E5E5E5 !important;
  transform: rotate(120deg) !important;
  z-index: 2;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: -6px !important;
  margin-top: 6px !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::before,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::before,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::before {
  top: -1px !important;
  bottom: 3px !important;
  border: unset !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle > .b-color_swatch-image,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle > .b-color_swatch-image,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle > .b-color_swatch-image {
  margin-top: -2px !important;
}
.l-body-page[data-action=Product-Show] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::after,
.l-body-page[data-action=Product-ShowInCategory] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::after,
.l-body-page[data-action=Product-GlobaleShow] .b-product_attributes .b-color_swatch-link.m-selected > .b-color_swatch-circle::after {
  top: 40% !important;
}

.b-color_swatch-link {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.b-product_attributes-color_items .b-color_swatch-link:focus, .b-product_tile-swatches .b-color_swatch-link:focus {
  box-shadow: none !important;
}

.b-color_swatch-link:hover, .b-color_swatch-link:focus {
  text-decoration: none;
}
.m-acc-on .b-product_attributes-color_items .b-color_swatch-link:focus .b-color_swatch-circle, .m-acc-on .b-product_tile-swatches .b-color_swatch-link:focus .b-color_swatch-circle {
  box-shadow: 0 0 3px 3px #c4d5e8;
}

.b-color_swatch-circle {
  border-radius: 50%;
}
.b-color_swatch-title, .b-color_swatch-circle {
  display: inline-block;
  vertical-align: middle;
}
.b-color_swatch-title {
  margin-left: 5px;
  line-height: normal;
}
.b-color_swatch-title:hover, .b-color_swatch-title:focus {
  text-decoration: underline;
}
.b-color_swatch-circle {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 4px;
  border: none;
  border-radius: 50%;
}
.b-color_swatch-circle.m-color-black {
  background-color: #000;
}
.b-color_swatch-circle.m-color-grey {
  background-color: #99A3A4;
}
.b-color_swatch-circle.m-color-blue {
  background-color: #79a1ce;
}
.b-color_swatch-circle.m-color-green {
  background-color: #005e20;
}
.b-color_swatch-circle.m-color-yellow {
  background-color: #ffd600;
}
.b-color_swatch-circle.m-color-gold {
  background-color: #c9b47f;
}
.b-color_swatch-circle.m-color-silver {
  background-color: #bdbdbd;
}
.b-color_swatch-circle.m-color-white {
  background-color: #fff;
}
.b-color_swatch-circle.m-color-beige {
  background-color: #e6d2c4;
}
.b-color_swatch-circle.m-color-orange {
  background-color: #ffae00;
}
.b-color_swatch-circle.m-color-pink {
  background-color: #f1c4c7;
}
.b-color_swatch-circle.m-color-purple {
  background-color: #ab5f8d;
}
.b-color_swatch-circle.m-color-red {
  background-color: #b52e34;
}
.b-color_swatch-circle.m-color-brown {
  background-color: #453c3d;
}
.b-color_swatch-circle.m-color-navy {
  background-color: #30385F;
}
.b-color_swatch-circle.m-color-white {
  border: 1px solid #ccc;
}
.b-color_swatch-circle.m-color-miscellaneous {
  background-image: url(../images/multicolor_active.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.b-color_swatch-link.m-selected .b-color_swatch-circle {
  width: 20px;
  height: 20px;
}
.b-color_swatch-link.m-selected .b-color_swatch-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
}
.b-color_swatch-link.m-selected .b-color_swatch-circle.m-color-white {
  border-width: 4px;
}
.b-color_swatch-link.m-selected .b-color_swatch-circle.m-color-white::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.b-color_swatch-link.m-unselectable .b-color_swatch-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #000;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .b-color_swatch-link.m-unselectable .b-color_swatch-circle::after {
    z-index: 2;
  }
}
.b-color_swatch-image {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.b-color_swatch-link.m-unselectable .b-color_swatch-image {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.b-color_swatch-link.m-unselectable:hover .b-color_swatch-image {
  opacity: 1;
}

.b-color_swatch-image {
  aspect-ratio: 1/1;
}

.b-quick_view_dialog .b-color_swatch-link {
  display: inline-block;
  cursor: pointer;
  text-align: center !important;
  width: 47px !important;
  height: 56px !important;
}
.b-quick_view_dialog .b-color_swatch-circle {
  width: 24px !important;
  height: 24px !important;
  margin-bottom: 8px !important;
}
.b-quick_view_dialog .b-color_swatch-link.m-selected > .b-color_swatch-circle {
  width: 29px !important;
  height: 29px !important;
  margin-bottom: 4px !important;
  margin-top: 2px !important;
}
.b-quick_view_dialog .b-color_swatch-link.m-selected > .b-color_swatch-circle::before {
  top: -1px !important;
  bottom: 3px !important;
}
.b-quick_view_dialog .b-color_swatch-link.m-selected > .b-color_swatch-circle > .b-color_swatch-image {
  margin-top: -2px !important;
}
.b-quick_view_dialog .b-color_swatch-link.m-selected > .b-color_swatch-circle::after {
  top: 40% !important;
}

.l-body-page[data-action=Search-Show] .b-refinements-swatch {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Search-Show] .b-refinements-item_link {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-refinements-item_link {
    padding-left: 30px;
  }
}
.l-body-page[data-action=Search-Show] .b-refinements-item_link_label::after {
  width: 16px;
  height: 16px;
  top: -2px;
  border: 1px solid #B8B8B8;
  background-color: unset;
  border-radius: 1px;
}
.l-body-page[data-action=Search-Show] .b-refinements-item_link_label.b-color_swatch-circle:before, .l-body-page[data-action=Search-Show] .b-refinements-item_link_label.b-color_swatch-circle:after {
  left: -30px;
  top: -2px;
}
.l-body-page[data-action=Search-Show] .b-refinements-item_link.m-selected, .l-body-page[data-action=Search-Show] .b-refinements-swatch.m-selected {
  font-weight: unset;
}
.l-body-page[data-action=Search-Show] .b-refinements-item_link_label::before {
  border-radius: 1px;
  background: #041E42;
  width: 10px;
  height: 10px;
  border: unset;
  left: 3px !important;
  top: 1px;
  transform: unset;
}
.l-body-page[data-action=Search-Show] .b-refinements .refinement-colour .b-refinements-item_link_label:before,
.l-body-page[data-action=Search-Show] .b-refinements .refinement-farbe .b-refinements-item_link_label:before,
.l-body-page[data-action=Search-Show] .b-refinements .refinement-couleur .b-refinements-item_link_label:before,
.l-body-page[data-action=Search-Show] .b-refinements .refinement-colore .b-refinements-item_link_label:before,
.l-body-page[data-action=Search-Show] .b-refinements .refinement-色 .b-refinements-item_link_label:before,
.l-body-page[data-action=Search-Show] .b-refinements .refinement-coloris- .b-refinements-item_link_label:before {
  left: -27px !important;
}
@media screen and (min-width: 1024px) {
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-colour .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-farbe .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-couleur .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-colore .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-色 .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-coloris- .b-refinements-item_link_label:before {
    top: 1px !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-colour .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-farbe .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-couleur .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-colore .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-色 .b-refinements-item_link_label:before,
  .l-body-page[data-action=Search-Show] .b-refinements .refinement-coloris- .b-refinements-item_link_label:before {
    top: 2px !important;
  }
}
.l-body-page[data-action=Search-Show] .b-refinements .b-refinements-list {
  padding-top: 2px;
}
.l-body-page[data-action=Search-Show] .b-refinements .b-color_swatch-circle {
  margin: unset !important;
  width: 12px !important;
  height: 12px !important;
  left: 30px;
}
.l-body-page[data-action=Search-Show] .b-refinements .b-color_swatch-link.m-selected > .l-body-page[data-action=Search-Show] .b-refinements .b-color_swatch-circle {
  width: unset !important;
  height: unset !important;
}
.l-body-page[data-action=Search-Show] .b-refinements .b-color_swatch-link {
  display: unset !important;
  padding: unset;
}
.l-body-page[data-action=Search-Show] .b-refinements .b-color_swatch-title {
  margin-left: 35px;
}
.l-body-page[data-action=Search-Show] .b-grid_header .b-color_swatch-circle {
  margin: unset !important;
  display: unset;
}
.l-body-page[data-action=Search-Show] .b-grid_header .b-color_swatch-link.m-selected > .l-body-page[data-action=Search-Show] .b-grid_header .b-color_swatch-circle {
  width: unset !important;
  height: unset !important;
}
.l-body-page[data-action=Search-Show] .b-grid_header .b-color_swatch-link {
  display: unset !important;
}
.l-body-page[data-action=Search-Show] .b-grid_header .b-color_swatch-title {
  margin-left: unset;
}

.b-recommendations, .b-recently_products {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations, .b-recently_products {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-recommendations-wrap, .b-recently_products-wrap {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-wrap, .b-recently_products-wrap {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-recommendations-title, .b-recently_products-title {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    padding-right: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-recommendations-title .b-title_group-subtitle, .b-recently_products-title .b-title_group-subtitle {
  letter-spacing: 0.7px;
}
.b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1440px) {
  .b-recommendations .b-product-item, .b-recommendations .b-recently_products-item, .b-recently_products .b-product-item, .b-recently_products .b-recently_products-item {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-recommendations .b-product-item.m-hide_last, .b-recommendations .m-hide_last.b-recently_products-item, .b-recently_products .b-product-item.m-hide_last, .b-recently_products .m-hide_last.b-recently_products-item {
    display: none;
  }
}
.b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_title, .b-recently_products .b-product-item_title {
    padding: 0 5px;
  }
}
.b-recommendations .b-product-item_image, .b-recently_products .b-product-item_image {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
  position: relative;
  top: 0;
  display: inline-block;
  width: 0;
  bottom: 0;
  margin-left: 10px;
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  content: "\E908";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .b-recommendations .b-product-item_favorites, .b-recently_products .b-product-item_favorites {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.b-recommendations .b-product-item_favorites::before, .b-recently_products .b-product-item_favorites::before {
  cursor: pointer;
  vertical-align: middle;
}
.b-recommendations .b-product-item_favorites.m-picked::before, .b-recently_products .b-product-item_favorites.m-picked::before {
  content: "\E909";
  font-size: 12px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-recently_products,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products,
  .l-body-page[data-action=Search-Show] .b-recently_products {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-left: 0px;
    text-transform: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-recently_products,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products,
  .l-body-page[data-action=Search-Show] .b-recently_products {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-left: 0px;
    text-transform: none !important;
  }
}
.l-body-page[data-action=Product-Show] .b-recently_products .b-product_tile-description_bottom,
.l-body-page[data-action=Product-Show] .b-recently_products .b-product_tile-name,
.l-body-page[data-action=Product-ShowInCategory] .b-recently_products .b-product_tile-description_bottom,
.l-body-page[data-action=Product-ShowInCategory] .b-recently_products .b-product_tile-name,
.l-body-page[data-action=Product-GlobaleShow] .b-recently_products .b-product_tile-description_bottom,
.l-body-page[data-action=Product-GlobaleShow] .b-recently_products .b-product_tile-name,
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-description_bottom,
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-name {
  -ms-flex-pack: center;
      justify-content: center;
}
.l-body-page[data-action=Product-Show] .b-recently_products .b-product-badge-plp,
.l-body-page[data-action=Product-ShowInCategory] .b-recently_products .b-product-badge-plp,
.l-body-page[data-action=Product-GlobaleShow] .b-recently_products .b-product-badge-plp,
.l-body-page[data-action=Search-Show] .b-recently_products .b-product-badge-plp {
  display: none;
}
.l-body-page[data-action=Product-Show] .b-recently_products-item,
.l-body-page[data-action=Product-ShowInCategory] .b-recently_products-item,
.l-body-page[data-action=Product-GlobaleShow] .b-recently_products-item,
.l-body-page[data-action=Search-Show] .b-recently_products-item {
  background: #F6F6F6;
  margin-right: 11px;
  padding-left: 0%;
  padding-right: 0%;
  aspect-ratio: auto;
  max-width: none !important;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .b-recently_products-item,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products-item,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products-item,
  .l-body-page[data-action=Search-Show] .b-recently_products-item {
    width: 255px;
    margin-right: 12px;
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-recently_products-item,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products-item,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products-item,
  .l-body-page[data-action=Search-Show] .b-recently_products-item {
    width: 492px !important;
    margin-right: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-body-page[data-action=Product-Show] .b-recently_products-item,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products-item,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products-item,
  .l-body-page[data-action=Search-Show] .b-recently_products-item {
    width: 245px;
    margin-right: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.l-body-page[data-action=Product-Show] .b-recently_products-item .b-product_tile-body,
.l-body-page[data-action=Product-ShowInCategory] .b-recently_products-item .b-product_tile-body,
.l-body-page[data-action=Product-GlobaleShow] .b-recently_products-item .b-product_tile-body,
.l-body-page[data-action=Search-Show] .b-recently_products-item .b-product_tile-body {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    list-style-type: none;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li {
    margin: 0;
    width: inherit;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots button {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #D9D9D9;
    text-indent: -9999px;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li.slick-active button {
    background-color: #303030;
    height: 3px;
    position: relative;
    top: -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    list-style-type: none;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots li,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li {
    margin: 0;
    width: inherit;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots button,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots button {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #D9D9D9;
    text-indent: -9999px;
  }
  .l-body-page[data-action=Product-Show] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Product-ShowInCategory] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Product-GlobaleShow] .b-recently_products .slick-dots li.slick-active button,
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li.slick-active button {
    background-color: #303030;
    height: 3px;
    position: relative;
    top: -1px;
  }
}
.l-body-page[data-action=Product-Show] .js-product_recentview,
.l-body-page[data-action=Product-ShowInCategory] .js-product_recentview,
.l-body-page[data-action=Product-GlobaleShow] .js-product_recentview,
.l-body-page[data-action=Search-Show] .js-product_recentview {
  margin-left: 24px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Product-Show] .js-product_recentview,
  .l-body-page[data-action=Product-ShowInCategory] .js-product_recentview,
  .l-body-page[data-action=Product-GlobaleShow] .js-product_recentview,
  .l-body-page[data-action=Search-Show] .js-product_recentview {
    margin-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Product-Show] .js-product_recentview,
  .l-body-page[data-action=Product-ShowInCategory] .js-product_recentview,
  .l-body-page[data-action=Product-GlobaleShow] .js-product_recentview,
  .l-body-page[data-action=Search-Show] .js-product_recentview {
    margin-left: 32px;
  }
}

.l-body-page[data-action=Search-Show] .b-recently_products {
  margin-left: 24px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-recently_products {
    margin-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-recently_products {
    margin-left: 32px;
  }
}
.l-body-page[data-action=Search-Show] .b-recently_products-title {
  background: #fff;
}
.l-body-page[data-action=Search-Show] .b-recently_products-title .b-title_group-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 1.92px !important;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-recently_products-title .b-title_group-title {
    text-align: left;
    margin-left: 32px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-description_bottom,
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-name {
  -ms-flex-pack: center;
      justify-content: center;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product-badge-plp {
  display: none;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_attributes-price_value {
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 23px;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_attributes-sales_price {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_attributes-sales_color {
  color: #D01111;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_attributes-sales_price_color {
  color: #000;
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-discount_price {
  color: #D01111;
}
@media screen and (max-width: 479px) {
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    margin-left: 0 !important;
    list-style-type: none;
    padding: 0 5%;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li {
    margin: 0;
    width: inherit;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots button {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #D9D9D9;
    text-indent: -9999px;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li.slick-active button {
    background-color: #303030;
    height: 3px;
    position: relative;
    top: -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    margin-left: 0 !important;
    list-style-type: none;
    padding: 0 5%;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li {
    margin: 0;
    width: inherit;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots button {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #D9D9D9;
    text-indent: -9999px;
  }
  .l-body-page[data-action=Search-Show] .b-recently_products .slick-dots li.slick-active button {
    background-color: #303030;
    height: 3px;
    position: relative;
    top: -1px;
  }
}
.l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-name_link {
  padding: unset !important;
}
@media screen and (min-width: 768px) {
  .l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-name_link {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 767px) {
  .l-body-page[data-action=Search-Show] .b-recently_products .b-product_tile-name_link {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
.l-body-page[data-action=Search-Show] .hidden_butterfly {
  padding-bottom: 49px;
}

.b-recently_products-title {
  background: #fff;
}
.b-recently_products-title .b-title_group-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  letter-spacing: 1.92px !important;
  text-transform: capitalize;
}
@media (max-width: 940px) and (min-width: 510px) {
  .b-recently_products-title .b-title_group-title {
    margin-left: 0px;
    font-size: 24px;
  }
}
@media (max-width: 510px) {
  .b-recently_products-title .b-title_group-title {
    margin-left: 0px;
    font-size: 24px !important;
    line-height: 29px !important;
    letter-spacing: 0.06rem !important;
    text-transform: none !important;
  }
}
.b-recently_products-title > .b-title_group {
  padding-left: 10px;
  margin-bottom: 15px;
}
.b-recently_products-wrap {
  background: white;
}
@media screen and (max-width: 767px) {
  .b-recently_products-item {
    width: 255px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-recently_products-item {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .b-recently_products-item {
    width: 248px;
  }
}
@media screen and (min-width: 1440px) {
  .b-recently_products-item {
    width: 330px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .b-recently_products-item {
    width: 250px;
  }
}

.pl-trustmark {
  background-color: white;
  width: 120px;
}

.js-product_recentview {
  margin-left: -10px;
}

.hidden_butterfly {
  padding-bottom: 55px;
}

.b-cart {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-cart {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-cart {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-cart {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cart {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .b-cart-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-cart-header {
  padding-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b-cart-header {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.b-cart .shipping-restriction-error {
  color: #D01111;
  margin-top: 1rem;
}
.b-cart-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-cart-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .b-cart-container_column_left {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .b-cart-container_column_right {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 25px;
  }
}
.b-cart-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  padding: 18px 30px;
  margin-top: 25px;
  border: 1px solid #de0000;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .b-cart-error {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 16px;
    padding: 16px 30px;
  }
}
.b-cart-error.m-checkout-error {
  margin: 10px 0 30px;
}
.b-cart-content {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-cart-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-cart-content {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-cart-content {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cart-content {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.b-cart-approaching_discounts {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  background: #f0f0f0;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.b-cart-content_info {
  margin-bottom: 80px;
}
.b-cart-content_info .b-payment_methods-list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .b-cart-content_info .b-payment_methods-item {
    margin: 0 0 20px 0;
    width: 25%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-cart-content_info .b-payment_methods-item {
    width: auto;
    margin: 0 0 20px 30px;
  }
}
.b-cart-content_info_header {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
  color: #041E42;
}
.b-cart-content_info_content {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  padding-top: 5px;
}
.b-cart-content_info_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.b-cart-content_info_link:hover {
  text-decoration: none;
}
.b-cart_item-restricted {
  background-color: rgba(255, 231, 231, 0.4784313725);
}

.b-cart_empty {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-cart_empty {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-cart_empty {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-cart_empty {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cart_empty {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-cart_empty {
    padding-top: 120px;
  }
}
.b-cart_empty-info {
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .b-cart_empty-info {
    max-width: 210px;
  }
}
.b-cart_empty-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
}
.b-cart_empty-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-cart_empty-button:hover {
  text-decoration: none;
}
.b-cart_empty-button:focus {
  outline: none;
}
.b-cart_empty-button.disabled, .b-cart_empty-button.m-disabled, .b-cart_empty-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-cart_empty-button:hover, .b-cart_empty-button:active, .b-cart_empty-button:focus {
  text-decoration: none;
}
.b-cart_empty-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-cart_empty-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-cart_empty-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-cart_empty-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-cart_empty-image {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .b-cart_empty-image {
    padding-top: 140px;
  }
}
.b-cart_empty-img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.b-quantity-container {
  position: relative;
  max-width: 70px;
  margin: 0 auto;
}
.b-quantity-input {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  height: 30px;
}
.b-quantity-input:-ms-input-placeholder {
  color: #a3a3a3;
}
.b-quantity-input::placeholder {
  color: #a3a3a3;
}
.b-quantity-input[type=search], .b-quantity-input[type=search]::-webkit-search-decoration, .b-quantity-input[type=search]::-webkit-search-cancel-button, .b-quantity-input[type=search]::-webkit-search-results-button, .b-quantity-input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.b-quantity-input[type=number] {
  -moz-appearance: textfield;
}
.b-quantity-input[type=number]::-webkit-outer-spin-button, .b-quantity-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-quantity-input:hover, .b-quantity-input:focus {
  border-bottom-color: #0b2171;
  outline: none;
  box-shadow: none;
}
.b-quantity-input.m-textarea {
  resize: none;
  height: 60px;
}
.b-quantity-input.is-invalid, .b-quantity-input.m-error {
  border-color: #de0000;
}
.b-quantity-input.is-invalid:hover, .b-quantity-input.is-invalid:focus, .b-quantity-input.m-error:hover, .b-quantity-input.m-error:focus {
  border-color: #de0000;
}
.b-quantity-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.b-quantity-input::-ms-clear {
  display: none;
}
.b-quantity-input:disabled {
  border-bottom-color: #de0000;
  background-color: transparent;
}
.b-quantity-minus {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 20px;
  left: 0;
}
.b-quantity-minus::before, .b-quantity-minus::after {
  background-color: #000;
  content: "";
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.b-quantity-minus::before {
  transform: rotate(45deg);
}
.b-quantity-minus::after {
  transform: rotate(135deg);
}
.b-quantity-minus::before {
  transform: none;
  width: 14px;
}
.b-quantity-minus::after {
  display: none;
}
.b-quantity-plus {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 20px;
  right: 0;
}
.b-quantity-plus::before, .b-quantity-plus::after {
  background-color: #000;
  content: "";
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.b-quantity-plus::before {
  transform: rotate(45deg);
}
.b-quantity-plus::after {
  transform: rotate(135deg);
}
.b-quantity-plus::before {
  transform: none;
  width: 14px;
}
.b-quantity-plus::after {
  transform: rotate(90deg);
  width: 14px;
}
.b-quantity-btn {
  position: absolute;
  top: 5px;
  width: 14px;
  height: 14px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.b-quantity-btn:focus {
  outline: none;
}
.b-quantity-btn:disabled {
  opacity: 0.3;
  cursor: auto;
}
.b-quantity-message:not(:empty) {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  padding: 10px 0;
  color: #aaa;
  text-align: center;
  white-space: nowrap;
}
.b-quantity-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  text-align: center;
  max-width: 70px;
}
@media screen and (min-width: 768px) {
  .b-quantity-bonus {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b-quantity-bonus {
    max-width: none;
  }
}
.b-quantity-bonus_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-quantity-bonus_label {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-quantity-bonus_value {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
  }
}

.b-cart_item {
  border-top: 1px dashed #c4d5e8;
  border-bottom: 1px dashed #c4d5e8;
  border-bottom: none;
  padding: 25px 15px 15px;
  color: #041E42;
}
.b-cart_item:last-child {
  border-top: 1px dashed #c4d5e8;
  border-bottom: 1px dashed #c4d5e8;
}
.b-cart_item-error {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .b-cart_item-error {
    padding-left: 140px;
    padding-bottom: 5px;
  }
}
.b-cart_item-error_message {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 0;
}
.b-cart_item-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.b-cart_item-image {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-image {
    position: relative;
    top: auto;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
}
.b-cart_item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  -ms-flex-align: baseline;
      align-items: baseline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-cart_item-content {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .b-cart_item-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b-cart_item-main_info {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  min-height: 135px;
  padding-left: 120px;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-main_info {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0;
    min-height: 1px;
    -ms-flex-order: 1;
        order: 1;
  }
}
.b-cart_item-attributes {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-attributes {
    -ms-flex: 1 1 66.6666666667%;
        flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex-order: 4;
        order: 4;
  }
}
.b-cart_item-attributes .b-personalisation-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  padding-top: 15px;
}
.b-cart_item-quantity {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-quantity {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.b-cart_item-sub_total_price {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  max-width: 50%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .b-cart_item-sub_total_price {
    text-align: right;
  }
}
@media screen and (min-width: 768px), print {
  .b-cart_item-sub_total_price {
    -ms-flex: 1 1 16.6666666667%;
        flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 14px;
    -ms-flex-order: 3;
        order: 3;
  }
}
.b-cart_item-sub_total_price-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  margin-right: 2px;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-sub_total_price-label {
    display: none;
  }
}
.b-cart_item-sub_total_price-value {
  display: inline-block;
}
.b-cart_item-price {
  margin-bottom: 18px;
}
.b-cart_item-price .b-product_attributes-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 18px;
}
.b-cart_item-price .b-product_attributes-sales_price {
  display: block;
  padding-top: 5px;
}
@media screen and (min-width: 1024px) {
  .b-cart_item-price .b-product_attributes-sales_price {
    display: inline-block;
    padding-top: 0;
  }
}
.b-cart_item-header {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .b-cart_item-header {
    line-height: 22px;
    padding-right: 25px;
  }
}
.b-cart_item-bonus_title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.b-cart_item-img {
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-img {
    width: 120px;
    height: 120px;
  }
}
.b-cart_item-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px), print {
  .b-cart_item-remove {
    top: 5px;
  }
}
.b-cart_item-remove_btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 20px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
}
.b-cart_item-remove_btn::before, .b-cart_item-remove_btn::after {
  background-color: #000;
  content: "";
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.b-cart_item-remove_btn::before {
  transform: rotate(45deg);
}
.b-cart_item-remove_btn::after {
  transform: rotate(135deg);
}
.b-cart_item-remove_btn::before, .b-cart_item-remove_btn::after {
  width: 15px;
}
.b-cart_item-remove_btn:hover {
  background: transparent;
}
.b-cart_item-edit_product {
  margin-bottom: 15px;
}
.b-cart_item-edit_product_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  padding: 0;
}
.b-cart_item-edit_product_btn:focus {
  outline: none;
}
.b-cart_item-edit_product_btn.disabled, .b-cart_item-edit_product_btn.m-disabled, .b-cart_item-edit_product_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-cart_item-edit_product_btn:hover, .b-cart_item-edit_product_btn:active, .b-cart_item-edit_product_btn:focus {
  text-decoration: none;
}
.b-cart_item-edit_product_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-cart_item-edit_product_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-cart_item .m-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin: 0;
}
.b-cart_item-attributes {
  margin-bottom: 15px;
}
.b-cart_item-attributes-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-cart_item-promo_message {
  line-height: 20px;
}

.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item {
  color: #000;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-sub_total_price,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-sub_total_price,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-sub_total_price,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-sub_total_price,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-sub_total_price,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-sub_total_price {
  margin-top: 12px;
  color: #000;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-price,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-price,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-price,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-price,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-price,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-price {
  margin-bottom: 12px;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-price .b-product_attributes-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px !important;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-price .b-product_attributes-sales_price {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px !important;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-header,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-header,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-header,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-header,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-header,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-header {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-attributes,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-attributes,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-attributes,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-attributes,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-attributes,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-attributes {
  margin-bottom: 12px;
  color: #000;
}
.l-body-page[data-action=Home-Show] .b-normal-productcart .b-cart_item-attributes-label,
.l-body-page[data-action=Page-Show] .b-normal-productcart .b-cart_item-attributes-label,
.l-body-page[data-action=Search-Show] .b-normal-productcart .b-cart_item-attributes-label,
.l-body-page[data-action=Product-Show] .b-normal-productcart .b-cart_item-attributes-label,
.l-body-page[data-action=Product-ShowInCategory] .b-normal-productcart .b-cart_item-attributes-label,
.l-body-page[data-action=Product-GlobaleShow] .b-normal-productcart .b-cart_item-attributes-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}

.b-cart_items_header {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  color: #041E42;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-cart_items_header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .b-cart_items_header-col1 {
    -ms-flex-positive: 0;
        flex-grow: 0;
    min-width: 120px;
  }
}
.b-cart_items_header-col2 {
  display: none;
}
@media screen and (min-width: 768px), print {
  .b-cart_items_header-col2 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .b-cart_items_header-col3 {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px), print {
  .b-cart_items_header-col4 {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
  }
}
.b-cart_items_header-col4.m-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .b-cart_items_header-col5 {
    -ms-flex: 1 1 16.6666666667%;
        flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.b-gift_message {
  margin-bottom: 15px;
}
.b-gift_message-edit {
  padding-top: 15px;
}
.b-gift_message-inp {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  resize: none;
}
.b-gift_message-message {
  padding-bottom: 15px;
  line-height: 20px;
  word-break: break-word;
}
.b-gift_message-label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 15px;
}
.b-gift_message-save_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  line-height: 20px;
  min-height: 30px;
  padding: 5px 40px;
  letter-spacing: 0.1em;
  float: inline-end;
}
.b-gift_message-save_btn:focus {
  outline: none;
}
.b-gift_message-save_btn.disabled, .b-gift_message-save_btn.m-disabled, .b-gift_message-save_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-gift_message-save_btn:hover, .b-gift_message-save_btn:active, .b-gift_message-save_btn:focus {
  text-decoration: none;
}
.b-gift_message-save_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-gift_message-save_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-gift_message-save_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-gift_message-save_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-gift_message-edit_btn, .b-gift_message-remove_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-right: 30px;
}
.b-gift_message-edit_btn:focus, .b-gift_message-remove_btn:focus {
  outline: none;
}
.b-gift_message-edit_btn.disabled, .b-gift_message-edit_btn.m-disabled, .b-gift_message-edit_btn:disabled, .b-gift_message-remove_btn.disabled, .b-gift_message-remove_btn.m-disabled, .b-gift_message-remove_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-gift_message-edit_btn:hover, .b-gift_message-edit_btn:active, .b-gift_message-edit_btn:focus, .b-gift_message-remove_btn:hover, .b-gift_message-remove_btn:active, .b-gift_message-remove_btn:focus {
  text-decoration: none;
}
.b-gift_message-edit_btn:not(:disabled):active, .b-gift_message-remove_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-gift_message-edit_btn:not(:disabled):hover, .b-gift_message-remove_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-gift_message-edit-wr {
  position: relative;
}
.b-gift_message-input_tip {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  font-size: 12px;
  opacity: 0.64;
}
.b-gift_message-input_tip--zero_left {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .b-gift_message-input_tip--zero_left {
    font-size: 11px;
  }
}
.b-gift_message-input_tip--zero_left span {
  color: #de0000;
}

.b-remove_cart_item_dialog .g-modal-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-remove_cart_item_dialog .g-modal-dialog,
  .b-remove_cart_item_dialog .g-modal-content {
    height: 100%;
  }
  .b-remove_cart_item_dialog .g-modal-content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-remove_cart_item_dialog .g-modal-dialog {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .b-remove_cart {
    padding-right: 20px;
  }
}
.b-remove_cart-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .b-remove_cart-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-remove_cart-img {
  display: block;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .b-remove_cart-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-remove_cart-info {
    text-align: center;
  }
}
.b-remove_cart-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-remove_cart-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.b-remove_cart-product_name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .b-remove_cart-message {
    display: block;
  }
}
.b-remove_cart-button_block {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-remove_cart-button_block {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.b-remove_cart-cancel_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 10px;
}
.b-remove_cart-cancel_btn:focus {
  outline: none;
}
.b-remove_cart-cancel_btn.disabled, .b-remove_cart-cancel_btn.m-disabled, .b-remove_cart-cancel_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-remove_cart-cancel_btn:hover, .b-remove_cart-cancel_btn:active, .b-remove_cart-cancel_btn:focus {
  text-decoration: none;
}
.b-remove_cart-cancel_btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-remove_cart-cancel_btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-remove_cart-cancel_btn {
    margin-right: 1px;
  }
}
.b-remove_cart-confirm_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-remove_cart-confirm_btn:focus {
  outline: none;
}
.b-remove_cart-confirm_btn.disabled, .b-remove_cart-confirm_btn.m-disabled, .b-remove_cart-confirm_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-remove_cart-confirm_btn:hover, .b-remove_cart-confirm_btn:active, .b-remove_cart-confirm_btn:focus {
  text-decoration: none;
}
.b-remove_cart-confirm_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-remove_cart-confirm_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-remove_cart-confirm_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-remove_cart-confirm_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-remove_cart-confirm_btn {
    margin-left: 1px;
  }
}
.b-remove_cart-btn {
  min-width: 115px;
}
@media screen and (max-width: 767px) {
  .b-remove_cart-btn {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.b-coupon {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .b-coupon {
    margin-bottom: 100px;
  }
}
.b-coupon-title {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
  padding: 30px 0;
  color: #041E42;
}
.b-coupon-inp_container {
  position: relative;
  max-width: 390px;
}
.b-coupon-input {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #c4d5e8;
  border-radius: 0;
  padding: 10px 70px 10px 0;
}
.b-coupon-input:-ms-input-placeholder {
  color: #a3a3a3;
}
.b-coupon-input::placeholder {
  color: #a3a3a3;
}
.b-coupon-input[type=search], .b-coupon-input[type=search]::-webkit-search-decoration, .b-coupon-input[type=search]::-webkit-search-cancel-button, .b-coupon-input[type=search]::-webkit-search-results-button, .b-coupon-input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.b-coupon-input[type=number] {
  -moz-appearance: textfield;
}
.b-coupon-input[type=number]::-webkit-outer-spin-button, .b-coupon-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-coupon-input:hover, .b-coupon-input:focus {
  border-bottom-color: #0b2171;
  outline: none;
  box-shadow: none;
}
.b-coupon-input.m-textarea {
  resize: none;
  height: 60px;
}
.b-coupon-input.is-invalid, .b-coupon-input.m-error {
  border-color: #de0000;
}
.b-coupon-input.is-invalid:hover, .b-coupon-input.is-invalid:focus, .b-coupon-input.m-error:hover, .b-coupon-input.m-error:focus {
  border-color: #de0000;
}
.b-coupon-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.b-coupon-input::-ms-clear {
  display: none;
}
.b-coupon-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  padding: 10px;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.b-coupon-button:focus {
  outline: none;
}
.b-coupon-button.disabled, .b-coupon-button.m-disabled, .b-coupon-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-coupon-button:hover, .b-coupon-button:active, .b-coupon-button:focus {
  text-decoration: none;
}
.b-coupon-button:not(:disabled):active {
  opacity: 0.7;
}
@media (hover: hover) {
  .b-coupon-button:not(:disabled):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .b-coupon-promos {
    max-width: 90%;
  }
}
.b-coupon-promos_coupon_item {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  line-height: inherit;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .b-coupon-promos_coupon_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
  }
}
.b-coupon-promos_coupon_item_text {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .b-coupon-promos_coupon_item_text {
    display: block;
    margin-bottom: 12px;
    padding: 0;
  }
}
.b-coupon-promos_coupon_item_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 0;
}
.b-coupon-promos_coupon_item_btn:focus {
  outline: none;
}
.b-coupon-promos_coupon_item_btn.disabled, .b-coupon-promos_coupon_item_btn.m-disabled, .b-coupon-promos_coupon_item_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-coupon-promos_coupon_item_btn:hover, .b-coupon-promos_coupon_item_btn:active, .b-coupon-promos_coupon_item_btn:focus {
  text-decoration: none;
}
.b-coupon-promos_coupon_item_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-coupon-promos_coupon_item_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-coupon .b-coupon-add_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-coupon .b-coupon-add_btn:focus {
  outline: none;
}
.b-coupon .b-coupon-add_btn.disabled, .b-coupon .b-coupon-add_btn.m-disabled, .b-coupon .b-coupon-add_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-coupon .b-coupon-add_btn:hover, .b-coupon .b-coupon-add_btn:active, .b-coupon .b-coupon-add_btn:focus {
  text-decoration: none;
}
.b-coupon .b-coupon-add_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-coupon .b-coupon-add_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-coupon .m-hide {
  display: none !important;
}

.b-cart_checkout {
  margin-bottom: 70px;
  color: #041E42;
}
@supports (-webkit-touch-callout: none) {
  .b-cart_checkout {
    margin-bottom: 15px;
  }
}
.b-cart_checkout-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-cart_checkout-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .b-cart_checkout-title {
    padding-top: 18px;
  }
}
.b-cart_checkout-list_divider {
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #c4d5e8;
  margin-bottom: 30px;
}
.b-cart_checkout-list_item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.b-cart_checkout-list_item.m-flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-cart_checkout-list_item .b-cart_vat-message {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 5px;
}
.b-cart_checkout-label {
  -ms-flex: 1 1 66.6666666667%;
      flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-cart_checkout-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b-cart_checkout-label {
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 16px;
  }
}
.b-cart_checkout-value {
  -ms-flex: 1 1 33.3333333333%;
      flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  text-align: right;
}
.b-cart_checkout-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  display: block;
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3), only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2), only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
  .b-cart_checkout-button {
    padding: 15px 30px;
    line-height: 28px;
  }
}
.b-cart_checkout-button:focus {
  outline: none;
}
.b-cart_checkout-button.disabled, .b-cart_checkout-button.m-disabled, .b-cart_checkout-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-cart_checkout-button:hover, .b-cart_checkout-button:active, .b-cart_checkout-button:focus {
  text-decoration: none;
}
.b-cart_checkout-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-cart_checkout-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-cart_checkout-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-cart_checkout-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (max-width: 1023px) {
  .b-cart_checkout-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2px 2px;
    background: #fff;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .b-cart_checkout-sticky {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-cart_checkout-summary_total {
    border-top: 1px dashed #c4d5e8;
    border-bottom: 1px dashed #c4d5e8;
    margin: 0 18px;
    padding-top: 20px;
    border-bottom: none;
  }
}
.b-cart_checkout-summary_total .b-cart_checkout-list_item {
  margin-bottom: 18px;
}

.b-minicart_flyout {
  top: 0;
  right: -100%;
  height: 100%;
  max-width: 100%;
  visibility: hidden;
  text-align: left;
  position: fixed !important;
  width: 380px;
  overflow: hidden;
}
.b-minicart_flyout.m-slide-in {
  right: 0;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .b-minicart_flyout {
    display: none;
  }
}
.b-minicart_flyout-body {
  height: 100%;
}
.b-minicart_flyout-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-minicart_flyout-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-minicart_flyout-close {
  margin-left: 9px;
  text-transform: uppercase;
  color: #000;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  display: block;
  display: inline;
  text-decoration: underline;
}
.b-minicart_flyout-popup-close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.b-minicart_flyout-view_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 20px;
}
.b-minicart_flyout-view_btn:focus {
  outline: none;
}
.b-minicart_flyout-view_btn.disabled, .b-minicart_flyout-view_btn.m-disabled, .b-minicart_flyout-view_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-minicart_flyout-view_btn:hover, .b-minicart_flyout-view_btn:active, .b-minicart_flyout-view_btn:focus {
  text-decoration: none;
}
.b-minicart_flyout-view_btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-minicart_flyout-view_btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
.b-minicart_flyout-check_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  color: #fff;
}
.b-minicart_flyout-check_btn:focus {
  outline: none;
}
.b-minicart_flyout-check_btn.disabled, .b-minicart_flyout-check_btn.m-disabled, .b-minicart_flyout-check_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-minicart_flyout-check_btn:hover, .b-minicart_flyout-check_btn:active, .b-minicart_flyout-check_btn:focus {
  text-decoration: none;
}
.b-minicart_flyout-check_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-minicart_flyout-check_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-minicart_flyout-check_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-minicart_flyout-check_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-minicart_flyout-btn_block {
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  margin-bottom: 30px;
}
.b-minicart_flyout-btn_block-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -ms-flex: 1;
      flex: 1;
}
.b-minicart_flyout-btn_block-btn:hover {
  text-decoration: none;
}
.b-minicart_flyout-cart_item_head {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}
.b-minicart_flyout-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px 20px 20px;
  height: 100%;
  overflow: hidden;
}
.b-minicart_flyout-product_summary {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  scrollbar-arrow-color: #c4d5e8;
  scrollbar-base-color: #f0f0f0;
  scrollbar-darkshadow-color: #fff;
  scrollbar-face-color: #c4d5e8;
  scrollbar-highlight-color: #f0f0f0;
  scrollbar-shadow-color: #c4d5e8;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -8px;
}
.b-minicart_flyout-product_summary::-webkit-scrollbar {
  width: 3px;
}
.b-minicart_flyout-product_summary::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.b-minicart_flyout-product_summary::-webkit-scrollbar-thumb {
  background: #c4d5e8;
  border-radius: 2px;
}
.b-minicart_flyout-product_summary::-webkit-scrollbar-thumb:hover {
  background: #0b2171;
}
.b-minicart_flyout-cart_item_img {
  width: 100px;
  height: 100px;
}
.b-minicart_flyout-cart_item_content {
  display: block;
}
.b-minicart_flyout-cart_item_content .b-cart_item-attributes_wrap .b-osp_attributes-sum_label {
  font-weight: 600;
}
.b-minicart_flyout .b-cart_item-attributes {
  font-weight: 400;
}
.b-minicart_flyout .b-gift_message-edit {
  padding-top: 10px;
}
.b-minicart_flyout-cart_items {
  padding-right: 8px;
}
.b-minicart_flyout .b-cart_item {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0;
}
.b-minicart_flyout .b-cart_item-main_info, .b-minicart_flyout .b-cart_item-attributes, .b-minicart_flyout .b-cart_item-quantity, .b-minicart_flyout .b-cart_item-sub_total_price {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.b-minicart_flyout .b-cart_item-error {
  padding-left: 0;
}
.b-minicart_flyout .b-cart_item-sub_total_price {
  position: relative;
  text-align: left;
  right: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
}
.b-minicart_flyout .b-cart_item-sub_total_price-label {
  display: inline-block;
  font-weight: 400;
}
.b-minicart_flyout .b-cart_item-sub_total_price .b-price_value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-weight: 400;
  display: inline-block;
}
.b-minicart_flyout .b-cart_item-remove {
  top: -5px;
}
.b-minicart_flyout .b-cart_item-quantity_info {
  display: inline-block;
  margin-right: 20px;
}
.b-minicart_flyout .b-cart-error {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  margin: 0 0 30px;
}
.b-minicart_flyout .b-quantity-container {
  max-width: none;
}
.b-minicart_flyout .b-quantity-input, .b-minicart_flyout .b-quantity-btn {
  display: none;
}
.b-minicart_flyout .b-cart-approaching_discounts {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  color: #041E42;
  line-height: inherit;
}
.b-minicart_flyout .b-personalisation-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  padding-top: 5px;
}

.b-minicart_empty {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.b-minicart_empty > .content-asset {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.b-minicart_empty-image {
  margin-bottom: 30px;
}
.b-minicart_empty-title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}
.b-minicart_empty-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  display: block;
}
.b-minicart_empty-button:hover {
  text-decoration: none;
}
.b-minicart_empty-button:focus {
  outline: none;
}
.b-minicart_empty-button.disabled, .b-minicart_empty-button.m-disabled, .b-minicart_empty-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-minicart_empty-button:hover, .b-minicart_empty-button:active, .b-minicart_empty-button:focus {
  text-decoration: none;
}
.b-minicart_empty-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-minicart_empty-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-minicart_empty-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-minicart_empty-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}

@media screen and (max-width: 767px) {
  .b-quick_view_dialog {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: scroll !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .b-quick_view_dialog {
    overflow: scroll !important;
  }
}
.b-quick_view_dialog .g-modal-header,
.b-quick_view_dialog .g-modal-footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .b-quick_view_dialog .g-modal-content {
    padding: 40px;
  }
}
.b-quick_view_dialog .g-modal-dialog {
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b-quick_view_dialog .g-modal-dialog {
    height: auto;
  }
}
@media only screen and (max-height: 420px) {
  .b-quick_view_dialog .g-modal-dialog {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .b-quickview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
  }
}
.b-quickview-images {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .b-quickview-images {
    margin: 0 -20px;
  }
}
.b-quickview-attributes {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .b-quickview-attributes {
    padding: 50px 0 0 80px;
  }
}
.b-quickview .b-images-counter {
  display: block;
  padding: 30px 0;
}
.b-quickview-carousel {
  position: relative;
}
.b-quickview-cart-carousel {
  max-height: 260px;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-quickview-cart-carousel {
    max-height: 315px;
  }
}
.b-quickview-cart-carousel .b-quickview-carousel_arrow {
  top: 150px;
  bottom: inherit;
  border: none;
  background: transparent;
}
.b-quickview-cart-carousel .b-quickview-carousel_arrow_prev {
  left: -15px;
}
.b-quickview-cart-carousel .b-quickview-carousel_arrow_prev::before {
  content: "\E901";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-quickview-cart-carousel .b-quickview-carousel_arrow_next {
  right: -15px;
}
.b-quickview-cart-carousel .b-quickview-carousel_arrow_next::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-quickview-carousel_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.b-quickview-carousel_item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
  padding: 20px;
}
.b-quickview-carousel_item.active {
  display: block;
}
.b-quickview-carousel_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  min-width: 40px;
}
.b-quickview-carousel_arrow:hover {
  text-decoration: none;
}
.b-quickview-carousel_arrow::before {
  color: #c4d5e8;
}
.b-quickview-carousel_arrow_prev {
  left: 0;
}
.b-quickview-carousel_arrow_prev::before {
  content: "\E901";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-quickview-carousel_arrow_next {
  right: 0;
}
.b-quickview-carousel_arrow_next::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-quickview-carousel_arrow_label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
@media screen and (max-width: 767px) {
  .b-quickview .b-product_attributes-add_button {
    position: relative;
    bottom: 2px;
    left: 2px;
    right: 2px;
    margin: 0;
    z-index: 1;
  }
}
.b-quickview .b-product_attributes-quantity {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-quickview-btn_block {
    min-height: 15px;
  }
}
.b-quickview-promo_message {
  margin-bottom: 15px;
}

.dw-apple-pay-button {
  width: 100%;
  border-radius: 0px !important;
  padding: 16px 0 !important;
}
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3), only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2), only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
  .dw-apple-pay-button {
    height: 54px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dw-apple-pay-button {
    height: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .dw-apple-pay-button {
    height: 40px;
  }
}

.apple-pay {
  position: relative;
  top: -0.5rem;
}

@supports (-webkit-touch-callout: none) {
  .g-accordion {
    margin-top: 14px;
  }
}

.js-checkout-sticky .dw-apple-pay-button {
  margin-top: 20px;
}

#giftmessage {
  margin-bottom: -12px;
  height: 115px;
}

.giftCardForm .b-gift_message-input_tip {
  position: relative;
  transform: translateX(-33%);
  font-size: 12px;
  opacity: 0.64;
  top: 22.5%;
  left: 55%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .giftCardForm .b-gift_message-input_tip {
    left: 64%;
  }
}
.giftCardForm .b-gift_message-inp {
  border: 1px solid #C2C2C2;
}
.giftCardForm .b-gift_message-inp.is-invalid,
.giftCardForm .b-input_row-input.is-invalid {
  border-color: #de0000;
}
.giftCardForm .b-gift_message-inp.is-invalid:-ms-input-placeholder,
.giftCardForm .b-input_row-input.is-invalid:-ms-input-placeholder {
  color: #FF0A0A;
}
.giftCardForm .b-gift_message-inp.is-invalid::placeholder,
.giftCardForm .b-input_row-input.is-invalid::placeholder {
  color: #FF0A0A;
}
.giftCardForm .remail-label {
  color: #041E42;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.72px;
}
.giftCardForm .b-input_row-label {
  color: #041E42 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.84px !important;
  margin-bottom: 12px !important;
}
.giftCardForm .b-input_row-input {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #C2C2C2;
  height: 44px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  padding: 12px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .b-quantity-bonus_value {
    padding-left: 25px;
    font-weight: 600;
    font-size: 14px;
  }
}

.gift-recipient-email {
  display: block;
  padding-top: 5px;
}

.b-checkout_footer {
  background-color: #f0f0f0;
}
.b-checkout_footer-title_copy {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  color: #041E42;
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-security {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-nav {
    -ms-flex-order: 4;
        order: 4;
  }
}
@media screen and (max-width: 767px) {
  .b-checkout_footer-nav {
    margin: 50px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-nav .b-footer_nav-column_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-nav .b-footer_nav-column_item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-checkout_footer-payment {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-payment {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media screen and (min-width: 768px) {
  .b-checkout_footer-copyright {
    -ms-flex-order: 3;
        order: 3;
  }
}
.b-checkout_footer-security_icons {
  margin-bottom: 20px;
  vertical-align: middle;
}
.b-checkout_footer-security_icon {
  margin-right: 20px;
  display: inline-block;
}
.b-checkout_footer .b-payment_methods-item {
  margin: 0 30px 20px 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.b-checkout_footer .b-payment_methods-item:first-child {
  margin-left: -5px !important;
}
.b-checkout_footer .b-payment_methods-item img {
  max-width: 60px;
  max-height: 20px;
}
@media screen and (max-width: 767px) {
  .b-checkout_footer .b-payment_methods-list {
    margin-left: -15px;
    margin-right: -15px;
    text-align: unset !important;
    padding: unset !important;
  }
  .b-checkout_footer .b-payment_methods-item {
    margin: 0 0 0 10px !important;
  }
  .b-checkout_footer .b-payment_methods-item:first-child {
    margin: 0 0 0 20px !important;
  }
  .b-checkout_footer .b-payment_methods-item img {
    max-width: 40px;
    max-height: 20px;
  }
}

.b-checkout_login {
  color: #041E42;
}
.b-checkout_login-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
  text-align: center;
  margin: 80px 0 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .b-checkout_login-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b-checkout_login-title {
    margin: 30px 0 35px;
  }
}
@media screen and (max-width: 479px) {
  .b-checkout_login-title {
    text-align: left;
  }
}
.b-checkout_login-radio_label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  letter-spacing: 0.04em;
}
.b-checkout_login-row_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .b-checkout_login-row_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-checkout_login-password {
  margin-top: 30px;
}
.b-checkout_login-error {
  margin-top: 30px;
}
.b-checkout_login-addtoemaillist_hr {
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #c4d5e8;
  margin: 40px 0;
}
.b-checkout_login-radio_row + .b-checkout_login-radio_row {
  margin-top: 25px;
}
.b-checkout_login-radio {
  position: relative;
  display: inline-block;
}
.m-acc-on .b-checkout_login-radio_input:focus ~ .b-checkout_login-radio_label::after {
  box-shadow: 0 0 3px 3px #c4d5e8 !important;
}
.b-checkout_login-radio_input:checked ~ .b-checkout_login-radio_label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
}
.b-checkout_login-radio_input:checked ~ .b-checkout_login-radio_label::after {
  border-color: #0b2171;
}
.b-checkout_login-radio_input:checked ~ .b-checkout_login-radio_label::before {
  display: block;
}
.b-checkout_login-radio_input:invalid ~ .b-checkout_login-radio_label::after, .b-checkout_login-radio_input.m-error ~ .b-checkout_login-radio_label::after {
  border-color: #de0000;
}
.b-checkout_login-radio_input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.b-checkout_login-radio_label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding-left: 25px;
}
.b-checkout_login-radio_label::after, .b-checkout_login-radio_label::before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
}
.b-checkout_login-radio_label::after {
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #c4d5e8;
}
.b-checkout_login-radio_label::before {
  left: 5px;
  top: 0;
  height: 6px;
  width: 6px;
  background-color: #0b2171;
  display: none;
}
.b-checkout_login-radio_label:hover::after {
  border: 2px solid #0b2171;
}
@media screen and (min-width: 768px) {
  .b-checkout_login-forgotpassword_link_mob {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b-checkout_login-forgotpassword_link_dsk {
    display: none !important;
  }
}
.b-checkout_login-button_row {
  margin-top: 35px;
}
.b-checkout_login-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  width: 100%;
}
.b-checkout_login-button:focus {
  outline: none;
}
.b-checkout_login-button.disabled, .b-checkout_login-button.m-disabled, .b-checkout_login-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_login-button:hover, .b-checkout_login-button:active, .b-checkout_login-button:focus {
  text-decoration: none;
}
.b-checkout_login-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-checkout_login-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-checkout_login-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-checkout_login-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}

.b-checkout_login-radio_input:checked ~ .b-checkout_login-radio_label {
  font-family: "MinionW05-Display";
  font-weight: 400;
  letter-spacing: 0.04em;
}

.b-checkout_summary {
  color: #041E42;
}
.b-checkout_summary-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
}
.b-checkout_summary-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .b-checkout_summary-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-checkout_summary-track_row + .b-checkout_summary-track_row {
  margin-top: 10px;
}
.b-checkout_summary-track {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
}
.b-checkout_summary-track:hover {
  text-decoration: none;
}
.b-checkout_summary-print {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-align: right;
}
.b-checkout_summary-print:hover {
  text-decoration: none;
}
.b-checkout_summary-order {
  margin-bottom: 25px;
}
.b-checkout_summary-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-checkout_summary-row.m-hide {
  display: none !important;
}
.b-checkout_summary-label {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.b-checkout_summary-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.b-checkout_summary-notify {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 5px;
}
.b-checkout_summary-hr {
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #c4d5e8;
}
.b-checkout_summary-total {
  padding-bottom: 25px;
  margin-top: 30px;
  border-bottom: 2px solid #000;
}

.b-checkout_registration {
  margin-top: 60px;
}
.b-checkout_registration-info .t-title-3 {
  margin-bottom: 25px;
}

.b-order_details-email {
  margin-bottom: 40px;
}
.b-order_details-email_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b-order_details-email_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-order_details-email_copy {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .b-order_details-email_copy {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
.b-order_details-email_link {
  text-decoration: underline;
}
.b-order_details-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
}
.b-order_details-btn:hover {
  text-decoration: none;
}
.b-order_details-btn:focus {
  outline: none;
}
.b-order_details-btn.disabled, .b-order_details-btn.m-disabled, .b-order_details-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-order_details-btn:hover, .b-order_details-btn:active, .b-order_details-btn:focus {
  text-decoration: none;
}
.b-order_details-btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-order_details-btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-order_details-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b-order_details-row {
    display: block;
  }
  .b-order_details-row::after {
    content: "";
    display: block;
    clear: both;
  }
}
.b-order_details-right_col {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .b-order_details-right_col {
    float: right;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b-order_details-left_col {
    float: left;
    width: 100%;
  }
}
.b-order_details-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 55px 0 20px;
}
.b-order_details-header_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-order_details-header_link:focus {
  outline: none;
}
.b-order_details-header_link.disabled, .b-order_details-header_link.m-disabled, .b-order_details-header_link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-order_details-header_link:hover, .b-order_details-header_link:active, .b-order_details-header_link:focus {
  text-decoration: none;
}
.b-order_details-header_link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-order_details-header_link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-order_details-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-order_details-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-order_details-subtitle {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0 5px;
}
.b-order_details-content {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.b-order_details-card_type {
  text-transform: uppercase;
}
.b-order_details-cart {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-order_details-cart {
    margin-bottom: 50px;
  }
}
.b-order_details-cart .b-cart_item-content,
.b-order_details-cart .b-cart_items_header-col2 {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .b-order_details-cart .b-cart_item {
    padding-bottom: 30px;
  }
}
.b-order_details-cart_header {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  font-size: 18px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .b-order_details-cart_header {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b-order_details-cart_header {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .b-order_details-mob_qty {
    display: none !important;
  }
}
.b-order_details-mob_qty .b-quantity-message {
  text-align: left;
  padding: 0;
  margin-top: 10px;
}
.b-order_details-desk_qty {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-order_details-desk_qty {
    display: none !important;
  }
}
.b-order_details-desk_qty .b-quantity-container {
  text-align: center;
  max-width: none;
}
.b-order_details-subtotal {
  text-align: right;
}
.b-order_details-print_footer, .b-order_details-print_header {
  display: none !important;
}

.b-checkout_view-receipt {
  margin-top: 5px;
  text-decoration: underline;
  text-align: right;
}

.div_summary-print_view-receipt {
  display: -ms-grid;
  display: grid;
}

@media print {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .b-tracking_consent,
  .b-checkout_registration,
  .b-checkout_summary-track,
  .b-checkout_summary-print,
  .b-order_details-btn,
  .l-body-header_banner,
  .l-body-page_footer,
  .b-account_dashboard-link,
  .b-breadcrumbs,
  .l-header {
    display: none !important;
  }
  .b-header_logo-link {
    display: block;
  }
  .b-checkout_summary-header {
    margin-bottom: 20px;
  }
  .b-checkout_summary-row {
    margin-bottom: 15px;
  }
  .b-checkout_summary-order_date {
    margin-bottom: 25px;
  }
  .b-checkout_summary-hr {
    margin: 15px 0;
  }
  .b-checkout_summary-total {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .b-order_details-header {
    margin: 30px 0 15px;
  }
  .b-order_details-print_container {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-order_details-print_main {
    -ms-flex: 1 1;
        flex: 1 1;
    width: 100%;
  }
  .b-order_details-print_footer, .b-order_details-print_header {
    display: block !important;
    text-align: center;
  }
  .b-order_details-print_footer {
    padding-top: 25px;
  }
  .b-order_details-print_header {
    position: relative;
    margin-bottom: 25px;
  }
  .b-order_details-print_phone {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-order_details-print_phone .b-checkout_header-phone_link {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #041E42;
    cursor: pointer;
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-family: "GillSansMTW05-Medium";
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
  }
  .b-order_details-print_phone .b-checkout_header-phone_link:hover {
    text-decoration: underline;
  }
  .b-order_details-print_footer {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-top: 2px solid #000;
    margin-top: 30px;
  }
}
.b-checkout_shipping-accordion_header {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
}
.b-checkout_shipping-accordion_body {
  margin-top: 15px;
}
.b-checkout_shipping-btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-checkout_shipping-btn:focus {
  outline: none;
}
.b-checkout_shipping-btn.disabled, .b-checkout_shipping-btn.m-disabled, .b-checkout_shipping-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_shipping-btn:hover, .b-checkout_shipping-btn:active, .b-checkout_shipping-btn:focus {
  text-decoration: none;
}
.b-checkout_shipping-btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-checkout_shipping-btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-checkout_shipping-btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-checkout_shipping-btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_shipping-btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_shipping-btn_wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
}
.b-checkout_shipping-selector_links {
  margin-top: 20px;
}
.b-checkout_shipping-selector_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-right: 25px;
}
.b-checkout_shipping-selector_link:focus {
  outline: none;
}
.b-checkout_shipping-selector_link.disabled, .b-checkout_shipping-selector_link.m-disabled, .b-checkout_shipping-selector_link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_shipping-selector_link:hover, .b-checkout_shipping-selector_link:active, .b-checkout_shipping-selector_link:focus {
  text-decoration: none;
}
.b-checkout_shipping-selector_link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_shipping-selector_link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-checkout_shipping-error {
  margin-top: 50px;
}
.b-checkout_shipping-save_address {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .pca .pcaautocomplete {
    box-sizing: border-box;
    max-width: calc(100vw - 40px);
  }
}

.b-checkout_steps {
  color: #041E42;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .b-checkout_steps {
    margin-bottom: 75px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_steps {
    margin-bottom: 45px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_steps-item + .b-checkout_steps-item {
    margin-left: 40px;
  }
}
.b-checkout_steps-link {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #041E42;
  color: #041E42 !important;
}
@media screen and (max-width: 767px) {
  .b-checkout_steps-link {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_steps-link {
    font-family: "MinionW05-Display";
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #041E42;
    letter-spacing: 0.04em;
    color: #041E42;
  }
}
.b-checkout_steps-link:not(.m-current):not(.m-active) {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.b-checkout_steps-link.m-current, .b-checkout_steps-link.m-active {
  cursor: pointer;
  color: #000;
}
.b-checkout_steps-link.m-current:hover, .b-checkout_steps-link.m-active:hover {
  text-decoration: underline;
}
.b-checkout_steps-link.m-current {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}

.b-checkout_devilery {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .b-checkout_devilery {
    margin-top: 10px;
  }
}
.b-checkout_devilery-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-checkout_devilery-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-checkout_devilery-container {
  margin-bottom: 40px;
}
.b-checkout_devilery-item + .b-checkout_devilery-item {
  margin-top: 20px;
}
.b-checkout_devilery-item_input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  max-height: 1px !important;
  max-width: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.m-acc-on .b-checkout_devilery-item_input:focus + .b-checkout_devilery-item_label {
  box-shadow: 0 0 4px 1px #c4d5e8 !important;
}
.b-checkout_devilery-item_input:checked + .b-checkout_devilery-item_label {
  border-color: #0b2171;
}
.b-checkout_devilery-item_label {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #c4d5e8;
  padding: 18px 20px;
  cursor: pointer;
}
.b-checkout_devilery-item_name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  margin-bottom: 15px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .b-checkout_devilery-item_name {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-checkout_devilery-item_price, .b-checkout_devilery-item_time {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.b-checkout_devilery-item_time {
  width: 50%;
  text-align: right;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.b-checkout_devilery-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin-bottom: 40px;
}
.b-checkout_devilery-warning {
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #0b2171;
  line-height: 20px;
  margin-bottom: 40px;
}
.b-checkout_devilery-warning .warning-icon {
  height: 15px;
}
.b-checkout_devilery-warning a {
  text-decoration: underline;
}

.b-checkout_minicart {
  margin: 50px 0 60px;
}
.b-checkout_minicart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
}
.b-checkout_minicart-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .b-checkout_minicart-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-checkout_minicart-edit {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-checkout_minicart-edit:focus {
  outline: none;
}
.b-checkout_minicart-edit.disabled, .b-checkout_minicart-edit.m-disabled, .b-checkout_minicart-edit:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_minicart-edit:hover, .b-checkout_minicart-edit:active, .b-checkout_minicart-edit:focus {
  text-decoration: none;
}
.b-checkout_minicart-edit:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_minicart-edit:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-checkout_minicart-body {
  border-top: 1px dashed #c4d5e8;
  border-bottom: 1px dashed #c4d5e8;
  border-top: none;
}
.b-checkout_minicart-body .b-cart_items_header {
  margin-bottom: 15px;
}
.b-checkout_minicart-all {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-top: 20px;
}
.b-checkout_minicart-all:focus {
  outline: none;
}
.b-checkout_minicart-all.disabled, .b-checkout_minicart-all.m-disabled, .b-checkout_minicart-all:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_minicart-all:hover, .b-checkout_minicart-all:active, .b-checkout_minicart-all:focus {
  text-decoration: none;
}
.b-checkout_minicart-all:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_minicart-all:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-checkout_minicart .b-cart_items_header-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 0;
  margin-left: auto;
}
.b-checkout_minicart .b-cart_item {
  padding: 35px 0;
}
.b-checkout_minicart .b-cart_item:last-child {
  border-bottom: none;
}
.b-checkout_minicart .b-cart_item-sub_total_price-value {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
}
.b-checkout_minicart .b-cart_item-sub_total_price-label {
  display: inline-block;
}
.b-checkout_minicart .b-cart_item-content {
  padding-right: 0;
}
.b-checkout_minicart .b-cart_item-sub_total_price {
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .b-checkout_minicart .b-cart_item-attributes {
    padding-left: 120px;
  }
}
.b-checkout_minicart .b-cart_item-main_info {
  min-height: auto;
}
.b-checkout_minicart .b-cart_item-sub_total_price,
.b-checkout_minicart .b-cart_item-attributes,
.b-checkout_minicart .b-cart_item-main_info,
.b-checkout_minicart .b-cart_item-quantity {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}
.b-checkout_minicart .b-personalisation-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  color: #041E42;
}

.b-checkout_stores {
  margin: 20px 0 10px;
}
@media screen and (max-width: 1023px) {
  .b-checkout_stores {
    margin: 10px 0 20px;
  }
}
.b-checkout_stores-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .b-checkout_stores-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_stores-title {
    margin-bottom: 25px;
  }
}
.b-checkout_stores-single {
  margin-bottom: 60px;
}
.b-checkout_stores-row + .b-checkout_stores-row, .b-checkout_stores-row + .b-checkout_stores-item, .b-checkout_stores-item + .b-checkout_stores-row, .b-checkout_stores-item + .b-checkout_stores-item {
  border-top: 1px dashed #c4d5e8;
  border-bottom: 1px dashed #c4d5e8;
  border-bottom: none;
  padding-top: 30px;
}
.b-checkout_stores-item {
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-container {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-container {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-container {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.b-checkout_stores-name {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.b-checkout_stores-address {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.b-checkout_stores-schedule {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.b-checkout_stores-schedule .b-schedule-list_item {
  margin-bottom: 0;
}
.b-checkout_stores-schedule_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-col1 {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-col1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-col1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-col1 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-col1.m-details {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-col1.m-details {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-col1.m-details {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-col1.m-details {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-checkout_stores-col2 {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-col2 {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-col2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-col2 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-col2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-col2.m-details {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-col2.m-details {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-col2.m-details {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-col2.m-details {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-checkout_stores-col3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-col3 {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
    box-sizing: border-box;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-col3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-col3 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-col3 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_stores-col3 {
    margin-top: 20px;
  }
}
.b-checkout_stores-showall, .b-checkout_stores-directions_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-checkout_stores-showall:focus, .b-checkout_stores-directions_link:focus {
  outline: none;
}
.b-checkout_stores-showall.disabled, .b-checkout_stores-showall.m-disabled, .b-checkout_stores-showall:disabled, .b-checkout_stores-directions_link.disabled, .b-checkout_stores-directions_link.m-disabled, .b-checkout_stores-directions_link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_stores-showall:hover, .b-checkout_stores-showall:active, .b-checkout_stores-showall:focus, .b-checkout_stores-directions_link:hover, .b-checkout_stores-directions_link:active, .b-checkout_stores-directions_link:focus {
  text-decoration: none;
}
.b-checkout_stores-showall:not(:disabled):active, .b-checkout_stores-directions_link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_stores-showall:not(:disabled):hover, .b-checkout_stores-directions_link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-directions {
    margin-bottom: 30px;
  }
}
.b-checkout_stores-btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  padding: 9px 32px;
}
.b-checkout_stores-btn:focus {
  outline: none;
}
.b-checkout_stores-btn.disabled, .b-checkout_stores-btn.m-disabled, .b-checkout_stores-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_stores-btn:hover, .b-checkout_stores-btn:active, .b-checkout_stores-btn:focus {
  text-decoration: none;
}
.b-checkout_stores-btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_stores-btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
.b-checkout_stores-availability {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 31px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-availability {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-checkout_stores-availability {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_stores-availability {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-checkout_stores-availability {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-checkout_stores-availability strong {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-checkout_stores-availability.m-selectable {
  display: none !important;
}
.b-checkout_stores-selected .b-checkout_stores-availability.m-selectable {
  display: block !important;
}
.b-checkout_stores-selected .b-checkout_stores-col3 {
  display: none !important;
}
.b-checkout_stores-change {
  margin: 40px 0 60px;
}
@media screen and (max-width: 1023px) {
  .b-checkout_stores-change {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_stores-form {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
  }
}
.b-checkout_stores-form_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-checkout_stores-form_title {
    font-size: 18px;
    line-height: 24px;
  }
}

.b-checkout_billing-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .b-checkout_billing-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-checkout_billing-selector {
  margin: 20px 0 25px;
}
.b-checkout_billing-selector_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin-right: 25px;
}
.b-checkout_billing-selector_link:focus {
  outline: none;
}
.b-checkout_billing-selector_link.disabled, .b-checkout_billing-selector_link.m-disabled, .b-checkout_billing-selector_link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_billing-selector_link:hover, .b-checkout_billing-selector_link:active, .b-checkout_billing-selector_link:focus {
  text-decoration: none;
}
.b-checkout_billing-selector_link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_billing-selector_link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_billing-address {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
  }
}
.b-checkout_billing-address .b-input_row:last-child {
  margin-bottom: 0;
}
.b-checkout_billing-gift {
  margin-top: 45px;
}
.b-checkout_billing-method {
  margin-top: 50px;
}
.b-checkout_billing-pp_button {
  position: relative;
  width: 310px;
}
@media screen and (max-width: 1023px) {
  .b-checkout_billing-pp_button {
    width: 100%;
  }
}
.b-checkout_billing-pp_button .paypal-checkout-button {
  padding-top: 0;
}
.b-checkout_billing-pp_orig {
  position: relative;
  z-index: 1;
}
.b-checkout_billing-pp_fake {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.disabled-iframe {
  position: relative;
}

.disabled-iframe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.b-checkout_giftcard-form .b-input_checkbox {
  margin-top: 25px;
  margin-bottom: 25px;
}
.b-checkout_giftcard-form.m-has-applied-cards .m-fisrt-label {
  display: none;
}
.b-checkout_giftcard-form.m-has-applied-cards .m-last-label {
  display: block;
}
.b-checkout_giftcard-form:not(.m-has-applied-cards) .m-fisrt-label {
  display: block;
}
.b-checkout_giftcard-form:not(.m-has-applied-cards) .m-last-label {
  display: none;
}
.b-checkout_giftcard-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-checkout_giftcard-row .b-input_row,
  .b-checkout_giftcard-row .b-input_row-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-col_num {
    -ms-flex: 2;
        flex: 2;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-col_pin {
    margin-left: 24px;
    -ms-flex: 1;
        flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-col_btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_giftcard-col_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_giftcard-apply, .b-checkout_giftcard-check {
    width: 100%;
  }
}
.b-checkout_giftcard-apply {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-checkout_giftcard-apply:focus {
  outline: none;
}
.b-checkout_giftcard-apply.disabled, .b-checkout_giftcard-apply.m-disabled, .b-checkout_giftcard-apply:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_giftcard-apply:hover, .b-checkout_giftcard-apply:active, .b-checkout_giftcard-apply:focus {
  text-decoration: none;
}
.b-checkout_giftcard-apply:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-checkout_giftcard-apply:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-checkout_giftcard-apply:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-checkout_giftcard-apply:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-checkout_giftcard-check {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
}
.b-checkout_giftcard-check:focus {
  outline: none;
}
.b-checkout_giftcard-check.disabled, .b-checkout_giftcard-check.m-disabled, .b-checkout_giftcard-check:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_giftcard-check:hover, .b-checkout_giftcard-check:active, .b-checkout_giftcard-check:focus {
  text-decoration: none;
}
.b-checkout_giftcard-check:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_giftcard-check:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
.b-checkout_giftcard-result {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  -ms-flex-order: 5;
      order: 5;
  margin-top: 10px;
}
.b-checkout_giftcard-result .m-error {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: block;
  margin: 10px 0 0;
  text-align: left;
  color: #de0000;
  margin-top: 0;
}
.b-checkout_giftcard-applied {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-applied {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-checkout_giftcard-applied_msg {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.b-checkout_giftcard-remove {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  margin: 20px 0 0;
}
.b-checkout_giftcard-remove:focus {
  outline: none;
}
.b-checkout_giftcard-remove.disabled, .b-checkout_giftcard-remove.m-disabled, .b-checkout_giftcard-remove:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_giftcard-remove:hover, .b-checkout_giftcard-remove:active, .b-checkout_giftcard-remove:focus {
  text-decoration: none;
}
.b-checkout_giftcard-remove:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_giftcard-remove:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_giftcard-remove {
    margin: 0 0 0 30px;
  }
}
.b-checkout_giftcard-only_order {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin: 20px 0 30px;
}
.b-checkout_giftcard-add_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-checkout_giftcard-add_btn:focus {
  outline: none;
}
.b-checkout_giftcard-add_btn.disabled, .b-checkout_giftcard-add_btn.m-disabled, .b-checkout_giftcard-add_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_giftcard-add_btn:hover, .b-checkout_giftcard-add_btn:active, .b-checkout_giftcard-add_btn:focus {
  text-decoration: none;
}
.b-checkout_giftcard-add_btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_giftcard-add_btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}

.b-checkout_payment_tabs {
  margin-bottom: 50px;
}
.b-checkout_payment_tabs-item {
  margin-top: 20px;
  border: 1px solid #c4d5e8;
}
.b-checkout_payment_tabs-item:focus-within {
  border: 1px solid #0b2171;
}
.b-checkout_payment_tabs-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  padding: 20px;
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-checkout_payment_tabs-link {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-checkout_payment_tabs-link:focus {
  box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .b-checkout_payment_tabs-link {
    display: block;
    font-size: 16px;
    width: 100%;
  }
}
.b-checkout_payment_tabs-link.collapsed + .b-checkout_payment_tabs-btns {
  display: none !important;
}
.b-checkout_payment_tabs-pane {
  padding: 0 20px 20px;
}
.b-checkout_payment_tabs-icon {
  display: inline;
  margin-top: 1.3%;
}
.b-checkout_payment_tabs-text {
  position: absolute;
  left: 125px;
  top: 35%;
}
.b-checkout_payment_tabs-title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  padding: 20px 0 40px;
}
.b-checkout_payment_tabs-copy {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.b-checkout_payment_tabs-btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-checkout_payment_tabs-btn:focus {
  outline: none;
}
.b-checkout_payment_tabs-btn.disabled, .b-checkout_payment_tabs-btn.m-disabled, .b-checkout_payment_tabs-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-checkout_payment_tabs-btn:hover, .b-checkout_payment_tabs-btn:active, .b-checkout_payment_tabs-btn:focus {
  text-decoration: none;
}
.b-checkout_payment_tabs-btn:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-checkout_payment_tabs-btn:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (max-width: 1023px) {
  .b-checkout_payment_tabs-btn {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .b-checkout_payment_tabs-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-checkout_payment_tabs-header::after {
  display: none;
}

.b-checkout_credit_form .b-input_row:last-child {
  margin-bottom: 0;
}
.b-checkout_credit_form-name .b-input_row-input {
  max-width: 400px;
}
.b-checkout_credit_form-number {
  width: 162px;
}
.b-checkout_credit_form-number .b-input_row-input {
  font-family: monospace;
}
_:default:not(:root:root), .b-checkout_credit_form-number .b-input_row-input {
  font-size: 12px;
}

_:-ms-fullscreen, :root .b-checkout_credit_form-number .b-input_row-input {
  font-size: 12px;
}

.b-checkout_credit_form-date {
  padding-top: 10px;
}
.b-checkout_credit_form-date .selectric-custom-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.b-checkout_credit_form-month, .b-checkout_credit_form-year {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}
.b-checkout_credit_form-month .selectric-wrapper .selectric-items {
  min-width: 80px;
}
.b-checkout_credit_form-year .selectric-wrapper .selectric-items {
  min-width: 80px;
}
.b-checkout_credit_form-securitycode .b-input_row-input {
  max-width: 110px;
}
.b-checkout_credit_form-securitycode .b-input_row-input, .b-checkout_credit_form-securitycode_icon {
  display: inline-block;
  vertical-align: middle;
}
.b-checkout_credit_form-securitycode_icon {
  width: 100px;
  height: 30px;
  background-image: url("../images/checkout/card-front.svg"), url("../images/checkout/card-back.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 44px 30px, 44px 30px;
  margin-left: 10px;
}

.b-checkout_saved_payment {
  margin-top: 15px;
}
.b-checkout_saved_payment-cards {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_saved_payment-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px 30px;
  }
}
.b-checkout_saved_payment-card_col {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .b-checkout_saved_payment-card_col {
    width: 33.3333333333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.b-checkout_saved_payment-card {
  padding: 20px 20px 15px;
  border: 1px solid #c4d5e8;
  cursor: pointer;
}
.b-checkout_saved_payment-card.m-active {
  border-color: #0b2171;
}
.b-checkout_saved_payment-card_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.b-checkout_saved_payment-card_logo {
  max-height: 18px;
  max-width: 45px;
}
.b-checkout_saved_payment-card_number_wrap {
  margin-left: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_saved_payment-card_number_wrap {
    position: relative;
    overflow: hidden;
    -ms-flex: 1 auto;
        flex: 1 auto;
    height: 20px;
  }
}
.b-checkout_saved_payment-card_number {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-checkout_saved_payment-card_number {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.b-checkout_saved_payment-card_date {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #a3a3a3;
}
.b-checkout_saved_payment-code:not(.m-active) {
  display: none;
}
.b-checkout_saved_payment-code .b-input_row:last-child {
  margin-bottom: 0;
}

.b-checkout_stage[data-checkout-stage=shipping] .b-checkout_stage-paymentform, .b-checkout_stage[data-checkout-stage=shipping] .b-checkout_stage-shippingsummary, .b-checkout_stage[data-checkout-stage] .b-checkout_stage-paymentsummary, .b-checkout_stage[data-checkout-stage] .b-checkout_stage-placeorder, .b-checkout_stage[data-checkout-stage] .b-checkout_stage-submitpayment, .b-checkout_stage[data-checkout-stage] .b-checkout_stage-submitshipping {
  display: none;
}
.b-checkout_stage[data-checkout-stage=shipping] .b-checkout_stage-tax_label, .b-checkout_stage[data-checkout-stage=shipping] .b-checkout_stage-submitshipping {
  display: block;
}
.b-checkout_stage[data-checkout-stage=payment] .b-checkout_stage-tax_label, .b-checkout_stage[data-checkout-stage=payment] .b-checkout_stage-shippingsection, .b-checkout_stage[data-checkout-stage=shipping] [data-address-mode=customer] .b-checkout_stage-shippingaddressblock, .b-checkout_stage[data-checkout-stage=shipping] [data-address-mode=edit] .b-checkout_stage-shippingaddressblock, .b-checkout_stage[data-checkout-stage=shipping] [data-address-mode=details] .b-checkout_stage-btnshowdetails, .b-checkout_stage[data-checkout-stage=shipping] [data-address-mode=new] .b-checkout_stage-btnaddnew, .b-checkout_stage[data-checkout-stage=shipping] [data-address-mode=new] .b-checkout_stage-btnshowdetails {
  display: none;
}
.b-checkout_stage[data-checkout-stage=payment] .b-checkout_stage-paymentform, .b-checkout_stage[data-checkout-stage=payment] .b-checkout_stage-shippingsummary, .b-checkout_stage[data-checkout-stage=payment] .b-checkout_stage-submitpayment {
  display: block;
}
.b-checkout_stage .js-submit-payment,
.b-checkout_stage .js-klarna-submit-payment,
.b-checkout_stage .js-place-order {
  background-color: #b3bbc6;
  pointer-events: none;
  cursor: default;
}
.b-checkout_stage[data-checkout-stage=payment] [data-address-mode=customer] .b-checkout_stage-billingaddress, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=details] .b-checkout_stage-btnaddnew, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=details] .b-checkout_stage-btnshowdetails, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=edit] .b-checkout_stage-billingaddress, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=new] .b-checkout_stage-btnaddnew, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=new] .b-checkout_stage-btnshowdetails, .b-checkout_stage[data-checkout-stage=payment] [data-address-mode=shipment] .b-checkout_stage-billingaddress, .b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-tax_label, .b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-paymentform, .b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-shippingsection {
  display: none;
}
.b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-paymentsummary, .b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-shippingsummary, .b-checkout_stage[data-checkout-stage=placeOrder] .b-checkout_stage-placeorder {
  display: block;
}
.b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-tax_label, .b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-paymentform, .b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-shippingform {
  display: none;
}
.b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-paymentsummary, .b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-shippingsummary {
  display: block;
}
.b-checkout_stage[data-checkout-stage=submitted] .b-checkout_stage-placeorder,
.b-checkout_stage option[value=new] {
  display: none;
}
.b-checkout_stage-shipmentselectorblock {
  min-width: 0;
}

.b-checkout_stage-singleshipping .b-checkout_stage-viewaddressblock,
[data-customer-type=guest] .b-checkout_stage-singleshipping .b-checkout_stage-shipmentselectorblock {
  display: none;
}

.checkout-hidden {
  display: none;
}

.b-gift_card-container {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .b-gift_card-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.b-gift_card-promo {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-gift_card-promo {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-gift_card-promo {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-gift_card-promo {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-gift_card-promo {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-gift_card-promo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b-gift_card-promo {
    margin-top: 50px;
  }
}
.b-gift_card-body_wrap {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-gift_card-body_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-gift_card-body_wrap {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-gift_card-body_wrap {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-gift_card-body_wrap {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-gift_card-body {
    -ms-flex: 1 1 75%;
        flex: 1 1 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
.b-gift_card-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-gift_card-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-gift_card-btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
}
.b-gift_card-btn:focus {
  outline: none;
}
.b-gift_card-btn.disabled, .b-gift_card-btn.m-disabled, .b-gift_card-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-gift_card-btn:hover, .b-gift_card-btn:active, .b-gift_card-btn:focus {
  text-decoration: none;
}
.b-gift_card-btn:not(:disabled):active {
  color: #fff;
  background-color: #0b2171;
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-gift_card-btn:not(:disabled):hover {
    color: #fff;
    background-color: #0b2171;
    border-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-gift_card-btn {
    width: 100%;
  }
}
.b-gift_card-row {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .b-gift_card-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .b-gift_card-row .b-input_row,
  .b-gift_card-row .b-input_row-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .b-gift_card-col_num {
    -ms-flex: 2;
        flex: 2;
  }
}
@media screen and (min-width: 768px) {
  .b-gift_card-col_pin {
    margin-left: 24px;
    -ms-flex: 1;
        flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .b-gift_card-col_btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-gift_card-col_btn {
    margin-top: 20px;
  }
}

.b-checkout_coupon {
  padding-bottom: 30px;
}
.b-checkout_coupon-hr {
  border: none;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #c4d5e8;
  margin: 30px 0;
}
.b-checkout_coupon .b-coupon-add_btn, .b-checkout_coupon-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.b-checkout_coupon .b-coupon-add_btn:hover, .b-checkout_coupon-btn:hover {
  text-decoration: none;
}
.b-checkout_coupon .b-coupon-add_btn {
  margin-top: 10px;
}
.b-checkout_coupon-btn {
  margin-bottom: 15px;
}
.b-checkout_coupon .m-hide {
  display: none !important;
}

.b-account_page-header {
  margin: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .b-account_page-header {
    margin-top: 20px;
  }
}
.b-account_page-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .b-account_page-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.b-account_page-copy {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.b-account_page-copy.m-error {
  color: #de0000;
}

.b-account_dashboard-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .b-account_dashboard-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_dashboard-container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_dashboard-container {
    max-width: 1024px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-account_dashboard-container {
    max-width: 1440px;
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .b-account_dashboard-container {
    margin-top: 20px;
  }
}
.b-account_dashboard-header {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .b-account_dashboard-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-account_dashboard-header .b-account_dashboard-link {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .b-account_dashboard-header .b-account_dashboard-link {
    margin: 25px 25px 0 0 !important;
  }
}
.b-account_dashboard-header.m-less_offset {
  margin-bottom: 30px;
}
.b-account_dashboard-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .b-account_dashboard-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.b-account_dashboard-link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-account_dashboard-link:focus {
  outline: none;
}
.b-account_dashboard-link.disabled, .b-account_dashboard-link.m-disabled, .b-account_dashboard-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-account_dashboard-link:hover, .b-account_dashboard-link:active, .b-account_dashboard-link:focus {
  text-decoration: none;
}
.b-account_dashboard-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-account_dashboard-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
.b-account_dashboard-link + .b-account_dashboard-link {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .b-account_dashboard-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_dashboard-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_dashboard-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_dashboard-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .b-account_dashboard-col {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .b-account_dashboard-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_dashboard-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .b-account_dashboard-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_dashboard-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .b-account_dashboard-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_dashboard-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1440px) {
  .b-account_dashboard-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-account_dashboard-back_account {
    display: none !important;
  }
}

.b-account_card {
  margin-bottom: 75px;
  border: none;
}
@media screen and (max-width: 767px) {
  .b-account_card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b-account_card.m-wishlist {
    margin-bottom: 20px;
  }
}
.b-account_card-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-account_card-header {
    margin-bottom: 20px;
  }
}
.b-account_card-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-account_card-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-account_card-subtitle {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .b-account_card-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-account_card-footer {
  background-color: transparent;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .b-account_card-footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-account_card-footer .b-account_dashboard-link {
    margin: 20px 25px 0 0 !important;
  }
}
.b-account_card-descr_list {
  display: block;
}
.b-account_card-descr_list + .b-account_card-descr_list {
  margin-top: 10px;
}
.b-account_card-descr_name {
  max-width: 75%;
  word-break: break-all;
}
.b-account_card-descr_name, .b-account_card-descr_term {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: top;
}
.b-account_card-descr_name.m-wishlist, .b-account_card-descr_term.m-wishlist {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .b-account_card-descr_name, .b-account_card-descr_term {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    font-size: 14px;
    font-weight: 400;
  }
}
.b-account_card-descr_term.m-wishlist, .b-account_card-descr_term {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
}
.b-account_card-descr_footer {
  margin-top: 20px;
}
.b-account_card-content {
  display: -ms-flexbox;
  display: flex;
}
.b-account_card-img {
  max-width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .b-account_card-img {
    max-width: 100px;
  }
}
.b-account_card-details {
  -ms-flex: 1;
      flex: 1;
}
.b-account_card-wish_item + .b-account_card-wish_item {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px dashed #c4d5e8;
}
.b-account_card-wish_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-account_card-wish_details {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .b-account_card-wish_details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-account_card-wish_attr {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .b-account_card-wish_attr {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.b-account_card-wish_remove {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  background-color: transparent;
}
.b-account_card-wish_remove::before, .b-account_card-wish_remove::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.b-account_card-wish_remove::before {
  transform: rotate(45deg);
}
.b-account_card-wish_remove::after {
  transform: rotate(135deg);
}
.b-account_card-wish_name {
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .b-account_card-wish_name {
    -ms-flex: 1 1 58.3333333333%;
        flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.b-account_card-wish_name, .b-account_card-wish_price .b-product_attributes-price_value {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .b-account_card-wish_price {
    -ms-flex: 1 1 41.6666666667%;
        flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_card-wish_price {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_card-wish_price {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_card-wish_price {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b-account_card-wish_price .b-product_attributes-price_value {
    font-family: "GillSansMTW05-Medium";
    font-weight: 500;
    margin-top: 5px;
  }
}
.b-account_card-wish_warn {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.b-account_card-address_title {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.b-account_card-address_details {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .b-account_card-content.m-history_page .b-account_card-img {
    max-width: 140px;
  }
}
.b-account_card-content.m-history_page .b-account_card-descr_name,
.b-account_card-content.m-history_page .b-account_card-descr_term {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
}
.b-account_card-content.m-history_page .m-strong_list .b-account_card-descr_name,
.b-account_card-content.m-history_page .m-strong_list .b-account_card-descr_term {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
}
.b-account_card .b-personalisation-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 13px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .b-account_history-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_history-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_history-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_history-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .b-account_history-col {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_history-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_history-col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_history-col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.b-account_history-button_row {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .b-account_history-button_row {
    margin-top: 20px;
  }
}
.b-account_history-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
}
.b-account_history-button:focus {
  outline: none;
}
.b-account_history-button.disabled, .b-account_history-button.m-disabled, .b-account_history-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-account_history-button:hover, .b-account_history-button:active, .b-account_history-button:focus {
  text-decoration: none;
}
.b-account_history-button:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-account_history-button:not(:disabled):hover {
    border-color: #0b2171;
  }
}

@media screen and (min-width: 768px) {
  .b-account_address-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_address-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_address-row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_address-row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .b-account_address-item + .b-account_address-item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .b-account_address-item {
    -ms-flex: 1 1 33.3333333333%;
        flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_address-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  .b-account_address-item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .b-account_address-item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-account_address-footer .b-account_dashboard-link + .b-account_dashboard-link {
    margin-left: 22px;
  }
}
.b-account_address-empty {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .b-account_address-empty {
    margin-bottom: 50px;
  }
}
.b-account_address-default {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  color: #aaa;
  margin-top: 20px;
}
.b-account_address-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-account_address-button:hover {
  text-decoration: none;
}
.b-account_address-button:focus {
  outline: none;
}
.b-account_address-button.disabled, .b-account_address-button.m-disabled, .b-account_address-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-account_address-button:hover, .b-account_address-button:active, .b-account_address-button:focus {
  text-decoration: none;
}
.b-account_address-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-account_address-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-account_address-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-account_address-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
@media screen and (max-width: 767px) {
  .b-account_address-button {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-account_address-modal .g-modal-dialog {
    max-width: 480px;
  }
}
.b-account_address-modal_copy {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.b-account_address-form_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-account_address-form_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-account_address-accordion_header {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #041E42;
  text-transform: uppercase;
  cursor: pointer;
}
.b-account_address-accordion_body {
  margin-top: 15px;
}

.b-account_form-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0 40px;
}
.b-account_form-forgotpassword {
  text-align: right;
}
.b-account_form-forgotpassword_link {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  color: #041E42;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.b-account_form-forgotpassword_link:hover {
  text-decoration: none;
}

.b-account_tabs {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .b-account_tabs {
    margin-bottom: 35px;
  }
}
.b-account_tabs-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-account_tabs-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-account_tabs-copy {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 45px;
}
.b-account_tabs-item {
  display: inline-block;
  vertical-align: middle;
}
.b-account_tabs-item + .b-account_tabs-item {
  margin-left: 35px;
}
.b-account_tabs-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  min-height: auto;
  margin-top: 2px;
  padding: 0px;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 2px solid #c4d5e8;
  line-height: 20px;
  font-size: 14px;
}
.b-account_tabs-link:hover {
  text-decoration: none;
}
.b-account_tabs-link:focus {
  outline: none;
}
.b-account_tabs-link.disabled, .b-account_tabs-link.m-disabled, .b-account_tabs-link:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-account_tabs-link:hover, .b-account_tabs-link:active, .b-account_tabs-link:focus {
  text-decoration: none;
}
.b-account_tabs-link:not(:disabled):active {
  border-color: #0b2171;
}
@media (hover: hover) {
  .b-account_tabs-link:not(:disabled):hover {
    border-color: #0b2171;
  }
}
@media screen and (min-width: 768px) {
  .b-account_tabs-link {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.b-account_tabs-link.active {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  border-color: #000;
}

@media screen and (min-width: 768px) {
  .b-reset_password-modal .g-modal-dialog {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .b-reset_password-title {
    margin-right: 20px;
  }
}
.b-reset_password-copy {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.b-reset_password-copy.m-success {
  margin-bottom: 30px;
}
.b-reset_password-input_row {
  margin-top: 30px;
}
.b-reset_password-button_row {
  margin-top: 40px;
}
.b-reset_password-button {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
  width: 100%;
}
.b-reset_password-button:focus {
  outline: none;
}
.b-reset_password-button.disabled, .b-reset_password-button.m-disabled, .b-reset_password-button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-reset_password-button:hover, .b-reset_password-button:active, .b-reset_password-button:focus {
  text-decoration: none;
}
.b-reset_password-button:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-reset_password-button:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-reset_password-button:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-reset_password-button:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-reset_password-link_button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.b-reset_password-link_button:hover {
  text-decoration: none;
}
.b-reset_password-send {
  display: none;
}

.b-account_wishlist-empty {
  text-align: center;
}
.b-account_wishlist-empty_text {
  font-family: "MinionW05-Display";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #041E42;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
.b-account_wishlist-empty_btn {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  color: #041E42;
  min-height: 44px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #041E42;
}
.b-account_wishlist-empty_btn:focus {
  outline: none;
}
.b-account_wishlist-empty_btn.disabled, .b-account_wishlist-empty_btn.m-disabled, .b-account_wishlist-empty_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.b-account_wishlist-empty_btn:hover, .b-account_wishlist-empty_btn:active, .b-account_wishlist-empty_btn:focus {
  text-decoration: none;
}
.b-account_wishlist-empty_btn:not(:disabled):active {
  background-color: #0b2171;
}
.m-acc-on .b-account_wishlist-empty_btn:not(:disabled):focus {
  box-shadow: 0 0 5px 3px #c4d5e8 !important;
}
.b-account_wishlist-empty_btn:not(:disabled):hover {
  color: #fff;
}
@media (hover: hover) {
  .b-account_wishlist-empty_btn:not(:disabled):hover {
    background-color: #0b2171;
  }
}
.b-account_wishlist-title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 36px !important;
  line-height: 60px !important;
  letter-spacing: 5px !important;
  color: #041E42;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .b-account_wishlist-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.b-account_wishlist-title.m-center {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
}
.b-account_wishlist-copy {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .b-account_wishlist-copy {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.b-account_wishlist-cart {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b-account_wishlist-cart {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b-account_wishlist-cart .b-cart_item {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .b-account_wishlist-cart .b-cart_item-remove {
    top: -2px;
  }
}
.b-account_wishlist-login .b-account_tabs {
  margin-bottom: 40px;
}
.b-account_wishlist-login_title {
  font-family: "GillSansMTW05-Medium";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #041E42;
}
@media screen and (max-width: 767px) {
  .b-account_wishlist-login_title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-account_wishlist-login_copy {
  font-family: "GillSansMTW05-Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 20px 0 40px;
}
.b-account_wishlist-user_info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  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;
}

.b-images-scroll > div {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-images-thumbnail {
    margin-bottom: 5px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.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: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before::before {
  content: "\E901";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir=rtl] .slick-prev:before::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before::before {
  content: "\E900";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir=rtl] .slick-next:before::before {
  content: "\E901";
  font-size: 14px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.primary-images.b-images .slick-dotted.slick-slider {
  margin-bottom: 18px;
}

.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: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.l-body-page[data-action=Home-Show] p + .l-body-page[data-action=Home-Show] p {
  margin-top: 20px;
}

.l-body-page[data-action=Home-Show] .b-header_logo-royal_logo {
  display: block;
}
.l-body-page[data-action=Home-Show] .l-header-content {
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Home-Show] .l-header-content {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.l-body-page[data-action=Home-Show] .l-header-left_side, .l-body-page[data-action=Home-Show] .l-header-right_side {
  margin-top: 72px;
}
@media screen and (max-width: 1023px) {
  .l-body-page[data-action=Home-Show] .l-header-left_side, .l-body-page[data-action=Home-Show] .l-header-right_side {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

main, .l-body-page_footer {
  display: block !important;
}