/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
.selector,
.selector span,
.checker span,
.radio span,
div.uploader,
div.uploader span.action {
  background-image: url("../images/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.checker,
.button,
.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
.selector:focus,
.checker:focus,
.radio:focus,
div.uploader:focus {
  outline: 0;
}
.selector,
.selector *,
.radio,
.radio *,
.checker,
.checker *,
div.uploader,
div.uploader * {
  margin: 0;
  padding: 0;
}
.highContrastDetect {
  background: url("../images/uniform/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0;
}
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/uniform/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/uniform/bg-input-focus.png") repeat-x 0 0;
}
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Select */
.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
.selector.fixedWidth {
  width: 190px;
}
.selector.fixedWidth span {
  width: 155px;
}
.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0;
  width: 100%;
}
.selector.active {
  background-position: 0 -156px;
}
.selector.active span {
  background-position: right -26px;
}
.selector.hover,
.selector.focus {
  background-position: 0 -182px;
}
.selector.hover span,
.selector.focus span {
  background-position: right -52px;
}
.selector.hover.active,
.selector.focus.active {
  background-position: 0 -208px;
}
.selector.hover.active span,
.selector.focus.active span {
  background-position: right -78px;
}
.selector.disabled,
.selector.disabled.active {
  background-position: 0 -234px;
}
.selector.disabled span,
.selector.disabled.active span {
  background-position: right -104px;
}
/* Checkbox */
.checker {
  position: relative;
}
.checker,
.checker span,
.checker input {
  width: 19px;
  height: 19px;
}
.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
.checker span.checked {
  background-position: -76px -260px;
}
.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.checker.active span {
  background-position: -19px -260px;
}
.checker.active span.checked {
  background-position: -95px -260px;
}
.checker.hover span,
.checker.focus span {
  background-position: -38px -260px;
}
.checker.hover span.checked,
.checker.focus span.checked {
  background-position: -114px -260px;
}
.checker.hover.active span,
.checker.focus.active span {
  background-position: -57px -260px;
}
.checker.hover.active span.checked,
.checker.focus.active span.checked {
  background-position: -133px -260px;
}
.checker.disabled,
.checker.disabled.active {
  background-position: -152px -260px;
}
.checker.disabled span.checked,
.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
.radio {
  position: relative;
}
.radio,
.radio span,
.radio input {
  width: 18px;
  height: 18px;
}
.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}
.radio span.checked {
  background-position: -72px -279px;
}
.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.radio.active span {
  background-position: -18px -18px;
}
.radio.active span.checked {
  background-position: -90px -279px;
}
.radio.hover span,
.radio.focus span {
  background-position: -36px -36px;
}
.radio.hover span.checked,
.radio.focus span.checked {
  background-position: -108px -279px;
}
.radio.hover.active span,
.radio.focus.active span {
  background-position: -54px -279px;
}
.radio.hover.active span.checked,
.radio.focus.active span.checked {
  background-position: -126px -279px;
}
.radio.disabled span,
.radio.disabled.active span {
  background-position: -144px -279px;
}
.radio.disabled span.checked,
.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  background-position: right -409px;
  line-height: 28px;
  text-align: center;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
