@charset "UTF-8";
bnc-box > :first-child {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  bnc-box > :first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  [bnc-box-sticky-elements] > :first-child {
    margin-top: 84px;
  }
}
.bncBox .bncBox__triangleWrapper {
  position: relative;
}
.bncBox .bncBox__triangle {
  position: absolute;
  top: -16px;
  left: 100px;
  background: url('/assets/images/bncBoxTriangle.png') no-repeat top center;
  width: 34px;
  height: 17px;
}
.bncBox .bncBox__triangle.centered {
  left: calc(50%);
  margin-left: -17px;
}
.bncBox .bncSecondaryHeading {
  margin-bottom: 16px;
}
.bncTable__noSelection {
  display: none;
  top: 148px !important;
}
.bncTable__rowBoxWrapper--active ~ .bncTable__noSelection {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bncTable__noSelection {
    display: block;
  }
}
@media screen and (min-width: 1900px) {
  .bncTable__noSelection {
    display: block;
  }
}
.bncBox__triangle--top {
  transform: rotate(0deg);
}
.bncBox__triangle--bottom {
  transform: rotate(180deg);
}
.bncBox__triangle--left {
  transform: rotate(270deg);
}
.bncBox__triangle--right {
  transform: rotate(90deg);
}
@media screen and (max-width: 799px) {
  .bncBox .bncBox__triangle {
    height: 12px;
    top: -12px;
  }
  .bncBox .bncBox__triangle.centered {
    left: 50%;
    margin-left: -17px;
  }
}
bnc-carousel.bncCarousel {
  --arrowColor: #838383;
  --arrowHoverColor: #00a8e1;
  --arrowBgColor: transparent;
  --arrowBgHoverColor: transparent;
}
bnc-carousel.bncCarousel:not([small-view]) {
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
bnc-carousel.bncCarousel:not([small-view]) .row {
  margin: 0 -12px;
}
bnc-carousel.bncCarousel:not([small-view]) .row > * {
  padding: 0 12px;
}
bnc-carousel.bncCarousel:not([small-view]) .accessoireInnerContainer {
  padding: 24px 72px 16px;
}
bnc-carousel.bncCarousel:not([small-view]) .bncCarousel__navigation {
  margin-bottom: 0;
}
bnc-carousel.bncCarousel:not([small-view]) .bncCarousel__navigationItem--small {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background-color: #e0e0e0;
  box-shadow: none;
  border-radius: 0;
}
bnc-carousel.bncCarousel:not([small-view]) .bncCarousel__navigationItem--small.bncCarousel__selected {
  background-color: #838383;
}
bnc-carousel.bncCarousel.bncCarousel--smallOutsideButtons .bncCarousel__leftButton,
bnc-carousel.bncCarousel.bncCarousel--smallOutsideButtons .bncCarousel__rightButton {
  left: -40px;
  width: 30px;
  transform: translateY(calc(-0.5 * (100% + 30px)));
}
bnc-carousel.bncCarousel.bncCarousel--smallOutsideButtons .bncCarousel__leftButton::before,
bnc-carousel.bncCarousel.bncCarousel--smallOutsideButtons .bncCarousel__rightButton::before {
  font-size: 32px;
}
bnc-carousel.bncCarousel.bncCarousel--smallOutsideButtons .bncCarousel__rightButton {
  right: -40px;
  left: auto;
}
bnc-carousel.bncCarousel .bncCarousel_item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
bnc-carousel.bncCarousel .bncCarousel__leftButton,
bnc-carousel.bncCarousel .bncCarousel__rightButton {
  align-items: center;
  justify-content: center;
  z-index: 1;
}
bnc-carousel.bncCarousel .bncCarousel__leftButton::before,
bnc-carousel.bncCarousel .bncCarousel__rightButton::before {
  font-size: 64px;
  margin: 0;
}
bnc-carousel.bncCarousel .bncCarousel__navigationWrapper {
  position: relative;
  margin-top: 24px;
}
bnc-carousel.bncCarousel .alertAndAddToCartWrapper {
  flex-direction: column;
}
bnc-carousel.bncCarousel .alertAndAddToCartWrapper .product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 8px 0 12px !important;
}
bnc-carousel.bncCarousel .alertAndAddToCartWrapper .product__productAlertBoxView .product__endOfLifeAlert,
bnc-carousel.bncCarousel .alertAndAddToCartWrapper .product__productAlertBoxView .product__productGroupIsUnknownAlert,
bnc-carousel.bncCarousel .alertAndAddToCartWrapper .product__productAlertBoxView .product__productHasNoSpecsAlert {
  width: 90%;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
bnc-carousel.bncCarousel .alertAndAddToCartWrapper .product__boxViewAddToChartWrapper {
  width: 25%;
  padding: 0 12px 0 0 !important;
  margin: 4px 0 0 -12px !important;
}
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper {
  flex-direction: column;
}
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper .product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 8px 0 12px !important;
}
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper .product__productAlertBoxView .product__endOfLifeAlert,
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper .product__productAlertBoxView .product__productGroupIsUnknownAlert,
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper .product__productAlertBoxView .product__productHasNoSpecsAlert {
  width: 90%;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carouselAlertAndAddToCartWrapper .alertAndAddToCartWrapper .product__boxViewAddToChartWrapper {
  width: 25%;
  padding: 0 12px 0 0 !important;
  margin: 4px 0 0 -12px !important;
}
.bncDialog__overlay {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.8;
  z-index: 100010;
  width: 100%;
  min-width: 100%;
}
.bncDialog__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  padding: 8px;
  color: #ffffff;
  cursor: pointer;
}
.bncDialog__close:before {
  position: relative;
  left: -4px;
  top: -1px;
}
.bncDialog__box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #00a8e1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  min-height: 150px;
  margin: auto;
  position: fixed;
  z-index: 100011;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -92px;
}
.bncDialog__box__textWrapper {
  font-family: Roboto;
  font-weight: 200;
  padding: 32px 48px 32px 32px;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.bncDialog__box--warning {
  background-color: #ef9e41;
}
.bncDialog__box--danger {
  background-color: #e64e0a;
}
.bncDialog__box--succes {
  background-color: #77b015;
}
.bncDialog__buttonBar {
  padding: 16px 40px 16px 32px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.bncDragElementDefinition {
  cursor: grab;
}
.bncDragElementDefinition:active {
  cursor: grabbing;
}
.bncDragElement {
  cursor: grab;
}
.bncDragElement:active {
  cursor: grabbing;
}
.bncDraggable {
  position: relative;
}
.bncDragHandle {
  cursor: grab;
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
}
.bncDragHandle:active {
  cursor: grabbing;
}
.bncDragHandle::before {
  content: '\e8bf';
  font-family: "e-com";
  font-size: 32px;
  color: #838383;
  cursor: inherit;
}
.bncDragSort--moveAfter::after,
.bncDragSort--moveBefore::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: -8px;
  left: -4px;
  display: block;
  width: calc(100% + 4px);
  height: 16px;
  border: 1px dashed #838383;
  background-color: rgba(255, 255, 255, 0.75);
}
.bncDragSort--moveAfter::after {
  top: auto;
  bottom: -8px;
}
.bncErrorParentContainer {
  display: inline-block;
  position: relative;
  width: 100%;
}
.bncErrorDefinition {
  position: absolute;
  height: 30px;
  background-color: #e64e0a;
  color: #ffffff;
  padding: 6px 11px;
  text-align: right;
  border: 1px #ffffff solid;
  right: 1px;
  top: 1px;
  opacity: 1;
  pointer-events: none;
}
.bncError {
  position: absolute;
  height: 30px;
  background-color: #e64e0a;
  color: #ffffff;
  padding: 6px 11px;
  text-align: right;
  border: 1px #ffffff solid;
  right: 1px;
  top: 1px;
  opacity: 1;
  pointer-events: none;
}
.bncError.bncError--narrow {
  padding: 4px;
  width: 30px;
}
.bncError.bncError--hide {
  opacity: 0;
}
.bncCode__digitWrapper + .bncErrorParentContainer .bncError {
  border: 0;
}
/************************  styles voor hover op touch devices  ****************/
.bncError__info {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
.bncError__info .bncError__text {
  position: absolute;
  display: none;
  text-align: left;
  white-space: nowrap;
  top: -6px;
  left: 41px;
  background-color: #e64e0a;
  padding: 6px 6px 5px;
  z-index: 999;
  border-radius: 3px;
}
.bncError__info .bncError__text.bncError__text--left {
  left: auto;
  right: 40px;
}
.bncError__info .bncError__icon {
  pointer-events: all;
}
.bncError__info .bncError__icon::before {
  font-size: 16px;
  margin: 0;
}
.bncError__info .bncError__icon:hover + .bncError__text {
  z-index: 999;
  display: block;
}
.bncErrorMultipleFieldsContainer.bncErrorActive {
  background-color: #e64e0a;
}
.bncErrorMultipleFields .bncErrorParentContainer {
  display: block;
}
.bncErrorMultipleFields .bncErrorParentContainer .bncError {
  right: -1px;
}
.bncErrorMultipleFields .bncErrorContainer {
  margin-top: 10px;
}
.bncErrorMultipleFieldsContainer .bncErrorContainer {
  margin-top: 15px;
}
/*FILTERS*/
bncError__icon {
  clear: none;
  margin-right: 40px;
}
/************************  styles voor hover op touch devices  ****************/
bnc-search {
  display: flex;
  align-items: flex-start;
}
.bncHeader bnc-search {
  height: 40px;
}
.bncSearch {
  position: relative;
  display: inline-block;
  min-width: 100%;
  color: #00a8e1;
}
@media screen and (max-width: 1179px) {
  .bncSearch.bncSearch--standOut {
    position: absolute;
  }
  .bncSearch.bncSearch--standOut .bncSearchInput {
    transition: all 0.5s ease-in-out;
  }
  .bncSearch.bncSearch--standOut .bncSearch--idle {
    box-shadow: 0 0 transparent;
  }
  .bncSearch.bncSearch--standOut .bncSearch--active {
    width: calc(100vw - 60px);
    margin-left: -88px;
    box-shadow: 0 0 0 24px #ffffff, -32px 0 0 10px #ffffff, 32px 0 0 10px #ffffff;
  }
  .menuShadow .bncSearch.bncSearch--standOut .bncSearch--active {
    box-shadow: 0 0 0 10px #ffffff, -32px 0 0 10px #ffffff, 32px 0 0 10px #ffffff;
  }
}
.bncSearch .bncSearchInput {
  width: 100%;
  min-width: 100px;
  max-width: 300px;
  padding: 0 40px;
  background-image: url("/assets/images/search-icon-blue.svg");
  background-size: 24px;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.bncSearch .bncSearchInput:-webkit-autofill {
  background-image: url("/assets/images/search-icon-blue.svg");
}
.bncSearch .bncSearchInput.bncSearch--idle {
  border: none;
  width: 40px;
  min-width: auto;
  padding: 0;
  background-image: url("/assets/images/search-icon-gray.svg");
  background-position: 14px 3px;
  cursor: pointer;
  transform-origin: center;
}
.bncSearch .bncSearchInput.bncSearch--idle:hover {
  transform: scale(1.05);
  background-image: url("/assets/images/search-icon-blue.svg");
}
.bncSearch .bncSearchInput.bncSearch--idle::-moz-placeholder {
  opacity: 0;
}
.bncSearch .bncSearchInput.bncSearch--idle::-webkit-input-placeholder {
  opacity: 0;
}
.bncSearch .bncSearchInput.bncSearch--idle:-ms-input-placeholder {
  opacity: 0;
}
.bncSearch__closeIcon {
  color: #969696;
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  top: 0;
  right: 0;
  padding: 8px 8px 6px;
}
.bncSearch__closeIcon:hover {
  color: #1e1e1e;
}
.bncDropMenuOptions {
  position: relative;
  color: #1e1e1e;
  padding: 20px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  margin-top: 11px;
}
.bncDropMenuOptions--label:hover {
  cursor: pointer;
  color: #00a8e1;
}
bnc-index {
  display: block;
  position: relative;
}
.bncLocationMenu__container bnc-index {
  border-top: 1px solid #cecece;
}
bnc-index bnc-search {
  -moz-column-span: all;
       column-span: all;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
}
bnc-index .bncSearch {
  display: block;
}
bnc-index .bncSearch .bncSearchInput {
  height: 40px;
  min-width: auto;
  max-width: none;
  border: none;
  border-radius: 0;
  padding: 0 64px;
  background-color: #f4f4f4;
  background-image: url("/assets/images/search-icon-blue.svg");
  background-size: 24px;
  background-position: 24px 8px;
  background-repeat: no-repeat;
}
bnc-index .bncSearch .bncSearchInput:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
  background-image: url("/assets/images/search-icon-gray.svg");
}
bnc-index .bncSearch__closeIcon {
  top: 4px;
}
.bncIndex {
  max-height: calc(100vh - 136px);
  padding-bottom: 32px;
  overflow: auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) {
  .bncIndex {
    -moz-column-count: 3;
         column-count: 3;
    margin: 32px 96px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .bncIndex {
    -moz-column-count: 4;
         column-count: 4;
    margin: 32px 96px 64px;
  }
}
@media screen and (min-width: 1900px) {
  .bncIndex {
    -moz-column-count: 5;
         column-count: 5;
    margin: 48px 156px 64px;
  }
}
@media screen and (max-width: 1023px) {
  .bncIndex {
    -moz-column-count: 2;
         column-count: 2;
    margin: 32px 104px 16px;
  }
}
@media screen and (max-width: 799px) {
  .bncIndex {
    -moz-column-count: 1;
         column-count: 1;
    margin: 32px 88px 16px;
  }
}
.bncHeader--onScroll  .bncIndex {
  max-height: calc(100vh - 112px);
}
.bncIndex__section--keepTogether {
  page-break-inside: avoid;
}
.bncIndex__section + .bncIndex__section .bncIndex__sectionHeader {
  margin-top: 28px;
}
.bncIndex__option {
  font-size: 15px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  page-break-inside: avoid;
}
.bncIndex__option:hover {
  color: #00a8e1;
}
.bncIndex__option--selected {
  color: #00a8e1;
}
.bncIndex__sectionHeader {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #cecece;
  margin-bottom: 12px;
  page-break-inside: avoid;
  page-break-after: avoid;
}
[class*=bncIndex__scrollButton] {
  position: absolute;
  display: block;
  top: calc(50% + 20px);
  font-size: 29px;
  line-height: 1;
  color: #969696;
  transform: translateY(-18px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.bncIndex__scrollButton--left {
  margin-left: 40px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .bncIndex__scrollButton--left {
    margin-left: 32px;
  }
}
@media screen and (max-width: 799px) {
  .bncIndex__scrollButton--left {
    margin-left: 24px;
  }
}
.bncIndex__scrollButton--right {
  margin-right: 40px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .bncIndex__scrollButton--right {
    margin-right: 32px;
  }
}
@media screen and (max-width: 799px) {
  .bncIndex__scrollButton--right {
    margin-right: 24px;
  }
}
.bncIndex__noResults {
  display: none;
}
.bncIndex__noResults:first-child {
  display: block;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search:before {
  position: absolute;
  width: 12px;
  margin: 2px 10px 2px 8px;
  font-family: 'e-com';
  line-height: 30px;
  content: '\e809';
  color: #00a8e1;
  font-size: 26px;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search__field {
  color: #1e1e1e;
  background-color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cecece;
  outline-width: 0;
  transition: background-color 0.2s ease;
  background-color: #e6f6fc;
  border: 0;
  width: 100%;
  margin: 0;
  min-height: 32px;
}
.select2-search__field:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.select2-search__field--disabled {
  color: #969696;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #e5e5e5;
  cursor: default;
}
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 4px 6px -1px #ccc;
}
.select2-results {
  display: block;
  margin: 4px 16px 24px;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  line-height: 32px;
  padding: 0 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-results__option::first-letter {
  text-transform: capitalize;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px 4px 4px 36px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 3px;
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1e1e1e;
  line-height: 28px;
  margin-left: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #969696;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 16px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: absolute;
  width: 12px;
  margin: 0;
  font-family: 'e-com';
  text-align: center;
  line-height: 31px;
  content: '\e82a';
  color: #969696;
  font-size: 28px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e5e5e5;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #969696 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 -5px;
  padding: 0 16px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-weight: 200;
  color: #ffffff;
  background-color: #969696;
  border: 1px solid #969696;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
  padding: 0 8px;
  line-height: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-weight: 200;
  margin-left: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #e64e0a;
  border-color: #e64e0a;
}
.select2-container--default[dir="rtl"] .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e5e5e5;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  box-shadow: 0 4px 6px -1px #ccc;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  vertical-align: top;
  min-height: 28px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 50vh;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #969696;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f2f6f7;
  color: #1e1e1e;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #00a8e1;
  color: #ffffff;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--open .select2-selection__arrow:before {
  transform: scaleY(-1);
}
.bncLogin {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-image: url('/assets/images/usermanager-login.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
}
.bncLogin--ieError {
  background-color: #ffffff;
  background-image: none;
}
.bncLogin--ieError__message {
  width: 40%;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
}
.bncLogin__formSection {
  background-color: #ffffff;
  width: 380px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bncLoginButtonWrapper {
  padding: 16px 0;
  display: flex;
  justify-content: flex-end;
}
.bncLogin__logo {
  color: #004563;
  font-size: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.bncLogoImg {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.bncLogoText--light {
  font-weight: 300;
}
.bncLogoText--heavy {
  font-weight: 500;
}
.bncForgotPassword {
  font-size: 12px;
  position: absolute;
  bottom: 16px;
}
.bncForgotPassword,
.bncForgotPassword:active,
.bncForgotPassword:link,
.bncForgotPassword:visited {
  text-decoration: none;
  color: #969696;
}
.bncForgotPassword:hover {
  text-decoration: none;
  color: #00a8e1;
}
@media screen and (max-width: 799px) {
  .bncLogin__formSection {
    width: 100%;
    align-content: center;
  }
}
/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production - remember to run a find/replace on the
    minified file to update the image locations to suit your installation - more
    info can be found in the header of the minified file.
    
/

/*
    Hide the datepickers associated input by using a className
*/
.fd-hidden-input {
  display: none;
}
/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
.fd-screen-reader {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
}
/*
    The wrapper div
*/
.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  /* 
    Change the font-size to suit your needs. The following line is for the demo
    that has a 14px font-size defined on the body tag.

    All other rules are "em" based and inherit from the font-size set here.
    font:900 0.8em/1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
    */
  font-family: 'roboto', 'Verdana', 'Arial';
  font-weight: 300;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*
    Set the fade in/out animation time here. This is used for browsers that
    support CSS transitions. Non-supporting browsers receive the fade effect
    using a Javascript fallback.
    */
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.date-picker div {
  margin-top: 6px;
}
/*.date-picker div:after{
  top: -10px;
  left: 3px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  border-bottom-color: #00a8e1;
}*/
/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
.date-picker.fd-dp-fade {
  opacity: 0;
}
/*
    Styles for the static datePickers
*/
.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em;
}
/*
    The iframe hack to cover selectlists in IE6
*/
.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  margin: 0;
  border: 0;
  display: none;
}
/*
    The activation "button" created beside each input for popup datePickers
*/
.date-picker-control span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: auto 0;
  resize: none;
  outline: none;
}
/*
    The hover effect on the activation button
*/
.date-picker-button-active span,
.date-picker-control:active span,
.date-picker-control:focus span,
.date-picker-control:hover span {
  outline: none;
  /*box-shadow:0 0 5px rgba(40, 130, 170, 0.7);*/
  border-radius: 2px;
}
/*
    A base64 encoded image-sprite is used for the activation button. IE6 and 7
    get fed "normal" png images within the rule that follows.
*/
input:not([type]).date,
input[type="text"].date {
  width: 120px;
}
.date-picker-control:link,
.date-picker-control:visited {
  position: relative;
  display: -moz-inline-box;
  margin-left: 12px;
  background-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABgCAYAAAAHBrJUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wUaDQQV2ZGObQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAANdSURBVGje7ZdPaCNVGMB/+buNs86mSTUJKbEuNNhdkzbQNm3w0IrGQ711wYNeVpBeFPbgyd2TgtXLLqKouYh6cqlXqYjQKrSHVJq6Q2MJLrvbtOy6IdlsmmEmaf7sIcvCiFjImLWH947fx7zffO97895vLHx3q00Ph5UeDwH4/wF2gPZroZ5Mbrm6+5gqOGr8fEfjk9wBv5fr3NVbPN1nJep2ciH8JC/5XeYAn+UqvJMpG2J5rUVe0/nhts6nMTdvh+Xum/zhHxUAFk5L3JgLUDs3yI25AG89KwGw+DDfNUBrdE6Sj0bdDJ104LRZGTrp4ONRdyffbJsDvDHUedOL18rsqoccNlvcqh7y3rXOsr3+jGSuB1di/QRdNr74s8rn19VH8ZDLxmLkFO8+J5v/0Aq1JsV60xAr1psUak3z2/SSUuZyrkrSd4IrsX5OS3auVxtcyNzjcq6K02phcbS/+wq+vdlZlq8mvZw55aTPbuWs28nXcS8A39xUzS1Rqdb6x3j74ea5V2+ZA4y6HQC8mS6SvV9Hb7TI3q9zPl005LvuwfsRN3O/3uWnv2qc/fHO3x5u88HzbnMVvBJw8VvSz3zQxdATNhwW8DosvBro45cXfbwccJk/7Mb6T/D9C08d4wvHcnW3d4Avy8vi0heA/2CbLiws9GTyVCp1TLxob28PRVEoFotomobL5cLj8RCNRhkcHDQHUBSF9fV1Q0xVVVRVJZ/Pk0gkiEQi3QMymQwAIyMjjI2NIUkSqqqSyWTY2dlha2vrXwFH9qDRaAAQj8eRZRmbzYYsy8TjcUO+a0A4HAYgnU5zcHBAs9mkUqmQTqcBGB4eNteD6elpJElie3ubbDb7KC5JEpOTk0SjUfMfmqZp6LpuiOm6jqZp5rfpxsYGiqIQDAZJJBLIskylUmFtbQ1FUbBarUxNTXVfQS6XA2BmZgaPx4Pdbsfj8TA7O2vIdw2o1Wqm8kcCvN6Owa2urlIqlWg0GpRKJVZWVgz5rnswPj7O8vIy+/v7LC0tGX/yLBYmJibMAUKhEPPz82xublIoFFBVFafTic/nIxaL4ff7zR92AwMDJJPJY3zhpFIpcScLgPAi4UXCi4QXCS8SXiS8SHiRAAgvEl4kvEh4kfAi4UXCix6LFz0AKlJHppLCRtoAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 0 -48px;
  min-width: 24px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: text-bottom;
  resize: none;
}
/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
.date-picker-dateval:link,
.date-picker-dateval:visited {
  background-position: 0 -48px;
}
/*
    Again, IE6 gets a "normal" png image from the server. Rinse, repeat.
*/
.oldie .date-picker-dateval:link,
.oldie .date-picker-dateval:visited {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-selected.png');
}
/*
    Hover states etc for the activation button
*/
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:active,
.date-picker-control:focus,
.date-picker-control:hover {
  background-position: 0 0;
}
/*
    IE 6 activation button hover states
*/
.oldie .date-picker-button-active:link,
.oldie .date-picker-button-active:visited,
.oldie .date-picker-control:active,
.oldie .date-picker-control:focus,
.oldie .date-picker-control:hover {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-focused.png');
}
/*
    Disabled activation button
*/
.date-picker-control-disabled:active,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited {
  background-position: 0 -36px;
  cursor: default;
}
.date-picker-control-disabled:active span,
.date-picker-control-disabled:hover span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*
    Feed IE6 the following rule, IE7 should handle the min-width declared
    previously.
 */
.oldie .date-picker-control {
  _width: 18px;
}
/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
.date-picker-control {
  display: inline-block;
  outline: none !important;
}
/*
    Default datepicker "button" styles
*/
.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  /*line-height:1em;*/
  border: 0 none;
  background: transparent;
  /*font-weight:bold;*/
  cursor: pointer;
}
/*
    The "month, year" display
*/
.date-picker .month-display,
.date-picker .year-display {
  display: inline;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 300;
  /*font-size:1.2em;*/
}
/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .next-but,
.date-picker .prev-but {
  font-size: 18px;
  color: #969696;
  cursor: pointer;
  padding: 15px 6px;
}
.date-picker .next-but,
.date-picker .prev-but,
.date-picker .today-but {
  float: left;
  /*-webkit-transition:all .2s ease-in-out;
       -moz-transition:all .2s ease-in-out;
        -ms-transition:all .2s ease-in-out;
         -o-transition:all .2s ease-in-out;
            transition:all .2s ease-in-out;*/
}
/*
    Hover effect for Next & Previous (month, year) buttons
*/
.date-picker .next-but:hover,
.date-picker .prev-but:hover,
.date-picker .today-but:hover {
  color: #00a8e1;
}
/* .date-picker .next-but:hover, .date-picker .prev-but:hover {
    
    Uncomment this if you want a scale effect
    
    -webkit-transform:scale(1.6);
       -moz-transform:scale(1.6);
        -ms-transform:scale(1.6);
         -o-transform:scale(1.6);
            transform:scale(1.6);
    
    text-shadow:0 2px 1px rgba(0,0,0,.4);
   
} */
/*
    Today button
*/
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  color: #1e1e1e;
  /*width:100%;*/
  text-transform: capitalize;
  height: 48px;
  width: 178px;
  padding-top: 15px;
  cursor: pointer;
}
.date-picker .todayRow {
  height: 48px;
  overflow: hidden;
}
/*
    Disabled buttons
*/
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker-disabled .next-but,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .prev-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .today-but,
.date-picker-disabled .today-but:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}
.date-picker .next-but.fd-disabled:hover,
.date-picker .prev-but.fd-disabled:hover {
  /*
    Uncomment this if you have uncommented the "scale" rules above

    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}
.date-picker table {
  background-color: white;
  table-layout: auto;
  empty-cells: show;
  /*    border-spacing:2px;*/
  border-collapse: separate;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  /*1px solid #969696;*/
  /*    background-position:0 -20px;*/
  text-align: center;
  width: 320px;
  height: auto;
  color: #555;
  font-size: 1em;
}
.oldie .date-picker:after,
.oldie .date-picker:before {
  display: none;
}
.date-picker table tbody {
  padding: 0 32px;
}
/* 
    Common TD & TH styling
*/
.date-picker tbody th,
.date-picker td {
  padding: 0;
  color: #1e1e1e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 32px;
  overflow: hidden;
  /*    outline:transparent none 0px;
    border:1px solid #cfcfcf;*/
  text-transform: none;
  font-weight: 300;
  /*    text-shadow:0 1px #fff;
    border-radius:3px;*/
}
.date-picker th {
  border: 0 none;
  padding: 0;
  font-weight: 300;
  color: #333;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
.date-picker .date-picker-week-header {
  /*border:1px solid #dcdcdc;
    font-style:oblique;*/
  color: #969696;
  background: transparent;
  cursor: default;
}
.date-picker .date-picker-thead .date-picker-week-header {
  border-right: 0 none;
  border-left: 1px solid #cecece;
  /*cursor:help;*/
}
/*
    The "mon tue wed etc" day header styles 
*/
.date-picker .date-picker-day-header {
  /*cursor:help;*/
  border: 0 none;
  padding: 0;
  color: #969696;
  /*text-transform:lowercase;*/
  height: auto;
}
/* 
    tfoot status bar 
*/
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  /*border:0 none;*/
  background: #fff;
  height: 80px;
  text-transform: lowercase;
}
.date-picker .date-picker-statusbar:first-letter {
  text-transform: uppercase;
}
/* 
    TD cell that is _not_ used to display a day of the month 
*/
.date-picker .date-picker-unused {
  border-color: #dcdcdc;
  cursor: default !important;
}
/* 
    The TH cell used to display the "month, year" title 
*/
.date-picker th.date-picker-title {
  width: 320px;
  height: 96px;
  font-size: 30px;
  padding: 0 !important;
  background-color: #00a8e1;
  color: white;
}
/* 
    The "todays date" cell style 
*/
.date-picker .date-picker-today {
  background: #00a8e1;
}
/* 
    The "highlight days" style 
*/
/*
.date-picker .date-picker-highlight
    {
    color:#a86666;
    }
*/
.date-picker-table tfoot tr th {
  height: 80px;
}
.date-picker-table tbody tr th {
  border-left: 1px solid #cecece;
}
.date-picker-table thead tr th {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.date-picker-table thead tr:first-of-type th {
  border: none;
}
.date-picker thead tr th.date-picker-week-header {
  border-left: 1px solid #cecece;
}
.date-picker tfoot tr th {
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.date-picker-table tbody tr th:first-of-type,
.date-picker-table thead tr th:first-of-type {
  width: 64px;
  padding-left: 32px;
}
.date-picker-table * tr td.filler {
  border-right: 1px solid #cecece;
}
.date-picker-table thead tr:last-of-type {
  height: 40px;
}
/* 
    The "active cursor" style 
*/
/* .date-picker td {
    
    
    Uncomment this if you want a transition on the cursor cells scale effect
    
    -webkit-transition: all .2s ease;    
       -moz-transition: all .2s ease;    
        -ms-transition: all .2s ease;    
         -o-transition: all .2s ease;    
            transition: all .2s ease;    
   
} */
/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when 
    scaling TD cells so commented out until I find a curious CSS based fix.
    Opera no longer appears to apply the scale... ho hum...
*/
.date-picker-focus .date-picker-hover {
  /*
    -webkit-transform:scale(1.25);
    */
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  /*background:#fff url(data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAwMDA4ODg4OEBAQEBAQEBAQEAEDBAQGBgYMCAgMEg4MDhIUEBAQEBQREBAQEBARERAQEBAQEBEQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgAIwIIAwERAAIRAQMRAf/EAHgAAQEBAQEBAAAAAAAAAAAAAAABBAMCCQEBAQEBAQEAAAAAAAAAAAAAAAECAwQFEAABAQgBAwMFAQEBAAAAAAAAEwFh0QIDkwQVVDFBgSFRBRFxkaGyczVEEQEAAgMBAAIDAQAAAAAAAAAAARFRAhITMQMhcTIi/9oADAMBAAIRAxEAPwD6R53yGZJm5EkmRUlZLUnYxjKkzGMYyZvb6npiIp8f7Ps26n8z8uOzzuTUuTRNcwx6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNnncmpcmiOYPTbMmyzuTUuTRHMHptmTZ5vJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZvJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzmf+mpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmzzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZ53JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZZvkqv0+RymfXpVqf201rH4hj7Z/3P7Z1XlpzsWeKLFWiixV4osVeKLFniixZ4osV9miixZ4osWeKLFXiixUUWKvFFioosWeKLFXiixZ4osVaKLFniixZ4osWeKLFWiixUUWKiixV4osWeKLFvXqKLFWiixb06iixZ4osWeKLFniixVoosVFFioosWeKLFniixV4osVeKLFniixZ4osWeKLFXiixUUWKvFFioosWeKLFniixUUWLPFFizxRYq0UWKiixUUWLPFFizxRYs8UWKvFFioosWeKLFXiixZ4osVaKLFXii3n5Wp9PlMxntWq/20a/EL9v9z+5ZWVTTnYq8FirPcFivqCxV4LFXgsVBYo/9gsVBYqCxV4LFQWK+nUFirwWKgFXgsVBYq8FioLFQWKgsVZ7gsVeCxUFirwCoLFX/ALBYqCxUFioLFfUFirwWKs9wWKgsVeCxV4LFQWKv/YLFQWKvBYqAVBYq8FioLFfTqCxV4LFQCr/2CxUFivqCxV4LFWe4LFQWKvBYq8FjaoLFQWKvBYr3+oLFQDKoLFXgsVZ7gsV9QW7fLf8AWzf96v8AbSa/EN/b/c/uWQ05J5AM69QHdoDyBfIACAXsBAHkAzoA7dQHkCsIIUPIBgFYAaBADfuAb0AoEZ9wKBAAAAzqBWgQA37gX2AnkB5AoE8+QKzuBG+AKQQoeQDOgDt1AeQKAAgFaBADfuBfYCeQHkCt6AQA37gOwFIBRPIBnXqA7tA2fLf9bN/3q/20zr8Q6fb/AHP7lkNOQwgFAgNAAOwAB2KJ+AKQOxQIAAIn4KqkAoAAJ+AK0gAADAHcAA7tKAAA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat 0 0;*/
  cursor: pointer;
  color: white;
  background-color: #00a8e1;
  /*    border-color:rgb(100,130,170) !important;
    border-color:rgba(100,130,170,.7) !important;
    color:rgb(100,130,170); 
*/
  /*text-shadow: 0px 1px 1px #fff;        
    box-shadow:0 0 6px rgba(100,130,170,.6);
    background-size:cover;*/
}
/* 
    The "disabled days" style 
*/
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px;
}
.date-picker .month-out {
  /*border-color:#ddd;
    border-color:rgba(220,220,220,0.8);
    color:#aaa;*/
  background-position: 0 -25px;
}
/* 
    The "selected date" style - color changed below also 
*/
.date-picker .date-picker-selected-date {
  color: white;
  background-color: #00a8e1;
  /*border-color:#888 !important;
    border-color:rgba(7,7,7,.6) !important;
    */
}
/* 
    The date "out of range" style 
*/
.date-picker .not-selectable,
.date-picker .out-of-range {
  color: #cacaca;
  /*    font-style:oblique;
    background:#fcfcfc;*/
  cursor: default;
}
/* 
    Week number "out of range" && "month-out" styles 
*/
/* .date-picker th.month-out, .date-picker th.out-of-range {
    color:#aaa;
    font-style:oblique;
    background:#fcfcfc;
} */
/* 
    Week numbers "out of range" 
*/
.date-picker .out-of-range {
  opacity: 0.6;
}
/* 
    Used when the entire grid is full but the next/prev months dates cannot be 
    selected 
*/
.date-picker .not-selectable {
  opacity: 0.8;
}
.oldie .date-picker .out-of-range {
  filter: alpha(opacity=60);
}
.oldie .date-picker .not-selectable {
  filter: alpha(opacity=80);
}
.date-picker tr {
  display: table-row;
}
.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
  vertical-align: top;
}
.date-picker .month-display,
.date-picker .year-display {
  cursor: default;
}
.date-picker .date-picker-hover,
.date-picker td:focus {
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
  -o-highlight: 0 none;
}
/* 
    The "pulse" animation on focused button and datepicker cursor
*/
.date-picker-control:focus span,
.date-picker-focus .date-picker-hover {
  -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
  animation: fd-dp-pulse 1.5s infinite alternate;
}
/* 
    The "selected date" style 
*/
.date-picker .date-picker-selected-date {
  /*font-weight:bold;*/
  /*font-size:1.2em;*/
  width: 32px;
  height: 32px;
}
/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
.static-datepicker table {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.static-datepicker:after,
.static-datepicker:before {
  display: none;
}
/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus
*/
.date-picker-focus table {
  border-color: #999;
  border-color: rgba(153, 153, 153, 0.8);
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/* 
    Draggable datepickers 
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move;
}
/* 
    Disabled datePicker 
*/
.date-picker-disabled table {
  opacity: 0.8 !important;
}
.date-picker-disabled table:after,
.date-picker-disabled table:before {
  display: none;
}
.oldie .date-picker-disabled table {
  filter: alpha(opacity=80);
}
.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important;
}
.date-picker-disabled .next-but:hover,
.date-picker-disabled .prev-but:hover {
  /*    
    Uncomment this if you have used the previous scale rules previously
    declared within the file (for the prev-but and next-but classes)
    
    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
    */
  text-shadow: none;
}
body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 
    Glow effect for the focused (keyboard active) cursor cell and popup
    datepickers activation button 
*/
@-webkit-keyframes fd-dp-pulse {
  from {
    -webkit-box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
    box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
  }
  to {
    -webkit-box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
  }
}
@keyframes fd-dp-pulse {
  from {
    -webkit-box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
    box-shadow: 0 0 2px rgba(100, 130, 170, 0.8);
  }
  to {
    -webkit-box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
    box-shadow: 0 0 6px rgba(10, 130, 170, 0.5);
  }
}
@font-face {
  font-family: 'e-com';
  src: url('/assets/fonts/e-com.woff2?62870938') format('woff2'), url('/assets/fonts/e-com.svg?62870938#e-com') 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: 'e-com';
    src: url('/assets/fonts/e-com.svg?62870938#e-com') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "e-com";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.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: 0.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); */
}
.icon-grid:before {
  content: '\e800';
}
/* '' */
.icon-pencil:before {
  content: '\e801';
}
/* '' */
.icon-pencil2:before {
  content: '\e802';
}
/* '' */
.icon-share:before {
  content: '\e803';
}
/* '' */
.icon-order-approve:before {
  content: '\e804';
}
/* '' */
.icon-order-request:before {
  content: '\e805';
}
/* '' */
.icon-order:before {
  content: '\e806';
}
/* '' */
.icon-users:before {
  content: '\e807';
}
/* '' */
.icon-filter:before {
  content: '\e808';
}
/* '' */
.icon-search:before {
  content: '\e809';
}
/* '' */
.icon-home:before {
  content: '\e80a';
}
/* '' */
.icon-download:before {
  content: '\e80b';
}
/* '' */
.icon-pdf:before {
  content: '\e80c';
}
/* '' */
.icon-user-plus:before {
  content: '\e810';
}
/* '' */
.icon-xmark:before {
  content: '\e811';
}
/* '' */
.icon-square-plus:before {
  content: '\e812';
}
/* '' */
.icon-check:before {
  content: '\e813';
}
/* '' */
.icon-bell:before {
  content: '\e814';
}
/* '' */
.icon-shopping-basket:before {
  content: '\e816';
}
/* '' */
.icon-heart-filled:before {
  content: '\e817';
}
/* '' */
.icon-heart:before {
  content: '\e818';
}
/* '' */
.icon-sign-out:before {
  content: '\e81a';
}
/* '' */
.icon-data-preferences:before {
  content: '\e81b';
}
/* '' */
.icon-trash-can:before {
  content: '\e81d';
}
/* '' */
.icon-menu:before {
  content: '\e81e';
}
/* '' */
.icon-plus:before {
  content: '\e81f';
}
/* '' */
.icon-envelope:before {
  content: '\e820';
}
/* '' */
.icon-calendar:before {
  content: '\e823';
}
/* '' */
.icon-list:before {
  content: '\e824';
}
/* '' */
.icon-undo:before {
  content: '\e825';
}
/* '' */
.icon-redo:before {
  content: '\e826';
}
/* '' */
.icon-phone:before {
  content: '\e827';
}
/* '' */
.icon-user:before {
  content: '\e828';
}
/* '' */
.icon-printer:before {
  content: '\e829';
}
/* '' */
.icon-chevron-down:before {
  content: '\e82a';
}
/* '' */
.icon-chevron-left:before {
  content: '\e82b';
}
/* '' */
.icon-chevron-right:before {
  content: '\e82c';
}
/* '' */
.icon-chevron-up:before {
  content: '\e82d';
}
/* '' */
.icon-drag:before {
  content: '\e8bf';
}
/* '' */
.orderCard {
  padding: 16px;
  font-size: 14px;
  line-height: 19px;
  box-shadow: 0 25px 0 -24px #e5e5e5;
}
.orderCard.bgColor--lightGreyBlue,
.orderCard.selectionCard,
.order--last .orderCard {
  box-shadow: none;
}
.orderCard__img {
  position: relative;
  width: 100%;
  max-width: 130px;
  max-height: 90px;
}
.orderCard__img img[img-error][src*='assets/images/bnc_en_teken.svg'] {
  max-width: 60%;
  margin-left: 15px;
  padding: 0;
}
.orderCard__imgOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 100%;
  background-color: #f2f6f7;
  mix-blend-mode: multiply;
}
.selectionCard {
  background-color: #f2f6f7;
}
.savedCartCard {
  display: flex;
  max-width: 375px;
  padding: 16px;
  font-size: 14px;
  line-height: 19px;
  box-shadow: 0 25px 0 -24px #e5e5e5;
}
.savedCartCard.bgColor--lightGreyBlue,
.savedCartCard.selectionCard,
.order--last .savedCartCard {
  box-shadow: none;
}
.savedCartCard__image {
  flex: 0 1 119px;
}
.savedCartCard__image .orderCard__img {
  width: 104px;
  height: 79px;
}
.savedCartCard__info {
  flex: 0 1 238px;
}
.warningMessage {
  color: #e64e0a;
  font-size: 20px;
  margin: 8px 0;
}
.orderItemSingle {
  font-size: 14px;
  margin: 32px;
}
.orderItemSingle__optional {
  background-color: #f2f6f7;
}
.orderItem__image img {
  width: 108px;
}
.orderItem__image {
  position: relative;
}
.orderItemSingle__title {
  font-size: 15px;
  margin: auto;
  line-height: 20px;
  word-wrap: anywhere;
}
.orderItemSingle__deliveryDate {
  font-size: 13px;
  color: #969696;
}
.orderItem__text {
  margin: auto;
  text-align: center;
}
.orderItem__text--alignRight {
  text-align: right;
}
.orderItem__text--alignRight .bncCheckbox:checked + label,
.orderItem__text--alignRight .bncCheckbox:not(:checked) + label {
  padding-right: 0;
}
.outdatedOrderLine {
  background-color: grey;
}
.orderItem__image--bundle {
  position: relative;
  padding-left: 16px;
}
.orderItem__bundleCount {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 24px;
  top: 24px;
  padding: 6px 0;
  border: solid 1px #ccdae0;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
}
.orderItem__plus {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.orderItem__plusIcon {
  position: absolute;
  left: 50px;
  color: #004563;
}
order-quotation-item .orderItemSingle {
  font-size: 16px;
}
order-quotation-item .orderItemSingle .orderItemSingle__description {
  margin-bottom: 12px;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.nofill {
  animation-fill-mode: none;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
/** CUSTOM **/
.animated.super-fast {
  animation-duration: 200ms;
}
/** CUSTOM **/
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .completePage,
  .content,
  .pageBody,
  body,
  html {
    height: 100% !important;
    overflow: visible !important;
  }
}
.completeOverLay {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
}
.completePage {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.heading {
  position: relative;
  width: 100%;
  z-index: 6;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.heading::after {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: calc(100% + 1px);
  opacity: 0;
  z-index: -1;
}
.heading.menuShadow::after {
  opacity: 1;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
}
.requestContextWrapper {
  top: 0;
  z-index: 10;
  width: 100%;
  position: sticky;
}
.pageBody {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
}
.pageBody.pageBody--masterDetail {
  background-color: #f8f9fb;
}
.pageBody.pageBody--masterDetail footer {
  box-shadow: -50vw 0 #ffffff, 50vw 0 #ffffff;
}
.router-wrap {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .router-wrap {
    width: 100%;
    margin: 0 10px;
  }
}
/*** General ***/
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 300;
  src: url('../../assets/fonts/rawline-300.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/rawline-400.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 500;
  src: url('../../assets/fonts/rawline-500.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 600;
  src: url('../../assets/fonts/rawline-600.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 700;
  src: url('../../assets/fonts/rawline-700.woff') format('woff');
}
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 800;
  src: url('../../assets/fonts/rawline-800.woff') format('woff');
}
/*** Main ***/
body {
  overflow: auto !important;
  color: #1e1e1e;
}
* {
  font-family: 'RawLine', 'Roboto', Verdana, Arial;
}
body a,
body button,
body h1,
body h2,
body h3,
body input,
body li,
body p,
body select,
body span {
  line-height: 1.3;
}
body b {
  font-weight: 700;
}
body a {
  text-decoration: none;
}
[class*=icon-].specificationX {
  transform: translate(-16px, 7px);
  display: block;
}
[class*=icon-].specificationX::before {
  color: #e64e0a;
  font-size: 32px;
  line-height: 0;
}
[class*=icon-].specificationV {
  transform: translate(-25px, 10px);
  display: block;
}
[class*=icon-].specificationV::before {
  color: #77b015;
  font-size: 48px;
  line-height: 0;
}
.product-overview h1 {
  font-size: 25px;
  font-weight: 700;
}
.icons-container {
  text-align: right;
}
.paragraph--marginBottom {
  margin-bottom: 10px;
}
.paragraph--gray {
  color: #1e1e1e;
}
/** End of hover */
.transparentBackground {
  position: absolute;
  inset: 0;
  background-color: #1e1e1e;
  opacity: 0.2;
  z-index: 5;
}
.fa-spinner__rotate {
  animation: fa-spin 1.5s linear infinite;
}
.extraContentPadding {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 1240px) {
  #pageBody.bncOverflowedY {
    padding-left: 15px;
  }
}
.bncSquareList {
  list-style: square outside;
  margin-left: 0;
  padding-left: 16px;
  hyphens: auto;
}
@-moz-document url-prefix() {
  .bncSquareList {
    padding-left: 10px;
  }
}
.bncSquareList li {
  margin: 0;
  padding: 0;
  word-break: break-word;
  hyphens: auto;
}
.bncSquareList li::marker {
  color: #00a8e1;
  font-size: 10px;
}
.ecomButton {
  height: 40px;
  min-width: 80px;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  background-color: #1e1e1e;
  color: #ffffff;
  text-align: center;
  border: none;
  cursor: pointer;
}
.ecomButton--neutral {
  cursor: pointer;
  color: #1e1e1e;
  border-color: transparent;
  background-color: transparent;
}
.ecomButton--neutral:hover {
  color: #00a8e1;
}
.ecomButton--neutral:hover::before,
.ecomButton--neutral:hover [class*=icon-]::before {
  color: #00a8e1;
}
.ecomButton--neutral.clickable--delete:hover {
  color: #e64e0a;
}
.ecomButton--neutral.clickable--delete:hover::before,
.ecomButton--neutral.clickable--delete:hover [class*=icon-]::before {
  color: #e64e0a;
}
.ecomButton:hover,
.ecomButton *:hover {
  color: #00a8e1;
}
.ecomInput {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px 16px;
}
.ecomInput--fullWidth {
  width: 100%;
}
.ecomInput--number {
  padding: 8px 4px 8px 16px;
}
.ecomInput--noWidth {
  width: auto;
  min-width: 0;
}
.ecomInput--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 22px;
  background-image: url("/assets/images/custom-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 5.5%;
  background-position: calc(100% - 15px) 50%;
}
.ecomInput--select path {
  fill: #838383;
}
.ecomDropDown {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-left: 8px;
  z-index: 1000;
}
.dialogFooter {
  display: block;
  padding: 16px 12px;
  text-align: right;
}
.dialogFooter button {
  padding: 6px 12px;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexGrow {
  flex-grow: 1;
  max-height: 50px;
}
.flexStretch {
  flex: 1 1 auto;
}
.boxShadowLight {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.boxShadowLightHover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.boxShadowDark {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.standardShadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.dropdownShadow {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}
.bncShadowDefinition {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.bncBottomShadowDefinition {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
}
.bncTopShadowDefinition {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: -8px;
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
}
.pointer {
  cursor: pointer;
}
.noPointerEvents {
  pointer-events: none !important;
}
.clickable {
  cursor: pointer;
  color: #1e1e1e;
}
.clickable:hover {
  color: #00a8e1;
}
.clickable:hover::before,
.clickable:hover [class*=icon-]::before {
  color: #00a8e1;
}
.clickable.clickable--delete:hover {
  color: #e64e0a;
}
.clickable.clickable--delete:hover::before,
.clickable.clickable--delete:hover [class*=icon-]::before {
  color: #e64e0a;
}
.clickableLink {
  cursor: pointer;
  color: #00a8e1;
}
.clickableLink:visited {
  color: purple;
}
.fontWeight300 {
  font-weight: 300;
}
.font-white {
  color: #ffffff !important;
}
.greyText {
  color: #969696 !important;
}
.orangeText {
  color: #ef9e41 !important;
}
.ecomIconGrey {
  color: #838383 !important;
}
.bgColor--lightGreyBlue {
  background-color: #f2f6f7;
}
.background-color-red {
  background-color: #e64e0a;
}
.label-with-color-background {
  width: 100px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  color: #ffffff;
  padding: 2px;
  margin: 0 0 1px;
  text-align: center;
}
.label-with-color-background--flexParent {
  width: -moz-fit-content;
  width: fit-content;
}
.paragraph--small {
  font-size: 12px;
}
.paragraph--medium {
  font-size: 14px;
}
.paragraph--big {
  font-size: 16px;
}
.small-text {
  font-size: 13px;
}
.small-text--marginTop2 {
  margin-top: 2px !important;
}
.medium-text {
  font-size: 18px;
}
.font-28px {
  font-size: 28px;
}
.fontSize15 {
  font-size: 15px;
}
.textAlign--center {
  text-align: center;
}
.textAlign--right {
  text-align: right;
}
.capitalizeFirstLetter::first-letter {
  text-transform: capitalize;
}
.capitalizeEachWord {
  text-transform: capitalize;
}
.upperCase {
  text-transform: uppercase;
}
.lowerCase {
  text-transform: lowercase;
}
.positionRelative {
  position: relative;
}
.positionAbsolute {
  position: absolute;
  left: 0;
  top: 90%;
}
.row--noMargin {
  margin: 0 !important;
}
.row--noPadding {
  padding: 0 !important;
}
.row--bigTopMargin {
  margin-top: 16px !important;
}
.row--bigBottomMargin.row--bigBottomMargin {
  margin-bottom: 16px;
}
.row--smallTopMargin {
  margin-top: 4px !important;
}
.full-height {
  height: 100%;
}
.full-height--10 {
  height: 10%;
}
.full-height--90 {
  height: 90%;
}
.fullWidth {
  width: 100%;
}
.halfWidth {
  width: 50%;
}
.height16 {
  height: 16px;
}
.height24 {
  height: 24px;
}
.height100 {
  height: 100px;
}
.bncTextOverflowEllipsis {
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bncMaxLines--1 {
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .bncMaxLines--1 {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.bncMaxLines--2 {
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .bncMaxLines--2 {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.fontWeight400 {
  font-weight: 400;
}
.fontWeight700 {
  font-weight: 700;
}
.fontItalic {
  font-style: italic;
}
.halfOpacity {
  opacity: 0.5;
}
.flexHorizontalAlignCenter {
  display: flex;
  align-items: center;
}
.flex_stretch {
  display: flex;
  flex: 1;
}
.floatRight {
  float: right;
}
.padding0 {
  padding: 0 !important;
}
.paddingTop16 {
  padding-top: 16px !important;
}
.paddingTop24 {
  padding-top: 24px;
}
.paddingBottom4 {
  padding-bottom: 4px;
}
.paddingBottom16 {
  padding-bottom: 16px;
}
.paddingBottom24 {
  padding-bottom: 24px !important;
}
.paddingLeft24 {
  padding-left: 24px !important;
}
.paddingRight8 {
  padding-right: 8px !important;
}
.paddingRight24 {
  padding-right: 24px !important;
}
.marginAuto {
  margin: auto;
}
.marginBottom4 {
  margin-bottom: 4px !important;
}
.marginBottom8 {
  margin-bottom: 8px;
}
.marginBottom16 {
  margin-bottom: 16px !important;
}
.marginBottom24 {
  margin-bottom: 24px;
}
.marginBottom32 {
  margin-bottom: 32px;
}
.marginRightAuto {
  margin-right: auto;
}
.marginRight8 {
  margin-right: 8px;
}
.marginRight20 {
  margin-right: 20px;
}
.marginRight24 {
  margin-right: 24px;
}
.marginRight40 {
  margin-right: 40px;
}
.marginTop4 {
  margin-top: 4px !important;
}
.marginTop6 {
  margin-top: 6px;
}
.marginTop8 {
  margin-top: 8px !important;
}
.marginTop12 {
  margin-top: 12px !important;
}
.marginTop14 {
  margin-top: 14px;
}
.marginTop16 {
  margin-top: 16px !important;
}
.marginTop24 {
  margin-top: 24px !important;
}
.marginTop32 {
  margin-top: 32px !important;
}
.marginTop48 {
  margin-top: 48px;
}
.marginTop90 {
  margin-top: 90px;
}
.marginLeft0 {
  margin-left: 0;
}
.marginLeft8 {
  margin-left: 8px;
}
.marginLeft16 {
  margin-left: 16px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeftMin30 {
  margin-left: -30px !important;
}
.marginMin12.marginMin12 {
  margin: 0 -12px;
}
.bottomMargin24 {
  margin-bottom: 24px !important;
}
.bottomMargin16 {
  margin-bottom: 16px !important;
}
.bottomMargin8 {
  margin-bottom: 8px !important;
}
.topMargin8 {
  margin-top: 8px !important;
}
.sidePadding12 {
  padding: 0 12px;
}
.sideMargin12 {
  margin-left: 12px;
  margin-right: 12px;
}
.hiddenElement {
  visibility: hidden;
}
.greyFont {
  color: #969696;
}
.color-green {
  color: #77b015;
}
.color-red {
  color: #e64e0a;
}
.color-gray {
  color: #969696;
}
.overflowY--scroll {
  overflow-y: scroll;
}
.colorBlue {
  color: #00a8e1;
}
.right16 {
  right: 16px;
}
.ecomHeader {
  margin-top: 48px !important;
  font-size: 19px;
  font-weight: 500;
}
.ecom__pageTitle {
  font-size: 24px;
  margin-bottom: 24px;
}
.ecomBottomBorder {
  border-bottom: 1px solid #e5e5e5;
}
.inlineBlock {
  display: inline-block;
}
.dialog__hr {
  border-top: 1px solid #ccdae0;
}
.justifyFlexEnd {
  justify-content: flex-end !important;
}
.orderLine__productDescription {
  padding: 10px 0 0;
}
.orderLine__productDescription > textarea {
  width: 100%;
  min-height: 50px;
  resize: vertical;
}
.orderLine__flexWrapper {
  display: flex;
}
.orderLine__articleCode {
  padding: 10px 0 0;
}
.orderLine__articleCode > input[type="text"] {
  width: 128px;
}
.orderLine__purchasePrice {
  display: flex;
  flex: 0 1 320px;
  align-items: center;
  padding: 10px 0 0;
}
.orderLine__purchasePrice > input[type="text"],
.orderLine__purchasePrice .bncErrorParentContainer {
  width: 128px;
}
.orderLine__quantity {
  display: flex;
  flex: 0 1 128px;
  align-items: center;
  padding: 10px 0 0;
}
.orderLine__quantity > input[type="text"],
.orderLine__quantity .bncErrorParentContainer {
  width: 128px;
}
.orderLine {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding: 12px;
}
.endOfLife {
  font-size: 18px;
  color: #e64e0a;
}
#cart-icon-div {
  position: relative;
}
.cartCount {
  position: absolute;
  width: auto;
  min-width: 16px;
  height: 16px;
  top: 0;
  left: 25px;
  padding: 0 4px;
  border-radius: 1in;
  background-color: #00a8e1;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  pointer-events: none;
}
.cart img {
  display: block;
}
.cart__stickyButtons {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 0 12px;
  justify-content: space-between;
}
.cart__stickyButtons .cart__stickyBudget {
  height: 39px;
  border: 1px solid #ccdae0;
  border-radius: 3px;
  align-self: center;
  align-content: center;
  margin: 0 16px 0;
  padding: 0 16px 0;
  font-weight: 600;
}
.cart__stickyButtons .cart__stickyBudgetMultipleButtonsDutch {
  flex: 0 1 43%;
}
.cart__stickyButtons .cart__stickyBudgetMultipleButtonsEnglish {
  flex: 0 1 55%;
}
.cart__stickyButtons .cart__stickyBudgetSingleButtonDutch {
  flex: 0 1 82%;
}
.cart__stickyButtons .cart__stickyBudgetSingleButtonEnglish {
  flex: 0 1 80%;
}
.cart__header {
  font-size: 24px;
  padding: 12px 0 24px;
  display: flex;
  align-items: center;
}
.cart__header .cart__title {
  flex: 0 1 575px;
}
.cart__header .cart__defaultMarginPercentage {
  display: flex;
  flex: 0 1 238px;
  align-items: center;
  font-size: 15px;
}
.cart__header .cart__defaultMarginPercentage .bncLabel {
  flex: 0 0 48px;
  justify-content: flex-end;
  color: #1e1e1e;
  text-transform: none;
}
.cart__header .cart__defaultMarginPercentage .cartButton {
  margin: 0 0 0 16px;
}
.cart__header .cart__defaultMarginPercentage .cart__itemInput--small {
  margin: 0 0 0 5px;
}
.cart__header .cart__quotationCheckBox {
  flex: 0 1 339px;
  text-align: end;
}
.cart__header .cart__quotationCheckBox .bncLabel {
  font-size: 15px;
}
.cartTotal__containerLine {
  border-top: 1px solid #969696;
  margin-top: 4px;
}
.personalDetails__header {
  font-size: 24px;
  padding: 44px 0 24px;
}
.personalDetails__header--compact {
  padding: 24px 0;
}
.cart h2 {
  color: #1e1e1e;
}
.cart__item--padding {
  padding: 10px 0;
}
.cart__item--padding42 {
  padding: 42px 10px 10px;
}
.littleLinkWrapper {
  width: 100px;
}
.littleSquareLink.littleSquareLink {
  border: 1px solid #ccdae0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.littleSquareLink.littleSquareLink::before {
  font-size: 24px;
}
.littleSquareLink.littleSquareLink.littleSquareLink--delete {
  margin-left: 4px;
}
.cart__titleAndCode {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cart__item--optional {
  background-color: #f2f6f7;
}
.cartOrderlinesContainer--compact .bncDraggable > compose {
  display: block;
  margin-left: 48px;
}
.cartOrderlinesContainer--compact .bncDragHandle {
  left: 10px;
  top: 12px;
}
.cartOrderlinesContainer--compact .cart__itemTitle {
  font-weight: 600;
  word-wrap: anywhere;
}
.cartOrderlinesContainer--compact .cartOrderLine__groupHeaderDescription {
  display: flex;
  flex: 0 0 904px;
}
.cartOrderlinesContainer--compact .cartOrderLine__groupHeaderDescription > input[type="text"],
.cartOrderlinesContainer--compact .cartOrderLine__groupHeaderDescription .bncErrorParentContainer {
  margin: 12px 0;
}
.cartOrderlinesContainer--compact .cartOrderLine__inputs {
  display: flex;
  flex: 0 0 373px;
  align-items: baseline;
}
.cartOrderlinesContainer--compact .cartOrderLine__totalPrice {
  display: flex;
  flex: 0 0 157px;
  justify-content: flex-end;
}
.cartOrderlinesContainer--compact .cartOrderLine__optional {
  display: flex;
  flex: 0 0 93px;
}
.cartOrderlinesContainer--compact .cartOrderLine__icons {
  display: flex;
  flex: 0 0 102px;
  justify-content: space-between;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedPrice {
  display: flex;
  align-items: center;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedPrice .cart__itemInput {
  min-width: unset;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedPrice > input[type="text"],
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedPrice .bncErrorParentContainer {
  width: 128px;
  max-width: 128px;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedMarginPercentage {
  display: flex;
  align-items: center;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedMarginPercentage .cart__itemInput {
  min-width: unset;
}
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedMarginPercentage > input[type="text"],
.cartOrderlinesContainer--compact .cartOrderLine__fixedPriceAndFixedMarginPercentage .cartOrderLine__fixedMarginPercentage .bncErrorParentContainer {
  width: 60px;
  max-width: 60px;
}
.cartOrderlinesContainer--compact .cartOrderLine__groupSubtotalWrapper {
  display: flex;
  flex: 0 0 560px;
  flex-direction: column;
}
.cartOrderlinesContainer--compact .cartOrderLine__groupSubtotalWrapper .cartOrderLine__groupSubtotalLabelAndPrice {
  display: flex;
}
.cartOrderlinesContainer--compact .cartOrderLine__groupSubtotalWrapper .cartOrderLine__groupSubtotalLabelAndPrice .cartOrderLine__groupSubtotalLabel {
  display: flex;
  flex: 0 0 179px;
}
.cartOrderlinesContainer--compact .bncLabel {
  font-size: 15px;
}
.cartOrderlinesContainer--spacious .bncDragHandle {
  left: 20px;
}
.cartOrderlinesContainer--spacious .bncDragHandle::before {
  position: absolute;
  left: -20px;
  top: 5px;
  background-color: transparent;
}
.cartOrderlinesContainer--spacious .cart__itemTitle {
  font-size: 26px;
  font-weight: 600;
  word-wrap: anywhere;
}
.cartOrderlinesContainer--spacious .cart__hr {
  margin: 0 24px;
  border-top: 1px solid #ccdae0;
}
.cartOrderlinesContainer--spacious .cart__productCode {
  font-size: 18px;
}
.cartOrderlinesContainer--spacious .cart__item--margin {
  margin-bottom: 6px;
}
.cartOrderlinesContainer--spacious .cart__item--margin:last-child {
  margin-bottom: 0;
}
.cartOrderlinesContainer--spacious .cart__groupHeaderDescription {
  margin-top: 45px;
  margin-left: 50px;
}
.cartOrderlinesContainer {
  background-color: #ffffff;
}
.cartOrderlinesContainer a {
  color: inherit;
  text-decoration: none;
}
.cartOrderlinesContainer delivery-time {
  white-space: pre-line;
}
.cartItemBncError {
  top: 100%;
  right: 0;
  transform: translateY(-100%);
}
.cartCombiItemBncError {
  top: 100%;
  right: 8px;
  transform: translateY(-100%);
}
.cart__hr {
  border: solid #ccdae0;
  border-width: 1px 0 0;
}
.cart__image {
  position: relative;
  padding: 16px;
  width: 100%;
  min-height: 120px;
  text-align: center;
}
.cart__image img {
  display: block;
  max-width: 192px;
  max-height: 144px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.cart__bundleCount {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 8px;
  top: 56px;
  padding: 6px 0;
  border: solid 1px #ccdae0;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.cart__itemInput {
  min-width: 8em;
  width: 100%;
  height: 32px;
  border: 1px solid #ccdae0;
  padding-left: 8px;
}
.cart__itemInput.cart__itemInput--small {
  width: 60px;
  min-width: 2em;
}
.cart__empty-cart {
  margin-bottom: 20px;
  font-size: 18px;
}
.cartTotal__container {
  background-color: #ccdae0;
  margin: 32px 0;
  padding: 32px 24px;
  text-transform: capitalize;
  width: 100%;
  font-size: 20px;
}
.cartTotal__container--compact {
  margin: 0;
  padding: 0 24px;
}
.cartTotal__container .row {
  line-height: 36px;
}
.cartTotal__container--fontNormalized {
  text-transform: none;
}
.customErrorArrowRight {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e64e0a;
}
.customErrorButton {
  position: relative;
  background: #e64e0a !important;
  border: 1px solid #e64e0a !important;
}
.customErrorArrow {
  position: absolute;
  top: 5px;
  right: -7px;
}
.marginRight32 {
  margin-right: 32px;
  margin-left: auto;
}
.cart__price {
  font-weight: 600;
  text-align: right;
  font-size: 18px;
}
.cart__price--normalFontWeight {
  font-weight: 300;
}
.cart__bigRedSquare {
  height: 100%;
  padding: 42px 42px 42px 0;
}
.cart__bigRedSquare .cart__bigRedSquare__inner {
  background-color: #e64e0a;
  height: 100%;
  color: #ffffff;
  padding: 32px 24px;
  font-size: 18px;
}
.cart__bigRedSquare .cart__bigRedSquare__inner h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cart__bigRedSquare .cart__bigRedSquare__inner .color-gray {
  color: #1e1e1e;
}
.cart__bigRedSquare .cart__bigRedSquare__inner .endOfLife {
  color: #ffffff;
  margin-top: 8px;
  margin-left: 20px;
  font-weight: 600;
}
.cart__endOfLife {
  text-transform: none;
}
.bundleProductsColumn {
  height: 100%;
  width: 100%;
  padding: 32px 0;
}
#noGroupPrivilegesWarning {
  text-align: right;
  line-height: 24px;
  margin-top: 16px;
}
.cartButton {
  font-size: 18px;
  line-height: 35px;
  border-radius: 3px;
  margin: 0;
  padding: 0 16px 2px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0 none;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1e1e1e;
  border: solid 1px #1e1e1e;
  color: #ffffff;
}
.cartButton::before {
  color: #ffffff !important;
  font-size: 30px;
  margin: 0 0 0 -10px;
}
.cartButton span {
  line-height: inherit;
}
.cartButton--sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
.cartButton [class*=icon-]::before {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin: 0 0 0 -8px;
  color: #ffffff;
}
.cart__quotationButtons {
  margin: 32px 0;
}
.cart__sendButtons {
  padding: 24px 0 32px;
}
.cartOrderLine__fixedPriceAndFixedMarginPercentage {
  display: flex;
  flex: 0 1 320px;
  align-items: center;
  padding: 10px 0 10px 4px;
}
.cartOrderLine__fixedPriceAndFixedMarginPercentage > input[type="text"],
.cartOrderLine__fixedPriceAndFixedMarginPercentage .bncErrorParentContainer {
  width: 118px;
}
.cart__itemOption .bncCheckbox:checked + label,
.cart__itemOption .bncCheckbox:not(:checked) + label {
  padding: 4px 4px 8px 28px;
}
.cart__itemOption .bncCheckbox:checked + label::before,
.cart__itemOption .bncCheckbox:not(:checked) + label::before {
  top: 4px;
  width: 20px;
  height: 20px;
}
.cart__itemOption .bncCheckbox:checked + label::after,
.cart__itemOption .bncCheckbox:not(:checked) + label::after {
  top: -5px;
  left: -6px;
  font-size: 32px;
}
.cart__itemOption .bncLabel {
  font-size: 15px;
  text-transform: none;
}
.expirationDate__input--withValidation {
  justify-content: center;
  width: 100%;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
  margin-top: 10px;
}
.row .cartTermsAndConditions {
  background: white;
  padding: 24px;
  margin: 0 10px 23px;
}
.row .cartTermsAndConditions .select2 {
  margin: 14px 0 24px;
}
.row .cartTermsAndConditions .bncError {
  top: 15px;
}
.row .cartTermsAndConditions .cartButton {
  margin: 24px 0;
}
.row .cartTermsAndConditions .fa-download {
  margin-right: 10px;
}
.row .cartSelectDebtorContract {
  margin: 14px 0 24px;
}
.ecomDropDown .icon-redo {
  visibility: hidden;
}
.ecomDropDown__flex {
  display: flex;
}
.bncConditions {
  line-height: 20px;
  margin-top: 12px;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.bncConditions p {
  line-height: 1.4;
}
.bncConditions p + p {
  margin-top: 12px;
}
.bncConditions h3 {
  color: #00a8e1;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
}
.bncConditions h3:not(:first-child) {
  margin-top: 24px;
}
.bncConditions h4 {
  color: #00a8e1;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  margin-top: 18px;
}
.opacity-animation-add {
  -webkit-animation: changeBack 0.5s;
  animation: changeBack 0.5s;
}
@-webkit-keyframes changeBack {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  70% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes changeBack {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  70% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
img[img-error][src*='assets/images/bnc_en_teken.svg'] {
  max-width: 33%;
  padding: 20% 0;
  background-color: #ffffff;
}
.home__header {
  margin-top: 64px;
}
.home__header h1,
.home__header h2 {
  font-family: 'Rawline';
  font-size: 19px;
  font-weight: 500;
}
.home__image {
  text-align: center;
}
.home__image img {
  width: 200px;
  height: 150px;
}
.home__item .home__priceBox h1 span,
.home__item h1 {
  font-family: 'Rawline';
  font-weight: 700;
  font-size: 15px;
}
.home__oldPrice {
  color: red;
  font-weight: semi-bold;
}
.home__item .home__priceBox h1,
.home__item .home__priceBox h1 span {
  font-size: 18px;
}
.home__item li::before {
  content: "■";
  color: #00a8e1;
  margin-right: 12px;
  font-size: 12px;
}
.home__item li {
  font-family: 'Rawline';
  line-height: 22px;
}
.home__info {
  padding: 24px;
}
.home__col {
  margin-top: 24px;
  margin-left: 24px;
  margin-right: -18px;
}
.home__companyContainer {
  background-color: #ccdae0;
  padding: 24px;
}
.home__companyContainer .alertAndAddToCartWrapper {
  flex-direction: column;
}
.home__companyContainer .alertAndAddToCartWrapper .product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 8px 0 12px !important;
}
.home__companyContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__endOfLifeAlert,
.home__companyContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productGroupIsUnknownAlert,
.home__companyContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productHasNoSpecsAlert {
  width: 90%;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home__companyContainer .alertAndAddToCartWrapper .product__boxViewAddToChartWrapper {
  width: 25%;
  padding: 0 12px 0 0 !important;
  margin: 4px 0 0 -12px !important;
}
.home__personalRecomendationContainer {
  background-color: #f8f9fb;
  padding: 24px;
}
.home__personalRecomendationContainer .alertAndAddToCartWrapper {
  flex-direction: column;
}
.home__personalRecomendationContainer .alertAndAddToCartWrapper .product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 8px 0 12px !important;
}
.home__personalRecomendationContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__endOfLifeAlert,
.home__personalRecomendationContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productGroupIsUnknownAlert,
.home__personalRecomendationContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productHasNoSpecsAlert {
  width: 90%;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home__personalRecomendationContainer .alertAndAddToCartWrapper .product__boxViewAddToChartWrapper {
  width: 25%;
  padding: 0 12px 0 0 !important;
  margin: 4px 0 0 -12px !important;
}
.home__salesContainer {
  background-color: #004563;
  padding: 24px;
}
.home__salesContainer .alertAndAddToCartWrapper {
  flex-direction: column;
}
.home__salesContainer .alertAndAddToCartWrapper .product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 0 8px 0 12px !important;
}
.home__salesContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__endOfLifeAlert,
.home__salesContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productGroupIsUnknownAlert,
.home__salesContainer .alertAndAddToCartWrapper .product__productAlertBoxView .product__productHasNoSpecsAlert {
  width: 90%;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home__salesContainer .alertAndAddToCartWrapper .product__boxViewAddToChartWrapper {
  width: 25%;
  padding: 0 12px 0 0 !important;
  margin: 4px 0 0 -12px !important;
}
.contactPerson {
  overflow: visible;
  position: relative;
}
.contactPerson__image {
  position: absolute;
  width: calc(100% + 24px);
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contactPerson__image {
    width: auto;
    bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .contactPerson__image {
    position: relative;
    margin-bottom: -12px;
  }
}
.callToAction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
.callToAction.callToAction--diapositief h3,
.callToAction.callToAction--diapositief p {
  color: #ffffff;
}
.callToAction h3 {
  font-size: 28px;
  line-height: 33px;
}
.callToAction p {
  font-size: 15px;
  line-height: 18px;
  margin: 8px 0;
}
.callToAction .ecomButton {
  margin: 24px 0;
  white-space: nowrap;
}
.maintenance__container {
  position: relative;
  max-width: 1200px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #ccdae0;
  color: #e64e0a;
  font-size: 24px;
  font-weight: 500;
}
.myAccountPullDown {
  position: relative;
  background: #ffffff;
}
.myAccountPullDownContent {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 20px;
  width: 100%;
  min-width: 350px;
  position: absolute;
  top: -3px;
  right: -120px;
  max-height: 80vh;
  z-index: 10;
}
.myAccountPullDownContent a {
  font-size: 16px;
  line-height: 65px;
}
.myAccountTooltip__thumbNailContainer {
  border: 1px solid #ffffff;
  padding: 1px;
}
.myAccountTooltip__thumbNailContainer .bncThumbnailThumbNail__image {
  height: 30px;
  width: 30px;
  overflow: hidden;
}
.myAccountTooltip__thumbNailContainer--active .bncThumbnail__thumbNail {
  border: 1px solid #00a8e1;
}
.navWrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 96px;
  will-change: auto;
  transition: height 500ms ease-in-out;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 1240px) {
  .navWrap {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.navWrap.navWrap--collapsed {
  height: 64px;
}
.navWrap.navWrap--wide {
  height: 140px;
}
.navWrap.navWrap--wideCollapsed {
  height: 98px;
}
.navWrap__topRow {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  transition: transform 500ms ease-in-out;
  transform: translate3d(0, 24px, 0);
}
.navWrap--collapsed .navWrap__topRow,
.navWrap--wideCollapsed .navWrap__topRow {
  transform: translate3d(0, 8px, 0);
}
.navWrap__bottomRow {
  position: absolute;
  will-change: auto;
  transform: translate3d(0, 97px, 0);
  transition: transform 500ms ease-in-out;
}
.navWrap--wideCollapsed .navWrap__bottomRow {
  transform: translate3d(0, 67px, 0);
}
.navWrap__bncLogo {
  width: 48px;
  transform-origin: left 65%;
  transition: transform 500ms ease-in-out;
}
.navWrap--wideCollapsed .navWrap__bncLogo {
  transform: scale3d(0.8333, 0.8333, 1);
}
.navItem__trigger {
  position: relative;
}
.navItem {
  text-align: left;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
}
.dropDownContainer {
  position: relative;
  width: 100%;
  padding: 0;
}
.dropDownContainer__top--active {
  display: visible;
}
.fixed-wrapper {
  position: fixed;
}
.space-evenly {
  justify-content: space-evenly;
}
.grey-top-border {
  border-top: 1px solid #e5e5e5;
}
.navOuterContainer {
  position: relative;
}
.navShowMoreProducts {
  position: absolute;
  height: 50px;
  width: 100%;
  display: none;
  background-color: #ffffff;
  color: #1e1e1e;
  bottom: -50px;
}
.navShowMoreProductsContainer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navShowMoreProductsContainer p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 40px;
  margin-bottom: 4px;
  transform-origin: left;
}
.navShowMoreProductsContainer p i {
  font-size: 20px;
}
.navShowMoreProducts::after,
.navShowMoreProducts::before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  top: -1px;
  height: 50px;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff;
  margin-left: -50vw;
}
.navShowMoreProducts::after {
  left: 0;
  margin-left: -50vw;
}
.navShowMoreProducts::before {
  right: 0;
  margin-right: -50vw;
}
.navShowMoreProductsContainer__row:hover {
  color: #00a8e1;
}
.showMore__iconWrap {
  height: 90px;
  line-height: 90px;
  padding-left: 36px;
  padding-top: 16px;
}
.showMore__iconWrap i {
  font-size: 32px;
  color: #1e1e1e;
}
.showMore__iconWrap:hover i {
  color: #00a8e1;
}
.navItem-link:visited {
  color: inherit;
}
.active-nav--underLine {
  height: 3px;
  background-color: #1e1e1e;
  border-radius: 1.5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: transform 500ms ease-in-out;
  transform: translate3d(0, 27px, 0);
}
.navWrap--wideCollapsed .active-nav--underLine {
  transform: translate3d(0, 16px, 0);
}
.semi-active-nav {
  color: #1e1e1e;
}
.menuWrapper {
  color: #969696;
  padding-left: 16px;
  font-size: 24px;
}
.menuWrapper--active {
  color: #00a8e1;
}
.personalIcons__div {
  display: flex;
  align-items: center;
  max-width: 176px;
  margin: 0 12px 0 0;
}
.personalIcons__div .col-middle {
  max-width: 40px;
}
.productCategoryWrapper {
  display: none;
  padding: 33px 0;
}
bnc-product-search,
ecom-search {
  width: 100%;
  height: 40px;
}
.eolCheckbox {
  margin-top: 5px;
  margin-left: 10px;
}
.searchDiv {
  margin-right: 16px;
  display: flex;
  flex: 1;
  z-index: 1;
}
.searchDiv input {
  padding-left: 48px;
  height: 40px;
  line-height: 40px;
}
.searchDiv .bncSearch__closeIcon {
  margin: -7px -7px 0 0;
  font-size: 28px;
}
.searchDiv .bncSearchInput.bncSearchInput {
  max-width: 1000px;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  background-image: url("/assets/images/search-icon-gray.svg");
  background-position: 4px 50%;
}
.searchDiv .bncSearchInput.bncSearchInput .searchIcon {
  fill: #838383;
}
.searchDiv .bncSearchInput.bncSearchInput:focus,
.searchDiv .bncSearchInput.bncSearchInput:hover {
  animation: pulseBackground 0.3s ease-in-out alternate-reverse forwards;
  background-image: url("/assets/images/search-icon-blue.svg");
}
@keyframes pulseBackground {
  to {
    background-size: 26px;
  }
}
@media screen and (max-width: 1179px) {
}
.dropDownContainer {
  position: relative;
  width: 60px;
  padding: 0;
}
.searchDivDynamic--active {
  display: flex;
  flex: 1;
}
.searchDiv--full {
  margin-left: 16px;
}
.categoryHeaders {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.activePopup {
  color: #00a8e1;
}
#popup-component {
  border-top: 1px solid #e5e5e5;
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
}
.popup-frame::after,
.popup-frame::before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  margin-left: -50vw;
}
.popup-frame::after {
  left: 0;
  margin-left: -50vw;
}
.popup-frame::before {
  right: 0;
  margin-right: -50vw;
}
.popup-frame {
  border: none;
  background: #ffffff;
  z-index: 11;
}
.popup-frame h2 {
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
}
.popup-frame img {
  height: 90px;
}
.popupContent__col {
  text-align: center;
  padding: 20px 0;
}
.popupContent__col:hover {
  color: #00a8e1;
}
.chooseCompanyElement {
  max-width: 500px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.chooseCompanyElement img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.chooseCompanyElement span {
  margin-bottom: 4px;
  padding-right: 16px;
}
.navIcon {
  font-size: 28px;
  color: #838383;
  display: flex;
  align-items: center;
}
.navIcon:hover {
  color: #00a8e1;
}
.noPrivileges__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  align-items: center;
}
.noPrivileges__bncLogo {
  width: 305px;
  margin: 30px 0 40px 0;
}
.noPrivileges__messageBlock {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  background-color: #f4f0ce7d;
}
.noPrivileges__messageBlock p {
  line-height: 1.6;
  font-size: 18px;
}
.noPrivileges__messageBlock .colorBlue {
  color: #0095c8;
}
.mainProductBox {
  display: flex;
  flex-wrap: wrap;
  transition: box-shadow 0.3s ease;
}
.mainProductBox .productBox {
  padding: 24px;
  max-height: 465px;
  overflow: auto;
}
.mainProductBox .product--top {
  flex-grow: 0;
  margin-bottom: 0;
}
.mainProductBox .product--bottom {
  flex-grow: 1;
}
.assortment .mainProductBox {
  padding: 24px;
  background-color: #ccdae0;
}
.assortment {
  display: block;
  padding: 24px 24px 0;
  background-color: #ffffff;
}
.assortment__tabsHeader {
  display: flex;
  justify-content: space-between;
}
.bncCarousel__navigator {
  position: relative;
  flex: 0 0 100px;
  padding: 10px;
  margin: -10px;
}
.image__block {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #ffffff;
  text-align: center;
}
.image__block:hover,
.bncCarousel__selected .image__block {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.bncCarousel_itemSmallView img {
  width: 80px;
  height: auto;
  max-height: 80px;
}
.carouselWrapper {
  position: relative;
  margin: 0 24px 24px 0;
}
.carouselWrapper bnc-carousel {
  overflow: visible;
}
.carouselWrapper .bncCarousel__container {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  margin: 0 0 0 24px;
}
.carouselWrapper .carouselWrapper_imagePlaceHolder {
  text-align: center;
}
.carouselWrapper .carouselWrapper_imagePlaceHolder img {
  width: 60%;
  max-width: 60%;
  padding: 0;
}
.assortmentPage__product__descriptionBox {
  flex: 1 0 288px;
  background-color: #ffffff;
  font-size: 15px;
  padding: 24px;
  margin: 0 0 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.mainProductBox .assortmentPage__product__descriptionBox {
  max-height: 465px;
  overflow: auto;
}
.assortmentPage__product__descriptionBox .bundle__title {
  font-size: 24px;
  word-break: break-word;
  hyphens: auto;
}
.assortmentPage__product__descriptionBox p {
  line-height: 22px;
}
.productPage__specifications {
  flex: 1 0 288px;
  position: relative;
  margin-bottom: 24px;
}
.productPage__specifications .pbcTitle {
  font-size: 24px;
  word-break: break-all;
}
.productPage__specifications .product__compare {
  margin-top: 16px;
}
.product__image {
  background: #ffffff;
  height: 100%;
  padding: 36px 48px;
}
.product__image img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.personalDetails__block,
.product__longDescription {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  padding: 24px;
  background-color: #ffffff;
  font-size: 15px;
}
.personalDetails__block--compact {
  padding: 4px 24px;
}
.product__longDescription {
  position: relative;
}
.product__longDescription p {
  line-height: 22px;
}
.showMoreMessageWrapper {
  display: flex;
  justify-content: flex-end;
}
.showMoreMessage {
  line-height: 20px;
  padding: 0 24px 6px;
  bottom: 0;
  right: 0;
  color: #00a8e1;
  background: #ffffff;
  font-size: 16px;
}
.product__sectionHeader {
  font-size: 16px;
  font-weight: 500;
  margin: 60px 24px 24px;
}
.product__sectionHeader a {
  color: #00a8e1;
}
.lightgreyBackground > .product__sectionHeader {
  margin-left: 0;
}
.shareIcon_absolute {
  position: absolute;
  right: 16px;
  top: 6px;
  width: 36px !important;
  z-index: 1;
}
.shareIcon_absolute i {
  color: #004563;
  font-size: 28px;
}
.product__addToCart {
  background-color: #004563;
}
specifications {
  display: block;
  padding-bottom: 24px;
}
.specification__block {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  padding: 24px;
  background: #ffffff;
}
.ksp__text::before {
  content: "■";
  color: #00a8e1;
  margin-right: 12px;
  font-size: 12px;
}
.specification__title h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.specification__body,
.specification__title {
  margin-bottom: 12px;
}
.specification__price {
  font-weight: 700;
}
.product__header.product__header--flex {
  line-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .product__header.product__header--flex {
    flex-direction: column;
  }
}
.product__header h4 {
  font-size: 19px;
  font-weight: 500;
  margin: 24px 0 16px;
}
.product__header a {
  color: #1e1e1e;
  margin-bottom: 24px;
}
.product__header i {
  color: #838383;
  font-size: 18px;
}
.product__header .products__checkAll a {
  color: #00a8e1;
}
.product__specsContainer {
  padding: 24px 24px 16px;
  margin: 0 24px;
  background-color: #ffffff;
  font-size: 15px;
}
.product__specsContainer h4 {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.product__specsContainer p {
  margin-top: auto;
  margin-bottom: auto;
}
.product__specsRow {
  margin-left: 20px !important;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product__compare {
  margin: 60px 0 24px;
}
.carouselProduct {
  margin: auto;
  height: 415px;
  width: 277px;
}
.products__alternativesContainer {
  height: 485px;
  padding: 24px;
  background-color: #ccdae0;
}
.specification__block .bncError {
  height: 38px !important;
  line-height: 1.8;
}
.lightgreyBackground {
  background-color: #f8f9fb;
}
.productPageBackdrop {
  padding: 0 24px 32px;
}
.product__price .endOfLife {
  margin-top: 8px;
}
.product__price span {
  word-wrap: normal;
  display: inline-block;
}
.showMoreSpecsDiv {
  padding-top: 64px;
  text-decoration: underline;
}
.productPage__stampsDiv .product__promotionStamp,
.productPage__stampsDiv .product__secondPromotionStamp {
  margin-left: 100px;
}
.productPage__stampsDiv .product__promotionStampOrganization {
  right: 12px;
}
.product__assortmentWrapper {
  margin: 16px 0;
}
.product__title {
  font-weight: 700;
}
.product__image + .product__title {
  margin-top: 32px;
}
.product__code--marginBottom {
  margin: 0 0 16px;
}
.product__code:empty {
  display: none;
}
.product__bncUniek {
  margin: 0 0 16px;
}
.product__bncUniek--noMargin {
  margin: 0;
}
.product__vatExempt {
  margin: 0 0 16px;
}
.product__specificationsTitle {
  padding: 24px 24px 16px;
}
.assortmentPageBundleProductTabs {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  position: sticky;
  top: -32px;
  z-index: 2;
  background-color: #ffffff;
  min-height: 125px;
  font-size: 15px;
  padding: 16px 24px 0;
  border-bottom: solid #cecece 1px;
}
.assortmentPageBundleProductTabs.assortmentPageBundleProductTabs--spaceBetween {
  -moz-column-gap: 56px;
       column-gap: 56px;
  justify-content: space-between;
}
.assortmentPageBundleProductTabs.assortmentPageBundleProductTabs--compact {
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  top: -24px;
}
.assortmentPageBundleCount {
  position: absolute;
  height: 28px;
  min-width: 28px;
  right: 30px;
  top: 24px;
  z-index: 1;
  border: solid 2px #838383;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 21.5px;
  text-align: center;
  color: #838383;
}
.assortmentPageBundleProductTabs--spaceBetween .assortmentPageBundleCount {
  left: auto;
  right: -20px;
  top: 18px;
}
.assortmentPageBundleProductTabs__tab {
  position: relative;
  display: flex;
  flex: 0 0 200px;
  word-break: break-word;
  align-items: center;
}
.assortmentPageBundleProductTabs__tab img {
  max-width: 72px;
  height: auto;
  max-height: 56px;
  margin-right: 8px;
}
.assortmentPageBundleProductTabs__tab--active {
  box-shadow: inset 0 -3px #1e1e1e;
}
.assortmentPageBundleProductTabs__tabTitle {
  max-width: 125px;
}
.assortmentPageBundleProductTabs__tab--small {
  position: relative;
  display: flex;
  align-items: center;
}
.assortmentPageBundleProductTabs__tab--small:last-child {
  margin-right: auto;
}
.assortmentPageBundleProductTabs__tab--small img {
  width: 100%;
  height: auto;
  max-width: 96px;
  max-height: 72px;
}
.assortmentPage__specificationsWrapper {
  background-color: #ffffff;
  padding-top: 32px;
}
.product__item {
  border: 2px solid #1e1e1e;
}
.productCategory {
  min-height: 150px;
  width: 100%;
  flex-basis: 200px;
}
.productCategory .inner {
  text-align: left;
  font-size: 15px;
  margin-left: 6px;
  margin-right: 6px;
}
.productGroup--row.productGroup--row {
  margin: 0 -16px;
}
.productCategory__filter .bncIndex__sectionHeader {
  color: #969696;
}
.productCategory__filter .bncSearch {
  display: none;
}
.productCategory__image {
  text-align: center;
}
.productCategory__image img {
  width: auto;
  max-height: 116px;
}
.productGroupTitle__wrapper {
  margin-top: 12px;
  margin-left: 8px;
  background-color: #1e1e1e;
  margin-right: 8px;
}
.bncIndex.au-target {
  margin-left: 24px;
  margin-right: 24px;
}
.productGroupRowWrapper {
  background-color: #ccdae0;
  padding: 24px;
}
.productGroupTitle {
  font-size: 16px;
  margin-bottom: 8px;
  color: #ffffff;
  margin-top: 8px;
  margin-left: 4px;
}
.productGroupLink {
  line-height: 28px;
  font-size: 15px;
  color: #1e1e1e;
}
.productGroupList__header {
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 22px;
}
.categoryHeaderTitle {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 500;
}
.productCategory__filterTitle {
  margin-top: 48px !important;
  font-size: 19px;
  font-weight: 500;
}
.productCategory__popularFilters {
  margin-top: 8px !important;
  padding-bottom: 0 !important;
  margin-left: 10px;
}
.categoryImageBackground {
  padding: 11px 24px;
  transition: box-shadow 0.3s ease;
}
.productItem__link:hover .productGroupTitle__wrapper {
  background-color: #00a8e1;
}
.productItem__link:hover .categoryImageBackground {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.col-large-12div5 {
  flex-basis: 20%;
  max-width: 20%;
}
.bncIndex {
  max-height: calc(100vh - 170px);
  padding-bottom: 0;
  overflow: auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (min-width: 1024px) {
  .bncIndex {
    -moz-column-count: 4;
         column-count: 4;
    margin: 32px 96px;
  }
}
@media screen and (min-width: 1200px) {
  .bncIndex {
    -moz-column-count: 5;
         column-count: 5;
    margin: 32px 80px 20px;
  }
}
@media screen and (min-width: 1900px) {
  .bncIndex {
    -moz-column-count: 6;
         column-count: 6;
    margin: 32px 96px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .bncIndex {
    -moz-column-count: 4;
         column-count: 4;
    margin: 32px 104px 16px;
  }
}
@media screen and (max-width: 799px) {
  .bncIndex {
    -moz-column-count: 2;
         column-count: 2;
    margin: 32px 88px 16px;
  }
}
.productOverview {
  position: relative;
}
.flexContainer {
  display: flex;
}
.flexItem--rightContent {
  overflow-x: hidden;
  flex: 1;
}
@media (min-width: 957px) {
  .flexItem--filter {
    width: 237px;
  }
}
@media (max-width: 956px) and (min-width: 765px) {
  .flexItem--filter {
    width: 222px;
  }
}
@media (max-width: 764px) {
  .flexItem--filter {
    width: 167px;
  }
}
.productContent {
  position: relative;
  padding: 0 24px 0 16px;
}
.productoverview__headerParent {
  min-height: 88px;
  display: flex;
  align-items: center;
}
.title {
  font-size: 20px;
  font-weight: 700;
}
.productoverview__title h1 {
  font-size: 24px;
  font-weight: normal;
}
.productoverview__seperator {
  margin: 0 20px;
  color: #969696;
}
.productoverview__sortOptions select {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px;
}
.views {
  text-align: right;
  font-size: 25px;
  margin: 0 -10px 0 12px;
}
.views__compactListView {
  display: flex;
}
.views--enabled {
  cursor: auto;
}
.views--enabled[class*=icon-]::before {
  color: #00a8e1;
}
.views__compactListViewIcon {
  width: 40px;
  height: 28px;
  color: #838383;
  text-align: center;
  font-size: 28px;
  line-height: 22px;
}
.views__compactListViewIcon--enabled {
  cursor: auto;
  color: #00a8e1;
}
.noProductsMessage {
  margin: 16px 0 88px;
  font-size: 20px;
  color: #969696;
  text-align: center;
}
.contextBox {
  position: relative;
  background: #ffffff;
  width: 616px;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-bottom: 16px;
}
.contextBox img {
  width: 80px;
  height: 70px;
  margin-right: 8px;
}
.contextBox__text {
  position: absolute;
  padding-right: 16px;
  top: 8px;
}
.contextBox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  color: #e64e0a;
}
.activeFilter__value {
  display: inline-flex;
  align-items: center;
  background-color: #1e1e1e;
  padding: 0 0 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  transition: background-color 0.2s;
  margin: 4px 4px 0 0;
  line-height: 22px;
  font-size: 12px;
  font-weight: 500;
}
.activeFilter__value i {
  line-height: 0;
}
.activeFilter__value i::before {
  font-size: 20px;
  color: #ffffff;
  transform: translateY(1px);
}
.activeFilter__value:hover {
  background-color: #e64e0a;
  color: #ffffff;
}
.activeFilter__value:hover i::before {
  color: #ffffff;
}
.productoverview__deleteFilters {
  position: absolute;
  right: 14px;
  top: 5px;
  color: #00a8e1;
}
.activeFilter__value--transparent {
  opacity: 0;
}
.pagenr--right {
  text-align: right;
}
.pagenr__btn {
  min-width: 100px;
  padding: 3px 6px;
  border: 1px solid #e5e5e5;
}
.pagenr__btn--small {
  min-width: 30px;
  padding: 3px 6px;
}
.pagenr__btn--selected {
  background: #ccdae0;
  border: 1px solid #e5e5e5;
  padding: 3px 6px;
}
.visited__button {
  height: 100%;
}
.visited__button--high {
  height: 100px;
  width: 100%;
}
.visited__readMore {
  line-height: 56px;
}
.productContent {
  background-color: #f8f9fb;
}
.productoverview__chosenFilters {
  position: relative;
  background-color: #ffffff;
  padding: 28px 24px 32px;
}
.product .bncError {
  height: 38px !important;
  line-height: 1.8;
}
.banner {
  min-height: 150px;
  width: 100%;
  text-align: center;
}
.banner__singleBanner {
  width: "500px";
}
@-webkit-keyframes expandDown {
  from {
    max-height: 0;
    visibility: visible;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes expandDown {
  from {
    max-height: 0;
    visibility: visible;
  }
  to {
    max-height: 1000px;
  }
}
.expandDown {
  -webkit-animation-name: expandDown;
  animation-name: expandDown;
}
.ecomButton--search {
  width: -moz-fit-content;
  width: fit-content;
}
.quotation {
  width: 1000px;
  line-height: 1.3;
  font-size: 15px;
}
.quotation__content {
  width: 990px;
  line-height: 1.3;
  font-size: 15px;
  margin: 25px 0 0;
  padding: 0 40px;
}
.quotation__top {
  display: flex;
  flex: 0 0 1000px;
  min-height: 390px;
  padding-left: 40px;
}
.quotation__topLeft {
  flex: 0 0 555px;
}
.quotation__bncLogo {
  width: 50%;
  margin: 110px 0 0;
}
.quotation__topRight {
  width: 355px;
  text-align: right;
}
.quotation__bncLogoWithAddress {
  width: 50%;
  margin: 110px 0 0;
}
.quotation__title {
  font-size: 30px;
  margin: 48px 0;
}
.quotation__address {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}
.quotation__footer {
  display: flex;
  width: 945px;
  margin: 50px 0 0;
  padding-left: 40px;
}
.quotation__footerLeft {
  flex: 0 0 50%;
  align-self: flex-end;
}
.quotation__bcnPayoffImage {
  width: 228px;
}
.quotation__footerRight {
  flex: 0 0 50%;
  flex-direction: column;
  font-weight: 700;
  text-align: right;
}
.quotation__footerRight .quotation__footerRight--blue {
  color: #00a8e1;
}
.quotationSpecs {
  display: flex;
}
.quotationSpecs__leftColumn {
  display: flex;
  flex: 0 0 45%;
  flex-direction: column;
}
.quotationSpecs__lefColumnRow,
.quotationSpecs__rightColumnRow {
  display: flex;
}
.quotationSpecs__leftColumnLabel {
  flex: 0 0 160px;
}
.quotationSpecs__rightColumn {
  display: flex;
  flex: 0 0 55%;
  flex-direction: column;
}
.quotationSpecs__rightColumnLabel {
  flex: 0 0 160px;
}
.quotation__message,
.quotation__placeOrder,
.quotation__termsAndConditions {
  margin: 30px 0 0;
}
.quotation__openQuote {
  cursor: pointer;
  color: #00a8e1;
}
.quotation__orderLinesHeader {
  display: flex;
  font-weight: 700;
  border-bottom: 2px solid black;
  padding: 0 0 5px;
  margin: 40px 0 5px;
}
.quotationOrderLine__articleNumber {
  flex: 0 0 185px;
  word-break: break-word;
}
.quotationOrderLine__articleDescription {
  flex: 0 0 350px;
  word-break: break-word;
}
.quotationOrderLine__pricePerPiece {
  flex: 0 0 140px;
  text-align: right;
}
.quotationOrderLine__quantity {
  flex: 0 0 90px;
  text-align: right;
}
.quotationOrderLineGroupSubtotal__amount,
.quotationOrderLine__amount,
.quotationSubtotalInclVat__amount,
.quotationSubtotal__amount,
.quotationVatPrice__amount {
  flex: 0 0 140px;
  text-align: right;
}
.quotationOrderLineGroupSubtotal__amount {
  border-top: 1px solid #ccdae0;
  margin: 15px 0 0;
}
.quotation__orderLine {
  display: flex;
  flex-direction: column;
  min-height: 15px;
  margin: 0 0 5px;
}
.quotation__orderLine--blue {
  background-color: #f2f6f7;
}
.quotationOrderLine__line {
  display: flex;
}
.quotationOrderLine__groupHeader {
  font-weight: 700;
  border-bottom: 1px solid #ccdae0;
  padding: 0 0 5px;
  margin: 10px 0 5px;
}
.quotationOrderLineGroupSubtotal {
  display: flex;
  font-weight: 700;
  background-color: white;
  padding: 0 0 5px 540px;
}
.quotationOrderLineGroupSubtotal__label,
.quotationSubtotalInclVat__label,
.quotationSubtotal__label,
.quotationVatPrice__label {
  flex: 0 0 225px;
}
.quotationOrderLineGroupSubtotal__label {
  border-top: 1px solid #ccdae0;
  margin: 15px 0 0;
}
.quotation__subtotalWrapper {
  display: flex;
}
.quotationSubtotal {
  display: flex;
  font-weight: 700;
  border-top: 1px solid #ccdae0;
  padding: 0 0 5px;
  margin: 5px 0 0 540px;
}
.quotationShippingCosts {
  display: flex;
  padding: 0 0 5px;
  margin: 30px 0 0 540px;
}
.quotationSubtotalInclVat,
.quotationVatPrice {
  display: flex;
  padding: 0 0 5px;
  margin: 5px 0 0 540px;
}
.quotationSubtotalInclVat {
  border-top: 1px solid #ccdae0;
}
.product__inputWrapper.product__inputWrapper {
  padding-right: 1px;
}
.product__quantityInput {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 0 12px;
  border: solid 1px #e5e5e5;
}
.product__quantityInput--small {
  width: 122px;
  height: 32px;
}
.product__plusButtonWrapper.product__plusButtonWrapper {
  padding-left: 1px;
  padding-right: 1px;
}
.product_plusButtonWrapperOnlySmallPlusButton {
  display: flex;
  flex: 0 1 100%;
  align-items: flex-end;
  flex-direction: column;
}
.product__plusButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #1e1e1e;
  color: #ffffff;
  border: none;
}
.product__plusButton i + span {
  margin: -2px 12px 0 0;
}
.product__plusButton .icon-plus::before {
  font-size: 30px;
  color: #ffffff;
}
.product__plusButton--small {
  width: 48px;
  height: 32px;
}
.productCompactListView__addToCartInputWrapper {
  display: flex;
  flex-wrap: wrap;
}
.feedbackWrapper {
  position: absolute;
  z-index: 5000;
  pointer-events: none;
  width: 650px;
  right: -593px;
  top: 200px;
}
.bncFeedbackButton {
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  left: -40px;
  top: 40px;
  padding: 4px;
  background-color: #00a8e1;
  color: #ffffff;
  border: 2px solid #00a8e1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  pointer-events: auto;
}
.rotated90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.feedbackForm {
  position: relative;
  width: 100%;
  left: 45px;
  padding: 16px;
  border-radius: 0 0 0 5px;
}
.feedbackTitle {
  font-weight: 800;
  margin-bottom: 24px;
  font-size: 16px;
}
.feedbackMessage {
  margin-bottom: 24px;
}
.feedbackMessage textarea {
  width: 90%;
}
.feedbackMessage__pageInfo {
  font-size: 14px;
}
.feedbackButtons p {
  margin-bottom: 16px;
  color: #e64e0a;
}
.bncInfoBox {
  position: absolute;
  z-index: 99999;
  display: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 50vw;
  padding: 8px;
  color: #ffffff;
  background-color: #1e1e1e;
  border: 1px solid #e5e5e5;
  font-family: "RawLine", "Roboto", Verdana, Arial;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  pointer-events: none;
}
.bncProductSearch {
  position: relative;
}
.bncSearch .bncSearch--idle.bncSearch--idle {
  background-position: 8px 8px;
}
.bncProductSearch__showAll {
  text-align: right;
}
.bncThumbnail__thumbNail {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #838383;
  border: 1px solid;
  text-align: center;
  font: normal normal 600 14px/29px Raleway;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bncThumbnail__thumbNail:hover {
  color: #00a8e1;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  height: 40px;
  line-height: 1;
  font-size: 12px;
}
.breadcrumbs a {
  display: flex;
  align-items: center;
}
.breadcrumbs a::after {
  content: '\e82c';
  font-family: "e-com";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -3px 2px 0 3px;
  color: #838383;
  font-size: 18px;
  transform: translatey(2.5px);
}
.breadcrumbs .breadcrumb--current {
  color: #969696;
}
.referentieNummer__input {
  width: 250px;
  margin-top: 16px;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
}
.referentieNummer__input--marginTopSmall {
  margin-top: 10px;
}
.referenceNumber__input--withValidation {
  justify-content: center;
  width: 100%;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
}
.orderSubscribers__input {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
}
.personalDetails__block {
  font-size: 16px;
  margin-bottom: 24px;
}
.personalDetails__block--compact {
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 24px;
}
.personalDetails__block .divWrap {
  margin: 8px 0;
}
.personalDetails__block .textDiv {
  margin: 16px 0;
}
.personalDetails__block .textDiv p {
  margin: 4px 0;
}
.personalDetails__block textarea {
  width: 100%;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid #ccdae0;
  resize: vertical;
}
.personalDetails__block .cart__total-quotationSubject .personalDetailsBlock__orderSubscribers--withValidation,
.personalDetails__block .personalDetailsBlock__orderSubscribers .personalDetailsBlock__orderSubscribers--withValidation,
.personalDetails__block .cart__total-quotationSubject .quotationSubject__input--withValidation,
.personalDetails__block .personalDetailsBlock__orderSubscribers .quotationSubject__input--withValidation {
  justify-content: center;
  width: 100%;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
  margin-top: 10px;
  margin-bottom: 4px;
}
.personalDetails__block .cart__total-quotationSubject .bncError,
.personalDetails__block .personalDetailsBlock__orderSubscribers .bncError {
  top: 12px;
}
.tavButtonDiv {
  display: inline;
  vertical-align: middle;
  padding: 6px 16px;
  border: 1px solid #ccdae0;
}
.itemText--padding {
  margin: 4px 0 16px;
  line-height: 24px;
}
.personalDetails__deliveryBlock {
  display: flex;
}
.personalDetails__deliveryBlock .flex50Percent {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.personalDetails__deliveryBlock .deliveryCostsWrapper {
  display: flex;
}
.personalDetails__deliveryBlock .deliveryCostsWrapper > p {
  align-self: center;
}
.personalDetails__deliveryBlock .deliveryCostsWrapper > input[type="text"] {
  width: 60px !important;
}
.personalDetails__orderSubscribersTitle {
  display: flex;
}
.personalDetails__orderSubscribersTitle > h2 {
  flex: 0 0 fit-content;
  margin: 0 8px 0 0;
}
.personalDetails__orderSubscribersTitle .littleSquareLink {
  height: 25px !important;
  width: 25px !important;
  margin: 0 8px 0 0;
}
.deliveryTime__deliveryTimeValueWrapper {
  display: flex;
}
.deliveryTime__deliveryTimeValue {
  flex: 0 0 85%;
}
.deliveryTime__deliveryTimeValue--small {
  flex: 0 0 100%;
}
.deliveryTime__reloadDataWrapper {
  flex: 0 0 15%;
}
.deliveryTime__reloadDataWrapper--endOfLife {
  flex: auto;
  display: inline-block;
  padding-left: 16px;
}
.deliveryTime__reloadData {
  flex: 0 0 15%;
  text-align: end;
  margin: -5px 0 0;
}
.deliveryTime__reloadData [class*=icon-]::before {
  margin: 0 -5px 0 0;
}
.deliveryTime__reloadData--small {
  position: relative;
  z-index: 2;
  margin: -5px 0 0 -12px;
}
.deliveryTime__reloadData--small [class*=icon-]::before {
  margin: 0;
}
.ux-dialog-open ux-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ux-dialog-open ux-dialog-container > div {
  margin: 0 !important;
}
.ecomDialog {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: block;
  width: 1040px;
  max-height: 80vh;
  padding: 24px;
  color: #1e1e1e;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ecomDialog {
    width: 350px;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .ecomDialog {
    width: 700px;
  }
}
@media (max-width: 1199px) and (min-width: 960px) {
  .ecomDialog {
    width: 800px;
  }
}
.ecomDialog h1 {
  font-weight: 800;
  margin-bottom: 16px;
}
.ecomDialog .product__specsContainer {
  margin: 0;
}
.ecomDialog .showMoreSpecsDiv {
  margin: 0 24px;
  font-size: 15px;
}
.ecomDialog .ecomDialog__openButtonWrapper {
  position: sticky;
  top: 0;
  float: right;
  z-index: 5;
  background-color: white;
}
.ecomDialog .ecomDialog__openButtonWrapper--top28 {
  top: 28px;
}
.ecomDialog .ecomDialog__backButtonWrapper {
  text-align: right;
  margin: -40px 0 8px;
}
.ecomDialog__title {
  font-size: 22px;
  margin-bottom: 16px;
}
.ecomDialog__buttonWrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.filterFrame {
  position: relative;
}
.toggleDate__div {
  margin-bottom: 12px;
}
/* Footer */
.bncFooter {
  position: relative;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  grid-template-rows: repeat(auto-fit, 200px);
  grid-gap: 36px;
  padding: 32px 64px 160px;
  margin-top: 92px;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .bncFooter {
    padding: 32px 40px 92px;
  }
}
.bncFooter::before {
  border-top: 1px solid #e5e5e5;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20in;
  right: -20in;
}
.bncFooter .bncTextinput,
.bncFooter a,
.bncFooter h4,
.bncFooter p {
  font-size: 15px;
  line-height: 22px;
  color: #1e1e1e;
}
.bncFooter .iconLink {
  margin: 12px 0 0;
}
.bncFooter .iconLink [class*=icon] {
  margin-right: 8px;
}
.bncFooter .iconLink [class*=icon]::before {
  color: #838383;
  font-size: 28px;
  line-height: 0;
  margin: 0;
  transform: translate(-2px, 1px);
}
.bncFooter .bncTextinput {
  height: 40px;
  padding: 8px 16px;
  margin: 16px 40px 0 0;
}
.bncFooter .bncButton {
  padding: 8px 16px;
  margin: 8px 0;
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.bncFooter .bncButton--disabled {
  background-color: #969696;
  color: #cecece;
  cursor: default;
  border-color: #969696;
}
.bncFooter__title {
  font-weight: 700;
}
.bncFooter__block .bncError {
  right: 5px;
  top: 21px;
}
.bncFooter__block--foto img {
  max-height: 200px;
}
.bncFooter__block--last {
  padding-left: 12px;
}
/* Payoff */
.bncPayoff {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
.bncPayoff::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20in;
  right: -20in;
  background-color: #ffffff;
}
.bcnPayoff__image {
  margin-bottom: 16px;
  width: 322px;
}
.bncPayoff__text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 28px;
}
loader {
  position: relative;
}
.loaderWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderWrap.loaderWrap--absolute {
  position: absolute;
  width: 100%;
  height: 75vh;
  z-index: 999999;
}
.loaderWrap .loader {
  flex: 0 1 300px;
}
.loaderWrap .loader.loader--medium {
  flex-basis: 150px;
}
.loaderWrap .loader.loader--small {
  flex-basis: 70px;
}
button.loading {
  color: transparent !important;
  background-image: url("/assets/images/loader.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.loaderBackgroundDefinition {
  background-color: #ffffff;
  background-image: url("/assets/images/loader.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/assets/images/loader.svg");
}
.notVisibleLabel {
  width: 100%;
  background-color: #ccdae0;
  color: #e64e0a;
  font-weight: 500;
}
.contextRequestBox {
  position: relative;
  background: #ffffff;
  width: 600px;
  height: 80px;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-bottom: 16px;
  margin-left: auto;
}
.contextRequestBox img {
  width: 70px;
  height: 60px;
  margin-right: 8px;
}
.contextCheckbox {
  border-right: dotted 1px #00a8e1;
}
#contextImage {
  position: relative;
}
#contextImage .cartCount {
  right: 0;
}
.productWrapper.productWrapper {
  padding: 0 12px;
  margin: 12px 0;
}
.listParagraph {
  margin-bottom: 16px;
}
.notAvailable {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.4);
}
.notAvailable p {
  text-align: center;
  padding: 8px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.productBox {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  min-height: 150px;
  width: 100%;
  text-align: left;
  padding: 32px 24px 24px;
  font-size: 15px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
.productBox--small {
  max-width: 923px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 8px;
}
.pbcTitle {
  word-break: break-word;
}
.product--highLight {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f2f6f7;
}
.product--noPointerEvents {
  pointer-events: none;
}
.product__img {
  min-height: 120px;
  text-align: center;
  margin-bottom: 40px;
}
.product__img .altCol img {
  max-width: 171px;
  max-height: 128px;
}
.product__img img {
  display: block;
  width: 100%;
  max-height: 192px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__img--80 {
  width: 80%;
}
.product__assortmentBundle {
  color: #006f94;
  padding-bottom: 16px;
  line-height: 18px;
}
.product__assortmentBundle text {
  font-weight: 600;
}
.fa-heart {
  cursor: pointer;
}
ul.product__ksp li:last-child {
  margin-bottom: 16px;
}
.product__description {
  height: 50px;
}
.product .product__price {
  margin-bottom: 40px;
}
.product__price--lineThrough {
  text-decoration: line-through;
}
.product__price--bold {
  font-weight: bold;
  margin-right: 12px;
}
.product__price--red {
  color: #e64e0a;
}
.product__delivery {
  margin: 4px 0 16px;
}
.product__delivery--small {
  margin: 0;
}
.product__delivery--warning {
  color: orange;
  font-size: 20px;
}
.product .product__compare {
  margin-bottom: 64px;
}
.compare__p {
  margin-right: -18px;
}
.product__compare .bncCheckbox:checked + label,
.product__compare .bncCheckbox:not(:checked) + label {
  padding: 4px 4px 24px 28px;
}
.product__compare .bncCheckbox:checked + label::before,
.product__compare .bncCheckbox:not(:checked) + label::before {
  top: 4px;
  width: 20px;
  height: 20px;
}
.product__compare .bncCheckbox:checked + label::after,
.product__compare .bncCheckbox:not(:checked) + label::after {
  top: -5px;
  left: -6px;
  font-size: 32px;
}
.product__compare .bncLabel.bncLabel {
  font-size: 15px;
}
.product__wishlistButtonWrapper.product__wishlistButtonWrapper {
  padding-left: 0;
}
.product__wishlistButtonWrapper.product__wishlistButtonWrapper--alignRight {
  display: flex;
  justify-content: end;
}
.product__heartButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #1e1e1e;
}
.product__heartButton [class*=icon-]::before {
  color: #ffffff;
  font-size: 26px;
  transform: translateY(3px);
}
.product__heartButton .icon-heart-filled::before {
  color: #00a8e1;
}
.product__heartButton--fixedWidth {
  width: 82px;
}
.product__heartButton--small {
  height: 32px;
  width: 32px;
}
.product__date {
  margin-top: 20px;
}
.product--top {
  flex-grow: 1;
  margin-bottom: 16px;
}
.listProduct-margins {
  margin: 24px 4px 0;
}
.listProduct-margins--small {
  margin: 12px 4px 0;
}
.product__pimButtonWrapper.product__pimButtonWrapper {
  padding-left: auto;
  padding-right: 10px;
}
.product__pimButton {
  width: 45px;
  height: 26px;
  line-height: 0;
  border-radius: 3px;
  font-weight: 300;
  background-color: #1e1e1e;
  color: #ffffff;
  text-align: center;
  border: none;
  margin-bottom: 2px;
}
.product__pimButton:hover {
  color: #00a8e1;
}
.product__pimButton.product__pimButton--right {
  float: right;
}
.product__pimButton.productCompactListView__pimButton {
  margin: 35px 0 0 4px;
}
.product__priceDeliveryButtonsWrapper {
  display: flex;
}
.product__priceDeliveryButtonsWrapper .product__price {
  white-space: nowrap;
}
.product__priceDeliveryButtonsWrapper .product__delivery {
  margin: 4px 0 0;
}
.product__priceDeliveryButtonsWrapper .stocksTable {
  margin: 0 4px;
}
.product__buttonsWrapper {
  display: flex;
  flex: 1 0 25%;
  justify-content: flex-end;
}
.product__buttonsWrapper--small {
  flex: 1 0 100px;
}
.flexWidth75 {
  flex: 0 1 75px;
}
.flexWidth65Percent {
  flex: 0 1 65%;
}
.flexWidth50Percent {
  flex: 0 1 50%;
}
.flexWidth25Percent {
  flex: 0 1 25%;
}
.flexWidth35Percent {
  flex: 0 1 35%;
}
.product__addCartButtonWrapper {
  flex: 0 1 246px;
  margin-right: 8px;
}
.product__productAlertListView {
  display: flex;
  flex: 0 1 246px;
  flex-direction: column;
  margin-right: 8px;
}
.product__productAlertBoxView {
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
  padding: 0;
}
.product__productAlertBoxView .product__endOfLifeAlertWrapper {
  display: flex;
}
.product__boxViewAddToChartWrapper {
  display: flex;
  flex: 0 1 100%;
  padding: 0;
}
.product__endOfLifeAlert,
.product__productGroupIsUnknownAlert,
.product__productHasNoSpecsAlert {
  color: #e64e0a;
  white-space: break-spaces;
}
.productCompactListView {
  display: flex;
}
.productCompactListView__productImage {
  display: flex;
  flex-direction: column;
}
.productCompactListView__productImage img {
  height: 50px;
  width: 60px;
}
.productCompactListView__bundleNameAndDescription,
.productCompactListView__productTitleAndCode {
  flex: 0 1 340px;
  flex-flow: row wrap;
  align-content: flex-start;
  margin: 0 20px 0 8px;
  overflow: hidden;
}
.productCompactListView__bundleNameAndDescription .productCompactListView__bundleName,
.productCompactListView__productTitleAndCode .productCompactListView__bundleName,
.productCompactListView__bundleNameAndDescription .productCompactListView__productTitle,
.productCompactListView__productTitleAndCode .productCompactListView__productTitle {
  font-weight: 600;
  height: 23px;
}
.product__pna {
  color: #7b558c;
  font-size: 14px;
}
.productCompactListView__bncUnique,
productCompactListView__vatExempt {
  margin: 0;
}
.productCompactListView__pricesAndButtons {
  flex: 0 1 430px;
}
.productCompactListView__pricesAndButtons .endOfLifeWrapper {
  margin-bottom: 28px;
}
.productCompactListView__deliveryAndButtons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 430px;
  max-width: 430px;
  margin: 4px 0 0;
}
.productCompactListView__addCartButtonWrapper {
  flex: 0 1 185px;
}
.productCompactListView__productAlert {
  display: flex;
  flex-direction: column;
  flex: 0 1 185px;
}
.productCompactListView__pricesCompareAndWishlist {
  display: flex;
  width: 430px;
  max-width: 430px;
}
.productCompactListView__pricesCompareAndWishlist--height30 {
  height: 30px;
}
.productCompactListView__prices {
  display: flex;
  flex: 0 1 50%;
}
.productCompactListView__compareAndWishlist {
  display: flex;
  flex: 0 1 225px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.productCompactListView__compareAndWishlist--fullWith {
  flex: 0 1 100%;
}
.productsComparator__container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  background-color: #ccdae0;
  z-index: 8;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: background-color 0.2s;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .productsComparator__container {
    height: auto;
  }
}
.categoryContainer__singleItem {
  border-right: none;
}
.categoryContainer__singleItem:last-child {
  border-right: none;
}
.productsComparator__body {
  background-color: #ccdae0;
}
.colBackgroundColorWhite {
  flex: 0 0 100%;
  background-color: #ffffff;
  height: 100%;
}
.productComparator__titleBar {
  display: flex;
  justify-content: stretch;
  align-items: center;
  background-color: #1e1e1e;
  color: #ffffff;
}
.categoryColumnRow,
.productRow {
  display: flex;
}
.containerRow {
  display: flex;
  flex-direction: column;
}
.productCard__imageWrapper {
  flex: 0 0 30%;
}
.productCard__titleAndPriceWrapper {
  flex: 0 0 60%;
}
.removeItem {
  flex: 0 0 10%;
}
.containerRow__subRow {
  display: flex;
  flex: 0 0 100%;
}
.categoryColumn {
  display: flex;
  flex: 0 0 275px;
  padding: 0 15px 0 0;
}
.specValueColumn {
  flex: 0 0 275px;
  padding: 0 15px 0 0;
}
.categoryTitle__label {
  flex: 0 0 90%;
}
.titleBar__title {
  flex: 0 0 75%;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0 0 32px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  transition: color 0.3s ease;
}
.titleBar__title:hover {
  color: #00a8e1;
}
.titleBar__title span,
.titleBar__title span::before {
  color: inherit;
}
.titleBar__clearComparisons {
  flex: 1;
  padding: 10px 32px 10px 0;
  text-align: right;
  color: #ffffff;
  font-size: 15px;
}
.titleBar__clearComparisons span {
  transition: color 0.3s ease;
}
.titleBar__clearComparisons:hover {
  color: #00a8e1;
}
.compareAmountCircle {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  margin: 3px 8px 0;
  border-radius: 50%;
  background-color: #00a8e1;
  color: #ffffff !important;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
}
.comparator__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1e1e1e;
  opacity: 0.2;
  z-index: 7;
}
.productCard {
  padding: 8px;
  position: relative;
  background-color: #ffffff;
}
.removeItemIcon {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #969696;
  transition: color 0.3s ease;
}
.removeItemIcon:hover {
  color: #00a8e1;
}
.productCard__addToCartInput {
  width: 100%;
}
.productCard__addToCartButton {
  width: auto !important;
  min-width: 0 !important;
}
.productCard__image {
  text-align: center;
  height: 100%;
  position: relative;
}
.productCard__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.addToCartRow {
  margin-top: 8px;
  padding: 0 10px;
}
.comparatorTitle h1 {
  font-weight: 700;
}
.specWrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}
.categoryContainer {
  padding-left: 32px;
}
.categoryTitle {
  font-weight: bold;
  margin-bottom: 22px;
  font-size: 15px;
}
.compareArrow {
  flex: 0 0 10%;
  color: #838383;
  text-align: right;
}
.categoryTitle > h1 > i {
  text-align: right;
}
.categoryTitleBorder {
  padding-top: 22px;
  border-top: 1px solid #838383;
}
.specType {
  padding-left: 24px;
  font-size: 15px;
  padding-bottom: 12px;
}
.specValue {
  font-size: 15px;
  background-color: #ffffff;
  height: 100%;
  padding-left: 16px;
}
.specType--last {
  padding-bottom: 36px;
}
.extraSpaceLeft {
  padding: 0 15px 0 32px;
}
.categoryContainer__specCategory {
  padding: 8px;
  font-weight: 800;
}
.comparatorDropShadow,
.comparatorDropShadowBlue {
  position: relative;
}
.comparatorDropShadow::after,
.comparatorDropShadowBlue::after {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: 100%;
  opacity: 1;
}
.categoryContainer__specType {
  padding: 8px;
}
.categoryContainer__specValue {
  padding: 8px;
}
.invisibleDiv {
  height: 115px;
  opacity: 0;
}
.product__promotionStamp,
.product__secondPromotionStamp {
  position: absolute;
  left: -12px;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.product__promotionStamp--small,
.product__secondPromotionStamp--small {
  font-size: 12px;
}
.product__promotionStamp {
  top: 12px;
}
.product__secondPromotionStamp {
  top: 48px;
}
.product__promotionStamp--red {
  background-color: #e64e0a;
}
.product__promotionStamp--green {
  background-color: #77b015;
}
.product__promotionStampOrganization {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
}
.product__promotionStampOrganization img {
  width: 100%;
  height: 100%;
}
.product__promotionStampOrganization--topLower {
  top: 4px;
}
.quotationRequestDate__fixedWidth {
  width: 358px;
}
.sellerStockWrapper {
  margin: 4px 0 16px;
}
.cart .sellerStockWrapper,
.productCompactListView .sellerStockWrapper {
  min-width: 250px;
  font-size: 13px;
}
.sellerStock {
  line-height: 18px;
}
.stocksTable {
  display: table;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #f4f4f4;
  padding: 4px 8px;
  margin: 0 4px 12px;
}
.stocksTable--row {
  display: table-row;
}
.stocksTable--row__header {
  font-weight: 500;
}
.stocksTable--column {
  display: table-cell;
}
.undoBox {
  z-index: 9999;
  position: fixed;
  width: 300px;
  height: 155px;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  padding: 24px;
  border: solid 1px #1e1e1e;
  background-color: #ffffff;
}
.undoContentWrapper {
  position: relative;
  height: 100%;
}
.undoBox__countdownText {
  position: absolute;
  bottom: 16px;
  font-weight: 500;
}
.undoBox__undoButton {
  margin: 4px 0 0 ;
  color: #00a8e1;
  font-weight: 500;
}
.undoBox__deletedProductName {
  height: 65px;
}
.visitedBeforeContainer .visitedBeforeWrap {
  padding: 0 24px;
}
.visitedBeforeContainer bnc-carousel {
  background-color: #f8f9fb;
  box-shadow: 0 24px 0 24px #f8f9fb;
  margin: 24px 0 0;
  padding: 24px 0 0;
}
.visitedBeforeContainer .product__promotionStamp--green,
.visitedBeforeContainer .product__promotionStamp--red {
  margin-left: 8px;
}
.visitedBeforeContainer .bncCarousel__leftButton,
.visitedBeforeContainer .bncCarousel__rightButton {
  margin: 0 -18px 0;
}
.visitedBeforeContainer .carouselProduct {
  height: 488px;
  padding-bottom: 8px;
}
.visitedBeforeContainer .product__pimButtonWrapper {
  display: none;
}
.visited__header {
  margin: 0 0 12px -24px;
  font-family: 'Rawline';
  font-weight: 500;
  font-size: 19px;
}
.visitedBeforeContainer--homePageStyle .visitedBeforeWrap {
  margin-top: 64px;
}
.visitedBeforeContainer--categoryPageStyle .visitedBeforeWrap {
  margin-top: 32px;
}
.visitedBeforeContainer--categoryPageStyle .visited__header {
  margin-top: 12px;
}
.visitedBeforeContainer--productPageStyle .visited__header {
  margin: 40px 0 24px;
}
.visitedBeforeContainer--overviewPageStyle {
  background: #f8f9fb;
}
.visitedBeforeContainer--overviewPageStyle .visitedBeforeWrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.visitedBeforeContainer--overviewPageStyle .visited__header {
  margin: 0 0 24px;
}
.visitedBeforeContainer--cartPageStyle {
  background: #f8f9fb;
}
.visitedBeforeContainer--cartPageStyle .visited__header {
  padding-top: 40px;
  padding-left: 32px;
  margin-bottom: 0;
  margin-left: -32px;
}
.visitedBeforeContainer--cartPageStyle .visitedBeforeWrap {
  padding: 0 24px;
}
.visitedBeforeContainer--cartPageStyle.visitedBeforeContainer bnc-carousel {
  margin: 0;
  box-shadow: none;
}
.declinedColor {
  color: #e64e0a;
}
.approvedColor {
  color: #77b015;
}
.unassessedColor {
  color: #ef9e41;
}
.orderStatusColor {
  color: #00a8e1;
}
.orderOverview {
  position: relative;
  margin-top: 24px;
}
.orderOverview__filter {
  background-color: #ffffff;
  padding: 8px 24px;
}
.orderOverview__filterControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orderOverview__clearFilter {
  margin: 0 8px 0 0;
}
.orderOverView__removeFilters .icon-xmark::before {
  color: #e64e0a;
}
.reviewTotalCosts.reviewTotalCosts {
  margin: 16px 0;
}
.masterViewWrapper.masterViewWrapper {
  padding: 8px;
}
.detailViewWrapper.detailViewWrapper {
  padding: 8px;
  overflow-y: auto;
}
.detailBox .sellerStockWrapper {
  display: none;
}
.bnclogo {
  width: 240px;
  padding-bottom: 24px;
}
.bncAddresslogo {
  position: absolute;
  right: 0;
  top: 70px;
  width: 100px;
}
.bncAddresslogo img {
  height: 100%;
  width: 100%;
}
.serialsBlock {
  margin-bottom: 40px;
  font-size: 16px;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 8px;
  background-color: #f8f9fb;
}
.serialsBlock .serialsProductName {
  font-weight: 600;
  margin: 0 !important;
}
.serialsBlock .serialsProductName div {
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
}
.serialsTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 16px;
}
.serialNumbersBlock {
  background-color: #ffffff;
  margin: 6px 4px;
  border: 1px solid #e5e5e5;
  margin: 4px 6px !important;
}
.serialNumbersBlock .serialNumbersBlock__inner {
  padding: 0;
}
.serialNumbersRow div {
  padding: 0 6px;
  height: 28px;
  line-height: 28px;
}
.serialNumbersRow__title {
  margin: 0 !important;
  font-weight: 600;
  position: relative;
  background: #a1d0eb;
}
.serialNumbersRow__data {
  margin: 0 !important;
  background-color: #ffffff;
}
.settings__header {
  font: normal normal 28px Rawline;
  font-weight: 400;
  line-height: 32px;
  color: #1e1e1e;
  padding-top: 53px;
  margin-bottom: 32px;
}
.settings {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 40px 32px;
}
.settings .bncTextinput {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding-left: 16px;
  font-size: 16px;
  margin: -10px 0 0 -16px;
}
.settings__link {
  color: #1e1e1e;
  margin: 8px 0 0;
}
.settings__link:hover,
label:hover .settings__link {
  color: #00a8e1;
}
.settings__emailPreferences {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 30px;
}
.settings__box {
  padding-left: 16px;
}
.settings__thumbNail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004563;
  width: 128px;
  height: 128px;
  color: #ffffff;
  font: normal normal 600 83px/97px Raleway;
  text-transform: uppercase;
}
.settings__thumbNail:hover {
  background-color: #00a8e1;
}
.settings__emailCategoryTitle {
  font: normal normal bold 16px/26px Rawline;
}
.settings__footer {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
}
.settings__footer::before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: -8px;
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.settings__footerWrapper {
  display: flex;
  height: 64px;
  width: 100%;
  justify-content: flex-end;
  padding-right: 32px;
  align-items: center;
  max-width: 1200px;
}
.settings__footerButtonsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 22%;
  min-width: 290px;
}
.settings__footerSaveButton {
  display: flex;
  width: 145px;
  height: 40px;
  background: #1e1e1e 0 0 no-repeat padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.settings__footerSaveButton--disabled {
  display: flex;
  width: 145px;
  height: 40px;
  background: #969696 0 0 no-repeat padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.settings__footerCancleButtons {
  display: flex;
  width: 145px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #969696;
  cursor: pointer;
}
.settings__section {
  margin: 0 0 24px;
}
.settings__item {
  display: flex;
  align-items: center;
}
.settings__whiteSpace {
  height: 100px;
  width: 100%;
}
.settings__pruductDeletedButton {
  font: normal normal medium 12px/20px Rawline;
  font-size: 15px;
  color: #00a8e1;
  cursor: pointer;
}
.settings__infoBox {
  color: #969696;
  font-size: 14px;
  padding-left: 10px;
}
.settings__infoBox:hover {
  color: #00a8e1;
  cursor: pointer;
}
.settings__viewBoxLayoutOptions {
  margin: 4px 0 4px -8px;
}
.test {
  border: solid 1px green;
}
.userManager__header {
  position: sticky;
  z-index: 4;
  top: 0;
  height: 75px;
  display: flex;
  align-items: center;
  margin: 0 -8px;
  background-color: #ffffff;
}
.header__contentLeft {
  flex: 0 1 300px;
  padding: 0 0 0 10px;
}
.header__contentLeft input {
  padding-left: 48px;
  height: 40px;
  line-height: 40px;
}
.header__contentLeft a {
  margin-top: 16px;
}
.header__contentLeft .bncSearchInput {
  line-height: 40px;
  height: 40px;
  background-position: 8px 8px;
  font-size: 16px;
  background-image: url("/assets/images/search-icon-gray.svg");
}
.header__contentLeft .bncSearchInput:focus,
.header__contentLeft .bncSearchInput:hover {
  background-image: url("/assets/images/search-icon-blue.svg");
}
.header__contentLeft [class*=icon-] {
  font-size: 28px;
}
.header__contentRight {
  flex: 0 1 916px;
  padding: 0 10px;
  text-align: right;
}
.header__contentRight [class*=icon-] {
  font-size: 28px;
}
.header__createIcons {
  display: inline-block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
}
.userManager__groupBlock.userManager__groupBlock {
  position: relative;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.groupBlock__title {
  margin-bottom: 16px;
  height: 30px;
  line-height: 30px;
}
.privBlock__privilegeNames.privBlock__privilegeNames,
.privilegeNames.privilegeNames {
  padding: 24px;
}
.privilegeNames__columns {
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 60px;
  z-index: 4;
  background-color: white;
}
.columns__privName {
  position: relative;
}
.columns_privName--budgetMargins {
  margin: 14px 40px 0 -40px;
  line-height: 22px;
}
.columns_privName--budgetMargins label {
  width: 80px;
}
.groupBlock__userRow {
  display: flex;
  height: 60px;
}
.groupBlock__userRow--borderBottom:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.groupBlock__userRow--heightFitContent {
  height: -moz-fit-content;
  height: fit-content;
}
.groupBlock__userRow--userBackground {
  background-color: #f8f9fb;
}
.groupBlock__userRow:hover {
  background-color: #f8f9fb;
  border-color: transparent;
  box-shadow: 0 -1px 0 0 #ffffff;
}
.privName__value {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  display: block;
  transform: rotate(-60deg);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.privName__value.bncLabel {
  text-transform: none;
}
.columns__userName {
  border-right: 1px solid #e5e5e5;
}
.userRow__userName {
  padding: 22px 16px;
}
.userRow__userName--smallPadding {
  padding: 4px 16px;
}
.userRow__privValue {
  position: relative;
}
.userRow__privValue.userRow__privValue label {
  margin: 16px 0 0 26px;
}
.userRow__privValue--budget {
  margin-left: -32px;
  font-size: 12px;
  line-height: 16px;
  padding-top: 12px;
  color: #004563;
}
.userRow__privValue--budgetPeriod {
  width: 100px;
  position: relative;
}
.checkmark {
  position: relative;
  top: 24px;
  left: 24px;
  width: 15px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.checkmark::before {
  content: '.';
  color: #838383;
  font-size: 22px;
  line-height: 0;
  display: block;
}
.checkmark--checked {
  transform: rotate(-45deg);
  transform-origin: left top;
  box-shadow: -2px 2px 0 0 #00a8e1;
}
.checkmark--checked::before {
  display: none;
}
.groupBlock__actionsColumn {
  padding-right: 24px;
  text-align: right;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
}
.userManager .bncSearch {
  width: auto;
}
.userManager .bncSearch a {
  position: absolute;
  top: -24px;
}
.navMenuPullDown {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.menuWrapper,
drop-down {
  width: inherit;
}
.navMenuPullDownContent {
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  width: 100%;
  min-width: 600px;
  position: absolute;
  top: 12px;
  left: 0;
  max-height: 80vh;
  padding: 8px 0 8px 16px;
  z-index: 1;
}
.navMenuPullDownContent .navMenuPullDownContent__scroll {
  max-height: calc(80vh - 16px);
  overflow-x: hidden;
  overflow-y: auto;
}
.navMenuPullDownContent .navMenuPullDownContent__scroll .dropDown__item {
  padding: 8px;
}
.navMenuPullDownContent .navMenuPullDownContent__scroll .dropDown__item h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
}
.navMenuPullDownContent .navMenuPullDownContent__scroll .dropDown__item p {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 650px) and (max-width: 760px) {
  .navMenuPullDownContent {
    min-width: 500px;
  }
}
@media (max-width: 649px) {
  .navMenuPullDownContent {
    min-width: 400px;
  }
}
.icons__cart {
  position: relative;
}
.icon--active i {
  color: #00a8e1;
}
.accessoiresContainer {
  background-color: #ccdae0;
  margin: 0 24px;
  padding: 0.1px 0;
}
.accessoire__imgSpecs {
  font-size: 14px;
}
.accessoire__inputNumber {
  width: 100%;
}
.accessoire__imgSpecs img {
  width: 80px;
}
.accessoireGroups {
  margin: 24px 24px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.accesoire__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.accessoireContainer,
.accessoireGroup--dummy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 220px;
  width: 258px;
  padding: 24px;
  background-color: #ffffff;
}
.accessoireContainer img,
.accessoireGroup--dummy img {
  -o-object-fit: contain;
     object-fit: contain;
}
.accessoireGroup--dummy {
  background-color: inherit;
}
.accessoireGroup__title {
  font-weight: 400;
  font-size: 14px;
}
.accessoireInnerContainer {
  margin-top: 24px;
  padding: 24px 72px;
  background-color: #f8f9fb;
}
.accessoireInnerContainer img {
  max-height: 142px;
}
.accessoireGroup {
  position: relative;
}
.accessoireGroup::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -4px) rotate(45deg);
  background-color: #ffffff;
  transition: all 200ms ease;
}
.accessoireGroup:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.accessoireGroup:hover::before {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.accessoireGroup.accessoireGroup--selected::before {
  transform: translate(-50%, 8px) rotate(45deg);
}
.space-between_padded {
  justify-content: space-between;
  padding: 0 24px;
}
.flexContainer {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
}
.acDataContainer {
  padding: 0 24px;
}
.accessoryMessage {
  margin: 24px 0 0 0;
}
.accessoryMessage .ecomButton {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.accessoryMessage .ecomButton i {
  margin: 9px -6px 0;
}
.showAllMessage {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
.showAllMessage i {
  margin: 1px -16px 0 -6px;
}
.bundleProductsBox {
  margin: 0 24px 24px;
  position: relative;
  background-color: #ffffff;
}
.bundleProductsBox .bncError {
  height: 38px !important;
}
.bundleProductsBox .product__heartButton {
  width: 72px;
}
.bundleProductsBox add-to-cart-button .row {
  width: 172px;
}
.bundleProducts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 76px;
  padding: 32px 0 54px;
}
@media (min-width: 1024px) {
  .bundleProducts.bundleProducts--quintuple {
    padding: 32px 60px 54px;
  }
}
@media (min-width: 815px) and (max-width: 1100px) {
  .bundleProducts.bundleProducts--septuple .bundleProducts__product {
    --extraMargin: 150px;
  }
  .bundleProducts.bundleProducts--septuple .bundleProducts__product:nth-child(4) {
    margin-left: var(--extraMargin);
  }
  .bundleProducts.bundleProducts--septuple .bundleProducts__product:nth-child(5) {
    margin-right: var(--extraMargin);
  }
}
.bundleProducts__product {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 216px;
}
.bundleProduct__image {
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bundleProduct__image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__plus {
  position: relative;
}
.product__plus .product__plusIcon {
  left: 106px;
}
.product__plusIcon {
  position: absolute;
  top: 50%;
  left: -68px;
  transform: translateY(-50%);
}
.product__plusIcon[class*=icon-]::before {
  font-size: 40px;
}
.blockPrice__old {
  color: #969696;
}
.bundleCount {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  right: 16px;
  top: 16px;
  border: solid 1px #838383;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 15px;
  text-align: center;
}
.bundle__title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  word-break: break-word;
}
.bundle__title span {
  line-height: 1;
}
.assortmentMainProduct__img {
  height: 130px;
  text-align: center;
  margin-bottom: 5px;
}
.assortmentMainProduct__img img {
  width: 100%;
  max-width: 171px;
  max-height: 128px;
  margin: auto;
}
.bundleProduct__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 220px;
}
.bundleProduct__images .bundleProduct__image {
  height: auto;
  position: relative;
  flex: 0 0 24%;
  margin: 4px 0.5%;
  display: flex;
}
.bundleProduct__images .bundleProduct__image:empty {
  display: none;
}
.bundleProduct__images.bundleProduct__images--4nPlus1 .bundleProduct__image--keepTogether {
  margin: 4px 0.5% 4px 2%;
}
.bundleProduct__images.bundleProduct__images--4nPlus1 .bundleProduct__image--keepTogether + .bundleProduct__image {
  margin: 4px 2% 4px 0.5%;
}
.bundleProduct__images img {
  width: 100%;
  max-width: 66px;
  max-height: 44px;
}
.assortmentBundle img.clickable:hover {
  cursor: auto;
}
.bundle__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 24px;
  font-size: 15px;
}
.bundle__footer > * {
  margin-left: 24px;
}
.bundle__footer add-to-cart-button {
  margin-right: 6px;
}
.horizontalMarginLeftDefinition {
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .horizontalMarginLeftDefinition {
    margin-left: 32px;
  }
}
@media screen and (max-width: 799px) {
  .horizontalMarginLeftDefinition {
    margin-left: 24px;
  }
}
.horizontalMarginRightDefinition {
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .horizontalMarginRightDefinition {
    margin-right: 32px;
  }
}
@media screen and (max-width: 799px) {
  .horizontalMarginRightDefinition {
    margin-right: 24px;
  }
}
.bncButtonDefinition {
  font-size: 16px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0;
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0 none;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bncHeadingDefinition {
  color: #1e1e1e;
  font-weight: 300;
}
.bncHeadingDefinition b,
.bncHeadingDefinition em {
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
/*------------------------------------*\
  #BNC-HUISSTIJL
\*------------------------------------*/
.bncIconFontDefinition {
  font-family: "e-com";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bncIcon {
  color: #969696;
  font-size: 2.2em;
  display: inline;
  transition: color 0.3s;
}
.bncIcon--button:hover {
  color: #00a8e1;
  cursor: pointer;
}
.bncIcon--button--plus::before {
  margin-right: 0;
}
[class*=icon-]::before {
  font-size: 28px;
  color: #838383;
}
.goBackLink {
  margin-left: -14px;
  display: flex;
  align-items: center;
}
.goBackLink::before {
  font-size: 28px;
  color: #838383;
}
.goBackLink.clickable:hover::before {
  color: #00a8e1;
}
/*------------------------------------*\
  #BNC-HEADINGS
\*------------------------------------*/
.bncPrimaryHeading {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.bncPrimaryHeading b,
.bncPrimaryHeading em {
  font-weight: 400;
}
.bncPageTitleToolbar .bncPrimaryHeading {
  line-height: 1em;
}
.bncPrimaryHeading--pageHeading {
  line-height: 1em;
}
.bncPrimaryHeading--marginTop {
  margin-top: 65px;
}
.bncSecondaryHeading {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}
.bncSecondaryHeading b,
.bncSecondaryHeading em {
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .bncSecondaryHeading {
    font-size: 18px;
    line-height: 24px;
  }
}
.bncSecondaryHeading--marginTop {
  margin-top: 32px;
  margin-bottom: 0;
}
.bncTertiaryHeading {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.bncTertiaryHeading b,
.bncTertiaryHeading em {
  font-weight: 400;
}
/*------------------------------------*\
  #BNC-TEXT
\*------------------------------------*/
.bncSquaresList {
  list-style-type: none;
}
.bncSquaresList > li {
  padding-left: 1em;
  position: relative;
}
.bncSquaresList > li::before {
  content: '';
  display: block;
  margin: 0 6px 2px 0;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #00a8e1;
}
.bncLanding {
  display: flex;
  justify-content: center;
}
.bncLanding__logo {
  width: 64px;
  height: 64px;
}
.bncLanding__container {
  max-width: 600px;
  min-width: 320px;
}
.bncLanding__content {
  margin-left: calc(64px + 8px);
  margin-top: 32px;
}
.bncLanding__buttons {
  float: right;
}
.bncLanding input[type="submit"] {
  margin-right: 0;
}
.bncLanding__link {
  text-decoration: none;
  font-size: 16px;
  color: #969696;
}
.bncLanding__link:hover {
  text-decoration: none;
  color: #00a8e1;
}
/*------------------------------------*\
  #BNC-LINKS
\*------------------------------------*/
.bncLink,
.bncLink:visited {
  color: #00a8e1;
  text-decoration: none;
}
.bncLink:active,
.bncLink:hover {
  color: #068cba;
  text-decoration: none;
}
/*------------------------------------*\
  #BNC-FORM
\*------------------------------------*/
.bncLabelDefinition {
  color: #969696;
  text-transform: uppercase;
}
.bncLabel {
  color: #969696;
  text-transform: uppercase;
}
.bncLabel--picker {
  text-transform: none;
  color: initial;
}
.bncFormBlockDefinition {
  display: flex;
  margin-bottom: 12px;
  position: relative;
}
.bncFormBlockDefinition:last-child {
  margin-bottom: 0;
}
.bncFormBlockDefinition .date-picker-control:link {
  height: 24px;
}
.bncFormBlock--horizontal {
  display: flex;
  margin-bottom: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  page-break-inside: avoid;
}
.bncFormBlock--horizontal:last-child {
  margin-bottom: 0;
}
.bncFormBlock--horizontal .date-picker-control:link {
  height: 24px;
}
.bncFormBlock--horizontal + .bncFormBlock--horizontal {
  margin-top: 0;
}
.bncFormBlock--horizontal > .bncLabel {
  padding-right: 12px;
  line-height: 16px;
}
.bncFormBlock--horizontal > .bncLabel ~ .bncLabel {
  padding-right: 0;
}
.bncFormBlock--vertical {
  display: flex;
  margin-bottom: 12px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.bncFormBlock--vertical:last-child {
  margin-bottom: 0;
}
.bncFormBlock--vertical .date-picker-control:link {
  height: 24px;
}
.bncFormBlock--vertical--loginpage {
  margin-top: 8px;
}
.bncFormBlock--vertical > .bncLabel {
  display: inline-block;
  margin-bottom: 4px;
  line-height: 18px;
}
.bncLabel--filter {
  color: #969696;
  text-transform: uppercase;
  margin-right: 4px;
  line-height: 16px;
}
/*------------------------------------*\
  #BNC-BUTTON
\*------------------------------------*/
.bncButtonWrapper {
  margin: 32px 0 40px;
  height: 48px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  bottom: 0;
}
.bncButtonWrapper::before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: -8px;
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
  bottom: 48px;
  width: 100%;
}
.bncButtonWrapper.bncButtons--sticky::before {
  opacity: 1;
}
.bncButtonWrapper--largeMargin {
  margin-top: 52px;
}
.bncButton {
  font-size: 16px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0;
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0 none;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #00a8e1;
  border: 1px solid #00a8e1;
  color: #ffffff;
  margin-left: 8px;
  order: 10;
}
.bncButtons--sticky .bncButton {
  font-size: 13px;
  line-height: 24px;
  padding: 0 12px;
}
.bncButton:hover {
  background: #039ace;
  border: 1px solid #039ace;
  color: #e5e5e5;
}
.bncButton--cancel {
  background: #969696;
  border: 1px solid #969696;
  color: #ffffff;
  order: 1;
}
.bncButton--cancel:hover {
  background: #8a8a8a;
  border: 1px solid #8a8a8a;
  color: #e5e5e5;
}
.bncButton--delete {
  background: #ffffff;
  border: 1px solid #e64e0a;
  color: #e64e0a;
  transition: all 0.5;
  order: 0;
}
.bncButton--delete:hover {
  background: #e64e0a;
  border: 1px solid #e64e0a;
  color: #ffffff;
}
.bncButton--delete--disabled {
  background: #ffffff;
  border: 1px solid #f3a785;
  color: #f3a785;
  cursor: default;
}
.bncButton--delete--disabled:hover {
  background: #ffffff;
  border: 1px solid #f3a785;
  color: #f3a785;
}
.bncButton--danger {
  background: #e64e0a;
  border: 1px solid #e64e0a;
  color: #ffffff;
}
.bncButton--danger:hover {
  background: #d2490c;
  border: 1px solid #d2490c;
  color: #fadcce;
}
.bncButton--warning {
  background: #ef9e41;
  border: 1px solid #ef9e41;
  color: #ffffff;
}
.bncButton--warning:hover {
  background: #da913e;
  border: 1px solid #da913e;
  color: #fcecd9;
}
.bncButton--succes {
  background: #77b015;
  border: 1px solid #77b015;
  color: #ffffff;
}
.bncButton--succes:hover {
  background: #6ea116;
  border: 1px solid #6ea116;
  color: #e4efd0;
}
.bncButton--disabled {
  background: #4dc2ea;
  border: 1px solid #4dc2ea;
  color: #b3e5f6;
  cursor: default;
}
.bncButton--disabled:hover {
  background: #4dc2ea;
  border: 1px solid #4dc2ea;
  color: #b3e5f6;
}
.bncButton--highlight {
  font-size: 16px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0;
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0 none;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: lawngreen;
}
.bncButton--highlight:hover {
  background: #63ca00;
}
/*------------------------------------*\
  #BNC-TEXT-INPUT
\*------------------------------------*/
.bncTextDefinition {
  color: #1e1e1e;
  background-color: #ffffff;
  width: 100%;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cecece;
  outline-width: 0;
  transition: background-color 0.2s ease;
}
.bncTextDefinition:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.bncTextDefinition--disabled {
  color: #969696;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #e5e5e5;
  cursor: default;
}
.bncTextInputFocusDefinition {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.bncTextInputDefinition {
  color: #1e1e1e;
  background-color: #ffffff;
  width: 100%;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cecece;
  outline-width: 0;
  transition: background-color 0.2s ease;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
}
.bncTextInputDefinition:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.bncTextInputDefinition--disabled {
  color: #969696;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #e5e5e5;
  cursor: default;
}
.bncTextarea {
  color: #1e1e1e;
  background-color: #ffffff;
  width: 100%;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cecece;
  outline-width: 0;
  transition: background-color 0.2s ease;
  display: block;
  line-height: 18px;
  padding: 7px 16px;
  overflow: auto;
  resize: vertical;
}
.bncTextarea:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.bncTextarea--disabled {
  color: #969696;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #e5e5e5;
  cursor: default;
}
.bncTextinput {
  color: #1e1e1e;
  background-color: #ffffff;
  width: 100%;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #cecece;
  outline-width: 0;
  transition: background-color 0.2s ease;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  -webkit-appearance: none;
}
.bncTextinput:focus {
  color: #1e1e1e;
  background-color: #e6f6fc;
  outline: none;
}
.bncTextinput--disabled {
  color: #969696;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #e5e5e5;
  cursor: default;
}
.bncTextinput[type="number"],
.bncTextinput[type="number"]:focus {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  margin: 0;
}
.bncTextinput::-ms-clear {
  display: none;
}
.bncCodeContainer .bncError {
  padding: 0 !important;
}
/*------------------------------------*\
  #BNC-CHECKBOX
\*------------------------------------*/
.bncCheckbox + label,
.bncRadio + label {
  display: inline-block;
  margin-left: 2px;
}
.bncCheckbox + label:after,
.bncRadio + label:after,
.bncCheckbox + label:before,
.bncRadio + label:before {
  font-family: "e-com";
  font-size: 16px;
}
.bncCheckbox + label:focus + label:before,
.bncRadio + label:focus + label:before {
  box-shadow: 0 0 0 2px #cceef9;
}
/* Base for label styling */
.bncCheckbox {
  /* checkbox checked */
  /* check mark to nothing when not checked */
  /* Mac Safari and Mac Chrome square styling */
  /* set indeterminate disabled mark color to grey */
  /* set indeterminate disabled box color to white */
  /* disabled checkbox */
  /* disabled checkbox checked */
}
.bncCheckbox:checked,
.bncCheckbox:not(:checked) {
  visibility: hidden;
  position: absolute;
  top: -99in;
  left: -99in;
  opacity: 0;
}
.bncCheckbox:checked + label,
.bncCheckbox:not(:checked) + label {
  position: relative;
  padding: 5px 16px 5px 32px;
  cursor: pointer;
  color: #1e1e1e;
  text-transform: none;
  /* checkbox aspect */
  /* checked mark aspect */
}
.bncCheckbox:checked + label:before,
.bncCheckbox:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  border-radius: 3px;
  background-color: #ffffff;
}
.bncCheckbox:checked + label:after,
.bncCheckbox:not(:checked) + label:after {
  /*'✔'*/
  content: '\e813';
  position: absolute;
  top: -1px;
  left: -4px;
  font-size: 30px;
  color: #ffffff;
  transition: all 0.2s;
}
.bncCheckbox:checked + label:before {
  background: #00a8e1;
  border: 1px solid #00a8e1;
}
.bncCheckbox:not(:checked) + label:after {
  content: '';
  transition: all 0s;
  /* checked mark aspect changes */
  opacity: 0;
  transform: scale(0);
}
.bncCheckbox:indeterminate + label {
  /* style indeterminate state box */
  /* style indeterminate mark to square  */
}
.bncCheckbox:indeterminate + label:before {
  background: #ffffff;
  border: 1px solid #cecece;
}
.bncCheckbox:indeterminate + label:after {
  content: '' !important;
  display: block;
  width: 11px;
  height: 11px;
  left: 7px;
  top: 11px;
  transition: all 0.2s;
  opacity: 1 !important;
  transform: scale(1) !important;
  background-color: #00a8e1;
}
.bncCheckbox.mac:indeterminate + label:after {
  top: 5px;
  left: 3px;
  font-size: 33px;
}
.bncCheckbox:disabled:indeterminate + label:after {
  color: #cecece;
}
.bncCheckbox:disabled:indeterminate + label:before {
  background: #ffffff !important;
  border: 1px solid #cecece;
}
.bncCheckbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.bncCheckbox:disabled:checked + label:before,
.bncCheckbox:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #cecece;
  background: #cecece;
}
.bncCheckbox:disabled:checked + label:after {
  color: #ffffff;
}
.bncCheckbox:disabled + label {
  color: #969696;
}
/*------------------------------------*\
  #BNC-RADIO
\*------------------------------------*/
.bncRadio {
  /* radiobutton checked */
  /* disabled radiobutton */
}
.bncRadio:checked,
.bncRadio:not(:checked) {
  position: relative;
  top: 8px;
  left: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  /* Base for label styling */
}
.bncRadio:checked + label,
.bncRadio:not(:checked) + label {
  position: relative;
  padding: 8px 16px 8px 32px;
  cursor: pointer;
  color: #1e1e1e;
  text-transform: none;
  /* radiobutton aspect */
}
.bncRadio:checked + label:before,
.bncRadio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #cecece;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.bncRadio:checked + label:before {
  background: #00a8e1;
  border: 1px solid #cecece;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.bncRadio:disabled {
  /* disabled radiobutton checked */
}
.bncRadio:disabled:checked + label:before,
.bncRadio:disabled:not(:checked) + label:before {
  border-color: #cecece;
}
.bncRadio:disabled:checked + label:before {
  background: #cecece;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.bncRadio:disabled:checked + label:after {
  color: #ffffff;
  z-index: 1;
}
.bncRadio:disabled + label {
  color: #969696;
}
.bncNoBorder,
.bncNoBorder::before {
  border: none !important;
}
.bncNoShadow {
  box-shadow: 0 0 0 0 transparent !important;
}
.bncPositionRelative {
  position: relative !important;
}
.bncPositionAbsolute {
  position: absolute !important;
}
.bncFullWidth {
  width: 100% !important;
}
.bncFullHeight {
  height: 100%;
}
.bncContain {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.bncMarginLeft32 {
  margin-left: 32px !important;
}
.bncNoMarginRight {
  margin-right: 0 !important;
}
.bncMarginRight16 {
  margin-right: 16px !important;
}
.bncNoMarginBottom {
  margin-bottom: 0 !important;
}
.bncMarginBottom8 {
  margin-bottom: 8px !important;
}
.bncMarginBottom12 {
  margin-bottom: 12px !important;
}
.bncMarginBottom16 {
  margin-bottom: 16px !important;
}
.bncMarginBottom32 {
  margin-bottom: 32px !important;
}
.bncNoMarginTop {
  margin-top: 0 !important;
}
.bncMarginTop4 {
  margin-top: 5px !important;
}
.bncMarginTop20 {
  margin-top: 20px !important;
}
.bncMarginTop24 {
  margin-top: 24px !important;
}
.bncMarginTop32 {
  margin-top: 32px !important;
}
.bncValignTop {
  vertical-align: top !important;
}
.row > [class*="col-"] {
  padding-bottom: 0 !important;
}
.bncClickable {
  cursor: pointer;
}
.bncInactive {
  color: #969696;
}
.bncCursorPointer {
  cursor: pointer;
}
.bncTextAlignRight {
  text-align: right;
}
.row > * {
  padding-bottom: 0 !important;
}
.row:last-child {
  margin-bottom: 0 !important;
}
/*------------------------------------*\
  #BNC-RESET
\*------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
html {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
.bncCf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
* {
  -webkit-touch-callout: none;
}
:focus {
  outline: 0;
}
::-moz-selection {
  background: #00a8e1;
  color: #ffffff;
}
::selection {
  background: #00a8e1;
  color: #ffffff;
}
::-moz-selection {
  background: #00a8e1;
  color: #ffffff;
}
.row-stretch {
  align-items: stretch;
}
/* Large viewport (desktop) */
@media screen and (min-width: 1200px) {
  .row .col-extra-large-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .row .col-extra-large-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .row .col-extra-large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-extra-large-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .row .col-extra-large-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .row .col-extra-large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-extra-large-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .row .col-extra-large-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .row .col-extra-large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-extra-large-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .row .col-extra-large-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .row .col-extra-large-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-extra-large-top {
    align-self: flex-start;
  }
  .row .col-extra-large-bottom {
    align-self: flex-end;
  }
  .row .col-extra-large-middle {
    align-self: center;
  }
  .row-extra-large-left {
    justify-content: flex-start;
  }
  .row-extra-large-right {
    justify-content: flex-end;
  }
  .row-extra-large-center {
    justify-content: center;
  }
  .row-extra-large-space-between {
    justify-content: space-between;
  }
  .row-extra-large-space-around {
    justify-content: space-around;
  }
  .row-extra-large-reverse {
    flex-direction: row-reverse;
  }
  .row-extra-large-equal > * {
    display: flex;
  }
  .row-extra-large-equal > * > * {
    width: 100%;
  }
  .row-extra-large-top {
    align-items: flex-start;
  }
  .row-extra-large-middle {
    align-items: center;
  }
  .row-extra-large-bottom {
    align-items: flex-end;
  }
  .hide-extra-large {
    display: none;
  }
}
/* Small viewport (small-mobile) */
@media (max-width: 480px) {
  .row .col-extra-small-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .row .col-extra-small-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .row .col-extra-small-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-extra-small-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .row .col-extra-small-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .row .col-extra-small-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-extra-small-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .row .col-extra-small-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .row .col-extra-small-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-extra-small-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .row .col-extra-small-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .row .col-extra-small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-extra-small-top {
    align-self: flex-start;
  }
  .row .col-extra-small-bottom {
    align-self: flex-end;
  }
  .row .col-extra-small-middle {
    align-self: center;
  }
  .row .row-extra-small-left {
    justify-content: flex-start;
  }
  .row .row-extra-small-right {
    justify-content: flex-end;
  }
  .row .row-extra-small-center {
    justify-content: center;
  }
  .row .row-extra-small-space-between {
    justify-content: space-between;
  }
  .row .row-extra-small-space-around {
    justify-content: space-around;
  }
  .row .row-extra-small-reverse {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .row .row-extra-small-equal > * {
    display: flex;
  }
  .row .row-extra-small-equal > * > * {
    width: 100%;
  }
  .row .row-extra-small-top {
    align-items: flex-start;
  }
  .row .row-extra-small-middle {
    align-items: center;
  }
  .row .row-extra-small-bottom {
    align-items: flex-end;
  }
  .row .hide-extra-small {
    display: none;
  }
}
.prospect__row {
  display: flex;
}
.prospect__inputWrapper {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.prospect__label {
  display: inline-block;
  color: #969696;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 8px;
}
.prospect__input {
  width: 370px;
  border: 1px solid #ccdae0;
  padding: 5px 16px;
}
.assortmentBundleDialog {
  padding: 0 24px 24px;
}
.assortmentBundleDialog .productBox {
  padding: 8px 24px 24px;
}
.assortmentBundleDialog .product__sectionHeader {
  margin: 16px 24px 16px;
}
.assortmentBundleDialog .assortmentPageBundleProductTabs {
  min-height: 75px;
}
.assortmentBundleDialog .assortmentPageBundleProductTabs__tab {
  flex: 0 0 180px;
}
.assortmentDialog__bundleProductTitle {
  padding: 20px 24px 0;
}
.productImage {
  height: 200px;
  text-align: center;
}
.wrongInfoProduct {
  margin-top: 24px;
}
.wrongInfoProduct__title {
  font-style: italic;
  font-size: 16px;
  font-weight: 800;
}
.wrongInfoTotal {
  margin-top: 24px;
  font-weight: 800;
}
.chooseDebtorDialog {
  display: flex;
  overflow: hidden;
}
.chooseDebtorDialog .ecomDialog {
  display: flex;
  flex-direction: column;
  height: 80vh;
  min-height: 368px;
}
.chooseDebtorDialogWrapper {
  display: flex;
  flex-direction: column;
  flex: 0 1 548px;
  width: 450px;
  margin: 70px auto;
  overflow: hidden;
}
.chooseDebtorDialogWrapper .bncSearch .bncSearchInput {
  max-width: none;
}
.chooseDebtorDialogWrapper .bncSearch .bncSearch__closeIcon {
  padding: 2px;
}
.debtorsWrapper {
  flex: 0 1 200px;
  min-height: 50px;
  overflow-x: hidden;
}
.debtorsWrapper--smallHeight {
  max-height: 100px;
}
.contentRow {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.contentRow:hover {
  background-color: #f8f9fb;
  border-color: transparent;
  box-shadow: 0 -1px 0 0 #ffffff;
}
.contentRow__favicon {
  position: relative;
  display: inline-block;
  margin: 9px 8px 0 0;
}
.contentRow__favicon img {
  width: 30px;
  height: 30px;
}
.contentRow__name {
  position: absolute;
  display: inline-block;
  height: 100%;
  line-height: 50px;
}
.contentRow__vat label {
  display: block;
  cursor: pointer;
  overflow: hidden;
  line-height: 50px;
}
.contentRow__vat input {
  float: left;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 2px;
}
.contentRow__checkMark {
  position: absolute;
  display: inline-block;
  right: 24px;
}
.contentRow__checkMark .checkmark {
  left: 0;
}
.messageColumn {
  flex: 0 0 120px;
  margin-top: 24px;
}
.chooseDebtorButtonWrapper {
  min-height: 52px;
  margin-top: 12px;
}
.chooseDebtor__button {
  width: 120px;
  margin: auto;
}
.orderRequestDeclineReason {
  width: 100%;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid #ccdae0;
  resize: vertical;
}
.orderRequestHistoryContainer {
  padding: 4px;
  border: 2px solid #00a8e1;
  margin-bottom: 8px;
}
.orderRequestTitle {
  font-size: 18px;
  font-weight: 800;
}
.orderRequestHistoryHeader {
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.orderRequestWrapper {
  padding-bottom: 24px;
}
.removeGroups__message {
  padding: 16px 0;
}
.removeGroups__list {
  padding: 16px 0;
}
.removeGroups__deactivateMessage {
  margin: 16px 0;
}
.removeGroups__deactivateValues {
  margin: 4px 0;
}
.removeGroups__list .bncCheckbox:checked + label:after,
.removeGroups__list .bncCheckbox:not(:checked) + label:after {
  top: 1px;
}
.contactDialog {
  display: block;
  width: 700px;
  min-height: 500px;
  max-height: 700px;
  color: #1e1e1e;
  overflow: auto;
  background-color: #ffffff;
  padding: 12px;
}
.contactDialog .cartButton {
  font-size: 16px;
}
.contactDialog .comparator__overlay {
  background-color: #1e1e1e;
  opacity: 0.2;
  z-index: -1;
}
.contactRow {
  padding: 24px 12px 8px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #ffffff;
}
.contactRow p {
  margin: 4px 0;
}
.contactRow:hover {
  background: #f8f9fb;
  border-color: #f8f9fb;
}
.editableColor {
  background: #f8f9fb;
}
.dialogHeader {
  padding: 16px 0;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}
.dialogHeader .closeIcon {
  font-size: 28px;
  color: #838383;
  position: absolute;
  right: -12px;
  top: -10px;
}
.deleteConfirmation button,
.dialogFooter button {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: 3px;
  margin: 6px 0 6px 4px;
  color: #1e1e1e;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.deleteConfirmation {
  padding-top: 4px;
}
.deleteConfirmation button {
  padding: 6px;
}
.errorMessage {
  color: #ffffff;
  background: #e64e0a;
  padding: 2px 8px;
}
.confirmationMessage {
  justify-content: flex-end;
  color: #e64e0a;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: left;
}
.button--white {
  color: #1e1e1e;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.button--black.button--black {
  color: #ffffff;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.selectionButtonDiv {
  justify-content: flex-end;
}
.selectionButtonDiv button {
  width: 100%;
}
.selectionButtonDiv .cartButton__selected {
  border-color: #00a8e1;
  background: #00a8e1;
  cursor: default;
}
.newEditContact__input {
  width: 100%;
  border: 1px solid #ccdae0;
  padding: 7px 16px;
}
.spacerDiv {
  height: 120px;
}
.shareDialogOption {
  border: solid 1px #00a8e1;
  border-radius: 4px;
  margin: 8px;
  padding: 8px;
}
.eComDialog__close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.noStyleType {
  list-style-type: none;
}
.filterCategory {
  padding: 12px 0 10px;
}
.filterCategory:first-child {
  padding: 0 0 10px;
}
.filterCategory:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.filterCategory .bncSearch__closeIcon {
  top: -6px;
  right: -10px;
}
.filterCategory.filterSearch {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}
.filterSpecType {
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
.filterSpecType > li:first-child {
  padding-top: 16px;
}
.filterSpecType > li:last-child {
  padding-bottom: 16px;
}
.flexContainer .filterTypeToggleRow {
  margin: 0;
}
group-links .filterTypeToggleRow {
  display: flex;
  justify-content: space-between;
}
group-links .filterTypeToggleRow .chevronWrapper {
  margin: -4px 0 0;
}
group-links .filterTypeToggleRow [class*=icon-chevron-] {
  align-self: flex-start;
}
.groupLinkGroups {
  border-top: 1px solid #e5e5e5;
}
.groupLinks {
  padding: 16px 0;
}
.filterTypeToggle {
  margin: -3px 0 0;
}
.filterToggleMoreLess,
.filterTypeToggleMoreLess {
  font-size: 15px;
}
.filterToggleMoreLess:hover,
.filterTypeToggleMoreLess:hover {
  color: #00a8e1;
}
.filterToggleMoreLess p,
.filterTypeToggleMoreLess p {
  line-height: 30px;
  cursor: pointer;
}
.filterToggleMoreLess p span,
.filterTypeToggleMoreLess p span {
  border-bottom: 1px solid;
}
.filterToggleMoreLess p {
  padding: 0 0 16px 32px;
}
.dateFilter {
  position: relative;
}
.dateFilter input[type="text"].date {
  width: 100px;
}
.dateFilterDiv {
  padding: 0 6px;
  margin: -3px 0 0 auto;
}
.datumSpan--block {
  display: inline-block;
  width: 45px;
}
.invalidDate--div {
  position: absolute;
  color: #ffffff;
  background: #e64e0a;
  padding: 2px 8px;
  margin-right: 12px;
}
.values--hide {
  display: none;
}
.filterValue {
  margin: 0 0 1px;
}
.filterValue label::first-letter {
  text-transform: uppercase;
}
.filterValue.filterValue--prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.filterValue.filterValue--allVisible,
.filterValue.filterValue--dates {
  padding-bottom: 16px;
}
.filterValue .bncSliderinput {
  width: 100%;
}
.filterWrapper {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0 8px 8px 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 960px) {
  .filterWrapper {
    width: 237px;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .filterWrapper {
    width: 222px;
  }
}
@media (max-width: 767px) {
  .filterWrapper {
    width: 167px;
  }
}
.filterWrapper.bncOverflowedY {
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
}
.filterWrapper.bncOverflowedY--scroll {
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
}
.menuShadow + .pageBody .filterWrapper.bncOverflowedY--scroll {
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
}
.menuShadow + .pageBody .filterWrapper.bncOverflowedY--scroll.bncOverflowedY--scrollEnd {
  box-shadow: none;
}
.filterWrapper .bncCheckbox:checked + label::before,
.filterWrapper .bncCheckbox:not(:checked) + label::before {
  top: 5px;
}
.filterWrapper .bncCheckbox:checked + label::after,
.filterWrapper .bncCheckbox:not(:checked) + label::after {
  top: 5px;
  left: -5px;
}
.filterWrapper .bncLabel,
.filterWrapper h4 {
  font-size: 15px;
  line-height: 18px;
}
.filterWrapper .bncLabel::first-letter,
.filterWrapper h4::first-letter {
  text-transform: uppercase;
}
.bncTextinput.filterValue__input {
  width: 80px;
  height: 40px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}
.caret {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
  display: block;
}
.caret i {
  float: right;
  color: #838383;
}
.filterType__span--wordBreak {
  word-break: break-word;
}
.filterType__span--wordBreak p::first-letter {
  text-transform: uppercase;
}
.value-count {
  font-size: 12px;
  color: #969696;
}
.filter-value__favicon {
  position: relative;
  display: inline-block;
  width: 30px;
}
.filter-value__favicon img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -15px;
}
.productgroup--link {
  font-size: 15px;
  color: #969696;
  line-height: 29px;
}
.roleSwitcher {
  position: absolute;
  top: -40px;
  right: 150px;
}
.masterView {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.masterView .date-picker-control:link,
.masterView .date-picker-control:visited {
  margin: 0 4px;
}
.orderWrapper {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.orderSearchWrapper {
  margin: 16px 0;
}
order-search {
  display: block;
}
order-search .bncSearch {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  width: -moz-max-content;
  width: max-content;
}
order-search .bncSearch .bncSearchInput {
  height: 40px;
  max-width: none;
  border: none;
  background-position: 8px 9px;
  font-size: 15px;
}
order-search .bncSearch__closeIcon {
  font-size: 24px;
  top: 4px;
  right: 0;
  padding: 0;
}
.dateWrapper {
  margin-top: 16px;
}
.dateWrapper .bncErrorParentContainer {
  display: inline;
}
.dateWrapper .bncError {
  right: -70px;
  top: -5px;
}
.priceFilter {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
}
.dateFilter label {
  text-transform: capitalize;
}
.dateFilter input {
  width: 140px;
}
.dateFilter .bncErrorParentContainer {
  width: auto;
}
.dateFilter .bncError {
  right: 60px;
  top: -100px;
}
.dateFilter .bncError__text {
  width: 215px;
  white-space: unset;
  top: -14px;
  left: 30px;
}
.dateFilter--disabled input {
  color: #1e1e1e;
  pointer-events: none;
}
.dateFilter--disabled .date-picker-control span {
  background-color: rgba(30, 30, 30, 0.5);
}
.masterviewFiltersWrapper {
  display: none;
  background-color: #ffffff;
  padding: 8px 32px 32px 24px;
  margin-bottom: 16px;
}
.filter__title {
  font-size: 15px;
  font-weight: 700;
}
.makeRequest {
  position: absolute;
  bottom: 50px;
  right: -200px;
}
.declinedByPurchaser.declinedByPurchaser {
  margin-bottom: 24px;
}
.addToRequestBox {
  background-color: #ffffff;
  height: 150px;
  text-align: center;
  font-size: 24px;
  padding-top: 60px;
}
.detailBox {
  padding: 32px 24px;
  background-color: #ffffff;
}
.detailBox__share {
  color: #969696;
  margin-bottom: 24px;
}
.detailBox__share i {
  color: #838383;
  margin-right: 8px;
}
.detailBox__textBox {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 24px;
}
.detailBox__textBox p,
.detailBox__textBox span {
  line-height: 24px;
}
.detailBox__textBox.row {
  margin: 0;
}
.detailBox__textBox--top {
  padding-top: 24px;
}
.detailBox__textBox--bottom {
  padding-bottom: 24px;
}
.detailBox__textBox--bottomHeader {
  margin-top: 8px;
  margin-bottom: 8px;
}
.detailBox__textBox--bottomText {
  margin-bottom: 12px;
}
.detailBox__detailsAndDates {
  background-color: #f2f6f7;
}
.detailBox__detailsAndDates.row {
  margin: 0;
}
.detailBox__editInternalServiceAndDeliveryCondition,
.detailBox__editRefNumberAndQuotationRequestDate,
.detailBox__editWarehouse {
  display: flex;
}
.detailBox__editInternalServiceAndDeliveryCondition .personalDetails__block,
.detailBox__editRefNumberAndQuotationRequestDate .personalDetails__block,
.detailBox__editWarehouse .personalDetails__block {
  box-shadow: none;
}
.orderOverview__orderLines img[img-error][src*='assets/images/bnc_en_teken.svg'] {
  max-width: 60%;
  padding: 0;
}
.detailBox__download {
  display: block;
  margin: 16px 0;
  color: #969696;
}
.detailBox__download i {
  color: #838383;
}
.detailBox__download .fa-file-pdf:before {
  color: #e64e0a;
}
.requestHistory {
  background-color: #f2f6f7;
}
.requestHistory__profilePicture {
  margin-bottom: 16px;
}
.requestHistory__profilePicture img {
  width: 87px;
}
.requestHistory__sender {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}
.requestHistory__message {
  margin-bottom: 16px;
}
.requestHistory__seeMoreButton {
  text-align: right;
  color: #969696;
}
.orderItemBundleHeader {
  text-align: center;
  font-weight: 700;
}
.order__hr {
  margin-bottom: -12px;
  border: none;
  border-top: 1px solid #e5e5e5;
}
.order__hr--topMargin12 {
  margin-top: 12px;
}
.orderLineTotal {
  background-color: #b5b5b5;
  margin-top: 16px;
}
.orderLineTotalCosts p {
  text-align: right;
}
.cartTotal__containerLine--lineThroughNotBold {
  font-weight: 500;
  text-decoration: line-through;
}
.cartTotal__container__statusLink {
  font-size: 17px;
  margin-top: 20px;
  color: #0082ae;
}
.cartTotal__container__statusLink:hover {
  color: #00a8e1;
}
.orderLineUnderline {
  border-bottom: 1px solid #1e1e1e;
}
.cartButton--disabled {
  background-color: #969696;
  color: #cecece;
  cursor: default;
  border-color: #969696;
}
.requestOrderLine {
  padding-top: 12px;
  padding-bottom: 12px;
}
.detailBox__errorMessage {
  color: #e64e0a;
}
.requestItemBncError {
  top: 100%;
  right: 8px;
  height: auto;
  width: 374px;
  transform: translateY(-100%);
}
.requestBundleItemBncError {
  top: 100%;
  right: 0;
  height: auto;
  width: 374px;
  transform: translateY(-215%);
}
.savedCartDetailBox,
.savedCartItem {
  display: flex;
}
.savedCartDetailBox {
  padding-top: 24px;
  padding-bottom: 24px;
}
.savedCartItem__left,
.savedCartItem__right {
  display: flex;
  flex: 0 1 50%;
}
.savedCartDetailBox__dates,
.savedCartDetailBox__details,
.savedCartItemLeft__image,
.savedCartItemLeft__productInfo,
.savedCartItemRight__subTotal,
.savedCartItemRight__subTotalquantity {
  flex: 0 1 50%;
}
.savedCartItemRight__quantity {
  flex: 0 1 25%;
}
.savedCartItem__groupHeader {
  display: flex;
  flex: 0 1 100%;
  justify-content: space-between;
  margin-bottom: 12px;
}
.savedCartItemRight .savedCartOverview__orderLines img[img-error][src*='assets/images/bnc_en_teken.svg'] {
  max-width: 60%;
  padding: 0;
}
.userEdit__privBlock.userEdit__privBlock {
  margin-top: 24px;
  background-color: #ffffff;
}
.userEdit__privBlock.userEdit__privBlock .bncCheckbox:checked + label:after {
  top: 1px;
  left: -5px;
}
.userEdit__privBlock.userEdit__privBlock .userRow__privValue--budget {
  margin-left: -40px;
  padding-top: 4px;
  height: 24px;
  line-height: 24px;
}
.userEdit__privBlock.userEdit__privBlock .userRow__privValue--budgetPeriod {
  height: 20px;
  width: 140px;
}
.userEdit__privBlock.userEdit__privBlock .select2-selection__rendered {
  height: 20px;
  line-height: 16px;
  padding-left: 12px;
  color: #004563;
}
.userEdit__privBlock.userEdit__privBlock .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -3px;
}
.userEdit__privBlock.userEdit__privBlock .select2-container--default .select2-selection--single {
  height: 22px;
  line-height: 22px;
  color: #004563;
}
.userEdit__privBlock.userEdit__privBlock .select2-results {
  margin: 0;
  color: #004563;
}
.userEdit__privBlock.userEdit__privBlock .select2-search--dropdown {
  padding: 0;
}
.userEdit__buttons {
  position: sticky;
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
  z-index: 99;
  padding: 24px 0;
  margin: 0 -8px;
}
.userEdit__buttons::before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  left: 0;
  right: 0;
  height: 8px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  top: -8px;
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.userEdit__buttons--end {
  justify-self: flex-end;
  align-items: flex-end;
}
.userEdit__button {
  margin-right: 8px;
  min-width: 100px;
  color: #ffffff;
}
.userEdit__infoText {
  margin: -19px 0 4px;
  color: #00a8e1;
  font-size: 15px;
}
.userEdit__privilegesDisabledNote {
  padding-top: 15px;
  color: #e64e0a;
  font-size: 16px;
}
.userRow__privValue--budgetInput {
  min-width: 8em;
  width: 100%;
  border: 1px solid #ccdae0;
  padding-left: 8px;
  font-size: 13px;
}
.userRow__privValue--budgetPeriodSelect {
  z-index: 100;
  width: 140px;
}
.userRow__privValue--budgetPeriodSelect--dropDown {
  margin: 0;
  font-size: 13px;
  color: #004563;
}
.userRow__privValue--budgetPeriodOnly {
  margin-top: 10px;
}
/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
  width: 100%;
}
.span_9_of_10 {
  width: 89.84%;
}
.span_8_of_10 {
  width: 79.68%;
}
.span_7_of_10 {
  width: 69.52%;
}
.span_6_of_10 {
  width: 59.36%;
}
.span_5_of_10 {
  width: 49.2%;
}
.span_4_of_10 {
  width: 39.04%;
}
.span_3_of_10 {
  width: 28.88%;
}
.span_2_of_10 {
  width: 18.72%;
}
.span_1_of_10 {
  width: 8.56%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_10_of_10 {
    width: 100%;
  }
  .span_9_of_10 {
    width: 100%;
  }
  .span_8_of_10 {
    width: 100%;
  }
  .span_7_of_10 {
    width: 100%;
  }
  .span_6_of_10 {
    width: 100%;
  }
  .span_5_of_10 {
    width: 100%;
  }
  .span_4_of_10 {
    width: 100%;
  }
  .span_3_of_10 {
    width: 100%;
  }
  .span_2_of_10 {
    width: 100%;
  }
  .span_1_of_10 {
    width: 100%;
  }
}
/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
  width: 100%;
}
.span_10_of_11 {
  width: 90.76%;
}
.span_9_of_11 {
  width: 81.52%;
}
.span_8_of_11 {
  width: 72.29%;
}
.span_7_of_11 {
  width: 63.05%;
}
.span_6_of_11 {
  width: 53.81%;
}
.span_5_of_11 {
  width: 44.58%;
}
.span_4_of_11 {
  width: 35.34%;
}
.span_3_of_11 {
  width: 26.1%;
}
.span_2_of_11 {
  width: 16.87%;
}
.span_1_of_11 {
  width: 7.63%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_11_of_11 {
    width: 100%;
  }
  .span_10_of_11 {
    width: 100%;
  }
  .span_9_of_11 {
    width: 100%;
  }
  .span_8_of_11 {
    width: 100%;
  }
  .span_7_of_11 {
    width: 100%;
  }
  .span_6_of_11 {
    width: 100%;
  }
  .span_5_of_11 {
    width: 100%;
  }
  .span_4_of_11 {
    width: 100%;
  }
  .span_3_of_11 {
    width: 100%;
  }
  .span_2_of_11 {
    width: 100%;
  }
  .span_1_of_11 {
    width: 100%;
  }
}
/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_1_of_12 {
  width: 6.86%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_1_of_5 {
  width: 18.72%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}
/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
  width: 100%;
}
.span_5_of_6 {
  width: 83.06%;
}
.span_4_of_6 {
  width: 66.13%;
}
.span_3_of_6 {
  width: 49.2%;
}
.span_2_of_6 {
  width: 32.26%;
}
.span_1_of_6 {
  width: 15.33%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_6_of_6 {
    width: 100%;
  }
  .span_5_of_6 {
    width: 100%;
  }
  .span_4_of_6 {
    width: 100%;
  }
  .span_3_of_6 {
    width: 100%;
  }
  .span_2_of_6 {
    width: 100%;
  }
  .span_1_of_6 {
    width: 100%;
  }
}
/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
  width: 100%;
}
.span_6_of_7 {
  width: 85.48%;
}
.span_5_of_7 {
  width: 70.97%;
}
.span_4_of_7 {
  width: 56.45%;
}
.span_3_of_7 {
  width: 41.94%;
}
.span_2_of_7 {
  width: 27.42%;
}
.span_1_of_7 {
  width: 12.91%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_7_of_7 {
    width: 100%;
  }
  .span_6_of_7 {
    width: 100%;
  }
  .span_5_of_7 {
    width: 100%;
  }
  .span_4_of_7 {
    width: 100%;
  }
  .span_3_of_7 {
    width: 100%;
  }
  .span_2_of_7 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
}
/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
  width: 100%;
}
.span_7_of_8 {
  width: 87.3%;
}
.span_6_of_8 {
  width: 74.6%;
}
.span_5_of_8 {
  width: 61.9%;
}
.span_4_of_8 {
  width: 49.2%;
}
.span_3_of_8 {
  width: 36.5%;
}
.span_2_of_8 {
  width: 23.8%;
}
.span_1_of_8 {
  width: 11.1%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_8_of_8 {
    width: 100%;
  }
  .span_7_of_8 {
    width: 100%;
  }
  .span_6_of_8 {
    width: 100%;
  }
  .span_5_of_8 {
    width: 100%;
  }
  .span_4_of_8 {
    width: 100%;
  }
  .span_3_of_8 {
    width: 100%;
  }
  .span_2_of_8 {
    width: 100%;
  }
  .span_1_of_8 {
    width: 100%;
  }
}
/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
  width: 100%;
}
.span_8_of_9 {
  width: 88.71%;
}
.span_7_of_9 {
  width: 77.42%;
}
.span_6_of_9 {
  width: 66.13%;
}
.span_5_of_9 {
  width: 54.84%;
}
.span_4_of_9 {
  width: 43.55%;
}
.span_3_of_9 {
  width: 32.26%;
}
.span_2_of_9 {
  width: 20.97%;
}
.span_1_of_9 {
  width: 9.68%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_9_of_9 {
    width: 100%;
  }
  .span_8_of_9 {
    width: 100%;
  }
  .span_7_of_9 {
    width: 100%;
  }
  .span_6_of_9 {
    width: 100%;
  }
  .span_5_of_9 {
    width: 100%;
  }
  .span_4_of_9 {
    width: 100%;
  }
  .span_3_of_9 {
    width: 100%;
  }
  .span_2_of_9 {
    width: 100%;
  }
  .span_1_of_9 {
    width: 100%;
  }
}
/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: inline-block;
  margin: 0 0 0 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0;
  }
}
bnc-carousel {
  --mainColor: #e40046;
  --lightGrey: #caced5;
  --lightColor: #fff;
  --baseGrey: #b0b6bf;
  --arrowColor: var(--lightColor);
  --arrowHoverColor: var(--mainColor);
  --arrowBgColor: rgba(30, 30, 30, 0.6);
  --arrowBgHoverColor: rgba(30, 30, 30, 0.8);
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
bnc-carousel[small-view] {
  justify-content: space-between;
}
.bncCarousel {
  position: relative !important;
  height: 100%;
}
.bncCarousel__container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.bncCarousel__slider {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  transition: left 0.5s ease-in-out;
}
.bncCarousel_item {
  position: relative;
}
.bncCarouselPlaceholder {
  background: no-repeat center center var(--lightGrey) url('/assets/images/placeholders/Icon-ChannelSlide-Landscape.svg');
  background-size: 50%;
}
.bncCarousel_itemTitle {
  position: absolute;
  left: 0;
  top: 0;
}
.bncCarousel_itemLargeView {
  display: block;
}
.bncCarousel__navigator {
  overflow: hidden;
}
.bncCarousel__navigator--container {
  position: relative;
  transition: top 0.5s ease-in-out;
}
.bncCarousel_itemSmallView {
  cursor: pointer;
  display: block;
}
.bncCarousel__leftButton,
.bncCarousel__rightButton {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 48px;
  height: 48px;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: var(--arrowBgColor);
  cursor: pointer;
}
.bncCarousel__leftButton:hover,
.bncCarousel__rightButton:hover {
  background-color: var(--arrowBgHoverColor);
}
.bncCarousel__leftButton:hover::before,
.bncCarousel__rightButton:hover::before {
  color: var(--arrowHoverColor);
}
.bncCarousel__leftButton::before,
.bncCarousel__rightButton::before {
  justify-self: stretch;
  font-size: 29px;
  color: var(--arrowColor);
}
.bncCarousel__leftButton--disabled,
.bncCarousel__rightButton--disabled {
  cursor: auto;
}
.bncCarousel__leftButton--disabled::before,
.bncCarousel__rightButton--disabled::before {
  color: var(--lightGrey);
}
[small-view] .bncCarousel__leftButton {
  left: 104px;
}
.bncCarousel__rightButton {
  right: 0;
  left: auto;
}
.bncCarousel__navigationWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bncCarousel__navigation {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  display: flex;
  transform-origin: center bottom;
}
.bncCarousel__navigation .bncCarousel__navigationItem {
  display: inline-block;
  font-family: 'Roboto', Verdana, Arial;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  background-color: var(--lightColor);
  color: var(--baseGrey);
  margin: 0 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
.bncCarousel__navigation .bncCarousel__navigationItem--small {
  height: 16px;
  width: 16px;
}
.bncCarousel__navigation .bncCarousel__navigationItem--large {
  height: 32px;
  width: 32px;
}
.bncCarousel__navigation .bncCarousel__navigationItem.bncCarousel__selected {
  background-color: var(--mainColor);
  color: var(--lightColor);
}
.bncCarousel__navigation .bncCarousel__navigationItem.bncCarousel__navigationItem--disabled {
  color: var(--lightGrey);
  cursor: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#bncCanvasLoader,
#bncNormalLoader {
  display: none;
  position: fixed;
  margin: auto;
  top: 35%;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  z-index: 10000;
  width: 102px;
  height: 102px;
}
#bncNormalLoader {
  background-color: #00a8e1;
  content: 'x';
}
.bncWave {
  z-index: 100000;
  position: absolute;
  display: none;
}
.bncWave div {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #f4f6f6 url('/assets/bnc-loader/images/wave.png');
  background-size: cover;
  -webkit-animation: bncWaveScroll 1.5s linear infinite;
  animation: bncWaveScroll 6s linear infinite;
  border: none;
}
@-webkit-keyframes bncWaveScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 480px 0;
  }
}
@keyframes bncWaveScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 480px 0;
  }
}
/*
 * The Flex Grid (v1.5.1) is a lightweight responsive CSS grid using flexbox. Because we can!
 * http://jeroenoomsnl.github.io/the-flex-grid/
 */
/* Generic grid styles */
.grid {
  margin: 0 auto;
  overflow: hidden;
}
.full-height.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.full-height.grid > .row {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5em 0 -0.5em;
}
.row > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em 1em;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.row:last-child {
  margin-bottom: -1em;
}
.gutterless > .row {
  margin: 0;
}
.gutterless > .row > * {
  padding: 0;
}
.gutterless > .row:last-child {
  margin-bottom: 0;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* Default view */
.col-1 {
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-flex-basis: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-flex-basis: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-flex-basis: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-flex-basis: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.row-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.row-equal > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-equal > * > * {
  width: 100%;
}
.row-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hide {
  display: none;
}
/* Small viewport (mobile) */
@media (max-width: 767px) {
  .col-small-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-small-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-small-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-small-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-small-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-small-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-small-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-small-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-small-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-small-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-small-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-small-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-small-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-small-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-small-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .row-small-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-small-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row-small-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-small-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-small-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-small-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .row-small-equal > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-small-equal > * > * {
    width: 100%;
  }
  .row-small-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-small-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-small-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hide-small {
    display: none;
  }
}
/* Medium viewport (tablets) */
@media (min-width: 768px) and (max-width: 959px) {
  .col-medium-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-medium-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-medium-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-medium-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-medium-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-medium-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-medium-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-medium-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-medium-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-medium-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-medium-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-medium-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-medium-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-medium-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-medium-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .row-medium-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-medium-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row-medium-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-medium-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-medium-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-medium-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .row-medium-equal > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-medium-equal > * > * {
    width: 100%;
  }
  .row-medium-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-medium-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-medium-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hide-medium {
    display: none;
  }
}
/* Large viewport (desktop) */
@media (min-width: 960px) {
  .col-large-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-large-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-large-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-large-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-large-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-large-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-large-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-large-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-large-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-large-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-large-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-large-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-large-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-large-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-large-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .row-large-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-large-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row-large-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-large-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-large-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-large-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .row-large-equal > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-large-equal > * > * {
    width: 100%;
  }
  .row-large-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row-large-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-large-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hide-large {
    display: none;
  }
}
