.field--shades {
  position: relative;
}
.shade-container {
  position: relative;
  height: 85px;
  overflow: hidden;
  background: #fff;
  margin-top: 22px;
  z-index: 2;
}
  .shade-container-small.shade-container {
    height: auto;
  }
  .shade-container-after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url('./images/shades-box-shadow.png') no-repeat center bottom;
    background-size: 100% 20px;
    z-index: 99;
  }
  .shade-container-small .shade-container-after {
    display: none;
  }
.sp-shade {
  width: 68px;
  height: 68px;
  float: left;
  position: relative;
  cursor: pointer;
  background-size: 100% 100%;
}
.responsive-layout-mobile.ds-layout-7rows .l-main .ds-col.drawer-wrapper {
  padding: 0;
}
.responsive-layout-mobile .drawer-container {
  max-width: 100%;
  width: 100%;
}
.responsive-layout-mobile .drawer-handle {
  display:none;
}
.responsive-layout-mobile .shade-container {
  height: 74px;
  width: auto;
  padding: 10px 0;
  margin: 0 -20px 20px;
}
.responsive-layout-mobile .shade-container-after,
.responsive-layout-mobile #shades-view-toggle {
  display: none;
}
.responsive-layout-mobile .shade-inner-container {
  left: -20px;
}

.responsive-layout-mobile .drawer-container .slider-btn-left,
.responsive-layout-mobile .drawer-container .slider-btn-right{
  background-repeat: no-repeat;
  background-color: transparent;
  height: 75px;
  width: 35px;
  z-index: 1;
  position: absolute;
  background-position: 10px 30px;
}
.responsive-layout-mobile .drawer-container .slider-btn-left {
  background-image: url('images/shade-arrow-left.png');
  left: 0;
}
.responsive-layout-mobile .drawer-container .slider-btn-right {
  background-image: url('images/shade-arrow-right.png');
  right: 0;
}
.responsive-layout-mobile .drawer-container .shade-inner-container {
  position: absolute;
}
.responsive-layout-mobile .drawer-container .shade-inner-container:after {
  content: "";
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	font-size: 0;
	line-height: 0;
  left: 50%;
}

.sp-shade .sp-shade-helper {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  background: inherit;
  z-index: 100;
}
.sp-shade .sp-shade-helper span {
  display: none;
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.sp-shade.shade-hover .sp-shade-helper {
  z-index: 200;
  display: block;
}
.sp-shade .sp-shade-helper span.text-hover {
  display: block;
}
/* Plain style */
.sp-shade.sp-shade-plain {
  cursor: inherit;
  width: 96px;
  height: 84px;
}
/* Collections */
.sp-shade .collection-tail {
  height: 100%;
  width: 8px;
  background: white;
  right: 0;
  position: absolute;
}

.node--product .field--related-tutorials {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 120px;
}
#shade-info-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #b0b0b0;
  font-size: 15px;
  margin: 0;
  background: #fff;
  z-index: 1;
  padding: 15px 0;
}
#shade-name {
  text-transform: uppercase;
}
.responsive-layout-mobile #shade-name {
  font-size: 19px;
  margin: 0 0 24px;
  display: block;
}
#shades-view-toggle {
  float: right;
}
  #shades-view-toggle:hover {
    color: #b0b0b0;
  }
  #shades-view-toggle:after {
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e008";
    font-size: 8px;
    padding-left: 7px;
  }
    #shades-view-toggle.open:after {
      content: "\e00b";
    }

.responsive-layout-mobile #BVRRSummaryContainer {
  position: relative;
  height: auto;
  width: auto;
}

.responsive-layout-mobile .shade-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  height: 64px;
  margin: 0 -20px 5px;
  width: inherit;
}

.responsive-layout-mobile .shade-inner-container {
  white-space: nowrap;
  height: 64px;
}
.clonedShade {
  display: none;
}
.responsive-layout-mobile .sp-shade {
  display: block;
  float: left;
}

.responsive-layout-mobile .shade-container-after {
  display: none ! important;
}

.responsive-layout-mobile .field--shades {
  padding-top: 30px;
}

.responsive-layout-mobile #shade-name {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
}

#shades-select {
  width: 100% !important;
}
