/* 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;
}

.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;
}
/*
 * 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;
}
.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section button,
.product-recommendations button,
.product-accessories button,
.product-collections 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;
}

.product-section button:disabled,
.product-recommendations button:disabled,
.product-accessories button:disabled,
.product-collections button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .product-section button,
  .product-recommendations button,
  .product-accessories button,
  .product-collections button {
    width: 100%;
  }
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.message-container .error,
.message-container .success {
  border: 1px solid;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 13px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  padding-left: 36px;
  position: relative;
}

.message-container .error:before,
.message-container .success:before {
  background-color: #e971a4;
  background-image: url(/resources/assets/other/afe74238fad1c3099b7f9ba6664ea948-x.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 10px;
  margin: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

@media only screen and (min-width: 1025px) {
  .message-container .error,
  .message-container .success {
    margin-left: 0;
    margin-right: 0;
  }
}

.message-container .error {
  border-color: #e971a4;
  color: #e971a4;
}

.message-container .success {
  border-color: #9bb154;
  color: #9bb154;
}

.message-container .success:before {
  background-color: #9bb154;
  background-image: url(/resources/assets/other/f5e2af3b4f64f3dedca24db4a43b1901-checked.svg);
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .vertical-align-element,
.product-recommendations .vertical-align-element,
.product-accessories .vertical-align-element,
.product-collections .vertical-align-element {
  position: relative;
  white-space: nowrap;
}

.product-section .vertical-align-element .helper,
.product-recommendations .vertical-align-element .helper,
.product-accessories .vertical-align-element .helper,
.product-collections .vertical-align-element .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section .vertical-align-element > *:not(.helper),
.product-recommendations .vertical-align-element > *:not(.helper),
.product-accessories .vertical-align-element > *:not(.helper),
.product-collections .vertical-align-element > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section .select-dropdown,
.product-recommendations .select-dropdown,
.product-accessories .select-dropdown,
.product-collections .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;
}

.product-section .select-dropdown select::-ms-expand,
.product-recommendations .select-dropdown select::-ms-expand,
.product-accessories .select-dropdown select::-ms-expand,
.product-collections .select-dropdown select::-ms-expand {
  display: none;
}

.product-section .select-dropdown:before,
.product-recommendations .select-dropdown:before,
.product-accessories .select-dropdown:before,
.product-collections .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%;
}

.product-section .select-dropdown select,
.product-recommendations .select-dropdown select,
.product-accessories .select-dropdown select,
.product-collections .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) {
  .product-section .select-dropdown select,
  .product-recommendations .select-dropdown select,
  .product-accessories .select-dropdown select,
  .product-collections .select-dropdown select {
    min-width: 75px;
  }
}

.product-section .small-select.select-dropdown:before,
.product-recommendations .small-select.select-dropdown:before,
.product-accessories .small-select.select-dropdown:before,
.product-collections .small-select.select-dropdown:before {
  right: 10px;
}

.product-section .small-select.select-dropdown select,
.product-recommendations .small-select.select-dropdown select,
.product-accessories .small-select.select-dropdown select,
.product-collections .small-select.select-dropdown select {
  padding: 3px 25px 3px 10px;
}

.product-section .select-dropdown + .field-error,
.product-recommendations .select-dropdown + .field-error,
.product-accessories .select-dropdown + .field-error,
.product-collections .select-dropdown + .field-error {
  margin-bottom: 15px;
  margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .product-section .select-dropdown,
  .product-recommendations .select-dropdown,
  .product-accessories .select-dropdown,
  .product-collections .select-dropdown {
    width: 100%;
  }
}

.product-section button {
  margin-bottom: 16px;
}

.product-recommendations button,
.product-detail-description button,
.product-accessories button,
.product-collections button {
  margin-bottom: 25px;
}

.product-section button,
.product-recommendations button,
.product-accessories button,
.product-collections button {
  background-color: #e971a4;
  line-height: 12px;
  width: 100%;
}

.product-section .pdp-popup-headline,
.product-recommendations .pdp-popup-headline,
.product-accessories .pdp-popup-headline,
.product-collections .pdp-popup-headline {
  font-size: 15px;
  text-align: left;
}

.product-section .select-dropdown,
.product-recommendations .select-dropdown,
.product-accessories .select-dropdown,
.product-collections .select-dropdown {
  border: 1px solid #ccc;
}

.product-section .select-dropdown:hover,
.product-recommendations .select-dropdown:hover,
.product-accessories .select-dropdown:hover,
.product-collections .select-dropdown:hover {
  border: 1px solid #999;
}

.product-section .popup-wrapper,
.product-recommendations .popup-wrapper,
.product-accessories .popup-wrapper,
.product-collections .popup-wrapper {
  display: none;
}

.product-section .popup-wrapper .popup,
.product-recommendations .popup-wrapper .popup,
.product-accessories .popup-wrapper .popup,
.product-collections .popup-wrapper .popup {
  background: transparent;
  border: 0;
}

.product-section .popup-wrapper .popup .popup-inner,
.product-recommendations .popup-wrapper .popup .popup-inner,
.product-accessories .popup-wrapper .popup .popup-inner,
.product-collections .popup-wrapper .popup .popup-inner {
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: 0 0 10px #666;
  margin: 0 auto;
  max-width: 550px;
  width: 60%;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .product-section .popup-wrapper .popup .popup-inner,
  .product-recommendations .popup-wrapper .popup .popup-inner,
  .product-accessories .popup-wrapper .popup .popup-inner,
  .product-collections .popup-wrapper .popup .popup-inner {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .product-section .popup-wrapper .popup .popup-inner,
  .product-recommendations .popup-wrapper .popup .popup-inner,
  .product-accessories .popup-wrapper .popup .popup-inner,
  .product-collections .popup-wrapper .popup .popup-inner {
    width: 99%;
  }
}

.product-section .play-button,
.product-recommendations .play-button,
.product-accessories .play-button,
.product-collections .play-button {
  background-color: #161616;
  border-radius: 6px;
  box-shadow: 0 0 30px #000;
  height: 50px;
  opacity: .8;
  width: 75px;
  z-index: 1;
}

.product-section .play-button:before,
.product-recommendations .play-button:before,
.product-accessories .play-button:before,
.product-collections .play-button:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  content: '';
}

.product-section .play-button,
.product-section .play-button:before,
.product-recommendations .play-button,
.product-recommendations .play-button:before,
.product-accessories .play-button,
.product-accessories .play-button:before,
.product-collections .play-button,
.product-collections .play-button:before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media all and (max-width: 1024px) {
  .product-section,
  .product-recommendations,
  .product-accessories,
  .product-collections {
    padding: 0 12px;
  }
}

.seo-ratings-reviews {
  display: none;
}
.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;
  }
}
.product-lmiv table {
  margin-bottom: 20px;
}

.product-lmiv tr:not(:first-child) {
  border-bottom: 1px solid #eeeeee;
}

.product-lmiv th:first-child {
  height: auto;
}

.product-lmiv td:first-child {
  text-align: left;
}

.product-lmiv th,
.product-lmiv td {
  height: 48px;
  text-align: right;
}

.product-lmiv th:first-child,
.product-lmiv td:first-child {
  padding-left: 8px;
}

.product-lmiv th:not(:first-child),
.product-lmiv td:not(:first-child) {
  padding-left: 56px;
}

.product-lmiv th:last-child,
.product-lmiv td:last-child {
  padding-right: 8px;
}

@media only screen and (max-width: 600px) {
  .product-lmiv table {
    width: 100%;
  }

  .product-lmiv th:not(:first-child),
  .product-lmiv td:not(:first-child) {
    padding-left: 24px;
  }
}
.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 #e971a4;
  border-width: 0 2px 2px 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 #e971a4;
  border-width: 0 2px 2px 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;
}
.product-section {
  margin-bottom: 16px;
  overflow: hidden;
}

.product-section .hidden {
  display: none;
}

.product-section [class^='product-section'] {
  float: left;
}

@media only screen and (max-width: 600px) {
  .product-section [class^='product-section'] {
    width: 100%;
  }
}

.product-section .product-section-action {
  font-size: 12px;
}

.product-section .product-section-action,
.product-section .product-section-selection {
  box-sizing: border-box;
}

@media only screen and (min-width: 601px) {
  .product-section .product-section-action,
  .product-section .product-section-selection {
    margin-left: 4%;
  }
}

.product-section .product-section-selection {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .product-section .product-section-selection {
    margin-top: 24px;
  }
}

.product-section .product-section-selection .selection-separation-line {
  border-right: 1px solid #eeeeee;
  height: 100%;
  min-height: 400px;
  position: absolute;
  right: -5.5%;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .product-section .product-section-selection .selection-separation-line {
    display: none;
  }
}

@media only screen and (min-width: 601px) {
  .product-section .product-section-media {
    width: 37.5%;
  }

  .product-section .product-section-selection {
    width: 37.5%;
  }

  .product-section .product-section-action {
    width: 17%;
  }
}
.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper {
  position: relative;
  white-space: nowrap;
}

.product-section-media .image-detail .media-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-section-media .image-detail .media-wrapper > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-section-media .product-media {
  position: relative;
}

.product-section-media .image-detail {
  height: 450px;
  margin: 0 auto 12px;
}

.product-section-media .image-detail img {
  max-height: 370px;
}

@media only screen and (max-width: 600px) {
  .product-section-media .image-detail {
    height: 370px;
  }

  .product-section-media .image-detail .slick-list,
  .product-section-media .image-detail .slick-slide,
  .product-section-media .image-detail .slick-track,
  .product-section-media .image-detail .zoom-wrap {
    height: 100%;
  }

  .product-section-media .image-detail .slick-prev,
  .product-section-media .image-detail .slick-next {
    background-color: transparent;
    cursor: pointer;
    display: block;
    height: 55px;
    margin-top: -27px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 55px;
    z-index: 1;
  }

  .product-section-media .image-detail .slick-prev {
    left: 0;
  }

  .product-section-media .image-detail .slick-next {
    right: 0;
  }

  .product-section-media .image-detail img {
    max-height: 90%;
  }
}

.product-section-media .image-detail .media-wrapper {
  height: 100%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .product-section-media .image-detail .media-wrapper .zoom-wrap {
    position: relative;
    white-space: nowrap;
  }

  .product-section-media .image-detail .media-wrapper .zoom-wrap .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .product-section-media .image-detail .media-wrapper .zoom-wrap > *:not(.helper) {
    display: inline-block;
    vertical-align: middle;
  }
}

.product-section-media .image-detail .media-wrapper .helper {
  margin-right: -3px;
}

@media only screen and (min-width: 601px) {
  .product-section-media .image-detail .media-wrapper.video-wrapper {
    background-color: #000;
  }
}

.product-section-media .image-detail .slick-dots {
  bottom: -16px;
}

.product-section-media .image-detail .slick-dots li {
  height: 10px;
  width: 10px;
}

.product-section-media .image-detail .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  box-shadow: 1px 1px 10px #666666;
}

.product-section-media .image-detail .slick-dots li button {
  height: 10px;
  width: 10px;
}

.product-section-media .image-detail .slick-dots li button:before {
  height: 10px;
  width: 10px;
  background-color: #eeeeee;
  border: 0;
}

.product-section-media .image-detail.slick-slider .slick-next,
.product-section-media .image-detail.slick-slider .slick-prev {
  margin: 0;
}

.product-section-media .product-thumbs {
  height: 60px;
}

@media only screen and (max-width: 600px) {
  .product-section-media .product-thumbs {
    display: none;
  }
}

.product-section-media .product-thumbs .thumbnail {
  cursor: pointer;
  outline: none;
  text-align: center;
}

.product-section-media .product-thumbs .thumbnail img {
  display: inline;
  max-width: 40px;
}

.product-section-media .product-thumbs .windeln-slider-arrow {
  color: #666;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 6px;
  width: 30px;
  z-index: 1;
}

.product-section-media .product-thumbs .windeln-slider-arrow.left {
  left: -9px;
}

.product-section-media .product-thumbs .windeln-slider-arrow.right {
  right: -17px;
}

.product-section-media .product-thumbs .slick-initialized .thumbnail .slick-slide {
  width: 59px;
}

.pdp-bottom-banner-container {
  margin-bottom: 20px;
}
.zoom-wrap {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.zoom-wrap .zoom-window {
  background-color: #eee;
  border: 3px solid #ccc;
  cursor: move;
  display: none;
  height: 200px;
  opacity: .5;
  position: absolute;
  top: inherit;
  width: 181px;
  z-index: 1000;
}

.zoom-box {
  background-color: #fff;
  display: inline-block;
  max-height: 550px;
  max-width: 500px;
  opacity: .98;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.zoom-box.active {
  border: 1px solid #ccc;
}

.zoom-box .img-wrap {
  position: relative;
}

.zoom-box .img-wrap img {
  display: inline-block;
  height: auto;
  max-width: 1000px;
  opacity: .98;
  position: inherit;
  vertical-align: middle;
  z-index: 5;
}

.popup.popup-windeln-zoom {
  border: 0;
}

.popup.popup-windeln-zoom .zoom-image-wrapper {
  margin: 0 auto;
  max-width: 750px;
}
@media only screen and (max-width: 600px) {
  .product-recommendations {
    display: none;
  }
}

.product-recommendations .headline-1 {
  margin: 0;
}

.product-recommendations .recommendation-crossselling ul {
  display: flex;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  overflow: hidden;
  padding: 0;
}

.product-recommendations .recommendation-crossselling ul li {
  float: left;
  margin-left: 0;
  padding: 0 10px;
}

.product-recommendations .recommendation-crossselling .crossselling-image {
  height: 108px;
  margin-bottom: 12px;
  text-align: center;
}

.product-recommendations .recommendation-crossselling .crossselling-image img {
  max-height: 108px;
  max-width: 108px;
}

.product-recommendations .recommendation-crossselling .crossselling-name {
  height: 70px;
  line-height: 1.1;
  position: relative;
  text-align: center;
}

.product-recommendations .recommendation-crossselling .strikeprice {
  height: 25px;
  position: relative;
}

.product-recommendations .recommendation-crossselling .strikeprice a {
  text-decoration: line-through;
}

.product-recommendations .recommendation-crossselling .crossselling-price {
  bottom: 0;
  position: relative;
}
.trip-trap-video-modal .video {
  text-align: center;
}

.trip-trap-video-modal .stokke-checkbox {
  margin-bottom: 25px;
}
.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

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

.product-selection .product-variants .mobile-product-variant-1 select::-ms-expand {
  display: none;
}

.product-selection .product-variants .mobile-product-variant-1: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%;
}

.product-selection .product-variants .mobile-product-variant-1 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) {
  .product-selection .product-variants .mobile-product-variant-1 select {
    min-width: 75px;
  }
}

.product-selection .product-variants .small-select.mobile-product-variant-1:before {
  right: 10px;
}

.product-selection .product-variants .small-select.mobile-product-variant-1 select {
  padding: 3px 25px 3px 10px;
}

.product-selection .product-variants .mobile-product-variant-1 + .field-error {
  margin-bottom: 15px;
  margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .product-selection .product-variants .mobile-product-variant-1 {
    width: 100%;
  }
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li {
  position: relative;
  white-space: nowrap;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-selection .product-variants .product-variant-1 > li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

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

.product-selection .product-variants .mobile-product-variant-1 select::-ms-expand {
  display: none;
}

.product-selection .product-variants .mobile-product-variant-1: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%;
}

.product-selection .product-variants .mobile-product-variant-1 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) {
  .product-selection .product-variants .mobile-product-variant-1 select {
    min-width: 75px;
  }
}

.product-selection .product-variants .small-select.mobile-product-variant-1:before {
  right: 10px;
}

.product-selection .product-variants .small-select.mobile-product-variant-1 select {
  padding: 3px 25px 3px 10px;
}

.product-selection .product-variants .mobile-product-variant-1 + .field-error {
  margin-bottom: 15px;
  margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .product-selection .product-variants .mobile-product-variant-1 {
    width: 100%;
  }
}

.product-selection h1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 12px;
}

@media only screen and (max-width: 600px) {
  .product-selection h1 {
    font-size: 21px;
    line-height: 28px;
  }
}

.product-selection .headline-1-pdp {
  margin-top: 0;
}

.product-selection .product-selection-brand {
  font-size: 12px;
  margin-bottom: 8px;
}

.product-selection .product-selection-brand a {
  text-decoration: underline;
}

.product-selection .select-size-box {
  overflow: hidden;
}

.product-selection .select-size-type {
  margin: 0 2px 2px 0;
  width: calc((100% - (2 - 1) * 2px) / 2);
  cursor: pointer;
  float: left;
  margin-bottom: .75rem;
}

.product-selection .select-size-type:nth-of-type(2n + 2),
.product-selection .select-size-type:last-of-type {
  margin-right: 0;
}

.product-selection .select-size-type .size-table-link:before {
  background-image: url(/resources/assets/other/3de35ee18f8c1f0c900cde4c346dde89-lineal.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  content: ' ';
  display: inline-block;
  height: 10px;
  margin-left: -15px;
  width: 50px;
}

.product-selection .select-size-type .active {
  color: #ccc;
}

.product-selection .select-size-type a p {
  display: inline-block;
  margin-bottom: 0;
}

.product-selection .select-size-type a p:not(.active) {
  text-decoration: underline;
}

.product-selection .select-size-type .manufacture-size-option:before {
  content: '|';
  font-size: 13px;
  padding-left: 4px;
  padding-right: 5px;
}

.product-selection .product-variants .product-variant-1 {
  font-size: 12px;
  overflow: hidden;
}

.product-selection .product-variants .product-variant-1 > li {
  margin: 0 4px 4px 0;
  width: calc((100% - (3 - 1) * 4px) / 3);
  border: 1px solid #eeeeee;
  cursor: pointer;
  float: left;
  height: 41px;
  margin-bottom: 4px;
  text-align: center;
}

.product-selection .product-variants .product-variant-1 > li:nth-of-type(3n + 3),
.product-selection .product-variants .product-variant-1 > li:last-of-type {
  margin-right: 0;
}

.product-selection .product-variants .product-variant-1 > li.active {
  border: 1px solid #e971a4;
}

.product-selection .product-variants .product-variant-1 > li .helper {
  margin-left: -3px;
}

.product-selection .product-variants .product-variant-1 > li a {
  outline: none;
  white-space: normal;
}

.product-selection .product-variants .product-variant-1 > li a span:not(.active) {
  display: none;
}

@media only screen and (max-width: 600px) {
  .product-selection .product-variants .product-variant-1 {
    display: none;
  }
}

.product-selection .product-variants .mobile-product-variant-1 {
  border: 1px solid #cccccc;
}

.product-selection .product-variants .mobile-product-variant-1.active {
  border-color: #e971a4;
}

.product-selection .product-variants .mobile-product-variant-1:not(.active) {
  display: none;
}

@media only screen and (min-width: 601px) {
  .product-selection .product-variants .mobile-product-variant-1 {
    display: none;
  }

  .product-selection .product-variants .mobile-product-variant-1 select {
    display: none;
  }
}

.product-selection .product-variants .product-variant-2 .variant-2-panel {
  outline: none;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info {
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 10px 0;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info:last-child {
  margin: 0;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info.selected-row {
  border: 1px solid #e971a4;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info > [class^='product-info-'] {
  float: left;
  overflow: hidden;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-image,
.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price {
  width: 25%;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-data {
  font-size: 12px;
  width: 50%;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-data .item-variant {
  padding-bottom: 6px;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-image {
  text-align: center;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-image img {
  max-height: 45px;
  max-width: 45px;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price {
  line-height: 15px;
  padding-right: 10px;
  text-align: right;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price .old-price {
  text-decoration: line-through;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price .old-price,
.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price .product-note {
  color: #999;
  font-size: 11px;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price .normal-price {
  color: #e971a4;
  font-weight: 900;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel .product-info .product-info-price .product-in-stock {
  color: #9bb154;
  font-size: 11px;
}

.product-selection .product-variants .product-variant-2 .variant-2-panel:not(.active) {
  display: none;
}

.product-selection .product-variants .product-variant-2 [class^='jspVerticalBar'] {
  width: 8px;
}

.product-selection .product-variants .product-variant-2 [class^='jspVerticalBar'] [class^='jspTrack'] {
  background: #f3f3f3;
}

.product-selection .product-variants .product-variant-2 [class^='jspVerticalBar'] [class^='jspTrack'] [class^='jspDrag'] {
  background: #cccccc;
}
.product-section-action .total-cart-price {
  display: none;
}

@media only screen and (max-width: 600px) {
  .product-section-action .product-price-quantity {
    margin-top: 15px;
    overflow: hidden;
  }
}

.product-section-action .product-gross-price {
  color: #e971a4;
  font-size: 23px;
  min-height: 31px;
}

@media only screen and (max-width: 600px) {
  .product-section-action .product-gross-price {
    float: left;
    padding-top: 8px;
    width: 50%;
  }
}

.product-section-action .select-dropdown:not(.mobile-quantity-select) {
  height: 36px;
  margin-bottom: 25px;
  width: 60px;
}

.product-section-action .select-dropdown:not(.mobile-quantity-select) select {
  padding: 9px;
}

@media only screen and (max-width: 600px) {
  .product-section-action .select-dropdown:not(.mobile-quantity-select) {
    display: none;
  }
}

.product-section-action .select-dropdown.mobile-quantity-select {
  border: 1px solid #ccc;
  float: right;
  min-height: 44px;
  width: 25%;
}

@media only screen and (min-width: 601px) {
  .product-section-action .select-dropdown.mobile-quantity-select {
    display: none;
  }
}

.product-section-action .select-dropdown-label {
  margin-right: 4px;
}

@media only screen and (max-width: 600px) {
  .product-section-action .select-dropdown-label {
    display: none;
  }
}

.product-section-action .mobile-quantity-select-label {
  display: none;
  float: right;
  margin-right: 10px;
  margin-top: 13px;
}

@media only screen and (max-width: 600px) {
  .product-section-action .mobile-quantity-select-label {
    display: block;
  }
}

.product-section-action .product-is-in-stock {
  color: #9bb154;
  margin-bottom: 2px;
}

.product-section-action .product-is-available {
  margin-bottom: 16px;
}

.product-section-action .product-shipping .product-shipping-info {
  overflow: hidden;
}

.product-section-action .product-shipping .product-shipping-info .shipping-message {
  display: block;
  float: left;
  width: 75%;
}

.product-section-action .product-shipping .product-shipping-info .shipping-message .orange-font {
  color: #e971a4;
  font-weight: 700;
}

.product-section-action .product-shipping .product-shipping-info .shipping-message p {
  margin: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .product-section-action .product-shipping .product-shipping-info .shipping-message {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .product-section-action .product-shipping .product-shipping-info .shipping-message {
    font-size: 13px;
    text-align: left;
    width: 85%;
  }

  .product-section-action .product-shipping .product-shipping-info .shipping-message .no-free-shipping {
    padding-top: 12px;
  }
}

.product-section-action .product-shipping .product-shipping-info:before {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 32px;
  content: ' ';
  display: block;
  float: left;
  width: 22%;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .product-section-action .product-shipping .product-shipping-info:before {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .product-section-action .product-shipping .product-shipping-info:before {
    background-size: 40px;
    height: 40px;
    width: 15%;
  }
}

.product-section-action .product-shipping .product-shipping-info.truck:before {
  background-image: url(/resources/assets/other/fd21f75f37584975b25dc2a7f7bae7a8-truck.svg);
  height: 32px;
}

.product-section-action .product-shipping .product-shipping-info.box:before {
  background-image: url(/resources/assets/other/40961d31a8531099cbb0694a64402127-box.svg);
  height: 32px;
}

.product-section-action .product-shipping .product-spedition-info,
.product-section-action .product-shipping .delivery-date,
.product-section-action .product-shipping .taks-info {
  margin-top: 12px;
}

.product-section-action .product-shipping .product-spedition-info {
  display: none;
  overflow: hidden;
}

.product-section-action .product-shipping .product-spedition-info .message {
  float: left;
  width: 80%;
}

.product-section-action .product-shipping .product-spedition-info .icon {
  cursor: pointer;
  float: right;
  text-align: right;
  width: 20%;
}

.product-section-action .product-shipping .product-spedition-info .icon:after {
  background-image: url(/resources/assets/other/1bc33b280d78840bcd331887eeceed96-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
}

.product-section-action .add-to-cart {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
@charset "UTF-8";

.bullet-points:not(.bullet-points-preselected) {
  display: none;
}

.bullet-points .product-bullet-points {
  display: flex;
}

.bullet-points .bullet-points-box {
  border-right: 1px solid #eeeeee;
  margin: 0 40px 20px 0;
  min-width: calc(100% / 3 - 40px);
  padding-right: 12px;
}

.bullet-points .bullet-points-box:last-child {
  border: 0;
}

.bullet-points .bullet-points-box .bullet-points-title {
  font-size: 13px;
  font-weight: bold;
  height: 43px;
}

.bullet-points .bullet-points-box .bullet-points-title .title-content {
  margin-bottom: 8px;
}

.bullet-points .bullet-points-box ul {
  line-height: 22px;
  list-style: none;
  padding-left: 17px;
}

.bullet-points .bullet-points-box ul li {
  position: relative;
}

.bullet-points .bullet-points-box ul li:before {
  color: #e971a4;
  content: '\2022   ';
  font-size: 15px;
  margin-left: -16px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .bullet-points .product-bullet-points {
    flex-wrap: wrap;
  }

  .bullet-points .bullet-points-box {
    border: 0;
    padding: 0;
  }
}
.product-detail-description {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-top: -16px;
}

.product-detail-description h1,
.product-detail-description h2,
.product-detail-description h3,
.product-detail-description h4,
.product-detail-description h5,
.product-detail-description h6 {
  font-weight: 300;
}

.product-detail-description .headline-1 {
  color: inherit;
}

@media only screen and (max-width: 600px) {
  .product-detail-description iframe {
    width: 100%;
  }
}

.product-review-legal-link {
  color: #0091ac;
  display: block;
  padding: 8px 0;
}

.product-description-ean {
  font-weight: 300;
}
.reservation-service .for-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .reservation-service .for-desktop {
    display: none;
  }

  .reservation-service .for-mobile {
    display: block;
    width: 100%;
  }
}
.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  position: relative;
  white-space: nowrap;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li > *:not(.helper) {
  display: inline-block;
  vertical-align: middle;
}

.product-accessories,
.product-collections {
  margin-bottom: 25px;
  overflow: hidden;
}

.product-accessories h2,
.product-collections h2 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .product-accessories,
  .product-collections {
    display: none;
  }
}

.product-accessories .left-section,
.product-accessories .right-section,
.product-collections .left-section,
.product-collections .right-section {
  float: left;
}

.product-accessories .left-section,
.product-collections .left-section {
  border-right: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  width: 74%;
}

.product-accessories .left-section .shopping-list-item,
.product-collections .left-section .shopping-list-item {
  margin: 0 10px 10px 0;
  width: calc((100% - (3 - 1) * 10px) / 3);
  border: 1px solid #eeeeee;
  float: left;
  padding: 10px 0;
  text-align: center;
}

.product-accessories .left-section .shopping-list-item:nth-of-type(3n + 3),
.product-accessories .left-section .shopping-list-item:last-of-type,
.product-collections .left-section .shopping-list-item:nth-of-type(3n + 3),
.product-collections .left-section .shopping-list-item:last-of-type {
  margin-right: 0;
}

.product-accessories .left-section .shopping-list-item .shopping-list-item-image,
.product-collections .left-section .shopping-list-item .shopping-list-item-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 10px;
}

.product-accessories .left-section .shopping-list-item .shopping-list-item-title,
.product-collections .left-section .shopping-list-item .shopping-list-item-title {
  min-height: 55px;
}

.product-accessories .left-section .shopping-list-item .shopping-list-item-title a,
.product-collections .left-section .shopping-list-item .shopping-list-item-title a {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.product-accessories .left-section .shopping-list-item .item-variant-1-name,
.product-accessories .left-section .shopping-list-item .item-variant-2-name,
.product-collections .left-section .shopping-list-item .item-variant-1-name,
.product-collections .left-section .shopping-list-item .item-variant-2-name {
  color: #999;
  font-size: 11px;
  min-height: 33px;
}

.product-accessories .left-section .shopping-list-item .item-price,
.product-collections .left-section .shopping-list-item .item-price {
  color: #e971a4;
  font-size: 13px;
  font-weight: 700;
}

.product-accessories .left-section .shopping-list-item .open-variants,
.product-collections .left-section .shopping-list-item .open-variants {
  color: #666;
  cursor: pointer;
  font-size: 11px;
  padding-top: 10px;
  text-decoration: underline;
}

.product-accessories .right-section,
.product-collections .right-section {
  color: #666;
  padding-left: 10px;
  width: calc(25% - 10px);
}

.product-accessories .right-section .accessories-basked-headline,
.product-collections .right-section .accessories-basked-headline {
  font-size: 15px;
  margin: 0 0 20px;
}

.product-accessories .right-section .price,
.product-accessories .right-section .total-price,
.product-collections .right-section .price,
.product-collections .right-section .total-price {
  color: #e971a4;
}

.product-accessories .right-section .product-item,
.product-collections .right-section .product-item {
  overflow: hidden;
}

.product-accessories .right-section .product-item > div,
.product-collections .right-section .product-item > div {
  float: left;
  font-size: 13px;
}

.product-accessories .right-section .product-item > div:not(.price),
.product-collections .right-section .product-item > div:not(.price) {
  color: #666;
}

.product-accessories .right-section .product-item > div.qty,
.product-collections .right-section .product-item > div.qty {
  width: 10%;
}

.product-accessories .right-section .product-item > div.product-name,
.product-collections .right-section .product-item > div.product-name {
  width: 65%;
}

.product-accessories .right-section .product-item > div.price,
.product-collections .right-section .product-item > div.price {
  text-align: right;
  width: 25%;
}

.product-accessories .right-section .total,
.product-collections .right-section .total {
  border-top: 1px solid #eeeeee;
  font-weight: 700;
  overflow: hidden;
  padding: 15px 0;
}

.product-accessories .right-section .total span,
.product-collections .right-section .total span {
  display: block;
  float: left;
  text-align: right;
  width: 50%;
}

.product-accessories .right-section .total span:first-of-type,
.product-collections .right-section .total span:first-of-type {
  text-align: left;
}

.product-accessories .right-section .total:not(.last),
.product-collections .right-section .total:not(.last) {
  font-size: 13px;
}

.product-accessories .right-section .total.last,
.product-collections .right-section .total.last {
  font-size: 15px;
}

.product-accessories .popup-wrapper .popup-inner .variants-modal-title,
.product-collections .popup-wrapper .popup-inner .variants-modal-title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container,
.product-collections .popup-wrapper .popup-inner .popup-variants-container {
  overflow: hidden;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper ul,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper ul {
  overflow: hidden;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li {
  margin: 0 0px 0px 0;
  width: calc((100% - (4 - 1) * 0px) / 4);
  border: 1px solid #eeeeee;
  cursor: pointer;
  float: left;
  height: 41px;
  margin-bottom: 9px;
  text-align: center;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li:nth-of-type(4n + 4),
.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li:last-of-type,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li:nth-of-type(4n + 4),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li:last-of-type {
  margin-right: 0;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li.active,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .collections-wariant-one-wrapper li.active {
  background-color: #eee;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item {
  margin: 0 10px 10px 0;
  width: calc((100% - (4 - 1) * 10px) / 4);
  float: left;
  margin: 10px 0;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item:nth-of-type(4n + 4),
.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item:last-of-type,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item:nth-of-type(4n + 4),
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item:last-of-type {
  margin-right: 0;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .item-check-box,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .item-check-box {
  padding: 0 0 5px 5px;
  text-align: left;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item img,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item img {
  padding-bottom: 20px;
  width: 80px;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .old-price,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .old-price {
  text-decoration: line-through;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .item-variant,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .item-variant {
  font-size: 12px;
}

.product-accessories .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .product-ean,
.product-collections .popup-wrapper .popup-inner .popup-variants-container .popup-product-item .product-ean {
  color: #666;
  font-size: 11px;
}

.product-accessories .popup-wrapper .popup-inner .popup-close,
.product-collections .popup-wrapper .popup-inner .popup-close {
  float: right;
  margin: 25px 0 0;
  width: 200px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .product-accessories .popup-wrapper .popup-inner .popup-close,
  .product-collections .popup-wrapper .popup-inner .popup-close {
    width: 100%;
  }
}

.product-accessories .add-to-cart,
.product-collections .add-to-cart {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tag-container {
  overflow: hidden;
  z-index: 100;
}

.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: 72px;
  left: 0;
  position: absolute;
  right: auto;
  top: none;
  width: 100px;
  height: none;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  .tag-container.left-bottom-tag-container {
    height: 370px;
  }
}

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

.bebitus-pt .item-tag-eco {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKMjauMQ3196Uw/eco-tag-bebitus-pt.svg");
  height: 20px;
}

.bebitus-es .item-tag-eco {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKJjauMQ3196Uv/eco-tag-bebitus-es.svg");
  height: 20px;
}

.bebitus-fr .item-tag-eco {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKPDauMQ3196Ux/eco-tag-bebitus-fr.svg");
  height: 20px;
}

.bebitus-pt .item-tag-gift {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubLHjauMQ3196U0/gift-tag-bebitus-pt.svg");
  height: 45px;
}

.bebitus-es .item-tag-gift {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubLETauMQ3196Uz/gift-tag-bebitus-es.svg");
  height: 45px;
}

.bebitus-fr .item-tag-gift {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubLKjauMQ3196U1/gift-tag-bebitus-fr.svg");
  height: 45px;
}

.bebitus-es .item-tag-black-friday {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-FuCe_xBGU2R0VR/black-friday-tag-bebitus-es.svg");
  height: 20px;
}

.bebitus-fr .item-tag-black-friday {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-FuXjY6M1tZ82Tp/black-friday-tag-bebitus-fr.svg");
  height: 20px;
}

.bebitus-pt .item-tag-black-friday {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-Fub-1tghpTn0QO/black-friday-tag-bebitus-pt.svg");
  height: 20px;
}

.bebitus-es .item-tag-promo {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-HMejY6M1tZ82UJ/promo-tag-bebitus-es.svg");
  height: 20px;
}

.bebitus-fr .item-tag-promo {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-HMju1tghpTn0Qs/promo-tag-bebitus-fr.svg");
  height: 20px;
}

.bebitus-pt .item-tag-promo {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.W-HMme_xBGU2R0Vw/promo-tag-bebitus-pt.svg");
  height: 20px;
}

.item-tag-spiel-gut {
  background-image: url(/resources/assets/other/c4821454e013e8d1dd52ccb454b85aa4-spiel-gut.png);
  height: 40px;
}

.bebitus-pt .item-tag-bio {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKpv3JJW7TPLAw/bio-tag-bebitus-pt.svg");
  height: 20px;
}

.bebitus-es .item-tag-bio {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKlv3JJW7TPLAu/bio-tag-bebitus-es.svg");
  height: 20px;
}

.bebitus-fr .item-tag-bio {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.WubKsf3JJW7TPLAy/bio-tag-bebitus-fr.svg");
  height: 20px;
}

.bebitus-pt .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XKx1RqmBSTlW4aSY/new-tag-bebitus-pt.svg");
  height: 20px;
}

.bebitus-es .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XKx1OSGtaRz-JCx-/new-tag-bebitus-es.svg");
  height: 20px;
}

.bebitus-fr .item-tag-neu {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.XKx1T4a6qT_juxW3/new-tag-bebitus-fr.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;
}

.item-tag-sale {
  background-image: url(/resources/assets/other/9b05ec332873c26b284a40b639e1b045-bebitus-sale-tag.svg);
  height: 30px;
}

.bebitus-fr .item-tag-promotion-brand-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_QwzauMTCFaazx/promotion-brand-2-10-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_R5zauMTCFaaz4/promotion-brand-2-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_Q3jauMTCFaazy/promotion-brand-2-20-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_Q_TauMTCFaazz/promotion-brand-2-30-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_RHTauMTCFaaz0/promotion-brand-2-40-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_ROTauMTCFaaz1/promotion-brand-2-50-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_RYzauMTCFaaz2/promotion-brand-2-60-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_RhzauMTCFaaz3/promotion-brand-2-70-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_SGTauMTCFaaz5/promotion-brand-3-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_SNTauMTCFaaz7/promotion-brand-4-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_SVDauMTCFaaz9/promotion-brand-5-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-brand-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_SfzauMTCFaaz_/promotion-brand-6-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_SzTauMTCFaa0B/promotion-ean-2-10-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_U3TauMTCFaa0M/promotion-ean-2-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_THDauMTCFaa0D/promotion-ean-2-20-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_ULjauMTCFaa0G/promotion-ean-2-30-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_UTTauMTCFaa0I/promotion-ean-2-40-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_UbTauMTCFaa0J/promotion-ean-2-50-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_UmzauMTCFaa0K/promotion-ean-2-60-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_UuzauMTCFaa0L/promotion-ean-2-70-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_VDTauMTCFaa0N/promotion-ean-3-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_VLDauMTCFaa0O/promotion-ean-4-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_VjjauMTCFaa0Q/promotion-ean-6-100-fr.svg");
  height: 95px;
}

.bebitus-fr .item-tag-promotion-EAN-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_VSzauMTCFaa0P/promotion-ean-5-100-fr.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_LajauMTCFaazZ/promotion-brand-2-10-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_N_zauMTCFaazg/promotion-brand-2-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_NQjauMTCFaaza/promotion-brand-2-20-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_NZjauMTCFaazb/promotion-brand-2-30-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_NiDauMTCFaazc/promotion-brand-2-40-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_NoTauMTCFaazd/promotion-brand-2-50-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_NyjauMTCFaaze/promotion-brand-2-60-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_N5TauMTCFaazf/promotion-brand-2-70-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_OPTauMTCFaazh/promotion-brand-3-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_OWDauMTCFaazi/promotion-brand-4-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_OgDauMTCFaazj/promotion-brand-5-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-brand-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_OnjauMTCFaazk/promotion-brand-6-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_OvjauMTCFaazl/promotion-ean-2-10-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_P4TauMTCFaazs/promotion-ean-2-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_O2jauMTCFaazm/promotion-ean-2-20-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_PAzauMTCFaazn/promotion-ean-2-30-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_PLDauMTCFaazo/promotion-ean-2-40-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_PWDauMTCFaazp/promotion-ean-2-50-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_PejauMTCFaazq/promotion-ean-2-60-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_PpzauMTCFaazr/promotion-ean-2-70-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_QBjauMTCFaazt/promotion-ean-3-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_QJDauMTCFaazu/promotion-ean-4-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_QcjauMTCFaazw/promotion-ean-6-100-pt.svg");
  height: 95px;
}

.bebitus-pt .item-tag-promotion-EAN-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_QRzauMTCFaazv/promotion-ean-5-100-pt.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-2fDauMTCFaay0/promotion-brand-2-10-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-_RzauMTCFaay7/promotion-brand-2-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-3ZjauMTCFaay1/promotion-brand-2-20-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-4bjauMTCFaay2/promotion-brand-2-30-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-4qzauMTCFaay3/promotion-brand-2-40-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb--bDauMTCFaay4/promotion-brand-2-50-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb--qDauMTCFaay5/promotion-brand-2-60-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-_CTauMTCFaay6/promotion-brand-2-70-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-_gjauMTCFaay8/promotion-brand-3-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb-_sTauMTCFaay9/promotion-brand-4-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_AATauMTCFaay-/promotion-brand-5-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-brand-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_AVjauMTCFaay_/promotion-brand-6-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-10 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_AfDauMTCFaazA/promotion-ean-2-10-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_BsjauMTCFaazH/promotion-ean-2-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-20 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_ApDauMTCFaazB/promotion-ean-2-20-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-30 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_A1DauMTCFaazC/promotion-ean-2-30-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-40 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_BGzauMTCFaazD/promotion-ean-2-40-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-50 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_BQTauMTCFaazE/promotion-ean-2-50-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-60 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_BZjauMTCFaazF/promotion-ean-2-60-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-2-70 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_BjjauMTCFaazG/promotion-ean-2-70-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-3-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_DlDauMTCFaazP/promotion-ean-3-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-4-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_D5TauMTCFaazQ/promotion-ean-4-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-6-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_IsDauMTCFaazW/promotion-ean-6-100-es.svg");
  height: 95px;
}

.bebitus-es .item-tag-promotion-EAN-5-100 {
  background-image: url("https://windeln-assets.s3.amazonaws.com/content/1000.Wb_IiDauMTCFaazV/promotion-ean-5-100-es.svg");
  height: 95px;
}

@media only screen and (max-width: 600px) {
  .product-media .tag-container {
    z-index: 1;
  }
}

.tag-container.right-top-tag-container .sale {
  background: #e971a4;
  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;
}
.wechat-overlay-backdrop {
  background-color: #ffffff;
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  opacity: .9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}

.wechat-overlay {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  left: 50%;
  min-height: 200px;
  padding: 16px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  z-index: 1002;
}

.wechat-overlay .wechat-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: 16px;
  top: 16px;
}

.wechat-overlay .wechat-overlay-close:before,
.wechat-overlay .wechat-overlay-close:after {
  border: 1px solid #e971a4;
  content: '';
  height: 23px;
  margin: -1px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wechat-overlay .wechat-overlay-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wechat-overlay .wechat-overlay-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.wechat-overlay .wechat-overlay-text {
  font-weight: bold;
  margin-bottom: 4px;
}

.wechat-overlay .wechat-overlay-canvas-container {
  align-items: center;
  display: flex;
  height: 258px;
  justify-content: center;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 258px;
}

.wechat-overlay .wechat-overlay-icons {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.wechat-overlay .wechat-overlay-icons [class^='wechat-step'] {
  border-radius: calc(22px / 2);
  height: 22px;
  width: 22px;
  align-items: center;
  align-self: flex-start;
  background-color: #cccccc;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.wechat-overlay .wechat-overlay-icons .wechat-step1:before {
  content: '1';
}

.wechat-overlay .wechat-overlay-icons .wechat-step2:before {
  content: '2';
}

.wechat-overlay .wechat-overlay-icons .wechat-phone1 {
  background: url(/resources/assets/other/769fd9e96d04552de93503b4cafe0b25-wechat-phone1.svg) no-repeat;
  height: 111px;
  width: 56px;
}

.wechat-overlay .wechat-overlay-icons .wechat-phone2 {
  background: url(/resources/assets/other/515d2998231b1db06ff0e391d76787c2-wechat-phone2.svg) no-repeat;
  height: 111px;
  width: 56px;
}

.wechat-overlay .wechat-overlay-icons .wechat-next-arrow {
  background: url(/resources/assets/other/86a841ae3b4d2f730600761fa081fc70-wechat-next-arrow.svg) no-repeat;
  height: 14px;
  width: 52px;
}

.wechat-overlay .wechat-overlay-icons .wechat-overlay-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 60px;
}

.wechat-overlay .wechat-overlay-icons .wechat-overlay-icon .wechat-share-icon {
  background: url(/resources/assets/other/fb1c6a869817971e50f63d61e7cf4b5f-wechat-share-icon.svg) no-repeat;
  height: 43px;
  width: 34px;
  margin-bottom: 12px;
}

.wechat-overlay .wechat-overlay-icons .wechat-overlay-icon .wechat-logo {
  background: url(/resources/assets/other/948257b01a656772658f90ad4a0d8006-wechat-logo.svg) no-repeat;
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
}

.wechat-overlay .wechat-overlay-icons-step1 {
  margin-bottom: 28px;
}

.wechat-overlay .wechat-overlay-icons-step2 {
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
  .wechat-overlay .wechat-overlay-desktop {
    display: none;
  }

  .wechat-overlay .wechat-overlay-mobile {
    display: block;
  }

  .wechat-overlay .wechat-overlay-mobile .wechat-overlay-text {
    font-weight: normal;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1025px) {
  .wechat-overlay .wechat-overlay-desktop {
    display: block;
  }

  .wechat-overlay .wechat-overlay-mobile {
    display: none;
  }
}

.wechat-overflow-hidden {
  overflow: hidden;
}
.wechat-button-container {
  align-items: center;
  background-color: #9bb154;
  color: #ffffff;
  cursor: pointer;
  height: 45px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.wechat-button-container .wechat-icon {
  display: flex;
  margin-right: 8px;
}

.wechat-button-container .wechat-icon svg {
  height: 26px;
  width: 26px;
}

.wechat-button-container .wechat-button-inner {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.wechat-button-shown {
  display: flex;
}

.wechat-button-hidden {
  display: none;
}
@font-face {
  font-family: 'fontello';
  src: url(/resources/assets/other/c20ab09d16064e08e973d892838ca7bf-fontello.eot);
  src: url(/resources/assets/other/c20ab09d16064e08e973d892838ca7bf-fontello.eot#iefix) format('embedded-opentype'),
       url(/resources/assets/other/eb08d395ffc350824ce3d0560bca792c-fontello.woff2) format('woff2'),
       url(/resources/assets/other/186bb665256569e1f42eb4e54500e25a-fontello.woff) format('woff'),
       url(/resources/assets/other/59196c50d2fd693e9ef9cc5aa33304c2-fontello.ttf) format('truetype'),
       url(/resources/assets/other/46661d6d65debc63884004fed6e37e5c-fontello.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39646102#fontello') format('svg');
  }
}
*/
 
 [class^="fontello-"]:before, [class*=" fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fontello-th-1:before { content: '\E800'; } /* '' */
.fontello-cancel-circled2:before { content: '\E801'; } /* '' */
.fontello-cancel-circled:before { content: '\E802'; } /* '' */
.fontello-angle-circled-left:before { content: '\E803'; } /* '' */
.fontello-angle-circled-right:before { content: '\E804'; } /* '' */
.fontello-angle-circled-up:before { content: '\E805'; } /* '' */
.fontello-angle-circled-down:before { content: '\E806'; } /* '' */
.fontello-info-circled:before { content: '\E807'; } /* '' */
.fontello-ok:before { content: '\E808'; } /* '' */
.fontello-clock:before { content: '\E809'; } /* '' */
.fontello-pencil:before { content: '\E80A'; } /* '' */
.fontello-trash:before { content: '\E80B'; } /* '' */
.fontello-facebook-squared:before { content: '\E80C'; } /* '' */
.fontello-facebook-squared-1:before { content: '\E80D'; } /* '' */
.fontello-cancel:before { content: '\E80E'; } /* '' */
.fontello-clock-1:before { content: '\E80F'; } /* '' */
.fontello-menu:before { content: '\E810'; } /* '' */
.fontello-zoom-in:before { content: '\E811'; } /* '' */
.fontello-menu-1:before { content: '\E812'; } /* '' */
.fontello-th-thumb:before { content: '\E813'; } /* '' */
.fontello-th-thumb-empty:before { content: '\E814'; } /* '' */
.fontello-th-list:before { content: '\E815'; } /* '' */
.fontello-th-large:before { content: '\E816'; } /* '' */
.fontello-search:before { content: '\E817'; } /* '' */
.fontello-video-alt:before { content: '\E818'; } /* '' */
.fontello-help-circled:before { content: '\E819'; } /* '' */
.fontello-ok-circled:before { content: '\E81A'; } /* '' */
.fontello-spin5:before { content: '\E81B'; } /* '' */
.fontello-angle-down:before { content: '\E81C'; } /* '' */
.fontello-angle-up:before { content: '\E81D'; } /* '' */
.fontello-angle-right:before { content: '\E81E'; } /* '' */
.fontello-angle-left:before { content: '\E81F'; } /* '' */
.fontello-dot-3:before { content: '\E820'; } /* '' */
.fontello-user:before { content: '\E821'; } /* '' */
.fontello-basket:before { content: '\E822'; } /* '' */
.fontello-googleplus:before { content: '\E823'; } /* '' */
.fontello-gplus:before { content: '\E824'; } /* '' */
.fontello-youtube-squared:before { content: '\E825'; } /* '' */
.fontello-youtube:before { content: '\E826'; } /* '' */
.fontello-twitter:before { content: '\E827'; } /* '' */
.fontello-pinterest-circled:before { content: '\E828'; } /* '' */
.fontello-pinterest:before { content: '\E829'; } /* '' */
.fontello-instagram:before { content: '\E82A'; } /* '' */
.fontello-gplus-squared:before { content: '\E82B'; } /* '' */
.fontello-twitter-squared:before { content: '\E82C'; } /* '' */
.fontello-pinterest-squared:before { content: '\E82D'; } /* '' */
.fontello-menu-outline:before { content: '\E82E'; } /* '' */
.fontello-truck:before { content: '\E82F'; } /* '' */
.fontello-post:before { content: '\E830'; } /* '' */
.fontello-phone-squared:before { content: '\E831'; } /* '' */
.fontello-chat-empty:before { content: '\E832'; } /* '' */
.fontello-tags:before { content: '\E833'; } /* '' */
.fontello-lock:before { content: '\E834'; } /* '' */
.fontello-phone:before { content: '\E835'; } /* '' */
.fontello-mail:before { content: '\E836'; } /* '' */
.fontello-info:before { content: '\E837'; } /* '' */
.fontello-star:before { content: '\E838'; } /* '' */
.fontello-whatsapp:before { content: '\E839'; } /* '' */
.fontello-facebook-official:before { content: '\E83A'; } /* '' */
.fontello-blogger-rect:before { content: '\E83B'; } /* '' */
.fontello-right-dir:before { content: '\E83C'; } /* '' */
.fontello-location:before { content: '\E83D'; } /* '' */
.fontello-cancel-1:before { content: '\E83E'; } /* '' */
.fontello-left-open:before { content: '\E83F'; } /* '' */
.fontello-right-open:before { content: '\E840'; } /* '' */
.fontello-globe:before { content: '\E841'; } /* '' */
.fontello-attention-circled:before { content: '\E842'; } /* '' */
.fontello-comment:before { content: '\E843'; } /* '' */
.fontello-down-open-big:before { content: '\E844'; } /* '' */
.fontello-up-open-big:before { content: '\E845'; } /* '' */
.fontello-heart:before { content: '\E846'; } /* '' */
.fontello-right-big:before { content: '\E847'; } /* '' */
.fontello-chat:before { content: '\E848'; } /* '' */
.fontello-emo-happy:before { content: '\E849'; } /* '' */
.fontello-emo-unhappy:before { content: '\E84A'; } /* '' */
.fontello-eye:before { content: '\E84B'; } /* '' */
.fontello-eye-off:before { content: '\E84C'; } /* '' */
.fontello-download-alt:before { content: '\E84D'; } /* '' */
.fontello-neutral:before { content: '\E84E'; } /* '' */
.fontello-male:before { content: '\E84F'; } /* '' */
.fontello-female:before { content: '\E850'; } /* '' */
.fontello-plus-circled:before { content: '\E851'; } /* '' */
.fontello-right-circled:before { content: '\F0A9'; } /* '' */
.fontello-filter:before { content: '\F0B0'; } /* '' */
.fontello-info-1:before { content: '\F129'; } /* '' */
.fontello-file-pdf:before { content: '\F1C1'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

.product-scrollable-tabs .scrollable-tab-ratings-count ~ .scrollable-tab-ratings-count {
  display: none;
}

.product-scrollable-tabs .scrollable-tabs-container {
  border: 0;
}

.product-scrollable-tabs .scrollable-tabs-link {
  color: #999999;
  cursor: pointer;
  font-size: 26px;
  font-weight: 300;
  margin: 0 30px 0 0;
  padding: 0;
}

.product-scrollable-tabs .scrollable-tabs-link:last-of-type {
  margin-right: 0;
}

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

.product-scrollable-tabs .scrollable-tabs-indicator {
  height: 3px;
}

.product-scrollable-tabs .product-scrollable-tabs-item ~ .product-scrollable-tabs-item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.product-scrollable-tabs .scrollable-tabs-visible-tab {
  margin: 30px 0 20px;
}

.product-scrollable-tabs [data-tabs-item-description] a {
  color: #0091ac;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .product-scrollable-tabs .scrollable-tabs-container {
    margin: 0 12px;
  }

  .product-scrollable-tabs .scrollable-tabs-visible-tab {
    margin: 30px 12px;
  }
}

@media only screen and (max-width: 600px) {
  .product-scrollable-tabs .scrollable-tabs-link {
    font-size: 21px;
    margin: 0 20px 0 0;
  }

  .product-scrollable-tabs .scrollable-tabs-indicator {
    bottom: 6px;
  }

  .product-scrollable-tabs .scrollable-tabs-visible-tab {
    margin: 26px 12px;
  }

  .product-scrollable-tabs [data-tab-recommendations] {
    display: none;
  }

  .product-scrollable-tabs [data-tab-ratings] {
    margin: 0;
  }
}
.ratings-list:not(.ratings-list-preselected),
.ratings-stars:not(.ratings-stars-preselected),
.ratings-tabs:not(.ratings-tabs-preselected) {
  display: none;
}

.product-scrollable-tabs .scrollable-tabs-link-ratings-count:not(.scrollable-tabs-link-ratings-count-preselected) {
  display: 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-tabs .ratings-tabs-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;
}

.ratings-tabs .ratings-tabs-button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .ratings-tabs .ratings-tabs-button {
    width: 100%;
  }
}

.ratings-tabs .ratings-tabs-button {
  background-color: #eeeeee;
  color: #666666;
}

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

.ratings-tabs .ratings-tabs-button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .ratings-tabs .ratings-tabs-button {
    width: 100%;
  }
}

.ratings-tabs .ratings-tabs-button {
  background-color: #eeeeee;
  color: #666666;
}

.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-tabs {
  align-items: flex-end;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  display: flex;
  font-size: 13px;
  padding-bottom: 14px;
  width: 81%;
}

.ratings-tabs .ratings-tabs-button-container {
  flex-grow: 1;
  text-align: right;
}

.ratings-tabs .ratings-tabs-button {
  font-size: 12px;
}

.ratings-tabs .ratings-tabs-items-container {
  display: flex;
}

.ratings-tabs .ratings-tabs-item-ratings,
.ratings-tabs .ratings-tabs-item-questions {
  padding: 22px 60px;
  text-align: center;
}

.ratings-tabs .ratings-tabs-item-ratings {
  border: 1px solid #0091ac;
  cursor: pointer;
  position: relative;
}

.ratings-tabs .ratings-tabs-item-ratings:after {
  border: solid #0091ac;
  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;
  background: #ffffff;
  bottom: -6px;
  content: '';
  display: inline-block;
  position: absolute;
}

.ratings-tabs .ratings-tabs-item-questions {
  background: #f3f3f3;
  cursor: pointer;
  margin-left: 20px;
}

.ratings-tabs .ratings-tabs-item-questions-count,
.ratings-tabs .ratings-tabs-item-ratings-count {
  color: #e971a4;
  font-size: 40px;
  font-weight: 300;
}

.ratings-tabs .ratings-tabs-item-stars .ratings-stars {
  margin-bottom: 0;
}

.ratings-tabs .ratings-tabs-item-stars .ratings-stars .ratings-stars-average {
  font-size: 15px;
  padding-right: 0;
}

.ratings-tabs .ratings-tabs-item-stars .ratings-stars .ratings-stars-count {
  display: none;
}

@media only screen and (max-width: 920px) {
  .ratings-tabs {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ratings-tabs {
    align-items: center;
    flex-flow: column wrap;
  }

  .ratings-tabs .ratings-tabs-item-questions {
    margin-left: 6px;
  }

  .ratings-tabs .ratings-tabs-items-container {
    justify-content: space-around;
    width: 100%;
  }

  .ratings-tabs .ratings-tabs-button-container {
    margin-bottom: 24px;
    order: -1;
  }
}

@media only screen and (max-width: 600px) {
  .ratings-tabs .ratings-tabs-item-ratings,
  .ratings-tabs .ratings-tabs-item-questions {
    padding: 12px;
  }

  .ratings-tabs .ratings-tabs-item-questions-count,
  .ratings-tabs .ratings-tabs-item-ratings-count {
    font-size: 18px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 400px) {
  .ratings-tabs .ratings-tabs-item-ratings,
  .ratings-tabs .ratings-tabs-item-questions {
    padding: 6px;
  }
}
.ratings-list .ratings-list-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;
}

.ratings-list .ratings-list-button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .ratings-list .ratings-list-button {
    width: 100%;
  }
}