div.uploader.active span.action {
  background-position: right -465px;
}
div.uploader.hover,
div.uploader.focus {
  background-position: 0 -353px;
}
div.uploader.hover span.action,
div.uploader.focus span.action {
  background-position: right -437px;
}
div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
  background-position: right -493px;
}
div.uploader.disabled,
div.uploader.disabled.active {
  background-position: 0 -325px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  background-position: right -381px;
}
/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}
/* PRESENTATION */
/* Select */
.selector {
  font-size: 12px;
}
.selector span {
  color: #666;
  text-shadow: 0 1px 0 white;
}
.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.selector.disabled span,
.selector.disabled.active span {
  color: #bbb;
}
/* Checker */
.checker {
  margin-right: 5px;
}
/* Radio */
.radio {
  margin-right: 3px;
}
/* Uploader */
div.uploader span.action {
  text-shadow: white 0 1px 0;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  color: #aaa;
}
div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}
input.uniform-input,
input.uniform-input:focus {
  background-color: #fff;
}
@font-face {
  font-family: 'bs-iconfont';
  src: url('../fonts/bs-iconfont/fonts/bs-iconfont.ttf?q97toe') format('truetype'), url('../fonts/bs-iconfont/fonts/bs-iconfont.woff?q97toe') format('woff'), url('../fonts/bs-iconfont/fonts/bs-iconfont.svg?q97toe#bs-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
.footer .toggle:after,
.footer a.link p:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-menu:before {
  content: "\e922";
}
.icon-icon-menu-close:before {
  content: "\e923";
}
.icon-icon-header-search:before {
  content: "\e924";
}
.icon-search:before {
  content: "\e924";
}
.icon-icon-header-account:before {
  content: "\e925";
}
.icon-account:before {
  content: "\e925";
}
.icon-icon-header-wishlist:before {
  content: "\e926";
}
.icon-wishlist:before {
  content: "\e926";
}
.icon-icon-header-cart:before {
  content: "\e92b";
}
.icon-cart:before {
  content: "\e92b";
}
.icon-storefinder_reference_pin-1:before {
  content: "\e900";
}
.icon-arrow_circle_down2:before {
  content: "\e957";
}
.icon-arrow_circle_up2:before {
  content: "\e958";
}
.icon-arrow_double_right2:before {
  content: "\e959";
}
.icon-arrow_down2:before {
  content: "\e95a";
}
.icon-arrow_left2:before {
  content: "\e95b";
}
.icon-arrow_left_22:before {
  content: "\e95c";
}
.icon-arrow_next2:before {
  content: "\e95d";
}
.icon-arrow_previous2:before {
  content: "\e95e";
}
.icon-arrow_right2:before {
  content: "\e95f";
}
.icon-arrow_right_22:before {
  content: "\e960";
}
.icon-arrow_up2:before {
  content: "\e961";
}
.icon-benefit_addresses2:before {
  content: "\e962";
}
.icon-benefit_delivery2:before {
  content: "\e963";
}
.icon-benefit_time2:before {
  content: "\e964";
}
.icon-cart2:before {
  content: "\e965";
}
.icon-lock:before {
  content: "\e91f";
}
.icon-check2:before {
  content: "\e966";
}
.icon-checkbox_checked2:before {
  content: "\e967";
}
.icon-checkbox_noborder2:before {
  content: "\e968";
}
.icon-checkbox_unchecked2:before {
  content: "\e969";
}
.icon-icon_values_payment_yen:before {
  content: "\e96a";
}
.icon-checkout_progress_address2:before {
  content: "\e96b";
}
.icon-checkout_progress_done2:before {
  content: "\e96c";
}
.icon-checkout_progress_overview2:before {
  content: "\e96d";
}
.icon-checkout_progress_payment_euro2:before {
  content: "\e96e";
}
.icon-close:before {
  content: "\e96f";
}
.icon-close2:before {
  content: "\e96f";
}
.icon-dots2:before {
  content: "\e970";
}
.icon-foot_normal2:before {
  content: "\e973";
}
.icon-foot_slender2:before {
  content: "\e974";
}
.icon-login2:before {
  content: "\e977";
}
.icon-logo2:before {
  content: "\e978";
}
.icon-logout2:before {
  content: "\e979";
}
.icon-mail2:before {
  content: "\e97a";
}
.icon-menu2:before {
  content: "\e97b";
}
.icon-message2:before {
  content: "\e97c";
}
.icon-message_sent2:before {
  content: "\e97d";
}
.icon-newsletter2:before {
  content: "\e97e";
}
.icon-package2:before {
  content: "\e97f";
}
.icon-phone2:before {
  content: "\e980";
}
.icon-play2:before {
  content: "\e983";
}
.icon-seal2:before {
  content: "\e984";
}
.icon-search3:before {
  content: "\e985";
}
.icon-status_delivery2:before {
  content: "\e986";
}
.icon-status_open2:before {
  content: "\e987";
}
.icon-trash2:before {
  content: "\e988";
}
.icon-user2:before {
  content: "\e98b";
}
.icon-user_22:before {
  content: "\e98c";
}
.icon-uniE99C:before {
  content: "\e99c";
}
.icon-marker2:before {
  content: "\e99f";
}
.icon-facebook2:before {
  content: "\e971";
}
.icon-facebook:before {
  content: "\e971";
}
.icon-pinterest:before {
  content: "\e981";
}
.icon-pinterest2:before {
  content: "\e981";
}
.icon-instagram:before {
  content: "\e975";
}
.icon-instagram2:before {
  content: "\e975";
}
.icon-youtube:before {
  content: "\e92f";
}
.icon-icon_share_line:before {
  content: "\e9a5";
}
.icon-twitter2:before {
  content: "\e989";
}
.icon-values_tradition:before {
  content: "\e990";
}
.icon-values_tradition2:before {
  content: "\e990";
}
.icon-checkout_progress_payment_usd2:before {
  content: "\e98d";
}
.icon-values_shipment:before {
  content: "\e98e";
}
.icon-values_shipment2:before {
  content: "\e98e";
}
.icon-values_shop:before {
  content: "\e98f";
}
.icon-values_shop2:before {
  content: "\e98f";
}
.icon-warning2:before {
  content: "\e991";
}
.icon-zoom_in3:before {
  content: "\e992";
}
.icon-zoom_in23:before {
  content: "\e993";
}
.icon-zoom_out3:before {
  content: "\e994";
}
.icon-zoom_out23:before {
  content: "\e995";
}
.icon-arrow_circle_left2:before {
  content: "\e996";
}
.icon-arrow_circle_right2:before {
  content: "\e997";
}
.icon-error_page_clock2:before {
  content: "\e998";
}
.icon-error_page_shoe2:before {
  content: "\e999";
}
.icon-error_page_shoelace2:before {
  content: "\e99a";
}
.icon-search22:before {
  content: "\e9a2";
}
.icon-zoom_out222:before {
  content: "\e9a3";
}
.icon-zoom_in222:before {
  content: "\e9a4";
}
.icon-icon_share_yahoo:before {
  content: "\e9a6";
}
.icon-icon_info:before {
  content: "\e9a7";
}
.icon-icon_password_show2:before {
  content: "\e9a8";
}
.icon-icon_password_hide2:before {
  content: "\e9a9";
}
.icon-icon_treatment:before {
  content: "\e909";
}
.icon-icon_hand_wash:before {
  content: "\e90a";
}
.icon-icon_cash_on_purchase_default:before {
  content: "\e901";
}
.icon-icon_cash_on_purchase_europe:before {
  content: "\e902";
}
.icon-icon_cash_on_purchase_usa:before {
  content: "\e903";
}
.icon-icon_cash_on_purchase_japan:before {
  content: "\e904";
}
.icon-icon_cash_on_delivery_default:before {
  content: "\e905";
}
.icon-icon_cash_on_delivery_europe:before {
  content: "\e906";
}
.icon-icon_cash_on_delivery_japan:before {
  content: "\e907";
}
.icon-icon_cash_on_delivery_usa:before {
  content: "\e908";
}
.icon-icon-checkout_progress_paypal .path1:before {
  content: "\e90b";
  color: #023f85;
}
.icon-icon-checkout_progress_paypal .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #27346a;
}
.icon-icon-checkout_progress_paypal .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: #27346a;
}
.icon-icon-checkout_progress_paypal .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: #2790c3;
}
.icon-icon-checkout_progress_paypal .path5:before {
  content: "\e90f";
  margin-left: -1em;
  color: #1f264f;
}
.icon-icon_personal_purchase:before {
  content: "\e910";
}
.icon-icon_gift:before {
  content: "\e911";
}
.icon-icon_pen:before {
  content: "\e912";
}
.icon-icon_shoesizeme:before {
  content: "\e913";
}
.icon-icon_avaliability_reminder:before {
  content: "\e914";
}
.icon-question_info2:before {
  content: "\e915";
}
.icon-play:before {
  content: "\e916";
}
.icon-delivery_time2:before {
  content: "\e917";
}
.icon-wishlist2:before {
  content: "\e918";
}
.icon-wishlist-active:before {
  content: "\e927";
}
.icon-return2:before {
  content: "\e919";
}
.icon-home2:before {
  content: "\e91a";
}
.icon-cookie:before {
  content: "\e91b";
}
.icon-foot_medium2:before {
  content: "\e91d";
}
.icon-close_2:before {
  content: "\e91e";
}
.icon-lock2:before {
  content: "\e921";
}
.icon-thumbsup:before {
  content: "\e920";
}
.icon-customer_service:before {
  content: "\e928";
}
.icon-icon-header-storefinder:before {
  content: "\e92d";
}
.icon-newsletter:before {
  content: "\e91c";
}
.icon-social-media:before {
  content: "\e92c";
}
.icon-plus:before {
  content: "\e929";
}
.icon-minus:before {
  content: "\e92a";
}
.icon-secure-payment:before {
  content: "\e92e";
}
.icon-country:before {
  content: "\e930";
}
.icon-arrow2:before {
  content: "\e931";
}
.icon-list:before {
  content: "\e932";
}
.icon-filter:before {
  content: "\e933";
}
.icon-faster-checkout:before {
  content: "\e934";
}
.icon-megaphone:before {
  content: "\e935";
}
.icon-multiple-addresses:before {
  content: "\e936";
}
.icon-track-delivery:before {
  content: "\e937";
}
.icon-bulb:before {
  content: "\e93a";
}
@font-face {
  font-family: 'DIN Next CYR';
  src: url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Regular.woff2') format('woff2'), url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Next CYR';
  src: url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Medium.woff2') format('woff2'), url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Next CYR';
  src: url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Bold.woff2') format('woff2'), url('../fonts/DinNextW05RegularMediumBold/Fonts/DINNextW05-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Next Condensed';
  src: url('../fonts/DinNextCondensedW05/Fonts/DINNextLTW05-Condensed.woff2') format('woff2'), url('../fonts/DinNextCondensedW05/Fonts/DINNextLTW05-Condensed.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Caslon540BT-Roman';
  src: url('../fonts/Caslon540/Fonts/Caslon540BTW05-Roman.woff2') format('woff2'), url('../fonts/Caslon540/Fonts/Caslon540BTW05-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BSNSC_icon';
  src: url('../fonts/BSNSC_icon.woff') format('woff');
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  height: 100%;
}
/**
 * Remove default margin. 
 */
body {
  margin: 0;
  height: 100%;
}
textarea,
input,
*:focus {
  outline: 0 none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
p {
  margin: 1em 0;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #023f85;
  text-decoration: none;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
}
a:hover {
  text-decoration: underline;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 18px;
  width: 18px;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/**
 * Remove italic font style on addresses
 */
address {
  font-style: normal;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th {
  font-weight: 400;
  text-align: left;
}
table td,
table th {
  padding: 0;
  vertical-align: top;
}
/* Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-xs-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-sm-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}
/** @TODO please avoid scattering LESS across cartridges. CSS might not build when removing the given cartridge. */
.component.price {
  white-space: nowrap;
  font-weight: 600;
  font-size: 30px;
  margin: 15px 0 0 0;
  line-height: 1.1875em;
}
.component.price .price-from,
.component.price .price-strike {
  font-weight: 400;
}
.component.price .price-promotion {
  color: #023f85;
}
.component.price .price-strike {
  text-decoration: line-through;
  font-size: 15px;
}
.component.price .price-additional-info {
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .component.price {
    font-size: 25px;
  }
  .component.price .price-strike {
    font-size: 14px;
  }
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loader .loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 9998;
}
.loader .loader-indicator {
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/ajax-loader-2x.gif) no-repeat center center transparent;
  background-size: 16px 16px;
}
.infinite-scroll-placeholder.infinite-scroll-loading,
.show-more-products-placeholder.infinite-scroll-loading,
.show-more-placeholder.infinite-scroll-loading,
.infinite-scroll-placeholder.additional-products-loading,
.show-more-products-placeholder.additional-products-loading,
.show-more-placeholder.additional-products-loading,
.infinite-scroll-placeholder.additional-loading,
.show-more-products-placeholder.additional-loading,
.show-more-placeholder.additional-loading {
  margin: 1.5em 0 1.5em 0;
  height: 16px;
  background: url(../images/ajax-loader-2x.gif) no-repeat center center transparent;
  background-size: 16px 16px;
}
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #023f85;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0;
  position: fixed;
  z-index: 10;
  bottom: 235px;
  right: -100px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s, color 0.4s, background-color 0.4s;
  border: 1px solid #023f85;
  border-radius: 50%;
  text-decoration: none;
  transform: rotate(-90deg);
}
.back-to-top .icon {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.back-to-top:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #023f85;
}
.scroll .back-to-top {
  opacity: 1;
  transform: rotate(90deg);
  right: 15px;
  bottom: 25px;
}
.button {
  display: -moz-inline-box;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
  border-radius: 3px;
  border: 1px solid #023f85;
  background: #023f85;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  width: auto;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  padding: 12px 20px 10px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
  -webkit-appearance: none;
}
[lang="ja"] .button {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
.button:hover,
.button:focus {
  background-color: #ffffff;
  border-color: #023f85;
  color: #023f85;
  text-decoration: none;
}
.button.button-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #023f85;
}
.button.button-white:hover,
.button.button-white:focus {
  background-color: #023f85;
  border-color: #023f85;
  color: #ffffff;
}
.button.button-trans {
  background: transparent;
  color: #023f85;
}
.button.button-trans:hover,
.button.button-trans:focus {
  background-color: #023f85;
  border-color: #023f85;
  color: #ffffff;
}
.button.button-large {
  padding-top: calc((59px - 21px) / 2);
  padding-bottom: calc(((59px - 21px) / 2) - 2px);
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button.button-large {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.button-large {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.button .button-trans[disabled],
.button .button-trans[disabled]:hover {
  background-color: transparent;
  border-color: #a7a7a7;
  color: #a7a7a7;
}
.button.button-text {
  padding: 0!important;
  border: 0 none;
  color: #1a1919;
  background: transparent;
  font-size: 15px;
  line-height: 1.5em;
  text-transform: none;
}
.button.button-text:hover,
.button.button-text:focus {
  color: #1a1919;
  text-decoration: underline;
}
.button.button-text[disabled],
.button.button-text[disabled]:hover {
  color: #a7a7a7;
  text-decoration: none;
}
.button-green {
  border: 1px solid #286040;
  background: #286040;
  cursor: pointer;
  color: #ffffff;
}
.button-green a {
  color: #ffffff;
}
.button-green:hover,
.button-green:focus {
  background-color: #ffffff;
  border-color: #286040;
  color: #286040;
  text-decoration: none;
}
.button-green:hover a,
.button-green:focus a {
  color: #286040;
  text-decoration: none;
}
.button-green.button-white {
  background: #ffffff;
  border-color: #286040;
  color: #286040;
}
.button-green.button-white a {
  color: #286040;
}
.button-green.button-white:hover,
.button-green.button-white:focus {
  background-color: #286040;
  border-color: #286040;
  color: #ffffff;
}
.button-green.button-white:hover a,
.button-green.button-white:focus a {
  color: #ffffff;
}
.button-cosmetics {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  font-weight: bold;
  min-width: 180px;
  color: #ffffff;
  background-color: #cfc6b7;
  border: 1px solid #cfc6b7;
}
.button[disabled],
.button[disabled]:hover {
  cursor: default;
  background-color: transparent;
  border-color: #a7a7a7;
  color: #a7a7a7;
}
.button-custom-white.solid,
.button-custom-grey-light.solid,
.button-custom-grey.solid,
.button-custom-grey-dark.solid,
.button-custom-black.solid,
.button-custom-grey-1.solid,
.button-custom-grey-2.solid,
.button-custom-grey-3.solid,
.button-custom-grey-4.solid,
.button-custom-grey-5.solid,
.button-custom-grey-6.solid,
.button-custom-blue-dark.solid,
.button-custom-blue.solid,
.button-custom-blue-soft.solid,
.button-custom-blue-soft-middle.solid,
.button-custom-blue-soft-light.solid,
.button-custom-brown.solid,
.button-custom-brown-light.solid,
.button-custom-brown-dark.solid,
.button-custom-red.solid,
.button-custom-red-bordeaux.solid,
.button-custom-yellow.solid,
.button-custom-green.solid,
.button-custom-green-dark.solid,
.button-custom-green-dark-2.solid,
.button-custom-blue-dark-2.solid,
.button-custom-grey-7.solid,
.button-custom-grey-8.solid,
.button-custom-grey-9.solid,
.button-custom-grey-10.solid,
.button-custom-pastel-brown-1.solid,
.button-custom-pastel-brown-2.solid,
.button-custom-pastel-brown-3.solid,
.button-custom-pastel-brown-4.solid,
.button-custom-pastel-blue-1.solid,
.button-custom-pastel-blue-2.solid,
.button-custom-pastel-blue-3.solid,
.button-custom-pastel-blue-4.solid,
.button-custom-pastel-green-1.solid,
.button-custom-pastel-green-2.solid {
  border: 1px solid;
  color: #ffffff;
}
.button-custom-white.solid a,
.button-custom-grey-light.solid a,
.button-custom-grey.solid a,
.button-custom-grey-dark.solid a,
.button-custom-black.solid a,
.button-custom-grey-1.solid a,
.button-custom-grey-2.solid a,
.button-custom-grey-3.solid a,
.button-custom-grey-4.solid a,
.button-custom-grey-5.solid a,
.button-custom-grey-6.solid a,
.button-custom-blue-dark.solid a,
.button-custom-blue.solid a,
.button-custom-blue-soft.solid a,
.button-custom-blue-soft-middle.solid a,
.button-custom-blue-soft-light.solid a,
.button-custom-brown.solid a,
.button-custom-brown-light.solid a,
.button-custom-brown-dark.solid a,
.button-custom-red.solid a,
.button-custom-red-bordeaux.solid a,
.button-custom-yellow.solid a,
.button-custom-green.solid a,
.button-custom-green-dark.solid a,
.button-custom-green-dark-2.solid a,
.button-custom-blue-dark-2.solid a,
.button-custom-grey-7.solid a,
.button-custom-grey-8.solid a,
.button-custom-grey-9.solid a,
.button-custom-grey-10.solid a,
.button-custom-pastel-brown-1.solid a,
.button-custom-pastel-brown-2.solid a,
.button-custom-pastel-brown-3.solid a,
.button-custom-pastel-brown-4.solid a,
.button-custom-pastel-blue-1.solid a,
.button-custom-pastel-blue-2.solid a,
.button-custom-pastel-blue-3.solid a,
.button-custom-pastel-blue-4.solid a,
.button-custom-pastel-green-1.solid a,
.button-custom-pastel-green-2.solid a {
  color: #ffffff;
}
.button-custom-white.solid:hover,
.button-custom-grey-light.solid:hover,
.button-custom-grey.solid:hover,
.button-custom-grey-dark.solid:hover,
.button-custom-black.solid:hover,
.button-custom-grey-1.solid:hover,
.button-custom-grey-2.solid:hover,
.button-custom-grey-3.solid:hover,
.button-custom-grey-4.solid:hover,
.button-custom-grey-5.solid:hover,
.button-custom-grey-6.solid:hover,
.button-custom-blue-dark.solid:hover,
.button-custom-blue.solid:hover,
.button-custom-blue-soft.solid:hover,
.button-custom-blue-soft-middle.solid:hover,
.button-custom-blue-soft-light.solid:hover,
.button-custom-brown.solid:hover,
.button-custom-brown-light.solid:hover,
.button-custom-brown-dark.solid:hover,
.button-custom-red.solid:hover,
.button-custom-red-bordeaux.solid:hover,
.button-custom-yellow.solid:hover,
.button-custom-green.solid:hover,
.button-custom-green-dark.solid:hover,
.button-custom-green-dark-2.solid:hover,
.button-custom-blue-dark-2.solid:hover,
.button-custom-grey-7.solid:hover,
.button-custom-grey-8.solid:hover,
.button-custom-grey-9.solid:hover,
.button-custom-grey-10.solid:hover,
.button-custom-pastel-brown-1.solid:hover,
.button-custom-pastel-brown-2.solid:hover,
.button-custom-pastel-brown-3.solid:hover,
.button-custom-pastel-brown-4.solid:hover,
.button-custom-pastel-blue-1.solid:hover,
.button-custom-pastel-blue-2.solid:hover,
.button-custom-pastel-blue-3.solid:hover,
.button-custom-pastel-blue-4.solid:hover,
.button-custom-pastel-green-1.solid:hover,
.button-custom-pastel-green-2.solid:hover,
.button-custom-white.solid:focus,
.button-custom-grey-light.solid:focus,
.button-custom-grey.solid:focus,
.button-custom-grey-dark.solid:focus,
.button-custom-black.solid:focus,
.button-custom-grey-1.solid:focus,
.button-custom-grey-2.solid:focus,
.button-custom-grey-3.solid:focus,
.button-custom-grey-4.solid:focus,
.button-custom-grey-5.solid:focus,
.button-custom-grey-6.solid:focus,
.button-custom-blue-dark.solid:focus,
.button-custom-blue.solid:focus,
.button-custom-blue-soft.solid:focus,
.button-custom-blue-soft-middle.solid:focus,
.button-custom-blue-soft-light.solid:focus,
.button-custom-brown.solid:focus,
.button-custom-brown-light.solid:focus,
.button-custom-brown-dark.solid:focus,
.button-custom-red.solid:focus,
.button-custom-red-bordeaux.solid:focus,
.button-custom-yellow.solid:focus,
.button-custom-green.solid:focus,
.button-custom-green-dark.solid:focus,
.button-custom-green-dark-2.solid:focus,
.button-custom-blue-dark-2.solid:focus,
.button-custom-grey-7.solid:focus,
.button-custom-grey-8.solid:focus,
.button-custom-grey-9.solid:focus,
.button-custom-grey-10.solid:focus,
.button-custom-pastel-brown-1.solid:focus,
.button-custom-pastel-brown-2.solid:focus,
.button-custom-pastel-brown-3.solid:focus,
.button-custom-pastel-brown-4.solid:focus,
.button-custom-pastel-blue-1.solid:focus,
.button-custom-pastel-blue-2.solid:focus,
.button-custom-pastel-blue-3.solid:focus,
.button-custom-pastel-blue-4.solid:focus,
.button-custom-pastel-green-1.solid:focus,
.button-custom-pastel-green-2.solid:focus {
  background: #ffffff;
}
.button-custom-white.outline,
.button-custom-grey-light.outline,
.button-custom-grey.outline,
.button-custom-grey-dark.outline,
.button-custom-black.outline,
.button-custom-grey-1.outline,
.button-custom-grey-2.outline,
.button-custom-grey-3.outline,
.button-custom-grey-4.outline,
.button-custom-grey-5.outline,
.button-custom-grey-6.outline,
.button-custom-blue-dark.outline,
.button-custom-blue.outline,
.button-custom-blue-soft.outline,
.button-custom-blue-soft-middle.outline,
.button-custom-blue-soft-light.outline,
.button-custom-brown.outline,
.button-custom-brown-light.outline,
.button-custom-brown-dark.outline,
.button-custom-red.outline,
.button-custom-red-bordeaux.outline,
.button-custom-yellow.outline,
.button-custom-green.outline,
.button-custom-green-dark.outline,
.button-custom-green-dark-2.outline,
.button-custom-blue-dark-2.outline,
.button-custom-grey-7.outline,
.button-custom-grey-8.outline,
.button-custom-grey-9.outline,
.button-custom-grey-10.outline,
.button-custom-pastel-brown-1.outline,
.button-custom-pastel-brown-2.outline,
.button-custom-pastel-brown-3.outline,
.button-custom-pastel-brown-4.outline,
.button-custom-pastel-blue-1.outline,
.button-custom-pastel-blue-2.outline,
.button-custom-pastel-blue-3.outline,
.button-custom-pastel-blue-4.outline,
.button-custom-pastel-green-1.outline,
.button-custom-pastel-green-2.outline {
  background: #ffffff;
}
.button-custom-white.outline:hover,
.button-custom-grey-light.outline:hover,
.button-custom-grey.outline:hover,
.button-custom-grey-dark.outline:hover,
.button-custom-black.outline:hover,
.button-custom-grey-1.outline:hover,
.button-custom-grey-2.outline:hover,
.button-custom-grey-3.outline:hover,
.button-custom-grey-4.outline:hover,
.button-custom-grey-5.outline:hover,
.button-custom-grey-6.outline:hover,
.button-custom-blue-dark.outline:hover,
.button-custom-blue.outline:hover,
.button-custom-blue-soft.outline:hover,
.button-custom-blue-soft-middle.outline:hover,
.button-custom-blue-soft-light.outline:hover,
.button-custom-brown.outline:hover,
.button-custom-brown-light.outline:hover,
.button-custom-brown-dark.outline:hover,
.button-custom-red.outline:hover,
.button-custom-red-bordeaux.outline:hover,
.button-custom-yellow.outline:hover,
.button-custom-green.outline:hover,
.button-custom-green-dark.outline:hover,
.button-custom-green-dark-2.outline:hover,
.button-custom-blue-dark-2.outline:hover,
.button-custom-grey-7.outline:hover,
.button-custom-grey-8.outline:hover,
.button-custom-grey-9.outline:hover,
.button-custom-grey-10.outline:hover,
.button-custom-pastel-brown-1.outline:hover,
.button-custom-pastel-brown-2.outline:hover,
.button-custom-pastel-brown-3.outline:hover,
.button-custom-pastel-brown-4.outline:hover,
.button-custom-pastel-blue-1.outline:hover,
.button-custom-pastel-blue-2.outline:hover,
.button-custom-pastel-blue-3.outline:hover,
.button-custom-pastel-blue-4.outline:hover,
.button-custom-pastel-green-1.outline:hover,
.button-custom-pastel-green-2.outline:hover,
.button-custom-white.outline:focus,
.button-custom-grey-light.outline:focus,
.button-custom-grey.outline:focus,
.button-custom-grey-dark.outline:focus,
.button-custom-black.outline:focus,
.button-custom-grey-1.outline:focus,
.button-custom-grey-2.outline:focus,
.button-custom-grey-3.outline:focus,
.button-custom-grey-4.outline:focus,
.button-custom-grey-5.outline:focus,
.button-custom-grey-6.outline:focus,
.button-custom-blue-dark.outline:focus,
.button-custom-blue.outline:focus,
.button-custom-blue-soft.outline:focus,
.button-custom-blue-soft-middle.outline:focus,
.button-custom-blue-soft-light.outline:focus,
.button-custom-brown.outline:focus,
.button-custom-brown-light.outline:focus,
.button-custom-brown-dark.outline:focus,
.button-custom-red.outline:focus,
.button-custom-red-bordeaux.outline:focus,
.button-custom-yellow.outline:focus,
.button-custom-green.outline:focus,
.button-custom-green-dark.outline:focus,
.button-custom-green-dark-2.outline:focus,
.button-custom-blue-dark-2.outline:focus,
.button-custom-grey-7.outline:focus,
.button-custom-grey-8.outline:focus,
.button-custom-grey-9.outline:focus,
.button-custom-grey-10.outline:focus,
.button-custom-pastel-brown-1.outline:focus,
.button-custom-pastel-brown-2.outline:focus,
.button-custom-pastel-brown-3.outline:focus,
.button-custom-pastel-brown-4.outline:focus,
.button-custom-pastel-blue-1.outline:focus,
.button-custom-pastel-blue-2.outline:focus,
.button-custom-pastel-blue-3.outline:focus,
.button-custom-pastel-blue-4.outline:focus,
.button-custom-pastel-green-1.outline:focus,
.button-custom-pastel-green-2.outline:focus {
  color: #ffffff;
}
.button-custom-white.outline:hover a,
.button-custom-grey-light.outline:hover a,
.button-custom-grey.outline:hover a,
.button-custom-grey-dark.outline:hover a,
.button-custom-black.outline:hover a,
.button-custom-grey-1.outline:hover a,
.button-custom-grey-2.outline:hover a,
.button-custom-grey-3.outline:hover a,
.button-custom-grey-4.outline:hover a,
.button-custom-grey-5.outline:hover a,
.button-custom-grey-6.outline:hover a,
.button-custom-blue-dark.outline:hover a,
.button-custom-blue.outline:hover a,
.button-custom-blue-soft.outline:hover a,
.button-custom-blue-soft-middle.outline:hover a,
.button-custom-blue-soft-light.outline:hover a,
.button-custom-brown.outline:hover a,
.button-custom-brown-light.outline:hover a,
.button-custom-brown-dark.outline:hover a,
.button-custom-red.outline:hover a,
.button-custom-red-bordeaux.outline:hover a,
.button-custom-yellow.outline:hover a,
.button-custom-green.outline:hover a,
.button-custom-green-dark.outline:hover a,
.button-custom-green-dark-2.outline:hover a,
.button-custom-blue-dark-2.outline:hover a,
.button-custom-grey-7.outline:hover a,
.button-custom-grey-8.outline:hover a,
.button-custom-grey-9.outline:hover a,
.button-custom-grey-10.outline:hover a,
.button-custom-pastel-brown-1.outline:hover a,
.button-custom-pastel-brown-2.outline:hover a,
.button-custom-pastel-brown-3.outline:hover a,
.button-custom-pastel-brown-4.outline:hover a,
.button-custom-pastel-blue-1.outline:hover a,
.button-custom-pastel-blue-2.outline:hover a,
.button-custom-pastel-blue-3.outline:hover a,
.button-custom-pastel-blue-4.outline:hover a,
.button-custom-pastel-green-1.outline:hover a,
.button-custom-pastel-green-2.outline:hover a,
.button-custom-white.outline:focus a,
.button-custom-grey-light.outline:focus a,
.button-custom-grey.outline:focus a,
.button-custom-grey-dark.outline:focus a,
.button-custom-black.outline:focus a,
.button-custom-grey-1.outline:focus a,
.button-custom-grey-2.outline:focus a,
.button-custom-grey-3.outline:focus a,
.button-custom-grey-4.outline:focus a,
.button-custom-grey-5.outline:focus a,
.button-custom-grey-6.outline:focus a,
.button-custom-blue-dark.outline:focus a,
.button-custom-blue.outline:focus a,
.button-custom-blue-soft.outline:focus a,
.button-custom-blue-soft-middle.outline:focus a,
.button-custom-blue-soft-light.outline:focus a,
.button-custom-brown.outline:focus a,
.button-custom-brown-light.outline:focus a,
.button-custom-brown-dark.outline:focus a,
.button-custom-red.outline:focus a,
.button-custom-red-bordeaux.outline:focus a,
.button-custom-yellow.outline:focus a,
.button-custom-green.outline:focus a,
.button-custom-green-dark.outline:focus a,
.button-custom-green-dark-2.outline:focus a,
.button-custom-blue-dark-2.outline:focus a,
.button-custom-grey-7.outline:focus a,
.button-custom-grey-8.outline:focus a,
.button-custom-grey-9.outline:focus a,
.button-custom-grey-10.outline:focus a,
.button-custom-pastel-brown-1.outline:focus a,
.button-custom-pastel-brown-2.outline:focus a,
.button-custom-pastel-brown-3.outline:focus a,
.button-custom-pastel-brown-4.outline:focus a,
.button-custom-pastel-blue-1.outline:focus a,
.button-custom-pastel-blue-2.outline:focus a,
.button-custom-pastel-blue-3.outline:focus a,
.button-custom-pastel-blue-4.outline:focus a,
.button-custom-pastel-green-1.outline:focus a,
.button-custom-pastel-green-2.outline:focus a {
  color: #ffffff;
}
.button-custom-white.solid {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.button-custom-white.solid:hover,
.button-custom-white.solid:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #636363;
}
.button-custom-white.solid:hover a,
.button-custom-white.solid:focus a {
  color: #636363;
}
.button-custom-white.outline {
  background: #ffffff;
  border-color: #ffffff;
  color: #636363;
}
.button-custom-white.outline a {
  color: #636363;
}
.button-custom-white.outline:hover,
.button-custom-white.outline:focus {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.button-custom-white.outline:hover a,
.button-custom-white.outline:focus a {
  color: #ffffff;
}
.button-custom-grey-light.solid {
  border-color: #f6f6f6;
  background: transparent;
  color: #f6f6f6;
}
.button-custom-grey-light.solid:hover,
.button-custom-grey-light.solid:focus {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #636363;
}
.button-custom-grey-light.solid:hover a,
.button-custom-grey-light.solid:focus a {
  color: #636363;
}
.button-custom-grey-light.outline {
  background: #f6f6f6;
  border-color: #f6f6f6;
  color: #636363;
}
.button-custom-grey-light.outline a {
  color: #636363;
}
.button-custom-grey-light.outline:hover,
.button-custom-grey-light.outline:focus {
  border-color: #f6f6f6;
  background: transparent;
  color: #f6f6f6;
}
.button-custom-grey-light.outline:hover a,
.button-custom-grey-light.outline:focus a {
  color: #f6f6f6;
}
.button-custom-grey.solid {
  border-color: #636363;
  background: #636363;
}
.button-custom-grey.solid:hover,
.button-custom-grey.solid:focus {
  border-color: #636363;
  color: #636363;
}
.button-custom-grey.solid:hover a,
.button-custom-grey.solid:focus a {
  color: #636363;
}
.button-custom-grey.outline {
  border-color: #636363;
  color: #636363;
}
.button-custom-grey.outline a {
  color: #636363;
}
.button-custom-grey.outline:hover,
.button-custom-grey.outline:focus {
  border-color: #636363;
  background: #636363;
}
.button-custom-grey-dark.solid {
  border-color: #1a1919;
  background: #1a1919;
}
.button-custom-grey-dark.solid:hover,
.button-custom-grey-dark.solid:focus {
  border-color: #1a1919;
  color: #1a1919;
}
.button-custom-grey-dark.solid:hover a,
.button-custom-grey-dark.solid:focus a {
  color: #1a1919;
}
.button-custom-grey-dark.outline {
  border-color: #1a1919;
  color: #1a1919;
}
.button-custom-grey-dark.outline a {
  color: #1a1919;
}
.button-custom-grey-dark.outline:hover,
.button-custom-grey-dark.outline:focus {
  border-color: #1a1919;
  background: #1a1919;
}
.button-custom-black.solid {
  border-color: #000000;
  background: #000000;
}
.button-custom-black.solid:hover,
.button-custom-black.solid:focus {
  border-color: #000000;
  color: #000000;
}
.button-custom-black.solid:hover a,
.button-custom-black.solid:focus a {
  color: #000000;
}
.button-custom-black.outline {
  border-color: #000000;
  color: #000000;
}
.button-custom-black.outline a {
  color: #000000;
}
.button-custom-black.outline:hover,
.button-custom-black.outline:focus {
  border-color: #000000;
  background: #000000;
}
.button-custom-grey-1.solid {
  border-color: #767676;
  background: #767676;
}
.button-custom-grey-1.solid:hover,
.button-custom-grey-1.solid:focus {
  border-color: #767676;
  color: #767676;
}
.button-custom-grey-1.solid:hover a,
.button-custom-grey-1.solid:focus a {
  color: #767676;
}
.button-custom-grey-1.outline {
  border-color: #767676;
  color: #767676;
}
.button-custom-grey-1.outline a {
  color: #767676;
}
.button-custom-grey-1.outline:hover,
.button-custom-grey-1.outline:focus {
  border-color: #767676;
  background: #767676;
}
.button-custom-grey-2.solid {
  border-color: #929292;
  background: #929292;
}
.button-custom-grey-2.solid:hover,
.button-custom-grey-2.solid:focus {
  border-color: #929292;
  color: #929292;
}
.button-custom-grey-2.solid:hover a,
.button-custom-grey-2.solid:focus a {
  color: #929292;
}
.button-custom-grey-2.outline {
  border-color: #929292;
  color: #929292;
}
.button-custom-grey-2.outline a {
  color: #929292;
}
.button-custom-grey-2.outline:hover,
.button-custom-grey-2.outline:focus {
  border-color: #929292;
  background: #929292;
}
.button-custom-grey-3.solid {
  border-color: #a7a7a7;
  background: #a7a7a7;
}
.button-custom-grey-3.solid:hover,
.button-custom-grey-3.solid:focus {
  border-color: #a7a7a7;
  color: #a7a7a7;
}
.button-custom-grey-3.solid:hover a,
.button-custom-grey-3.solid:focus a {
  color: #a7a7a7;
}
.button-custom-grey-3.outline {
  border-color: #a7a7a7;
  color: #a7a7a7;
}
.button-custom-grey-3.outline a {
  color: #a7a7a7;
}
.button-custom-grey-3.outline:hover,
.button-custom-grey-3.outline:focus {
  border-color: #a7a7a7;
  background: #a7a7a7;
}
.button-custom-grey-4.solid {
  border-color: #bcbcbc;
  background: #bcbcbc;
}
.button-custom-grey-4.solid:hover,
.button-custom-grey-4.solid:focus {
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.button-custom-grey-4.solid:hover a,
.button-custom-grey-4.solid:focus a {
  color: #bcbcbc;
}
.button-custom-grey-4.outline {
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.button-custom-grey-4.outline a {
  color: #bcbcbc;
}
.button-custom-grey-4.outline:hover,
.button-custom-grey-4.outline:focus {
  border-color: #bcbcbc;
  background: #bcbcbc;
}
.button-custom-grey-5.solid {
  border-color: #d0d0d0;
  background: #d0d0d0;
}
.button-custom-grey-5.solid:hover,
.button-custom-grey-5.solid:focus {
  border-color: #d0d0d0;
  color: #d0d0d0;
}
.button-custom-grey-5.solid:hover a,
.button-custom-grey-5.solid:focus a {
  color: #d0d0d0;
}
.button-custom-grey-5.outline {
  border-color: #d0d0d0;
  color: #d0d0d0;
}
.button-custom-grey-5.outline a {
  color: #d0d0d0;
}
.button-custom-grey-5.outline:hover,
.button-custom-grey-5.outline:focus {
  border-color: #d0d0d0;
  background: #d0d0d0;
}
.button-custom-grey-6.solid {
  border-color: #e3e3e5;
  background: #e3e3e5;
}
.button-custom-grey-6.solid:hover,
.button-custom-grey-6.solid:focus {
  border-color: #e3e3e5;
  color: #e3e3e5;
}
.button-custom-grey-6.solid:hover a,
.button-custom-grey-6.solid:focus a {
  color: #e3e3e5;
}
.button-custom-grey-6.outline {
  border-color: #e3e3e5;
  color: #e3e3e5;
}
.button-custom-grey-6.outline a {
  color: #e3e3e5;
}
.button-custom-grey-6.outline:hover,
.button-custom-grey-6.outline:focus {
  border-color: #e3e3e5;
  background: #e3e3e5;
}
.button-custom-blue-dark.solid {
  border-color: #013672;
  background: #013672;
}
.button-custom-blue-dark.solid:hover,
.button-custom-blue-dark.solid:focus {
  border-color: #013672;
  color: #013672;
}
.button-custom-blue-dark.solid:hover a,
.button-custom-blue-dark.solid:focus a {
  color: #013672;
}
.button-custom-blue-dark.outline {
  border-color: #013672;
  color: #013672;
}
.button-custom-blue-dark.outline a {
  color: #013672;
}
.button-custom-blue-dark.outline:hover,
.button-custom-blue-dark.outline:focus {
  border-color: #013672;
  background: #013672;
}
.button-custom-blue.solid {
  border-color: #023f85;
  background: #023f85;
}
.button-custom-blue.solid:hover,
.button-custom-blue.solid:focus {
  border-color: #023f85;
  color: #023f85;
}
.button-custom-blue.solid:hover a,
.button-custom-blue.solid:focus a {
  color: #023f85;
}
.button-custom-blue.outline {
  border-color: #023f85;
  color: #023f85;
}
.button-custom-blue.outline a {
  color: #023f85;
}
.button-custom-blue.outline:hover,
.button-custom-blue.outline:focus {
  border-color: #023f85;
  background: #023f85;
}
.button-custom-blue-soft.solid {
  border-color: #6f8bad;
  background: #6f8bad;
}
.button-custom-blue-soft.solid:hover,
.button-custom-blue-soft.solid:focus {
  border-color: #6f8bad;
  color: #6f8bad;
}
.button-custom-blue-soft.solid:hover a,
.button-custom-blue-soft.solid:focus a {
  color: #6f8bad;
}
.button-custom-blue-soft.outline {
  border-color: #6f8bad;
  color: #6f8bad;
}
.button-custom-blue-soft.outline a {
  color: #6f8bad;
}
.button-custom-blue-soft.outline:hover,
.button-custom-blue-soft.outline:focus {
  border-color: #6f8bad;
  background: #6f8bad;
}
.button-custom-blue-soft-middle.solid {
  border-color: #98b2cb;
  background: #98b2cb;
}
.button-custom-blue-soft-middle.solid:hover,
.button-custom-blue-soft-middle.solid:focus {
  border-color: #98b2cb;
  color: #98b2cb;
}
.button-custom-blue-soft-middle.solid:hover a,
.button-custom-blue-soft-middle.solid:focus a {
  color: #98b2cb;
}
.button-custom-blue-soft-middle.outline {
  border-color: #98b2cb;
  color: #98b2cb;
}
.button-custom-blue-soft-middle.outline a {
  color: #98b2cb;
}
.button-custom-blue-soft-middle.outline:hover,
.button-custom-blue-soft-middle.outline:focus {
  border-color: #98b2cb;
  background: #98b2cb;
}
.button-custom-blue-soft-light.solid {
  border-color: #cedbec;
  background: #cedbec;
}
.button-custom-blue-soft-light.solid:hover,
.button-custom-blue-soft-light.solid:focus {
  border-color: #cedbec;
  color: #cedbec;
}
.button-custom-blue-soft-light.solid:hover a,
.button-custom-blue-soft-light.solid:focus a {
  color: #cedbec;
}
.button-custom-blue-soft-light.outline {
  border-color: #cedbec;
  color: #cedbec;
}
.button-custom-blue-soft-light.outline a {
  color: #cedbec;
}
.button-custom-blue-soft-light.outline:hover,
.button-custom-blue-soft-light.outline:focus {
  border-color: #cedbec;
  background: #cedbec;
}
.button-custom-brown.solid {
  border-color: #c5b6a3;
  background: #c5b6a3;
}
.button-custom-brown.solid:hover,
.button-custom-brown.solid:focus {
  border-color: #c5b6a3;
  color: #c5b6a3;
}
.button-custom-brown.solid:hover a,
.button-custom-brown.solid:focus a {
  color: #c5b6a3;
}
.button-custom-brown.outline {
  border-color: #c5b6a3;
  color: #c5b6a3;
}
.button-custom-brown.outline a {
  color: #c5b6a3;
}
.button-custom-brown.outline:hover,
.button-custom-brown.outline:focus {
  border-color: #c5b6a3;
  background: #c5b6a3;
}
.button-custom-brown-light.solid {
  border-color: #ddd5c9;
  background: #ddd5c9;
}
.button-custom-brown-light.solid:hover,
.button-custom-brown-light.solid:focus {
  border-color: #ddd5c9;
  color: #ddd5c9;
}
.button-custom-brown-light.solid:hover a,
.button-custom-brown-light.solid:focus a {
  color: #ddd5c9;
}
.button-custom-brown-light.outline {
  border-color: #ddd5c9;
  color: #ddd5c9;
}
.button-custom-brown-light.outline a {
  color: #ddd5c9;
}
.button-custom-brown-light.outline:hover,
.button-custom-brown-light.outline:focus {
  border-color: #ddd5c9;
  background: #ddd5c9;
}
.button-custom-brown-dark.solid {
  border-color: #8d7c67;
  background: #8d7c67;
}
.button-custom-brown-dark.solid:hover,
.button-custom-brown-dark.solid:focus {
  border-color: #8d7c67;
  color: #8d7c67;
}
.button-custom-brown-dark.solid:hover a,
.button-custom-brown-dark.solid:focus a {
  color: #8d7c67;
}
.button-custom-brown-dark.outline {
  border-color: #8d7c67;
  color: #8d7c67;
}
.button-custom-brown-dark.outline a {
  color: #8d7c67;
}
.button-custom-brown-dark.outline:hover,
.button-custom-brown-dark.outline:focus {
  border-color: #8d7c67;
  background: #8d7c67;
}
.button-custom-red.solid {
  border-color: #d01d1b;
  background: #d01d1b;
}
.button-custom-red.solid:hover,
.button-custom-red.solid:focus {
  border-color: #d01d1b;
  color: #d01d1b;
}
.button-custom-red.solid:hover a,
.button-custom-red.solid:focus a {
  color: #d01d1b;
}
.button-custom-red.outline {
  border-color: #d01d1b;
  color: #d01d1b;
}
.button-custom-red.outline a {
  color: #d01d1b;
}
.button-custom-red.outline:hover,
.button-custom-red.outline:focus {
  border-color: #d01d1b;
  background: #d01d1b;
}
.button-custom-red-bordeaux.solid {
  border-color: #70182f;
  background: #70182f;
}
.button-custom-red-bordeaux.solid:hover,
.button-custom-red-bordeaux.solid:focus {
  border-color: #70182f;
  color: #70182f;
}
.button-custom-red-bordeaux.solid:hover a,
.button-custom-red-bordeaux.solid:focus a {
  color: #70182f;
}
.button-custom-red-bordeaux.outline {
  border-color: #70182f;
  color: #70182f;
}
.button-custom-red-bordeaux.outline a {
  color: #70182f;
}
.button-custom-red-bordeaux.outline:hover,
.button-custom-red-bordeaux.outline:focus {
  border-color: #70182f;
  background: #70182f;
}
.button-custom-yellow.solid {
  border-color: #c99e1c;
  background: #c99e1c;
}
.button-custom-yellow.solid:hover,
.button-custom-yellow.solid:focus {
  border-color: #c99e1c;
  color: #c99e1c;
}
.button-custom-yellow.solid:hover a,
.button-custom-yellow.solid:focus a {
  color: #c99e1c;
}
.button-custom-yellow.outline {
  border-color: #c99e1c;
  color: #c99e1c;
}
.button-custom-yellow.outline a {
  color: #c99e1c;
}
.button-custom-yellow.outline:hover,
.button-custom-yellow.outline:focus {
  border-color: #c99e1c;
  background: #c99e1c;
}
.button-custom-green.solid {
  border-color: #008a00;
  background: #008a00;
}
.button-custom-green.solid:hover,
.button-custom-green.solid:focus {
  border-color: #008a00;
  color: #008a00;
}
.button-custom-green.solid:hover a,
.button-custom-green.solid:focus a {
  color: #008a00;
}
.button-custom-green.outline {
  border-color: #008a00;
  color: #008a00;
}
.button-custom-green.outline a {
  color: #008a00;
}
.button-custom-green.outline:hover,
.button-custom-green.outline:focus {
  border-color: #008a00;
  background: #008a00;
}
.button-custom-green-dark.solid {
  border-color: #286040;
  background: #286040;
}
.button-custom-green-dark.solid:hover,
.button-custom-green-dark.solid:focus {
  border-color: #286040;
  color: #286040;
}
.button-custom-green-dark.solid:hover a,
.button-custom-green-dark.solid:focus a {
  color: #286040;
}
.button-custom-green-dark.outline {
  border-color: #286040;
  color: #286040;
}
.button-custom-green-dark.outline a {
  color: #286040;
}
.button-custom-green-dark.outline:hover,
.button-custom-green-dark.outline:focus {
  border-color: #286040;
  background: #286040;
}
.button-custom-green-dark-2.solid {
  border-color: #225F43;
  background: #225F43;
}
.button-custom-green-dark-2.solid:hover,
.button-custom-green-dark-2.solid:focus {
  border-color: #225F43;
  color: #225F43;
}
.button-custom-green-dark-2.solid:hover a,
.button-custom-green-dark-2.solid:focus a {
  color: #225F43;
}
.button-custom-green-dark-2.outline {
  border-color: #225F43;
  color: #225F43;
}
.button-custom-green-dark-2.outline a {
  color: #225F43;
}
.button-custom-green-dark-2.outline:hover,
.button-custom-green-dark-2.outline:focus {
  border-color: #225F43;
  background: #225F43;
}
.button-custom-blue-dark-2.solid {
  border-color: #00338D;
  background: #00338D;
}
.button-custom-blue-dark-2.solid:hover,
.button-custom-blue-dark-2.solid:focus {
  border-color: #00338D;
  color: #00338D;
}
.button-custom-blue-dark-2.solid:hover a,
.button-custom-blue-dark-2.solid:focus a {
  color: #00338D;
}
.button-custom-blue-dark-2.outline {
  border-color: #00338D;
  color: #00338D;
}
.button-custom-blue-dark-2.outline a {
  color: #00338D;
}
.button-custom-blue-dark-2.outline:hover,
.button-custom-blue-dark-2.outline:focus {
  border-color: #00338D;
  background: #00338D;
}
.button-custom-grey-7.solid {
  border-color: #c8c9c7;
  background: #c8c9c7;
}
.button-custom-grey-7.solid:hover,
.button-custom-grey-7.solid:focus {
  border-color: #c8c9c7;
  color: #c8c9c7;
}
.button-custom-grey-7.solid:hover a,
.button-custom-grey-7.solid:focus a {
  color: #c8c9c7;
}
.button-custom-grey-7.outline {
  border-color: #c8c9c7;
  color: #c8c9c7;
}
.button-custom-grey-7.outline a {
  color: #c8c9c7;
}
.button-custom-grey-7.outline:hover,
.button-custom-grey-7.outline:focus {
  border-color: #c8c9c7;
  background: #c8c9c7;
}
.button-custom-grey-8.solid {
  border-color: #d1d3d6;
  background: #d1d3d6;
}
.button-custom-grey-8.solid:hover,
.button-custom-grey-8.solid:focus {
  border-color: #d1d3d6;
  color: #d1d3d6;
}
.button-custom-grey-8.solid:hover a,
.button-custom-grey-8.solid:focus a {
  color: #d1d3d6;
}
.button-custom-grey-8.outline {
  border-color: #d1d3d6;
  color: #d1d3d6;
}
.button-custom-grey-8.outline a {
  color: #d1d3d6;
}
.button-custom-grey-8.outline:hover,
.button-custom-grey-8.outline:focus {
  border-color: #d1d3d6;
  background: #d1d3d6;
}
.button-custom-grey-9.solid {
  border-color: #e8e9ea;
  background: #e8e9ea;
}
.button-custom-grey-9.solid:hover,
.button-custom-grey-9.solid:focus {
  border-color: #e8e9ea;
  color: #e8e9ea;
}
.button-custom-grey-9.solid:hover a,
.button-custom-grey-9.solid:focus a {
  color: #e8e9ea;
}
.button-custom-grey-9.outline {
  border-color: #e8e9ea;
  color: #e8e9ea;
}
.button-custom-grey-9.outline a {
  color: #e8e9ea;
}
.button-custom-grey-9.outline:hover,
.button-custom-grey-9.outline:focus {
  border-color: #e8e9ea;
  background: #e8e9ea;
}
.button-custom-grey-10.solid {
  border-color: #989898;
  background: #989898;
}
.button-custom-grey-10.solid:hover,
.button-custom-grey-10.solid:focus {
  border-color: #989898;
  color: #989898;
}
.button-custom-grey-10.solid:hover a,
.button-custom-grey-10.solid:focus a {
  color: #989898;
}
.button-custom-grey-10.outline {
  border-color: #989898;
  color: #989898;
}
.button-custom-grey-10.outline a {
  color: #989898;
}
.button-custom-grey-10.outline:hover,
.button-custom-grey-10.outline:focus {
  border-color: #989898;
  background: #989898;
}
.button-custom-pastel-brown-1.solid {
  border-color: #e0d3bf;
  background: #e0d3bf;
}
.button-custom-pastel-brown-1.solid:hover,
.button-custom-pastel-brown-1.solid:focus {
  border-color: #e0d3bf;
  color: #e0d3bf;
}
.button-custom-pastel-brown-1.solid:hover a,
.button-custom-pastel-brown-1.solid:focus a {
  color: #e0d3bf;
}
.button-custom-pastel-brown-1.outline {
  border-color: #e0d3bf;
  color: #e0d3bf;
}
.button-custom-pastel-brown-1.outline a {
  color: #e0d3bf;
}
.button-custom-pastel-brown-1.outline:hover,
.button-custom-pastel-brown-1.outline:focus {
  border-color: #e0d3bf;
  background: #e0d3bf;
}
.button-custom-pastel-brown-2.solid {
  border-color: #eee8dc;
  background: #eee8dc;
}
.button-custom-pastel-brown-2.solid:hover,
.button-custom-pastel-brown-2.solid:focus {
  border-color: #eee8dc;
  color: #eee8dc;
}
.button-custom-pastel-brown-2.solid:hover a,
.button-custom-pastel-brown-2.solid:focus a {
  color: #eee8dc;
}
.button-custom-pastel-brown-2.outline {
  border-color: #eee8dc;
  color: #eee8dc;
}
.button-custom-pastel-brown-2.outline a {
  color: #eee8dc;
}
.button-custom-pastel-brown-2.outline:hover,
.button-custom-pastel-brown-2.outline:focus {
  border-color: #eee8dc;
  background: #eee8dc;
}
.button-custom-pastel-brown-3.solid {
  border-color: #bfb6aa;
  background: #bfb6aa;
}
.button-custom-pastel-brown-3.solid:hover,
.button-custom-pastel-brown-3.solid:focus {
  border-color: #bfb6aa;
  color: #bfb6aa;
}
.button-custom-pastel-brown-3.solid:hover a,
.button-custom-pastel-brown-3.solid:focus a {
  color: #bfb6aa;
}
.button-custom-pastel-brown-3.outline {
  border-color: #bfb6aa;
  color: #bfb6aa;
}
.button-custom-pastel-brown-3.outline a {
  color: #bfb6aa;
}
.button-custom-pastel-brown-3.outline:hover,
.button-custom-pastel-brown-3.outline:focus {
  border-color: #bfb6aa;
  background: #bfb6aa;
}
.button-custom-pastel-brown-4.solid {
  border-color: #dcd7cf;
  background: #dcd7cf;
}
.button-custom-pastel-brown-4.solid:hover,
.button-custom-pastel-brown-4.solid:focus {
  border-color: #dcd7cf;
  color: #dcd7cf;
}
.button-custom-pastel-brown-4.solid:hover a,
.button-custom-pastel-brown-4.solid:focus a {
  color: #dcd7cf;
}
.button-custom-pastel-brown-4.outline {
  border-color: #dcd7cf;
  color: #dcd7cf;
}
.button-custom-pastel-brown-4.outline a {
  color: #dcd7cf;
}
.button-custom-pastel-brown-4.outline:hover,
.button-custom-pastel-brown-4.outline:focus {
  border-color: #dcd7cf;
  background: #dcd7cf;
}
.button-custom-pastel-blue-1.solid {
  border-color: #b0c9d5;
  background: #b0c9d5;
}
.button-custom-pastel-blue-1.solid:hover,
.button-custom-pastel-blue-1.solid:focus {
  border-color: #b0c9d5;
  color: #b0c9d5;
}
.button-custom-pastel-blue-1.solid:hover a,
.button-custom-pastel-blue-1.solid:focus a {
  color: #b0c9d5;
}
.button-custom-pastel-blue-1.outline {
  border-color: #b0c9d5;
  color: #b0c9d5;
}
.button-custom-pastel-blue-1.outline a {
  color: #b0c9d5;
}
.button-custom-pastel-blue-1.outline:hover,
.button-custom-pastel-blue-1.outline:focus {
  border-color: #b0c9d5;
  background: #b0c9d5;
}
.button-custom-pastel-blue-2.solid {
  border-color: #d6e2ea;
  background: #d6e2ea;
}
.button-custom-pastel-blue-2.solid:hover,
.button-custom-pastel-blue-2.solid:focus {
  border-color: #d6e2ea;
  color: #d6e2ea;
}
.button-custom-pastel-blue-2.solid:hover a,
.button-custom-pastel-blue-2.solid:focus a {
  color: #d6e2ea;
}
.button-custom-pastel-blue-2.outline {
  border-color: #d6e2ea;
  color: #d6e2ea;
}
.button-custom-pastel-blue-2.outline a {
  color: #d6e2ea;
}
.button-custom-pastel-blue-2.outline:hover,
.button-custom-pastel-blue-2.outline:focus {
  border-color: #d6e2ea;
  background: #d6e2ea;
}
.button-custom-pastel-blue-3.solid {
  border-color: #c2d4e8;
  background: #c2d4e8;
}
.button-custom-pastel-blue-3.solid:hover,
.button-custom-pastel-blue-3.solid:focus {
  border-color: #c2d4e8;
  color: #c2d4e8;
}
.button-custom-pastel-blue-3.solid:hover a,
.button-custom-pastel-blue-3.solid:focus a {
  color: #c2d4e8;
}
.button-custom-pastel-blue-3.outline {
  border-color: #c2d4e8;
  color: #c2d4e8;
}
.button-custom-pastel-blue-3.outline a {
  color: #c2d4e8;
}
.button-custom-pastel-blue-3.outline:hover,
.button-custom-pastel-blue-3.outline:focus {
  border-color: #c2d4e8;
  background: #c2d4e8;
}
.button-custom-pastel-blue-4.solid {
  border-color: #dfe9f4;
  background: #dfe9f4;
}
.button-custom-pastel-blue-4.solid:hover,
.button-custom-pastel-blue-4.solid:focus {
  border-color: #dfe9f4;
  color: #dfe9f4;
}
.button-custom-pastel-blue-4.solid:hover a,
.button-custom-pastel-blue-4.solid:focus a {
  color: #dfe9f4;
}
.button-custom-pastel-blue-4.outline {
  border-color: #dfe9f4;
  color: #dfe9f4;
}
.button-custom-pastel-blue-4.outline a {
  color: #dfe9f4;
}
.button-custom-pastel-blue-4.outline:hover,
.button-custom-pastel-blue-4.outline:focus {
  border-color: #dfe9f4;
  background: #dfe9f4;
}
.button-custom-pastel-green-1.solid {
  border-color: #acced2;
  background: #acced2;
}
.button-custom-pastel-green-1.solid:hover,
.button-custom-pastel-green-1.solid:focus {
  border-color: #acced2;
  color: #acced2;
}
.button-custom-pastel-green-1.solid:hover a,
.button-custom-pastel-green-1.solid:focus a {
  color: #acced2;
}
.button-custom-pastel-green-1.outline {
  border-color: #acced2;
  color: #acced2;
}
.button-custom-pastel-green-1.outline a {
  color: #acced2;
}
.button-custom-pastel-green-1.outline:hover,
.button-custom-pastel-green-1.outline:focus {
  border-color: #acced2;
  background: #acced2;
}
.button-custom-pastel-green-2.solid {
  border-color: #d3e5e9;
  background: #d3e5e9;
}
.button-custom-pastel-green-2.solid:hover,
.button-custom-pastel-green-2.solid:focus {
  border-color: #d3e5e9;
  color: #d3e5e9;
}
.button-custom-pastel-green-2.solid:hover a,
.button-custom-pastel-green-2.solid:focus a {
  color: #d3e5e9;
}
.button-custom-pastel-green-2.outline {
  border-color: #d3e5e9;
  color: #d3e5e9;
}
.button-custom-pastel-green-2.outline a {
  color: #d3e5e9;
}
.button-custom-pastel-green-2.outline:hover,
.button-custom-pastel-green-2.outline:focus {
  border-color: #d3e5e9;
  background: #d3e5e9;
}
.force-hover-white.solid:hover,
.force-hover-grey-light.solid:hover,
.force-hover-grey.solid:hover,
.force-hover-grey-dark.solid:hover,
.force-hover-black.solid:hover,
.force-hover-grey-1.solid:hover,
.force-hover-grey-2.solid:hover,
.force-hover-grey-3.solid:hover,
.force-hover-grey-4.solid:hover,
.force-hover-grey-5.solid:hover,
.force-hover-grey-6.solid:hover,
.force-hover-blue-dark.solid:hover,
.force-hover-blue.solid:hover,
.force-hover-blue-soft.solid:hover,
.force-hover-blue-soft-middle.solid:hover,
.force-hover-blue-soft-light.solid:hover,
.force-hover-brown.solid:hover,
.force-hover-brown-light.solid:hover,
.force-hover-brown-dark.solid:hover,
.force-hover-red.solid:hover,
.force-hover-red-bordeaux.solid:hover,
.force-hover-yellow.solid:hover,
.force-hover-green.solid:hover,
.force-hover-green-dark.solid:hover,
.force-hover-green-dark-2.solid:hover,
.force-hover-blue-dark-2.solid:hover,
.force-hover-grey-7.solid:hover,
.force-hover-grey-8.solid:hover,
.force-hover-grey-9.solid:hover,
.force-hover-grey-10.solid:hover,
.force-hover-pastel-brown-1.solid:hover,
.force-hover-pastel-brown-2.solid:hover,
.force-hover-pastel-brown-3.solid:hover,
.force-hover-pastel-brown-4.solid:hover,
.force-hover-pastel-blue-1.solid:hover,
.force-hover-pastel-blue-2.solid:hover,
.force-hover-pastel-blue-3.solid:hover,
.force-hover-pastel-blue-4.solid:hover,
.force-hover-pastel-green-1.solid:hover,
.force-hover-pastel-green-2.solid:hover,
.force-hover-white.solid:focus,
.force-hover-grey-light.solid:focus,
.force-hover-grey.solid:focus,
.force-hover-grey-dark.solid:focus,
.force-hover-black.solid:focus,
.force-hover-grey-1.solid:focus,
.force-hover-grey-2.solid:focus,
.force-hover-grey-3.solid:focus,
.force-hover-grey-4.solid:focus,
.force-hover-grey-5.solid:focus,
.force-hover-grey-6.solid:focus,
.force-hover-blue-dark.solid:focus,
.force-hover-blue.solid:focus,
.force-hover-blue-soft.solid:focus,
.force-hover-blue-soft-middle.solid:focus,
.force-hover-blue-soft-light.solid:focus,
.force-hover-brown.solid:focus,
.force-hover-brown-light.solid:focus,
.force-hover-brown-dark.solid:focus,
.force-hover-red.solid:focus,
.force-hover-red-bordeaux.solid:focus,
.force-hover-yellow.solid:focus,
.force-hover-green.solid:focus,
.force-hover-green-dark.solid:focus,
.force-hover-green-dark-2.solid:focus,
.force-hover-blue-dark-2.solid:focus,
.force-hover-grey-7.solid:focus,
.force-hover-grey-8.solid:focus,
.force-hover-grey-9.solid:focus,
.force-hover-grey-10.solid:focus,
.force-hover-pastel-brown-1.solid:focus,
.force-hover-pastel-brown-2.solid:focus,
.force-hover-pastel-brown-3.solid:focus,
.force-hover-pastel-brown-4.solid:focus,
.force-hover-pastel-blue-1.solid:focus,
.force-hover-pastel-blue-2.solid:focus,
.force-hover-pastel-blue-3.solid:focus,
.force-hover-pastel-blue-4.solid:focus,
.force-hover-pastel-green-1.solid:focus,
.force-hover-pastel-green-2.solid:focus {
  background-color: #ffffff;
}
.force-hover-white.outline:hover,
.force-hover-grey-light.outline:hover,
.force-hover-grey.outline:hover,
.force-hover-grey-dark.outline:hover,
.force-hover-black.outline:hover,
.force-hover-grey-1.outline:hover,
.force-hover-grey-2.outline:hover,
.force-hover-grey-3.outline:hover,
.force-hover-grey-4.outline:hover,
.force-hover-grey-5.outline:hover,
.force-hover-grey-6.outline:hover,
.force-hover-blue-dark.outline:hover,
.force-hover-blue.outline:hover,
.force-hover-blue-soft.outline:hover,
.force-hover-blue-soft-middle.outline:hover,
.force-hover-blue-soft-light.outline:hover,
.force-hover-brown.outline:hover,
.force-hover-brown-light.outline:hover,
.force-hover-brown-dark.outline:hover,
.force-hover-red.outline:hover,
.force-hover-red-bordeaux.outline:hover,
.force-hover-yellow.outline:hover,
.force-hover-green.outline:hover,
.force-hover-green-dark.outline:hover,
.force-hover-green-dark-2.outline:hover,
.force-hover-blue-dark-2.outline:hover,
.force-hover-grey-7.outline:hover,
.force-hover-grey-8.outline:hover,
.force-hover-grey-9.outline:hover,
.force-hover-grey-10.outline:hover,
.force-hover-pastel-brown-1.outline:hover,
.force-hover-pastel-brown-2.outline:hover,
.force-hover-pastel-brown-3.outline:hover,
.force-hover-pastel-brown-4.outline:hover,
.force-hover-pastel-blue-1.outline:hover,
.force-hover-pastel-blue-2.outline:hover,
.force-hover-pastel-blue-3.outline:hover,
.force-hover-pastel-blue-4.outline:hover,
.force-hover-pastel-green-1.outline:hover,
.force-hover-pastel-green-2.outline:hover,
.force-hover-white.outline:focus,
.force-hover-grey-light.outline:focus,
.force-hover-grey.outline:focus,
.force-hover-grey-dark.outline:focus,
.force-hover-black.outline:focus,
.force-hover-grey-1.outline:focus,
.force-hover-grey-2.outline:focus,
.force-hover-grey-3.outline:focus,
.force-hover-grey-4.outline:focus,
.force-hover-grey-5.outline:focus,
.force-hover-grey-6.outline:focus,
.force-hover-blue-dark.outline:focus,
.force-hover-blue.outline:focus,
.force-hover-blue-soft.outline:focus,
.force-hover-blue-soft-middle.outline:focus,
.force-hover-blue-soft-light.outline:focus,
.force-hover-brown.outline:focus,
.force-hover-brown-light.outline:focus,
.force-hover-brown-dark.outline:focus,
.force-hover-red.outline:focus,
.force-hover-red-bordeaux.outline:focus,
.force-hover-yellow.outline:focus,
.force-hover-green.outline:focus,
.force-hover-green-dark.outline:focus,
.force-hover-green-dark-2.outline:focus,
.force-hover-blue-dark-2.outline:focus,
.force-hover-grey-7.outline:focus,
.force-hover-grey-8.outline:focus,
.force-hover-grey-9.outline:focus,
.force-hover-grey-10.outline:focus,
.force-hover-pastel-brown-1.outline:focus,
.force-hover-pastel-brown-2.outline:focus,
.force-hover-pastel-brown-3.outline:focus,
.force-hover-pastel-brown-4.outline:focus,
.force-hover-pastel-blue-1.outline:focus,
.force-hover-pastel-blue-2.outline:focus,
.force-hover-pastel-blue-3.outline:focus,
.force-hover-pastel-blue-4.outline:focus,
.force-hover-pastel-green-1.outline:focus,
.force-hover-pastel-green-2.outline:focus {
  color: #ffffff;
}
.force-hover-white.outline:hover a,
.force-hover-grey-light.outline:hover a,
.force-hover-grey.outline:hover a,
.force-hover-grey-dark.outline:hover a,
.force-hover-black.outline:hover a,
.force-hover-grey-1.outline:hover a,
.force-hover-grey-2.outline:hover a,
.force-hover-grey-3.outline:hover a,
.force-hover-grey-4.outline:hover a,
.force-hover-grey-5.outline:hover a,
.force-hover-grey-6.outline:hover a,
.force-hover-blue-dark.outline:hover a,
.force-hover-blue.outline:hover a,
.force-hover-blue-soft.outline:hover a,
.force-hover-blue-soft-middle.outline:hover a,
.force-hover-blue-soft-light.outline:hover a,
.force-hover-brown.outline:hover a,
.force-hover-brown-light.outline:hover a,
.force-hover-brown-dark.outline:hover a,
.force-hover-red.outline:hover a,
.force-hover-red-bordeaux.outline:hover a,
.force-hover-yellow.outline:hover a,
.force-hover-green.outline:hover a,
.force-hover-green-dark.outline:hover a,
.force-hover-green-dark-2.outline:hover a,
.force-hover-blue-dark-2.outline:hover a,
.force-hover-grey-7.outline:hover a,
.force-hover-grey-8.outline:hover a,
.force-hover-grey-9.outline:hover a,
.force-hover-grey-10.outline:hover a,
.force-hover-pastel-brown-1.outline:hover a,
.force-hover-pastel-brown-2.outline:hover a,
.force-hover-pastel-brown-3.outline:hover a,
.force-hover-pastel-brown-4.outline:hover a,
.force-hover-pastel-blue-1.outline:hover a,
.force-hover-pastel-blue-2.outline:hover a,
.force-hover-pastel-blue-3.outline:hover a,
.force-hover-pastel-blue-4.outline:hover a,
.force-hover-pastel-green-1.outline:hover a,
.force-hover-pastel-green-2.outline:hover a,
.force-hover-white.outline:focus a,
.force-hover-grey-light.outline:focus a,
.force-hover-grey.outline:focus a,
.force-hover-grey-dark.outline:focus a,
.force-hover-black.outline:focus a,
.force-hover-grey-1.outline:focus a,
.force-hover-grey-2.outline:focus a,
.force-hover-grey-3.outline:focus a,
.force-hover-grey-4.outline:focus a,
.force-hover-grey-5.outline:focus a,
.force-hover-grey-6.outline:focus a,
.force-hover-blue-dark.outline:focus a,
.force-hover-blue.outline:focus a,
.force-hover-blue-soft.outline:focus a,
.force-hover-blue-soft-middle.outline:focus a,
.force-hover-blue-soft-light.outline:focus a,
.force-hover-brown.outline:focus a,
.force-hover-brown-light.outline:focus a,
.force-hover-brown-dark.outline:focus a,
.force-hover-red.outline:focus a,
.force-hover-red-bordeaux.outline:focus a,
.force-hover-yellow.outline:focus a,
.force-hover-green.outline:focus a,
.force-hover-green-dark.outline:focus a,
.force-hover-green-dark-2.outline:focus a,
.force-hover-blue-dark-2.outline:focus a,
.force-hover-grey-7.outline:focus a,
.force-hover-grey-8.outline:focus a,
.force-hover-grey-9.outline:focus a,
.force-hover-grey-10.outline:focus a,
.force-hover-pastel-brown-1.outline:focus a,
.force-hover-pastel-brown-2.outline:focus a,
.force-hover-pastel-brown-3.outline:focus a,
.force-hover-pastel-brown-4.outline:focus a,
.force-hover-pastel-blue-1.outline:focus a,
.force-hover-pastel-blue-2.outline:focus a,
.force-hover-pastel-blue-3.outline:focus a,
.force-hover-pastel-blue-4.outline:focus a,
.force-hover-pastel-green-1.outline:focus a,
.force-hover-pastel-green-2.outline:focus a {
  color: #ffffff;
}
.force-hover-white.solid:hover,
.force-hover-white.solid:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.force-hover-white.solid:hover a,
.force-hover-white.solid:focus a {
  color: #ffffff;
}
.force-hover-white.outline:hover,
.force-hover-white.outline:focus {
  border-color: #ffffff;
  background-color: #ffffff;
}
.force-hover-grey-light.solid:hover,
.force-hover-grey-light.solid:focus {
  border-color: #f6f6f6;
  color: #f6f6f6;
}
.force-hover-grey-light.solid:hover a,
.force-hover-grey-light.solid:focus a {
  color: #f6f6f6;
}
.force-hover-grey-light.outline:hover,
.force-hover-grey-light.outline:focus {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}
.force-hover-grey.solid:hover,
.force-hover-grey.solid:focus {
  border-color: #636363;
  color: #636363;
}
.force-hover-grey.solid:hover a,
.force-hover-grey.solid:focus a {
  color: #636363;
}
.force-hover-grey.outline:hover,
.force-hover-grey.outline:focus {
  border-color: #636363;
  background-color: #636363;
}
.force-hover-grey-dark.solid:hover,
.force-hover-grey-dark.solid:focus {
  border-color: #1a1919;
  color: #1a1919;
}
.force-hover-grey-dark.solid:hover a,
.force-hover-grey-dark.solid:focus a {
  color: #1a1919;
}
.force-hover-grey-dark.outline:hover,
.force-hover-grey-dark.outline:focus {
  border-color: #1a1919;
  background-color: #1a1919;
}
.force-hover-black.solid:hover,
.force-hover-black.solid:focus {
  border-color: #000000;
  color: #000000;
}
.force-hover-black.solid:hover a,
.force-hover-black.solid:focus a {
  color: #000000;
}
.force-hover-black.outline:hover,
.force-hover-black.outline:focus {
  border-color: #000000;
  background-color: #000000;
}
.force-hover-grey-1.solid:hover,
.force-hover-grey-1.solid:focus {
  border-color: #767676;
  color: #767676;
}
.force-hover-grey-1.solid:hover a,
.force-hover-grey-1.solid:focus a {
  color: #767676;
}
.force-hover-grey-1.outline:hover,
.force-hover-grey-1.outline:focus {
  border-color: #767676;
  background-color: #767676;
}
.force-hover-grey-2.solid:hover,
.force-hover-grey-2.solid:focus {
  border-color: #929292;
  color: #929292;
}
.force-hover-grey-2.solid:hover a,
.force-hover-grey-2.solid:focus a {
  color: #929292;
}
.force-hover-grey-2.outline:hover,
.force-hover-grey-2.outline:focus {
  border-color: #929292;
  background-color: #929292;
}
.force-hover-grey-3.solid:hover,
.force-hover-grey-3.solid:focus {
  border-color: #a7a7a7;
  color: #a7a7a7;
}
.force-hover-grey-3.solid:hover a,
.force-hover-grey-3.solid:focus a {
  color: #a7a7a7;
}
.force-hover-grey-3.outline:hover,
.force-hover-grey-3.outline:focus {
  border-color: #a7a7a7;
  background-color: #a7a7a7;
}
.force-hover-grey-4.solid:hover,
.force-hover-grey-4.solid:focus {
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.force-hover-grey-4.solid:hover a,
.force-hover-grey-4.solid:focus a {
  color: #bcbcbc;
}
.force-hover-grey-4.outline:hover,
.force-hover-grey-4.outline:focus {
  border-color: #bcbcbc;
  background-color: #bcbcbc;
}
.force-hover-grey-5.solid:hover,
.force-hover-grey-5.solid:focus {
  border-color: #d0d0d0;
  color: #d0d0d0;
}
.force-hover-grey-5.solid:hover a,
.force-hover-grey-5.solid:focus a {
  color: #d0d0d0;
}
.force-hover-grey-5.outline:hover,
.force-hover-grey-5.outline:focus {
  border-color: #d0d0d0;
  background-color: #d0d0d0;
}
.force-hover-grey-6.solid:hover,
.force-hover-grey-6.solid:focus {
  border-color: #e3e3e5;
  color: #e3e3e5;
}
.force-hover-grey-6.solid:hover a,
.force-hover-grey-6.solid:focus a {
  color: #e3e3e5;
}
.force-hover-grey-6.outline:hover,
.force-hover-grey-6.outline:focus {
  border-color: #e3e3e5;
  background-color: #e3e3e5;
}
.force-hover-blue-dark.solid:hover,
.force-hover-blue-dark.solid:focus {
  border-color: #013672;
  color: #013672;
}
.force-hover-blue-dark.solid:hover a,
.force-hover-blue-dark.solid:focus a {
  color: #013672;
}
.force-hover-blue-dark.outline:hover,
.force-hover-blue-dark.outline:focus {
  border-color: #013672;
  background-color: #013672;
}
.force-hover-blue.solid:hover,
.force-hover-blue.solid:focus {
  border-color: #023f85;
  color: #023f85;
}
.force-hover-blue.solid:hover a,
.force-hover-blue.solid:focus a {
  color: #023f85;
}
.force-hover-blue.outline:hover,
.force-hover-blue.outline:focus {
  border-color: #023f85;
  background-color: #023f85;
}
.force-hover-blue-soft.solid:hover,
.force-hover-blue-soft.solid:focus {
  border-color: #6f8bad;
  color: #6f8bad;
}
.force-hover-blue-soft.solid:hover a,
.force-hover-blue-soft.solid:focus a {
  color: #6f8bad;
}
.force-hover-blue-soft.outline:hover,
.force-hover-blue-soft.outline:focus {
  border-color: #6f8bad;
  background-color: #6f8bad;
}
.force-hover-blue-soft-middle.solid:hover,
.force-hover-blue-soft-middle.solid:focus {
  border-color: #98b2cb;
  color: #98b2cb;
}
.force-hover-blue-soft-middle.solid:hover a,
.force-hover-blue-soft-middle.solid:focus a {
  color: #98b2cb;
}
.force-hover-blue-soft-middle.outline:hover,
.force-hover-blue-soft-middle.outline:focus {
  border-color: #98b2cb;
  background-color: #98b2cb;
}
.force-hover-blue-soft-light.solid:hover,
.force-hover-blue-soft-light.solid:focus {
  border-color: #cedbec;
  color: #cedbec;
}
.force-hover-blue-soft-light.solid:hover a,
.force-hover-blue-soft-light.solid:focus a {
  color: #cedbec;
}
.force-hover-blue-soft-light.outline:hover,
.force-hover-blue-soft-light.outline:focus {
  border-color: #cedbec;
  background-color: #cedbec;
}
.force-hover-brown.solid:hover,
.force-hover-brown.solid:focus {
  border-color: #c5b6a3;
  color: #c5b6a3;
}
.force-hover-brown.solid:hover a,
.force-hover-brown.solid:focus a {
  color: #c5b6a3;
}
.force-hover-brown.outline:hover,
.force-hover-brown.outline:focus {
  border-color: #c5b6a3;
  background-color: #c5b6a3;
}
.force-hover-brown-light.solid:hover,
.force-hover-brown-light.solid:focus {
  border-color: #ddd5c9;
  color: #ddd5c9;
}
.force-hover-brown-light.solid:hover a,
.force-hover-brown-light.solid:focus a {
  color: #ddd5c9;
}
.force-hover-brown-light.outline:hover,
.force-hover-brown-light.outline:focus {
  border-color: #ddd5c9;
  background-color: #ddd5c9;
}
.force-hover-brown-dark.solid:hover,
.force-hover-brown-dark.solid:focus {
  border-color: #8d7c67;
  color: #8d7c67;
}
.force-hover-brown-dark.solid:hover a,
.force-hover-brown-dark.solid:focus a {
  color: #8d7c67;
}
.force-hover-brown-dark.outline:hover,
.force-hover-brown-dark.outline:focus {
  border-color: #8d7c67;
  background-color: #8d7c67;
}
.force-hover-red.solid:hover,
.force-hover-red.solid:focus {
  border-color: #d01d1b;
  color: #d01d1b;
}
.force-hover-red.solid:hover a,
.force-hover-red.solid:focus a {
  color: #d01d1b;
}
.force-hover-red.outline:hover,
.force-hover-red.outline:focus {
  border-color: #d01d1b;
  background-color: #d01d1b;
}
.force-hover-red-bordeaux.solid:hover,
.force-hover-red-bordeaux.solid:focus {
  border-color: #70182f;
  color: #70182f;
}
.force-hover-red-bordeaux.solid:hover a,
.force-hover-red-bordeaux.solid:focus a {
  color: #70182f;
}
.force-hover-red-bordeaux.outline:hover,
.force-hover-red-bordeaux.outline:focus {
  border-color: #70182f;
  background-color: #70182f;
}
.force-hover-yellow.solid:hover,
.force-hover-yellow.solid:focus {
  border-color: #c99e1c;
  color: #c99e1c;
}
.force-hover-yellow.solid:hover a,
.force-hover-yellow.solid:focus a {
  color: #c99e1c;
}
.force-hover-yellow.outline:hover,
.force-hover-yellow.outline:focus {
  border-color: #c99e1c;
  background-color: #c99e1c;
}
.force-hover-green.solid:hover,
.force-hover-green.solid:focus {
  border-color: #008a00;
  color: #008a00;
}
.force-hover-green.solid:hover a,
.force-hover-green.solid:focus a {
  color: #008a00;
}
.force-hover-green.outline:hover,
.force-hover-green.outline:focus {
  border-color: #008a00;
  background-color: #008a00;
}
.force-hover-green-dark.solid:hover,
.force-hover-green-dark.solid:focus {
  border-color: #286040;
  color: #286040;
}
.force-hover-green-dark.solid:hover a,
.force-hover-green-dark.solid:focus a {
  color: #286040;
}
.force-hover-green-dark.outline:hover,
.force-hover-green-dark.outline:focus {
  border-color: #286040;
  background-color: #286040;
}
.force-hover-green-dark-2.solid:hover,
.force-hover-green-dark-2.solid:focus {
  border-color: #225F43;
  color: #225F43;
}
.force-hover-green-dark-2.solid:hover a,
.force-hover-green-dark-2.solid:focus a {
  color: #225F43;
}
.force-hover-green-dark-2.outline:hover,
.force-hover-green-dark-2.outline:focus {
  border-color: #225F43;
  background-color: #225F43;
}
.force-hover-blue-dark-2.solid:hover,
.force-hover-blue-dark-2.solid:focus {
  border-color: #00338D;
  color: #00338D;
}
.force-hover-blue-dark-2.solid:hover a,
.force-hover-blue-dark-2.solid:focus a {
  color: #00338D;
}
.force-hover-blue-dark-2.outline:hover,
.force-hover-blue-dark-2.outline:focus {
  border-color: #00338D;
  background-color: #00338D;
}
.force-hover-grey-7.solid:hover,
.force-hover-grey-7.solid:focus {
  border-color: #c8c9c7;
  color: #c8c9c7;
}
.force-hover-grey-7.solid:hover a,
.force-hover-grey-7.solid:focus a {
  color: #c8c9c7;
}
.force-hover-grey-7.outline:hover,
.force-hover-grey-7.outline:focus {
  border-color: #c8c9c7;
  background-color: #c8c9c7;
}
.force-hover-grey-8.solid:hover,
.force-hover-grey-8.solid:focus {
  border-color: #d1d3d6;
  color: #d1d3d6;
}
.force-hover-grey-8.solid:hover a,
.force-hover-grey-8.solid:focus a {
  color: #d1d3d6;
}
.force-hover-grey-8.outline:hover,
.force-hover-grey-8.outline:focus {
  border-color: #d1d3d6;
  background-color: #d1d3d6;
}
.force-hover-grey-9.solid:hover,
.force-hover-grey-9.solid:focus {
  border-color: #e8e9ea;
  color: #e8e9ea;
}
.force-hover-grey-9.solid:hover a,
.force-hover-grey-9.solid:focus a {
  color: #e8e9ea;
}
.force-hover-grey-9.outline:hover,
.force-hover-grey-9.outline:focus {
  border-color: #e8e9ea;
  background-color: #e8e9ea;
}
.force-hover-grey-10.solid:hover,
.force-hover-grey-10.solid:focus {
  border-color: #989898;
  color: #989898;
}
.force-hover-grey-10.solid:hover a,
.force-hover-grey-10.solid:focus a {
  color: #989898;
}
.force-hover-grey-10.outline:hover,
.force-hover-grey-10.outline:focus {
  border-color: #989898;
  background-color: #989898;
}
.force-hover-pastel-brown-1.solid:hover,
.force-hover-pastel-brown-1.solid:focus {
  border-color: #e0d3bf;
  color: #e0d3bf;
}
.force-hover-pastel-brown-1.solid:hover a,
.force-hover-pastel-brown-1.solid:focus a {
  color: #e0d3bf;
}
.force-hover-pastel-brown-1.outline:hover,
.force-hover-pastel-brown-1.outline:focus {
  border-color: #e0d3bf;
  background-color: #e0d3bf;
}
.force-hover-pastel-brown-2.solid:hover,
.force-hover-pastel-brown-2.solid:focus {
  border-color: #eee8dc;
  color: #eee8dc;
}
.force-hover-pastel-brown-2.solid:hover a,
.force-hover-pastel-brown-2.solid:focus a {
  color: #eee8dc;
}
.force-hover-pastel-brown-2.outline:hover,
.force-hover-pastel-brown-2.outline:focus {
  border-color: #eee8dc;
  background-color: #eee8dc;
}
.force-hover-pastel-brown-3.solid:hover,
.force-hover-pastel-brown-3.solid:focus {
  border-color: #bfb6aa;
  color: #bfb6aa;
}
.force-hover-pastel-brown-3.solid:hover a,
.force-hover-pastel-brown-3.solid:focus a {
  color: #bfb6aa;
}
.force-hover-pastel-brown-3.outline:hover,
.force-hover-pastel-brown-3.outline:focus {
  border-color: #bfb6aa;
  background-color: #bfb6aa;
}
.force-hover-pastel-brown-4.solid:hover,
.force-hover-pastel-brown-4.solid:focus {
  border-color: #dcd7cf;
  color: #dcd7cf;
}
.force-hover-pastel-brown-4.solid:hover a,
.force-hover-pastel-brown-4.solid:focus a {
  color: #dcd7cf;
}
.force-hover-pastel-brown-4.outline:hover,
.force-hover-pastel-brown-4.outline:focus {
  border-color: #dcd7cf;
  background-color: #dcd7cf;
}
.force-hover-pastel-blue-1.solid:hover,
.force-hover-pastel-blue-1.solid:focus {
  border-color: #b0c9d5;
  color: #b0c9d5;
}
.force-hover-pastel-blue-1.solid:hover a,
.force-hover-pastel-blue-1.solid:focus a {
  color: #b0c9d5;
}
.force-hover-pastel-blue-1.outline:hover,
.force-hover-pastel-blue-1.outline:focus {
  border-color: #b0c9d5;
  background-color: #b0c9d5;
}
.force-hover-pastel-blue-2.solid:hover,
.force-hover-pastel-blue-2.solid:focus {
  border-color: #d6e2ea;
  color: #d6e2ea;
}
.force-hover-pastel-blue-2.solid:hover a,
.force-hover-pastel-blue-2.solid:focus a {
  color: #d6e2ea;
}
.force-hover-pastel-blue-2.outline:hover,
.force-hover-pastel-blue-2.outline:focus {
  border-color: #d6e2ea;
  background-color: #d6e2ea;
}
.force-hover-pastel-blue-3.solid:hover,
.force-hover-pastel-blue-3.solid:focus {
  border-color: #c2d4e8;
  color: #c2d4e8;
}
.force-hover-pastel-blue-3.solid:hover a,
.force-hover-pastel-blue-3.solid:focus a {
  color: #c2d4e8;
}
.force-hover-pastel-blue-3.outline:hover,
.force-hover-pastel-blue-3.outline:focus {
  border-color: #c2d4e8;
  background-color: #c2d4e8;
}
.force-hover-pastel-blue-4.solid:hover,
.force-hover-pastel-blue-4.solid:focus {
  border-color: #dfe9f4;
  color: #dfe9f4;
}
.force-hover-pastel-blue-4.solid:hover a,
.force-hover-pastel-blue-4.solid:focus a {
  color: #dfe9f4;
}
.force-hover-pastel-blue-4.outline:hover,
.force-hover-pastel-blue-4.outline:focus {
  border-color: #dfe9f4;
  background-color: #dfe9f4;
}
.force-hover-pastel-green-1.solid:hover,
.force-hover-pastel-green-1.solid:focus {
  border-color: #acced2;
  color: #acced2;
}
.force-hover-pastel-green-1.solid:hover a,
.force-hover-pastel-green-1.solid:focus a {
  color: #acced2;
}
.force-hover-pastel-green-1.outline:hover,
.force-hover-pastel-green-1.outline:focus {
  border-color: #acced2;
  background-color: #acced2;
}
.force-hover-pastel-green-2.solid:hover,
.force-hover-pastel-green-2.solid:focus {
  border-color: #d3e5e9;
  color: #d3e5e9;
}
.force-hover-pastel-green-2.solid:hover a,
.force-hover-pastel-green-2.solid:focus a {
  color: #d3e5e9;
}
.force-hover-pastel-green-2.outline:hover,
.force-hover-pastel-green-2.outline:focus {
  border-color: #d3e5e9;
  background-color: #d3e5e9;
}
@keyframes changewidth {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.product-wishlist {
  width: 13%;
  padding: 0 !important;
}
.product-wishlist button.product-wishlist-link {
  display: flex;
  width: 100%;
  height: 100% !important;
  border: 0px solid #023f85 !important;
  background: none !important;
  align-items: center;
  justify-content: center;
}
.product-wishlist button.product-wishlist-link:hover i {
  cursor: pointer;
  animation-duration: 0.35s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 767px) {
  .product-wishlist {
    width: auto;
  }
}
.product-wishlist.disabled button.product-wishlist-link {
  pointer-events: none;
}
.button-bordered {
  border: 1px solid #1a1919;
  background: transparent;
  color: #1a1919;
}
.button-bordered:hover {
  background: #1a1919;
  color: #ffffff;
}
.landing-page-ingredients-slider .landing-page-slider-inner h1,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h1,
.landing-page-ingredients-slider .landing-page-slider-inner h2,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h2,
.landing-page-ingredients-slider .landing-page-slider-inner h3,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h3,
.landing-page-ingredients-slider .landing-page-slider-inner h4,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h4,
.landing-page-ingredients-slider .landing-page-slider-inner h5,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h5,
.landing-page-ingredients-slider .landing-page-slider-inner h6,
.lp-cosmetics-line-ingredients .landing-page-slider-inner h6 {
  text-align: center;
}
.landing-page-ingredients-slider .landing-page-slider-inner p,
.lp-cosmetics-line-ingredients .landing-page-slider-inner p {
  text-align: center;
}
.landing-page-ingredients-slider .ingredients-item,
.lp-cosmetics-line-ingredients .ingredients-item {
  padding-top: 15px;
  padding-bottom: 10px;
}
.landing-page-ingredients-slider .ingredients-item .ingredients-image img,
.lp-cosmetics-line-ingredients .ingredients-item .ingredients-image img {
  display: block;
  width: 100%;
}
.landing-page-ingredients-slider .ingredients-item .ingredients-content .title,
.lp-cosmetics-line-ingredients .ingredients-item .ingredients-content .title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  margin: 0 0 0.75em 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .landing-page-ingredients-slider .ingredients-item .ingredients-content .title,
  .lp-cosmetics-line-ingredients .ingredients-item .ingredients-content .title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .landing-page-ingredients-slider .ingredients-item .ingredients-content .title,
  .lp-cosmetics-line-ingredients .ingredients-item .ingredients-content .title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .landing-page-ingredients-slider .ingredients-item .ingredients-content .title,
  .lp-cosmetics-line-ingredients .ingredients-item .ingredients-content .title {
    font-size: 16px;
  }
}
.landing-page-ingredients-slider .ingredients-item .ingredients-content .text,
.lp-cosmetics-line-ingredients .ingredients-item .ingredients-content .text {
  text-align: center;
}
.products-recomendations-rebrushed-wrapper.clp-product-slider {
  padding: 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider {
    padding: 32px 24px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider {
    padding: 0 12px 0 12px;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-include-header .product-include-header-title {
    margin: 0 0 16px;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile .price-size-wrapper .product-size-unit,
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile .product-characteristics {
  display: none;
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  padding-top: 8px;
  margin: auto;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 16px;
    line-height: 24px;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  padding-top: 8px;
  margin: auto;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider.clp-category-slider .product-tile-wrapper .product-tile .tile-box .product-name .product-modelname {
    font-size: 20px;
    line-height: 24px;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  margin: auto;
  font-weight: 500;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile-wrapper .product-tile .tile-box .product-pricing span {
    font-size: 16px;
    line-height: 24px;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile .product-image {
  padding: 0;
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile .product-image {
    height: 100%;
  }
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile *::-ms-backdrop,
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-tile .product-image {
    height: 100%;
  }
}
.products-recomendations-rebrushed-wrapper.clp-product-slider .lazyload-container {
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .products-recomendations-rebrushed-wrapper.clp-product-slider .product-slider.product-new-hldr .item-container {
    padding: 0 16px;
  }
}
.icon,
.footer .toggle:after,
.footer a.link p:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before,
.icon-icon-menu:before {
  content: "\e922";
}
.icon-menu-2-close:before,
.icon-icon-menu-close:before {
  content: "\e923";
}
.icon-header-search:before,
.icon-icon-header-search:before {
  content: "\e924";
}
.icon-account:before,
.icon-header-account:before,
.icon-icon-header-account:before {
  content: "\e925";
}
.icon-header-wishlist:before,
.icon-icon-header-wishlist:before {
  content: "\e926";
}
.icon-header-cart:before,
.icon-icon-header-cart:before {
  content: "\e92b";
}
.icon_storefinder_reference_pin-1:before,
.icon-icon_storefinder_reference_pin-1:before {
  content: "\e900";
}
.icon-arrow_circle_down:before,
.icon-arrow_circle_down2:before {
  content: "\e957";
}
.icon-arrow_circle_up:before,
.icon-arrow_circle_up2:before {
  content: "\e958";
}
.icon-arrow_double_right:before,
.icon-arrow_double_right2:before {
  content: "\e959";
}
.icon-arrow_down:before,
.icon-arrow_down2:before {
  content: "\e95a";
}
.icon-arrow_left:before,
.icon-arrow_left2:before {
  content: "\e95b";
}
.icon-arrow_left_2:before,
.icon-arrow_left_22:before {
  content: "\e95c";
}
.icon-arrow_next:before,
.icon-arrow_next2:before {
  content: "\e95d";
}
.icon-arrow_previous:before,
.icon-arrow_previous2:before {
  content: "\e95e";
}
.icon-arrow_right:before,
.icon-arrow_right2:before {
  content: "\e95f";
}
.icon-arrow_right_2:before,
.icon-arrow_right_22:before {
  content: "\e960";
}
.icon-arrow_up:before,
.icon-arrow_up2:before {
  content: "\e961";
}
.icon-benefit_addresses:before,
.icon-benefit_addresses2:before {
  content: "\e962";
}
.icon-benefit_delivery:before,
.icon-benefit_delivery2:before {
  content: "\e963";
}
.icon-benefit_time:before,
.icon-benefit_time2:before {
  content: "\e964";
}
.icon-cart:before {
  content: "\e92b";
}
.icon-cart-2:before,
.icon-cart2:before {
  content: "\e965";
}
.icon_lock:before,
.icon-lock:before {
  content: "\e91f";
}
.icon-check:before,
.icon-check2:before {
  content: "\e966";
}
.icon-checkbox_checked:before,
.icon-checkbox_checked2:before {
  content: "\e967";
}
.icon-checkbox_noborder:before,
.icon-checkbox_noborder2:before {
  content: "\e968";
}
.icon-checkbox_unchecked:before,
.icon-checkbox_unchecked2:before {
  content: "\e969";
}
.icon-checkout_progress_payment_yen:before,
.icon-checkout_progress_payment_jpy:before,
.icon-icon_values_payment_yen:before {
  content: "\e96a";
}
.icon-checkout_progress_address:before,
.icon-checkout_progress_address2:before {
  content: "\e96b";
}
.icon-checkout_progress_done:before,
.icon-checkout_progress_done2:before {
  content: "\e96c";
}
.icon-checkout_progress_overview:before,
.icon-checkout_progress_overview2:before {
  content: "\e96d";
}
.icon-values_payment:before,
.icon-checkout_progress_payment-euro:before,
.icon-checkout_progress_payment_chf:before,
.icon-checkout_progress_payment_czk:before,
.icon-checkout_progress_payment_dkk:before,
.icon-checkout_progress_payment_sek:before,
.icon-checkout_progress_payment_gbp:before,
.icon-checkout_progress_payment_nok:before,
.icon-checkout_progress_payment_pln:before,
.icon-checkout_progress_payment_eur:before,
.icon-checkout_progress_payment_euro2:before {
  content: "\e96e";
}
.icon-close:before,
.icon-close2:before {
  content: "\e96f";
}
.icon-dots:before,
.icon-dots2:before {
  content: "\e970";
}
.icon-foot_normal:before,
.icon-foot_normal2:before {
  content: "\e973";
}
.icon-foot_slender:before,
.icon-foot_slender2:before {
  content: "\e974";
}
.icon-login:before,
.icon-login2:before {
  content: "\e977";
}
.icon-logo:before,
.icon-logo2:before {
  content: "\e978";
}
.icon-logout:before,
.icon-logout2:before {
  content: "\e979";
}
.icon-mail:before,
.icon-mail2:before {
  content: "\e97a";
}
.icon-menu:before,
.icon-menu-2:before,
.icon-menu2:before {
  content: "\e97b";
}
.icon-message:before,
.icon-message2:before {
  content: "\e97c";
}
.icon-message_sent:before,
.icon-message_sent2:before {
  content: "\e97d";
}
.icon-newsletter2:before {
  content: "\e97e";
}
.icon-package:before,
.icon-package2:before {
  content: "\e97f";
}
.icon-phone:before,
.icon-phone2:before {
  content: "\e980";
}
.icon-play-o:before,
.icon-play2:before {
  content: "\e983";
}
.icon-seal:before,
.icon-seal2:before {
  content: "\e984";
}
.icon-search-3:before,
.icon-search3:before {
  content: "\e985";
}
.icon-status_delivery:before,
.icon-status_delivery2:before {
  content: "\e986";
}
.icon-status_open:before,
.icon-status_open2:before {
  content: "\e987";
}
.icon-trash:before,
.icon-trash2:before {
  content: "\e988";
}
.icon-user:before,
.icon-user2:before {
  content: "\e98b";
}
.icon-user_2:before,
.icon-user_22:before {
  content: "\e98c";
}
.icon-uniE99C:before {
  content: "\e99c";
}
.icon-marker:before,
.icon-marker2:before {
  content: "\e99f";
}
.icon-facebook:before,
.icon-facebook2:before {
  content: "\e971";
}
.icon-pinterest:before,
.icon-pinterest2:before {
  content: "\e981";
}
.icon-instagram:before,
.icon-instagram-2:before,
.icon-instagram2:before {
  content: "\e975";
}
.icon-youtube:before {
  content: "\e92f";
}
.icon-share-line:before,
.icon-icon_share_line:before {
  content: "\e9a5";
}
.icon-twitter:before,
.icon-twitter2:before {
  content: "\e989";
}
.icon-values_tradition:before,
.icon-values_tradition2:before {
  content: "\e990";
}
.icon-checkout_progress_payment_usd:before,
.icon-checkout_progress_payment_usd2:before {
  content: "\e98d";
}
.icon-values_shipment:before,
.icon-values_shipment2:before {
  content: "\e98e";
}
.icon-values_shop:before,
.icon-values_shop2:before {
  content: "\e98f";
}
.icon-warning:before,
.icon-warning2:before {
  content: "\e991";
}
.icon-zoom_in:before,
.icon-zoom_in3:before {
  content: "\e992";
}
.icon-zoom_in2:before,
.icon-zoom_in23:before {
  content: "\e993";
}
.icon-zoom_out:before,
.icon-zoom_out3:before {
  content: "\e994";
}
.icon-zoom_out2:before,
.icon-zoom_out23:before {
  content: "\e995";
}
.icon-arrow_circle_left:before,
.icon-arrow_circle_left2:before {
  content: "\e996";
}
.icon-arrow_circle_right:before,
.icon-arrow_circle_right2:before {
  content: "\e997";
}
.icon-error_page_clock:before,
.icon-error_page_clock2:before {
  content: "\e998";
}
.icon-error_page_shoe:before,
.icon-error_page_shoe2:before {
  content: "\e999";
}
.icon-error_page_shoelace:before,
.icon-error_page_shoelace2:before {
  content: "\e99a";
}
.icon-search-2:before,
.icon-search2:before,
.icon-search22:before {
  content: "\e9a2";
}
.icon-zoom_out-3:before,
.icon-zoom_out222:before {
  content: "\e9a3";
}
.icon-zoom-in-3:before,
.icon-zoom_in222:before {
  content: "\e9a4";
}
.icon-share-yahoo:before,
.icon-icon_share_yahoo:before {
  content: "\e9a6";
}
.icon-info:before,
.icon-icon_info:before {
  content: "\e9a7";
}
.icon-password-show:before,
.icon-icon_password_show2:before {
  content: "\e9a8";
}
.icon-password-hide:before,
.icon-icon_password_hide2:before {
  content: "\e9a9";
}
.icon_treatment:before,
.icon-icon_treatment:before {
  content: "\e909";
}
.icon_hand_wash:before,
.icon-pflegehinweis:before,
.icon-icon_hand_wash:before {
  content: "\e90a";
}
.icon_cash_on_purchase_default:before,
.icon-icon_cash_on_purchase_default:before {
  content: "\e901";
}
.icon_cash_on_purchase_europe:before,
.icon-icon_cash_on_purchase_europe:before {
  content: "\e902";
}
.icon_cash_on_purchase_usa:before,
.icon_cash_on_purchase_us:before,
.icon-icon_cash_on_purchase_usa:before {
  content: "\e903";
}
.icon_cash_on_purchase_japan:before,
.icon-icon_cash_on_purchase_japan:before {
  content: "\e904";
}
.icon_cash_on_delivery_default:before,
.icon-icon_cash_on_delivery_default:before {
  content: "\e905";
}
.icon_cash_on_delivery_europe:before,
.icon-icon_cash_on_delivery_europe:before {
  content: "\e906";
}
.icon_cash_on_delivery_japan:before,
.icon-icon_cash_on_delivery_japan:before {
  content: "\e907";
}
.icon_cash_on_delivery_usa:before,
.icon-icon_cash_on_delivery_usa:before {
  content: "\e908";
}
.icon-checkout_progress_paypal .path1:before,
.icon-icon-checkout_progress_paypal .path1:before {
  content: "\e90b";
  color: #023f85;
}
.icon-checkout_progress_paypal .path2:before,
.icon-icon-checkout_progress_paypal .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #27346a;
}
.icon-checkout_progress_paypal .path3:before,
.icon-icon-checkout_progress_paypal .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: #27346a;
}
.icon-checkout_progress_paypal .path4:before,
.icon-icon-checkout_progress_paypal .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: #2790c3;
}
.icon-checkout_progress_paypal .path5:before,
.icon-icon-checkout_progress_paypal .path5:before {
  content: "\e90f";
  margin-left: -1em;
  color: #1f264f;
}
.icon_personal_purchase:before,
.icon-icon_personal_purchase:before {
  content: "\e910";
}
.icon_gift:before,
.icon-icon_gift:before {
  content: "\e911";
}
.icon_pen:before,
.icon-icon_pen:before {
  content: "\e912";
}
.icon_shoesizeme:before,
.icon-icon_shoesizeme:before {
  content: "\e913";
}
.icon_avaliability_reminder:before,
.icon-icon_avaliability_reminder:before {
  content: "\e914";
}
.icon-question_info2:before {
  content: "\e915";
}
.icon-play:before {
  content: "\e916";
}
.icon-delivery_time2:before {
  content: "\e917";
}
.icon-wishlist:before,
.icon-wishlist2:before {
  content: "\e918";
}
.icon-wishlist-active:before {
  content: "\e927";
}
.icon-return:before,
.icon-return2:before {
  content: "\e919";
}
.icon-home2:before {
  content: "\e91a";
}
.icon-cookie:before {
  content: "\e91b";
}
.icon-foot_medium2:before {
  content: "\e91d";
}
.icon-close_2:before {
  content: "\e91e";
}
.icon-lock2:before {
  content: "\e921";
}
.icon-thumbsup:before {
  content: "\e920";
}
.icon-customer_service:before {
  content: "\e928";
}
.icon-header-storefinder:before,
.icon-icon-header-storefinder:before {
  content: "\e92d";
}
.icon-newsletter:before {
  content: "\e91c";
}
.icon-social-media:before {
  content: "\e92c";
}
.icon-plus:before {
  content: "\e929";
}
.icon-minus:before {
  content: "\e92a";
}
.icon-secure-payment:before {
  content: "\e92e";
}
.icon-country:before {
  content: "\e930";
}
.icon-arrow2:before {
  content: "\e931";
}
.lazyload-container {
  width: 100%;
  height: 0;
  padding-bottom: 65.10416667%;
  position: relative;
}
.lazyload-container.ratio-1600x680,
.lazyload-container.ratio-40x17 {
  padding-bottom: 42.5%;
}
.lazyload-container.ratio-1600x800,
.lazyload-container.ratio-2x1 {
  padding-bottom: 50%;
}
.lazyload-container.ratio-1600x900,
.lazyload-container.ratio-16x9 {
  padding-bottom: 56.25%;
}
.lazyload-container.ratio-768x500,
.lazyload-container.ratio-39x25 {
  padding-bottom: 65.10416667%;
}
.lazyload-container.ratio-640x500,
.lazyload-container.ratio-768x600,
.lazyload-container.ratio-32x25 {
  padding-bottom: 78.125%;
}
.lazyload-container.ratio-500x500,
.lazyload-container.ratio-1x1 {
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .lazyload-container.mobile-ratio-1600x680,
  .lazyload-container.mobile-ratio-40x17 {
    padding-bottom: 42.5%;
  }
  .lazyload-container.mobile-ratio-1600x800,
  .lazyload-container.mobile-ratio-2x1 {
    padding-bottom: 50%;
  }
  .lazyload-container.mobile-ratio-1600x900,
  .lazyload-container.mobile-ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .lazyload-container.mobile-ratio-768x500,
  .lazyload-container.mobile-ratio-39x25 {
    padding-bottom: 65.10416667%;
  }
  .lazyload-container.mobile-ratio-640x500,
  .lazyload-container.mobile-ratio-768x600,
  .lazyload-container.mobile-ratio-32x25 {
    padding-bottom: 78.125%;
  }
  .lazyload-container.mobile-ratio-500x500,
  .lazyload-container.mobile-ratio-1x1 {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1023px) {
  .lazyload-container.tablet-ratio-1600x680,
  .lazyload-container.tablet-ratio-40x17 {
    padding-bottom: 42.5%;
  }
  .lazyload-container.tablet-ratio-1600x800,
  .lazyload-container.tablet-ratio-2x1 {
    padding-bottom: 50%;
  }
  .lazyload-container.tablet-ratio-1600x900,
  .lazyload-container.tablet-ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .lazyload-container.tablet-ratio-768x500,
  .lazyload-container.tablet-ratio-39x25 {
    padding-bottom: 65.10416667%;
  }
  .lazyload-container.tablet-ratio-640x500,
  .lazyload-container.tablet-ratio-768x600,
  .lazyload-container.tablet-ratio-32x25 {
    padding-bottom: 78.125%;
  }
  .lazyload-container.tablet-ratio-500x500,
  .lazyload-container.tablet-ratio-1x1 {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .lazyload-container.desktop-ratio-1600x680,
  .lazyload-container.desktop-ratio-40x17 {
    padding-bottom: 42.5%;
  }
  .lazyload-container.desktop-ratio-1600x800,
  .lazyload-container.desktop-ratio-2x1 {
    padding-bottom: 50%;
  }
  .lazyload-container.desktop-ratio-1600x900,
  .lazyload-container.desktop-ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .lazyload-container.desktop-ratio-768x500,
  .lazyload-container.desktop-ratio-39x25 {
    padding-bottom: 65.10416667%;
  }
  .lazyload-container.desktop-ratio-640x500,
  .lazyload-container.desktop-ratio-768x600,
  .lazyload-container.desktop-ratio-32x25 {
    padding-bottom: 78.125%;
  }
  .lazyload-container.desktop-ratio-500x500,
  .lazyload-container.desktop-ratio-1x1 {
    padding-bottom: 100%;
  }
}
.lazyload-container .lazyload {
  width: 100%;
  position: absolute;
}
@media all and (-ms-high-contrast: none) {
  .lazyload-with-fallback {
    display: none !important;
  }
  *::-ms-backdrop,
  .lazyload-with-fallback {
    display: none !important;
  }
}
.lazyload-fallback {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .lazyload-fallback {
    display: block !important;
    width: 100%;
  }
  *::-ms-backdrop,
  .lazyload-fallback {
    display: block !important;
    width: 100%;
  }
}
.lazyload-carousel .product-tile-wrapper {
  width: 100%;
}
.lazyload-carousel .product-tile-wrapper .product-tile .product-image {
  padding: 0;
}
.lazyload-carousel .product-tile-wrapper .product-tile .product-image .lazyload-container {
  padding-bottom: 100%;
}
.lazyload-carousel-home .grid-tile {
  display: table;
}
.lazyload-carousel-home .grid-tile .teaser-image-inner {
  width: 100% !important;
  display: block;
}
.lazyload-carousel-home .grid-tile .teaser-image-inner .banner-hero {
  display: block;
  width: 100% !important;
}
.lazyload-carousel-home .grid-tile .teaser-image-inner .banner-hero .lazyload-container {
  display: block  !important;
}
img[data-src] {
  min-height: 1px;
  min-width: 1px;
}
.input-text,
.input-search,
textarea {
  display: block;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1a1919;
  font-weight: 400;
  position: relative;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  height: 45px;
  padding: calc(((45px - 21px) / 2) - 1px) 10px;
  margin: 0;
  background-color: #ffffff;
  vertical-align: middle;
  width: 100%;
  text-transform: none;
  -webkit-appearance: none;
}
.input-text::-webkit-input-placeholder,
.input-search::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  transition: color 0.2s ease 0s;
}
.input-text:-moz-placeholder,
.input-search:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7B7B7B;
  opacity: 1;
  transition: color 0.2s ease 0s;
}
.input-text::-moz-placeholder,
.input-search::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7B7B7B;
  opacity: 1;
  transition: color 0.2s ease 0s;
}
.input-text:-ms-input-placeholder,
.input-search:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7B7B7B;
  transition: color 0.2s ease 0s;
}
.input-text:focus::-webkit-input-placeholder,
.input-search:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
  transition: color 0.2s ease 0s;
}
.input-text:focus:-moz-placeholder,
.input-search:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: color 0.2s ease 0s;
}
.input-text:focus::-moz-placeholder,
.input-search:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  transition: color 0.2s ease 0s;
}
.input-text:focus:-ms-input-placeholder,
.input-search:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ffffff;
  transition: color 0.2s ease 0s;
}
textarea {
  width: 100%!important;
  min-height: 10em;
  height: 10em;
  line-height: 1.5em;
}
.input-text[disabled],
.input-search[disabled],
textarea[disabled] {
  opacity: 0.5;
}
select,
.selector {
  display: block;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 45px;
  color: #1a1919;
  font-weight: 400;
  position: relative;
  border-radius: 2px;
  border: 1px solid #a7a7a7;
  margin: 0;
  background-color: #ffffff;
  vertical-align: middle;
  width: 100%!important;
  text-transform: none;
  cursor: pointer;
  text-indent: calc(1em - 1px);
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  -webkit-appearance: none;
}
.selector {
  padding: 0;
}
.selector span {
  width: 100%!important;
  color: #636363;
  font-size: 1em;
  height: 45px;
  line-height: 45px;
  margin: -1px 0 0 0;
  padding: 0 3em 0 1em;
  text-shadow: none;
  text-indent: 0;
  background-image: none;
  white-space: nowrap;
  transition: border-color 0.2s ease 0s, color 0.2s ease 0s, background-color 0.2s ease 0s;
  position: relative;
}
.selector span:after {
  display: block;
  position: absolute;
  right: 1.25em;
  top: 50%;
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
  font-size: 0.8em;
  line-height: 2em;
  height: 2em;
  width: auto;
  margin-top: -1em;
  transition: transform 0.2s ease 0s;
  text-indent: 0;
  color: #767676;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .selector span {
    padding-left: 0;
    margin-left: 1em;
    position: static;
  }
}
@supports (-ms-ime-align: auto) {
  .selector span {
    padding-left: 0;
    margin-left: 1em;
    position: static;
  }
}
.selector select {
  margin: -2px 0 0 0;
  font-size: 1em;
  height: 45px;
  top: 0;
  opacity: 0;
}
.selector.focus span:after {
  transform: rotate(-180deg);
}
input[type="radio"],
.radio {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.radio {
  background-color: transparent;
}
.radio span {
  border: 1px solid #a7a7a7;
  height: 22px;
  width: 22px;
  transition: border-color 0.2s ease 0s;
  border-radius: 50%;
  padding: 2px;
  display: block;
}
.radio span input[type="radio"] {
  display: block;
  height: 22px;
  width: 22px;
  margin: -3px 0 0 -3px !important;
}
.radio span:before {
  content: ' ';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s ease 0s;
  position: absolute;
  left: 6px;
  top: 6px;
}
.radio span.checked {
  border-color: #a7a7a7;
}
.radio span.checked:before {
  background-color: #1a1919;
}
.form-row-button-radio,
.form-row-button-radio fieldset {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
.form-row-button-radio > .input-radio-buttons-label,
.form-row-button-radio fieldset > .input-radio-buttons-label,
.form-row-button-radio > .error-msg,
.form-row-button-radio fieldset > .error-msg {
  flex-basis: 100%;
}
.form-row-button-radio > .button-radio,
.form-row-button-radio fieldset > .button-radio {
  position: relative;
  flex: 0 1 auto;
  border-color: #767676;
  background: #ffffff;
  color: #767676;
}
.form-row-button-radio > .button-radio:hover,
.form-row-button-radio fieldset > .button-radio:hover,
.form-row-button-radio > .button-radio:focus,
.form-row-button-radio fieldset > .button-radio:focus {
  border-color: #023f85;
  background: #023f85;
  color: #ffffff;
}
.form-row-button-radio > .button-radio.active,
.form-row-button-radio fieldset > .button-radio.active {
  border-color: #023f85;
  background-color: #023f85;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .form-row-button-radio > .button-radio.active:hover,
  .form-row-button-radio fieldset > .button-radio.active:hover,
  .form-row-button-radio > .button-radio.active:focus,
  .form-row-button-radio fieldset > .button-radio.active:focus {
    border-color: #767676;
    background: #ffffff;
    color: #767676;
  }
}
.form-row-button-radio > .button-radio:not(.first),
.form-row-button-radio fieldset > .button-radio:not(.first) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-row-button-radio > .button-radio:not(.last),
.form-row-button-radio fieldset > .button-radio:not(.last) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-row-button-radio > .button-radio .radio input[type="radio"],
.form-row-button-radio fieldset > .button-radio .radio input[type="radio"],
.form-row-button-radio > .button-radio input[type="radio"],
.form-row-button-radio fieldset > .button-radio input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.form-row-button-radio fieldset,
.form-row-button-radio fieldset fieldset {
  display: block;
  width: 100%;
}
input[type="checkbox"],
.checker {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.checker {
  background-color: transparent;
}
.checker span {
  border: 1px solid #a7a7a7;
  display: block;
  height: 22px;
  width: 22px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  position: relative;
}
.checker span input[type="checkbox"] {
  display: block;
  height: 22px;
  width: 22px;
  margin: -1px 0 0 -1px !important;
}
.checker span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e968";
  height: 20px;
  width: 24px;
  left: -3px;
  top: -3px;
  display: block;
  opacity: 0;
  font-size: 26px;
  line-height: 26px;
  transition: opacity 0.2s ease 0s;
}
.checker span.checked {
  color: #1a1919;
}
.checker span.checked:before {
  opacity: 1;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 500px white inset;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
[lang="ja"] textarea,
[lang="ja"] .selector {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
.salutation-JP .form-row {
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  .salutation-JP .form-row {
    margin-top: -30px;
  }
}
.salutation-button.unselected .button:hover,
.salutation-button.unselected .button:focus {
  background: #023f85 !important;
  border-color: #023f85 !important;
  color: #ffffff !important;
}
.salutation-button .form-row.validation-error {
  padding-bottom: 14px;
}
.salutation-button .form-row {
  width: 100%;
  margin-bottom: 0 !important;
  display: flex;
  padding-top: 21px;
}
.salutation-button .form-row .label {
  display: block;
  padding-left: 11px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .salutation-button .form-row .label {
    font-size: calc(14px - 2px);
  }
}
.salutation-button .form-row .button {
  font-weight: 400;
  text-transform: none;
  text-align: center;
  width: 50%;
  float: left;
}
.salutation-button .form-row .button:nth-of-type(2) {
  border-left: none;
}
.salutation-button .form-row .button:nth-of-type(3) {
  border-left: none;
}
.salutation-button .form-row .button::after {
  display: block;
  content: "..";
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.salutation-button .form-row.validation-error {
  padding-bottom: 14px;
}
.salutation-button .form-row.validation-error .button {
  border-color: #d01d1b;
}
.salutation-button .form-row .button:hover,
.salutation-button .form-row .button:focus {
  background: #ffffff;
  border-color: #023f85;
  color: #023f85;
  font-weight: 700;
}
.salutation-button .form-row .button.active:hover,
.salutation-button .form-row .button.active:focus {
  background: #023f85;
  border-color: #023f85;
  color: #ffffff;
  cursor: default;
  font-weight: 400;
}
.salutation-button .form-row .error-msg {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.salutation-button.salutation-US .button {
  width: 33.33333333% !important;
}
@media screen and (min-width: 1024px) {
  .half-width-desktop {
    display: flex;
  }
  .half-width-desktop .form-row {
    flex: 1;
    margin-bottom: 0;
  }
  .half-width-desktop .form-row:first-child {
    margin-right: 30px;
  }
}
::-webkit-input-placeholder {
  color: #1a1919;
}
:-moz-placeholder {
  color: #1a1919;
  opacity: 1;
}
::-moz-placeholder {
  color: #1a1919;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #1a1919 !important;
}
::-ms-input-placeholder {
  color: #1a1919;
}
::placeholder {
  color: #1a1919;
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
input:focus::-ms-input-placeholder {
  color: transparent;
}
/* Edge */
input:focus::placeholder {
  color: transparent;
}
.message {
  margin: 0 0 2em 0;
  padding: 1.25em 32px 1.25em calc(20px * 2.5) !important;
  position: relative;
  font-weight: 400;
  border-radius: 3px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .message {
    padding: 1.25em 32px 1.25em calc(28px * 2) !important;
    font-size: 14px;
  }
}
.message a {
  text-decoration: underline;
}
.message a:hover {
  text-decoration: none;
}
.message:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.75em;
  left: 12px;
  font-size: 1.5em;
  line-height: 1em;
}
@media (min-width: 768px) {
  .message:before {
    left: 18px;
  }
}
.message.default-form {
  color: #023f85;
  background-color: rgba(12, 12, 12, 0.025);
  border: 1px solid #023f85;
}
.message.default-form a {
  color: #023f85;
}
.message.default-form:before {
  content: "\e9a7";
}
.message.error-form {
  color: #d01d1b;
  background-color: rgba(208, 29, 27, 0.025);
  border: 1px solid #d01d1b;
}
.message.error-form a {
  color: #d01d1b;
}
.message.error-form:before {
  content: "\e991";
}
.message.warning-form {
  color: #c99e1c;
  background-color: rgba(201, 158, 28, 0.025);
  border: 1px solid #c99e1c;
}
.message.warning-form a {
  color: #c99e1c;
}
.message.warning-form:before {
  content: "\e914";
}
.message.success-form {
  border: 1px solid #008a00;
  background-color: rgba(0, 138, 0, 0.025);
  color: #008a00;
}
.message.success-form a {
  color: #008a00;
}
.message.success-form:before {
  content: "\e96c";
}
.message.message-no-icon {
  padding: 1.25em 32px;
}
.message.message-no-icon:before {
  display: none;
}
.message.multiple-variations-info {
  padding: 1.25em 32px 1.25em 32px;
  flex-direction: row;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  border: 1px solid #023f85;
  border-radius: 3px;
  color: #023f85;
  background-color: rgba(12, 12, 12, 0.025);
  font-size: 14px;
}
.message.multiple-variations-info:before {
  content: "\e9a7";
}
.message.multiple-variations-info p {
  margin: 0;
}
.message.multiple-variations-info .content-asset-slot-container {
  width: 100%;
}
.message.multiple-variations-info .multiple-variations-content {
  display: flex;
  width: 100%;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: row;
  align-items: self-start;
  justify-content: flex-start;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-icon {
  padding-right: 15px;
  display: flex;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-icon .icon {
  font-size: 1.5em;
  line-height: 1em;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text p:first-of-type {
  margin-top: 0;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text a {
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .message.multiple-variations-info .multiple-variations-content .multiple-variations .multiple-variations-text a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations.multiple-variations-red .multiple-variations-icon .icon {
  color: #d01d1b;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations.multiple-variations-red .multiple-variations-text {
  color: #d01d1b;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations.multiple-variations-red .multiple-variations-text p {
  color: #d01d1b;
}
.message.multiple-variations-info .multiple-variations-content .multiple-variations.multiple-variations-red .multiple-variations-text a {
  color: #d01d1b;
}
.message.multiple-variations-info .icon-close {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message {
    padding: 1.25em 24px 1.25em calc(24px * 2.5);
  }
  .message:before {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding: 1.25em 12px 1.25em calc(12px * 3.5);
  }
  .message:before {
    left: 12px;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .only-on-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .only-on-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
  .only-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .only-on-mobile-landscape {
    display: none !important;
  }
  .hide-on-mobile-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .hide-on-mobile-landscape {
    display: none !important;
  }
  .only-on-mobile-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .only-on-tablet-landscape {
    display: none !important;
  }
  .hide-on-tablet-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .hide-on-tablet-landscape {
    display: none !important;
  }
  .only-on-tablet-portrait {
    display: none !important;
  }
}
.visually-hidden,
.ui-helper-hidden-accessible {
  border: 0!important;
  height: 1px!important;
  margin: -1px !important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  background: transparent!important;
}
.initially-hidden {
  display: none;
}
.toggle {
  cursor: pointer;
  position: relative;
}
.toggle:hover {
  text-decoration: underline;
}
.toggle-container.expanded .toggle-content {
  display: block;
}
.toggle-content {
  display: none;
}
.toggle.expanded + .toggle-content {
  display: block;
}
@media screen and (max-width: 1023px) {
  .toggle.expanded-mobile + .toggle-content {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .toggle.expanded-desktop + .toggle-content {
    display: block;
  }
}
.vertical-space {
  margin-bottom: 75px;
}
.selector.unload.focus span:after {
  transform: none !important;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-grey-light {
  background-color: #f6f6f6;
}
.bg-color-grey {
  background-color: #636363;
}
.bg-color-grey-dark {
  background-color: #1a1919;
}
.bg-color-black {
  background-color: #000000;
}
.bg-color-grey-1 {
  background-color: #767676;
}
.bg-color-grey-2 {
  background-color: #929292;
}
.bg-color-grey-3 {
  background-color: #a7a7a7;
}
.bg-color-grey-4 {
  background-color: #bcbcbc;
}
.bg-color-grey-5 {
  background-color: #d0d0d0;
}
.bg-color-grey-6 {
  background-color: #e3e3e5;
}
.bg-color-blue-dark {
  background-color: #013672;
}
.bg-color-blue {
  background-color: #023f85;
}
.bg-color-blue-soft {
  background-color: #6f8bad;
}
.bg-color-blue-soft-middle {
  background-color: #98b2cb;
}
.bg-color-blue-soft-light {
  background-color: #cedbec;
}
.bg-color-brown {
  background-color: #c5b6a3;
}
.bg-color-brown-light {
  background-color: #ddd5c9;
}
.bg-color-brown-dark {
  background-color: #8d7c67;
}
.bg-color-red {
  background-color: #d01d1b;
}
.bg-color-red-bordeaux {
  background-color: #70182f;
}
.bg-color-yellow {
  background-color: #c99e1c;
}
.bg-color-green {
  background-color: #008a00;
}
.bg-color-green-dark {
  background-color: #286040;
}
.bg-color-green-dark-2 {
  background-color: #225F43;
}
.bg-color-green-dark-3 {
  background-color: #55826a;
}
.bg-color-blue-dark-2 {
  background-color: #00338D;
}
.bg-color-grey-7 {
  background-color: #c8c9c7;
}
.bg-color-grey-8 {
  background-color: #d1d3d6;
}
.bg-color-grey-9 {
  background-color: #e8e9ea;
}
.bg-color-grey-10 {
  background-color: #989898;
}
.bg-color-pastel-brown-1 {
  background-color: #e0d3bf;
}
.bg-color-pastel-brown-2 {
  background-color: #eee8dc;
}
.bg-color-pastel-brown-3 {
  background-color: #bfb6aa;
}
.bg-color-pastel-brown-4 {
  background-color: #dcd7cf;
}
.bg-color-pastel-blue-1 {
  background-color: #b0c9d5;
}
.bg-color-pastel-blue-2 {
  background-color: #d6e2ea;
}
.bg-color-pastel-blue-3 {
  background-color: #c2d4e8;
}
.bg-color-pastel-blue-4 {
  background-color: #dfe9f4;
}
.bg-color-pastel-green-1 {
  background-color: #acced2;
}
.bg-color-pastel-green-2 {
  background-color: #d3e5e9;
}
.text-color-white {
  color: #ffffff;
}
.text-color-grey-light {
  color: #f6f6f6;
}
.text-color-grey {
  color: #636363;
}
.text-color-grey-dark {
  color: #1a1919;
}
.text-color-black {
  color: #000000;
}
.text-color-grey-1 {
  color: #767676;
}
.text-color-grey-2 {
  color: #929292;
}
.text-color-grey-3 {
  color: #a7a7a7;
}
.text-color-grey-4 {
  color: #bcbcbc;
}
.text-color-grey-5 {
  color: #d0d0d0;
}
.text-color-grey-6 {
  color: #e3e3e5;
}
.text-color-blue-dark {
  color: #013672;
}
.text-color-blue {
  color: #023f85;
}
.text-color-blue-soft {
  color: #6f8bad;
}
.text-color-blue-soft-middle {
  color: #98b2cb;
}
.textcolor-blue-soft-light {
  color: #cedbec;
}
.text-color-brown {
  color: #c5b6a3;
}
.text-color-brown-light {
  color: #ddd5c9;
}
.text-color-brown-dark {
  color: #8d7c67;
}
.text-color-red {
  color: #d01d1b;
}
.text-color-red-bordeaux {
  color: #70182f;
}
.text-color-yellow {
  color: #c99e1c;
}
.text-color-green {
  color: #008a00;
}
.text-color-green-dark {
  color: #286040;
}
.text-color-green-dark-2 {
  color: #225F43;
}
.text-color-green-dark-3 {
  color: #55826a;
}
.text-color-blue-dark-2 {
  color: #00338D;
}
.text-color-grey-7 {
  color: #c8c9c7;
}
.text-color-grey-8 {
  color: #d1d3d6;
}
.text-color-grey-9 {
  color: #e8e9ea;
}
.text-color-grey-10 {
  color: #989898;
}
.text-color-pastel-brown-1 {
  color: #e0d3bf;
}
.text-color-pastel-brown-2 {
  color: #eee8dc;
}
.text-color-pastel-brown-3 {
  color: #bfb6aa;
}
.text-color-pastel-brown-4 {
  color: #dcd7cf;
}
.text-color-pastel-blue-1 {
  color: #b0c9d5;
}
.text-color-pastel-blue-2 {
  color: #d6e2ea;
}
.text-color-pastel-blue-3 {
  color: #c2d4e8;
}
.text-color-pastel-blue-4 {
  color: #dfe9f4;
}
.text-color-pastel-green-1 {
  color: #acced2;
}
.text-color-pastel-green-2 {
  color: #d3e5e9;
}
.line-through {
  text-decoration: line-through;
}
.overline {
  text-decoration: overline;
}
.infobanner.with-spacing-top {
  padding-top: 4em;
}
.infobanner.with-spacing-bottom {
  padding-bottom: 4em;
}
.custom-description {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  margin-top: 2.5em;
  text-transform: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
.custom-description .custom-description-content {
  position: relative;
}
.custom-description .custom-description-content:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  max-height: 20px;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transition: opacity 0.2s ease 0s;
}
.custom-description .content-expand {
  margin-top: 1em;
}
.custom-description .show-more-link {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.custom-description .show-more-link:hover {
  color: #000000;
}
.custom-description .show-more-link.less {
  display: none;
}
.custom-description.expanded .custom-description-content:after {
  opacity: 0;
  content: none;
}
.custom-description.expanded .show-more-link.more {
  display: none;
}
.custom-description.expanded .show-more-link.less {
  display: inline-block;
}
.custom-description .custom-description-content {
  height: 150px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .custom-description {
    padding-left: calc(96px - 32px);
    padding-right: calc(96px - 32px);
  }
}
@media screen and (max-width: 1023px) {
  .custom-description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-description {
    margin-bottom: 2.5em;
  }
}
.vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cm-error .cm-error__info {
  word-break: break-word;
}
.cm-error .cm-error__info span {
  word-break: break-word;
}
.marks.marks-as-div {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.marks.marks-as-div .marks-items {
  position: relative;
}
body.compliancyFocus a:focus,
body.compliancyFocus button:focus,
body.compliancyFocus input:focus,
body.compliancyFocus div:focus,
body.compliancyFocus textarea:focus,
body.compliancyFocus i:focus {
  outline: none;
}
.price .price-sales {
  white-space: nowrap;
  font-weight: 600;
  color: #023f85;
}
.price .price-sales .text-normal {
  font-weight: 400;
}
.price .price-sales .text-bold {
  font-weight: 600;
}
.price.price-promotion .price-sales {
  color: #023f85;
}
.price.price-promotion .price-standard {
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: 400;
  color: #a7a7a7;
}
.price .price-range {
  white-space: nowrap;
  font-weight: 600;
  color: #023f85;
}
.text-default {
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-default {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .text-default {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.text-larger {
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-larger {
    font-size: calc(18px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .text-larger {
    font-size: calc(18px - 2px);
    line-height: 1.5em;
  }
}
.text-smaller {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-smaller {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .text-smaller {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.text-small {
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-small {
    font-size: calc(12px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: calc(12px - 2px);
    line-height: 1.5em;
  }
}
.text-grey {
  color: #a7a7a7;
}
.heading-1 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1875em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: calc(32px - 8px);
    line-height: 1.3333em;
    margin: 0 0 0.5em 0;
  }
}
.heading-1-small {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1111em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
}
@media screen and (max-width: 767px) {
  .heading-1-small {
    font-size: calc(26px - 5px);
    margin: 0 0 0.5em 0;
  }
}
.heading-2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.heading-3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
.heading-4 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3333em;
  margin: 0 0 0.75em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading-4 {
    font-size: 20px;
    line-height: 1.3529em;
  }
}
@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.heading-5 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.3333em;
  margin: 0 0 0.75em 0;
}
@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 21px;
    line-height: 1.375em;
  }
}
.title-1 {
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.4em 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-1 {
    font-size: calc(36px / 1.5);
    line-height: 1.2em;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title-1 {
    font-size: calc(36px / 2);
    line-height: 1.2em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.title-2 {
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5em 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-2 {
    font-size: calc(30px / 1.5);
    line-height: 1.25em;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title-2 {
    font-size: calc(30px / 2);
    line-height: 1.25em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.title-3 {
  font-size: 26px;
  line-height: 1.2307em;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.3846em 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-3 {
    font-size: calc(26px - 6px);
    line-height: 1.25em;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title-3 {
    font-size: calc(26px / 2);
    line-height: 1.25em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.familiy-default {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .familiy-default {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
.font-default-condensed {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
}
.familiy-highlight {
  font-family: Caslon540BT-Roman, Times New Roman !important;
}
[lang="ja"] .familiy-highlight {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Caslon540BT-Roman, Times New Roman !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-left {
  text-align: left  !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-justify {
  text-align: justify !important;
}
.cosmetics-header-1 {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cosmetics-header-1 {
    font-size: 62px;
    line-height: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cosmetics-header-1 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .cosmetics-header-1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.cosmetics-header-2 {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cosmetics-header-2 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cosmetics-header-2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .cosmetics-header-2 {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
  }
}
.cosmetics-header-3 {
  font-family: 'DIN Next Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cosmetics-header-3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cosmetics-header-3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cosmetics-header-3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.cosmetics-text-larger {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .cosmetics-text-larger {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cosmetics-text-larger {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cosmetics-text-larger {
    font-size: 16px;
    line-height: 24px;
  }
}
.productlisting-col.product-include-inner {
  margin-top: 0;
}
.productlisting-col .search-results-top {
  margin-bottom: 23px;
}
.productlisting-col .search-results-top .paging-info {
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-col .search-results-top .paging-info {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .productlisting-col .search-results-top .paging-info {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-col .search-results-top .paging-info {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .productlisting-col .search-results-top .paging-info {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.productlisting-col .search-results-matching {
  margin-bottom: 30px;
}
.productlisting-col .search-results-matching .search-results-matching-inner {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .productlisting-col .search-results-matching .search-results-matching-inner {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .productlisting-col .search-results-matching .search-results-matching-inner {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.productlisting-col .search-result-content {
  position: relative;
  z-index: 1;
}
.productlisting-col .search-result-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.productlisting-col .search-result-items .grid-tile,
.productlisting-col .search-result-items .product-include-grid-tile {
  width: 33.3%;
  padding: 20px 0;
}
.productlisting-col .search-result-items .grid-tile .product-tile-wrapper,
.productlisting-col .search-result-items .product-include-grid-tile .product-tile-wrapper {
  width: 100%;
}
.productlisting-col .search-result-items .grid-tile .product-tile,
.productlisting-col .search-result-items .product-include-grid-tile .product-tile {
  width: 100%;
}
.productlisting-col .search-result-items .grid-tile .product-tile .tile-box,
.productlisting-col .search-result-items .product-include-grid-tile .product-tile .tile-box {
  display: flex;
  flex-direction: column;
}
.productlisting-col .search-result-items .grid-tile .product-tile .tile-box .product-pricing,
.productlisting-col .search-result-items .product-include-grid-tile .product-tile .tile-box .product-pricing {
  left: initial;
  bottom: initial;
}
.productlisting-col .search-result-items .grid-tile .promo-tile-teaser,
.productlisting-col .search-result-items .product-include-grid-tile .promo-tile-teaser {
  width: 100%;
  margin-bottom: 0;
}
.productlisting-col .search-result-items .product-include-grid-tile {
  width: 25%;
}
.slot-grid-header .html-slot-container,
.slot-grid-header .content-asset-slot-container {
  margin-bottom: 24px;
}
.slot-grid-header .html-slot-container:last-child,
.slot-grid-header .content-asset-slot-container:last-child {
  margin-bottom: 0;
}
.middlecontent .html-slot-container,
.middlecontent .content-asset-slot-container {
  margin-bottom: 12px;
}
.bottom-category-description {
  margin: 2em 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #a7a7a7;
  line-height: 1.25em !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-category-description {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottom-category-description {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-category-description {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottom-category-description {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.bottom-category-description .show-more-link {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.bottom-category-description .show-more-link:hover {
  color: #000000;
}
.bottom-category-description .show-more-link.less {
  display: none;
}
.bottom-category-description .teaser-content {
  position: relative;
  height: auto;
}
.bottom-category-description .content-expand {
  margin-top: 0.5em;
  display: none;
}
.bottom-category-description.expanded .teaser-content:after {
  opacity: 0;
  content: none;
}
.bottom-category-description.expanded .show-more-link.more {
  display: none;
}
.bottom-category-description.expanded .show-more-link.less {
  display: inline-block;
}
.product-include-title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .productlisting-col .search-result-items .grid-tile.first-when-3-in-row:before {
    left: calc(32px + 1em);
    display: block;
  }
  .productlisting-col .search-result-items .grid-tile:first-child,
  .productlisting-col .search-result-items .grid-tile:nth-child(2),
  .productlisting-col .search-result-items .grid-tile:nth-child(3) {
    padding-top: 0;
  }
  .productlisting-col .search-result-items .grid-tile:first-child:before,
  .productlisting-col .search-result-items .grid-tile:nth-child(2):before,
  .productlisting-col .search-result-items .grid-tile:nth-child(3):before {
    display: none!important;
  }
  .productlisting-col .search-result-items .product-include-grid-tile.first-when-4-in-row:before {
    left: calc(32px + 1em);
    width: calc(400% - ((32px * 2) + 2em));
    display: block;
  }
  .productlisting-col .search-result-items .product-include-grid-tile:first-child,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2),
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(3),
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(4) {
    padding-top: 0;
  }
  .productlisting-col .search-result-items .product-include-grid-tile:first-child:before,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2):before,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(3):before,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(4):before {
    display: none!important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .productlisting-col .search-result-items .grid-tile.first-when-3-in-row:before {
    left: calc((32px / 2) + 1em);
    width: calc(300% - (32px + 2em));
  }
  .productlisting-col .search-result-items .product-include-grid-tile {
    padding: calc(32px / 2);
  }
  .productlisting-col .search-result-items .product-include-grid-tile.first-when-4-in-row:before {
    left: calc((32px / 2) + 1em);
    width: calc(400% - (32px + 2em));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-col .search-result-items .grid-tile {
    width: 50%;
  }
  .productlisting-col .search-result-items .grid-tile.first-when-2-in-row:before {
    left: calc((24px / 2) + 1em);
    width: calc(200% - (24px + 2em));
    display: block;
  }
  .productlisting-col .search-result-items .grid-tile:first-child,
  .productlisting-col .search-result-items .grid-tile:nth-child(2) {
    padding-top: 0;
  }
  .productlisting-col .search-result-items .grid-tile:first-child:before,
  .productlisting-col .search-result-items .grid-tile:nth-child(2):before {
    display: none!important;
  }
  .productlisting-col .search-result-items .product-include-grid-tile {
    width: 33.3%;
    padding: calc(24px / 2);
  }
  .productlisting-col .search-result-items .product-include-grid-tile.first-when-3-in-row:before {
    left: calc((24px / 2) + 1em);
    width: calc(300% - ((32px * 2) + 2em));
    display: block;
  }
  .productlisting-col .search-result-items .product-include-grid-tile:first-child,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2) {
    padding-top: 0;
  }
  .productlisting-col .search-result-items .product-include-grid-tile:first-child:before,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2):before {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .productlisting-col {
    margin-top: 0;
  }
  .productlisting-col .search-results-top {
    margin-bottom: 0;
  }
  .productlisting-col .search-results-matching .search-results-matching-inner {
    margin: 15px 0;
  }
  .productlisting-col .search-result-content {
    padding-top: 12px;
  }
  .productlisting-col .search-result-items .grid-tile,
  .productlisting-col .search-result-items .product-include-grid-tile {
    width: 50%;
  }
  .productlisting-col .search-result-items .grid-tile.first-when-2-in-row:before,
  .productlisting-col .search-result-items .product-include-grid-tile.first-when-2-in-row:before {
    left: calc(12px + 1em);
    width: calc(200% - ((12px * 2) + 2em));
    display: block;
  }
  .productlisting-col .search-result-items .grid-tile:first-child,
  .productlisting-col .search-result-items .product-include-grid-tile:first-child,
  .productlisting-col .search-result-items .grid-tile:nth-child(2),
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2) {
    padding-top: 0;
  }
  .productlisting-col .search-result-items .grid-tile:first-child:before,
  .productlisting-col .search-result-items .product-include-grid-tile:first-child:before,
  .productlisting-col .search-result-items .grid-tile:nth-child(2):before,
  .productlisting-col .search-result-items .product-include-grid-tile:nth-child(2):before {
    display: none!important;
  }
  .pt_product-search-result .breadcrumb {
    padding-right: 0;
  }
}
.teaser-content {
  height: 150px;
  overflow: hidden;
}
.refinements-list-category {
  margin-bottom: 30px;
}
.additional-category-links {
  margin-bottom: 30px;
}
.additional-category-links li {
  margin-bottom: 10px;
}
.additional-category-links li a {
  font-size: 15px;
  line-height: 1.5em;
  background-color: #f6f6f6;
  width: 100%;
  min-height: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  color: #1a1919;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-category-links li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .additional-category-links li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-category-links li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .additional-category-links li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.additional-category-links li a:hover {
  background-color: #023f85;
  color: #ffffff;
}
.additional-category-links li:last-child {
  margin-bottom: 0;
}
.bottomcontent p {
  font-size: 15px;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5em;
  color: #a7a7a7;
  font-weight: 400;
}
[lang="ja"] .bottomcontent p {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .bottomcontent p {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent p {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent p {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent p {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent p {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.bottomcontent h1,
.bottomcontent h2,
.bottomcontent h3,
.bottomcontent h4,
.bottomcontent h5,
.bottomcontent h6 {
  font-size: 15px;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.5em;
  color: #a7a7a7;
  font-weight: 700;
}
[lang="ja"] .bottomcontent h1,
[lang="ja"] .bottomcontent h2,
[lang="ja"] .bottomcontent h3,
[lang="ja"] .bottomcontent h4,
[lang="ja"] .bottomcontent h5,
[lang="ja"] .bottomcontent h6 {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .bottomcontent h1,
[lang="ja"] .bottomcontent h2,
[lang="ja"] .bottomcontent h3,
[lang="ja"] .bottomcontent h4,
[lang="ja"] .bottomcontent h5,
[lang="ja"] .bottomcontent h6 {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bottomcontent h1,
  .bottomcontent h2,
  .bottomcontent h3,
  .bottomcontent h4,
  .bottomcontent h5,
  .bottomcontent h6 {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.search-no-result-text {
  white-space: normal !important;
}
.productlisting-flex .show-more-products-button,
.productlisting-col .show-more-products-button {
  margin-top: 0.75em;
  text-transform: none;
  width: calc(100% - 32px);
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.productlisting-flex .show-more-products-button.no-content-below,
.productlisting-col .show-more-products-button.no-content-below {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .productlisting-flex .show-more-products-button .button,
  .productlisting-col .show-more-products-button .button {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    width: calc(100% - (32px / 2));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    width: calc(100% - (24px / 2));
  }
}
@media screen and (max-width: 767px) {
  .productlisting-flex .show-more-products-button,
  .productlisting-col .show-more-products-button {
    margin-bottom: 30px;
    width: 100%;
  }
}
.plp-banner {
  margin-top: 15px;
}
.plp-banner .title {
  text-transform: uppercase;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 auto 25px;
  padding: 0 20px 20px;
  width: 100%;
}
.legal-terms-show-more-content {
  display: none;
  hyphens: auto;
}
.legal-terms-show-more,
.legal-terms-show-less {
  text-decoration: underline;
  color: #000000;
}
@media (min-width: 768px) {
  .scroll-not-in-top .kustomer-app-icon,
  .scroll-not-in-top .chatAppWrapper {
    right: 75px !important;
  }
}
#kustomer-root {
  z-index: 2 !important;
}
.kustomer-app-icon {
  bottom: 30px !important;
}
.kustomer-app-icon,
.kustomer-app-icon > div:first-child {
  height: 45px !important;
  width: 45px !important;
}
.usabilla_live_button_container {
  width: 45px !important;
  height: 45px !important;
  top: auto !important;
  right: auto !important;
  bottom: 10px !important;
  left: 10px !important;
}
@media (min-width: 601px) {
  .usabilla_live_button_container {
    bottom: 30px !important;
    left: 25px !important;
  }
}
.usabilla_live_button_container > iframe {
  width: 45px !important;
  height: 45px !important;
}
.usp-badge {
  background-color: #98b2cb;
  display: flex;
  flex-direction: row;
  padding: 6px 10px 6px 10px;
  border-radius: 3px;
  margin: 10px 5px 10px 5px;
}
.usp-badge.grey-1 {
  background-color: #767676;
}
.usp-badge.grey-2 {
  background-color: #929292;
}
.usp-badge.grey-3 {
  background-color: #a7a7a7;
}
.usp-badge.grey-4 {
  background-color: #bcbcbc;
}
.usp-badge.grey-5 {
  background-color: #d0d0d0;
}
.usp-badge.grey-6 {
  background-color: #e3e3e5;
}
.usp-badge.blue-dark {
  background-color: #013672;
}
.usp-badge.blue {
  background-color: #023f85;
}
.usp-badge.blue-soft {
  background-color: #6f8bad;
}
.usp-badge.blue-soft-middle {
  background-color: #98b2cb;
}
.usp-badge.blue-soft-light {
  background-color: #cedbec;
}
.usp-badge.brown {
  background-color: #c5b6a3;
}
.usp-badge.brown-light {
  background-color: #ddd5c9;
}
.usp-badge.brown-dark {
  background-color: #8d7c67;
}
.usp-badge.red {
  background-color: #d01d1b;
}
.usp-badge.red-bordeaux {
  background-color: #70182f;
}
.usp-badge.yellow {
  background-color: #c99e1c;
}
.usp-badge.green {
  background-color: #008a00;
}
.usp-badge.green-dark {
  background-color: #286040;
}
.usp-badge .usp-badge-image {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.usp-badge .usp-badge-text {
  height: 24px;
  display: flex;
  align-items: flex-end;
}
.usp-badge .usp-badge-text .text-inner {
  line-height: 1.5em;
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .usp-badge .usp-badge-text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .usp-badge .usp-badge-text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .usp-badge .usp-badge-text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .usp-badge .usp-badge-text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.usp-badge.badage-double-line .usp-badge-text .text-inner {
  font-size: 13px;
  line-height: 13px;
}
.usp-badge.JP-badge .usp-badge-text .text-inner {
  font-size: 13px;
  line-height: 13px;
}
.usp-badge.JP-badge.badage-double-line .usp-badge-text .text-inner {
  font-size: 12px;
  line-height: 12px;
}
.product-tile-flag.flag-hover,
.product-tile-flag.flag-clp {
  width: 100%;
  z-index: 1;
  margin-bottom: 4px;
  padding: 0 16px;
  padding: 6px 16px 0 22px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .product-tile-flag.flag-hover,
  .product-tile-flag.flag-clp {
    height: 58px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-tile-flag.flag-hover .product-flag.flag1and2 .product-flag-item.flag-2,
  .product-tile-flag.flag-clp .product-flag.flag1and2 .product-flag-item.flag-2,
  .product-tile-flag.flag-pdp .product-flag.flag1and2 .product-flag-item.flag-2 {
    display: none !important;
  }
}
.product-tile-flag.flag-hover {
  padding: 4px 16px 0 21px;
}
.product-tile-flag .product-flag {
  display: block;
}
.product-tile-flag .product-flag .product-flag-item {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  padding: 0 5px;
  display: block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  float: left;
  padding: 0 10px;
  font-size: 12px;
  line-height: 12px;
  height: 24px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .product-tile-flag .product-flag .product-flag-item {
    font-size: 11px;
    line-height: 11px;
    height: 23px;
    padding-top: 6px;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .product-tile-flag .product-flag .product-flag-item:first-of-type {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .product-tile-flag .product-flag .product-flag-item:first-of-type {
    margin-top: 1px;
  }
}
.product-tile-flag .product-flag .Sale {
  color: #d01d1b;
}
.product-tile-flag .product-flag .Promo {
  color: #023f85;
}
.product-tile-flag .product-flag .Info {
  color: #636363;
}
.product-tile-flag .product-flag .Cosmetics {
  color: #55826a;
}
.product-tile-flag .product-flag .ComingSoon {
  color: #636363;
}
.product-tile-flag .product-flag .Vegan {
  color: #286040;
}
.product-tile-flag .product-flag .Exclusive {
  color: #1a1919;
}
@media screen and (max-width: 767px) {
  .product-tile-flag.flag-hover .product-flag-item {
    margin-top: 3px !important;
  }
}
.product-tile-flag.flag-pdp .product-flag {
  display: flex;
  position: absolute;
  z-index: 1;
  padding: 5px;
  flex-direction: column;
}
.product-tile-flag.flag-pdp .product-flag-item:first-of-type {
  margin-bottom: 4px;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none) {
  .product-tile-flag.flag-pdp .product-flag {
    display: block !important;
  }
  .product-tile-flag.flag-pdp *::-ms-backdrop,
  .product-tile-flag.flag-pdp .product-flag {
    display: block !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .product-tile-flag.flag-pdp .product-flag-item {
    clear: both;
  }
  .product-tile-flag.flag-pdp *::-ms-backdrop,
  .product-tile-flag.flag-pdp .product-flag-item {
    clear: both;
  }
}
.hover-view-inner .product-image {
  padding-top: 2px;
}
.product-tile.has-hover-effect {
  padding-top: 8px;
}
.product-tile.has-hover-effect .product-tile-hover-view {
  padding-top: 6px;
}
@media all and (-ms-high-contrast: none) {
  .product-tile.has-hover-effect .product-tile-hover-view .product-image {
    margin-bottom: 27px;
  }
  .product-tile.has-hover-effect .product-tile-hover-view *::-ms-backdrop,
  .product-tile.has-hover-effect .product-tile-hover-view .product-image {
    margin-bottom: 27px;
  }
}
.footer {
  background-color: #f6f6f6;
}
.footer .col-1 {
  width: 100%;
}
.footer .col-2 {
  width: calc(50% - 10px * 0.5);
  margin-right: 10px;
}
.footer .col-2:last-of-type {
  margin-right: 0;
}
.footer .col-3 {
  width: calc(33.333% - 10px * 0.667);
  margin-right: 10px;
}
.footer .col-3:last-of-type {
  margin-right: 0;
}
.footer .col-4 {
  width: calc(25% - 10px * 0.75);
  margin-right: 10px;
}
.footer .col-4:last-of-type {
  margin-right: 0;
}
.footer .icon-tile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}
.footer .icon-tile {
  display: block;
  border: 1px solid #e3e3e5;
  border-radius: 3px;
  background-color: #ffffff;
}
.footer .icon-tile.icon-tile-round {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  margin: 0 7px 0 0;
}
.footer .icon-tile.icon-tile-round:hover {
  background-color: #636363;
  border-color: #636363;
}
.footer .icon-tile.icon-tile-round:hover .icon {
  color: #ffffff;
}
.footer .icon-tile.icon-tile-with-label {
  border: none;
  background-color: transparent;
  width: 29%;
  margin: 0 0 10px 10px;
}
.footer .icon-tile.icon-tile-with-label .icon-tile-icon {
  width: auto;
  height: auto;
  font-size: 42px;
  color: #ffffff;
}
.footer .icon-tile .icon-tile-icon {
  display: block;
  position: relative;
  height: 32px;
  width: 56px;
  margin: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  text-align: center;
  /* social media icons */
}
.footer .icon-tile .icon-tile-icon.icon-tile-icon-large {
  width: 90px;
  height: 32px;
}
.footer .icon-tile .icon-tile-icon.icon-tile-icon-social {
  height: 38px;
  width: 38px;
  font-size: 23px;
  color: #636363;
}
.footer .icon-tile .icon-tile-icon.icon-tile-icon-social:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.footer .icon-tile .icon-tile-icon:before {
  margin: 0;
  line-height: 1em;
}
.footer .icon-tile .icon-tile-label {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
}
.footer .icon-tile a {
  text-decoration: none;
}
.footer .icon-tile a:hover {
  text-decoration: none;
}
.footer .footer-section-my-account a:hover,
.footer .toggle:hover {
  text-decoration: none;
}
.footer .toggle,
.footer a.link p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: bold;
  color: #1a1919;
  margin: 0;
  padding: 20px 60px 20px 20px;
  border-top: 1px solid #e3e3e5;
}
.footer .toggle:after,
.footer a.link p:after {
  content: "\e929";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1a1919;
}
.footer .toggle.expanded,
.footer a.link p.expanded {
  color: #023f85;
}
.footer .toggle.expanded:after,
.footer a.link p.expanded:after {
  content: "\e92a";
}
.footer a.link {
  color: #1a1919;
}
.footer a.link p {
  position: relative;
}
.footer a.link p:after {
  content: "\e95f";
}
.footer .toggle-content {
  padding: 0 20px 20px 20px;
}
.footer .toggle-content a {
  color: #1a1919;
  padding: 5px 0;
  display: inline-block;
}
.footer .toggle-content a:hover {
  color: #023f85;
  text-decoration: none;
}
.footer-section {
  padding: 20px;
  border-bottom: 1px solid #e3e3e5;
}
.footer-section-social {
  text-align: center;
  border-bottom: none;
  border-top: 1px solid #e3e3e5;
}
.footer-section-copyright {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-section-content {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-section-footnotes {
  font-size: 12px;
  line-height: 1.5em;
  color: #636363;
}
.footer-section-footnotes p:first-of-type {
  margin-top: 0;
}
.footer-section-footnotes p:last-of-type {
  margin-bottom: 0;
}
.footer-section-footnotes sup {
  margin-left: -0.5em;
  left: -2px;
}
.footer-section-benefits {
  background-color: #6f8bad;
}
.footer-section-benefits span {
  color: #ffffff;
}
.footer-section-newsletter {
  text-align: center;
}
.footer-section-newsletter .collapsed {
  display: none;
}
.footer-section-newsletter .expanded {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-section-newsletter .form-row {
  width: 100%;
}
.footer-section-newsletter .form-row-firstname,
.footer-section-newsletter .form-row-lastname,
.footer-section-newsletter .form-row-button {
  width: calc(50% - 5px);
}
.footer-section-newsletter .optiondivider {
  width: 100%;
  margin: 10px 0;
  font-weight: bold;
}
.footer-section-newsletter .button-container-inner,
.footer-section-newsletter .button-container-right,
.footer-section-newsletter .button {
  width: 100%;
}
.footer-section-newsletter .flyin-buttons-row {
  display: flex;
  width: 100%;
}
.footer-section-newsletter .flyin-buttons-row .button {
  flex: 1;
  width: auto;
}
.footer-section-newsletter .flyin-buttons-row .button:first-child {
  margin-right: 10px;
}
.footer-section-newsletter .error-msg,
.footer-section-newsletter .form-row-checkbox {
  text-align: left;
}
.footer-section-newsletter .status {
  text-align: left;
  background: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 55px;
}
.footer-section-newsletter .status.success-form {
  margin-bottom: 0;
}
.footer-section-newsletter .status.success-form:before {
  content: "\e96c";
}
.footer-section-newsletter .status:before {
  left: 15px;
  top: calc(50% - 11px);
}
.footer-section-storefinder {
  padding: 0;
  border-bottom: 0;
}
.footer-section-storefinder .form-row {
  margin: 0;
}
.footer-section-storefinder .input-text {
  padding-right: calc(45px + 10px);
}
.footer-section-storefinder .button-container {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-section-storefinder .button-container .button {
  background: transparent;
  border: 0 none;
  padding: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #a7a7a7;
  font-size: 20px;
}
.footer-section-storefinder .button-container .button:hover {
  color: #023f85;
}
.footer-section-my-account .toggle,
.footer-section-my-account a.link p {
  border-top: 0;
}
.footer-section-country-switch .country-select {
  padding-left: 0;
  padding-right: 0;
}
.footer-section-country-switch .country-select-inner {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-section-country-switch .closecountrydialog,
.footer-section-country-switch .country-select-heading {
  display: none !important;
}
.footer-section-title {
  color: #1a1919;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
  }
  .footer > * {
    max-width: 720px;
    margin: 0 auto;
  }
  .footer > *:first-child {
    max-width: 100%;
  }
  .footer .icon-tile-list {
    max-width: 720px;
    margin: 0 auto;
  }
  .footer .footer-section-footnotes {
    border: none;
  }
  .footer .icon-tile a .icon-tile-label {
    margin-top: 0;
  }
  .footer .icon-tile a.icon-tile-icon-social {
    height: 36px !important;
    width: 36px !important;
    margin: 3px 5px 7px 5px;
  }
  .footer .toggle-content {
    padding: 0 20px 10px 20px;
  }
  .footer .toggle-content a {
    padding: 2px 0;
  }
  .footer .interactive-content {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e3e3e5;
    padding-bottom: 30px;
  }
  .footer .interactive-content [class^='icon-']::before,
  .footer .interactive-content [class*=' icon-']::before {
    line-height: 1em !important;
  }
  .footer .interactive-content form {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer .interactive-content > * {
    width: 33%;
    padding: 0 40px;
  }
  .footer .interactive-content > *:nth-child(1) {
    order: 2;
    margin-top: 20px;
  }
  .footer .interactive-content > *:nth-child(1) .footer-section-newsletter {
    padding: 0;
    border: none;
  }
  .footer .interactive-content > *:nth-child(2) {
    order: 1;
  }
  .footer .interactive-content > *:nth-child(2) .toggle {
    padding: 0;
    pointer-events: none;
    text-align: center;
    margin: 0 0 10px 0;
    border: 0;
  }
  .footer .interactive-content > *:nth-child(2) .toggle:after {
    content: '';
  }
  .footer .interactive-content > *:nth-child(2) .toggle .footer-section-icon {
    display: block;
    margin-bottom: 13px;
  }
  .footer .interactive-content > *:nth-child(2) .toggle-content {
    display: block !important;
    padding: 0;
  }
  .footer .interactive-content > *:nth-child(3) {
    order: 3;
    margin-top: 20px;
  }
  .footer .interactive-content > *:nth-child(3) .footer-section-social {
    padding: 0;
    border: none;
  }
  .footer-payment-and-delivery {
    border-bottom: 1px solid #e3e3e5;
    padding: 10px 0 15px;
  }
  .footer-payment-and-delivery > * {
    display: flex;
  }
  .footer-payment-and-delivery > * .footer-section {
    width: 33%;
    border: none;
  }
  .footer-payment-and-delivery > * .footer-section .footer-section-title {
    text-align: left;
  }
  .footer-payment-and-delivery > * .footer-section .icon-tile-list {
    justify-content: flex-start;
  }
  .footer-payment-and-delivery > * .footer-section .icon-tile-list .icon-tile {
    margin: 0 7px 7px 0;
  }
  .footer-navigation {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e3e3e5;
    padding: 25px 0 20px 0;
  }
  .footer-navigation > * {
    width: 16.5%;
  }
  .footer-navigation > * .toggle,
  .footer-navigation > * a.link,
  .footer-navigation > * a.link p {
    display: inline-block;
    pointer-events: none;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer-navigation > * .toggle,
  .footer-navigation > * a.link p {
    border: none;
    font-size: 15px;
    line-height: 16px;
  }
  .footer-navigation > * .toggle:after,
  .footer-navigation > * a.link p:after {
    content: '';
  }
  .footer-navigation > * .toggle-content {
    display: block !important;
    padding-left: 0;
  }
  .footer-navigation > * .toggle-content li {
    font-size: 14px;
  }
  .footer-navigation > *:nth-child(1) .link {
    padding: 0;
  }
  .footer-navigation .blank {
    display: none;
  }
  .footer-navigation .footer-navigation-item-1 {
    order: 6;
  }
  .footer-navigation .footer-navigation-item-2 {
    order: 2;
  }
  .footer-navigation .footer-navigation-item-3 {
    order: 8;
  }
  .footer-navigation .footer-navigation-item-4 {
    order: 1;
  }
  .footer-navigation .footer-navigation-item-5 {
    order: 3;
  }
  .footer-navigation .footer-navigation-item-6 {
    order: 5;
  }
  .footer-navigation .footer-navigation-item-7 {
    order: 7;
  }
  .footer-navigation .footer-navigation-item-8 {
    order: 4;
  }
  .footer-copyright-container .footer-section-copyright {
    padding: 15px 0;
    font-size: 14px;
  }
  .footer-copyright-container .footer-country-switcher-trigger {
    position: absolute;
    padding: 12px 0 15px 0;
    color: #1a1919;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-copyright-container .footer-country-switcher-trigger .icon-arrow_right_2 {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .interactive-content > * {
    padding: 0;
  }
  .footer .interactive-content > *:nth-child(1),
  .footer .interactive-content > *:nth-child(2) {
    margin-right: 20px;
  }
  .footer .footer-navigation > * {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .footer > * {
    max-width: 960px;
  }
  .footer .icon-tile-list {
    max-width: 960px;
    margin: 0 auto;
  }
  .footer .icon-tile.icon-tile-with-label {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }
  .footer .icon-tile a {
    display: flex;
    align-items: center;
  }
  .footer .icon-tile a .icon-tile-label {
    margin-left: 10px;
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer > * {
    max-width: 1280px;
  }
  .footer .icon-tile-list {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1344px) {
  .footer > * {
    margin: 0 32px;
  }
  .footer > *:first-child {
    margin: 0;
  }
}
.footer-country-switcher-fly-in #countrydialog {
  padding: 0;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner {
  background: none;
  padding: 0;
  margin: 0;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner .country-select-content {
  color: #1a1919;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner .country-select-content .close {
  display: none;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner .country-select-content .country-select-heading {
  padding-right: 0;
  margin-top: 3px;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner .country-select-content .store-selection > * {
  width: 100%;
}
.footer-country-switcher-fly-in #countrydialog .country-select-inner .country-select-content .store-selection > *:first-child {
  margin-bottom: 20px;
}
.footer-checkout {
  border-top: 1px solid #e3e3e5;
  background-color: #f6f6f6;
  color: #1a1919;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-checkout .footer-section-copyright {
  border: none;
  padding: 20px 0;
  font-size: 14px;
}
.footer-section .footer-section-title {
  margin-top: 5px;
}
.footer-section .footer-section-description {
  padding-bottom: 13px;
  margin-top: 6px;
  text-align: center;
}
.footer-section .icon-tile {
  margin-right: 7px;
  margin-bottom: 7px;
}
.footer-section .icon-newsletter,
.footer-section .icon-social-media,
.footer-section .icon-header-storefinder {
  font-size: 42px;
  color: #023f85;
}
.footer-section-benefits {
  padding: 30px 0;
  background-size: 45px 45px;
  background-repeat: repeat;
  background-color: #6f8bad;
}
.footer-section-benefits .icon-tile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}
.footer-section-benefits .icon-tile-list .icon-tile {
  display: flex;
  justify-content: center;
  margin: 0;
  flex: 1;
  border: none;
  background-color: transparent;
}
.footer-section-benefits .icon-tile-list .icon-tile .icon-tile-icon {
  width: auto;
  height: auto;
  font-size: 42px;
  color: #ffffff;
}
.footer-section-benefits .icon-tile-list .icon-tile .icon-tile-label {
  text-align: center;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  padding: 10px;
}
@media (min-width: 768px) {
  .footer-section-benefits .icon-tile-list .icon-tile .icon-tile-label {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .footer-section-benefits .icon-tile-list .icon-tile .icon-tile-label {
    margin-left: 10px;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .footer-section-storefinder .footer-storefinder {
    padding: 20px 0 0 0;
  }
}
.footer-section-newsletter {
  padding: 30px 20px 30px 20px;
}
@media (min-width: 768px) {
  .footer-section-newsletter {
    padding: 20px 0;
  }
}
.footer-section-newsletter .form-row {
  margin: 0;
}
.footer-section-social {
  padding: 20px 0;
}
.footer-section-social .footer-section-description {
  padding-bottom: 12px;
}
.footer-section-delivery {
  padding: 20px 20px 30px 20px;
}
@media (min-width: 768px) {
  .footer-section-delivery {
    padding: 20px 0;
  }
}
.footer-section-delivery .footer-section-title {
  margin-bottom: 18px;
}
.footer-section-payment {
  padding: 20px 20px 30px 20px;
}
@media (min-width: 768px) {
  .footer-section-payment {
    padding: 20px 0;
  }
}
.footer-section-payment .footer-section-title {
  margin-bottom: 18px;
}
.footer-section-security {
  padding: 20px 0 30px 0;
}
.footer-section-security .footer-section-title {
  margin-bottom: 18px;
}
:focus {
  outline: 1px dotted #000000;
}
.screen-reader-only-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden;
}
.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
fieldset {
  position: relative;
}
.form-row {
  position: relative;
  margin: 2em 0;
}
.form-row .form-row {
  margin-top: 0;
  margin-bottom: 0;
}
.form-row .label {
  display: block;
  padding: 0;
  margin: 0;
  color: #636363;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row .label {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row .label {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row .label {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row .label {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.form-row .label.label-group {
  margin-bottom: 0.5em;
}
.form-row .label-static {
  opacity: 1 !important;
}
.form-row .form-caption,
.form-row .error-msg {
  margin-left: 11px;
  margin-top: 5px;
}
.form-row .form-caption .form-caption-inner,
.form-row .error-msg .form-caption-inner,
.form-row .form-caption .error-msg-inner,
.form-row .error-msg .error-msg-inner {
  font-size: 12px;
  line-height: 14px!important;
}
.form-row .form-caption {
  color: #a7a7a7;
}
.form-row .error-msg {
  color: #d01d1b;
}
.form-row.form-row-required-indicator {
  color: #636363;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.form-row.form-row-required-indicator .indicator-inner {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-required-indicator .indicator-inner {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-required-indicator .indicator-inner {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-required-indicator .indicator-inner {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-required-indicator .indicator-inner {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.form-row.form-row-input .label,
.form-row.form-row-select .label {
  position: absolute;
  width: auto;
  max-width: 100%;
  top: -22px;
  left: 11px;
  font-size: 14px;
  line-height: 1.5em;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-input .label,
  .form-row.form-row-select .label {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-input .label,
  .form-row.form-row-select .label {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-input .label,
  .form-row.form-row-select .label {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-input .label,
  .form-row.form-row-select .label {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .form-row.form-row-input .label,
  .form-row.form-row-select .label {
    font-size: 14px;
  }
}
.form-row.form-row-input .input-text:focus ~ .label,
.form-row.form-row-select .input-text:focus ~ .label,
.form-row.form-row-input .input-search:focus ~ .label,
.form-row.form-row-select .input-search:focus ~ .label,
.form-row.form-row-input textarea:focus ~ .label,
.form-row.form-row-select textarea:focus ~ .label,
.form-row.form-row-input .input-text.filled-out ~ .label,
.form-row.form-row-select .input-text.filled-out ~ .label,
.form-row.form-row-input .input-search.filled-out ~ .label,
.form-row.form-row-select .input-search.filled-out ~ .label,
.form-row.form-row-input textarea.filled-out ~ .label,
.form-row.form-row-select textarea.filled-out ~ .label {
  opacity: 1;
}
.form-row.form-row-input.filled-out .label,
.form-row.form-row-select.filled-out .label {
  opacity: 1;
}
.form-row.form-row-input.filled-out .selector span,
.form-row.form-row-select.filled-out .selector span {
  color: #1a1919;
}
.form-row.form-row-radio,
.form-row.form-row-checkbox {
  overflow: hidden;
}
.form-row.form-row-radio:before,
.form-row.form-row-checkbox:before,
.form-row.form-row-radio:after,
.form-row.form-row-checkbox:after {
  content: " ";
  display: table;
}
.form-row.form-row-radio:after,
.form-row.form-row-checkbox:after {
  clear: both;
}
.form-row.form-row-radio > .label,
.form-row.form-row-checkbox > .label {
  margin-left: 30px;
  margin-top: 4px;
  color: #1a1919;
  font-size: 14px;
  line-height: 1.25em;
}
.form-row.form-row-radio input[type="radio"],
.form-row.form-row-radio .radio {
  float: left;
}
.form-row.form-row-radio input[type="radio"] input[type="radio"],
.form-row.form-row-radio .radio input[type="radio"] {
  float: none;
}
.form-row.form-row-checkbox input[type="checkbox"],
.form-row.form-row-checkbox .checker {
  float: left;
}
.form-row.form-row-checkbox input[type="checkbox"] input[type="checkbox"],
.form-row.form-row-checkbox .checker input[type="checkbox"] {
  float: none;
}
.form-row.form-row-checkbox input[type="checkbox"].disabled,
.form-row.form-row-checkbox .checker.disabled {
  opacity: 0.5;
}
.form-row.form-row-radiogroup .form-row-radio {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-row.form-row-radiogroup .form-row-radio:first-child {
  margin-top: 0;
}
.form-row.form-row-radiogroup .form-row-radio:last-child {
  margin-bottom: 0;
}
.form-row.form-row-button {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.form-row.form-row-button .button {
  margin-left: calc(32px / 2);
  margin-right: calc(32px / 2);
}
.form-row.form-row-button .button:first-child {
  margin-left: 0;
}
.form-row.form-row-button .button:last-child {
  margin-right: 0;
}
.form-row.form-row-button .button:first-child:not(:last-child) {
  align-self: flex-end;
}
.form-row.form-row-button .button.button-large {
  margin-bottom: 2em;
}
.form-row.form-row-button .button.button-large:last-child {
  margin-bottom: 0;
}
.form-row.form-row-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.form-row.form-row-75 {
  width: calc((((100% + 32px) / 4) * 3) - 32px);
}
.form-row.form-row-66 {
  width: calc((((100% + 32px) / 3) * 2) - 32px);
}
.form-row.form-row-50 {
  width: calc(((100% + 32px) / 2) - 32px);
}
.form-row.form-row-33 {
  width: calc(((100% + 32px) / 3) - 32px);
}
.form-row.form-row-25 {
  width: calc(((100% + 32px) / 4) - 32px);
}
.form-row.form-row-multi {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc((32px / 2) * -1);
  margin-right: calc((32px / 2) * -1);
}
.form-row.form-row-multi > .label {
  position: absolute;
  width: auto;
  max-width: 100%;
  top: -1.5em;
  left: calc((32px / 2) + 1.1428em);
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-multi > .label {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-multi > .label {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-multi > .label {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-multi > .label {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.form-row.form-row-multi .form-row {
  padding-left: calc(32px / 2);
  padding-right: calc(32px / 2);
}
.form-row.form-row-multi .form-row.form-row-75 {
  width: 75%;
}
.form-row.form-row-multi .form-row.form-row-66 {
  width: calc(33.3% * 2);
}
.form-row.form-row-multi .form-row.form-row-50 {
  width: 50%;
}
.form-row.form-row-multi .form-row.form-row-33 {
  width: 33.3%;
}
.form-row.form-row-multi .form-row.form-row-25 {
  width: 25%;
}
.form-row.form-row-multi .form-row.form-row-input .label,
.form-row.form-row-multi .form-row.form-row-select .label {
  left: calc((32px / 2) + 1.1428em);
}
.form-row.form-row-checkbox-multi {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.form-row.form-row-checkbox-multi .form-row {
  padding-right: 32px;
  width: auto;
  margin-bottom: 1em;
}
.form-row.form-row-radio-multi {
  margin-bottom: 1em;
}
.form-row.form-row-radio-multi .input-radiogroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.form-row.form-row-radio-multi .input-radiogroup .form-row {
  padding-right: 32px;
  width: auto;
  margin: 0 0 1em 0;
}
.form-row.validation-error .input-text,
.form-row.validation-error .input-search,
.form-row.validation-error textarea,
.form-row.validation-error select,
.form-row.validation-error .selector {
  border-color: #d01d1b;
}
.form-row.validation-error.form-row-radiogroup .radio span {
  border-color: #d01d1b;
}
.form-row.validation-error.form-row-radiogroup .radio span.checked:before {
  background: #d01d1b;
}
.form-row.validation-error.form-row-radiogroup .label {
  color: #d01d1b;
}
.form-row.validation-error.form-row-checkbox .checker span {
  border-color: #d01d1b;
  color: #d01d1b;
}
.form-row.validation-error.form-row-checkbox .label {
  color: #d01d1b;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form-row.form-row-button .button {
    margin-left: calc(24px / 2);
    margin-right: calc(24px / 2);
  }
  .form-row.form-row-75 {
    width: calc((((100% + 24px) / 4) * 3) - 24px);
  }
  .form-row.form-row-66 {
    width: calc((((100% + 24px) / 3) * 2) - 24px);
  }
  .form-row.form-row-50 {
    width: calc(((100% + 24px) / 2) - 24px);
  }
  .form-row.form-row-33 {
    width: calc(((100% + 24px) / 3) - 24px);
  }
  .form-row.form-row-25 {
    width: calc(((100% + 24px) / 4) - 24px);
  }
  .form-row.form-row-multi {
    margin-left: calc((24px / 2) * -1);
    margin-right: calc((24px / 2) * -1);
  }
  .form-row.form-row-multi > .label {
    left: calc((24px / 2) + 1.1428em);
  }
  .form-row.form-row-multi .form-row {
    padding-left: calc(24px / 2);
    padding-right: calc(24px / 2);
  }
  .form-row.form-row-multi .form-row.form-row-input .label,
  .form-row.form-row-multi .form-row.form-row-select .label {
    left: calc((24px / 2) + 1.1428em);
  }
}
@media screen and (max-width: 767px) {
  .form-row.form-row-button .button {
    margin-left: calc(12px / 2);
    margin-right: calc(12px / 2);
  }
  .form-row.form-row-75,
  .form-row.form-row-66,
  .form-row.form-row-50,
  .form-row.form-row-33,
  .form-row.form-row-25 {
    width: 100%;
  }
  .form-row.form-row-multi {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .form-row.form-row-multi > .label {
    left: 1.1428em;
  }
  .form-row.form-row-multi .form-row {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2em;
  }
  .form-row.form-row-multi .form-row:last-child {
    margin-bottom: 0;
  }
  .form-row.form-row-multi .form-row.form-row-75,
  .form-row.form-row-multi .form-row.form-row-66,
  .form-row.form-row-multi .form-row.form-row-50,
  .form-row.form-row-multi .form-row.form-row-33,
  .form-row.form-row-multi .form-row.form-row-25 {
    width: 100%;
  }
  .form-row.form-row-multi .form-row.form-row-input .label,
  .form-row.form-row-multi .form-row.form-row-select .label {
    left: 1.1428em;
  }
  .form-row.form-row-multi.nowrap {
    margin-left: calc((12px / 2) * -1);
    margin-right: calc((12px / 2) * -1);
  }
  .form-row.form-row-multi.nowrap > .label {
    left: calc((12px / 2) + 1.1428em);
  }
  .form-row.form-row-multi.nowrap .form-row {
    padding-left: calc(12px / 2);
    padding-right: calc(12px / 2);
    margin-bottom: 0;
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-75 {
    width: 75%;
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-66 {
    width: calc(33.3% * 2);
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-50 {
    width: 50%;
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-33 {
    width: 33.3%;
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-25 {
    width: 25%;
  }
  .form-row.form-row-multi.nowrap .form-row.form-row-input .label,
  .form-row.form-row-multi.nowrap .form-row.form-row-select .label {
    left: calc((12px / 2) + 1.1428em);
  }
  .form-row.form-row-checkbox-multi {
    display: block;
    margin-bottom: 2em;
  }
  .form-row.form-row-checkbox-multi .form-row {
    padding-right: 0;
    width: 100%;
    margin-bottom: 1em;
  }
  .form-row.form-row-checkbox-multi .form-row:last-child {
    margin-bottom: 0;
  }
  .form-row.form-row-radio-multi {
    margin-bottom: 2em;
  }
  .form-row.form-row-radio-multi .input-radiogroup {
    display: block;
  }
  .form-row.form-row-radio-multi .input-radiogroup .form-row {
    padding-right: 0;
    width: 100%;
    margin-bottom: 1em;
  }
  .form-row.form-row-radio-multi .input-radiogroup .form-row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-size: 16px !important;
  }
}
.password-show-container {
  position: relative;
}
.password-show-container .password-show-btn {
  cursor: pointer;
  position: absolute;
  display: flex;
  padding-left: 5px;
  background-color: #ffffff;
  top: 1px;
  right: 10px;
  height: 43px;
}
.password-show-container .password-show-btn .password-show-text-hide,
.password-show-container .password-show-btn .password-show-text-show {
  font-size: 12px;
  line-height: 12px;
  align-self: center;
  color: #636363;
  padding-right: 7px;
  padding-top: 2px;
}
.password-show-container .password-show-btn .icon {
  font-size: 15px;
  line-height: 15px;
  align-self: center;
  color: #636363;
}
.password-show-container .password-show-btn .password-off {
  display: none;
}
.password-show-container .password-show-btn:hover .icon,
.password-show-container .password-show-btn:focus .icon,
.password-show-container .password-show-btn:hover .password-show-text-hide,
.password-show-container .password-show-btn:focus .password-show-text-hide,
.password-show-container .password-show-btn:hover .password-show-text-show,
.password-show-container .password-show-btn:focus .password-show-text-show {
  color: #1a1919;
}
.password-show-container .password-show-btn .password-show-text-hide {
  display: none;
}
.password-show-container .password-show-btn .password-show-text-show {
  display: flex;
}
.password-show-container .password-show-btn .icon-password-hide {
  display: none;
}
.password-show-container .password-show-btn .icon-password-show {
  display: flex;
}
.password-show-container .password-show-btn.password-off .password-show-text-hide {
  display: flex;
}
.password-show-container .password-show-btn.password-off .password-show-text-show {
  display: none;
}
.password-show-container .password-show-btn.password-off .icon-password-hide {
  display: flex;
}
.password-show-container .password-show-btn.password-off .icon-password-show {
  display: none;
}
.form-hint {
  font-size: 12px;
  line-height: 14px!important;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 5px;
  color: #a7a7a7;
  display: block;
}
.header-wrapper {
  margin: 0;
  width: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 3;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 0!important;
}
@media (min-width: 768px) {
  .header-wrapper {
    background: #FFF;
  }
}
.header-wrapper .header-checkout {
  max-width: calc(1280px + (32px * 2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 10px;
}
.header-wrapper .header-checkout .header-logo {
  text-align: center;
  width: 100%;
}
.header-wrapper .header-checkout .header-logo .header-logo-link {
  margin: auto;
}
.header-wrapper .header-checkout .header-logo .header-logo-link img {
  width: 175px;
  height: 29px;
}
@media screen and (max-width: 1023px) {
  .header-wrapper .header-checkout .header-logo .header-logo-link img {
    height: 25px;
    width: auto;
  }
}
.header-wrapper .header-checkout .back-to-cart {
  color: #636363;
  position: absolute;
  margin-left: 32px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-checkout .back-to-cart {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-checkout .back-to-cart {
    margin-left: 12px;
  }
}
.header-wrapper .header-checkout .back-to-cart span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-checkout .back-to-cart span {
    display: none;
  }
}
.header-wrapper .header-checkout .back-to-cart span:hover {
  text-decoration: underline !important;
}
.header-wrapper .header-checkout .back-to-cart:before {
  content: "\e95b";
  font-family: 'bs-iconfont' !important;
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-checkout .back-to-cart:before {
    font-size: 18px;
  }
}
.header-wrapper .header-checkout .back-to-cart:hover {
  text-decoration: none;
}
.header-wrapper .header-checkout .header-right {
  display: none;
}
.header-wrapper .header-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 60px;
  align-items: center;
  max-width: 1279px;
  margin: 0 auto;
}
.header-wrapper .header-main .header-main-left,
.header-wrapper .header-main .header-main-center,
.header-wrapper .header-main .header-main-right {
  display: flex;
  flex: 1;
  width: 0;
  height: 60px;
}
.header-wrapper .header-main .header-main-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-left {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header-wrapper .header-main .header-main-left {
    padding-left: 32px;
  }
}
.header-wrapper .header-main .header-main-left.header-search {
  width: 220px;
  height: 31px;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form {
  height: 33px;
  position: relative;
  width: 220px;
  display: block;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form:before,
.header-wrapper .header-main .header-main-left.header-search .header-search-form:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background-color: #d0d0d0;
  height: 2px;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form:after {
  width: 0;
  background-color: #1a1919;
  transition: width 0.5s ease;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form.header-search-focused:after {
  width: 100%;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .header-search-input {
  height: 31px;
  border: 0;
  text-align: center;
  width: 220px;
  color: #1a1919;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .header-search-input::-ms-clear {
  display: none;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .header-search-input::placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .header-search-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .header-search-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .search-icon-button {
  height: 31px;
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .search-icon-button .icon {
  transition: opacity 0.3s ease;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .search-icon-button:hover .icon {
  opacity: 0.5;
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .search-icon-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -20px;
  background: #ffffff;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
}
.header-wrapper .header-main .header-main-left.header-search .header-search-form .search-icon-button .icon {
  position: relative;
  z-index: 2;
  display: flex;
  height: 21px;
  font-size: 21px;
  color: #1a1919;
  margin-top: 4px;
}
.header-wrapper .header-main .header-main-center {
  align-items: center;
  justify-content: center;
}
.header-wrapper .header-main .header-main-center .header-logo {
  width: 175px;
  height: 29px;
}
.header-wrapper .header-main .header-main-center .header-logo object {
  width: 175px;
  height: 29px;
}
.header-wrapper .header-main .header-main-center .header-logo.header-logo-cosmetics {
  width: 147px;
  height: 44px;
}
.header-wrapper .header-main .header-main-center .header-logo.header-logo-cosmetics object {
  width: 147px;
  height: 44px;
}
.header-wrapper .header-main .header-main-center .header-logo .header-logo-link {
  display: block;
  height: 30px;
}
.header-wrapper .header-main .header-main-center .header-logo .header-logo-link .logo-obj {
  pointer-events: none;
}
.header-wrapper .header-main .header-main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .header-wrapper .header-main .header-main-right {
    padding-right: 32px;
  }
}
.header-wrapper .header-main .header-main-right .header-icon-nav {
  display: flex;
  align-items: center;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item {
  padding-right: 12px;
  height: 60px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item .mini-whishlist-total,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item .mini-cart-total {
  width: 100%;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item:last-of-type {
  padding-right: 0;
  width: 80px;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button) {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1a1919;
  transition: all 0.2s ease 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button) .icon {
  font-size: 22px;
  line-height: 22px;
  height: 22px;
  margin-bottom: 6px;
  color: #1a1919;
  transition: all 0.2s ease 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button) .nav-item-text {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 11px;
  color: #1a1919;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button):hover {
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button):hover .icon {
  color: #023f85;
  transition: all 0.2s ease 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item a:not(.button):hover .nav-item-text {
  color: #023f85;
  transition: all 0.2s ease 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register {
  position: relative;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.active .header-user-flyout,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.hover .header-user-flyout,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register:hover .header-user-flyout {
  visibility: visible;
  transition-delay: 0.5s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.active .header-user-flyout .loader,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.hover .header-user-flyout .loader,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register:hover .header-user-flyout .loader,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.active .header-user-flyout .loader-bg,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.hover .header-user-flyout .loader-bg,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register:hover .header-user-flyout .loader-bg {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.active .header-user-flyout.flyout-register-general,
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register.hover .header-user-flyout.flyout-register-general,
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register:hover .header-user-flyout.flyout-register-general {
    width: auto;
  }
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .header-user-flyout {
  top: 60px;
  right: calc((32px - 20px) * -1);
  opacity: 1;
  z-index: 9;
  width: 380px;
  left: auto;
  padding: 0;
  max-height: calc(100vh - 40px - 15px);
  overflow-y: auto;
  display: block;
  visibility: hidden;
  transition: 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-form .checker label {
  display: none;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .button {
  width: 100%;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-inlines {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-form-rememberme {
  padding-right: 0.5em;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links {
  padding-left: 0.5em;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-login-links a:first-of-type {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #d1d3d6;
  }
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul {
  display: flex;
  margin-top: -18px;
  flex-direction: column;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li {
  border-bottom: 1px solid #d1d3d6;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a {
  line-height: 1.5em;
  color: #1a1919;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a::after {
  font-family: 'bs-iconfont';
  content: "\e95f";
  font-size: 15px;
  line-height: 1.5em;
  font-size: 12px;
  color: #1a1919;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a::after {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a::after {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a::after {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a::after {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a:hover {
  color: #023f85;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-register .flyout-register .flyout-links ul li a:hover::after {
  color: #023f85;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-wishlist {
  position: relative;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-wishlist.active .menu-flyout-wishlist,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-wishlist.hover .menu-flyout-wishlist,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-wishlist:hover .menu-flyout-wishlist {
  visibility: visible;
  transition-delay: 0.5s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-wishlist .menu-flyout-wishlist {
  right: calc((32px - 12px) * -1);
  max-width: 380px;
  top: 60px;
  opacity: 1;
  z-index: 9;
  width: 380px;
  left: auto;
  padding: 0;
  max-height: calc(100vh - 40px - 15px);
  overflow-y: auto;
  display: block;
  visibility: hidden;
  transition: 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart {
  position: relative;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart .mini-cart-flyout {
  right: calc(33px * -1);
  opacity: 1;
  top: 60px;
  z-index: 9;
  display: block;
  visibility: hidden;
  transition: 0s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-flyout,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-flyout,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-flyout {
  visibility: visible;
  transition-delay: 0.5s;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-link,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-link,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-link {
  color: #023f85;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-link:before,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-link:before,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-link:before,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-link:after,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-link:after,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-link:after {
  left: 50%;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-link:before,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-link:before,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-link:before {
  bottom: -1px;
  opacity: 1;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.active .mini-cart-link:after,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart.hover .mini-cart-link:after,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.nav-item-cart:hover .mini-cart-link:after {
  bottom: -2px;
}
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.active .menus-flyout-arrow-wrapper,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item.hover .menus-flyout-arrow-wrapper,
.header-wrapper .header-main .header-main-right .header-icon-nav .nav-item:hover .menus-flyout-arrow-wrapper {
  opacity: 1;
}
.header-wrapper .header-main .menus-flyout-arrow-wrapper {
  display: block;
  position: absolute;
  height: 10px;
  z-index: 10;
  width: 20px;
  bottom: -9px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease 0s, left 0s;
  transition-delay: 0.3s;
}
.header-wrapper .header-main .menus-flyout-arrow-wrapper .menus-flyout-arrow {
  height: 10px;
  width: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
}
.header-wrapper .header-main .menus-flyout-arrow-wrapper .menus-flyout-arrow .menus-flyout-arrow-obj {
  height: 10px;
  width: 20px;
  display: block;
}
.header-wrapper .header-navigation {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d1d3d6;
  border-bottom: 1px solid #d1d3d6;
}
.header-wrapper .header-navigation .ul-level-1 {
  justify-content: center;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1 {
  padding: 0 15px;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1:first-of-type {
  padding-left: 0;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1:last-of-type {
  padding-right: 0;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1 .a-level-1 {
  font-size: 15px;
  padding: 0;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1 .link-inner {
  position: relative;
}
.header-wrapper .header-navigation .ul-level-1 .li-level-1:hover .link-inner::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #1a1919;
  bottom: -2px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.header-wrapper .header-flyout {
  position: absolute;
  top: -9999em;
  left: -9999em;
  z-index: 1;
  padding: 30px 0 0 0;
  overflow: hidden;
  height: auto;
  opacity: 0;
  border: 1px solid #d1d3d6;
  background: #ffffff;
  max-height: calc(100vh - 121px);
  overflow-y: auto;
  transition: opacity 0.2s ease 0s, left 0s;
  transition-delay: 0.2s;
  box-shadow: -2px 8px 8px 0px rgba(0, 0, 0, 0.12);
}
.header-wrapper .search-suggestions {
  position: absolute;
  top: 60px;
  right: auto;
  width: 380px;
  z-index: 9;
  margin-left: -33px;
}
@media all and (-ms-high-contrast: none) {
  .header-wrapper .search-suggestions {
    margin-left: -253px;
  }
  .header-wrapper *::-ms-backdrop,
  .header-wrapper .search-suggestions {
    margin-left: -253px;
  }
}
.header-wrapper .search-suggestion-wrapper {
  position: relative;
  color: #636363;
}
@media (min-width: 768px) {
  .header-wrapper .search-suggestion-wrapper {
    background: #ffffff;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    border: 1px solid #e3e3e5;
  }
}
.header-wrapper .search-suggestion-wrapper:before {
  background-image: url("../images/flyout-arrow-down.svg");
  background-color: transparent;
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: -9999em;
  right: 226px;
  margin-left: -8px;
}
.header-wrapper .search-suggestion-wrapper:before {
  top: -2px;
}
.header-wrapper .search-suggestion-wrapper .search-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 13px;
  transition: color 0.3s ease;
}
.header-wrapper .search-suggestion-wrapper .search-reset:hover {
  color: #1a1919;
}
.header-wrapper .search-suggestion-wrapper .search-suggestion-close {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -45px;
  left: 0;
  margin-left: 224px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  color: #a7a7a7;
  text-decoration: none;
  font-size: 14px;
}
.header-wrapper .search-suggestion-wrapper .menu-flyout-general-header {
  min-height: 55px;
  width: 100%;
  border-bottom: 1px solid #d1d3d6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 30px 15px 30px;
}
.header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-sub-title {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  margin: 0;
  font-size: 14px;
}
[lang="ja"] .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-sub-title {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-sub-title {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-sub-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .search-suggestion-wrapper .menu-flyout-general-header .flyout-sub-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.header-wrapper .search-suggestion-wrapper .product-suggestions {
  padding: 0;
}
@media (min-width: 768px) {
  .header-wrapper .search-suggestion-wrapper .product-suggestions {
    padding: 0 30px;
  }
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion {
  background: #fff;
  border-bottom: 1px solid #e3e3e5;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion:last-child {
  border-bottom: 0;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  padding: 15px 0;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link:hover .product-name-inner {
  text-decoration: underline;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link:hover .product-name-inner .product-modelname,
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link:hover .product-name-inner .product-shortname {
  text-decoration: underline;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link span {
  display: block;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-image {
  width: calc(65px + 15px);
  padding-right: 15px;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-image img {
  display: block;
  width: 100%;
  height: auto;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-details {
  color: #000000;
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - (65px + 15px));
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-name-inner {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-name-inner .product-modelname {
  display: inline-block;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-name-inner .product-shortname {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: inline-block;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-colorname {
  font-size: 12px;
  line-height: 16px;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-colorname .label {
  display: inline;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-price {
  white-space: nowrap;
  font-weight: 700;
  text-align: right;
  align-self: flex-end;
  font-size: 14px;
  line-height: 16px;
}
.header-wrapper .search-suggestion-wrapper .product-suggestions .product-suggestion .product-link .product-price .from {
  font-weight: 400;
  display: inline;
}
.header-wrapper .search-suggestion-wrapper .show-more-ctr {
  border-top: 1px solid #e3e3e5;
  background: #f6f6f6;
}
.header-wrapper .search-suggestion-wrapper .show-more-ctr .show-more-link {
  display: block;
  text-align: center;
  padding: 22px 0 25px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.header-wrapper .search-suggestion-wrapper .show-more-ctr .show-more-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    border-bottom: 1px solid #e3e3e5;
    height: 59px;
    z-index: 100;
  }
  .header-wrapper [class^='icon-']::before,
  .header-wrapper [class*=' icon-']::before {
    margin-right: 0.2em !important;
    line-height: 1em !important;
  }
  .header-wrapper .header-mobile-main {
    height: 59px;
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    padding: 15px 20px 0;
    background: #FFF;
  }
  .header-wrapper .header-mobile-main .header-logo-link {
    padding-top: 10px;
  }
  .header-wrapper .header-mobile-main .logo-obj {
    height: 25px;
    pointer-events: none;
  }
  .header-wrapper .header-mobile-main .logo-obj-cosmetics {
    height: 38px;
    margin-top: -6px;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *,
  .header-wrapper .header-mobile-main > * {
    flex: 0;
    color: #1a1919;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *:nth-child(2),
  .header-wrapper .header-mobile-main > *:nth-child(2) {
    margin-left: 4%;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *:nth-child(3),
  .header-wrapper .header-mobile-main > *:nth-child(3) {
    flex: 1;
    text-align: center;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *:nth-child(4),
  .header-wrapper .header-mobile-main > *:nth-child(4) {
    margin-right: 1.5%;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *.active,
  .header-wrapper .header-mobile-main > *.active {
    color: #023f85;
  }
  .header-wrapper .header-mobile-main > .header-mobile-container > *.active > .icon:before,
  .header-wrapper .header-mobile-main > *.active > .icon:before {
    border-bottom: 2px solid #023f85;
    padding-bottom: 17px;
  }
  .header-wrapper .header-mobile-main .header-mobile-search,
  .header-wrapper .header-mobile-main > a {
    padding: 5px;
    margin: -5px;
  }
  .header-wrapper .header-mobile-main .header-mobile-menu.active .icon:before {
    content: "\e923";
  }
  .header-wrapper .header-mobile-main .header-mobile-menu-trigger,
  .header-wrapper .header-mobile-main .static-link {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-mobile-main > .header-mobile-container > *:nth-child(2),
  .header-wrapper .header-mobile-main > *:nth-child(2) {
    margin-left: 2%;
  }
}
.header-wrapper .header-mobile-search-input.has-value + .search-icon-button:before,
.header-wrapper .header-tablet-search-input.has-value + .search-icon-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  width: 50px;
  height: 25px;
  background: linear-gradient(to right, rgba(227, 227, 229, 0) 0%, #f6f6f6 30%);
}
.header-wrapper .header-mobile-search-input.has-value + .search-icon-button .icon:before,
.header-wrapper .header-tablet-search-input.has-value + .search-icon-button .icon:before {
  position: relative;
  z-index: 2;
  content: "\e923";
}
.header-wrapper .header-tablet-search-input.has-value + .search-icon-button:before {
  left: -15px;
  width: 70px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
}
.header-wrapper .header-mobile-search .header-mobile-search-form:before,
.header-wrapper .header-mobile-search .header-tablet-search-form:before,
.header-wrapper .header-mobile-search .header-mobile-search-form:after,
.header-wrapper .header-mobile-search .header-tablet-search-form:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 20px;
  width: calc(100% - 40px);
  background-color: #d0d0d0;
  height: 2px;
}
.header-wrapper .header-mobile-search .header-mobile-search-form:after,
.header-wrapper .header-mobile-search .header-tablet-search-form:after {
  width: 0;
  background-color: #1a1919;
  transition: width 0.5s ease;
}
.header-wrapper .header-mobile-search .header-mobile-search-form.header-search-focused:after,
.header-wrapper .header-mobile-search .header-tablet-search-form.header-search-focused:after {
  width: calc(100% - 40px);
}
.header-wrapper .header-mobile-search .header-tablet-search-form:before,
.header-wrapper .header-mobile-search .header-tablet-search-form:after {
  bottom: 5px;
  left: 2%;
  width: 96%;
}
.header-wrapper .header-mobile-search .header-tablet-search-form:after {
  width: 0;
  background-color: #1a1919;
  transition: width 0.5s ease;
}
.header-wrapper .header-mobile-search .header-tablet-search-form.header-search-focused:after {
  width: 96%;
}
.header-wrapper .header-mobile-search {
  position: relative;
}
.header-wrapper .header-mobile-search .header-mobile-search-form {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #f6f6f6;
  padding: 4px 10px 14px 10px;
  display: none;
}
.header-wrapper .header-mobile-search .header-mobile-search-form .header-mobile-search-input {
  width: 100%;
  background: transparent;
  border: none;
  color: #1a1919;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.header-wrapper .header-mobile-search .header-mobile-search-form .search-icon-button {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 25px;
  color: #1a1919;
  border: 0;
  background-color: transparent;
}
.header-wrapper .header-mobile-search .search-suggestions {
  position: relative;
  width: 100%;
  margin: 0;
  top: auto;
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper {
  padding: 0;
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .search-suggestion-close,
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .menu-flyout-general-header {
  display: none;
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper:before {
  display: none;
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .product-suggestions {
  padding: 0;
  height: 350px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .product-suggestions {
    height: auto;
  }
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .product-suggestions .product-suggestion {
  padding: 0 20px;
}
.header-wrapper .header-mobile-search .search-suggestions .search-suggestion-wrapper .show-more-ctr {
  width: 100%;
  background-color: #ffffff;
}
.header-wrapper .header-mobile-search.hide-on-mobile {
  position: absolute;
  margin-top: -4px;
}
.header-wrapper .header-mobile-search.hide-on-mobile .header-search-input {
  height: 31px;
  width: 163px;
  border: none;
  border-bottom: 2px solid #d0d0d0;
  background: transparent;
  color: #1a1919;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  padding: 0;
}
.header-wrapper .header-mobile-search.hide-on-mobile .header-search-input::placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-mobile-search.hide-on-mobile .header-search-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-mobile-search.hide-on-mobile .header-search-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.header-wrapper .header-mobile-search.hide-on-mobile .search-icon-button {
  position: absolute;
  bottom: 3px;
  right: -3px;
  font-size: 20px;
  color: #1a1919;
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-mobile-search.hide-on-mobile .search-icon-button {
    bottom: 7px;
  }
}
.header-wrapper .header-mobile-search.hide-on-mobile .search-suggestions {
  display: block;
  position: fixed;
  width: 50%;
  left: 0;
  top: 59px;
}
.header-wrapper .header-mobile-search.hide-on-mobile .search-suggestions .search-suggestion-wrapper {
  border-top: none;
}
.header-wrapper .header-mobile-search.hide-on-mobile .search-suggestions .search-suggestion-wrapper .menu-flyout-general-header {
  display: flex;
  padding: 20px;
}
.header-wrapper .header-mobile-search.hide-on-mobile .search-suggestions .search-suggestion-wrapper:before {
  display: block;
  right: calc(50% - 10px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-mobile-search.hide-on-mobile {
    margin-top: -9px;
  }
}
.header-wrapper .header-mobile-minicart,
.header-wrapper .header-mobile-wishlist {
  position: relative;
}
.header-wrapper .header-mobile-minicart .qty,
.header-wrapper .header-mobile-wishlist .qty {
  background: #023f85;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  line-height: 18px;
  min-width: 22px;
  padding: 1px 2px 0 2px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-mobile-menu-fly-in.ocd-flyin {
    width: 50% !important;
  }
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content {
  padding: 0;
  min-height: 100%;
  height: auto !important;
  background-color: #f6f6f6;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content:after {
  content: " ";
  display: table;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content:after {
  clear: both;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a {
  flex: 1 0;
  width: 100%;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link {
  color: #1a1919;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
  padding: 21px 60px 21px 20px;
  border-top: 1px solid #e3e3e5;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > .toggle:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link:after {
  content: "\e929";
  display: block;
  position: absolute;
  right: 20px;
  transform: translateY(calc(-50% - 10px));
  color: #1a1919;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link:after {
  content: "\e95f";
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link-back,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link-back,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link-back {
  text-transform: none;
  font-weight: normal;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > a .link-back:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > a .link-back:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content > a .link-back:after {
  content: "";
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .pull-down,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .pull-down,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .toggle-content .pull-down {
  order: 100000;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > *:first-child {
  border-top: none;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > *:last-child {
  border-bottom: 1px solid #e3e3e5;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset {
  background-color: #ffffff;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content {
  background-color: #f6f6f6;
  font-weight: normal !important;
  padding-top: 14px !important;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content + .toggle-content,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content + .toggle-content {
  background-color: #f6f6f6;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon {
  height: 59px;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif !important;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon:before {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  font-size: 22px;
  transform: translateY(calc(-50% + 13px));
  color: #1a1919;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon-account:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon-account:before {
  content: "\e925";
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon-service:before,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon-service:before {
  content: "\e915";
}
[lang="ja"] .header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content.icon,
[lang="ja"] .header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .content.icon {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif !important;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle.expanded,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle.expanded {
  color: #023f85;
  background-color: #f6f6f6;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content .toggle.expanded,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content .toggle.expanded {
  color: #023f85;
  background-color: #f6f6f6;
  font-weight: 700;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link {
  padding-left: 40px;
  font-weight: normal;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > a .link {
  padding-left: 60px;
  font-weight: normal;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > a .link + .toggle-content > .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > a .link + .toggle-content > a .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > a .link + .toggle-content > a .link {
  padding-left: 80px;
  font-weight: normal;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content > a .link + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content > a .link + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content > a .link + .toggle-content a.category-images-all .link {
  padding-left: 60px;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > .toggle + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content > a .link + .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content > a .link + .toggle-content a.category-images-all .link {
  padding-left: 40px;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section > .toggle-content a.category-images-all .link,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset > .toggle-content a.category-images-all .link {
  padding-left: 20px;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .toggle,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .toggle {
  text-decoration: none;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .toggle.expanded:after,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .toggle.expanded:after {
  content: "\e92a";
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .mobile-menu-image-tiles,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .mobile-menu-image-tiles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .mobile-menu-image-tiles .tile,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .mobile-menu-image-tiles .tile {
  width: 50%;
  padding: 0 20px 15px;
  border-top: 1px solid #e3e3e5;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .mobile-menu-image-tiles .tile:nth-child(odd),
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .mobile-menu-image-tiles .tile:nth-child(odd) {
  border-right: 1px solid #e3e3e5;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .mobile-menu-image-tiles .tile img,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .mobile-menu-image-tiles .tile img {
  max-width: 100%;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .mobile-menu-image-tiles .tile .title,
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .mobile-menu-section .content-asset .mobile-menu-image-tiles .tile .title {
  text-align: center;
  text-transform: uppercase;
  color: #1a1919;
  font-size: 14px;
}
.header-mobile-menu-fly-in.ocd-flyin .ocd-content .bottom-logo {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 150px;
  color: #e3e3e5;
}
.header-mobile-menu-fly-in.ocd-flyin .link.icon-wishlist .qty:before {
  content: '(';
  margin-right: -0.2em;
}
.header-mobile-menu-fly-in.ocd-flyin .link.icon-wishlist .qty:after {
  content: ')';
  margin-left: -0.2em;
}
@media screen and (min-width: 768px) {
  .header .header-add-to-cart-confirm {
    display: none!important;
  }
}
.header-promo-banner {
  text-align: center;
  position: relative;
  z-index: 1;
  background: #023f85;
}
@media screen and (max-width: 1023px) {
  .header-promo-banner {
    margin-top: 59px;
  }
}
.header-promo-banner.banner-cosmetics {
  background: #286040;
}
.header-promo-banner a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.header-promo-banner a:hover {
  text-decoration: none;
}
.header-promo-banner .header-promo-banner-inner {
  width: auto;
  max-width: calc(1280px + (32px * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-promo-banner .header-promo-banner-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-promo-banner .header-promo-banner-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header-promo-banner .header-promo-banner-inner > * {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .header-promo-banner .header-promo-banner-inner > * {
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 15px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .header-promo-banner .header-promo-banner-inner > * {
    padding-top: 7px;
    padding-bottom: 8px;
    font-weight: 500;
  }
}
.header-promo-banner .header-promo-banner-inner > * .icon {
  padding: 0 4px;
}
.header-promo-banner .header-promo-banner-inner > * > * {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.menu-flyout-general {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1919;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
}
[lang="ja"] .menu-flyout-general {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .menu-flyout-general {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-flyout-general {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .menu-flyout-general {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.menu-flyout-general .menu-flyout-general-inner {
  padding: 0 30px 30px 30px;
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header {
  min-height: 55px;
  width: 100%;
  border-bottom: 1px solid #d1d3d6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-title {
  color: #1a1919;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-sub-title {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1919;
  margin: 0;
}
[lang="ja"] .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-sub-title {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-sub-title {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-sub-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-general-header .flyout-sub-title {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content .icon {
  font-size: 60px;
  line-height: 60px;
  color: #023f85;
  margin-bottom: 20px;
}
.menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content span {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 0;
  color: #1a1919;
  padding: 0 30px;
}
[lang="ja"] .menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content span {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content span {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .menu-flyout-general .menu-flyout-general-inner .menu-flyout-empty-content span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner {
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 32px 50px 32px 50px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left {
    width: calc(318px + 50px);
    padding-right: 50px;
    border-right: 1px solid #d1d3d6;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .wrapper-asset {
    padding-bottom: 50px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .button {
    margin: 0;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .flyout-register-list {
    padding-top: 16px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .flyout-register-list li {
    margin-bottom: 16px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .flyout-register-list li:last-of-type {
    margin-bottom: 0;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .flyout-register-list li p {
    margin: 0;
    position: relative;
    display: block;
    padding-left: 35px;
    line-height: 21px;
    font-size: 14px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-left .flyout-register-list li .icon {
    color: #023f85;
    margin-right: 15px;
    font-size: 20px;
    line-height: 1em;
    height: 1em;
    position: absolute;
    left: 0;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right {
    width: calc(318px + 50px);
    padding-left: 50px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .menu-flyout-general-header {
    border: 0;
    min-height: 26px;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 0;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-wrapper {
    position: relative;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-wrapper .form-row-required-indicator {
    top: -15px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-wrapper .form-row-required-indicator .indicator-inner {
    font-size: 12px;
    line-height: 12px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-username .form-row {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-username .form-row label {
    display: none;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-password .form-row {
    margin-top: 0;
    margin-bottom: 23px;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-rememberme .form-row-checkbox {
    margin: 0 0 23px 0;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-column-right .flyout-login-form-rememberme .form-row-checkbox label {
    display: block;
  }
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-title {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3333em;
    font-weight: 700;
    margin: 0 0 0.75em 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and screen and (max-width: 767px) {
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 1024px) and screen and (max-width: 767px) {
  .menu-flyout-general.flyout-register-general .flyout-register-general-inner .flyout-title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.header-add-to-cart-confirm-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-add-to-cart-confirm-overlay {
    height: 2000px;
    width: 2000px;
    position: absolute;
    margin-left: -100%;
    z-index: 200;
    background: #000000;
    opacity: 0;
    transition: opacity 0.2s ease 0s;
    top: 0;
  }
  .header-add-to-cart-confirm-overlay.active-overlay {
    display: block;
    opacity: 0.5;
    transition: opacity 0.2s ease 0s;
  }
}
.header-add-to-cart-confirm {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-add-to-cart-confirm {
    display: block;
    position: fixed;
    top: calc(50% - 75px);
    left: 50%;
    width: calc(100% - (12px * 2));
    margin-left: calc(((100% - (12px * 2)) / 2) * -1);
    color: #023f85;
    text-align: center;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.2s ease 0s;
    border: 1px solid #636363;
    border-radius: 3px;
    z-index: 300;
  }
  .header-add-to-cart-confirm .header-add-to-cart-confirm-wrapper {
    width: 100%;
  }
  .header-add-to-cart-confirm .icon-ctr {
    margin-bottom: 0.75em;
  }
  .header-add-to-cart-confirm .icon-ctr .icon {
    font-size: 3.3333em;
    line-height: 1em;
  }
  .header-add-to-cart-confirm.active {
    height: auto;
    opacity: 1;
    padding: 1.5em 12px;
  }
}
.mini-cart .mini-cart-total .mini-cart-link,
.nav-item-wishlist .mini-cart-total .mini-cart-link,
.mini-cart .mini-whishlist-total .mini-cart-link,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link,
.mini-cart .mini-cart-total .mini-wishlist-link,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link,
.mini-cart .mini-whishlist-total .mini-wishlist-link,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: center;
}
.mini-cart .mini-cart-total .mini-cart-link .mini-cart-link-inner,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-cart-link-inner,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-cart-link-inner,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-cart-link-inner,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-cart-link-inner,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-cart-link-inner,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-cart-link-inner,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-cart-link-inner {
  display: block;
  position: relative;
}
.mini-cart .mini-cart-total .mini-cart-link .mini-cart-link-inner .mini-cart-icon,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-cart-link-inner .mini-cart-icon,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-cart-link-inner .mini-cart-icon,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-cart-link-inner .mini-cart-icon,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-cart-link-inner .mini-cart-icon,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-cart-link-inner .mini-cart-icon,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-cart-link-inner .mini-cart-icon,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-cart-link-inner .mini-cart-icon {
  display: block;
  margin: 0 auto;
}
.mini-cart .mini-cart-total .mini-cart-link .mini-cart-quantity,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-cart-quantity,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-cart-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-cart-quantity,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-cart-quantity,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-cart-quantity,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-cart-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-cart-quantity,
.mini-cart .mini-cart-total .mini-cart-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-wishlist-quantity,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-wishlist-quantity,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-wishlist-quantity,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-wishlist-quantity {
  display: block;
  position: absolute;
  top: -7px;
  right: 12px;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #ffffff;
  background: #023f85;
  text-align: center;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
}
.mini-cart .mini-cart-total .mini-cart-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-wishlist-quantity,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-wishlist-quantity,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-wishlist-quantity,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-wishlist-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-wishlist-quantity {
  padding: 1px 2px 0 3px;
}
.mini-cart .mini-cart-total .mini-cart-link .mini-cart-quantity,
.nav-item-wishlist .mini-cart-total .mini-cart-link .mini-cart-quantity,
.mini-cart .mini-whishlist-total .mini-cart-link .mini-cart-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-cart-link .mini-cart-quantity,
.mini-cart .mini-cart-total .mini-wishlist-link .mini-cart-quantity,
.nav-item-wishlist .mini-cart-total .mini-wishlist-link .mini-cart-quantity,
.mini-cart .mini-whishlist-total .mini-wishlist-link .mini-cart-quantity,
.nav-item-wishlist .mini-whishlist-total .mini-wishlist-link .mini-cart-quantity {
  padding: 1px 1px 0 2px;
}
.mini-cart .mini-cart-flyout,
.nav-item-wishlist .mini-cart-flyout {
  width: 380px;
  left: auto;
  padding: 0;
  color: #1a1919;
  max-height: calc(100vh - 40px - 15px);
  overflow-y: auto;
}
.mini-cart .mini-cart-flyout .mini-cart-products,
.nav-item-wishlist .mini-cart-flyout .mini-cart-products {
  max-height: 295px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #000000;
}
.mini-cart .mini-cart-flyout .mini-cart-products .mini-cart-show-all-products,
.nav-item-wishlist .mini-cart-flyout .mini-cart-products .mini-cart-show-all-products {
  display: none;
}
.mini-cart .mini-cart-flyout .mini-cart-products.win-os-scroll-fix,
.nav-item-wishlist .mini-cart-flyout .mini-cart-products.win-os-scroll-fix {
  margin-right: -20px;
  padding-right: 4px;
}
.mini-cart .mini-cart-flyout .bonus-product .promo-discount .mini-cart-pricing,
.nav-item-wishlist .mini-cart-flyout .bonus-product .promo-discount .mini-cart-pricing {
  display: none;
}
.mini-cart .mini-cart-flyout .mini-cart-totals,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals {
  border-top: 1px solid #e3e3e5;
  color: #000000;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals {
  padding: 25px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .label,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .label {
  padding-right: 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .label .mini-cart-subtotal-taxnote,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .label .mini-cart-subtotal-taxnote {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .value,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-subtotals .value {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-button,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-button {
  margin-top: 25px;
}
.mini-cart .mini-cart-flyout .mini-cart-totals .mini-cart-button .button,
.nav-item-wishlist .mini-cart-flyout .mini-cart-totals .mini-cart-button .button {
  width: 100%;
}
.mini-cart-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d3d6;
  padding-bottom: 15px;
}
.mini-cart-product:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.mini-cart-product .mini-cart-col-1 {
  position: relative;
  width: calc(70px + 20px);
  padding-right: 20px;
}
.mini-cart-product .mini-cart-col-2 {
  width: calc(100% - 70px - 20px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.mini-cart-product .mini-cart-col-2 .mini-cart-col-2-1 {
  flex-grow: 1;
  font-size: 12px;
  line-height: 14px;
}
.mini-cart-product .mini-cart-col-2 .mini-cart-col-2-2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: right;
}
.mini-cart-product .mini-cart-image img {
  display: block;
  width: 100%;
  height: auto;
}
.mini-cart-product .mini-cart-qty {
  position: absolute;
  right: 11px;
  top: -8px;
  min-width: 23px;
  height: 23px;
  line-height: 17px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  padding-top: 2px;
  color: #023f85;
  border: 1px solid #023f85;
  font-weight: 700;
}
.mini-cart-product .mini-cart-qty .mini-cart-qty-inner {
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
}
.mini-cart-product .mini-cart-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mini-cart-product .mini-cart-name a {
  color: #1a1919;
  cursor: default;
  text-decoration: none;
}
.mini-cart-product .mini-cart-name .mini-cart-name-inner {
  display: block;
}
.mini-cart-product .mini-cart-name .mini-cart-name-inner span {
  display: flex;
  align-self: flex-start;
}
.mini-cart-product .mini-cart-name .mini-cart-name-inner .mini-cart-shortname {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.mini-cart-product .mini-cart-remove a {
  color: #1a1919 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
}
.mini-cart-product .mini-cart-remove a:hover {
  color: #023f85 !important;
}
.mini-cart-product .mini-cart-remove a .icon {
  display: flex;
  align-self: flex-end;
  font-size: 17px !important;
}
.mini-cart-product .mini-cart-pricing {
  font-weight: 700;
  margin-top: 1em;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.mini-cart-product .mini-cart-pricing .price {
  white-space: nowrap;
}
.mini-cart-product .mini-cart-pricing .price .price-sales {
  color: #1a1919;
  display: block;
}
.mini-cart-show-all-products {
  padding-top: 32px;
}
.mini-cart-show-all-products .button {
  display: block;
  width: 100%;
  border-color: #bcbcbc;
  color: #023f85;
  background: transparent;
  text-transform: none;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart-show-all-products .button {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .mini-cart-show-all-products .button {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart-show-all-products .button {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .mini-cart-show-all-products .button {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.mini-cart-show-all-products .button:hover {
  background: #023f85;
  border-color: #023f85;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .mini-cart .mini-cart-total .mini-cart-link .mini-cart-quantity {
    font-size: 12px;
    line-height: 18px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #ffffff;
    color: #ffffff;
    top: 5px;
    right: -9px;
  }
  .header-mobile-main .header-mobile-wishlist .qty,
  .header-mobile-main .header-mobile-minicart .qty {
    right: -3px;
    top: -3px;
  }
  .header-mobile-main .header-mobile-minicart .qty {
    right: -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart .mini-cart-flyout {
    right: calc(24px * -1);
  }
  .mini-cart .mini-cart-flyout .mini-cart-header,
  .mini-cart .mini-cart-flyout .mini-cart-products,
  .mini-cart .mini-cart-flyout .mini-cart-totals {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px dashed #d0d0d0;
  padding-top: 10px;
  margin-top: 25px;
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-1 {
  width: 100%;
  padding: 0 !important;
  margin-top: 20px;
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 {
  width: 100%;
  padding: 0 !important;
  margin-top: 20px;
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount .promo-discount-details,
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount span {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  text-transform: none;
  color: #1a1919;
}
[lang="ja"] .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount .promo-discount-details,
[lang="ja"] .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount span {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount .promo-discount-details,
[lang="ja"] .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount span {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount .promo-discount-details,
  .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount .promo-discount-details,
  .header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .promo-discount span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .button {
  width: 100%;
  margin-top: 25px;
}
.header-add-to-cart-confirm .mobile-minicart-bonus-confirmation .mini-cart-col-2 .mini-cart-col-2-1 .button:last-of-type {
  margin-top: 15px;
}
.header-navigation {
  max-width: calc(100% - 165px - 40px);
}
.header-navigation .ul-level-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.header-navigation .ul-level-1 .li-level-1 .a-level-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  height: calc(90px - (2 * 24px));
  padding: 0 10px;
  text-transform: uppercase;
  position: relative;
  color: #1a1919;
  text-decoration: none;
  z-index: 2;
}
.header-navigation .ul-level-1 .li-level-1 .a-level-1.sale-category {
  color: #70182f;
}
.header-navigation .ul-level-1 .li-level-1 .a-level-1 .link-inner {
  display: block;
  padding-top: 0;
}
.header-navigation .ul-level-1 .li-level-1 .a-level-1.has-sub-menu:before,
.header-navigation .ul-level-1 .li-level-1 .a-level-1.has-sub-menu:after,
.header-navigation .ul-level-1 .li-level-1 .a-level-1.has-sub-menu:before {
  border-color: transparent transparent #a7a7a7 transparent;
  opacity: 0;
}
.header-navigation .ul-level-1 .li-level-1 .a-level-1.has-sub-menu:after {
  border-color: transparent transparent #ffffff transparent;
  opacity: 1;
}
.header-navigation .ul-level-1 .li-level-1 .header-flyout {
  padding: 0;
  top: calc(60px + 44px);
  left: 0;
  opacity: 1;
  z-index: 9;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  position: absolute;
  background: #ffffff;
  display: none;
  box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.05);
}
.header-navigation .ul-level-1 .li-level-1.active .a-level-1.has-sub-menu:before,
.header-navigation .ul-level-1 .li-level-1.hover .a-level-1.has-sub-menu:before,
.header-navigation .ul-level-1 .li-level-1.active .a-level-1.has-sub-menu:after,
.header-navigation .ul-level-1 .li-level-1.hover .a-level-1.has-sub-menu:after {
  left: 50%;
}
.header-navigation .ul-level-1 .li-level-1.active .a-level-1.has-sub-menu:before,
.header-navigation .ul-level-1 .li-level-1.hover .a-level-1.has-sub-menu:before {
  bottom: -1px;
  opacity: 1;
}
.header-navigation .ul-level-1 .li-level-1.active .a-level-1.has-sub-menu:after,
.header-navigation .ul-level-1 .li-level-1.hover .a-level-1.has-sub-menu:after {
  bottom: -2px;
}
.header-navigation .ul-level-1 .li-level-1.active .header-flyout,
.header-navigation .ul-level-1 .li-level-1.hover .header-flyout {
  display: flex;
  width: 100%;
}
.header-navigation .ul-level-1 .li-level-1.header-menu-item .category-flyout-arrow-wrapper {
  position: relative;
  height: 0px;
  z-index: 10;
  width: 100%;
  bottom: -8px;
  align-items: center;
  justify-content: center;
  display: none;
}
.header-navigation .ul-level-1 .li-level-1.header-menu-item .category-flyout-arrow-wrapper .category-flyout-arrow {
  height: 10px;
  width: 20px;
  margin: 0;
  padding: 0;
  top: -9px;
  position: absolute;
}
.header-navigation .ul-level-1 .li-level-1.header-menu-item .category-flyout-arrow-wrapper .category-flyout-arrow .category-flyout-arrow-obj {
  height: 10px;
  width: 20px;
  display: block;
}
.header-navigation .ul-level-1 .li-level-1.header-menu-item.hover .a-level-1.has-sub-menu::after,
.header-navigation .ul-level-1 .li-level-1.header-menu-item.hover .a-level-1.has-sub-menu::before {
  display: none !important;
}
.header-navigation .ul-level-1 .li-level-1.header-menu-item.hover .category-flyout-arrow-wrapper {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .header-navigation:after {
    content: "";
    display: block;
    position: fixed;
    top: 104px;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    pointer-events: none;
  }
  .header-navigation.active:after {
    opacity: 1;
  }
}
.category-flyout .category-flyout-inner {
  padding: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  flex-basis: 100%;
}
.category-flyout .category-flyout-row-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 30px 40px;
  max-width: 1279px;
  margin: 0 auto;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col {
  padding: 0;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left {
  width: 66.666%;
  align-self: flex-start;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 {
  width: 25%;
  padding-right: 20px;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2:last-child {
  padding-right: 0;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 a {
  color: #1a1919;
  display: inline-block;
  text-decoration: none;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 a:hover {
  color: #023f85;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 a.dist-module-content-btn:hover {
  color: #ffffff;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 .a-level-2 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #e3e3e5;
  padding-bottom: 10px;
  width: 100%;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 .ul-level-3 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 .ul-level-3 .li-level-3 {
  margin-bottom: 10px;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 .ul-level-3 .li-level-3:last-child {
  margin-bottom: 0;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2.cols-5 .li-level-2 {
  width: 20%;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2.cols-6 .li-level-2 {
  width: 16.6%;
}
.category-flyout .category-flyout-row-top .category-flyout-top-col.col-right {
  width: 33.3%;
}
.category-flyout .category-flyout-row-top.no-right-col .category-flyout-top-col.col-left {
  width: 100%;
}
.category-flyout .category-flyout-row-bottom .slotID-cat-flyout-promo-bottom .container {
  max-width: 1279px;
  margin: 0 auto;
}
.category-flyout .category-flyout-row-bottom .content-asset-slot-container,
.category-flyout .category-flyout-row-bottom .html-slot-container {
  border-top: 1px solid #e3e3e5;
  border-bottom: 1px solid #e3e3e5;
  background-color: #f6f6f6;
  width: 100%;
}
.category-flyout .category-flyout-row-bottom .container {
  display: block;
  width: calc(100% - (32px / 2));
  margin-left: calc(32px / 4);
  margin-right: calc(32px / 4);
  margin-top: 30px;
}
.category-flyout .category-flyout-row-bottom .container .container-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.category-flyout .category-flyout-row-bottom .container .container-cell {
  padding: 20px calc(32px / 4) 20px;
}
.category-flyout .category-flyout-row-bottom .container .container-cell a,
.category-flyout .category-flyout-row-bottom .container .container-cell span,
.category-flyout .category-flyout-row-bottom .container .container-cell img {
  display: block;
}
.category-flyout .category-flyout-row-bottom .container .container-cell img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.category-flyout .category-flyout-row-bottom .container .container-cell .text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 calc(32px - (32px / 2));
  z-index: 2;
  align-items: center;
  display: block !important;
  display: flex;
  position: relative;
}
.category-flyout .category-flyout-row-bottom .container .container-cell .text .text-inner {
  width: 100%;
  padding: 0.3846em calc(32px / 2);
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 14px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: inherit;
  display: flex;
  color: grey;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
[lang="ja"] .category-flyout .category-flyout-row-bottom .container .container-cell .text .text-inner {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .category-flyout .category-flyout-row-bottom .container .container-cell .text .text-inner {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category-flyout .category-flyout-row-bottom .container .container-cell .text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .category-flyout .category-flyout-row-bottom .container .container-cell .text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.category-flyout .category-flyout-row-bottom .container .container-cell .link {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.category-flyout .category-flyout-row-bottom .container .container-cell .link img {
  display: flex;
  width: 100%;
  height: auto;
}
.category-flyout .category-flyout-row-bottom .container.with-icons {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-top: 1px solid #d0d0d0;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell {
  border-right: 1px solid #d0d0d0;
  padding: 0;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell:last-child {
  border: 0 none;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell img {
  width: 30%;
  float: right;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .text {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  display: block;
  width: 70%;
  padding: 0 calc(32px / 2) 0 0;
  float: left;
  overflow: visible;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .text .text-inner {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  line-height: 1.25em;
  margin-bottom: 0;
  color: #1a1919;
  padding: 0;
  background: transparent!important;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .link {
  padding: 2em 1em 2em 2em;
  color: #1a1919;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .link:before,
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .link:after {
  content: " ";
  display: table;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .link:after {
  clear: both;
}
.category-flyout .category-flyout-row-bottom .container.with-icons .container-cell .link:hover .text .text-inner {
  text-decoration: underline;
}
.category-flyout.teaser-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.category-flyout.teaser-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2 {
  margin-right: 40px;
  width: 100%;
  padding-right: 0;
}
.category-flyout.teaser-flyout .category-flyout-row-top .category-flyout-top-col.col-left .ul-level-2 .li-level-2:last-child {
  margin-right: 0;
  padding-right: 0;
}
.category-flyout.teaser-flyout .category-flyout-row-bottom {
  justify-content: space-around;
}
.category-flyout.teaser-flyout .category-flyout-row-bottom .flyout-bottom-link {
  color: #1a1919;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner {
  width: 100%;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner {
  border-radius: 3px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image {
  height: auto;
  min-height: auto;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  line-height: 0;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image a {
  display: block;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image img:hover {
  transform: scale(1.2);
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 0;
  height: auto;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box * {
  height: auto;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-headline {
  color: #1a1919;
  font-size: 18px;
  padding: 30px 20px 20px 20px;
  margin: 0;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
  margin-bottom: 5px;
  font-size: 15px;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #023f85;
  padding: 3px 10px 2px;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e3e3e5;
  margin-top: auto;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  color: #1a1919;
}
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a:hover,
.category-flyout.teaser-flyout .teaser-magazine-style .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a:focus {
  color: #023f85;
}
@media screen and (max-width: 1023px) {
  .category-flyout .category-flyout-row-top {
    padding-left: calc(24px / 4);
    padding-right: calc(24px / 4);
  }
  .category-flyout .category-flyout-row-top .category-flyout-top-col {
    padding-left: calc(24px / 4);
    padding-right: calc(24px / 4);
  }
  .category-flyout .category-flyout-row-bottom .container {
    display: table;
    width: calc(100% - (24px / 2));
    margin-left: calc(24px / 4);
    margin-right: calc(24px / 4);
  }
  .category-flyout .category-flyout-row-bottom .container .container-cell {
    padding-left: calc(24px / 4);
    padding-right: calc(24px / 4);
  }
}
.category-flyout-row-bottom {
  display: flex;
}
.category-flyout-row-bottom .content-asset-slot-container {
  display: flex;
}
.category-flyout-row-bottom .content-asset-slot-container .container {
  display: flex;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row {
  display: flex;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell {
  display: flex;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link img {
  display: flex;
  width: 100%;
  height: auto;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text {
  display: flex;
  position: relative;
}
.category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text .text-inner {
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: inherit;
  display: flex;
  color: grey;
  text-align: center;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
[lang="ja"] .category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text .text-inner {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text .text-inner {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .category-flyout-row-bottom .content-asset-slot-container .container .container-row .container-cell .link .text .text-inner {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.product-tile {
  display: block;
  text-align: center;
  padding: 0;
  position: relative;
  background: transparent;
  transition: background 0.2s ease 0s;
}
.product-tile .product-image {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: block!important;
}
.product-tile .product-image img {
  display: block;
  width: 100%;
  height: auto;
}
.product-tile .product-image.lazyload-container {
  padding-bottom: 66.666666%;
}
.product-tile .product-name {
  color: #1a1919;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
}
.product-tile .product-name .product-modelname {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  margin-bottom: 0px;
  text-transform: none;
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
.product-tile .product-name .product-shortname {
  font-size: 14px;
  line-height: 1.5em;
  font-size: 15px;
  line-height: 1.5em !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-name .product-shortname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-name .product-shortname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-name .product-shortname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-name .product-shortname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.product-tile .product-name .product-colorname {
  font-size: 14px;
  line-height: 1.5em;
  font-size: 15px;
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-name .product-colorname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-name .product-colorname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-name .product-colorname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-name .product-colorname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.product-tile .product-pricing {
  position: relative;
  left: 0;
  bottom: 1em;
  width: 100%;
  color: #1a1919;
  top: 0;
  justify-content: center;
  align-self: flex-end;
}
.product-tile .product-pricing .price-sales {
  color: #1a1919;
}
.product-tile .product-pricing .price {
  font-size: 16px;
  line-height: 22px;
}
.product-tile .product-pricing .price .price-standard {
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-tile .product-pricing .price .price-standard {
    font-size: 16px;
  }
}
.product-tile .price-additional-info {
  display: none;
}
.product-tile .unit-price-plp {
  font-weight: normal;
  color: #636363;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.product-tile.has-hover-effect .product-image {
  position: relative;
  margin-bottom: 0.75em;
}
.product-tile.has-hover-effect .product-image img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 2px;
}
.product-tile .product-quickview {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.product-tile .product-quickview .button {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  display: none;
}
.product-tile .product-quickview .button.loaded {
  display: inline-block;
}
.product-tile .product-wishlist {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .product-tile:hover .product-quickview {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .product-tile .product-quickview {
    display: none!important;
  }
}
.product-tile:hover {
  text-decoration: none;
}
.product-tile .price-size-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
  flex-grow: 1;
}
.product-tile .price-size-wrapper .product-pricing {
  width: auto;
}
.product-tile .price-size-wrapper .product-size-unit {
  width: auto;
  font-weight: 400;
  color: #1a1919;
  margin-left: 5px;
  align-self: flex-end;
}
.product-tile .product-characteristics {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 2px;
}
.product-tile .hover-view-inner .product-characteristics {
  width: calc(85% + 2px);
}
.product-include {
  margin-bottom: 25px;
}
.grid-tile,
.product-include-grid-tile {
  position: relative;
  display: flex;
  align-items: stretch;
}
.tiles-container .grid-tile {
  align-items: self-start;
}
@media screen and (min-width: 768px) {
  .product-tile {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .product-tile {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tiles-container .grid-tile {
    display: flex;
    justify-content: center;
  }
}
.product-tile {
  border-radius: 3px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-tile .tile-hint-text {
  font-size: 12px;
  line-height: 1.5em;
  color: #636363;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .tile-hint-text {
    font-size: calc(12px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .tile-hint-text {
    font-size: calc(12px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .tile-hint-text {
    font-size: calc(12px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .tile-hint-text {
    font-size: calc(12px - 2px);
    line-height: 1.5em;
  }
}
.product-tile .product-image {
  position: relative;
}
.product-tile .tile-box {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.product-tile .product-name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.product-tile .product-pricing {
  position: relative;
  color: #1a1919;
}
.product-tile .product-pricing .price-sales {
  color: #1a1919;
}
.product-tile .product-promo {
  position: relative;
}
.product-tile .product-tile-hover-view {
  background-color: #ffffff;
  border: 1px solid #e3e3e5;
  padding-bottom: 20px;
  display: none;
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 1px;
  margin-top: 0px;
  left: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.product-tile .product-tile-hover-view .hover-view-inner .product-image img {
  width: calc(100% + 2px);
  margin-bottom: 0px;
  margin-left: -1px;
  padding-top: 0;
}
.product-tile .product-tile-hover-view .hover-view-inner .product-image .product-flag {
  top: 8px;
  right: 9px;
}
.product-tile .product-tile-hover-view .hover-view-inner .product-name {
  display: flex;
  flex-direction: column;
}
.product-tile .product-tile-hover-view .hover-view-inner .product-name .product-modelname {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  margin-bottom: 0px;
  text-transform: none;
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
.product-tile .product-tile-hover-view .hover-view-inner .product-name .product-shortname {
  font-size: 14px;
  line-height: 1.5em;
  font-size: 15px;
  line-height: 1.5em !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-shortname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-shortname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-shortname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-shortname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.product-tile .product-tile-hover-view .hover-view-inner .product-name .product-colorname {
  font-size: 14px;
  line-height: 1.5em;
  font-size: 15px;
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-colorname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-colorname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-colorname {
    font-size: calc(14px - 1px);
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .product-tile .product-tile-hover-view .hover-view-inner .product-name .product-colorname {
    font-size: calc(14px - 2px);
    line-height: 1.5em;
  }
}
.product-tile .product-tile-hover-view .additional-products {
  display: flex;
  flex-direction: column;
}
.product-tile .product-tile-hover-view .additional-products .product-color-thumbnails {
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
.product-tile .product-tile-hover-view .additional-products .product-color-thumbnails .product-color-thumbnails-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-tile .product-tile-hover-view .additional-products .product-color-thumbnails .product-color-thumbnails-list li {
  display: flex;
  width: 33.33333333%;
  padding-left: 15px;
}
.product-tile .product-tile-hover-view .additional-products .product-color-thumbnails .product-color-thumbnails-list li img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  margin: 0;
}
.product-tile .product-tile-hover-view .additional-products .product-color-thumbnails .product-color-thumbnails-list li:last-of-type {
  margin-right: 15px;
}
.product-tile .component.price {
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .product-tile .component.price {
    font-size: 16px;
  }
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .ui-front {
    z-index: 101 !important;
  }
}
.ui-dialog {
  padding: 0;
  width: 100% !important;
  left: initial !important;
  position: fixed !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  top: 0 !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .ui-dialog {
    top: 12px !important;
    height: calc(100vh - 12px - 12px) !important;
    justify-content: flex-start;
    z-index: 102 !important;
  }
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  height: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 1.25em;
  right: calc(32px - 12px);
  z-index: 1;
  background: transparent;
  border: 0 none;
  height: auto;
  width: auto;
  display: block;
  margin: -12px -12px 0 0;
  padding: 12px;
  color: #1a1919;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  color: #000000;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
  display: block;
  height: auto;
  width: auto;
  text-indent: 0;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e96f";
  display: block;
  font-size: 13px;
  line-height: 13px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text {
  border: 0!important;
  height: 1px!important;
  margin: -1px !important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  background: transparent!important;
}
.ui-dialog .ui-dialog-content {
  background: #ffffff;
  padding: 0;
  width: 100% !important;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  max-width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ui-dialog .ui-dialog-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content {
    max-width: calc(100% - 15px - 15px);
    height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .ui-dialog .ui-dialog-content {
    height: 80vh;
  }
}
.ui-dialog .ui-dialog-content .overlay-header {
  z-index: 8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e5;
  height: 60px;
  position: absolute;
  top: 0;
  background: #ffffff;
  left: 0;
}
.ui-dialog .ui-dialog-content .overlay-header .logo {
  display: flex;
}
.ui-dialog .ui-dialog-content .overlay-header .logo .logo-obj-wrapper {
  display: block;
  cursor: pointer;
  width: 165px;
  height: 27px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.ui-dialog .ui-dialog-content .overlay-header .logo .logo-obj {
  position: relative;
  display: inline-block;
  pointer-events: none;
  width: 165px;
  height: 27px;
}
.ui-dialog .ui-dialog-content .overlay-header .logo .logo-obj:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ui-dialog .ui-dialog-content .overlay-header .overlay-navigation {
  position: absolute;
  font-size: 20px;
  line-height: 27px;
  color: #1a1919;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  left: 32px;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ui-dialog .ui-dialog-content .overlay-header .overlay-navigation {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .overlay-header .overlay-navigation {
    left: 12px;
  }
}
.ui-dialog .ui-dialog-content .overlay-header .overlay-navigation .next_icon {
  padding-top: 3px;
}
.ui-dialog .ui-dialog-content .overlay-header .overlay-navigation .icon {
  line-height: 27px;
  font-size: 16px;
}
.ui-dialog .ui-dialog-content .overlay-header .overlay-navigation:hover {
  text-decoration: none;
  color: #023f85;
}
.ui-dialog .ui-dialog-content .overlay-header .overlay-navigation:hover .icon {
  text-decoration: none;
  color: #023f85;
}
.ui-dialog .ui-dialog-content .overlay-content {
  min-height: unset !important;
  max-height: unset !important;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  top: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  height: calc(100% - 60px);
  left: 0;
  padding: 32px 32px 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ui-dialog .ui-dialog-content .overlay-content {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .overlay-content {
    padding: 12px;
  }
}
.ui-dialog .ui-dialog-content .overlay-footer {
  width: 100%;
  display: flex;
  border-top: 1px solid #e3e3e5;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  flex-direction: row;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .overlay-footer {
    flex-direction: column;
    height: calc(60px + 60px);
  }
}
.ui-dialog .ui-dialog-content .overlay-footer .button.button-trans {
  background: transparent;
  color: #1a1919;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  flex-direction: row;
  line-height: 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .overlay-footer .button.button-trans {
    width: 100%;
  }
}
.ui-dialog .ui-dialog-content .overlay-footer .button.button-trans::after {
  color: #1a1919;
  font-family: 'bs-iconfont';
  content: "\e95f";
  margin-left: 5px;
  font-size: 13px;
  line-height: 15px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-content .overlay-footer .button.button-trans:first-of-type {
    border-bottom: 1px solid #e3e3e5;
  }
}
@media screen and (min-width: 768px) {
  .ui-dialog .ui-dialog-content .overlay-footer .button.button-trans:first-of-type {
    border-right: 1px solid #e3e3e5;
  }
}
.ui-dialog .ui-dialog-content .overlay-footer .button.button-trans:hover {
  color: #023f85;
}
.ui-dialog .ui-dialog-content .overlay-footer .button.button-trans:hover::after {
  color: #023f85;
}
.ui-dialog .ui-dialog-content .overlay-start-wrapper {
  height: calc(100% - 12px);
  position: relative;
  width: 100%;
  display: block;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
}
.ui-dialog .ui-dialog-content .overlay-start-wrapper .overlay-content {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
  min-height: calc(80vh - 60px) !important;
}
.ui-dialog .ui-dialog-content .overlay-start-wrapper .overlay-footer {
  position: relative;
  bottom: unset;
}
@media all and (-ms-high-contrast: none) {
  .ui-dialog .ui-dialog-content .overlay-start-wrapper {
    height: 100%;
  }
  .ui-dialog .ui-dialog-content *::-ms-backdrop,
  .ui-dialog .ui-dialog-content .overlay-start-wrapper {
    height: 100%;
  }
}
.ui-dialog.fly-in-visible {
  transform: translate(-25em, 0);
}
.ui-dialog.no-close .ui-dialog-titlebar-close {
  display: none!important;
}
.fly-in-visible .ui-widget-overlay {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .ios .ui-dialog .ui-dialog-content {
    height: calc(80vh) !important;
  }
}
.body.ui-dialog-position-fixed {
  position: fixed;
  width: 100%;
}
.ui-dialog.privacy-overlay {
  height: auto !important;
  padding: 15px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .ui-dialog.privacy-overlay {
    padding: 0 24px;
    top: 60px !important;
  }
  .landing-1774 .ui-dialog.privacy-overlay {
    top: 163px !important;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog.privacy-overlay {
    top: 0 !important;
    max-height: 100%;
  }
}
.ui-dialog.privacy-overlay.to-top {
  top: 0px !important;
}
.ui-dialog.privacy-overlay.to-bottom {
  top: -40px !important;
}
.ui-dialog.privacy-overlay .ui-dialog-content {
  max-width: 100%;
  border-radius: 0;
  min-height: 0 !important;
  max-height: none !important;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ui-dialog.privacy-overlay .ui-dialog-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .ui-dialog.privacy-overlay .ui-dialog-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .ios .ui-dialog.privacy-overlay .ui-dialog-content {
    height: 100% !important;
  }
}
.ui-dialog.privacy-overlay .mobile-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .ui-dialog.privacy-overlay .mobile-show {
    display: none;
  }
}
.ui-dialog.privacy-overlay .tablet-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .ui-dialog.privacy-overlay .tablet-show {
    display: block;
  }
}
.ui-dialog.privacy-overlay .button-bordered {
  border: 1px solid #1a1919;
  background: transparent;
  color: #1a1919;
}
.ui-dialog.privacy-overlay .button-bordered:hover {
  background: #1a1919;
  color: #ffffff;
}
.ui-dialog.privacy-overlay .switch {
  position: relative;
  height: auto;
  width: auto;
  background: transparent;
}
.landing-1774 .ui-dialog.privacy-overlay .button-custom-green {
  background: #000000;
  border-color: #000000;
}
.landing-1774 .ui-dialog.privacy-overlay .button-custom-green:hover {
  color: #ffffff;
}
.ui-dialog .overlay-header .overlay-navigation .icon {
  margin-right: 5px;
}
.ui-dialog .overlay-header .overlay-navigation .icon:before {
  font-size: 12px;
}
.ui-dialog .overlay-header .overlay-navigation .next_icon {
  display: none;
}
.ui-dialog .cookie-privacy-wrapper {
  padding: 24px;
  overflow: auto;
  color: #1a1919;
  font-size: 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ui-dialog .cookie-privacy-wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper {
    padding: 23px 30px 30px;
  }
}
@media screen and (min-width: 1279px) {
  .ui-dialog .cookie-privacy-wrapper {
    padding: 23px 60px 30px;
  }
}
.ui-dialog .cookie-privacy-wrapper .back {
  position: relative;
}
.ui-dialog .cookie-privacy-wrapper .back a {
  position: absolute;
  top: 12px;
  left: 0;
}
.ui-dialog .cookie-privacy-wrapper .back .icon::after {
  color: #000000;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list {
  width: 100%;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-list {
  width: 100%;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-list.privacy {
  margin-bottom: 30px;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-list.privacy .toggle-content {
  margin-bottom: 20px;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container {
  border: 0;
  margin-left: 0;
  padding: 0;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container:last-child .toggle-container {
  padding-bottom: 0;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle {
  color: #1a1919;
  padding: 20px 25px 20px 0;
  border-top: 1px solid #d0d0d0;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle {
    font-size: 18px;
    padding: 28px 0;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle .text-larger {
  margin: 0;
  text-transform: uppercase;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle .content-asset {
  font-size: 14px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle .content-asset {
    width: 600px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle .content-asset span {
  text-decoration: underline;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle:hover,
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle:focus,
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle.expanded {
  text-decoration: none;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle:after {
  font-family: "bs-iconfont";
  content: "\e95a";
  color: #000000;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-size: 20px;
  transition: transform 0.2s ease 0s;
}
@media (max-width: 767px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle:after {
    right: 0;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle.expanded:after {
  transform: rotate(180deg) translateY(50%);
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content {
  padding: 0;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content {
    padding: 0 30px 0 30px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content p {
  color: #1a1919;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 10px 0 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content p {
    font-size: 16px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container:first-child .toggle {
  border-top: 0;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container .toggle {
  padding: 20px 50px 20px 10px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1a1919;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container .toggle {
    padding: 30px 50px 30px 10px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container .toggle:after {
  color: #1a1919;
  font-size: 16px;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container .toggle .toggle-content {
  color: #1a1919;
  padding: 0 0 20px 0 !important;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .toggle-content .toggle-container .toggle .toggle-content {
    padding: 0 15px 30px 15px;
    margin: 0 25px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container {
  background: #f6f6f6;
  margin-bottom: 32px;
  display: flex;
  flex-direction: row-reverse;
  padding: 15px;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container {
    padding: 28px;
    width: 576px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table {
  padding-right: 20px;
  border-right: solid 1px #d1d3d6;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul {
  display: flex;
  flex-direction: column;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li:last-child {
  padding-bottom: 0;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li .title,
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li .info {
  width: 100%;
  display: block;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li .title {
  font-weight: 700;
  text-transform: uppercase;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-table ul li .info {
  font-size: 14px;
  line-height: 1.5em;
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-switch {
  width: 79px;
  position: relative;
}
@media (max-width: 767px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-switch {
    width: 50px;
  }
}
.ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-switch .privacy-switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 39px;
}
@media (max-width: 767px) {
  .ui-dialog .cookie-privacy-wrapper .cookie-privacy-setting-detail-toggle-list .toggle-container .cookie-container .cookie-container-switch .privacy-switch {
    left: 21px;
  }
}
.ui-dialog .main-cookie-title {
  font-size: 24px;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.landing-1774 .ui-dialog .main-cookie-title {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .landing-1774 .ui-dialog .main-cookie-title {
    line-height: 1em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ui-dialog .main-cookie-title {
    text-align: center;
  }
}
.ui-dialog .cookie-privacy-level-setting {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.ui-dialog .cookie-privacy-level-setting .setting-title {
  width: 100%;
  text-align: center;
}
.ui-dialog .cookie-privacy-level-setting .privacy-switches {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-level-setting .privacy-switches {
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    width: 472px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch {
    margin-bottom: 16px;
  }
}
.ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch-wrapper {
  width: 50%;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch-wrapper {
    margin-bottom: 15px;
  }
}
.ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch-wrapper:last-child {
  margin-right: 0;
}
.ui-dialog .cookie-privacy-level-setting .privacy-switches .privacy-switch-wrapper .privacy-switch-texts-wrapper {
  margin: 0.75em 0;
}
.ui-dialog .cookie-privacy-level-setting .button {
  margin-top: 25px;
  display: flex;
  align-self: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ui-dialog .cookie-privacy-level-setting .button {
    width: 100%;
  }
}
.ui-dialog .switch {
  cursor: pointer;
}
.ui-dialog .switch.locked {
  cursor: not-allowed;
}
.ui-dialog .switch .switch-input:checked ~ .switch-label {
  background: #013672;
}
.ui-dialog .cookie-privacy-setting-detail {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  display: none;
}
.ui-dialog .cookie-privacy-setting-detail:last-child {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ui-dialog .cookie-privacy-setting-detail:last-child {
    padding-top: 0;
  }
}
.ui-dialog .cookie-privacy-setting-detail .content-asset {
  width: 100%;
}
.ui-dialog input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
}
.ui-dialog input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  position: relative;
}
.ui-dialog input[type="checkbox"] + label::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border: solid 1px #a7a7a7;
  margin-right: 8px;
  background: #ffffff;
}
.ui-dialog input[type="checkbox"]:checked + label::after {
  font-family: "bs-iconfont";
  content: "\e968";
  display: block;
  position: absolute;
  font-size: 25px;
  color: #1a1919;
  left: -1px;
  top: 1px;
}
.ui-dialog input[type="checkbox"]:disabled + label::after {
  color: #767676;
}
.ui-dialog input[type="checkbox"]:disabled + label .privacy-switch-title {
  color: #636363;
}
.authenticity-statement-wrapper {
  background: #e3e3e5;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 11;
  transition: max-height 0.5s;
  overflow: hidden;
  max-height: 0;
}
.authenticity-statement-wrapper .icon .ocd-close .icon-icon-menu-close {
  padding: 15px;
  font-size: 12px;
  cursor: pointer;
}
.authenticity-statement-wrapper .icon.icon-seal2 {
  display: none;
  font-size: 30px;
  color: #023f85;
  padding: 10px;
}
@media (min-width: 768px) {
  .authenticity-statement-wrapper .icon.icon-seal2 {
    display: block;
  }
}
.authenticity-statement-wrapper .icon.icon-icon-menu-close {
  padding: 15px;
  font-size: 12px;
  cursor: pointer;
}
.authenticity-statement-wrapper .icon.icon-arrow_right2 {
  position: relative;
  top: 1px;
  font-size: 10px;
}
.authenticity-statement-wrapper .authenticity-text {
  width: 100%;
  line-height: 20px;
  justify-self: flex-start;
  display: block;
  font-size: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .authenticity-statement-wrapper .authenticity-text {
    padding: 0;
    line-height: 18px;
  }
}
.authenticity-statement-wrapper .about-purchase-link {
  color: #023f85;
  display: block;
}
@media (min-width: 767px) {
  .authenticity-statement-wrapper .about-purchase-link {
    display: inline;
  }
}
.authenticity-statement-wrapper.show-bar {
  max-height: 100px;
}
.authenticity-bar .back-to-top {
  bottom: 70px!important;
}
.authenticity-bar .kustomer-app-icon {
  bottom: 70px!important;
}
.authenticity-bar .usabilla_live_button_container {
  bottom: 70px!important;
}
.no-authenticity-bar .back-to-top {
  transition: bottom 0.5s ease 0s;
  bottom: 25px!important;
}
.no-authenticity-bar .kustomer-app-icon {
  transition: bottom 0.5s ease 0s;
  bottom: 25px!important;
}
.no-authenticity-bar .usabilla_live_button_container {
  transition: bottom 0.5s ease 0s;
  bottom: 25px!important;
}
.toggle-cookies-wrapper {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .toggle-cookies-wrapper {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .toggle-cookies-wrapper {
    margin: 0 0 25px;
  }
}
.toggle-cookies-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d1d3d6;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-cookies-content {
  padding: 0 25px 0 15px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.toggle-cookies-content::after {
  font-family: "bs-iconfont";
  content: "\e95a";
  font-size: 10px;
  position: absolute;
  top: -1px;
  padding-left: 4px;
  background: #ffffff;
}
.overlay-link {
  color: #636363;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .privacy-overlay-ctas {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .privacy-overlay-ctas {
    position: fixed;
    width: calc(100% - 30px);
    background: #ffffff;
    right: 15px;
    padding: 15px;
    box-sizing: border-box;
    bottom: 15px;
  }
}
.privacy-overlay-ctas .button {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .privacy-overlay-ctas .button {
    min-width: 250px;
    margin: 0 5px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .privacy-overlay-ctas .button {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .toggle-list.privacy {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .toggle-list.privacy .toggle-container:first-child .toggle {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .toggle-list.privacy .toggle-container:first-child .toggle::after {
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .toggle-list.privacy .toggle-container:last-child .toggle {
    border-bottom: solid 1px #d0d0d0;
  }
}
.cookie-container-switch-title {
  font-style: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-left: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cookie-container-switch-title {
    padding-left: 10px;
  }
}
.cookie-privacy-overlay-start-wrapper p {
  margin: 0;
}
.cookies-assets-wrapper {
  font-size: 14px;
}
.cookies-assets-wrapper .cookie-start-indicator {
  position: absolute;
  top: 55px;
}
.cookies-assets-wrapper .heading-1 {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}
.landing-1774 .cookies-assets-wrapper .heading-1 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}
.landing-1774 .cookies-assets-wrapper .heading-2 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  font-size: 20px;
}
.cookies-assets-wrapper a {
  text-decoration: underline;
}
.cookies-assets-wrapper h3 {
  font-size: 18px;
}
.overlay-bottom-ctas {
  margin-top: 22px;
}
.overlay-bottom-ctas a {
  margin: 0 3px;
}
@media (min-width: 768px) {
  .overlay-bottom-ctas {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .overlay-bottom-ctas {
    margin: 0;
  }
}
.privacy-switch-title {
  font-weight: bold;
}
.ui-privacy-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
html.ocd-prevent-scroll {
  overflow: hidden;
}
html .ocd-flyin {
  overflow-y: auto;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 0;
}
html .ocd-flyin .ocd-side-button .fly-in-flag {
  cursor: pointer;
}
html .ocd-flyin .ocd-side-button .fly-in-flag .rotated-text-inner {
  pointer-events: none;
}
html .ocd-flyin .ocd-content {
  padding: 30px;
  border: none;
  width: 0;
  background-color: #ffffff;
  padding-bottom: 134px;
}
@media screen and (max-width: 1023px) {
  html .ocd-flyin .ocd-content {
    height: calc(100vh - 59px);
    padding-bottom: 89px;
  }
}
html .ocd-flyin .ocd-content .ocd-close {
  text-align: right;
  z-index: 999;
  padding: 0;
  top: 14px;
  cursor: pointer;
  position: absolute;
  right: 12px;
}
html .ocd-flyin .ocd-content .ocd-close .icon {
  color: #636363;
  font-size: 15px;
}
html .ocd-flyin .ocd-content .ocd-close .icon:hover,
html .ocd-flyin .ocd-content .ocd-close .icon:focus {
  color: #023f85;
}
html .ocd-flyin.right .ocd-content {
  right: 0;
  box-shadow: -8px 0 12px 0 rgba(0, 0, 0, 0.085);
}
html .ocd-flyin.right.active {
  right: 0;
}
html .ocd-flyin.right-not-active {
  right: 25em;
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.right-not-active {
    right: 100%;
  }
}
html .ocd-flyin.left .ocd-content {
  left: 0;
  box-shadow: 8px 0 12px 0 rgba(0, 0, 0, 0.085);
}
html .ocd-flyin.left.active {
  left: 0;
}
html .ocd-flyin.left-not-active {
  left: -25em;
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.left-not-active {
    left: -100%;
  }
}
html .ocd-flyin.active {
  width: 25em;
}
html .ocd-flyin.active.with-button {
  width: calc(25em + 40px);
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active.with-button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 13/9) {
  html .ocd-flyin.active:not(.mobile-menu) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-aspect-ratio: 13/9) {
  html .ocd-flyin.active:not(.mobile-menu) {
    width: 50%;
  }
}
html .ocd-flyin.active .ocd-content {
  width: 100%;
  right: 0;
  position: absolute;
}
html .ocd-flyin.active.newsletter-flag {
  width: calc(31em + 40px);
}
html .ocd-flyin.active.newsletter-flag .ocd-content {
  background-color: #f6f6f6;
  padding: 32px 32px 200px;
}
html .ocd-flyin.active.newsletter-flag .ocd-content .message {
  background-color: #ffffff;
}
html .ocd-flyin.active.newsletter-flag .flyin-headline-1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0.25em;
}
html .ocd-flyin.active.newsletter-flag .flyin-headline-2 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active.newsletter-flag .fly-in-flag {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active.newsletter-flag .fly-in-flag.mobile-left {
    left: calc(25em - 9px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .ocd-flyin.active.newsletter-flag .fly-in-flag.tablet-left {
    left: 25em;
  }
}
@media screen and (min-width: 1024px) {
  html .ocd-flyin.active.newsletter-flag .fly-in-flag.desktop-left {
    left: 25em;
  }
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active.newsletter-flag .fly-in-flag.mobile-right {
    left: 0;
  }
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .mandatory-indicator,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .mandatory-indicator {
  color: #636363;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-multi .form-row:first-of-type,
  html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-multi .form-row:first-of-type {
    padding-right: 5px;
  }
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-multi .form-row-button .button,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-multi .form-row-button .button {
  width: 100%;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-multi:last-of-type,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-multi:last-of-type {
  margin-top: 1em;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-checkbox .label,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-checkbox .label {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-checkbox .label .legal-terms-show-more-content p,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-checkbox .label .legal-terms-show-more-content p {
  font-size: 12px;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin input.error,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form input.error {
  border-color: #d01d1b;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin label.error,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form label.error {
  font-size: 12px;
  line-height: 14px !important;
  color: #d01d1b;
  margin-left: 11px;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .form-row-email,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .form-row-email {
  margin-top: 0;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .status.message.error-form,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .status.message.error-form {
  display: none;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .status.message.error-form:first-of-type,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .status.message.error-form:first-of-type {
  display: block;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .optiondivider,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .optiondivider {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-top: 12px;
  display: block;
  width: 100%;
}
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form-flyin .button,
html .ocd-flyin.active.newsletter-flag .nlsubscribe-form .button {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active.newsletter-flag .message {
    padding: 1.25em 12px 1.25em calc(12px * 4.5);
  }
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.active:not(.mobile-menu) .ocd-content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
html .ocd-flyin:not(.behind-header) .ocd-content {
  height: 100%;
}
html .ocd-flyin.mobile-menu {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  html .ocd-flyin.mobile-menu {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  html .ocd-flyin.mobile-menu {
    width: calc(50% + 48px) !important;
  }
}
html .ocd-flyin.mobile-menu .ocd-side-button {
  width: 48px;
  height: 60px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .ocd-flyin.mobile-menu .ocd-side-button {
    background-color: transparent;
    height: 72px;
  }
}
html .ocd-flyin.mobile-menu .ocd-side-button .header-mobile-menu-trigger {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 14px;
}
html .ocd-flyin.mobile-menu .ocd-side-button .header-mobile-menu-trigger .icon {
  font-size: 20px;
  margin-top: 2px;
}
html .ocd-flyin.mobile-menu .ocd-content {
  width: calc(100% - 48px);
  height: 100vh !important;
  padding: 0;
  border-left: 1px solid #e3e3e5;
  background-color: #f6f6f6;
}
html .ocd-flyin.mobile-menu .ocd-content .mob-menu-pusher-ctr .flyin {
  right: -50%;
  width: 50%;
}
html .ocd-flyin.mobile-menu .ocd-content .mob-menu-pusher-ctr .flyin.mmsc-active {
  right: 0;
}
html .ocd-flyin.fly-in-dialogue-avaliability .availability-success {
  padding-top: 30px;
}
html .ocd-flyin.fly-in-dialogue-avaliability .loader,
html .ocd-flyin.newsletter-flag .loader,
html .ocd-flyin.fly-in-dialogue-avaliability .loader-bg,
html .ocd-flyin.newsletter-flag .loader-bg {
  position: absolute !important;
}
html .ocd-flyin.fly-in-dialogue-avaliability .ocd-close,
html .ocd-flyin.newsletter-flag .ocd-close {
  color: #023f85;
  cursor: pointer;
}
html .ocd-flyin.fly-in-dialogue-avaliability .flyin-headline-3,
html .ocd-flyin.newsletter-flag .flyin-headline-3 {
  text-align: center;
}
html .ocd-flyin.fly-in-dialogue-avaliability .flyin-headline-3 i,
html .ocd-flyin.newsletter-flag .flyin-headline-3 i {
  font-size: 60px;
  color: #023f85;
  margin-bottom: 25px;
  display: block;
}
html .ocd-flyin.fly-in-dialogue-avaliability .flyin-success-text,
html .ocd-flyin.newsletter-flag .flyin-success-text {
  text-align: left;
}
html .ocd-flyin.with-button .fly-in-flag {
  width: 40px;
  position: absolute;
}
html .ocd-flyin.with-button.right .fly-in-flag {
  left: 0;
}
html .ocd-flyin.with-button.left .fly-in-flag {
  right: 0;
}
html .ocd-flyin.with-button .ocd-content {
  width: calc(100% - 40px);
}
html .ocd-flyin.with-button .ocd-side-button .fly-in-flag {
  top: calc(250px - 104px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .ocd-flyin.with-button .ocd-side-button .fly-in-flag {
    top: calc(250px - 59px);
  }
}
html .ocd-flyin.with-button.mobile-menu .ocd-content {
  width: calc(100% - 48px);
}
html .ocd-flyin .flyin-buttons-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}
html .ocd-flyin .flyin-buttons-row .button {
  width: 48%;
}
html .ocd-flyin.bonus-product-flyin .bonus-product-list,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .bonus-product-list {
  border-top: 1px solid #e3e3e5;
  padding-top: 20px;
  margin-top: 20px;
}
html .ocd-flyin.bonus-product-flyin .bonus-product-list .bonus-product,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .bonus-product-list .bonus-product {
  border-bottom: 1px solid #e3e3e5;
  padding-bottom: 20px;
  color: #1a1919;
  margin-bottom: 20px;
}
html .ocd-flyin.bonus-product-flyin .bonus-product-list .bonus-product .bonus-product-radio-ctnr,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .bonus-product-list .bonus-product .bonus-product-radio-ctnr,
html .ocd-flyin.bonus-product-flyin .bonus-product-list .bonus-product .bonus-product-checkbox-ctnr,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .bonus-product-list .bonus-product .bonus-product-checkbox-ctnr {
  align-self: center;
  margin-right: 10px;
}
html .ocd-flyin.bonus-product-flyin .bonus-product-list .bonus-product.non-selected.disabled .bonus-product-checkbox-ctnr,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .bonus-product-list .bonus-product.non-selected.disabled .bonus-product-checkbox-ctnr {
  opacity: 0.3;
}
html .ocd-flyin.bonus-product-flyin .close-ctr .close:hover,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .close-ctr .close:hover {
  opacity: 1;
}
html .ocd-flyin.bonus-product-flyin .button,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .button {
  width: 100%;
}
html .ocd-flyin.bonus-product-flyin _:-ms-lang(x),
html .ocd-flyin.fly-in-dialogue-freebie-promotion _:-ms-lang(x),
html .ocd-flyin.bonus-product-flyin .button,
html .ocd-flyin.fly-in-dialogue-freebie-promotion .button {
  margin-bottom: 30px;
}
@-moz-document url-prefix() {
  html .ocd-flyin.bonus-product-flyin .button,
  html .ocd-flyin.fly-in-dialogue-freebie-promotion .button {
    margin-bottom: 30px;
  }
}
html .ocd-flyin.quick-shop.behind-header {
  margin-top: 59px;
  height: calc(100% - 59px);
}
@media screen and (min-width: 1024px) {
  html .ocd-flyin.quick-shop.behind-header {
    margin-top: 104px;
    height: calc(100% - 104px);
  }
}
html .ocd-flyin.quick-shop .attribute.fitinfo {
  margin-bottom: 22px;
}
html .body.scroll-in-top .ocd-flyin.behind-header {
  margin-top: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .body.scroll-in-top .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  html .body.scroll-in-top .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
html .body.scroll-in-top .ocd-flyin.behind-header .ocd-content {
  height: auto;
  min-height: calc(100vh);
}
html .body.scroll-in-top .ocd-flyin:not(.behind-header) .ocd-content {
  height: 100%;
}
html .body.scroll-in-top .ocd-flyin .ocd-side-button .fly-in-flag {
  top: calc(250px - 104px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .body.scroll-in-top .ocd-flyin .ocd-side-button .fly-in-flag {
    top: calc(250px - 59px);
  }
}
html .body.scroll-in-top .ocd-flyin.quick-shop .ocd-content {
  min-height: 100%;
}
html .body.scroll-not-in-top .ocd-flyin.behind-header {
  margin-top: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .body.scroll-not-in-top .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
@media screen and (max-width: 767px) {
  html .body.scroll-not-in-top .ocd-flyin.behind-header {
    margin-top: 59px;
  }
}
html .body.scroll-not-in-top .ocd-flyin.behind-header .ocd-content {
  height: auto;
  min-height: calc(100vh);
}
html .body.scroll-not-in-top .ocd-flyin.behind-header .ocd-content table {
  margin-bottom: 0px;
}
html .body.scroll-not-in-top .ocd-flyin:not(.behind-header) .ocd-content {
  height: 100%;
}
html .body.scroll-not-in-top .ocd-flyin .ocd-side-button .fly-in-flag {
  top: calc(250px - 60px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .body.scroll-not-in-top .ocd-flyin .ocd-side-button .fly-in-flag {
    top: calc(250px - 71px);
  }
}
html .body.scroll-not-in-top .ocd-flyin.quick-shop .ocd-content {
  min-height: 100%;
}
html .ocd-overlay {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
html .ocd-overlay.active {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 6000px;
  position: fixed;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
html .ocd-overlay.fade-out {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
html .ocd-overlay.left {
  left: 0;
}
html .ocd-overlay.right {
  right: 0;
}
html .wrapper.ocd-smashed header.ocd-active {
  width: calc(100% - 25em);
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-smashed header.ocd-active {
    width: 100%;
  }
}
html .wrapper.ocd-left.ocd-smashed {
  margin-left: 25em;
  transition: margin-left 0.5s;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-left.ocd-smashed {
    margin-left: 100%;
  }
}
html .wrapper.ocd-right.ocd-smashed {
  margin-right: 25em;
  transition: margin-right 0.5s;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-right.ocd-smashed {
    margin-right: 100%;
  }
}
html .wrapper.ocd-overlaid {
  width: 100%;
}
html .wrapper.ocd-left.ocd-overlaid {
  margin-left: 0;
}
html .wrapper.ocd-pushed header.ocd-active.ocd-right {
  margin-left: -25em;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-pushed header.ocd-active.ocd-right {
    margin-left: -100%;
  }
}
html .wrapper.ocd-pushed header.ocd-active.ocd-left {
  margin-left: 25em;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-pushed header.ocd-active.ocd-left {
    margin-left: 100%;
  }
}
html .wrapper.ocd-pushed.ocd-right {
  width: 100%;
}
html .wrapper.ocd-pushed.ocd-right .main-wrapper {
  margin-left: -25em;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-pushed.ocd-right .main-wrapper {
    margin-left: -100%;
  }
}
html .wrapper.ocd-pushed.ocd-left {
  width: 100%;
}
html .wrapper.ocd-pushed.ocd-left .main-wrapper {
  margin-left: 25em;
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-pushed.ocd-left .main-wrapper {
    margin-left: 100%;
  }
}
@media screen and (max-width: 767px) {
  html .wrapper.ocd-active .fly-in-flag:not(.mobile-hidden) {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html .wrapper.ocd-active .fly-in-flag:not(.tablet-hidden) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  html .wrapper.ocd-active .fly-in-flag:not(.desktop-hidden) {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  html .wrapper.ocd-active:not(.mobile-menu) .header-wrapper {
    z-index: 9999;
  }
}
html.win-os {
  -ms-overflow-style: scrollbar;
}
html.win-os.ocd-prevent-scroll {
  overflow: inherit;
}
html.win-os .body {
  -ms-overflow-x: hidden;
}
html.win-os .fly-in-dialogue-avaliability .ocd-content {
  overflow-y: scroll;
}
@media screen and (min-width: 1280px) {
  html.win-os .ocd-animation-started {
    overflow-y: scroll;
  }
  html.win-os.ocd-prevent-scroll .ocd-body-active,
  html.win-os.ocd-prevent-scroll .ocd-animation-started {
    overflow: hidden;
  }
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper .site-container,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper .site-container {
    padding-right: 17px;
  }
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper .site-container .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper .site-container .header-wrapper {
    padding-right: 17px;
  }
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper _:-ms-lang(x),
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper _:-ms-lang(x),
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper _:-webkit-full-screen,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper _:-webkit-full-screen,
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper .site-container,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper .site-container {
    padding-right: 16px;
  }
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper _:-ms-lang(x) .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper _:-ms-lang(x) .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper _:-webkit-full-screen .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper _:-webkit-full-screen .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-body-active .wrapper .site-container .header-wrapper,
  html.win-os.ocd-prevent-scroll .ocd-animation-started .wrapper .site-container .header-wrapper {
    padding-right: 16px;
  }
}
html .close-flyin-content {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html .mr-active .fly-in-flag {
    display: none !important;
  }
}
.ios .ocd-content {
  padding-bottom: 110px !important;
}
.ios .body.ocd-body-active .ocd-flyin .ocd-side-button {
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ios .body.ocd-body-active .ocd-flyin .ocd-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ios .body.ocd-body-active .header-wrapper {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ios .body.ocd-body-active .header-wrapper .header-right {
    background: #ffffff;
    position: fixed;
    right: 24px;
    -webkit-overflow-scrolling: touch;
    top: 0;
  }
}
.ocd-content .carousel-container .bubble-ctr .bubbles .bubble {
  margin-left: 4px;
  margin-right: 4px;
}
.ocd-content .price-cokpit {
  padding-bottom: 4px;
}
.ocd-content .attribute.size .attribute-dropdown {
  transition: border-color 0.2s ease 0s;
  cursor: pointer;
}
.ocd-content .attribute.size .attribute-dropdown .selection-text {
  transition: color 0.2s ease 0s;
}
.ocd-content .attribute.size .attribute-dropdown .selection-icon {
  transition: color 0.2s ease 0s;
}
.ocd-content .attribute.size .attribute-dropdown .selection-icon .icon {
  transition: color 0.2s ease 0s;
}
.ocd-content .attribute.size .attribute-dropdown:hover {
  border-color: #023f85;
  transition: border-color 0.2s ease 0s;
  cursor: pointer;
}
.ocd-content .attribute.size .attribute-dropdown:hover .selection-text {
  color: #023f85;
  transition: color 0.2s ease 0s;
}
.ocd-content .attribute.size .attribute-dropdown:hover .selection-icon {
  color: #023f85;
  transition: color 0.2s ease 0s;
}
.ocd-content .attribute.size .attribute-dropdown:hover .selection-icon .icon {
  color: #023f85;
  transition: color 0.2s ease 0s;
}
@media all and (-ms-high-contrast: none) {
  .ocd-content .quickshop .product-images-top {
    height: 100%;
  }
  .ocd-content .quickshop *::-ms-backdrop,
  .ocd-content .quickshop .product-images-top {
    height: 100%;
  }
}
.ocd-content .quickshop .carousel-container .carousel-container-inner {
  margin-left: 22px;
  margin-right: 22px;
}
.ocd-content .quickshop .product-reminder-section {
  margin-bottom: 0;
  min-height: auto !important;
}
.ocd-content .quickshop .product-reminder-section .reminder {
  margin-top: 4px;
}
.cross-sell-wrapper {
  max-width: 1280px;
  margin: 0 auto 24px auto;
}
.cross-sell {
  border: 1px dashed #a7a7a7;
  border-radius: 3px;
  background-color: #fff;
  margin: 0 12px;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .cross-sell--v1 .cross-sell,
  .cross-sell--v4 .cross-sell {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell,
  .cross-sell--v4 .cross-sell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
}
.cross-sell--v2 .cross-sell,
.cross-sell--v3 .cross-sell {
  margin: 0;
}
.cross-sell--v3 .cross-sell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
}
.cross-sell-intro {
  display: none;
}
.cross-sell--v2 .cross-sell-intro,
.cross-sell--v4 .cross-sell-intro {
  display: block;
}
.cross-sell-headline1,
.cross-sell-headline2 {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.cross-sell-headline1 {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cross-sell-headline1 {
    display: none;
  }
}
.cross-sell--v3 .cross-sell-headline1 {
  display: block;
}
.cross-sell-headline2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-headline2,
  .cross-sell--v4 .cross-sell-headline2 {
    display: block;
    padding: 0 40px;
    font-size: 21px;
  }
}
.cross-sell-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-product,
  .cross-sell--v4 .cross-sell-product {
    border: 1px solid #e3e3e5;
    border-top: none;
    border-bottom: none;
  }
}
.cross-sell-product-image {
  padding-right: 24px;
  width: 45%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cross-sell-product-image {
    width: auto;
    text-align: left;
  }
}
.cross-sell-product-content {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .cross-sell-product-content {
    width: 50%;
  }
}
.cross-sell-product-name1,
.cross-sell-product-name2 {
  font-size: 15px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .cross-sell-product-name1,
  .cross-sell-product-name2 {
    font-size: 16px;
  }
}
.cross-sell-product-name1 {
  width: 100%;
}
.cross-sell-product-name2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-product-name1,
  .cross-sell--v4 .cross-sell-product-name1 {
    display: none;
  }
  .cross-sell--v1 .cross-sell-product-name2,
  .cross-sell--v4 .cross-sell-product-name2 {
    display: block;
  }
}
.cross-sell--v3 .cross-sell-product-name1 {
  display: none;
}
.cross-sell--v3 .cross-sell-product-name2 {
  display: block;
}
.cross-sell--v3 .cross-sell-product {
  width: 70%;
}
.cross-sell--v3 .cross-sell-cta {
  width: 30%;
}
.cross-sell-product-details {
  display: flex;
  flex-wrap: wrap;
}
.cross-sell-product-detail {
  width: 100%;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 17px;
}
.cross-sell-product-detail span {
  display: block;
  opacity: 0.7;
  font-size: 12px;
}
.cross-sell-product-detail .icon {
  color: #023f85;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: -4px;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-product-detail,
  .cross-sell--v4 .cross-sell-product-detail {
    width: 50%;
  }
}
.cross-sell--v3 .cross-sell-product-detail {
  width: 50%;
}
.cross-sell-cta {
  margin-top: 12px;
  padding: 0;
  width: 100%;
}
.cross-sell-cta .button {
  white-space: nowrap;
  padding: 0 12px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-cta,
  .cross-sell--v4 .cross-sell-cta {
    padding: 0 40px;
    width: 30%;
  }
}
.cross-sell-cta-price {
  white-space: nowrap;
  font-size: 15px;
}
.cross-sell-cta-price strong {
  font-size: 20px;
}
.cross-sell-cta-price2 {
  text-align: left;
}
* + .cross-sell-cta-price2 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-cta-price2,
  .cross-sell--v4 .cross-sell-cta-price2 {
    display: none;
  }
}
.cross-sell-cta-price1 {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cross-sell--v1 .cross-sell-cta-price1,
  .cross-sell--v4 .cross-sell-cta-price1 {
    display: block;
  }
}
.cross-sell-checkbox {
  display: none;
  margin: 0;
  width: 10%;
}
.cross-sell-product-content3 {
  display: none;
  width: 100%;
}
.cross-sell-toggle {
  font-size: 12px;
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e3e3e5;
}
.cross-sell-cta-price3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .cross-sell--v4 {
    border-top: 1px solid #e3e3e5;
    margin-top: 20px;
    padding-top: 20px;
  }
  .cross-sell--v4 .cross-sell-headline1 {
    display: none;
  }
  .cross-sell--v4 .cross-sell {
    display: flex;
    flex-wrap: wrap;
  }
  .cross-sell--v4 .cross-sell-checkbox {
    display: block;
    overflow: auto;
    padding-top: 12px;
  }
  .cross-sell--v4 .cross-sell-product {
    width: 90%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cross-sell--v4 .cross-sell-product-image,
  .cross-sell--v4 .cross-sell-product-name1 {
    width: auto;
  }
  .cross-sell--v4 .cross-sell-product-image {
    order: 1;
  }
  .cross-sell--v4 .cross-sell-product-image img {
    max-width: 50px;
  }
  .cross-sell--v4 .cross-sell-product-name1 {
    order: 2;
    margin: 0;
  }
  .cross-sell--v4 .cross-sell-cta-price3 {
    display: block;
    order: 3;
    color: #023f85;
  }
  .cross-sell--v4 .cross-sell-toggle {
    display: block;
    width: 100%;
  }
  .cross-sell--v4 .cross-sell-product-content1 {
    display: none;
  }
  .cross-sell--v4 .cross-sell-cta {
    display: none;
  }
  .cross-sell--v4 .cross-sell-product-details {
    width: 100%;
  }
  .cross-sell--v4 .cross-sell-product-detail {
    width: 50%;
  }
  .cross-sell-toggle-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
  }
  .cross-sell-toggle-less {
    display: none;
  }
  .cross-sell-is-expanded .cross-sell-toggle-more {
    display: none;
  }
  .cross-sell-is-expanded .cross-sell-toggle-less {
    display: block;
  }
  .cross-sell-is-expanded .cross-sell-product-content3,
  .cross-sell-is-expanded .cross-sell-cta {
    display: block;
  }
}
.custom-dropdown {
  list-style: none;
  position: relative;
  height: 40px;
  width: 100%;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}
.custom-dropdown__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transition: transform 0.2s linear;
}
.custom-dropdown__arrow.expanded {
  transform: rotate(-180deg);
}
.custom-dropdown__list {
  width: 200px;
  position: absolute;
  right: 0;
  top: -5px;
  border: 1px solid #e3e3e5;
  background: #FFF;
  z-index: 2;
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-dropdown__list-container {
  position: relative;
}
.custom-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-dropdown__list-item {
  padding: 7px 15px 4px 15px;
  transition: background-color 0.1s linear, color 0.1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-dropdown__list-item:hover,
.custom-dropdown__list-item:focus {
  background-color: #023f85;
  color: white;
}
#dropdown__selected {
  color: #1a1919;
  padding: 9px 15px;
  padding-left: 5px;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
}
#dropdown__selected:focus {
  outline: none;
}
#dropdown__selected:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bs-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
  font-size: 0.8em;
  line-height: 7px;
  height: 7px;
  width: auto;
  margin-top: -5px;
  transition: transform 0.2s ease 0s;
  text-indent: 0;
  color: #000000;
}
#dropdown__selected.expanded:after {
  transform: rotate(-180deg);
}
.dropdown-open {
  opacity: 1;
  overflow: auto;
  max-height: 100vh;
  height: auto;
  font-size: 1em;
}
.fit-guide-calculator {
  background-color: #f6f6f6;
  text-align: center;
  padding: 3em 0;
}
.fit-guide-calculator h2 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 30px;
  margin: 0 10px;
}
@media (min-width: 375px) {
  .fit-guide-calculator h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .fit-guide-calculator h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 20px;
  }
}
.fit-guide-calculator .fit-guide-form option {
  text-align: center;
}
.fit-guide-calculator .fit-guide-form .not-allowed input,
.fit-guide-calculator .fit-guide-form .not-allowed label {
  cursor: not-allowed;
}
.fit-guide-calculator .fit-guide-form .select-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 12px 0 12px;
}
@media (min-width: 768px) {
  .fit-guide-calculator .fit-guide-form .select-wrapper {
    flex-direction: row;
    max-width: 466px;
    margin: 20px auto 0 auto;
    padding: 0;
  }
}
.fit-guide-calculator .fit-guide-form .select-wrapper > div {
  width: 100%;
  text-align: left;
}
.fit-guide-calculator .fit-guide-form .select-wrapper > div:first-child {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .fit-guide-calculator .fit-guide-form .select-wrapper > div:first-child {
    margin-bottom: 0;
    margin-right: 32px;
  }
}
.fit-guide-calculator .fit-guide-form .button {
  width: calc(100% - 24px);
  margin: 24px 12px 0 12px;
}
@media (min-width: 768px) {
  .fit-guide-calculator .fit-guide-form .button {
    width: auto;
    margin: 30px 12px 0 12px;
  }
}
.fit-guide-calculator .fit-guide-form .radio-wrapper {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.fit-guide-calculator .fit-guide-form .radio-wrapper .inner {
  display: flex;
}
.fit-guide-calculator .fit-guide-form .radio-wrapper .inner:first-child {
  margin-right: 30px;
}
.fit-guide-calculator .fit-guide-form .radio-wrapper .inner label {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 2px;
}
.fit-guide-calculator .fit-guide-form .info-foot-width a,
.fit-guide-calculator .fit-guide-form .info-foot-length a {
  color: #000000;
  text-decoration: none;
  margin-top: 16px;
  display: flex;
  font-size: 14px;
}
@media (min-width: 768px) {
  .fit-guide-calculator .fit-guide-form .info-foot-width a,
  .fit-guide-calculator .fit-guide-form .info-foot-length a {
    margin-top: 8px;
  }
}
.fit-guide-calculator .fit-guide-form .info-foot-width a .icon-info,
.fit-guide-calculator .fit-guide-form .info-foot-length a .icon-info {
  font-size: 16px;
  margin-right: 8px;
}
.fit-guide-calculator .fit-guide-form .info-foot-width a span,
.fit-guide-calculator .fit-guide-form .info-foot-length a span {
  text-decoration: underline;
}
.fit-guide-calculator .container-result {
  display: none;
}
.fit-guide-calculator .container-result h2 {
  margin-bottom: 25px;
}
.fit-guide-calculator .container-result .result {
  background-color: #ffffff;
  font-size: 28px;
  line-height: 1;
  color: #023f85;
  padding: 20px 10px 16px 10px;
}
@media (min-width: 375px) {
  .fit-guide-calculator .container-result .result {
    font-size: 30px;
    margin: 0 auto;
    padding: 20px 16px 16px 16px;
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .fit-guide-calculator .container-result .result {
    font-size: 32px;
    margin: 0 auto;
  }
}
.fit-guide-calculator .container-result .result .separator {
  color: #D0D0D0;
  padding: 0 20px;
}
.fit-guide-calculator .container-result .recommended-width {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.fit-guide-calculator .container-result .recommended-width .size {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #023f85;
}
.fit-guide-calculator .container-result .recommended-width .icon {
  font-size: 36px;
  color: #023f85;
}
.fit-guide-calculator .container-result .recommended-width .icon-foot_s:before {
  content: "\e974";
}
.fit-guide-calculator .container-result .recommended-width .icon-foot_n:before {
  content: "\e973";
}
.fit-guide-calculator .container-result .description {
  max-width: 380px;
  margin: 28px auto 28px auto;
  padding: 0 10px;
}
.fit-guide-calculator .container-result .button-wrapper {
  margin: 24px auto;
}
.fit-guide-calculator .container-result .button-wrapper button:first-child {
  margin-right: 12px;
}
@media (min-width: 768px) {
  .fit-guide-calculator .container-result .button-wrapper button:first-child {
    margin-right: 30px;
  }
}
.fit-guide-calculator .form-row {
  margin: 0;
}
.fit-guide-calculator .error-msg {
  display: none;
}
.fit-guide-calculator .validation-error .error-msg {
  display: block;
}
.fit-guide-calculator .container-error {
  display: none;
  max-width: 600px;
  margin: 0 auto 30px auto;
  background: #ffffff;
}
.fit-guide-calculator .container-error div {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.fit-guide-calculator .container-error.message:before {
  top: 45%;
  transform: translateY(-50%);
  font-size: 30px;
}
.fit-guide-calculator .container-error:before {
  content: "\e93a";
}
.fit-guide-calculator .legal-text {
  margin-top: 24px;
  font-size: 14px;
  padding: 0 10px;
}
.fit-guide-calculator .legal-text a {
  text-decoration: underline;
  color: #000000;
}
.fit-guide-measure h1 {
  font-size: 24px;
  line-height: 32px;
}
.fit-guide-measure h2 {
  font-size: 18px;
  line-height: 24px;
}
.fit-guide-measure ul {
  margin-top: 20px;
  margin-left: 16px;
}
.fit-guide-measure ul li {
  font-size: 14px;
  list-style-type: disc;
}
.fit-guide-measure img {
  width: 100%;
  margin-top: 30px;
}
.fit-guide-size-chart {
  max-width: 400px;
}
.fit-guide-size-chart h1 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
.fit-guide-size-chart h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0px 22px 0;
  text-transform: uppercase;
}
.fit-guide-size-chart .radio-wrapper {
  display: flex;
}
.fit-guide-size-chart .radio-wrapper > div {
  display: flex;
  align-items: center;
}
.fit-guide-size-chart .radio-wrapper > div:first-child {
  margin-right: 20px;
}
.fit-guide-size-chart .radio-wrapper > div .radio {
  margin-right: 10px;
}
.fit-guide-size-chart .radio-wrapper > div label {
  font-size: 14px;
  text-transform: uppercase;
}
.fit-guide-size-chart .length-content,
.fit-guide-size-chart .width-content {
  display: none;
}
.fit-guide-size-chart .show-content {
  display: block;
}
.fit-guide-size-chart table {
  border: 0;
}
.fit-guide-size-chart table.t-width th {
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #000000 !important;
  text-align: center !important;
  padding: 15px 0 !important;
}
.fit-guide-size-chart table.t-width td {
  border-bottom: 1px solid #000000 !important;
  text-align: center !important;
  padding: 15px 0 !important;
}
.fit-guide-size-chart table.t-length table th {
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 15px 0 !important;
}
.fit-guide-size-chart table.t-length table th.blue {
  color: #023f85;
}
.fit-guide-size-chart table.t-length table th.no-padding {
  padding: 0!important;
}
.fit-guide-size-chart table.t-length table th.no-border {
  border: 0!important;
}
.fit-guide-size-chart table.t-length table th.border-bottom {
  border-bottom: 1px solid #000000 !important;
}
.fit-guide-size-chart table.t-length table td {
  border-bottom: 1px solid #000000 !important;
  text-align: center !important;
  padding: 15px 0 !important;
}
.ocd-content .fit-guide-size-chart table {
  margin-bottom: 0;
}
.ocd-content .fit-guide-size-chart table tr td {
  border-bottom: 0;
  padding: 0;
}
ul.subscribe-benefits {
  font-size: 15px;
  line-height: 22px;
  padding-left: 2px;
  margin-top: 0.6em;
}
ul.subscribe-benefits li {
  margin: 0 0 19px 31px;
}
ul.subscribe-benefits li .icon {
  color: #023f85;
  margin: 0 4px 0 -33px;
  position: absolute;
  font-size: 25px;
}
.newsletter-additional-terms {
  color: #636363;
  font-size: 12px;
  line-height: 18px;
  margin-top: 28px;
}
tr.clearfix:after {
  content: none;
}
@media screen and (max-width: 767px) {
  tr.clearfix:after {
    content: " ";
  }
}
.tandc-anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}
.hidden {
  display: none;
}
.familiy-default {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] .familiy-default {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
.familiy-default-important {
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif !important;
}
[lang="ja"] .familiy-default-important {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif !important;
}
.teaser-type-15-16 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.teaser-type-15-16 .teaser-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.teaser-type-15-16 .teaser-inner .teaser-header {
  width: 100%;
  padding-bottom: 25px;
}
.teaser-type-15-16 .teaser-inner .teaser-header .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3333em;
  margin: 0 0 0.75em 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .title {
    font-size: 20px;
    line-height: 1.3529em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .title {
    font-size: 20px;
    line-height: 1.3529em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .title {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-header .p {
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-header .p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-heading {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0 0 0.75em 0;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-heading {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-heading {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  margin: 0 0 25px 0;
  background-color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image {
  width: 100%;
  min-height: 1px;
  display: block;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image a {
  display: block;
  width: 100%;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image picture {
  position: relative;
  min-height: 1px;
  width: 100%;
  display: block;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image img {
  width: 100%;
  display: block;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image .video {
  width: 100%;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image .video .video-heading {
  display: none;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image .video .video-js .vjs-big-play-button {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  transition: all 0.4s;
  border-radius: 500px;
  width: 3em;
  height: 3em;
  padding: 0;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-image .video .video-js .vjs-big-play-button:before {
  content: "\f101";
  color: #000;
  font-size: 1em;
  line-height: 1em;
  width: 1em;
  margin: 0.95em;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 2em;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-headline {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3333em;
  margin: 0 0 0.75em 0;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-headline {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-headline {
    font-size: calc(20px - 2px);
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-headline {
    font-size: 20px;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
  line-height: 1.5em;
  flex-wrap: wrap;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-subheadline {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span {
  line-height: 1.5em;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a,
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a,
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a,
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a,
  .teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white span {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white .teaser-link {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white .teaser-link span {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black span {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black .teaser-link {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.white-black .teaser-link span {
  color: #ffffff;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light {
  color: #f6f6f6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light span {
  color: #f6f6f6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light .teaser-link {
  color: #f6f6f6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-light .teaser-link span {
  color: #f6f6f6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey {
  color: #636363;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey span {
  color: #636363;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey .teaser-link {
  color: #636363;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey .teaser-link span {
  color: #636363;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black {
  color: #000000;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black span {
  color: #000000;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black .teaser-link {
  color: #000000;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.black .teaser-link span {
  color: #000000;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green {
  color: #286040;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green span {
  color: #286040;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green .teaser-link {
  color: #286040;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green .teaser-link span {
  color: #286040;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 {
  color: #225F43;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 span {
  color: #225F43;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 .teaser-link {
  color: #225F43;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.green-dark-2 .teaser-link span {
  color: #225F43;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 {
  color: #00338D;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 span {
  color: #00338D;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 .teaser-link {
  color: #00338D;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.blue-dark-2 .teaser-link span {
  color: #00338D;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 {
  color: #c8c9c7;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 span {
  color: #c8c9c7;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 .teaser-link {
  color: #c8c9c7;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-7 .teaser-link span {
  color: #c8c9c7;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 {
  color: #d1d3d6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 span {
  color: #d1d3d6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 .teaser-link {
  color: #d1d3d6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-8 .teaser-link span {
  color: #d1d3d6;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 {
  color: #e8e9ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 span {
  color: #e8e9ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 .teaser-link {
  color: #e8e9ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-9 .teaser-link span {
  color: #e8e9ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 {
  color: #989898;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 span {
  color: #989898;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 .teaser-link {
  color: #989898;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.grey-10 .teaser-link span {
  color: #989898;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 {
  color: #e0d3bf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 span {
  color: #e0d3bf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 .teaser-link {
  color: #e0d3bf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-1 .teaser-link span {
  color: #e0d3bf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 {
  color: #eee8dc;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 span {
  color: #eee8dc;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 .teaser-link {
  color: #eee8dc;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-2 .teaser-link span {
  color: #eee8dc;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 {
  color: #bfb6aa;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 span {
  color: #bfb6aa;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 .teaser-link {
  color: #bfb6aa;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-3 .teaser-link span {
  color: #bfb6aa;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 {
  color: #dcd7cf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 span {
  color: #dcd7cf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 .teaser-link {
  color: #dcd7cf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-brown-4 .teaser-link span {
  color: #dcd7cf;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 {
  color: #b0c9d5;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 span {
  color: #b0c9d5;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 .teaser-link {
  color: #b0c9d5;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-1 .teaser-link span {
  color: #b0c9d5;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 {
  color: #d6e2ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 span {
  color: #d6e2ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 .teaser-link {
  color: #d6e2ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-2 .teaser-link span {
  color: #d6e2ea;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 {
  color: #c2d4e8;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 span {
  color: #c2d4e8;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 .teaser-link {
  color: #c2d4e8;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-3 .teaser-link span {
  color: #c2d4e8;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 {
  color: #dfe9f4;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 span {
  color: #dfe9f4;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 .teaser-link {
  color: #dfe9f4;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-blue-4 .teaser-link span {
  color: #dfe9f4;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 {
  color: #acced2;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 span {
  color: #acced2;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 .teaser-link {
  color: #acced2;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-1 .teaser-link span {
  color: #acced2;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 {
  color: #d3e5e9;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 span {
  color: #d3e5e9;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 .teaser-link {
  color: #d3e5e9;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 .teaser-link a,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box.pastel-green-2 .teaser-link span {
  color: #d3e5e9;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner {
  position: relative;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: initial;
  background-color: transparent;
  background: #fff transparent;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  text-align: center;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link {
  position: absolute;
  bottom: 2em;
  width: 100%;
  left: 0;
}
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link span,
.teaser-type-15-16 .teaser-inner .teaser-wrapper .teaser-wrapper-inner .teaser-box .teaser-link a {
  color: #ffffff;
}
.flyout-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  justify-content: center;
}
.flyout-wrapper .teaser {
  width: 25%;
  max-width: 290px;
  margin-right: 20px;
  border: 1px solid #e3e3e5;
  border-radius: 3px;
}
.flyout-wrapper .teaser:last-child {
  margin-right: 0;
}
.flyout-wrapper .teaser .teaser-body a {
  width: 100%;
}
.flyout-wrapper .teaser .teaser-inner {
  height: 100%;
}
.flyout-wrapper .teaser .teaser-inner * {
  height: 100%;
}
.flyout-wrapper .teaser.teaser-magazine-bg {
  min-height: 330px;
}
.flyout-wrapper .teaser.teaser-magazine-bg a {
  text-decoration: none;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  border-radius: 2px;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser * {
  height: auto;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser img {
  display: block;
  width: 220px;
  height: 57px;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser .button {
  align-self: center;
  margin: 2em 1em;
  z-index: 1;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser .button.button-top {
  align-self: flex-start;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser .button.button-middle {
  align-self: center;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser .button.button-bottom {
  align-self: flex-end;
}
.flyout-wrapper .teaser .magazine-flyout-bg-teaser .link-full-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
  color: #1a1919;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[lang="ja"] body {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
[lang="ja"] body {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'DIN Next CYR', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
picture img {
  width: 100%;
}
.wrapper {
  min-width: 320px;
}
.site-container {
  left: 0;
  transition: left transform 0.4s ease 0s;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-container {
    padding-top: calc(60px + 44px);
  }
}
.pt_checkout .site-container {
  padding-top: calc(44px + 44px);
}
.main-wrapper {
  position: relative;
  z-index: 2;
  background: #ffffff;
  min-height: 300px;
  overflow-x: hidden;
}
.main-wrapper .main {
  width: auto;
  max-width: calc(1280px + (32px * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper .main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.main-wrapper .main.with-spacing-top {
  padding-top: 4em;
}
.main-wrapper .main.with-spacing-bottom {
  padding-bottom: 4em;
}
.main-wrapper .main.main-wide {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main-wrapper .main.main-wide .content-width-default {
  width: auto;
  max-width: calc(1280px + (32px * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  width: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .main.main-wide .content-width-default {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper .main.main-wide .content-width-default {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.main-wrapper .main.main-wide .content-width-no-ident {
  width: auto;
  max-width: calc(1280px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-wrapper .main.main-wide .content-width-no-ident {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper .main.main-wide .content-width-no-ident {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-wrapper .main #primary:not(.modular) > div:not(:first-child):empty {
  padding: 0;
}
.main-wrapper .main > div:not(:first-child) {
  padding: calc(16px + (32 - 16) * ((100vw - 300px) / (1600 - 300))) 0;
}
.main-wrapper .main > div:not(:first-child).colanding-checkout {
  padding: 0 0 calc(16px + (32 - 16) * ((100vw - 300px) / (1600 - 300))) 0;
}
.pt_product-search-result .main-wrapper .main > div:not(:first-child) {
  padding-top: 0;
}
.main-wrapper .main > div:not(:first-child):empty {
  padding: 0;
}
.wrapper:not(.ocd-active) .main-wrapper {
  padding-top: 0!important;
}
.grid {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.grid .grid-col.grid-col-left {
  order: 1;
}
.grid .grid-col.grid-col-right {
  order: 2;
}
.grid .grid-col.grid-col-primary {
  width: 75%;
}
.grid .grid-col.grid-col-primary.productlisting-col {
  width: calc((((100% + 32px) / 4) * 3) - (32px / 2));
  padding-left: calc(32px / 2);
}
.grid .grid-col.grid-col-secondary {
  width: 25%;
}
.grid .grid-col.grid-col-secondary.refinements-col {
  width: calc(((100% + 32px) / 4) - (32px / 2));
  min-width: 1px;
  padding-right: calc(32px / 2);
}
@media screen and (max-width: 1279px) {
  .content-small-indent {
    margin-left: calc((32px - 12px) * -1);
    margin-right: calc((32px - 12px) * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-small-indent {
    margin-left: calc((24px - 12px) * -1);
    margin-right: calc((24px - 12px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-small-indent {
    margin-left: calc((12px - 12px) * -1);
    margin-right: calc((12px - 12px) * -1);
  }
}
@media screen and (max-width: 1279px) {
  .content-small-indent-left {
    margin-left: calc((32px - 12px) * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-small-indent-left {
    margin-left: calc((24px - 12px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-small-indent-left {
    margin-left: calc((12px - 12px) * -1);
  }
}
@media screen and (max-width: 1279px) {
  .content-small-indent-right {
    margin-right: calc((32px - 12px) * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-small-indent-right {
    margin-right: calc((24px - 12px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-small-indent-right {
    margin-right: calc((12px - 12px) * -1);
  }
}
@media screen and (max-width: 1279px) {
  .content-no-indent {
    margin-left: calc(32px * -1);
    margin-right: calc(32px * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-no-indent {
    margin-left: calc(24px * -1);
    margin-right: calc(24px * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-no-indent {
    margin-left: calc(12px * -1);
    margin-right: calc(12px * -1);
  }
}
@media screen and (max-width: 1279px) {
  .content-no-indent-left {
    margin-left: calc(32px * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-no-indent-left {
    margin-left: calc(24px * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-no-indent-left {
    margin-left: calc(12px * -1);
  }
}
@media screen and (max-width: 1279px) {
  .content-no-indent-right {
    margin-right: calc(32px * -1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-no-indent-right {
    margin-right: calc(24px * -1);
  }
}
@media screen and (max-width: 767px) {
  .content-no-indent-right {
    margin-right: calc(12px * -1);
  }
}
.content-full-width {
  padding-left: 2000px;
  padding-right: 2000px;
  margin-left: -2000px;
  margin-right: -2000px;
}
.lazyload-container {
  width: 100%;
  height: 0;
  position: relative;
}
.lazyload-container .lazyload {
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .grid .grid-col.grid-col-primary {
    width: 66.6666%;
  }
  .grid .grid-col.grid-col-primary.productlisting-col {
    width: calc((((100% + 24px) / 3) * 2) - (24px / 2));
    padding-left: calc(24px / 2);
  }
  .grid .grid-col.grid-col-secondary {
    width: 33.3333%;
    min-width: 250px;
  }
  .grid .grid-col.grid-col-secondary.refinements-col {
    width: calc(((100% + 24px) / 3) - (24px / 2));
    min-width: 1px;
    padding-right: calc(24px / 2);
  }
}
@media screen and (max-width: 767px) {
  .main-wrapper .main.with-spacing-top {
    padding-top: 1.5em;
  }
  .main-wrapper .main.with-spacing-bottom {
    padding-bottom: 3em;
  }
  .grid {
    display: block;
  }
  .grid .grid-col.grid-col-primary {
    width: auto!important;
  }
  .grid .grid-col.grid-col-primary.productlisting-col {
    width: 100%;
    padding-left: 0;
  }
  .grid .grid-col.grid-col-secondary {
    width: auto!important;
  }
  .grid .grid-col.grid-col-secondary.refinements-col {
    width: 100%;
    padding-right: 0;
  }
}
.ios .ios-overscrolling {
  position: relative !important;
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */