* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.select-dropdown {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}

.select-dropdown select::-ms-expand {
  display: none;
}

.select-dropdown:before {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  content: '';
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
}

.select-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: normal;
  min-width: 60px;
  padding: 12px 50px 12px 15px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .select-dropdown select {
    min-width: 75px;
  }
}

.small-select.select-dropdown:before {
  right: 10px;
}

.small-select.select-dropdown select {
  padding: 3px 25px 3px 10px;
}

.select-dropdown + .field-error {
  margin-bottom: 15px;
  margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .select-dropdown {
    width: 100%;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.scrollable-tabs-container {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  position: relative;
}

.scrollable-tabs-container:before,
.scrollable-tabs-container:after {
  content: '';
  display: none;
  height: 58px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s;
  width: 30px;
  z-index: 1;
}

.scrollable-tabs-container:before {
  background: linear-gradient(90deg, #ffffff 18px, rgba(255, 255, 255, 0));
  left: 0;
}

.scrollable-tabs-container:after {
  background: linear-gradient(-90deg, #ffffff 18px, rgba(255, 255, 255, 0));
  right: 0;
  top: 0;
}

.scrollable-tabs-container[data-overflowing-container='left']:before {
  display: inline-block;
  opacity: 1;
}

.scrollable-tabs-container[data-overflowing-container='right']:after {
  display: inline-block;
  opacity: 1;
}

.scrollable-tabs-container[data-overflowing-container='both']:before,
.scrollable-tabs-container[data-overflowing-container='both']:after {
  display: inline-block;
  opacity: 1;
}

.scrollable-tabs-nav {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  scrollbar-width: none;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.scrollable-tabs-nav::-webkit-scrollbar {
  display: none;
}

.scrollable-tabs-content {
  float: left;
  font-size: 0;
  position: relative;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.scrollable-tabs-content-no-transition {
  transition: none;
}

.scrollable-tabs-link {
  display: inline-block;
  font-size: 14px;
  line-height: 58px;
  min-height: 58px;
  padding: 0 20px;
  text-decoration: none;
}

.scrollable-tabs-link[aria-selected='true'] {
  color: #161616;
}

.scrollable-tabs-arrow {
  bottom: 0;
  opacity: 0;
  position: absolute;
  top: 18px;
  transition: opacity .4s;
  z-index: 2;
}

.scrollable-tabs-arrow:focus {
  outline: 0;
}

.scrollable-tabs-arrow-left {
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 0;
  padding: 8px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  display: none;
  left: -4px;
}

[data-overflowing='both'] ~ .scrollable-tabs-arrow-left,
[data-overflowing='left'] ~ .scrollable-tabs-arrow-left {
  display: inline-block;
  opacity: 1;
}

[data-overflowing='both'] ~ .scrollable-tabs-arrow-left:hover,
[data-overflowing='left'] ~ .scrollable-tabs-arrow-left:hover {
  cursor: pointer;
}

.scrollable-tabs-arrow-right {
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 0;
  padding: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  display: none;
  right: 0;
}

[data-overflowing='both'] ~ .scrollable-tabs-arrow-right,
[data-overflowing='right'] ~ .scrollable-tabs-arrow-right {
  display: inline-block;
  opacity: 1;
}

[data-overflowing='both'] ~ .scrollable-tabs-arrow-right:hover,
[data-overflowing='right'] ~ .scrollable-tabs-arrow-right:hover {
  cursor: pointer;
}

.scrollable-tabs-indicator {
  background-color: #bc0e5e;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 100px;
}

.cm-element-partial-main-area-box {
  transition: none;
}

.cm-element-partial-main-area-box ~ .cm-element-partial-main-area-box,
.scrollable-tabs-hidden-tab {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.scrollable-tabs-visible-tab {
  height: auto !important;
  opacity: 1 !important;
  overflow: auto !important;
  transition: opacity .4s;
  visibility: visible !important;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ratings-stars {
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}

.ratings-stars .ratings-stars-average {
  padding-right: 6px;
}

.ratings-stars .ratings-stars-average,
.ratings-stars .ratings-stars-count {
  font-size: 13px;
}

.ratings-stars-container {
  display: inline-block;
  height: 22px;
  margin-right: 4px;
}

.ratings-stars-container .ratings-stars-item {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
  position: relative;
}

.ratings-stars-container .ratings-stars-item-off {
  color: #eeeeee;
}

.ratings-stars-container .ratings-stars-item-on {
  color: #f9c332;
  overflow: hidden;
  top: -22px;
  width: 0;
}

.product-selection-ratings-stars {
  cursor: pointer;
}

.ratings-plp {
  height: 32px;
}

.ratings-plp .ratings-stars {
  margin: 0;
}

.ratings-plp .ratings-stars-average {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.brandshop-header-box h1 {
  color: #666666;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.brandshop-header-box .brandshop-page-57a0abbfd4c6657dfd1259bd h1 {
  color: #263a79;
}

.brandshop-header-box .brandshop-page-5885e68d0ce5ce5a91f6fafc h1 {
  color: #414141;
}

.brandshop-header-box .brandshop-page-57a0abc2d4c6657dfd1259ea h1 {
  color: #1c6fbe;
}

.brandshop-header-box .brandshop-page-57a0abc3d4c6657dfd1259fc h1 {
  color: #6381db;
}

.brandshop-header-box .brandshop-page-57a0abc5d4c6657dfd125a19 h1 {
  color: #003b79;
}

.brandshop-header-box .brandshop-page-5885fe0a0ce5ce5a91f6fafd h1 {
  color: #014a99;
}

.brandshop-header-box .brandshop-page-57a0abc9d4c6657dfd125a57 h1 {
  color: #606b71;
}

.brandshop-header-box .brandshop-page-57a0abc5d4c6657dfd125a15 h1 {
  color: #103481;
}

.brandshop-header-box .brandshop-page-57a0abcdd4c6657dfd125a90 h1 {
  color: #333;
}

.brandshop-header-box .brandshop-page-57a0abced4c6657dfd125a9f h1 {
  color: #333;
}

.brandshop-header-box .brandshop-page-57a0abd8d4c6657dfd125b3f h1 {
  color: #eeaa2f;
}

.brandshop-header-box .brandshop-page-57a0abd9d4c6657dfd125b4d h1 {
  color: #007bc3;
}

.brandshop-header-box .brandshop-page-57a0abdad4c6657dfd125b62 h1 {
  color: #e57622;
}

.brandshop-header-box .brandshop-page-578ca3aa34ea180b31724050 h1 {
  color: #8fc9e1;
}

.brandshop-header-box .brandshop-page-57a0abe6d4c6657dfd125c1d h1 {
  color: #00adef;
}

.brandshop-header-box .brandshop-page-57a0abe7d4c6657dfd125c29 h1 {
  color: #0093bf;
}

.brandshop-header-box .brandshop-page-57a0abe8d4c6657dfd125c39 h1 {
  color: #f76b71;
}

.brandshop-header-box .brandshop-page-57a0abecd4c6657dfd125c76 h1 {
  color: #00136f;
}

.brandshop-header-box .brandshop-page-57a0abedd4c6657dfd125c85 h1 {
  color: #e30613;
}

.brandshop-header-box .brandshop-page-57a0abefd4c6657dfd125ca6 h1 {
  color: #10a4a6;
}

.brandshop-header-box .brandshop-page-57a0abf0d4c6657dfd125cb2 h1 {
  color: #004d95;
}

.brandshop-header-box .brandshop-page-57a0abf5d4c6657dfd125d08 h1 {
  color: #004694;
}

.brandshop-header-box .brandshop-page-57a0abf6d4c6657dfd125d13 h1 {
  color: #80ad2e;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.brandshop-top-selection-box {
  display: flex;
  flex-wrap: wrap;
}

.brandshop-top-selection-box:after {
  clear: both;
  content: '';
  display: table;
}

.brandshop-top-selection-box .brandshop-category {
  position: relative;
  z-index: 1;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-image a {
  display: block;
  padding: 1px;
}

.brandshop-top-selection-box .brandshop-category .brandshop-head-titles {
  align-items: center;
  background-color: #666666;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 44px;
  justify-content: center;
  padding: 2px 10px;
  text-align: center;
}

.brandshop-top-selection-box .brandshop-category .brandshop-head-titles .brandshop-title,
.brandshop-top-selection-box .brandshop-category .brandshop-head-titles .brandshop-subtitle {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.brandshop-top-selection-box .brandshop-category:after {
  bottom: auto;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 0;
  border: 1px solid #cccccc;
  z-index: -1;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-name {
  margin-top: 5px;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-name a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 11px;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-name a:hover,
.brandshop-top-selection-box .brandshop-category .brandshop-category-name a:active {
  color: #161616;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-links {
  margin: 0 7px 7px;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-links a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #cccccc;
  display: block;
  line-height: 28px;
  padding: 0 5px;
}

.brandshop-top-selection-box .brandshop-category .brandshop-category-links a:hover,
.brandshop-top-selection-box .brandshop-category .brandshop-category-links a:active {
  color: #161616;
}

@media only screen and (max-width: 600px) {
  .brandshop-top-selection-box .brandshop-category {
    margin: 0 12px 12px 0;
    width: calc((100% - (2 - 1) * 12px) / 2);
  }

  .brandshop-top-selection-box .brandshop-category:nth-of-type(2n + 2),
  .brandshop-top-selection-box .brandshop-category:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .brandshop-top-selection-box .brandshop-category {
    margin: 0 12px 12px 0;
    width: calc((100% - (4 - 1) * 12px) / 4);
  }

  .brandshop-top-selection-box .brandshop-category:nth-of-type(4n + 4),
  .brandshop-top-selection-box .brandshop-category:last-of-type {
    margin-right: 0;
  }
}
.brandshop-header-banner-box img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .main-wrapper .brandshop-header-banner-box {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/resources/assets/other/c5cd7f5300576ab4c88202b42f6ded62-ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/resources/assets/other/ced611daf7709cc778da928fec876475-slick.eot);
    src: url(/resources/assets/other/ced611daf7709cc778da928fec876475-slick.eot?#iefix) format('embedded-opentype'), url(/resources/assets/other/b7c9e1e479de3b53f1e4e30ebac2403a-slick.woff) format('woff'), url(/resources/assets/other/d41f55a78e6f49a5512878df1737e58a-slick.ttf) format('truetype'), url(/resources/assets/other/46661d6d65debc63884004fed6e37e5c-slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.gallery-component .image-gallery {
  overflow: hidden;
}

.gallery-component .slick-slide img {
  width: 100%;
}

.gallery-component.category-part-banner {
  float: left;
  margin-bottom: 10px;
  width: 66.6%;
}

@media only screen and (max-width: 1024px) {
  .finder-box .gallery-component.category-part-banner {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .category-banner-gallery-box .gallery-component.category-part-banner {
    float: none;
    width: 100%;
  }
}

.slick-slider .arrow-prev,
.slick-slider .arrow-next {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: block;
  height: 55px;
  margin-top: -27.5px;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  width: 55px;
  z-index: 1;
}

.slick-slider .arrow-prev {
  background-image: url(/resources/assets/other/ed8ad2a21434dbb8570436c45059970c-prev.svg);
}

.slick-slider .arrow-next {
  background-image: url(/resources/assets/other/891f3d0f188356404095d67d4227dfbb-next.svg);
  right: 0;
}

.slick-slider .slick-dots li button:before {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 50%;
  content: '';
  height: 14px;
  left: 3px;
  opacity: 1;
  top: 3px;
  width: 14px;
}

.slick-slider .slick-dots .slick-active button:before {
  background-color: #666666;
}
.category-banner-gallery-box {
  overflow: hidden;
  position: relative;
}

.category-banner-gallery-box .category-right-banner {
  float: right;
  margin-left: 1.4%;
  width: 32%;
}

.category-banner-gallery-box .category-right-banner .category-right-banner-top-img {
  margin-bottom: .7%;
}

.category-banner-gallery-box .category-right-banner .category-right-banner-down-img {
  margin-top: .7%;
}

@media only screen and (max-width: 1023px) {
  .main-wrapper .category-banner-gallery-box {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category-banner-gallery-box .category-right-banner {
    display: none;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.countdown {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.countdown.countdown-part-banner {
  left: 33%;
}

.countdown .countdown-wrapper {
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .countdown .countdown-wrapper {
    font-size: 28px;
  }
}

.countdown .countdown-units {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}
.category-brands-box .slick-track {
  margin: 0 auto;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection-box {
  display: flex;
  flex-wrap: wrap;
}

.category-top-selection-box .top-selection-item {
  margin-bottom: 15px;
  text-align: center;
}

.category-top-selection-box .top-selection-item a {
  display: block;
}

.category-top-selection-box .top-selection-item .top-selection-item-name {
  align-items: center;
  border: 2px solid #bc0e5e;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  min-height: 36px;
  padding: 5px;
}

.category-top-selection-box .top-selection-item .top-selection-item-name span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-top-selection-box .top-selection-item .top-selection-item-name .text-title {
  color: #bc0e5e;
  font-size: 16px;
  line-height: 1.7;
}

.category-top-selection-box .top-selection-item .top-selection-item-image-box {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.category-top-selection-box .top-selection-item .top-selection-item-image-box img {
  height: auto;
  max-height: 100%;
}

.category-top-selection-box .three-in-a-row-wider-left .top-selection-item-image {
  padding-top: 132%;
  position: relative;
}

.category-top-selection-box .three-in-a-row-wider-left:nth-of-type(3n + 1) .top-selection-item-image {
  padding-top: 63.25%;
  position: relative;
}

.category-top-selection-box .three-in-a-row-view .top-selection-item-image {
  padding-top: 132%;
  position: relative;
}

.category-top-selection-box .three-in-a-row-view:nth-of-type(3n + 3) .top-selection-item-image {
  padding-top: 63.25%;
  position: relative;
}

.category-top-selection-box .four-in-a-row-view .top-selection-item-image {
  padding-top: 132%;
  position: relative;
}

@media only screen and (min-width: 601px) {
  .category-top-selection-box .three-in-a-row-wider-left {
    margin-left: 2%;
    width: calc(25% - 2% / 2);
  }

  .category-top-selection-box .three-in-a-row-wider-left:nth-of-type(3n + 1) {
    margin-left: 0;
    width: calc(50% - 2%);
  }

  .category-top-selection-box .three-in-a-row-view {
    margin-left: 2%;
    width: calc(25% - 2% * .75);
  }

  .category-top-selection-box .three-in-a-row-view:nth-of-type(3n + 3) {
    width: calc(50% - 2% * .5);
  }

  .category-top-selection-box .three-in-a-row-view:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .category-top-selection-box .four-in-a-row-view {
    margin-left: 2%;
    width: calc(25% - 2% * .75);
  }

  .category-top-selection-box .four-in-a-row-view:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .category-top-selection-box .three-in-a-row-wider-left {
    width: calc(50% - 2% / 2);
  }

  .category-top-selection-box .three-in-a-row-wider-left:nth-of-type(3n + 1) {
    width: 100%;
  }

  .category-top-selection-box .three-in-a-row-wider-left:nth-of-type(3n + 3) {
    margin-left: 2%;
  }

  .category-top-selection-box .three-in-a-row-view {
    width: calc(50% - 2% * .5);
  }

  .category-top-selection-box .three-in-a-row-view:nth-of-type(3n + 3) {
    width: 100%;
  }

  .category-top-selection-box .three-in-a-row-view:nth-of-type(3n + 2) {
    margin-left: 2%;
  }

  .category-top-selection-box .four-in-a-row-view {
    margin-left: 2%;
    width: calc(50% - 2% / 2);
  }

  .category-top-selection-box .four-in-a-row-view:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video,
.brandshop-banners-box .banners-item .banners-item-container .banners-video {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video > img,
.brandshop-banners-box .banners-item .banners-item-container .banners-video > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-top-selection2-box,
.brandshop-banners-box {
  display: flex;
  flex-wrap: wrap;
}

.category-top-selection2-box:after,
.brandshop-banners-box:after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (max-width: 600px) {
  .main-wrapper .category-top-selection2-box,
  .main-wrapper
    .brandshop-banners-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.category-top-selection2-box .banners-item,
.brandshop-banners-box .banners-item {
  float: left;
  text-align: center;
}

.category-top-selection2-box .banners-item .banners-item-container,
.brandshop-banners-box .banners-item .banners-item-container {
  padding-top: 56.75676%;
  position: relative;
}

.category-top-selection2-box .banners-item .banners-item-container .banners-video iframe,
.brandshop-banners-box .banners-item .banners-item-container .banners-video iframe {
  height: 100%;
  width: 100%;
}

.category-top-selection2-box .banners-item.banners-item-one,
.category-top-selection2-box .banners-item.banners-item-one:last-of-type,
.brandshop-banners-box .banners-item.banners-item-one,
.brandshop-banners-box .banners-item.banners-item-one:last-of-type {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .category-top-selection2-box .banners-item,
  .brandshop-banners-box .banners-item {
    margin: 0 12px 12px 0;
    width: calc((100% - (1 - 1) * 12px) / 1);
  }

  .category-top-selection2-box .banners-item:nth-of-type(1n + 1),
  .category-top-selection2-box .banners-item:last-of-type,
  .brandshop-banners-box .banners-item:nth-of-type(1n + 1),
  .brandshop-banners-box .banners-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .category-top-selection2-box .banners-item,
  .brandshop-banners-box .banners-item {
    margin: 0 12px 12px 0;
    width: calc((100% - (2 - 1) * 12px) / 2);
  }

  .category-top-selection2-box .banners-item:nth-of-type(2n + 2),
  .category-top-selection2-box .banners-item:last-of-type,
  .brandshop-banners-box .banners-item:nth-of-type(2n + 2),
  .brandshop-banners-box .banners-item:last-of-type {
    margin-right: 0;
  }
}
.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.category-subcategories-box {
  display: flex;
  flex-wrap: wrap;
}

@media all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (-webkit-min-device-pixel-ratio: 0.75), all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (min-resolution: 72dpi) {
  .category-subcategories-box {
    clear: left;
    display: block;
  }
}

.category-subcategories-box:after {
  clear: both;
  content: '';
  display: table;
}

.category-subcategories-box .subcategory {
  float: left\9;
  position: relative;
  text-align: center;
}

@media all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (-webkit-min-device-pixel-ratio: 0.75), all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (min-resolution: 72dpi) {
  .category-subcategories-box .subcategory {
    float: left;
  }
}

.category-subcategories-box .subcategory .subcategory-image {
  padding-top: 100%;
  position: relative;
}

.category-subcategories-box .subcategory .main-subcategory-name {
  margin-top: 10px;
}

.category-subcategories-box .subcategory .main-subcategory-name a {
  color: #bc0e5e;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  line-height: 20px;
  overflow: hidden;
  padding: 4px;
}

.category-subcategories-box .subcategory .main-subcategory-name a.simple-subcategories .category-subcategories-box .subcategory .main-subcategory-name a {
  background-color: #666666;
  height: 20px;
}

.category-subcategories-box .subcategory .subcategory-links a,
.category-subcategories-box .subcategory .subcategory-links span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #cccccc;
  display: block;
  line-height: 34px;
  padding: 0 5px;
}

.category-subcategories-box .subcategory .subcategory-links a:last-child,
.category-subcategories-box .subcategory .subcategory-links span:last-child {
  border-bottom: 1px solid #cccccc;
}

.category-subcategories-box .subcategory .subcategory-links a:hover,
.category-subcategories-box .subcategory .subcategory-links a:focus {
  color: #bc0e5e;
}

@media only screen and (max-width: 600px) {
  .category-subcategories-box .subcategory {
    margin: 0 12px 12px 0;
    width: calc((100% - (2 - 1) * 12px) / 2);
  }

  .category-subcategories-box .subcategory:nth-of-type(2n + 2),
  .category-subcategories-box .subcategory:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .category-subcategories-box .subcategory {
    margin: 0 12px 12px 0;
    width: calc((100% - (4 - 1) * 12px) / 4);
  }

  .category-subcategories-box .subcategory:nth-of-type(4n + 4),
  .category-subcategories-box .subcategory:last-of-type {
    margin-right: 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.help-text-items-box ul .accordion-navigation {
  font-size: 13px;
}

.help-text-items-box ul .accordion-navigation p {
  font-size: 13px;
}

.help-text-items-box ul .accordion-navigation .accordion-title {
  background-color: #eeeeee;
  background-image: url(/resources/assets/other/221cc94d98a2a307e88ab856aa146de1-icon_plus.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 12px 45px 12px 25px;
}

.help-text-items-box ul .accordion-navigation .content {
  color: inherit;
  display: none;
  padding: 6px 25px 11px;
}

.help-text-items-box ul .accordion-navigation .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.help-text-items-box ul .accordion-navigation.active .accordion-title {
  background-image: url(/resources/assets/other/f19231e00b2b9b2ed44176ec35f61e50-icon_minus.svg);
}

.help-text-items-box ul .accordion-navigation.active .content {
  display: block;
}

@media only screen and (max-width: 1022px) {
  .help-text-items-box ul:first-of-type {
    margin-top: 1rem;
  }
}

.help-text-items-box .accordion-navigation .content a {
  color: #5394b0;
  text-decoration: underline;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.popup-confirm-newsletter-subscription-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #666666;
  font-family: 'Open Sans';
  font-size: 13px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1002;
}

.popup-confirm-newsletter-subscription-box .popup {
  overflow: hidden;
  position: relative;
}

.popup-confirm-newsletter-subscription-box .popup .close-btn {
  display: inline-block;
  height: 23px;
  margin-left: calc((23px - 1px)/2);
  position: relative;
  text-align: center;
  width: 23px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}

.popup-confirm-newsletter-subscription-box .popup .close-btn:before,
.popup-confirm-newsletter-subscription-box .popup .close-btn:after {
  border: 1px solid #999999;
  content: '';
  height: 23px;
  margin: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-confirm-newsletter-subscription-box .popup .close-btn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-confirm-newsletter-subscription-box .popup .back-btn {
  background-color: #bc0e5e;
  bottom: 35px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  left: 35px;
  line-height: 40px;
  padding: 0 30px;
  position: absolute;
  z-index: 3;
}

.popup-confirm-newsletter-subscription-box .left-section,
.popup-confirm-newsletter-subscription-box .right-section {
  float: left;
}

.popup-confirm-newsletter-subscription-box .icons-container {
  position: relative;
  text-align: justify;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon {
  display: inline-block;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon p {
  color: #bc0e5e;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon div {
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  height: 35px;
  margin: 0 auto;
  position: relative;
  width: 50px;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon:nth-of-type(1) div {
  background-image: url(/resources/assets/other/7057fbbafe276f7d2eed520151261886-newsletter-active.svg);
  background-size: 30px;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon:nth-of-type(2) div {
  background-image: url(/resources/assets/other/05ab27851ca912ee4dceacd9f028ea0e-mail-active.svg);
  background-size: 38px;
}

.popup-confirm-newsletter-subscription-box .icons-container .icon:nth-of-type(3) div {
  background-image: url(/resources/assets/other/5f3f93502c9ddb92f968e4491d9eabde-success-active.svg);
  background-size: 35px;
}

.popup-confirm-newsletter-subscription-box .icons-container:before {
  background-color: #bc0e5e;
  content: '';
  display: block;
  height: 1px;
  left: 45px;
  position: absolute;
  top: 18px;
  width: calc(100% - (2 * 45px));
}

.popup-confirm-newsletter-subscription-box .icons-container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.popup-confirm-newsletter-subscription-box .left-section {
  padding: 35px;
  padding-bottom: 75px;
  width: 65%;
}

.popup-confirm-newsletter-subscription-box .left-section .title {
  background-image: url(/resources/assets/other/b7e6b1036dd9ff23a7c94d6cf9ea4c1c-checked.svg);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
  padding-left: 30px;
}

.popup-confirm-newsletter-subscription-box .left-section .intro {
  font-weight: 600;
  margin-bottom: 18px;
}

.popup-confirm-newsletter-subscription-box .right-section {
  background-color: #eeeeee;
  width: 35%;
}

.popup-confirm-newsletter-subscription-box .right-section .image {
  padding-top: 93.75%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-confirm-newsletter-subscription-box .text-section {
  font-size: 16px;
  padding: 20px;
  padding-left: 25px;
}

.popup-confirm-newsletter-subscription-box .text-section .header {
  font-weight: 600;
  margin-bottom: 16px;
}

.popup-confirm-newsletter-subscription-box .text-section .text {
  font-weight: 300;
  line-height: 1.5;
}

.popup-confirm-newsletter-subscription-box .text-section .text li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 32px;
  position: relative;
}

.popup-confirm-newsletter-subscription-box .text-section .text li:before {
  background-image: url(/resources/assets/other/b7e6b1036dd9ff23a7c94d6cf9ea4c1c-checked.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 26px;
}

@media only screen and (max-width: 768px) {
  .popup-confirm-newsletter-subscription-box .right-section {
    display: none;
  }

  .popup-confirm-newsletter-subscription-box .left-section {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .popup-confirm-newsletter-subscription-box .left-section {
    padding: 32px 9px 65px 12px;
  }

  .popup-confirm-newsletter-subscription-box .left-section .title {
    background-image: none;
    line-height: 1.4;
    margin-bottom: 26px;
    padding-left: 0;
  }

  .popup-confirm-newsletter-subscription-box .left-section .intro {
    display: none;
  }

  .popup-confirm-newsletter-subscription-box .icons-container .icon:nth-of-type(3) div {
    background-size: 30px;
  }

  .popup-confirm-newsletter-subscription-box .icons-container .icon p {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .popup-confirm-newsletter-subscription-box .icons-container:before {
    height: 2px;
  }

  .popup-confirm-newsletter-subscription-box .popup .back-btn {
    bottom: 21px;
    font-size: 12px;
    left: 12px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    width: calc(100% - 21px);
  }

  .popup-confirm-newsletter-subscription-box .popup .close-btn {
    display: inline-block;
    height: 23px;
    margin-left: calc((23px - 1px)/2);
    position: relative;
    text-align: center;
    width: 23px;
    right: 10px;
    top: 10px;
  }

  .popup-confirm-newsletter-subscription-box .popup .close-btn:before,
  .popup-confirm-newsletter-subscription-box .popup .close-btn:after {
    border: 1px solid #bc0e5e;
    content: '';
    height: 23px;
    margin: -1px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .popup-confirm-newsletter-subscription-box .popup .close-btn:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.separator-box hr {
  border: 0;
  border-top: 1px solid #cccccc;
  height: 0;
}
.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button a {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button a:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .simple-category-subcategories-box .subcategory .main-subcategory-button a {
    width: 100%;
  }
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

.simple-category-subcategories-box .subcategory .subcategory-image a {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.simple-category-subcategories-box .subcategory .subcategory-image a > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.simple-category-subcategories-box {
  display: flex;
  flex-wrap: wrap;
}

.simple-category-subcategories-box:after {
  clear: both;
  content: '';
  display: table;
}

.simple-category-subcategories-box .subcategory {
  float: left\9;
  position: relative;
  text-align: center;
}

.simple-category-subcategories-box .subcategory .subcategory-image {
  padding-top: 100%;
  position: relative;
}

.simple-category-subcategories-box .subcategory .subcategory-image a[href=''] {
  cursor: default;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button {
  margin-top: 6px;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #bc0e5e;
  color: #bc0e5e;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button a.button-filled {
  background-color: #bc0e5e;
  border-color: #bc0e5e;
  color: #ffffff;
}

.simple-category-subcategories-box .subcategory .main-subcategory-button a.button-empty {
  background-color: #ffffff;
  border-color: #bc0e5e;
  color: #bc0e5e;
}

.simple-category-subcategories-box .subcategory .main-subcategory-name {
  margin-top: 0;
}

.simple-category-subcategories-box .subcategory .main-subcategory-name a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 4px;
}

.simple-category-subcategories-box .subcategory .main-subcategory-name a:hover,
.simple-category-subcategories-box .subcategory .main-subcategory-name a:active {
  color: #bc0e5e;
}

.simple-category-subcategories-box .subcategory .main-subcategory-name a[href=''] {
  cursor: default;
}

@media only screen and (max-width: 600px) {
  .simple-category-subcategories-box .subcategory {
    margin: 0 12px 12px 0;
    width: calc((100% - (2 - 1) * 12px) / 2);
  }

  .simple-category-subcategories-box .subcategory:nth-of-type(2n + 2),
  .simple-category-subcategories-box .subcategory:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .simple-category-subcategories-box .subcategory {
    margin: 0 12px 12px 0;
    width: calc((100% - (4 - 1) * 12px) / 4);
  }

  .simple-category-subcategories-box .subcategory:nth-of-type(4n + 4),
  .simple-category-subcategories-box .subcategory:last-of-type {
    margin-right: 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.finder-box {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .main-wrapper .finder-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.finder-box .finder-wrapper {
  background-color: #eeeeee;
  border: 5px solid #eeeeee;
  float: right;
  font-size: 14px;
  height: 382px;
  margin-left: 1.4%;
  overflow-y: auto;
  transition: none;
  width: 32%;
}

@media only screen and (max-width: 1024px) {
  .finder-box .finder-wrapper {
    float: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}

.finder-box .finder-wrapper label {
  font-size: 13px;
}

.finder-box .finder-wrapper .filter-header {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 5px;
}

.finder-box .finder-wrapper .header-section {
  height: auto;
  margin: 10px auto;
  max-width: 260px;
  width: 100%;
}

.finder-box .finder-wrapper .header-section span {
  display: block;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.finder-box .finder-wrapper .header-section span.main-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.finder-box .finder-wrapper .header-section span.sub-title {
  font-size: 15px;
}

.finder-box .finder-wrapper form {
  overflow: hidden;
}

.finder-box .finder-wrapper .dropdown-type,
.finder-box .finder-wrapper .radio-type,
.finder-box .finder-wrapper .range-type,
.finder-box .finder-wrapper .finder-search-button-block {
  border-bottom: 1px solid #cccccc;
  margin: 0 10px;
  overflow: hidden;
  padding: 12px 15px;
  padding-right: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .finder-box .finder-wrapper .dropdown-type:not(.finder-search-button-block),
  .finder-box .finder-wrapper .radio-type:not(.finder-search-button-block),
  .finder-box .finder-wrapper .range-type:not(.finder-search-button-block),
  .finder-box .finder-wrapper .finder-search-button-block:not(.finder-search-button-block) {
    border-bottom: 0;
    float: left;
    padding-left: 0;
    text-align: center;
    width: calc((100% - 60px)/3);
  }

  .finder-box .finder-wrapper .dropdown-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .radio-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .range-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .finder-search-button-block:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .dropdown-type:not(.finder-search-button-block) .select-dropdown,
  .finder-box .finder-wrapper .radio-type:not(.finder-search-button-block) .select-dropdown,
  .finder-box .finder-wrapper .range-type:not(.finder-search-button-block) .select-dropdown,
  .finder-box .finder-wrapper .finder-search-button-block:not(.finder-search-button-block) .select-dropdown {
    float: none;
    width: 100%;
  }

  .finder-box .finder-wrapper .dropdown-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .radio-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .range-type:not(.finder-search-button-block) .filter-header,
  .finder-box .finder-wrapper .finder-search-button-block:not(.finder-search-button-block) .filter-header {
    padding-bottom: 10px;
  }
}

.finder-box .finder-wrapper .dropdown-type {
  padding-bottom: 11px;
  padding-top: 11px;
}

.finder-box .finder-wrapper .dropdown-type .filter-header {
  display: block;
  float: left;
  width: 25%;
}

.finder-box .finder-wrapper .dropdown-type .select-dropdown {
  border: 0;
  display: block;
  float: right;
  width: 72%;
}

.finder-box .finder-wrapper .radio-type span {
  display: block;
}

.finder-box .finder-wrapper .radio-type .radio-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .finder-box .finder-wrapper .radio-type .radio-item {
    margin: 0 20px 0 0;
  }

  .finder-box .finder-wrapper .radio-type .radio-item:last-child {
    margin-right: 0;
  }
}

.finder-box .finder-wrapper .radio-type input {
  display: none;
}

.finder-box .finder-wrapper .radio-type input:checked + label .styled-radio {
  background-color: #bc0e5e;
}

.finder-box .finder-wrapper .radio-type label {
  line-height: 25px;
}

.finder-box .finder-wrapper .radio-type label span.icon {
  display: none;
}

.finder-box .finder-wrapper .radio-type label span.label {
  display: inline-block;
}

.finder-box .finder-wrapper .radio-type label span.styled-radio {
  background-color: #ffffff;
  border: 2px solid #bc0e5e;
  border-radius: 50%;
  display: block;
  float: left;
  height: 14px;
  margin-left: 0;
  margin-right: 8px;
  margin-top: 5px;
  width: 14px;
}

@media only screen and (min-width: 1024px) {
  .finder-box .finder-wrapper .radio-type label span.styled-radio {
    float: right;
    margin-left: 8px;
    margin-right: 0;
  }
}

.finder-box .finder-wrapper .range-type {
  overflow: visible;
  padding-left: 0;
}

.finder-box .finder-wrapper .range-type .filter-header {
  margin-bottom: 10px;
  padding-left: 15px;
}

.finder-box .finder-wrapper .range-type .slider-bar {
  position: relative;
}

.finder-box .finder-wrapper .range-type .slider-bar .slider-bar-range {
  background-color: #cccccc;
  border-radius: 10px;
  height: 1px;
  width: 100%;
}

.finder-box .finder-wrapper .range-type .slider-bar .ui-slider-handle {
  background-color: #bc0e5e;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 12px;
  margin-left: -6px;
  position: absolute;
  top: -5px;
  width: 12px;
  z-index: 1;
}

.finder-box .finder-wrapper .range-type .slider-bar .ui-slider-handle:focus {
  outline: none;
  outline-color: transparent;
}

.finder-box .finder-wrapper .range-type .slider-bar .ui-widget-header {
  background: #bc0e5e;
  height: 1px;
  position: absolute;
}

.finder-box .finder-wrapper .range-type .slider-bar .lines {
  display: none;
}

.finder-box .finder-wrapper .range-type .slider-bar .values {
  list-style: none;
  margin: 6px 0 0;
  overflow: hidden;
  padding: 0;
}

.finder-box .finder-wrapper .range-type .slider-bar .values li {
  border-right: 1px solid #cccccc;
  float: left;
  font-weight: 500;
  text-align: center;
  width: 20%;
}

.finder-box .finder-wrapper .range-type .slider-bar .values li:last-of-type {
  border-right: 0;
}

.finder-box .finder-wrapper .finder-search-button-block {
  border-bottom: 0;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

.finder-box .finder-wrapper .finder-search-button-block button {
  background-color: #bc0e5e;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  margin: 0 auto;
  max-width: 303px;
  padding: 10px 15px;
  width: 100%;
}

.finder-box .finder-wrapper .finder-search-button-block .fontello-search {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .finder-box form,
  .finder-box .finder-search-button-block {
    border-top: 1px solid #cccccc;
  }
}
.quick-navigation-box {
  display: flex;
  flex-wrap: wrap;
}

.quick-navigation-box:after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (max-width: 600px) {
  .main-wrapper .quick-navigation-box {
    margin-left: 0;
    margin-right: 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.one-in-a-row {
  margin-top: 12px;
  position: relative;
  width: 100%;
}

.one-in-a-row:first-child {
  margin-top: 12px;
}

.one-in-a-row .quick-nav-img {
  position: relative;
  z-index: 1;
}

.one-in-a-row .quick-nav-img:before {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #161616;
}

.one-in-a-row .quick-nav-img img {
  width: 100%;
}

.one-in-a-row .quick-nav-block-content {
  bottom: 10%;
  display: block;
  height: calc(100% - 10%);
  left: auto;
  position: absolute;
  right: 2.5%;
  top: 0;
  width: calc(100% / 2 - 2.5% - 1.2%);
  padding: 2% 3%;
  z-index: 2;
}

.one-in-a-row .quick-nav-block-content .quick-nav-title,
.one-in-a-row .quick-nav-block-content .quick-nav-title a {
  color: #bc0e5e;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.one-in-a-row .quick-nav-block-content .quick-nav-title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one-in-a-row .quick-nav-block-content .quick-nav-description p {
  margin: 0;
  padding: 0;
}

.one-in-a-row .quick-nav-block-content .quick-nav-description p a {
  text-decoration: underline;
}

.one-in-a-row .quick-nav-block-content:before {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #ffffff;
  opacity: .7;
  z-index: -1;
}

.one-in-a-row .quick-nav-list-container {
  opacity: 0;
  visibility: hidden;
  bottom: 10%;
  display: block;
  height: calc(100% - 10%);
  left: 2.5%;
  position: absolute;
  right: auto;
  top: 0;
  width: calc(100% / 2 - 2.5% - 1.2%);
  z-index: 2;
}

.one-in-a-row .quick-nav-list-container:before {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #ffffff;
  opacity: .7;
  z-index: -1;
}

.one-in-a-row .quick-nav-list-container .quick-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 12px;
}

.one-in-a-row .quick-nav-list-container .quick-nav-list li {
  padding: 1px 5px;
}

.one-in-a-row .quick-nav-list-container .quick-nav-list li a:hover,
.one-in-a-row .quick-nav-list-container .quick-nav-list li a:focus {
  text-decoration: underline;
}

.one-in-a-row:hover .quick-nav-img:before,
.one-in-a-row:focus .quick-nav-img:before {
  opacity: 0.4;
  visibility: visible;
}

.one-in-a-row:hover .quick-nav-list-container,
.one-in-a-row:focus .quick-nav-list-container {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .one-in-a-row .quick-nav-block-content {
    background: transparent;
    padding: 12px;
    position: static;
    width: 100%;
  }

  .one-in-a-row:hover .quick-nav-img:before {
    display: none;
  }

  .one-in-a-row .quick-nav-list-container {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
  }

  .one-in-a-row .quick-nav-list-container:before {
    display: none;
  }

  .one-in-a-row .quick-nav-list-container a {
    text-decoration: underline;
  }
}
.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

.two-in-a-row .quick-nav-img {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.two-in-a-row .quick-nav-img > img {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.two-in-a-row {
  float: left;
  position: relative;
  text-align: center;
}

.two-in-a-row .quick-nav-container {
  padding-top: 48.09783%;
  position: relative;
}

.two-in-a-row .quick-nav-block-content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.two-in-a-row .quick-nav-list-container {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.two-in-a-row .quick-nav-list-container:before {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #161616;
  opacity: .4;
  z-index: -1;
}

.two-in-a-row .quick-nav-list {
  -webkit-column-count: 2;
          column-count: 2;
  margin: 0;
  padding: 12px;
  text-align: left;
}

.two-in-a-row .quick-nav-list li a {
  color: #ffffff;
  font-size: 13px;
}

.two-in-a-row .quick-nav-list li a:hover,
.two-in-a-row .quick-nav-list li a:focus {
  text-decoration: underline;
}

.two-in-a-row .quick-nav-title {
  bottom: 0;
  display: block;
  height: 20%;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0 12px;
}

.two-in-a-row .quick-nav-title:after {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: #ffffff;
  opacity: .7;
  z-index: -1;
}

.two-in-a-row .quick-nav-title,
.two-in-a-row .quick-nav-title a {
  color: #bc0e5e;
  font-size: 22px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.two-in-a-row:hover .quick-nav-list-container,
.two-in-a-row:focus .quick-nav-list-container {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 600px) {
  .two-in-a-row {
    margin: 0 12px 12px 0;
    width: calc((100% - (1 - 1) * 12px) / 1);
  }

  .two-in-a-row:nth-of-type(1n + 1),
  .two-in-a-row:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .two-in-a-row {
    margin: 0 12px 12px 0;
    width: calc((100% - (2 - 1) * 12px) / 2);
  }

  .two-in-a-row:nth-of-type(2n + 2),
  .two-in-a-row:last-of-type {
    margin-right: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .two-in-a-row {
    max-width: 368px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.banner-navigation-box {
  align-items: stretch;
  display: flex;
  font-size: 13px;
}

.banner-navigation-image-container {
  align-items: center;
  display: flex;
  position: relative;
  width: 70%;
}

.banner-navigation-image-container .banner-navigation-image-link {
  max-height: 265px;
  overflow: hidden;
  width: 100%;
}

.banner-navigation-image-container .banner-navigation-image-link .banner-navigation-image {
  width: 100%;
}

.banner-navigation-image-container .banner-navigation-button {
  bottom: 20px;
  display: block;
  height: 40px;
  left: 20px;
  position: absolute;
  right: auto;
  top: auto;
  width: auto;
  background-color: #bc0e5e;
  color: #ffffff;
  line-height: 40px;
  max-width: 160px;
  min-width: 100px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
}

.banner-navigation-image-container .banner-navigation-button.not-clickable {
  pointer-events: none;
}

.banner-navigation-image-container .banner-navigation-button span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-navigation-links {
  display: flex;
  flex-direction: column;
  max-height: 265px;
  position: relative;
  width: 30%;
}

.banner-navigation-links .banner-navigation-link {
  align-items: center;
  background-color: #eeeeee;
  box-sizing: border-box;
  color: #bc0e5e;
  display: flex;
  flex: auto;
  margin-bottom: 2px;
  margin-left: 2px;
  min-height: 60px;
  overflow: hidden;
  padding: 4px;
  width: 100%;
}

.banner-navigation-links .banner-navigation-link .banner-navigation-icon {
  font-size: 30px;
  line-height: 30px;
}

.banner-navigation-links .banner-navigation-link .banner-navigation-text span {
  display: block;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.banner-navigation-links .banner-navigation-link:last-child {
  margin-bottom: 0;
}

.banner-navigation-links .banner-navigation-link:hover,
.banner-navigation-links .banner-navigation-link:focus {
  background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .banner-navigation-box {
    flex-direction: column;
    font-size: 12px;
  }

  .banner-navigation-image-container {
    min-height: 80px;
    width: 100%;
  }

  .banner-navigation-links {
    flex-direction: row;
    width: 100%;
  }

  .banner-navigation-links .banner-navigation-link {
    flex: 1;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 2px;
    min-height: 74px;
    padding-bottom: 6px;
    padding-top: 10px;
    text-align: center;
  }

  .banner-navigation-links .banner-navigation-link:first-child {
    margin-left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-navigation-box {
    align-items: stretch;
    display: flex;
  }

  .banner-navigation-image-container {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 100%;
    width: 70%;
  }

  .banner-navigation-links {
    align-items: center;
    display: flex;
    height: auto;
    min-height: 100%;
    width: 30%;
  }

  .banner-navigation-links .banner-navigation-link {
    align-items: center;
    display: flex;
  }
}
.raw-html-box meta.foundation-version {
  font-family: "/5.5.2/";
}

.raw-html-box meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

.raw-html-box meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

.raw-html-box meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

.raw-html-box meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

.raw-html-box meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

.raw-html-box meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

.raw-html-box meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

.raw-html-box meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

.raw-html-box meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

.raw-html-box meta.foundation-data-attribute-namespace {
  font-family: false;
}

.raw-html-box html,
.raw-html-box body {
  height: 100%;
}

.raw-html-box html {
  box-sizing: border-box;
}

.raw-html-box *,
.raw-html-box *:before,
.raw-html-box *:after {
  box-sizing: inherit;
}

.raw-html-box html,
.raw-html-box body {
  font-size: 100%;
}

.raw-html-box body {
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

.raw-html-box a:hover {
  cursor: pointer;
}

.raw-html-box img {
  max-width: 100%;
  height: auto;
}

.raw-html-box img {
  -ms-interpolation-mode: bicubic;
}

.raw-html-box #map_canvas img,
.raw-html-box #map_canvas embed,
.raw-html-box #map_canvas object,
.raw-html-box .map_canvas img,
.raw-html-box .map_canvas embed,
.raw-html-box .map_canvas object,
.raw-html-box .mqa-display img,
.raw-html-box .mqa-display embed,
.raw-html-box .mqa-display object {
  max-width: none !important;
}

.raw-html-box .left {
  float: left !important;
}

.raw-html-box .right {
  float: right !important;
}

.raw-html-box .clearfix:before,
.raw-html-box .clearfix:after {
  content: " ";
  display: table;
}

.raw-html-box .clearfix:after {
  clear: both;
}

.raw-html-box .hide {
  display: none;
}

.raw-html-box .invisible {
  visibility: hidden;
}

.raw-html-box .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.raw-html-box img {
  display: inline-block;
  vertical-align: middle;
}

.raw-html-box textarea {
  height: auto;
  min-height: 50px;
}

.raw-html-box select {
  width: 100%;
}

.raw-html-box .row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.raw-html-box .row:before,
.raw-html-box .row:after {
  content: " ";
  display: table;
}

.raw-html-box .row:after {
  clear: both;
}

.raw-html-box .row.collapse > .column,
.raw-html-box .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.raw-html-box .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.raw-html-box .row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.raw-html-box .row .row:before,
.raw-html-box .row .row:after {
  content: " ";
  display: table;
}

.raw-html-box .row .row:after {
  clear: both;
}

.raw-html-box .row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.raw-html-box .row .row.collapse:before,
.raw-html-box .row .row.collapse:after {
  content: " ";
  display: table;
}

.raw-html-box .row .row.collapse:after {
  clear: both;
}

.raw-html-box .column,
.raw-html-box .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.raw-html-box .column + .raw-html-box .column:last-child,
.raw-html-box .columns + .raw-html-box .column:last-child,
.raw-html-box .column +
.raw-html-box .columns:last-child,
.raw-html-box .columns +
.raw-html-box .columns:last-child {
  float: right;
}

.raw-html-box .column + .raw-html-box .column.end,
.raw-html-box .columns + .raw-html-box .column.end,
.raw-html-box .column +
.raw-html-box .columns.end,
.raw-html-box .columns +
.raw-html-box .columns.end {
  float: left;
}

@media only screen {
  .raw-html-box .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .raw-html-box .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .raw-html-box .small-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .raw-html-box .small-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .raw-html-box .small-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .raw-html-box .small-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .raw-html-box .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  .raw-html-box .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  .raw-html-box .small-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .raw-html-box .small-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .raw-html-box .small-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .raw-html-box .small-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

  .raw-html-box .small-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .raw-html-box .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .raw-html-box .small-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .raw-html-box .small-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .raw-html-box .small-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .raw-html-box .small-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .raw-html-box .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  .raw-html-box .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  .raw-html-box .small-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .raw-html-box .small-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .raw-html-box .small-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .raw-html-box .small-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

  .raw-html-box .small-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .raw-html-box .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .raw-html-box .small-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .raw-html-box .small-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .raw-html-box .small-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .raw-html-box .small-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .raw-html-box .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  .raw-html-box .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  .raw-html-box .small-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .raw-html-box .small-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .raw-html-box .small-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .raw-html-box .small-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

  .raw-html-box .small-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .raw-html-box .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .raw-html-box .small-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .raw-html-box .small-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .raw-html-box .small-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .raw-html-box .small-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .raw-html-box .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  .raw-html-box .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  .raw-html-box .small-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .raw-html-box .small-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .raw-html-box .small-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .raw-html-box .small-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .raw-html-box .column,
  .raw-html-box .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .raw-html-box .small-1 {
    width: 4.16667%;
  }

  .raw-html-box .small-2 {
    width: 8.33333%;
  }

  .raw-html-box .small-3 {
    width: 12.5%;
  }

  .raw-html-box .small-4 {
    width: 16.66667%;
  }

  .raw-html-box .small-5 {
    width: 20.83333%;
  }

  .raw-html-box .small-6 {
    width: 25%;
  }

  .raw-html-box .small-7 {
    width: 29.16667%;
  }

  .raw-html-box .small-8 {
    width: 33.33333%;
  }

  .raw-html-box .small-9 {
    width: 37.5%;
  }

  .raw-html-box .small-10 {
    width: 41.66667%;
  }

  .raw-html-box .small-11 {
    width: 45.83333%;
  }

  .raw-html-box .small-12 {
    width: 50%;
  }

  .raw-html-box .small-13 {
    width: 54.16667%;
  }

  .raw-html-box .small-14 {
    width: 58.33333%;
  }

  .raw-html-box .small-15 {
    width: 62.5%;
  }

  .raw-html-box .small-16 {
    width: 66.66667%;
  }

  .raw-html-box .small-17 {
    width: 70.83333%;
  }

  .raw-html-box .small-18 {
    width: 75%;
  }

  .raw-html-box .small-19 {
    width: 79.16667%;
  }

  .raw-html-box .small-20 {
    width: 83.33333%;
  }

  .raw-html-box .small-21 {
    width: 87.5%;
  }

  .raw-html-box .small-22 {
    width: 91.66667%;
  }

  .raw-html-box .small-23 {
    width: 95.83333%;
  }

  .raw-html-box .small-24 {
    width: 100%;
  }

  .raw-html-box .small-offset-0 {
    margin-left: 0 !important;
  }

  .raw-html-box .small-offset-1 {
    margin-left: 4.16667% !important;
  }

  .raw-html-box .small-offset-2 {
    margin-left: 8.33333% !important;
  }

  .raw-html-box .small-offset-3 {
    margin-left: 12.5% !important;
  }

  .raw-html-box .small-offset-4 {
    margin-left: 16.66667% !important;
  }

  .raw-html-box .small-offset-5 {
    margin-left: 20.83333% !important;
  }

  .raw-html-box .small-offset-6 {
    margin-left: 25% !important;
  }

  .raw-html-box .small-offset-7 {
    margin-left: 29.16667% !important;
  }

  .raw-html-box .small-offset-8 {
    margin-left: 33.33333% !important;
  }

  .raw-html-box .small-offset-9 {
    margin-left: 37.5% !important;
  }

  .raw-html-box .small-offset-10 {
    margin-left: 41.66667% !important;
  }

  .raw-html-box .small-offset-11 {
    margin-left: 45.83333% !important;
  }

  .raw-html-box .small-offset-12 {
    margin-left: 50% !important;
  }

  .raw-html-box .small-offset-13 {
    margin-left: 54.16667% !important;
  }

  .raw-html-box .small-offset-14 {
    margin-left: 58.33333% !important;
  }

  .raw-html-box .small-offset-15 {
    margin-left: 62.5% !important;
  }

  .raw-html-box .small-offset-16 {
    margin-left: 66.66667% !important;
  }

  .raw-html-box .small-offset-17 {
    margin-left: 70.83333% !important;
  }

  .raw-html-box .small-offset-18 {
    margin-left: 75% !important;
  }

  .raw-html-box .small-offset-19 {
    margin-left: 79.16667% !important;
  }

  .raw-html-box .small-offset-20 {
    margin-left: 83.33333% !important;
  }

  .raw-html-box .small-offset-21 {
    margin-left: 87.5% !important;
  }

  .raw-html-box .small-offset-22 {
    margin-left: 91.66667% !important;
  }

  .raw-html-box .small-offset-23 {
    margin-left: 95.83333% !important;
  }

  .raw-html-box .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .raw-html-box .column.small-centered,
  .raw-html-box .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .raw-html-box .column.small-uncentered,
  .raw-html-box .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .column.small-centered:last-child,
  .raw-html-box .columns.small-centered:last-child {
    float: none;
  }

  .raw-html-box .column.small-uncentered:last-child,
  .raw-html-box .columns.small-uncentered:last-child {
    float: left;
  }

  .raw-html-box .column.small-uncentered.opposite,
  .raw-html-box .columns.small-uncentered.opposite {
    float: right;
  }

  .raw-html-box .row.small-collapse > .column,
  .raw-html-box .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .raw-html-box .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .row.small-uncollapse > .column,
  .raw-html-box .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .raw-html-box .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .raw-html-box .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .raw-html-box .medium-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .raw-html-box .medium-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .raw-html-box .medium-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .raw-html-box .medium-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .raw-html-box .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  .raw-html-box .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  .raw-html-box .medium-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .raw-html-box .medium-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .raw-html-box .medium-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .raw-html-box .medium-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

  .raw-html-box .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .raw-html-box .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .raw-html-box .medium-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .raw-html-box .medium-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .raw-html-box .medium-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .raw-html-box .medium-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .raw-html-box .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  .raw-html-box .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  .raw-html-box .medium-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .raw-html-box .medium-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .raw-html-box .medium-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .raw-html-box .medium-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

  .raw-html-box .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .raw-html-box .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .raw-html-box .medium-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .raw-html-box .medium-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .raw-html-box .medium-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .raw-html-box .medium-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .raw-html-box .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  .raw-html-box .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  .raw-html-box .medium-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .raw-html-box .medium-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .raw-html-box .medium-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .raw-html-box .medium-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

  .raw-html-box .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .raw-html-box .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .raw-html-box .medium-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .raw-html-box .medium-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .raw-html-box .medium-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .raw-html-box .medium-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .raw-html-box .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  .raw-html-box .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  .raw-html-box .medium-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .raw-html-box .medium-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .raw-html-box .medium-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .raw-html-box .medium-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .raw-html-box .column,
  .raw-html-box .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .raw-html-box .medium-1 {
    width: 4.16667%;
  }

  .raw-html-box .medium-2 {
    width: 8.33333%;
  }

  .raw-html-box .medium-3 {
    width: 12.5%;
  }

  .raw-html-box .medium-4 {
    width: 16.66667%;
  }

  .raw-html-box .medium-5 {
    width: 20.83333%;
  }

  .raw-html-box .medium-6 {
    width: 25%;
  }

  .raw-html-box .medium-7 {
    width: 29.16667%;
  }

  .raw-html-box .medium-8 {
    width: 33.33333%;
  }

  .raw-html-box .medium-9 {
    width: 37.5%;
  }

  .raw-html-box .medium-10 {
    width: 41.66667%;
  }

  .raw-html-box .medium-11 {
    width: 45.83333%;
  }

  .raw-html-box .medium-12 {
    width: 50%;
  }

  .raw-html-box .medium-13 {
    width: 54.16667%;
  }

  .raw-html-box .medium-14 {
    width: 58.33333%;
  }

  .raw-html-box .medium-15 {
    width: 62.5%;
  }

  .raw-html-box .medium-16 {
    width: 66.66667%;
  }

  .raw-html-box .medium-17 {
    width: 70.83333%;
  }

  .raw-html-box .medium-18 {
    width: 75%;
  }

  .raw-html-box .medium-19 {
    width: 79.16667%;
  }

  .raw-html-box .medium-20 {
    width: 83.33333%;
  }

  .raw-html-box .medium-21 {
    width: 87.5%;
  }

  .raw-html-box .medium-22 {
    width: 91.66667%;
  }

  .raw-html-box .medium-23 {
    width: 95.83333%;
  }

  .raw-html-box .medium-24 {
    width: 100%;
  }

  .raw-html-box .medium-offset-0 {
    margin-left: 0 !important;
  }

  .raw-html-box .medium-offset-1 {
    margin-left: 4.16667% !important;
  }

  .raw-html-box .medium-offset-2 {
    margin-left: 8.33333% !important;
  }

  .raw-html-box .medium-offset-3 {
    margin-left: 12.5% !important;
  }

  .raw-html-box .medium-offset-4 {
    margin-left: 16.66667% !important;
  }

  .raw-html-box .medium-offset-5 {
    margin-left: 20.83333% !important;
  }

  .raw-html-box .medium-offset-6 {
    margin-left: 25% !important;
  }

  .raw-html-box .medium-offset-7 {
    margin-left: 29.16667% !important;
  }

  .raw-html-box .medium-offset-8 {
    margin-left: 33.33333% !important;
  }

  .raw-html-box .medium-offset-9 {
    margin-left: 37.5% !important;
  }

  .raw-html-box .medium-offset-10 {
    margin-left: 41.66667% !important;
  }

  .raw-html-box .medium-offset-11 {
    margin-left: 45.83333% !important;
  }

  .raw-html-box .medium-offset-12 {
    margin-left: 50% !important;
  }

  .raw-html-box .medium-offset-13 {
    margin-left: 54.16667% !important;
  }

  .raw-html-box .medium-offset-14 {
    margin-left: 58.33333% !important;
  }

  .raw-html-box .medium-offset-15 {
    margin-left: 62.5% !important;
  }

  .raw-html-box .medium-offset-16 {
    margin-left: 66.66667% !important;
  }

  .raw-html-box .medium-offset-17 {
    margin-left: 70.83333% !important;
  }

  .raw-html-box .medium-offset-18 {
    margin-left: 75% !important;
  }

  .raw-html-box .medium-offset-19 {
    margin-left: 79.16667% !important;
  }

  .raw-html-box .medium-offset-20 {
    margin-left: 83.33333% !important;
  }

  .raw-html-box .medium-offset-21 {
    margin-left: 87.5% !important;
  }

  .raw-html-box .medium-offset-22 {
    margin-left: 91.66667% !important;
  }

  .raw-html-box .medium-offset-23 {
    margin-left: 95.83333% !important;
  }

  .raw-html-box .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .raw-html-box .column.medium-centered,
  .raw-html-box .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .raw-html-box .column.medium-uncentered,
  .raw-html-box .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .column.medium-centered:last-child,
  .raw-html-box .columns.medium-centered:last-child {
    float: none;
  }

  .raw-html-box .column.medium-uncentered:last-child,
  .raw-html-box .columns.medium-uncentered:last-child {
    float: left;
  }

  .raw-html-box .column.medium-uncentered.opposite,
  .raw-html-box .columns.medium-uncentered.opposite {
    float: right;
  }

  .raw-html-box .row.medium-collapse > .column,
  .raw-html-box .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .raw-html-box .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .row.medium-uncollapse > .column,
  .raw-html-box .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .raw-html-box .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .raw-html-box .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .raw-html-box .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .raw-html-box .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .raw-html-box .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .raw-html-box .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .raw-html-box .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  .raw-html-box .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  .raw-html-box .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .raw-html-box .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .raw-html-box .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .raw-html-box .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

  .raw-html-box .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .raw-html-box .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .raw-html-box .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .raw-html-box .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .raw-html-box .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .raw-html-box .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .raw-html-box .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  .raw-html-box .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  .raw-html-box .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .raw-html-box .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .raw-html-box .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .raw-html-box .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

  .raw-html-box .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .raw-html-box .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .raw-html-box .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .raw-html-box .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .raw-html-box .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .raw-html-box .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .raw-html-box .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  .raw-html-box .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  .raw-html-box .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .raw-html-box .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .raw-html-box .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .raw-html-box .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

  .raw-html-box .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .raw-html-box .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .raw-html-box .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .raw-html-box .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .raw-html-box .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .raw-html-box .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .raw-html-box .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  .raw-html-box .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  .raw-html-box .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .raw-html-box .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .raw-html-box .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .raw-html-box .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .raw-html-box .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .raw-html-box .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .raw-html-box .large-push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .raw-html-box .large-pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .raw-html-box .large-push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .raw-html-box .large-pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .raw-html-box .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  .raw-html-box .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  .raw-html-box .large-push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .raw-html-box .large-pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .raw-html-box .large-push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .raw-html-box .large-pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

  .raw-html-box .large-push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .raw-html-box .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .raw-html-box .large-push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .raw-html-box .large-pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .raw-html-box .large-push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .raw-html-box .large-pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .raw-html-box .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  .raw-html-box .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  .raw-html-box .large-push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .raw-html-box .large-pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .raw-html-box .large-push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .raw-html-box .large-pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

  .raw-html-box .large-push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .raw-html-box .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .raw-html-box .large-push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .raw-html-box .large-pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .raw-html-box .large-push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .raw-html-box .large-pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .raw-html-box .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  .raw-html-box .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  .raw-html-box .large-push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .raw-html-box .large-pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .raw-html-box .large-push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .raw-html-box .large-pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

  .raw-html-box .large-push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .raw-html-box .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .raw-html-box .large-push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .raw-html-box .large-pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .raw-html-box .large-push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .raw-html-box .large-pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .raw-html-box .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  .raw-html-box .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  .raw-html-box .large-push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .raw-html-box .large-pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .raw-html-box .large-push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .raw-html-box .large-pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }

  .raw-html-box .column,
  .raw-html-box .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .raw-html-box .large-1 {
    width: 4.16667%;
  }

  .raw-html-box .large-2 {
    width: 8.33333%;
  }

  .raw-html-box .large-3 {
    width: 12.5%;
  }

  .raw-html-box .large-4 {
    width: 16.66667%;
  }

  .raw-html-box .large-5 {
    width: 20.83333%;
  }

  .raw-html-box .large-6 {
    width: 25%;
  }

  .raw-html-box .large-7 {
    width: 29.16667%;
  }

  .raw-html-box .large-8 {
    width: 33.33333%;
  }

  .raw-html-box .large-9 {
    width: 37.5%;
  }

  .raw-html-box .large-10 {
    width: 41.66667%;
  }

  .raw-html-box .large-11 {
    width: 45.83333%;
  }

  .raw-html-box .large-12 {
    width: 50%;
  }

  .raw-html-box .large-13 {
    width: 54.16667%;
  }

  .raw-html-box .large-14 {
    width: 58.33333%;
  }

  .raw-html-box .large-15 {
    width: 62.5%;
  }

  .raw-html-box .large-16 {
    width: 66.66667%;
  }

  .raw-html-box .large-17 {
    width: 70.83333%;
  }

  .raw-html-box .large-18 {
    width: 75%;
  }

  .raw-html-box .large-19 {
    width: 79.16667%;
  }

  .raw-html-box .large-20 {
    width: 83.33333%;
  }

  .raw-html-box .large-21 {
    width: 87.5%;
  }

  .raw-html-box .large-22 {
    width: 91.66667%;
  }

  .raw-html-box .large-23 {
    width: 95.83333%;
  }

  .raw-html-box .large-24 {
    width: 100%;
  }

  .raw-html-box .large-offset-0 {
    margin-left: 0 !important;
  }

  .raw-html-box .large-offset-1 {
    margin-left: 4.16667% !important;
  }

  .raw-html-box .large-offset-2 {
    margin-left: 8.33333% !important;
  }

  .raw-html-box .large-offset-3 {
    margin-left: 12.5% !important;
  }

  .raw-html-box .large-offset-4 {
    margin-left: 16.66667% !important;
  }

  .raw-html-box .large-offset-5 {
    margin-left: 20.83333% !important;
  }

  .raw-html-box .large-offset-6 {
    margin-left: 25% !important;
  }

  .raw-html-box .large-offset-7 {
    margin-left: 29.16667% !important;
  }

  .raw-html-box .large-offset-8 {
    margin-left: 33.33333% !important;
  }

  .raw-html-box .large-offset-9 {
    margin-left: 37.5% !important;
  }

  .raw-html-box .large-offset-10 {
    margin-left: 41.66667% !important;
  }

  .raw-html-box .large-offset-11 {
    margin-left: 45.83333% !important;
  }

  .raw-html-box .large-offset-12 {
    margin-left: 50% !important;
  }

  .raw-html-box .large-offset-13 {
    margin-left: 54.16667% !important;
  }

  .raw-html-box .large-offset-14 {
    margin-left: 58.33333% !important;
  }

  .raw-html-box .large-offset-15 {
    margin-left: 62.5% !important;
  }

  .raw-html-box .large-offset-16 {
    margin-left: 66.66667% !important;
  }

  .raw-html-box .large-offset-17 {
    margin-left: 70.83333% !important;
  }

  .raw-html-box .large-offset-18 {
    margin-left: 75% !important;
  }

  .raw-html-box .large-offset-19 {
    margin-left: 79.16667% !important;
  }

  .raw-html-box .large-offset-20 {
    margin-left: 83.33333% !important;
  }

  .raw-html-box .large-offset-21 {
    margin-left: 87.5% !important;
  }

  .raw-html-box .large-offset-22 {
    margin-left: 91.66667% !important;
  }

  .raw-html-box .large-offset-23 {
    margin-left: 95.83333% !important;
  }

  .raw-html-box .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .raw-html-box .column.large-centered,
  .raw-html-box .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .raw-html-box .column.large-uncentered,
  .raw-html-box .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .column.large-centered:last-child,
  .raw-html-box .columns.large-centered:last-child {
    float: none;
  }

  .raw-html-box .column.large-uncentered:last-child,
  .raw-html-box .columns.large-uncentered:last-child {
    float: left;
  }

  .raw-html-box .column.large-uncentered.opposite,
  .raw-html-box .columns.large-uncentered.opposite {
    float: right;
  }

  .raw-html-box .row.large-collapse > .column,
  .raw-html-box .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .raw-html-box .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .raw-html-box .row.large-uncollapse > .column,
  .raw-html-box .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .raw-html-box .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .raw-html-box .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .raw-html-box .push-1 {
    position: relative;
    left: 4.16667%;
    right: auto;
  }

  .raw-html-box .pull-1 {
    position: relative;
    right: 4.16667%;
    left: auto;
  }

  .raw-html-box .push-2 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .raw-html-box .pull-2 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .raw-html-box .push-3 {
    position: relative;
    left: 12.5%;
    right: auto;
  }

  .raw-html-box .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto;
  }

  .raw-html-box .push-4 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .raw-html-box .pull-4 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .raw-html-box .push-5 {
    position: relative;
    left: 20.83333%;
    right: auto;
  }

  .raw-html-box .pull-5 {
    position: relative;
    right: 20.83333%;
    left: auto;
  }

  .raw-html-box .push-6 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .raw-html-box .pull-6 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .raw-html-box .push-7 {
    position: relative;
    left: 29.16667%;
    right: auto;
  }

  .raw-html-box .pull-7 {
    position: relative;
    right: 29.16667%;
    left: auto;
  }

  .raw-html-box .push-8 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .raw-html-box .pull-8 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .raw-html-box .push-9 {
    position: relative;
    left: 37.5%;
    right: auto;
  }

  .raw-html-box .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto;
  }

  .raw-html-box .push-10 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .raw-html-box .pull-10 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .raw-html-box .push-11 {
    position: relative;
    left: 45.83333%;
    right: auto;
  }

  .raw-html-box .pull-11 {
    position: relative;
    right: 45.83333%;
    left: auto;
  }

  .raw-html-box .push-12 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .raw-html-box .pull-12 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .raw-html-box .push-13 {
    position: relative;
    left: 54.16667%;
    right: auto;
  }

  .raw-html-box .pull-13 {
    position: relative;
    right: 54.16667%;
    left: auto;
  }

  .raw-html-box .push-14 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .raw-html-box .pull-14 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .raw-html-box .push-15 {
    position: relative;
    left: 62.5%;
    right: auto;
  }

  .raw-html-box .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto;
  }

  .raw-html-box .push-16 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .raw-html-box .pull-16 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .raw-html-box .push-17 {
    position: relative;
    left: 70.83333%;
    right: auto;
  }

  .raw-html-box .pull-17 {
    position: relative;
    right: 70.83333%;
    left: auto;
  }

  .raw-html-box .push-18 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .raw-html-box .pull-18 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .raw-html-box .push-19 {
    position: relative;
    left: 79.16667%;
    right: auto;
  }

  .raw-html-box .pull-19 {
    position: relative;
    right: 79.16667%;
    left: auto;
  }

  .raw-html-box .push-20 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .raw-html-box .pull-20 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .raw-html-box .push-21 {
    position: relative;
    left: 87.5%;
    right: auto;
  }

  .raw-html-box .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto;
  }

  .raw-html-box .push-22 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .raw-html-box .pull-22 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .raw-html-box .push-23 {
    position: relative;
    left: 95.83333%;
    right: auto;
  }

  .raw-html-box .pull-23 {
    position: relative;
    right: 95.83333%;
    left: auto;
  }
}

.raw-html-box body {
  background-color: #000000;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.alphabet {
  margin-left: -4px;
  padding-bottom: 20px;
}

.alphabet .letter-wrapper {
  display: inline-block;
}

.alphabet .letter-wrapper .letter {
  color: #5394b0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 0 4px;
}

.list-wrapper {
  border-top: 1px solid #cccccc;
  overflow: hidden;
  padding: 20px 0;
}

.list-wrapper .letter-anchor {
  color: #5394b0;
  float: left;
  font-size: 15px;
  font-weight: 600;
  width: 10%;
}

.list-wrapper .list {
  float: left;
  padding-top: 3px;
  width: 90%;
}

.list-wrapper .list .list-item {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .alphabet {
    margin-left: -15px;
  }

  .alphabet .letter-wrapper .letter {
    padding: 2px 15px;
  }
}
.headline-box h1,
.headline-box h2,
.headline-box h3,
.headline-box h4,
.headline-box h5,
.headline-box h6 {
  margin: 0;
  padding: 0;
}

.headline-box .aligned-left {
  text-align: left;
}

.headline-box .aligned-center {
  text-align: center;
}

.headline-box .aligned-right {
  text-align: right;
}
.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 > img {
  width: 100%;
}

.paragraph-box .paragraph-container .paragraph-media a[href=''] {
  cursor: default;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.paragraph-box {
  font-size: 13px;
}

.paragraph-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.paragraph-box ol {
  padding-left: 20px;
}

.paragraph-box .paragraph-container:after {
  clear: both;
  content: '';
  display: table;
}

.paragraph-box .video-with-text {
  width: 50%;
}

.paragraph-box .video-with-text .video-with-text-inner-1 {
  padding-top: 56.75676%;
  position: relative;
}

.paragraph-box .video-with-text .video-with-text-inner-1 .video-with-text-inner-2 iframe {
  height: 100%;
  width: 100%;
}

.paragraph-box .left-image .paragraph-media {
  float: left;
  max-width: 50%;
  padding-bottom: 10px;
  padding-right: 20px;
}

.paragraph-box .right-image .paragraph-media {
  float: right;
  max-width: 50%;
  padding-bottom: 10px;
  padding-left: 20px;
}

.paragraph-box .above-image .paragraph-media {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.paragraph-box .above-image .paragraph-text {
  clear: both;
  width: 100%;
}

.paragraph-box .bellow-image {
  display: flex;
  flex-wrap: wrap;
}

.paragraph-box .bellow-image .paragraph-media {
  order: 2;
  text-align: center;
  width: 100%;
}

.paragraph-box .bellow-image .paragraph-text {
  width: 100%;
}

.paragraph-box .bellow-image .paragraph-text ul {
  list-style-type: disc;
  padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .paragraph-box .left-image .paragraph-media,
  .paragraph-box .right-image .paragraph-media,
  .paragraph-box .above-image .paragraph-media,
  .paragraph-box .bellow-image .paragraph-media {
    float: none;
    max-width: 100%;
    padding: 0 0 15px;
    width: 100%;
  }
}

.paragraph-box p,
.paragraph-box ul,
.paragraph-box ol {
  line-height: 1.8;
}

.paragraph-box p a,
.paragraph-box ul a,
.paragraph-box ol a {
  color: #5394b0;
  text-decoration: underline;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.links-block-box .links-cotainer ul {
  -webkit-column-count: 6;
          column-count: 6;
  display: block;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .links-block-box .links-cotainer ul {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.links-block-box .links-cotainer a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 15px;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.buttons-group-box .buttons-container .buttons-group-item {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.buttons-group-box .buttons-container .buttons-group-item:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .buttons-group-box .buttons-container .buttons-group-item {
    width: 100%;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.buttons-group-box .buttons-container .buttons-group-item {
  border: 1px solid;
  margin-bottom: 12px;
}

.buttons-group-box .buttons-container .buttons-group-item.button-filled {
  background-color: #bc0e5e;
  border-color: #bc0e5e;
  color: #ffffff;
}

.buttons-group-box .buttons-container .buttons-group-item.button-empty {
  background-color: #ffffff;
  border-color: #bc0e5e;
  color: #bc0e5e;
}

@media only screen and (min-width: 601px) {
  .buttons-group-box .buttons-container.aligned-left {
    text-align: left;
  }

  .buttons-group-box .buttons-container.aligned-left .buttons-group-item {
    margin-right: 8px;
  }

  .buttons-group-box .buttons-container.aligned-right {
    text-align: right;
  }

  .buttons-group-box .buttons-container.aligned-right .buttons-group-item {
    margin-left: 8px;
  }

  .buttons-group-box .buttons-container.aligned-center {
    text-align: center;
  }

  .buttons-group-box .buttons-container.aligned-center .buttons-group-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.teaser-item .teaser-button {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.teaser-item .teaser-button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .teaser-item .teaser-button {
    width: 100%;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cm-content.category-teaser-box {
  display: block;
}

.teaser-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.teaser-item:first-child {
  margin-top: 0;
}

.teaser-item .teaser-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 12px 12px;
}

.teaser-item .teaser-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #5394b0;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 5px;
}

.teaser-item .teaser-text {
  color: #5394b0;
  font-size: 18px;
  margin: 0;
}

.teaser-item .teaser-button {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  align-self: flex-end;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #5394b0;
  color: #5394b0;
  font-size: 14px;
  line-height: 42px;
  margin-top: 10px;
}

.teaser-item:nth-child(odd) .teaser-content .teaser-title,
.teaser-item:nth-child(odd) .teaser-content .teaser-text,
.teaser-item:nth-child(odd) .teaser-content .teaser-button {
  color: #9bb154;
}

.teaser-item:nth-child(odd) .teaser-content .teaser-button {
  border-color: #9bb154;
}

@media only screen and (min-width: 601px) {
  .teaser-item {
    border: 1px solid #eeeeee;
    flex-wrap: nowrap;
  }

  .teaser-item .teaser-content {
    flex: 1;
    width: 30%;
  }

  .teaser-item .teaser-content .teaser-text {
    font-size: 18px;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
  }

  .teaser-item .teaser-image {
    flex: 2;
    width: 70%;
  }

  .teaser-item .teaser-image .teaser-image-container-1 {
    padding-top: 45%;
    position: relative;
  }

  .teaser-item .teaser-image .teaser-image-container-2 {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-start;
  }

  .teaser-item .teaser-image .teaser-image-container-2 > img {
    width: 100%;
  }

  .teaser-item .teaser-image .teaser-image-container-2 img {
    height: 100%;
    max-width: none;
    width: auto;
  }

  .teaser-item:nth-child(odd) .teaser-image {
    order: 2;
  }

  .teaser-item:nth-child(odd) .teaser-image .teaser-image-container-2 {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .teaser-item .teaser-content .teaser-title {
    font-size: 18px;
  }

  .teaser-item .teaser-content .teaser-text {
    font-size: 14px;
    height: 60px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .teaser-item .teaser-image {
    text-align: center;
    width: 100%;
  }

  .teaser-item .teaser-content {
    width: 100%;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.search-no-result-box {
  color: #bc0e5e;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation {
  font-size: 13px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation p {
  font-size: 13px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation .accordion-title {
  background-color: #eeeeee;
  background-image: url(/resources/assets/other/221cc94d98a2a307e88ab856aa146de1-icon_plus.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 12px 45px 12px 25px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation .content {
  color: inherit;
  display: none;
  padding: 6px 25px 11px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation.active .accordion-title {
  background-image: url(/resources/assets/other/f19231e00b2b9b2ed44176ec35f61e50-icon_minus.svg);
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation.active .content {
  display: block;
}

@media only screen and (max-width: 1022px) {
  .repurchasing-list-box .repurchasing-list-accordion:first-of-type {
    margin-top: 1rem;
  }
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-price,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-title {
  color: #bc0e5e;
  font-size: 16px;
  font-weight: bold;
}

.repurchasing-list-box:after {
  clear: both;
  content: '';
  display: table;
}

.repurchasing-list-box.cm-content {
  margin-bottom: 0;
}

.repurchasing-list-box .repurchasing-list-accordion {
  margin-bottom: 0;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation .content {
  padding-bottom: 0;
  padding-right: 20px;
}

.repurchasing-list-box .repurchasing-list-accordion .accordion-navigation .content:after {
  clear: both;
  content: '';
  display: table;
}

.repurchasing-list-box .repurchasing-list-title,
.repurchasing-list-box .repurchasing-list-subtitle {
  display: inline-block;
}

.repurchasing-list-box .repurchasing-list-title {
  color: #bc0e5e;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.repurchasing-list-box .repurchasing-list-instruction-text {
  margin-bottom: 10px;
}

.repurchasing-list-box .repurchasing-list-history {
  float: left;
  width: 76%;
}

.repurchasing-list-box .repurchasing-list-item {
  margin: 0 10px 10px 0;
  width: calc((100% - (4 - 1) * 10px) / 4);
  border: 1px solid #cccccc;
  float: left;
  padding: 10px;
  text-align: center;
}

.repurchasing-list-box .repurchasing-list-item:nth-of-type(4n + 4),
.repurchasing-list-box .repurchasing-list-item:last-of-type {
  margin-right: 0;
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-title {
  font-size: 13px;
  font-weight: 600;
  height: 48px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 4px;
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-select-container .select-dropdown {
  margin: 15px 0 5px;
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-container {
  display: none;
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon {
  display: inline-block;
  height: 16px;
  margin-left: calc((16px - 1px)/2);
  position: relative;
  text-align: center;
  width: 16px;
  border: 1px solid #999999;
  top: 3px;
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon:before,
.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon:after {
  border: 1px solid #999999;
  content: '';
  height: 16px;
  margin: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon:before,
.repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-icon:after {
  left: 7px;
}

.repurchasing-list-box .repurchasing-list-summary {
  float: left;
  font-size: 13px;
  padding-left: 14px;
  width: 24%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-title {
  margin-bottom: 10px;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item {
  margin-bottom: 10px;
  width: 100%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item:after {
  clear: both;
  content: '';
  display: table;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item .repurchasing-list-summary-item-count,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item .repurchasing-list-summary-item-name {
  float: left;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item .repurchasing-list-summary-item-count {
  font-weight: 600;
  width: 12%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item .repurchasing-list-summary-item-name {
  width: 60%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-item .repurchasing-list-summary-item-price {
  float: right;
  text-align: right;
  white-space: nowrap;
  width: 28%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container {
  font-weight: 600;
  padding-top: 5px;
  width: 100%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container:after,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container:after {
  clear: both;
  content: '';
  display: table;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container .repurchasing-list-summary-total-count-text,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container .repurchasing-list-summary-total-price-text,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container .repurchasing-list-summary-total-count-text,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container .repurchasing-list-summary-total-price-text {
  float: left;
  width: 60%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container .repurchasing-list-summary-total-count,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container .repurchasing-list-summary-total-price,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container .repurchasing-list-summary-total-count,
.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container .repurchasing-list-summary-total-price {
  float: right;
  text-align: right;
  white-space: nowrap;
  width: 40%;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-price-container {
  border-top: 1px solid #cccccc;
  font-size: 16px;
  padding-bottom: 20px;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-total-count-container {
  padding-bottom: 5px;
}

.repurchasing-list-box .repurchasing-list-summary .repurchasing-list-summary-button {
  background-color: #bc0e5e;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .repurchasing-list-box .repurchasing-list-history,
  .repurchasing-list-box .repurchasing-list-summary {
    clear: both;
    width: 100%;
  }

  .repurchasing-list-box .repurchasing-list-summary {
    padding-left: 0;
  }
}

@media only screen and (min-width: 601px) {
  .repurchasing-list-box .repurchasing-list-item-image-container {
    padding-top: 100%;
    position: relative;
  }

  .repurchasing-list-box .repurchasing-list-item-image-container img {
    max-height: 100%;
  }

  .repurchasing-list-box .repurchasing-list-item-image-container .repurchasing-list-item-image-flex-container {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .repurchasing-list-box .repurchasing-list-item {
    border: 0;
    border-top: 1px solid #cccccc;
    clear: both;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  .repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-title {
    height: auto;
    padding: 0 15px;
  }

  .repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-image-container {
    padding-top: 0;
    text-align: center;
  }

  .repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-image-container .repurchasing-list-item-image {
    max-width: none;
    padding: 0;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 45px;
  }

  .repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-price {
    text-align: right;
  }

  .repurchasing-list-box .repurchasing-list-item .select-dropdown {
    width: 85px;
  }

  .repurchasing-list-box .repurchasing-list-item .repurchasing-list-item-delete-button-container {
    text-align: right;
  }

  .repurchasing-list-box .repurchasing-list-item-flex-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .repurchasing-list-box .repurchasing-list-item-flex-container .repurchasing-list-item-flex-1 {
    flex-grow: 2;
  }

  .repurchasing-list-box .repurchasing-list-item-flex-container .repurchasing-list-item-flex-2 {
    order: -1;
  }

  .repurchasing-list-summary {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
  }

  .repurchasing-list-summary .repurchasing-list-summary-button {
    margin-bottom: 10px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.checkout-confirm-container {
  font-size: 13px;
}

.checkout-confirm-container .order-id {
  color: #bc0e5e;
  font-weight: bold;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product-slider .product-slider-item .product-slider-button span {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.product-slider .product-slider-item .product-slider-button span:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .product-slider .product-slider-item .product-slider-button span {
    width: 100%;
  }
}

.product-slider .product-slider-item .product-slider-button span {
  background-color: #bc0e5e;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product-slider.default-layout .arrow-slider[aria-disabled='true'],
.product-slider.small-content-area-products .arrow-slider[aria-disabled='true'],
.product-slider.big-content-area-products .arrow-slider[aria-disabled='true'] {
  display: none !important;
}

.product-slider:after {
  clear: both;
  content: '';
  display: table;
}

.product-slider .slick-track {
  display: flex;
}

.product-slider .product-slider-item {
  height: auto;
  padding: 0 10px 10px;
}

.product-slider .product-slider-item .product-slider-item-link {
  cursor: pointer;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.product-slider .product-slider-item h2 {
  font-size: 13px;
  font-weight: bold;
  height: 36px;
  line-height: 20px;
  margin: 4px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.product-slider .product-slider-item .item-image {
  padding-top: 100%;
  position: relative;
}

.product-slider .product-slider-item .item-image .item-image-inner {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.product-slider .product-slider-item .item-image .item-image-inner > img {
  width: 100%;
}

.product-slider .product-slider-item .item-image .item-image-inner img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.product-slider .product-slider-item .item-price-area {
  color: #bc0e5e;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.product-slider .product-slider-item .item-price-area .item-old-price {
  color: #999999;
  font-size: 10px;
  padding-right: 4px;
  text-decoration: line-through;
}

.product-slider .product-slider-item .item-price-area .item-new-price {
  font-size: 13px;
}

.product-slider .product-slider-item .product-slider-button {
  margin-top: auto;
}

.product-slider .product-slider-item .product-slider-button span {
  overflow: hidden;
  width: 100%;
}

.product-slider .product-slider-content-area h1,
.product-slider .product-slider-content-area h2,
.product-slider .product-slider-content-area h3,
.product-slider .product-slider-content-area h4 {
  color: #bc0e5e;
}

.product-slider .product-slider-content-area p {
  font-size: 13px;
}

.product-slider.default-layout .product-slider-content-area {
  display: none;
}

.product-slider.small-content-area-products .product-slider-content-area {
  float: left;
  width: 40%;
}

.product-slider.small-content-area-products .product-slider-items {
  float: left;
  width: 60%;
}

@media only screen and (max-width: 1024px) {
  .product-slider.small-content-area-products .product-slider-content-area,
  .product-slider.small-content-area-products .product-slider-items {
    width: 50%;
  }
}

.product-slider.big-content-area-products .product-slider-content-area {
  float: left;
  width: 50%;
}

.product-slider.big-content-area-products .product-slider-items {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .product-slider.big-content-area-products .product-slider-content-area,
  .product-slider.big-content-area-products .product-slider-items,
  .product-slider.small-content-area-products .product-slider-content-area,
  .product-slider.small-content-area-products .product-slider-items {
    float: none;
    width: 100%;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sidebar-links-box {
  display: none;
}

.sidebar-links-box .sidebar-navigation {
  margin: 0;
  padding: 0;
}

.sidebar-links-box .sidebar-navigation li {
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
}

.sidebar-links-box .sidebar-view-more {
  margin: 8px 0 0;
}

.sidebar-links-box .sidebar-view-more a:hover,
.sidebar-links-box .sidebar-view-more a:focus,
.sidebar-links-box .sidebar-navigation a:hover,
.sidebar-links-box .sidebar-navigation a:focus {
  color: #bc0e5e;
}

@media only screen and (min-width: 1025px) {
  .sidebar-links-box {
    display: block;
  }
}

.sidebar-links-box.help-page {
  display: block;
}

@media only screen and (max-width: 425px) {
  .sidebar-links-box.help-page .sidebar-navigation li {
    margin: 8px 0;
    padding: 0;
  }
}

@media only screen and (min-width: 426px) and (max-width: 1024px) {
  .sidebar-links-box.help-page .sidebar-navigation li {
    display: inline-block;
    margin: 0;
    padding: 0 25px 10px 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sidebar-seo-text-box {
  display: none;
}

.sidebar-seo-text-box ul {
  list-style-type: disc;
  padding-left: 15px;
}

.sidebar-seo-text-box p {
  font-size: 13px;
}

.sidebar-seo-text-box p a {
  color: #5394b0;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .sidebar-seo-text-box {
    display: block;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sidebar-title {
  color: #bc0e5e;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 4px 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.navigation-link-list {
  display: none;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .navigation-link-list {
    border-bottom: 0;
    display: block;
  }

  .navigation-link-list .title {
    border-bottom: 1px solid #cccccc;
    color: #bc0e5e;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 8px;
  }

  .navigation-link-list .navigation {
    margin-bottom: 0;
    margin-left: 0;
  }

  .navigation-link-list .navigation .sidebar-navigation-image-link img {
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .navigation-link-list .navigation .sidebar-navigation-image-link .kindertraum-sidebar-logo {
    width: 75%;
  }

  .navigation-link-list .navigation .sidebar-navigation-image-link .kindertraum-sidebar-logo:hover {
    width: 77%;
  }

  .navigation-link-list .navigation .sidebar-navigation-image-link .toys-sidebar-logo {
    width: 54%;
  }

  .navigation-link-list .navigation .sidebar-navigation-image-link .toys-sidebar-logo:hover {
    width: 56%;
  }

  .navigation-link-list .navigation li {
    margin-bottom: 5px;
    padding-left: 15px;
  }

  .navigation-link-list .navigation li a {
    line-height: 1;
  }

  .navigation-link-list .morelink {
    padding-left: 0;
  }

  .navigation-link-list a {
    font-size: 13px;
  }

  .navigation-link-list .image-container {
    text-align: center;
  }

  .navigation-link-list:last-child {
    border: 0;
  }
}

@media screen and (max-width: 1024px) {
  .accordion {
    margin: 0;
  }

  .accordion .accordion-navigation {
    border-bottom: 1px solid #cccccc;
  }

  .accordion .accordion-navigation > a {
    padding: .75rem 0;
  }

  .accordion .accordion-navigation .content {
    margin-left: 0;
  }

  .accordion .accordion-navigation .content ul {
    margin-bottom: 1rem;
  }

  .accordion .accordion-navigation .content li {
    padding: .25rem 0;
  }

  .accordion .accordion-navigation .content li a {
    display: block;
    padding: .25rem 0;
  }

  .accordion .accordion-navigation .content li a::after {
    content: '';
  }
}

.jspContainer .jspVerticalBar {
  width: 5px;
}

.jspContainer .jspTrack {
  background: #eeeeee;
}

.jspContainer .jspDrag {
  background: #999999;
}
@charset "UTF-8";

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.horizontal-filter-show-more-button,
.horizontal-filter-show-less-button,
.facet-head,
.horizontal-filter-button,
.horizontal-filter-selected-options-value,
.horizontal-filter-selected-options-reset,
.horizontal-filter-button-mobile {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.horizontal-filter-show-more-button:disabled,
.horizontal-filter-show-less-button:disabled,
.facet-head:disabled,
.horizontal-filter-button:disabled,
.horizontal-filter-selected-options-value:disabled,
.horizontal-filter-selected-options-reset:disabled,
.horizontal-filter-button-mobile:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .horizontal-filter-show-more-button,
  .horizontal-filter-show-less-button,
  .facet-head,
  .horizontal-filter-button,
  .horizontal-filter-selected-options-value,
  .horizontal-filter-selected-options-reset,
  .horizontal-filter-button-mobile {
    width: 100%;
  }
}

.horizontal-filter-show-more-button,
.horizontal-filter-show-less-button,
.facet-head,
.horizontal-filter-button,
.horizontal-filter-selected-options-value,
.horizontal-filter-selected-options-reset,
.horizontal-filter-button-mobile {
  background-color: #eeeeee;
  color: #666666;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.horizontal-filter-top-container {
  margin: 0 -12px;
}

.horizontal-filter-show-more-container {
  display: flex;
}

.horizontal-filter-show-more-button-container {
  text-align: center;
}

.horizontal-filter-show-more-button,
.horizontal-filter-show-less-button {
  background: #5394b0;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 34px 0 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.horizontal-filter-show-more-button:after,
.horizontal-filter-show-less-button:after {
  position: absolute;
  right: 14px;
}

.horizontal-filter-show-more-button:after {
  color: #ffffff;
  content: "+";
  font-size: 24px;
  font-weight: 100;
}

.horizontal-filter-show-less-button:after {
  color: #ffffff;
  content: "\2013";
  font-size: 24px;
  font-weight: 100;
  bottom: 0;
}

.horizontal-filter-container {
  display: flex;
  flex-wrap: wrap;
  height: 44px;
  overflow: hidden;
}

.horizontal-filter-container-visible {
  height: auto;
}

.horizontal-filter {
  padding: 0 10px 6px 0;
}

.horizontal-filter ul {
  margin: 0;
}

.horizontal-filter .filters-list {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-height: 294px;
}

.horizontal-filter-hidden {
  display: none;
}

.facet-head {
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #5394b0;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 34px 0 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 6px;
  position: relative;
}

.facet-head:after {
  border: solid #bc0e5e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 17px;
  top: 50%;
}

.facet-head-open:after {
  border: solid #bc0e5e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
}

.facet-body {
  background: #ffffff;
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 246px;
  z-index: 4;
}

.facet-body-visible {
  border: 1px solid #eeeeee;
  height: auto;
  padding: 2px;
  visibility: visible;
}

.filter-search-field {
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 10px 26px 12px 22px;
  width: 100%;
}

.filter-search-field::-webkit-input-placeholder {
  color: #cccccc;
}

.filter-search-field:-ms-input-placeholder {
  color: #cccccc;
}

.filter-search-field::placeholder {
  color: #cccccc;
}

.filter-box {
  position: relative;
}

.filter-box .fontello-search {
  bottom: 30px;
  color: #999999;
  left: 2px;
  position: absolute;
  top: 10px;
}

.horizontal-filter-button {
  background: #5394b0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

.filter-item {
  flex-grow: 1;
  padding-left: 10px;
}

.filter-item .facet-count {
  float: right;
}

.filter-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter-option.horizontal-filter-hidden {
  display: none;
}

.filter-option .checkmark-default {
  border: 1px solid #cccccc;
  height: 22px;
  position: relative;
  width: 22px;
}

.filter-option .checkmark-default.checkmark-checked:after {
  border: solid #bc0e5e;
  border-width: 0 1px 1px 0;
  bottom: 5px;
  content: '';
  display: block;
  height: 14px;
  left: 7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

.horizontal-filter-selected-options {
  align-items: center;
}

.horizontal-filter-selected-options-title,
.horizontal-filter-selected-options-value {
  margin: 0 8px 8px 0;
}

.horizontal-filter-selected-options-title {
  font-size: 13px;
  font-weight: bold;
}

.horizontal-filter-selected-options-value,
.horizontal-filter-selected-options-reset {
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #5394b0;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 34px 0 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 30px;
  padding-right: 16px;
}

.horizontal-filter-selected-options-value .horizontal-filter-selected-close,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close {
  cursor: pointer;
  display: block;
  height: 12px;
  position: relative;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  width: 12px;
  display: inline-block;
  margin-left: 4px;
}

.horizontal-filter-selected-options-value .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-value .horizontal-filter-selected-close:after,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:after {
  border-top: 1px solid #bc0e5e;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 12px;
}

.horizontal-filter-selected-options-value .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.horizontal-filter-selected-options-value .horizontal-filter-selected-close:after,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.horizontal-filter-selected-options-value .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-value .horizontal-filter-selected-close:after,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:after {
  top: 2px;
}

.horizontal-filter-selected-options-reset {
  background: #5394b0;
  border-color: transparent;
  color: #ffffff;
}

.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:before,
.horizontal-filter-selected-options-reset .horizontal-filter-selected-close:after {
  border-top-color: #ffffff;
}

.horizontal-filter-overlay-back .horizontal-filter-selected-options-reset {
  position: absolute;
  right: 2px;
  top: 10px;
  z-index: 1;
}

.facet-reset {
  text-align: right;
}

.facet-reset a {
  background: #5394b0;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 9px;
  padding: 7px 16px;
}

.facet-reset .horizontal-filter-dropdown-reset {
  cursor: pointer;
  display: block;
  height: 12px;
  position: relative;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  width: 12px;
  display: inline-block;
  margin-left: 4px;
}

.facet-reset .horizontal-filter-dropdown-reset:before,
.facet-reset .horizontal-filter-dropdown-reset:after {
  border-top: 1px solid #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 12px;
}

.facet-reset .horizontal-filter-dropdown-reset:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.facet-reset .horizontal-filter-dropdown-reset:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.facet-reset .horizontal-filter-dropdown-reset:before,
.facet-reset .horizontal-filter-dropdown-reset:after {
  top: 2px;
}

.horizontal-filter-button-mobile {
  background: #f3f3f3;
  color: #5394b0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
  white-space: nowrap;
  width: 33%;
}

.horizontal-filter-button-mobile:after {
  background: url(/resources/assets/other/f75a8bcaf6005552e4cd70815970a426-filter-icon.svg) no-repeat;
  content: '';
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  position: relative;
  top: 4px;
  width: 18px;
}

.filter-top,
.horizontal-filter-overlay-back,
.horizontal-category-overlay-back,
.horizontal-sorting-overlay-back {
  display: none;
}

.filter-left {
  display: block;
}

.horizontal-filter-overflow-hidden {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 1025px) {
  .facet-head-selected {
    border-color: #5394b0;
  }

  .horizontal-filter-title-selected-options-count,
  .horizontal-filter-title-selected-options {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .products-box .filter-sort-bar {
    margin-top: 12px;
  }

  .page-category-default {
    margin: 0 12px;
  }

  .filter-sort-bar {
    display: flex;
    margin-bottom: 12px;
  }

  .filter-sort-bar .filter-icon {
    align-items: center;
    background-color: #f3f3f3;
    color: #5394b0;
    display: flex;
    font-size: 14px;
    margin-right: 1px;
    padding: 0 28px 0 10px;
    position: relative;
    width: 33%;
  }

  .filter-sort-bar .filter-icon .filter-icon-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .filter-sort-bar .filter-icon:after {
    border: solid #bc0e5e;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 66.66667% 66.66667%;
            transform-origin: 66.66667% 66.66667%;
    width: 0;
    content: '';
    position: absolute;
    right: 12px;
    top: 18px;
  }

  .filter-sort-bar select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    height: 100%;
    width: 100%;
  }

  .filter-sort-bar a {
    line-height: 16px;
  }

  .horizontal-filter-overlay,
  .horizontal-category-overlay,
  .horizontal-sorting-overlay {
    background-color: #ffffff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
  }

  .horizontal-category-overlay,
  .horizontal-sorting-overlay {
    visibility: visible;
  }

  .horizontal-filter-overlay-back,
  .horizontal-category-overlay-back,
  .horizontal-sorting-overlay-back {
    border-bottom: 1px solid #eeeeee;
    display: block;
    position: relative;
  }

  .horizontal-filter-overlay-back:before,
  .horizontal-category-overlay-back:before,
  .horizontal-sorting-overlay-back:before {
    border: solid #bc0e5e;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 0;
    padding: 5px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-transform-origin: 66.66667% 66.66667%;
            transform-origin: 66.66667% 66.66667%;
    width: 0;
    content: '';
    left: 16px;
    position: absolute;
    top: 20px;
  }

  .horizontal-filter-overlay-back .horizontal-filter-overlay-back-text,
  .horizontal-category-overlay-back .horizontal-filter-overlay-back-text,
  .horizontal-sorting-overlay-back .horizontal-filter-overlay-back-text {
    background: #f3f3f3;
    color: #5394b0;
    font-size: 14px;
    padding: 16px 40px;
  }

  .horizontal-filter-show-more-container,
  .horizontal-filter-container {
    display: block;
  }

  .horizontal-filter-container {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: calc(100vh - 53px);
  }

  .horizontal-filter-container:after {
    content: '';
    display: block;
    height: 75px;
  }

  .horizontal-filter {
    border-bottom: 1px solid #eeeeee;
    padding: 0;
  }

  .filter-search-field {
    padding-left: 36px;
    width: 100%;
  }

  .filter-search-field::-webkit-input-placeholder {
    color: #cccccc;
  }

  .filter-search-field:-ms-input-placeholder {
    color: #cccccc;
  }

  .filter-search-field::placeholder {
    color: #cccccc;
  }

  .filter-box .fontello-search {
    left: 14px;
  }

  .facet-head {
    align-items: center;
    background: none;
    border-radius: 0;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 17px;
    text-align: left;
    width: 100%;
  }

  .facet-head .horizontal-filter-title {
    align-items: center;
    display: flex;
  }

  .facet-head .horizontal-filter-title-selected-options-count {
    color: #bc0e5e;
    font-size: 11px;
    padding-left: 6px;
  }

  .facet-body {
    border: 0;
    position: static;
    width: auto;
  }

  .horizontal-filter-title-selected-options {
    color: #666666;
    font-size: 11px;
    padding-right: 38px;
  }

  .horizontal-filter-title-selected-options .horizontal-filter-title-selected-option:not(:last-child):after {
    content: ',';
  }

  .filter-option {
    padding-left: 16px;
  }

  .horizontal-filter-selected-options-value,
  .horizontal-filter-selected-options-reset {
    width: auto;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cat-filter {
  visibility: hidden;
}

.cat-filter h6 {
  color: #bc0e5e;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 4px 0;
}

.cat-filter ul {
  display: flex;
  flex-flow: column;
  font-size: 13px;
  margin: 0;
}

.cat-filter ul:first-child > .cat-filter-item-container {
  padding-left: 0;
}

.cat-filter ul .cat-filter-item-container {
  padding-left: 10px;
}

.cat-filter ul .facet-selected {
  color: #bc0e5e;
  cursor: pointer;
}

.cat-filter ul .facet-selected > span {
  color: inherit;
}

.cat-filter ul .facet-subcategory-selected {
  font-weight: bold;
}

.cat-filter .cat-filter-item {
  display: block;
  line-height: 18px;
  padding-bottom: 6px;
  padding-right: 40px;
  position: relative;
  text-align: left;
  width: 100%;
}

.cat-filter .cat-filter-item:hover {
  color: #bc0e5e;
}

.cat-filter .cat-filter-item .facet-count {
  position: absolute;
  right: 10px;
  top: 0;
}

.cat-filter .cat-placed-on-top {
  order: -1;
}

.cat-filter .cat-filter-tree {
  line-height: 24px;
}

.cat-filter-visible {
  visibility: visible;
}

.cat-filter-sticky {
  max-height: 100vh;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .cat-filter {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: calc(100vh - 53px);
  }

  .cat-filter h6 {
    display: none;
  }

  .cat-filter .cat-filter-item {
    border-bottom: 1px solid #eeeeee;
    color: #5394b0;
    font-size: 14px;
    padding: 17px;
  }

  .cat-filter .cat-filter-item .facet-count {
    top: 17px;
  }

  .cat-filter:after {
    content: '';
    display: block;
    height: 75px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.facet-body-color .filter-option {
  margin: 0;
  padding: 0;
}

.horizontal-filter-color-group {
  display: flex;
  flex-wrap: wrap;
}

.horizontal-filter-color-group .checkmark-color {
  border: 2px solid transparent;
  height: 40px;
  margin: 4px;
  padding: 2px;
  width: 40px;
}

.horizontal-filter-color-group .checkmark-color.checkmark-checked {
  border-color: #5394b0;
}

.horizontal-filter-color-group .checkmark-color .color-picker {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.horizontal-filter-color-group .checkmark-color .beige_color_group {
  background-color: #cba675;
}

.horizontal-filter-color-group .checkmark-color .black_color_group {
  background-color: #000;
}

.horizontal-filter-color-group .checkmark-color .blue_color_group {
  background-color: #0069b3;
}

.horizontal-filter-color-group .checkmark-color .brown_color_group {
  background-color: #5d4c42;
}

.horizontal-filter-color-group .checkmark-color .colorful_color_group {
  background: linear-gradient(to left, #f00, #ffa500, #ff0, #008000, #00f, #4b0082, #ee82ee);
}

.horizontal-filter-color-group .checkmark-color .gray_color_group {
  background-color: #c1c1c1;
}

.horizontal-filter-color-group .checkmark-color .green_color_group {
  background-color: #3fb06c;
}

.horizontal-filter-color-group .checkmark-color .orange_color_group {
  background-color: #f39100;
}

.horizontal-filter-color-group .checkmark-color .purple_color_group {
  background-color: #941b81;
}

.horizontal-filter-color-group .checkmark-color .red_color_group {
  background-color: #f00;
}

.horizontal-filter-color-group .checkmark-color .rose_color_group {
  background-color: #ec68a4;
}

.horizontal-filter-color-group .checkmark-color .silver_color_group {
  background-color: #dee3e8;
}

.horizontal-filter-color-group .checkmark-color .transparent_color_group {
  background: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-225deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-225deg, transparent 75%, #eee 75%);
  background-position: 0 0, 4px 0, 4px -4px, 0 4px;
  background-size: 8px 8px;
  border: 2px solid #eeeeee;
}

.horizontal-filter-color-group .checkmark-color .turquois_color_group {
  background-color: #48d1cc;
}

.horizontal-filter-color-group .checkmark-color .white_color_group {
  background-color: #fff;
  border: 2px solid #eeeeee;
}

.horizontal-filter-color-group .checkmark-color .yellow_color_group {
  background-color: #ffed00;
}

@media only screen and (max-width: 1024px) {
  .horizontal-filter-color-group {
    padding: 0 8px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.slider-price {
  padding: 20px;
}

.filter-option-sale {
  display: inline-flex;
}

.slider-range {
  background-color: #eeeeee;
  height: .375rem;
  position: relative;
}

.slider-range .ui-slider-range {
  background-color: #5394b0;
  height: .375rem;
  position: absolute;
}

.slider-range .ui-slider-handle {
  background-color: #ffffff;
  border: 1px solid #5394b0;
  border-radius: 11px;
  cursor: pointer;
  height: 22px;
  margin-left: -11px;
  outline: 0 none;
  position: absolute;
  top: -8px;
  width: 22px;
  z-index: 5;
}

.price-input-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.price-input-container .min-price,
.price-input-container .max-price {
  border: 1px solid #cccccc;
  display: flex;
}

.price-input-container .price-input {
  border: 0;
  text-align: center;
  width: 60px;
}

.price-input-container label {
  background: #f3f3f3;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .slider-price {
    padding: 27px 40px;
  }

  .price-input-container {
    padding: 10px 16px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sort-order-container {
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 26px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.sort-order-container .sort-order-option {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sort-order-container .sort-order-option.selected {
  order: -1;
}

.sort-order-container .sort-order-option.selected .sort-order-option-link {
  pointer-events: none;
}

.sort-order-container .sort-order-option .sort-order-option-link {
  display: block;
  padding: 0 28px 0 10px;
}

.sort-order-container:after {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  content: '';
  position: absolute;
  right: 12px;
  top: 6px;
}

.sort-order-container-open {
  height: auto;
  z-index: 2;
}

.sort-order-container-open:after {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
}

@media only screen and (max-width: 1024px) {
  .sort-order-container {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    border: 0;
    height: calc(100vh - 53px);
  }

  .sort-order-container .sort-order-option .sort-order-option-link {
    border-bottom: 1px solid #eeeeee;
    color: #5394b0;
    font-size: 14px;
    padding: 17px;
  }

  .sort-order-container .sort-order-option.selected .sort-order-option-link {
    color: #bc0e5e;
    pointer-events: auto;
  }

  .sort-order-container:after {
    display: none;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.toggle-height-container {
  overflow: hidden;
  position: relative;
}

.toggle-height-container[data-description-toggle]:after {
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  width: 100%;
}

.toggle-height-container[data-description-toggle].toggle-height-no-after:after {
  display: none;
}

.toggle-height-container[data-description-toggle] .toggle-height-content {
  position: relative;
}

.toggle-height-container-more {
  height: 100%;
  margin-bottom: 0;
}

.toggle-height-container-more .toggle-height {
  position: static;
}

.toggle-height-button-container {
  overflow: hidden;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
}

.toggle-height-button-container:before,
.toggle-height-button-container:after {
  background: #cccccc;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.toggle-height-button-container:before {
  margin-left: -50%;
  right: 6px;
}

.toggle-height-button-container:after {
  left: 6px;
  margin-right: -50%;
}

.toggle-height-button-container:before,
.toggle-height-button-container:after {
  background: #eeeeee;
}

.toggle-height-button-container .toggle-height-button {
  display: inline-block;
  font-size: 12px;
}

.toggle-height-button-container .toggle-height-button:after {
  border: solid #bc0e5e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
  content: '';
  margin-bottom: 1px;
}

.toggle-height-button-container .toggle-height-button .toggle-height-button-text-more,
.toggle-height-button-container .toggle-height-button .toggle-height-button-text-less {
  padding-right: 2px;
}

.toggle-height-button-container .toggle-height-button .toggle-height-button-text-less {
  display: none;
}

.toggle-height-button-container-more .toggle-height-button:after {
  border: solid #bc0e5e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: 66.66667% 66.66667%;
          transform-origin: 66.66667% 66.66667%;
  width: 0;
}

.toggle-height-button-container-more .toggle-height-button .toggle-height-button-text-more {
  display: none;
}

.toggle-height-button-container-more .toggle-height-button .toggle-height-button-text-less {
  display: inline;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product-listing-pager {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 9px 12px;
}

.product-listing-pager .pager-item {
  display: inline-block;
  float: left;
  min-height: 1px;
}

.product-listing-pager .pager-item.sort-dropdown {
  display: flex;
  height: auto;
  position: absolute;
  right: 12px;
  visibility: visible;
}

.product-listing-pager .pager-item.sort-dropdown .sort-order-label {
  padding-right: 6px;
}

.product-listing-pager .sort-dropdown-container {
  width: 33%;
}

@media all and (max-width: 1024px) {
  .product-listing-pager .pager-item.sort-dropdown {
    height: 0;
    visibility: hidden;
  }
}

.product-listing-pager .pager-item.pager-total p {
  font-weight: 600;
  margin: 0;
  padding: 0 3px;
}

@media all and (max-width: 1024px) {
  .product-listing-pager .pager-item.pager-total {
    text-align: center;
    width: 100%;
  }
}

.product-listing-pager .pager-item.pagination {
  text-align: center;
}

.product-listing-pager .pager-item.pagination * {
  display: inline-block;
  padding: 0 1.5px;
}

.product-listing-pager .pager-item.pagination .active {
  color: #bc0e5e;
  font-weight: 700;
}

.product-listing-pager .pager-item.pagination a:hover {
  background-color: #cccccc;
  color: inherit;
}

@media all and (max-width: 1024px) {
  .product-listing-pager .pager-item.pagination {
    width: 100%;
  }
}

.product-listing-pager label {
  display: inline-block;
}

.product-listing-pager .select-dropdown {
  border: 1px solid #cccccc;
  min-width: 130px;
}

.product-listing-pager .select-dropdown select {
  height: inherit;
}

@media only screen and (max-width: 1024px) {
  .product-listing-pager {
    display: block;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ratings {
  display: none;
  margin-top: 5px;
}

.pager {
  font-size: 12px;
}

.small-grid .large-grid-price {
  display: none;
}

.product-note-unavailable {
  color: #999999;
  display: block;
  height: 20px;
  margin-bottom: 2px;
}

.product-media {
  position: relative;
}

article .product {
  cursor: pointer;
  height: 100%;
  margin: 0;
  position: relative;
}

article .product .product-hover-container {
  display: none;
}

article .product .wrapper {
  display: table-cell;
  height: 12.5rem;
  position: relative;
  vertical-align: middle;
  width: 25.5rem;
}

article .product .wrapper img {
  margin: 0;
  max-height: 10rem;
  max-width: 10rem;
  padding: 0;
}

article .product .base-info .name {
  font-size: 13px;
  font-weight: bold;
  height: 36px;
  line-height: 18px;
  margin: 4px;
  overflow: hidden;
}

article .product .extra-info .types {
  color: #999999;
  font-size: 12px;
  height: 1.333rem;
}

article .product .price-display .price {
  color: #bc0e5e;
  font-size: 13px;
  font-weight: bold;
}

article .product .price-display .price-strike {
  color: #999999;
  font-size: 10px;
  height: 1.166rem;
  margin-bottom: .166rem;
  padding-right: 4px;
  text-decoration: line-through;
}

article .product .base-price {
  color: #666666;
  font-size: 10px;
  height: 20px;
  margin-bottom: 2px;
}

article .product .placeholder-no-base-price {
  height: 22px;
}

article .product .shipping {
  color: #bc0e5e;
  font-size: 1rem;
}

article .product .shipping-message {
  display: none;
  height: 0;
}

article .product .placeholder-no-sale {
  height: 26px;
}

.product .price-display .price {
  font-size: 13px;
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  article .product:hover .tag-container {
    z-index: 3;
  }

  article .product:hover .product-hover-container,
  article .product:hover .shipping-message {
    display: block;
  }

  article .product:hover .productlink .productlink-inner {
    position: relative;
    z-index: 3;
  }
}

@media only screen and (min-width: 1025px) {
  article .product.active-hover .productlink .productlink-inner {
    z-index: 1;
  }

  article .product .product-hover-container {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  article .product .product-hover-container.narrow {
    padding-right: 0;
  }

  article .product .product-wrapper .product-item {
    display: none;
    opacity: 0;
    padding: 0 10px;
    transition: opacity .3s ease-out;
  }

  article .product .product-wrapper .product-item .product-info-container > .wrapper {
    cursor: pointer;
  }

  article .product .product-wrapper .product-item.current {
    display: block;
  }

  article .product .product-wrapper .product-item.animated {
    opacity: 1;
  }

  article .product .product-wrapper .product-item .price-display,
  article .product .product-wrapper .product-item .base-info,
  article .product .product-wrapper .product-item .base-info .name,
  article .product .product-wrapper .product-item .extra-info,
  article .product .product-wrapper .product-item .extra-info * {
    height: auto;
    margin-bottom: 5px;
  }

  article .product .product-wrapper .product-item .price-display > * {
    display: inline-block;
  }

  article .product .product-variants {
    height: calc(100% - 37px);
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 105px;
  }

  article .product .product-variants .jspContainer {
    float: right;
    width: 68px;
  }

  article .product .product-variants .variant {
    border: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    cursor: pointer;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 72px;
    opacity: 0;
    padding: 2px;
    transition: opacity .2s ease-out;
  }

  article .product .product-variants .variant.animated {
    opacity: 1;
  }

  article .product .product-variants .variant:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  article .product .product-variants .variant:last-of-type {
    margin-bottom: 0;
  }

  article .product .product-variants .variant img {
    max-height: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  article .product .base-info .name {
    font-size: rem-calc(12);
    height: 2.4rem;
    line-height: 1.2rem;
    margin: 0;
  }

  article .product .extra-info .types {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  article .product .wrapper img {
    max-height: 8rem;
    max-width: 8rem;
  }
}

.product-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (-webkit-min-device-pixel-ratio: 0.75), all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (min-resolution: 72dpi) {
  .product-listing {
    clear: left;
  }
}

.product-listing .product-listing-item {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  text-align: center;
}

@media all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (-webkit-min-device-pixel-ratio: 0.75), all and (-webkit-min-device-pixel-ratio: 1) and (min-width: 0) and (min-resolution: 72dpi) {
  .product-listing .product-listing-item {
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .product-listing.product-listing-item-3-in-raw .product-listing-item {
    margin: 0 15px 15px 0;
    width: calc((100% - (2 - 1) * 15px) / 2);
  }

  .product-listing.product-listing-item-3-in-raw .product-listing-item:nth-of-type(2n + 2),
  .product-listing.product-listing-item-3-in-raw .product-listing-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) {
  .product-listing.product-listing-item-3-in-raw .product-listing-item {
    margin: 0 15px 15px 0;
    width: calc((100% - (3 - 1) * 15px) / 3);
  }

  .product-listing.product-listing-item-3-in-raw .product-listing-item:nth-of-type(3n + 3),
  .product-listing.product-listing-item-3-in-raw .product-listing-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .product-listing.product-listing-item-4-in-raw .product-listing-item {
    margin: 0 15px 15px 0;
    width: calc((100% - (4 - 1) * 15px) / 4);
  }

  .product-listing.product-listing-item-4-in-raw .product-listing-item:nth-of-type(4n + 4),
  .product-listing.product-listing-item-4-in-raw .product-listing-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .product-listing.product-listing-item-4-in-raw .product-listing-item {
    margin: 0 15px 15px 0;
    width: calc((100% - (3 - 1) * 15px) / 3);
  }

  .product-listing.product-listing-item-4-in-raw .product-listing-item:nth-of-type(3n + 3),
  .product-listing.product-listing-item-4-in-raw .product-listing-item:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .product-listing.product-listing-item-4-in-raw .product-listing-item {
    margin: 0 15px 15px 0;
    width: calc((100% - (2 - 1) * 15px) / 2);
  }

  .product-listing.product-listing-item-4-in-raw .product-listing-item:nth-of-type(2n + 2),
  .product-listing.product-listing-item-4-in-raw .product-listing-item:last-of-type {
    margin-right: 0;
  }
}

.product-listing.product-listing-item-4-in-raw .product-listing-item:nth-child(4n+4) .product-hover-container,
.product-listing.product-listing-item-3-in-raw .product-listing-item:nth-child(3n+3) .product-hover-container {
  left: auto;
  right: 0;
}

.product-listing.product-listing-item-4-in-raw .product-listing-item:nth-child(4n+4) .product-hover-container .product-variants,
.product-listing.product-listing-item-3-in-raw .product-listing-item:nth-child(3n+3) .product-hover-container .product-variants {
  left: 0;
}

.product-listing.product-listing-item-4-in-raw .product-listing-item:nth-child(4n+4) .product-hover-container .product-wrapper,
.product-listing.product-listing-item-3-in-raw .product-listing-item:nth-child(3n+3) .product-hover-container .product-wrapper {
  left: auto;
  position: absolute;
  right: 0;
  width: calc(100% - 115px);
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product-listing-ff-highlighted-products {
  border: 1px solid #eeeeee;
  margin-bottom: 32px;
  padding: 12px;
}

.product-listing-ff-highlighted-products .product-listing-ff-highlighted-products-title {
  border-bottom: 1px solid #eeeeee;
  color: #bc0e5e;
  font-size: 14px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  text-align: center;
}

.product-listing-ff-highlighted-products .product-slider .product-slider-item {
  padding-top: 12px;
}

.product-listing-ff-highlighted-products .slick-list {
  background: #f3f3f3;
}

.product-listing-ff-highlighted-products .slick-list .item-image-inner:after {
  background: #f3f3f3;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-listing-ff-highlighted-products .slick-list .item-image-inner:after {
    background: transparent;
  }
}

@supports (-ms-ime-align: auto) {
  .product-listing-ff-highlighted-products .slick-list .item-image-inner:after {
    background: transparent;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .product-listing-ff-highlighted-products .slick-list .item-image-inner:after {
    background: transparent;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ratings-bazaarvoice-overlay-container {
  background-color: #ffffff;
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: .9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.ratings-bazaarvoice-overlay {
  background-color: #f3f3f3;
  border: 2px solid #cccccc;
  display: none;
  left: 50%;
  max-width: 1000px;
  min-height: 150px;
  padding: 50px 0;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1002;
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-close {
  display: inline-block;
  height: 23px;
  margin-left: calc((23px - 1px)/2);
  position: relative;
  text-align: center;
  width: 23px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-close:before,
.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-close:after {
  border: 1px solid #bc0e5e;
  content: '';
  height: 23px;
  margin: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-spinner {
  display: flex;
  justify-content: center;
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-spinner svg {
  height: 54px;
  width: 54px;
}

.ratings-bazaarvoice-overlay .ratings-bazaarvoice-overlay-spinner svg rect {
  fill: #666666;
}

.ratings-bazaarvoice-overlay [data-bv-show='reviews'],
.ratings-bazaarvoice-overlay [data-bv-show='questions'] {
  display: none;
}

.ratings-bazaarvoice-overlay [data-bv-show='reviews'].visible,
.ratings-bazaarvoice-overlay [data-bv-show='questions'].visible {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .ratings-bazaarvoice-overlay {
    border: 0;
    top: 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.top-products-box .tp-row.price .button {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.top-products-box .tp-row.price .button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .top-products-box .tp-row.price .button {
    width: 100%;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.top-products-box:after {
  clear: both;
  content: '';
  display: table;
}

.top-products-box.cm-content {
  margin-top: 15px;
}

.top-products-box .tp-container {
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
  overflow: hidden;
}

.top-products-box .tp-container.fixed .tp-row.imageurl,
.top-products-box .tp-container.fixed .tp-row.name {
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  position: fixed;
  right: 0;
  width: calc(100% - 24px);
  z-index: 2;
}

.top-products-box .tp-container.fixed .tp-row.imageurl {
  background: #ffffff;
  top: 0;
}

.top-products-box .tp-container.fixed .tp-row.imageurl .item {
  height: 80px;
}

.top-products-box .tp-container.fixed .tp-row.imageurl .image-container .image {
  max-height: 55px;
  max-width: 55px;
  width: auto;
}

.top-products-box .tp-container.fixed .tp-row.name {
  box-shadow: 0 5px 5px -2px #cccccc;
  top: 80px;
}

.top-products-box .tp-container.fixed.no-table-header .tp-row.imageurl,
.top-products-box .tp-container.fixed.no-table-header .tp-row.name {
  display: none;
}

.top-products-box .tp-row {
  border-top: 1px solid #cccccc;
  display: flex;
  overflow: hidden;
  text-align: center;
}

.top-products-box .tp-row .tp-row-label {
  align-items: center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: flex;
  flex-grow: 1;
  font-weight: bold;
  justify-content: flex-end;
  padding: 8px;
  text-align: right;
  width: 150px;
}

.top-products-box .tp-row .tp-row-label .tp-row-label-inner {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  word-break: break-word;
}

.top-products-box .tp-row .tp-row-items {
  display: flex;
  width: calc(100% - 150px);
}

.top-products-box .tp-row .item {
  border-right: 1px solid #cccccc;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 50%;
}

.top-products-box .tp-row.tag .tp-row-label {
  padding: 0;
}

.top-products-box .tp-row.tag .tp-row-label .tp-row-label-inner {
  display: none;
}

.top-products-box .tp-row.tag .item {
  padding: 0;
}

.top-products-box .tp-row.tag .item .tag {
  background-color: #bc0e5e;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0;
  width: 100%;
}

.top-products-box .tp-row.tag .item .tag .tag-inner {
  display: inline-block;
  line-height: normal;
  padding: 0 5px;
  vertical-align: middle;
}

.top-products-box .tp-row.imageurl {
  border-top: 0;
}

.top-products-box .tp-row.imageurl .image-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.top-products-box .tp-row.imageurl .image-container .image {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  width: 90%;
}

.top-products-box .tp-row.name {
  font-weight: bold;
}

.top-products-box .tp-row .ratings-stars {
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.top-products-box .tp-row .ratings-stars .ratings-stars-item {
  font-size: 14px;
}

.top-products-box .tp-row .ratings-stars .ratings-stars-count {
  color: #5394b0;
  text-decoration: underline;
}

.top-products-box .tp-row ul {
  list-style: none;
  text-align: left;
}

.top-products-box .tp-row ul li {
  display: block;
  overflow: hidden;
  padding-left: 17px;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-word;
}

.top-products-box .tp-row ul li:before {
  color: #bc0e5e;
  content: '\2022   ';
  font-size: 15px;
  margin-left: -16px;
  position: absolute;
}

.top-products-box .tp-row.advantages p,
.top-products-box .tp-row.attributes .item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-word;
}

.top-products-box .tp-row.attributes .item,
.top-products-box .tp-row.name .item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top-products-box .tp-row.price .item {
  padding-bottom: 52px;
}

.top-products-box .tp-row.price .price {
  color: #bc0e5e;
  font-weight: bold;
}

.top-products-box .tp-row.price .recommended-price {
  color: #999999;
  font-size: 10px;
  height: 1.166rem;
  margin-bottom: .166rem;
  padding-right: 4px;
  text-decoration: line-through;
}

.top-products-box .tp-row.price .button {
  background-color: #bc0e5e;
  bottom: 8px;
  display: block;
  font-weight: normal;
  height: 35px;
  left: 8px;
  line-height: 35px;
  padding: 0 2px;
  position: absolute;
  width: calc(100% - (8px * 2));
}

@media only screen and (max-width: 1023px) and (min-width: 1000px) {
  .top-products-box .tp-container.fixed .tp-row.imageurl,
  .top-products-box .tp-container.fixed .tp-row.name {
    margin: 0 auto;
    width: 976px;
  }
}

@media only screen and (min-width: 769px) {
  .top-products-box .tp-container-max-2 .tp-row-items > div {
    width: calc(100%/2);
  }

  .top-products-box .tp-container-max-3 .tp-row-items > div {
    width: calc(100%/3);
  }

  .top-products-box .tp-container-max-4 .tp-row-items > div {
    width: calc(100%/4);
  }

  .top-products-box .tp-container-max-5 .tp-row-items > div {
    width: calc(100%/5);
  }

  .top-products-box .tp-container-max-6 .tp-row-items > div {
    width: calc(100%/6);
  }

  .top-products-box .tp-row.name {
    background: #f3f3f3;
  }

  .top-products-box .tp-row.price .tp-row-label {
    padding-bottom: 52px;
  }

  .top-products-box .arrow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top-products-box {
    position: relative;
  }

  .top-products-box .tp-row {
    position: relative;
  }

  .top-products-box .tp-row.tag .tp-row-label {
    display: none;
  }

  .top-products-box .tp-row.tag .item {
    padding: 0;
  }

  .top-products-box .tp-row.imageurl .tp-row-label {
    display: none;
  }

  .top-products-box .tp-row.imageurl .item {
    height: 150px;
    padding-top: 8px;
  }

  .top-products-box .tp-row.name .tp-row-label {
    display: none;
  }

  .top-products-box .tp-row.name .item {
    padding-top: 5px;
  }

  .top-products-box .tp-row.ratingrange .tp-row-label {
    display: none;
  }

  .top-products-box .tp-row.ratingrange .item {
    padding-top: 5px;
  }

  .top-products-box .tp-row .tp-row-label {
    background: #f3f3f3;
    border: 0;
    border-bottom: 1px solid #cccccc;
    justify-content: center;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .top-products-box .tp-row .tp-row-items {
    transition: all 0.2s ease-in;
    width: 100%;
  }

  .top-products-box .tp-row .item {
    border: 0;
    min-width: 50%;
    padding: 29px 5px 5px;
  }

  .top-products-box .tp-row.imageurl .image-container {
    height: 100%;
    margin-top: 0;
  }

  .top-products-box .tp-row.imageurl .image-container .image {
    max-height: 100px;
    max-width: 100px;
    width: auto;
  }

  .top-products-box .tp-row ul li {
    padding-left: 11px;
  }

  .top-products-box .tp-row ul li:before {
    margin-left: -10px;
  }

  .top-products-box .tp-row.price .button {
    bottom: 5px;
    left: 5px;
    width: calc(100% - (5px * 2));
  }

  .top-products-box .tp-row.price .item {
    padding-bottom: 45px;
  }

  .top-products-box .arrow-container {
    height: 42px;
    left: 0;
    overflow: hidden;
    padding: 0 4px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - (42px / 2));
    width: 100%;
    z-index: 5;
  }

  .top-products-box .arrow-container .arrow {
    cursor: pointer;
    float: right;
    height: 100%;
    pointer-events: all;
    position: relative;
    width: 34px;
    z-index: 6;
  }

  .top-products-box .arrow-container .arrow:before {
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 0;
    padding: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 66.66667% 66.66667%;
            transform-origin: 66.66667% 66.66667%;
    width: 0;
    content: '';
    left: 3px;
    position: absolute;
    top: 5px;
  }

  .top-products-box .arrow-container .arrow.prev {
    float: left;
  }

  .top-products-box .arrow-container .arrow.prev:before {
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 0;
    padding: 10px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-transform-origin: 66.66667% 66.66667%;
            transform-origin: 66.66667% 66.66667%;
    width: 0;
  }

  .top-products-box .tp-container {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.page-1 .tp-row-items {
    -webkit-transform: translateX(calc(-50% * (1 - 1)));
            transform: translateX(calc(-50% * (1 - 1)));
  }

  .top-products-box .tp-container.page-1 .tp-row-items .item:nth-of-type(1) {
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.page-2 .tp-row-items {
    -webkit-transform: translateX(calc(-50% * (2 - 1)));
            transform: translateX(calc(-50% * (2 - 1)));
  }

  .top-products-box .tp-container.page-2 .tp-row-items .item:nth-of-type(2) {
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.page-3 .tp-row-items {
    -webkit-transform: translateX(calc(-50% * (3 - 1)));
            transform: translateX(calc(-50% * (3 - 1)));
  }

  .top-products-box .tp-container.page-3 .tp-row-items .item:nth-of-type(3) {
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.page-4 .tp-row-items {
    -webkit-transform: translateX(calc(-50% * (4 - 1)));
            transform: translateX(calc(-50% * (4 - 1)));
  }

  .top-products-box .tp-container.page-4 .tp-row-items .item:nth-of-type(4) {
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.page-5 .tp-row-items {
    -webkit-transform: translateX(calc(-50% * (5 - 1)));
            transform: translateX(calc(-50% * (5 - 1)));
  }

  .top-products-box .tp-container.page-5 .tp-row-items .item:nth-of-type(5) {
    border-right: 1px solid #cccccc;
  }

  .top-products-box .tp-container.fixed .tp-row.imageurl,
  .top-products-box .tp-container.fixed .tp-row.name {
    background: #ffffff;
    border: 1px solid #cccccc;
  }
}
.breadcrumbs-section {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.breadcrumbs-section > ol {
  list-style-type: none;
  margin: 0;
}

.breadcrumbs-section > ol > li {
  display: inline-block;
  padding: 5px 0 20px;
}

.breadcrumbs-section > ol > li:last-child > a {
  color: #666666;
  cursor: default;
  pointer-events: none;
}

.breadcrumbs-section > ol > li:not(:last-child) > a:after {
  color: #666666;
  content: '>';
  padding: 2px 5px;
}

.breadcrumbs-section > ol > li:not(:last-child) > a {
  color: #999999;
}

.breadcrumbs-section .breadcrumbs-back-to {
  display: none;
}

@media all and (max-width: 600px) {
  .breadcrumbs-section > ol > li {
    padding: 4px 0;
  }

  .breadcrumbs-section .breadcrumbs-category,
  .breadcrumbs-section .breadcrumbs-non-category {
    display: none;
  }

  .breadcrumbs-section .breadcrumbs-category:nth-last-child(2) {
    display: inline-block;
  }

  .breadcrumbs-section .breadcrumbs-category:nth-last-child(2) > a:after {
    display: none;
  }

  .breadcrumbs-section .breadcrumbs-category:nth-last-child(2) .breadcrumbs-back-to {
    display: inline;
  }

  .breadcrumbs-section .breadcrumbs-category:nth-last-child(2) .breadcrumbs-back-to:before {
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 0;
    padding: 2px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-transform-origin: 66.66667% 66.66667%;
            transform-origin: 66.66667% 66.66667%;
    width: 0;
    bottom: 2px;
    content: '';
    margin-right: 6px;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumbs-section {
    padding-left: 12px;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.tag-container {
  overflow: hidden;
  z-index: 1;
}

.tag-container.right-top-tag-container {
  bottom: inherit;
  left: auto;
  position: absolute;
  right: 4px;
  top: 0;
  width: auto;
  min-width: 55px;
  margin-top: 20px;
  text-align: right;
}

.tag-container.right-top-tag-container .item-tag {
  background-position: right;
}

@media only screen and (max-width: 400px) {
  .tag-container.right-top-tag-container {
    right: 0;
  }
}

.tag-container.left-bottom-tag-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100px;
  height: 12.5rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  .tag-container.left-bottom-tag-container {
    height: 12.5rem;
  }
}

.tag-container .item-tag {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.tag-container .item-tag:last-child {
  margin-bottom: 10px;
}

.prod-list .product.active-hover .right-top-tag-container .tag-badge {
  display: none;
}

.item-tag-no-china-delivery {
  background-image: url(/resources/assets/other/b5df98363461037bf4300df35bf9083b-no-china-delivery.png);
  height: 40px;
}

.item-tag-alnatura {
  background-image: url(/resources/assets/other/a48bb2ba7e9175aef30675748f0a3656-alnatura.jpg);
  height: 40px;
}

.item-tag-demeter {
  background-image: url(/resources/assets/other/3b0bcf4d0cb028564c1c9b6da57dbe10-demeter.png);
  height: 19px;
}

.item-tag-stiftung-warentest {
  background-image: url(/resources/assets/other/156590d6c2bfa88f56c61ad18f8d4f28-stiftung-warentest.png);
  height: 30px;
}

.item-tag-adac {
  background-image: url(/resources/assets/other/90940c7b40199cd3bf3102288098a6ef-adac.png);
  height: 28px;
}

.item-tag-oeamtc {
  background-image: url(/resources/assets/other/52359df0dcc440d074ae503f0c1bf6db-oeamtc.png);
  height: 24px;
}

.item-tag-spiel-gut {
  background-image: url(/resources/assets/other/c4821454e013e8d1dd52ccb454b85aa4-spiel-gut.png);
  height: 40px;
}

.windeln-de .item-tag-bio {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJNyiKmBSTlW4aAB/bio-tag-windeln-de.svg");
  height: 20px;
}

.windeln-ch .item-tag-bio {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJJiQHtpKxt4IFw9/bio-tag-windeln-ch.svg");
  height: 20px;
}

.windeln-de .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJJkNXtpKxt4IFxA/neu-tag-windeln-de.svg");
  height: 20px;
}

.windeln-ch .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJJkJ3tpKxt4IFw_/neu-tag-windeln-ch.svg");
  height: 20px;
}

.windeln-cn .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJNyeyGtaRz-JCfw/neu-tag-windeln-cn.svg");
  height: 23px;
}

.item-tag-aktion {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJN2oIa6qT_juxEi/aktion.svg");
  height: 20px;
}

.item-tag-exklusiv {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJJnxntpKxt4IFxB/exklusiv-tag.svg");
  height: 20px;
}

.item-tag-sale {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJjv3amBSTlW4aFF/sale-tag.svg");
  height: 20px;
}

.item-tag-natural {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XJOlnamBSTlW4aBp/natural-tag.svg");
  height: 30px;
}

.item-tag-outlet {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XNwYzVM0CX4_lYBF/outlet-tag.svg");
  height: 20px;
}

.item-tag-discount {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XQjj4lM0CTQ-3eEV/discount-tag.svg");
  height: 20px;
}

@media only screen and (max-width: 600px) {
  .product-media .tag-container {
    z-index: 1;
  }
}

.tag-container.right-top-tag-container .sale {
  background: #bc0e5e;
  border-radius: 2px 8px 2px 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-bottom: 4px;
  text-align: center;
  width: 40px;
}

.product-promotion-tag {
  position: relative;
}

.product-promotion-tag .tag-container.left-bottom-tag-container {
  height: 40px;
  left: 2px;
  top: 12px;
  width: 40px;
}

.product-promotion-tag .tag-container .item-tag:last-child {
  margin-bottom: 0;
}