.ratings-list .ratings-list-button {
  background-color: #eeeeee;
  color: #666666;
}

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

.ratings-list .ratings-list-button:disabled {
  cursor: default;
  opacity: .3;
}

@media only screen and (max-width: 600px) {
  .ratings-list .ratings-list-button {
    width: 100%;
  }
}

.ratings-list .ratings-list-button {
  background-color: #eeeeee;
  color: #666666;
}

.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-list {
  font-size: 12px;
  width: 81%;
}

.ratings-list .ratings-list-item {
  padding-top: 16px;
}

.ratings-list .ratings-list-item-rating {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.ratings-list .ratings-list-item-stars {
  margin-right: 16px;
}

.ratings-list .ratings-list-item-stars .ratings-stars {
  margin-bottom: 0;
}

.ratings-list .ratings-list-item-stars .ratings-stars .ratings-stars-average {
  font-size: 15px;
  padding-right: 0;
}

.ratings-list .ratings-list-item-stars .ratings-stars .ratings-stars-count {
  display: none;
}

.ratings-list .ratings-list-item-name {
  font-weight: bold;
  margin-right: 16px;
}

.ratings-list .ratings-list-item-date {
  font-size: 11px;
  padding-top: 1px;
}

.ratings-list .ratings-list-item-title {
  margin: 0 0 6px;
}

.ratings-list .ratings-list-no-ratings {
  padding-top: 16px;
}

.ratings-list .ratings-list-button-container {
  margin-top: 26px;
  text-align: center;
}

.ratings-list .ratings-list-button {
  display: inline-block;
}

.ratings-list .ratings-list-syndicated {
  align-items: center;
  background: #f3f3f3;
  border-left: 2px solid #cccccc;
  display: flex;
  margin-top: 4px;
  padding: 10px 12px;
}

.ratings-list .ratings-list-syndicated-image {
  margin-right: 12px;
  max-height: 50px;
  max-width: 50px;
}

.ratings-list .ratings-list-syndicated-link {
  text-decoration: underline;
}

@media only screen and (max-width: 920px) {
  .ratings-list {
    width: 100%;
  }

  .ratings-list .ratings-list-button {
    width: auto;
  }
}
.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 #e971a4;
  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;
}

@media only screen and (max-width: 1000px) {
  .ratings-bazaarvoice-overlay {
    border: 0;
    top: 0;
  }
}
