.node-landing .block--landing--carousel {
  padding: 40px 0;
}
.node-landing .block--landing--carousel h2 {
  color: #990AE3 !important;
  font-size: 26px;
}
.node-landing .block--landing--carousel .inner {
  width: 100%;
}
.node-landing .block--landing--carousel .slick .item .price span {
  display: block;
}
.node-landing .block--landing--carousel .slick .item .price span.strike {
  display: inline;
}

.node-landing .block--b2bch-carousel .inner {
  width: auto;
}

.node-landing .block--b2b-next-std .slick-prev:before,
.node-landing .block--b2b-next-std .slick-next:before {
  color: #990ae3;
}

.node-landing.notebook-slider-container {
  background: #e5e5e5 url(img/notebook-slider-bg.png) no-repeat center;
  height: 710px;
}
.node-landing.notebook-slider-container .swiper-container {
  width: 716px;
  height: 443px;
  position: relative;
  top: 74px;
  left: -2px;

  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.node-landing.notebook-slider-container .swiper-slide {
  width: 716px;
  height: 443px;
}
.node-landing.notebook-slider-container .swiper-button-next,
.node-landing.notebook-slider-container .swiper-button-prev {
  width: 92px !important;
  height: 92px !important;
}
.node-landing.notebook-slider-container .swiper-button-next:before {
  background: transparent url(img/arrow/Angle-Right-Stroke.svg);
  width: 92px !important;
  height: 92px !important;
}
.node-landing.notebook-slider-container .swiper-button-next {

}
.node-landing.notebook-slider-container .swiper-button-prev:before {
  background: transparent url(img/arrow/Angle-Right-Stroke.svg);
  width: 92px !important;
  height: 92px !important;
}
@media (min-width: 1170px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 + 35px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 + 35px) !important;
  }
}
@media (min-width: 1200px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 + 30px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 + 30px) !important;
  }
}
@media (min-width: 1230px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 + 10px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 + 10px) !important;
  }
}
@media (min-width: 1275px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 - 30px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 - 30px) !important;
  }
}
@media (min-width: 1430px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 - 100px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 - 100px) !important;
  }
}
@media (min-width: 1500px) {
  .node-landing.notebook-slider-container .swiper-button-next {
    right: calc((100% - 800px) / 2 - 147px) !important;
    left: auto !important;
  }
  .node-landing.notebook-slider-container .swiper-button-prev {
    left: calc((100% - 800px) / 2 - 147px) !important;
  }
}