* {
  box-sizing: border-box;
}
.pageContainer {
  background-color: transparent;
  position: relative;
}
section {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: calc(100% - 110px);
  left: 0;
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: -1;
}
section.activated {
  opacity: 1;
  visibility: visible;
}
section.active {
  z-index: 1;
}
.contentContainer {
  height: 100%;
}
.contentContainer #configurator {
  z-index: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.contentContainer #configurator .configBody {
  height: calc(100% - 70px);
  position: relative;
  width: 100%;
  background: #ffffff;
}
.contentContainer #configurator .configBody #configForm {
  height: 100%;
}
.contentContainer #configurator .configBody .section {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  section {
    top: 70px;
    height: calc(100% - 50px + 20px);
  }
}
.selectors,
.headers {
  /*    display: flex;*/
  width: 100%;
  white-space: nowrap;
}
.selectors .selector,
.headers .selector,
.selectors .header,
.headers .header {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  white-space: normal;
}
.selectors .selector.brands,
.headers .selector.brands,
.selectors .header.brands,
.headers .header.brands {
  width: 250px;
}
.selectors .selector.families,
.headers .selector.families,
.selectors .header.families,
.headers .header.families {
  width: 250px;
}
.selectors .selector.types,
.headers .selector.types,
.selectors .header.types,
.headers .header.types {
  width: calc(100% - 670px);
}
.selectors .selector.years,
.headers .selector.years,
.selectors .header.years,
.headers .header.years {
  width: 170px;
  overflow: auto !important;
}
.headers .header.years {
  overflow: hidden !important;
}
#filterSelect {
  background-color: #1d1d1b;
  height: 70px;
}
#filterSelect .headers {
  padding: 0 130px 0 150px;
  position: relative;
}
#filterSelect .headers .searchIcon {
  height: 32px;
  left: 100px;
  position: absolute;
  top: 50%;
  width: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #cc3333;
  background: #cc3333;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filterSelect .headers .searchIcon:hover {
  background: #e8e2d7;
  border-color: #e8e2d7;
  color: #1d1d1b;
}
#filterSelect .headers .searchIcon i {
  margin-left: 1px;
}
#filterSelect .headers .closeSearchIcon {
  height: 32px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 32px;
  right: 150px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filterSelect .headers .closeSearchIcon:hover {
  background: #e8e2d7;
  border-color: #e8e2d7;
  color: #1d1d1b;
}
#filterSelect .headers .closeSearchIcon.show {
  opacity: 1;
  visibility: visible;
}
#filterSelect .headers .closeSearchIcon i {
  margin-left: 1px;
}
#filterSelect .headers .header {
  color: #ffffff;
  line-height: 70px;
  text-transform: uppercase;
  text-align: left;
  opacity: 1;
  visibility: visible;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filterSelect .headers .header .label {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 70px;
  padding-right: 20px;
}
#filterSelect .headers .header .label:before {
  right: -5px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 70px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 20px;
}
#filterSelect .headers .header .label:after {
  background-color: #ffffff;
  content: "";
  bottom: 0;
  margin-bottom: 20px;
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
#filterSelect .headers .header.active {
  opacity: 1;
}
#filterSelect .headers .header:not(.active) {
  opacity: 0.2;
}
#filterSelect .headers .header.hide {
  opacity: 0;
  visibility: hidden;
}
.contentContainer #configurator .configBody #brandFilters {
  width: 100%;
}
#brandFilters {
  background-color: #282827;
  max-height: 0;
  overflow: hidden;
  z-index: 4;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#brandFilters .scrollableArea .jspContainer {
  padding: 0 0 0 20px;
}
#brandFilters .scrollableArea .jspContainer .jspPane {
  left: 20px !important;
}
#brandFilters .scrollableArea.active .jspVerticalBar {
  opacity: 1;
}
#brandFilters .scrollableArea .jspVerticalBar {
  right: 20px;
  opacity: 0;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .scrollableArea .jspVerticalBar .jspTrack {
  background-color: #252524;
  border-radius: 0px;
}
#brandFilters .scrollableArea .jspVerticalBar .jspTrack .jspDrag {
  background-color: #353534;
  border-radius: 2px;
}
#brandFilters.active {
  max-height: 100%;
}
#brandFilters .quickSearchOverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #282827;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#brandFilters .quickSearchOverlay .innerQuickSearch {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput {
  width: 370px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: 1;
  pointer-events: inherit;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput:first-child {
  margin-top: -100px;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput:last-child {
  margin-bottom: 0;
  z-index: 1;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput.hide {
  opacity: 0;
  pointer-events: none;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput.noPointers {
  pointer-events: none;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .innerSearchIcon {
  height: auto;
  left: 20px;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .innerResetIcon {
  height: 20px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .innerResetIcon.active {
  opacity: 1;
  visibility: visible;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .innerResetIcon:hover {
  background: #ffffff;
  color: #1d1d1b;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .caret {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .caret.open {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .input {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  font-weight: 500;
  padding: 20px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .input.search {
  padding-left: 50px;
  padding-right: 50px;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .input.focus {
  border: 1px solid #ffffff;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .input[disabled] {
  pointer-events: none;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown {
  height: auto;
  left: 0;
  position: absolute;
  top: 57px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown.active {
  opacity: 1;
  visibility: visible;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown .item {
  padding: 30px / 2 20px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown .item:hover {
  background: rgba(255, 255, 255, 0.3);
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown .item:last-child {
  border-bottom: none;
}
#brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown .item.noResults {
  pointer-events: none;
}
#brandFilters .selectors {
  height: 100%;
  padding: 30px 100px 30px 150px;
}
#brandFilters .selectors .selector {
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}
#brandFilters .selectors .selector .family,
#brandFilters .selectors .selector .type,
#brandFilters .selectors .selector .year {
  margin-bottom: 20px;
}
#brandFilters .selectors .selector .family:first-child,
#brandFilters .selectors .selector .type:first-child,
#brandFilters .selectors .selector .year:first-child {
  margin-top: 13px;
}
#brandFilters .selectors .selector .type {
  padding-right: 70px;
}
#brandFilters .selectors .selector .type label {
  width: 100%;
}
#brandFilters .selectors .selector .type label .label {
  width: 100%;
}
#brandFilters .selectors .selector .type label .label:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
}
#brandFilters .selectors .selector .brand,
#brandFilters .selectors .selector .family,
#brandFilters .selectors .selector .type,
#brandFilters .selectors .selector .year {
  display: flex;
  position: relative;
}
#brandFilters .selectors .selector .brand .choose,
#brandFilters .selectors .selector .family .choose,
#brandFilters .selectors .selector .type .choose,
#brandFilters .selectors .selector .year .choose {
  align-self: center;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
#brandFilters .selectors .selector .brand label,
#brandFilters .selectors .selector .family label,
#brandFilters .selectors .selector .type label,
#brandFilters .selectors .selector .year label {
  color: #535352;
  position: relative;
}
#brandFilters .selectors .selector .brand label:hover span,
#brandFilters .selectors .selector .family label:hover span,
#brandFilters .selectors .selector .type label:hover span,
#brandFilters .selectors .selector .year label:hover span {
  color: #ffffff;
}
#brandFilters .selectors .selector .brand label .label,
#brandFilters .selectors .selector .family label .label,
#brandFilters .selectors .selector .type label .label,
#brandFilters .selectors .selector .year label .label {
  font-weight: 700;
}
#brandFilters .selectors .selector .brand label span,
#brandFilters .selectors .selector .family label span,
#brandFilters .selectors .selector .type label span,
#brandFilters .selectors .selector .year label span {
  align-self: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .selectors .selector .brand label span:after,
#brandFilters .selectors .selector .family label span:after,
#brandFilters .selectors .selector .type label span:after,
#brandFilters .selectors .selector .year label span:after {
  background: #cc3333;
  border-radius: 50%;
  color: #ffffff;
  line-height: 24px;
  margin-left: 10px;
  opacity: 0;
  text-align: center;
  height: 24px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 24px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .selectors .selector .brand label .icon,
#brandFilters .selectors .selector .family label .icon,
#brandFilters .selectors .selector .type label .icon,
#brandFilters .selectors .selector .year label .icon {
  font-size: 28px;
}
#brandFilters .selectors .selector .brand label .icon.harley-davidson,
#brandFilters .selectors .selector .family label .icon.harley-davidson,
#brandFilters .selectors .selector .type label .icon.harley-davidson,
#brandFilters .selectors .selector .year label .icon.harley-davidson {
  font-size: 50px;
}
#brandFilters .selectors .selector .brand label .icon.bmw,
#brandFilters .selectors .selector .family label .icon.bmw,
#brandFilters .selectors .selector .type label .icon.bmw,
#brandFilters .selectors .selector .year label .icon.bmw {
  font-size: 50px;
}
#brandFilters .selectors .selector .brand label .icon.indian,
#brandFilters .selectors .selector .family label .icon.indian,
#brandFilters .selectors .selector .type label .icon.indian,
#brandFilters .selectors .selector .year label .icon.indian {
  font-size: 40px;
}
#brandFilters .selectors .selector .brand label .icon.victory,
#brandFilters .selectors .selector .family label .icon.victory,
#brandFilters .selectors .selector .type label .icon.victory,
#brandFilters .selectors .selector .year label .icon.victory {
  font-size: 30px;
}
#brandFilters .selectors .selector .brand [type="radio"]:not(:checked),
#brandFilters .selectors .selector .family [type="radio"]:not(:checked),
#brandFilters .selectors .selector .type [type="radio"]:not(:checked),
#brandFilters .selectors .selector .year [type="radio"]:not(:checked),
#brandFilters .selectors .selector .brand [type="radio"]:checked,
#brandFilters .selectors .selector .family [type="radio"]:checked,
#brandFilters .selectors .selector .type [type="radio"]:checked,
#brandFilters .selectors .selector .year [type="radio"]:checked {
  left: 0;
  opacity: 0;
  position: absolute;
}
#brandFilters .selectors .selector .brand [type="radio"]:checked + label span,
#brandFilters .selectors .selector .family [type="radio"]:checked + label span,
#brandFilters .selectors .selector .type [type="radio"]:checked + label span,
#brandFilters .selectors .selector .year [type="radio"]:checked + label span {
  color: #ffffff;
}
#brandFilters .selectors .selector .brand [type="radio"]:checked + label span:after,
#brandFilters .selectors .selector .family [type="radio"]:checked + label span:after,
#brandFilters .selectors .selector .type [type="radio"]:checked + label span:after,
#brandFilters .selectors .selector .year [type="radio"]:checked + label span:after {
  opacity: 1;
}
#brandFilters .selectors .selector .brand [type="radio"]:not(:checked) + label,
#brandFilters .selectors .selector .family [type="radio"]:not(:checked) + label,
#brandFilters .selectors .selector .type [type="radio"]:not(:checked) + label,
#brandFilters .selectors .selector .year [type="radio"]:not(:checked) + label,
#brandFilters .selectors .selector .brand [type="radio"]:checked + label,
#brandFilters .selectors .selector .family [type="radio"]:checked + label,
#brandFilters .selectors .selector .type [type="radio"]:checked + label,
#brandFilters .selectors .selector .year [type="radio"]:checked + label {
  cursor: pointer;
  display: flex;
  justify-content: left;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#brandFilters .selectors .selector .brand {
  justify-content: center;
  height: 80px;
}
#brandFilters .selectors .selector .brand:first-child {
  margin-top: -10px;
}
#brandFilters .selectors .selector .brand [type="radio"]:not(:checked) + label,
#brandFilters .selectors .selector .brand [type="radio"]:checked + label {
  justify-content: center;
}
#brandFilters #mobileNav {
  display: none;
}
@media all and (max-width: 1300px) {
  #filterSelect .headers {
    padding: 0 30px 0 70px;
  }
  #filterSelect .headers .searchIcon {
    left: 20px;
  }
  #filterSelect .headers .closeSearchIcon {
    right: 50px;
  }
  #brandFilters .selectors {
    padding: 30px 30px 30px 70px;
  }
  #brandFilters .selectors .selector .brand {
    height: 70px;
  }
  #brandFilters .selectors .selector .family,
  #brandFilters .selectors .selector .type,
  #brandFilters .selectors .selector .year {
    min-height: 0;
    margin-bottom: 20px;
    /*                    label{
                        min-height:30px;
                    }*/
  }
  #brandFilters .selectors .selector .family:first-child,
  #brandFilters .selectors .selector .type:first-child,
  #brandFilters .selectors .selector .year:first-child {
    margin-top: 7px;
  }
}
@media all and (max-width: 1200px) {
  .selectors .selector.brands,
  .headers .selector.brands,
  .selectors .header.brands,
  .headers .header.brands {
    width: 200px;
  }
  .selectors .selector.families,
  .headers .selector.families,
  .selectors .header.families,
  .headers .header.families {
    width: 200px;
  }
  .selectors .selector.types,
  .headers .selector.types,
  .selectors .header.types,
  .headers .header.types {
    width: calc(100% - 570px);
  }
  .selectors .selector.years,
  .headers .selector.years,
  .selectors .header.years,
  .headers .header.years {
    width: 170px;
  }
}
@media all and (max-width: 1024px) {
  .selectors,
  .headers {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .selectors .selector,
  .headers .selector,
  .selectors .header,
  .headers .header {
    width: 50% !important;
    padding: 0 50px;
  }
  .selectors .selector:first-child,
  .headers .selector:first-child,
  .selectors .header:first-child,
  .headers .header:first-child {
    padding-left: 80px;
  }
  #brandFilters,
  #filterSelect {
    white-space: nowrap;
  }
  #brandFilters .selectors,
  #filterSelect .selectors,
  #brandFilters .headers,
  #filterSelect .headers {
    margin-left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #brandFilters .selectors .scrollableArea .jspContainer .jspPane,
  #filterSelect .selectors .scrollableArea .jspContainer .jspPane,
  #brandFilters .headers .scrollableArea .jspContainer .jspPane,
  #filterSelect .headers .scrollableArea .jspContainer .jspPane {
    left: 50px !important;
  }
  #brandFilters .selectors .type,
  #filterSelect .selectors .type,
  #brandFilters .headers .type,
  #filterSelect .headers .type {
    white-space: normal;
    padding-right: 90px !important;
  }
  #brandFilters .selectors .header .label,
  #filterSelect .selectors .header .label,
  #brandFilters .headers .header .label,
  #filterSelect .headers .header .label {
    white-space: normal;
  }
  .contentContainer #configurator #brandFilters .selectors {
    height: calc(100% - 70px);
  }
  #brandFilters #mobileNav {
    display: block;
    background-color: #1d1d1b;
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 50px;
    line-height: 70px;
    color: #ffffff;
  }
  #brandFilters #mobileNav #previousSelector {
    float: left;
    line-height: 70px;
    padding-right: 20px;
    cursor: pointer;
  }
  #brandFilters #mobileNav #nextSelector {
    float: right;
    line-height: 70px;
    padding-left: 20px;
    cursor: pointer;
  }
  #brandFilters #mobileNav i {
    opacity: 1;
  }
  #brandFilters #mobileNav i.disabled {
    opacity: 0.2;
  }
  #filterSelect {
    position: relative;
  }
  #filterSelect .mobileActiveHeader {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #1d1d1b;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #filterSelect .mobileActiveHeader.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #filterSelect .mobileActiveHeader .filters,
  #filterSelect .mobileActiveHeader .overview {
    padding-left: 50px;
    line-height: 70px;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    cursor: pointer;
  }
  #filterSelect .mobileActiveHeader .filters .label,
  #filterSelect .mobileActiveHeader .overview .label {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
  }
  #filterSelect .mobileActiveHeader .filters .fa-sort-down,
  #filterSelect .mobileActiveHeader .overview .fa-sort-down {
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
  }
  #filterSelect .mobileActiveHeader .overview {
    background: #424242;
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #filterSelect .mobileActiveHeader .overview.active {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media all and (max-width: 767px) {
  .selectors .selector,
  .headers .selector,
  .selectors .header,
  .headers .header {
    width: 100% !important;
    padding: 0 20px;
  }
  #brandFilters .selectors .scrollableArea .jspContainer .jspPane,
  #filterSelect .selectors .scrollableArea .jspContainer .jspPane,
  #brandFilters .headers .scrollableArea .jspContainer .jspPane,
  #filterSelect .headers .scrollableArea .jspContainer .jspPane {
    left: 20px !important;
  }
  #filterSelect .headers .closeSearchIcon {
    right: 20px;
    top: 107px;
    position: fixed;
  }
  #brandFilters .selectors {
    padding: 10px 30px;
  }
  #brandFilters .selectors .selector {
    min-height: auto;
    overflow: auto;
  }
  #brandFilters .selectors .selector .brand .choose,
  #brandFilters .selectors .selector .family .choose,
  #brandFilters .selectors .selector .type .choose,
  #brandFilters .selectors .selector .year .choose {
    display: none;
  }
  #brandFilters #mobileNav {
    display: block;
    background-color: #1d1d1b;
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 70px;
    color: #ffffff;
  }
  #filterSelect .mobileActiveHeader .filters,
  #filterSelect .mobileActiveHeader .overview {
    padding-left: 20px;
  }
  #filterSelect .mobileActiveHeader .filters .label,
  #filterSelect .mobileActiveHeader .overview .label {
    margin-right: 10px;
  }
  #filterSelect .mobileActiveHeader .overview {
    padding-left: 0;
    padding-right: 20px;
  }
  #brandFilters .quickSearchOverlay .innerQuickSearch {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput {
    width: 100%;
  }
  #brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput:first-child {
    margin-top: 0;
  }
  #brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput input {
    font-size: 16px;
  }
  #brandFilters .quickSearchOverlay .innerQuickSearch .quickSearchInput .dropdown {
    top: 59px;
  }
}
@media all and (max-width: 470px) {
  #filterSelect .mobileActiveHeader .overview .label {
    display: inline-block;
    max-width: 100px;
    word-break: break-word;
    white-space: normal;
    text-align: left;
    line-height: 12px;
    font-size: 10px;
    padding-left: 10px;
  }
  #filterSelect .mobileActiveHeader .filters .label,
  #filterSelect .mobileActiveHeader .overview .label {
    font-size: 10px;
  }
}
.contentContainer #configurator.finished #filterSelect {
  opacity: 0;
  visibility: hidden;
}
.contentContainer #configurator.finished .configBody #bikePreview {
  left: 40%;
  width: 60%;
}
.contentContainer #configurator.finished .configBody #bikePreview .underlay {
  opacity: 0;
  visibility: hidden;
}
.contentContainer #configurator.hideControls .configBody #bikePreview .toolbox {
  opacity: 0;
  visibility: hidden;
}
.contentContainer #configurator.hideControls .configBody .ctaContainer {
  opacity: 0;
  visibility: hidden;
}
.contentContainer #configurator .configBody #bikePreview {
  position: relative;
  width: 100%;
}
.buttonWrapper {
  padding: 30px 80px 0;
  width: 100%;
}
.buttonWrapper .button {
  border-radius: 0;
  cursor: normal;
  height: 70px;
  line-height: 70px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttonWrapper .button.primary {
  cursor: default;
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttonWrapper .button.primary:hover {
  background: #000000;
  border-color: #000000;
}
.buttonWrapper .button .fas {
  padding-right: 10px;
}
.buttonWrapper .button.active {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttonWrapper .button.active.primary {
  background: #379551;
  border-color: #379551;
  opacity: 1;
}
.buttonWrapper .button.active.primary:hover {
  background: #207f3b;
  border-color: #207f3b;
  color: #ffffff;
}
.priceWrapper {
  height: 70px;
  padding: 0 80px;
  width: 100%;
}
.priceWrapper .totals {
  color: #1d1d1b;
  text-align: right;
}
.priceWrapper .totals .body .description {
  font-family: "BebasNeue";
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.priceWrapper .totals .footer {
  max-width: 300px;
  float: right;
}
.priceWrapper .totals .footer .description,
.priceWrapper .totals .footer .epcode {
  font-size: 12px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.priceWrapper .totals .footer .description.hidden,
.priceWrapper .totals .footer .epcode.hidden {
  opacity: 0;
}
.ctaContainer {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  height: 170px;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ctaContainer.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ctaContainer .memoMessage {
  display: none;
}
#bikePreview {
  overflow: hidden;
  z-index: 3;
}
#bikePreview.zoom .ctaContainer {
  -webkit-transform: translate(0, 170px);
  -moz-transform: translate(0, 170px);
  -o-transform: translate(0, 170px);
  -ms-transform: translate(0, 170px);
  transform: translate(0, 170px);
}
#bikePreview.zoom .previewContainer .underlay {
  height: 0;
}
#bikePreview.overview .previewContainer .underlay {
  height: 100%;
}
#bikePreview.overview .previewContainer .bikeImageWrapper {
  -webkit-transform: translate(0, -470px) !important;
  -moz-transform: translate(0, -470px) !important;
  -o-transform: translate(0, -470px) !important;
  -ms-transform: translate(0, -470px) !important;
  transform: translate(0, -470px) !important;
}
#bikePreview.overview .orderOverview .orderSpecs {
  height: 450px;
  margin-bottom: 70px;
}
#bikePreview.overview .orderOverview .orderSpecs .columnWrapper {
  opacity: 1;
}
#bikePreview.overview .toolbox .iconLink .fa {
  border: 2px solid #f6f3ef;
}
#bikePreview .loadAnimation {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, pointer-events 0.3s;
  -moz-transition: opacity 0.3s, pointer-events 0.3s;
  -ms-transition: opacity 0.3s, pointer-events 0.3s;
  -o-transition: opacity 0.3s, pointer-events 0.3s;
  transition: opacity 0.3s, pointer-events 0.3s;
}
#bikePreview .loadAnimation.show {
  opacity: 1;
  pointer-events: inherit;
}
#bikePreview .loadAnimation img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#bikePreview .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #1d1d1b;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .overlay.active {
  opacity: 0.4;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .tutArrow {
  position: absolute;
  top: 30px;
  left: 42px;
  z-index: 1;
  color: #cc3333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .tutArrow.hidden {
  opacity: 0;
  visibility: hidden;
}
#bikePreview .tutArrow .fas {
  margin-right: 20px;
  animation: arrowAnim 2s infinite;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
#bikePreview .memo {
  position: absolute;
  color: #cc3333;
  left: 80px;
  line-height: 20px;
  font-weight: 500;
  top: 60px;
  max-width: 500px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .memo span {
  display: block;
}
#bikePreview .memo.hide {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .memo .globalMemo {
  position: relative;
  color: #1d1d1b;
  font-weight: 400;
}
#bikePreview .memo .globalMemo i {
  color: #e9cb02;
  height: auto;
  left: -30px;
  position: absolute;
  top: 3px;
  width: auto;
}
#bikePreview .orderSpecs .memo {
  position: static;
  margin-top: -10px;
  padding-bottom: 5px;
}
#bikePreview .toolbox {
  opacity: 1;
  right: 75px;
  text-align: right;
  visibility: visible;
  z-index: 4;
  height: auto;
  left: auto;
  position: absolute;
  top: 35px;
  width: 200px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .toolbox .iconLink {
  color: #1d1d1b;
  display: block;
  line-height: 45px;
  padding-bottom: 15px;
  font-weight: 500;
}
#bikePreview .toolbox .iconLink.disabled {
  opacity: 0.3;
  cursor: normal;
}
#bikePreview .toolbox .iconLink.disabled:hover .fa {
  border: 2px solid #e8e2d7;
}
#bikePreview .toolbox .iconLink.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#bikePreview .toolbox .iconLink:hover .fa {
  border-color: #1d1d1b;
}
#bikePreview .toolbox .iconLink .fa {
  border: 2px solid #e8e2d7;
  border-radius: 50%;
  height: 45px;
  margin-left: 5px;
  line-height: 43px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .previewContainer {
  height: 100%;
  position: relative;
  width: 100%;
}
#bikePreview .previewContainer .underlay {
  background-color: #e8e2d7;
  bottom: 0;
  z-index: -1;
  height: 35%;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .previewContainer .bikeImageWrapper {
  background-image: url('../img/loader.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 100px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .previewContainer .bikeImageWrapper.loaded {
  background-image: none;
}
#bikePreview .previewContainer .bikeImageWrapper.loaded img {
  opacity: 1;
}
#bikePreview .previewContainer .bikeImageWrapper .loading {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#bikePreview .previewContainer .bikeImageWrapper .loading img {
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#bikePreview .previewContainer .bikeImageWrapper img {
  opacity: 0;
  object-fit: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bikePreview .previewContainer .bikeImageWrapper img {
    /* IE10+ CSS styles go here */
    display: block;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
  }
}
#bikePreview .orderOverview .column .productRow.epcode {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0;
}
#bikePreview .orderOverview .column .productRow.epcode .header {
  padding-top: 0;
  opacity: 0.6;
}
#bikePreview .orderOverview,
#bikePreview .orderOverviewPopup {
  bottom: 0;
  color: #ffffff;
  z-index: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
#bikePreview .orderOverview .orderSpecs,
#bikePreview .orderOverviewPopup .orderSpecs {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .orderOverview .columnWrapper,
#bikePreview .orderOverviewPopup .columnWrapper {
  display: flex;
  opacity: 0;
  padding: 0 80px;
  width: calc(100% - 100px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .orderOverview .column,
#bikePreview .orderOverviewPopup .column {
  padding: 0 15px;
}
#bikePreview .orderOverview .column .title.bigger,
#bikePreview .orderOverviewPopup .column .title.bigger {
  font-size: 60px;
  line-height: 60px;
}
#bikePreview .orderOverview .column:first-child,
#bikePreview .orderOverviewPopup .column:first-child {
  padding-left: 0;
}
#bikePreview .orderOverview .column:last-child,
#bikePreview .orderOverviewPopup .column:last-child {
  padding-right: 0;
}
#bikePreview .orderOverview .column.header,
#bikePreview .orderOverviewPopup .column.header {
  width: 290px;
}
#bikePreview .orderOverview .column.header .title,
#bikePreview .orderOverviewPopup .column.header .title {
  text-transform: uppercase;
}
#bikePreview .orderOverview .column.productTable,
#bikePreview .orderOverviewPopup .column.productTable {
  flex-grow: 1;
  padding-left: 100px;
  position: relative;
}
#bikePreview .orderOverview .column.bikeDetails,
#bikePreview .orderOverviewPopup .column.bikeDetails {
  width: 250px;
}
#bikePreview .orderOverview .column.priceTotal,
#bikePreview .orderOverviewPopup .column.priceTotal {
  align-self: flex-end;
  width: 150px;
}
#bikePreview .orderOverview .column .productRow,
#bikePreview .orderOverviewPopup .column .productRow {
  border-bottom: 2px solid #bab5ac;
  color: #1d1d1b;
  width: 100%;
}
#bikePreview .orderOverview .column .productRow.bodies,
#bikePreview .orderOverviewPopup .column .productRow.bodies {
  border-bottom: none;
}
#bikePreview .orderOverview .column .productRow.accessoires .body .description > span,
#bikePreview .orderOverviewPopup .column .productRow.accessoires .body .description > span {
  position: relative;
}
#bikePreview .orderOverview .column .productRow.accessoires .body .code,
#bikePreview .orderOverviewPopup .column .productRow.accessoires .body .code {
  line-height: 17px;
}
#bikePreview .orderOverview .column .productRow.hidden,
#bikePreview .orderOverviewPopup .column .productRow.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#bikePreview .orderOverview .column .productRow:first-child .header,
#bikePreview .orderOverviewPopup .column .productRow:first-child .header {
  padding-top: 0;
}
#bikePreview .orderOverview .column .productRow .header,
#bikePreview .orderOverviewPopup .column .productRow .header,
#bikePreview .orderOverview .column .productRow .body,
#bikePreview .orderOverviewPopup .column .productRow .body {
  display: flex;
  line-height: 25px;
}
#bikePreview .orderOverview .column .productRow .header .description,
#bikePreview .orderOverviewPopup .column .productRow .header .description,
#bikePreview .orderOverview .column .productRow .body .description,
#bikePreview .orderOverviewPopup .column .productRow .body .description {
  flex-grow: 1;
}
#bikePreview .orderOverview .column .productRow .header .price,
#bikePreview .orderOverviewPopup .column .productRow .header .price,
#bikePreview .orderOverview .column .productRow .body .price,
#bikePreview .orderOverviewPopup .column .productRow .body .price {
  width: 65px;
}
#bikePreview .orderOverview .column .productRow .header,
#bikePreview .orderOverviewPopup .column .productRow .header {
  padding-top: 5px;
  font-weight: 700;
}
#bikePreview .orderOverview .column .productRow .header .description,
#bikePreview .orderOverviewPopup .column .productRow .header .description {
  text-transform: uppercase;
}
#bikePreview .orderOverview .column .productRow .header .price,
#bikePreview .orderOverviewPopup .column .productRow .header .price {
  font-family: "BebasNeue";
  font-size: 21px;
  font-weight: 700;
}
#bikePreview .orderOverview .column .productRow .body,
#bikePreview .orderOverviewPopup .column .productRow .body {
  padding-bottom: 5px;
  font-weight: 400;
  position: relative;
}
#bikePreview .orderOverview .column .productRow .body .code,
#bikePreview .orderOverviewPopup .column .productRow .body .code {
  position: absolute;
  left: -100px;
  top: 0;
}
#bikePreview .orderOverview .column .bikeDetail,
#bikePreview .orderOverviewPopup .column .bikeDetail {
  color: #1d1d1b;
  line-height: 25px;
}
#bikePreview .orderOverview .column .bikeDetail:first-child .header,
#bikePreview .orderOverviewPopup .column .bikeDetail:first-child .header {
  padding-top: 0;
}
#bikePreview .orderOverview .column .bikeDetail .header,
#bikePreview .orderOverviewPopup .column .bikeDetail .header {
  padding-top: 6px;
}
#bikePreview .orderOverview .column .bikeDetail .header .description,
#bikePreview .orderOverviewPopup .column .bikeDetail .header .description {
  text-transform: uppercase;
  font-weight: 700;
}
#bikePreview .orderOverview .column .bikeDetail .body,
#bikePreview .orderOverviewPopup .column .bikeDetail .body {
  padding-bottom: 6px;
}
#bikePreview .orderOverviewPopup {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .orderOverviewPopup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .orderOverviewPopup .popupBackground {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
  background: #1d1d1b;
}
#bikePreview .orderOverviewPopup .iconLink {
  color: #1d1d1b;
  display: block;
  line-height: 45px;
  padding-bottom: 15px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
#bikePreview .orderOverviewPopup .iconLink.disabled {
  opacity: 0.3;
  cursor: normal;
}
#bikePreview .orderOverviewPopup .iconLink.disabled:hover .fa {
  border: 2px solid #e8e2d7;
}
#bikePreview .orderOverviewPopup .iconLink.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#bikePreview .orderOverviewPopup .iconLink .fa {
  background: #f6f3ef;
  border: 2px solid #e8e2d7;
  border-radius: 50%;
  height: 45px;
  margin-left: 5px;
  line-height: 43px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#bikePreview .orderOverviewPopup .orderSpecs {
  position: relative;
  background: #f6f3ef;
  height: 100%;
  overflow: auto;
}
#bikePreview .orderOverviewPopup .orderSpecs .columnWrapper {
  opacity: 1;
  padding: 20px 20px 70px 20px;
  display: block;
  width: 100%;
}
#bikePreview .orderOverviewPopup .orderSpecs .columnWrapper .column {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
#bikePreview .orderOverviewPopup .orderSpecs .columnWrapper .column.header .title {
  font-size: 50px;
  line-height: 40px;
  color: #1d1d1b;
}
#bikePreview .orderOverviewPopup .orderSpecs .columnWrapper .column .bikeDetail .header {
  padding-top: 0;
}
#bikePreview .orderOverviewPopup .orderSpecs .buttonWrapper {
  padding: 0;
  width: calc(100% - 100px);
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
}
#bikePreview .orderOverviewPopup .orderSpecs .buttonWrapper .button {
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
}
#bikePreview .orderOverviewPopup .priceWrapper .totals,
#bikePreview .orderOverviewPopup .priceWrapper .body,
#bikePreview .orderOverviewPopup .priceWrapper .footer {
  text-align: left;
  float: none;
}
#bikePreview .globalMemo {
  color: #1d1d1b;
  margin-bottom: 20px;
}
#bikePreview .globalMemo.mobile {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
#bikePreview .globalMemo i {
  color: #e9cb02;
  margin-bottom: 10px;
}
#bikePreview .orderOverviewPopup .column .productRow .body .code {
  position: static;
  left: 0;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid black;
  padding-left: 10px;
  line-height: 15px;
}
.toolbox.mobile {
  height: auto;
  display: none;
}
.toolbox.mobile > div {
  height: 100px;
}
.toolbox.mobile .printIndicator {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 13px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.printPopup {
  opacity: 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.printPopup .title {
  text-align: center;
  margin: 20px 0px;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
}
.printPopup .mailForm {
  position: absolute;
  margin-top: 50px;
  left: 50%;
  top: 50%;
  padding: 40px;
  bottom: auto;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -40%) scale(0.9);
  -moz-transform: translate(-50%, -40%) scale(0.9);
  -o-transform: translate(-50%, -40%) scale(0.9);
  -ms-transform: translate(-50%, -40%) scale(0.9);
  transform: translate(-50%, -40%) scale(0.9);
  max-width: 430px;
}
.printPopup .downloadPrintText {
  cursor: pointer;
}
.printPopup .downloadPrint {
  margin-top: 20px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.printPopup .downloadPrint:hover {
  opacity: 0.4;
}
.printPopup .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000000;
  opacity: 0.3;
}
.printPopup .buttons {
  margin-top: 20px;
}
.printPopup.show {
  opacity: 1;
  pointer-events: all;
}
.printPopup.show .mailForm {
  margin-top: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: margin-top 0.3s, opacity 0.3s, transform 0.3s;
  -moz-transition: margin-top 0.3s, opacity 0.3s, transform 0.3s;
  -ms-transition: margin-top 0.3s, opacity 0.3s, transform 0.3s;
  -o-transition: margin-top 0.3s, opacity 0.3s, transform 0.3s;
  transition: margin-top 0.3s, opacity 0.3s, transform 0.3s;
}
@media all and (max-height: 760px) {
  #bikePreview .toolbox .iconLink.zoom {
    display: none;
  }
}
@media all and (max-height: 720px) {
  #bikePreview.overview .orderOverview .orderSpecs {
    height: auto;
    margin-bottom: 100px;
  }
  #bikePreview .orderOverview .column .productRow .header {
    padding-top: 5px;
  }
  #bikePreview .orderOverview .column .productRow .body {
    padding-bottom: 5px;
    font-size: 12px;
  }
  #bikePreview .orderOverview .column .productRow .body .description {
    line-height: 22px;
  }
  #bikePreview .memo {
    top: 40px;
  }
  #bikePreview .toolbox .iconLink {
    line-height: 25px;
    padding-bottom: 10px;
  }
  #bikePreview .toolbox .iconLink .fa {
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  #bikePreview .previewContainer .underlay {
    height: 180px;
  }
}
@media all and (max-width: 1300px) {
  #bikePreview .toolbox {
    right: 50px;
  }
  #bikePreview .tutArrow {
    left: 22px;
  }
  #bikePreview .tutArrow .fas {
    margin-right: 10px;
  }
  .priceWrapper,
  #bikePreview .orderOverview .columnWrapper {
    padding: 0 50px;
  }
  .priceWrapper .column:first-child,
  #bikePreview .orderOverview .columnWrapper .column:first-child {
    padding-left: 0;
  }
  .priceWrapper .column:last-child,
  #bikePreview .orderOverview .columnWrapper .column:last-child {
    padding-right: 0;
  }
  .buttonWrapper {
    padding: 30px 50px 0;
  }
  #bikePreview .memo {
    left: 50px;
  }
}
@media all and (max-width: 1245px) {
  #bikePreview .orderOverview .column {
    /*                &.productTable{
                    padding-left:0;
                }*/
  }
  #bikePreview .orderOverview .column.header {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #bikePreview .toolbox {
    width: auto;
  }
  #bikePreview .toolbox .iconLink .label {
    display: none;
  }
  #bikePreview .toolbox .iconLink.zoom,
  #bikePreview .toolbox .iconLink.overview {
    display: none;
  }
  #bikePreview .toolbox .iconLink .fa {
    margin-left: 0;
  }
  #bikePreview .orderOverviewPopup {
    display: block;
  }
  #bikePreview .orderOverviewPopup .orderSpecs .columnWrapper .column {
    font-size: 12px;
  }
  #bikePreview .memo {
    display: none;
  }
  #bikePreview .orderSpecs .memo {
    display: block;
  }
  #bikePreview .orderSpecs .memo.hide {
    display: none;
  }
  .ctaContainer .memoMessage {
    display: none;
    position: absolute;
    top: -45px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    right: 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-align: right;
  }
  .ctaContainer .memoMessage i {
    margin-right: 5px;
    color: #e9cb02;
  }
  .ctaContainer .memoMessage .innerLabel {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .ctaContainer .memoMessage.show {
    display: block;
  }
  .printPopup .mailForm {
    width: 360px;
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  #bikePreview .orderOverviewPopup .orderSpecs .buttonWrapper {
    width: calc(100% - 50px);
  }
  #bikePreview .tutArrow {
    top: 90px;
    left: 15px;
  }
  #bikePreview .tutArrow .fas {
    -webkit-transform: rotate(90deg) translateY(0);
    -moz-transform: rotate(90deg) translateY(0);
    -o-transform: rotate(90deg) translateY(0);
    -ms-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
    animation: arrowAnimTop 2s infinite;
  }
  #bikePreview .toolbox {
    left: 0;
    right: auto;
    width: 50px;
    top: auto;
    bottom: 35px;
    position: fixed;
    z-index: 1;
    text-align: center;
    display: none;
  }
  #bikePreview .previewContainer .underlay {
    height: 40%;
  }
  #bikePreview .previewContainer .bikeImageWrapper {
    width: 100%;
    top: -20px;
  }
  #bikePreview .priceWrapper {
    height: 60px;
  }
  #bikePreview .priceWrapper .totals .footer .description,
  #bikePreview .priceWrapper .totals .footer .epcode {
    font-size: 10px;
  }
  #bikePreview .priceWrapper,
  #bikePreview #bikePreview .orderOverview .columnWrapper {
    padding: 0 20px;
    width: 100%;
  }
  #bikePreview .priceWrapper .totals .body .description,
  #bikePreview #bikePreview .orderOverview .columnWrapper .totals .body .description {
    font-size: 25px;
  }
  #bikePreview .priceWrapper .totals .footer,
  #bikePreview #bikePreview .orderOverview .columnWrapper .totals .footer {
    max-width: 100%;
  }
  #bikePreview .ctaContainer {
    height: 120px;
    z-index: 10;
  }
  #bikePreview .ctaContainer .buttonWrapper {
    padding: 10px 0 0;
  }
  #bikePreview .ctaContainer .buttonWrapper .button {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .orderOverviewPopup {
    display: block;
  }
  .orderOverviewPopup .orderSpecs .buttonWrapper {
    width: calc(100% - 50px);
  }
  .ctaContainer .memoMessage {
    right: 20px;
  }
  .toolbox.mobile {
    opacity: 1;
    left: 0;
    right: auto;
    width: 50px;
    top: auto;
    bottom: 35px;
    position: fixed;
    z-index: 1;
    text-align: center;
    visibility: visible;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toolbox.mobile.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .toolbox.mobile .iconLink {
    color: #1d1d1b;
    display: block;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: 500;
  }
  .toolbox.mobile .iconLink.disabled {
    opacity: 0.3;
    cursor: normal;
  }
  .toolbox.mobile .iconLink.disabled:hover .fa {
    border: 2px solid #e8e2d7;
  }
  .toolbox.mobile .iconLink.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .toolbox.mobile .iconLink:hover .fa {
    border-color: #1d1d1b;
  }
  .toolbox.mobile .iconLink .fa {
    border: 2px solid #e8e2d7;
    border-radius: 50%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@-webkit-keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowAnim {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes arrowAnimTop {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(-10px);
    -moz-transform: rotate(90deg) translateX(-10px);
    -o-transform: rotate(90deg) translateX(-10px);
    -ms-transform: rotate(90deg) translateX(-10px);
    transform: rotate(90deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@-moz-keyframes arrowAnimTop {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(-10px);
    -moz-transform: rotate(90deg) translateX(-10px);
    -o-transform: rotate(90deg) translateX(-10px);
    -ms-transform: rotate(90deg) translateX(-10px);
    transform: rotate(90deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@-o-keyframes arrowAnimTop {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(-10px);
    -moz-transform: rotate(90deg) translateX(-10px);
    -o-transform: rotate(90deg) translateX(-10px);
    -ms-transform: rotate(90deg) translateX(-10px);
    transform: rotate(90deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
@keyframes arrowAnimTop {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(-10px);
    -moz-transform: rotate(90deg) translateX(-10px);
    -o-transform: rotate(90deg) translateX(-10px);
    -ms-transform: rotate(90deg) translateX(-10px);
    transform: rotate(90deg) translateX(-10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
  }
}
.menuOpen #productOptions {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#productOptions {
  height: 100%;
  left: -150px;
  opacity: 1;
  padding-top: 70px;
  position: relative;
  width: 150px;
  -webkit-transition: opacity 0.3s 0.6s, width 0.3s 0.6s, height 0s;
  -moz-transition: opacity 0.3s 0.6s, width 0.3s 0.6s, height 0s;
  -ms-transition: opacity 0.3s 0.6s, width 0.3s 0.6s, height 0s;
  -o-transition: opacity 0.3s 0.6s, width 0.3s 0.6s, height 0s;
  transition: opacity 0.3s 0.6s, width 0.3s 0.6s, height 0s;
}
#productOptions .scrollableArea.active .jspVerticalBar {
  opacity: 1;
}
#productOptions .scrollableArea .jspVerticalBar {
  left: 150px;
  opacity: 0;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .scrollableArea .jspVerticalBar .jspTrack {
  background-color: #e8e8e8;
  border-radius: 0px;
}
#productOptions .scrollableArea .jspVerticalBar .jspTrack .jspDrag {
  background-color: #a7a7a7;
  border-radius: 2px;
}
#productOptions.disabled .column {
  opacity: 0;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
#productOptions.disabled .block {
  opacity: 0.2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#productOptions .products {
  margin-left: 150px;
  overflow: hidden;
  width: 0 !important;
  z-index: -1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .products .jspContainer .product .block.price {
  margin-left: 155px;
}
#productOptions .column {
  z-index: 4;
  height: calc(100% - 70px);
  left: 0;
  position: absolute;
  top: 70px;
  width: 150px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .column .block {
  background-color: #f1f1f1;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
  height: 150px;
  opacity: 1;
  width: 150px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: 80px;
  background-position: center center;
  background-repeat: no-repeat;
}
#productOptions .column .block.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#productOptions .column .block[data-category="bodies"] {
  background-size: 90px;
}
#productOptions .column .block.category {
  border-left: 1px solid #d3d3d3;
}
#productOptions .column .block.category:hover .products {
  width: 400px !important;
}
#productOptions .column .block.product {
  position: relative;
}
#productOptions .column .block.product:hover .price {
  width: 250px;
}
#productOptions .column .block.price {
  background-color: #f1f1f1;
  border: none;
  display: flex;
  margin-left: 150px;
  overflow: hidden;
  z-index: -1;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
#productOptions .column .block.price .priceLabel {
  align-self: center;
  padding: 0 10px;
  min-width: 250px;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#productOptions .column .block.price .priceLabel .labelTitle {
  display: block;
}
#productOptions .column .block.price .priceLabel .labelPrice {
  display: block;
  font-family: "BebasNeue";
  font-size: 21px;
  font-weight: 700;
}
#productOptions .column .block:hover {
  background-color: #e4e4e4;
}
#productOptions .column .block label {
  color: #1d1d1b;
  position: relative;
}
#productOptions .column .block label .label {
  font-weight: 700;
  text-align: center;
}
#productOptions .column .block label span {
  align-self: flex-end;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .column .block label span .text {
  padding: 0 10px;
  display: block;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 13px;
}
#productOptions .column .block label span.image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}
#productOptions .column .block label span:after {
  background: #cc3333;
  border-radius: 50%;
  color: #ffffff;
  line-height: 24px;
  opacity: 0;
  right: 10px;
  text-align: center;
  height: 24px;
  left: auto;
  position: absolute;
  top: 10px;
  width: 24px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .column .block [type="radio"]:not(:checked),
#productOptions .column .block [type="radio"]:checked,
#productOptions .column .block [type="checkbox"]:not(:checked),
#productOptions .column .block [type="checkbox"]:checked {
  left: 0;
  opacity: 0;
  position: absolute;
}
#productOptions .column .block [type="radio"]:checked + label span:after,
#productOptions .column .block [type="checkbox"]:checked + label span:after {
  opacity: 1;
}
#productOptions .column .block [type="radio"]:not(:checked) + label,
#productOptions .column .block [type="radio"]:checked + label,
#productOptions .column .block [type="checkbox"]:not(:checked) + label,
#productOptions .column .block [type="checkbox"]:checked + label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#productOptions .column .block [type="radio"]:not(:checked) + label.productLabel,
#productOptions .column .block [type="radio"]:checked + label.productLabel,
#productOptions .column .block [type="checkbox"]:not(:checked) + label.productLabel,
#productOptions .column .block [type="checkbox"]:checked + label.productLabel {
  padding: 30px;
}
@media all and (max-height: 1100px) {
  #productOptions .column .block {
    height: 130px;
  }
  #productOptions .column .block.price {
    height: 130px;
  }
}
@media all and (max-height: 980px) {
  #productOptions .column .block {
    height: 110px;
  }
  #productOptions .column .block.price {
    height: 110px;
  }
}
@media all and (max-height: 860px) {
  #productOptions .column .block {
    height: 100px;
  }
  #productOptions .column .block.price {
    height: 100px;
  }
}
@media all and (max-height: 800px) {
  #productOptions .column .block {
    height: 90px !important;
    background-size: 30% !important;
  }
  #productOptions .column .block.price {
    height: 70px !important;
  }
  #productOptions .column .block label span.image {
    background-size: 50% !important;
  }
}
@media all and (max-height: 720px) {
  #productOptions .column .block {
    height: 80px !important;
    background-size: 30% !important;
    background-position: center 5px !important;
  }
  #productOptions .column .block.price {
    height: 70px !important;
  }
  #productOptions .column .block [type="radio"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="radio"]:checked + label.productLabel,
  #productOptions .column .block [type="checkbox"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="checkbox"]:checked + label.productLabel {
    padding: 20px;
  }
  #productOptions .column .block label span.image {
    background-size: 40% !important;
  }
}
@media all and (max-height: 670px) {
  #productOptions .column .block {
    height: 65px !important;
    background-size: 30% !important;
    background-position: center 0px !important;
  }
  #productOptions .column .block.price {
    height: 70px !important;
  }
  #productOptions .column .block [type="radio"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="radio"]:checked + label.productLabel,
  #productOptions .column .block [type="checkbox"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="checkbox"]:checked + label.productLabel {
    padding: 10px 20px;
  }
  #productOptions .column .block label span.image {
    background-size: 40% !important;
  }
}
@media all and (max-width: 1100px) {
  #productOptions .column .block label span .text {
    font-size: 12px;
    line-height: 12px;
  }
  #productOptions {
    width: 100px;
    left: -100px;
  }
  #productOptions .column,
  #productOptions .column.headerSets {
    width: 100px;
  }
  #productOptions .column .block,
  #productOptions .column.headerSets .block {
    width: 100px;
    height: 100px;
    background-size: 50px;
    background-position: center 15px;
  }
  #productOptions .column .block[data-category="bodies"],
  #productOptions .column.headerSets .block[data-category="bodies"] {
    background-size: 50px;
  }
  #productOptions .column .block.price,
  #productOptions .column.headerSets .block.price {
    height: 100px;
    width: 250px;
    margin-left: 100px;
    background: rgba(241, 241, 241, 0.8);
    border-bottom: 1px solid #d3d3d3;
  }
  #productOptions .scrollableArea.active .jspVerticalBar {
    opacity: 1;
  }
  #productOptions .scrollableArea .jspVerticalBar {
    left: 100px;
    opacity: 0;
    width: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #productOptions .scrollableArea .jspVerticalBar .jspTrack {
    background-color: #e8e8e8;
    border-radius: 0px;
  }
  #productOptions .scrollableArea .jspVerticalBar .jspTrack .jspDrag {
    background-color: #a7a7a7;
    border-radius: 2px;
  }
  #productOptions .products {
    margin-left: 100px;
  }
  #productOptions .products .jspContainer .product .block.price {
    margin-left: 105px;
  }
  #productOptions .column .block [type="radio"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="radio"]:checked + label.productLabel,
  #productOptions .column .block [type="checkbox"]:not(:checked) + label.productLabel,
  #productOptions .column .block [type="checkbox"]:checked + label.productLabel {
    padding: 15px;
  }
}
@media all and (max-width: 1024px) {
  #productOptions .column .block.category:hover .products {
    width: 0 !important;
  }
  #productOptions .column .block.category.hover .products {
    width: 350px !important;
  }
  #productOptions .products {
    margin-left: 100px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media all and (max-width: 767px) {
  #productOptions {
    width: 100%;
    left: 0;
    height: 0;
  }
  #productOptions.open {
    height: 100%;
  }
  #productOptions .column,
  #productOptions .column.headerSets {
    width: 100%;
  }
  #productOptions .column.categories,
  #productOptions .column.headerSets.categories {
    height: calc(100% - 120px);
    display: flex;
    /*                &.headerSets{
                    .block{
                        width:20%;
                        background-size: 50px;
                    }
                }*/
  }
  #productOptions .column .block,
  #productOptions .column.headerSets .block {
    flex: 1;
    height: 70px !important;
    background-position: center center !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    display: inline-block;
  }
  #productOptions .column .block.price,
  #productOptions .column.headerSets .block.price {
    margin-left: 100px;
    height: 100%;
  }
  #productOptions .column .block.product,
  #productOptions .column.headerSets .block.product {
    width: 100px;
    height: 70px;
  }
  #productOptions .column .block.category > label span:after,
  #productOptions .column.headerSets .block.category > label span:after {
    line-height: 16px;
    height: 15px;
    right: 5px;
    top: 17px;
    width: 15px;
    font-size: 8px;
  }
  #productOptions .column .block label .label .text,
  #productOptions .column.headerSets .block label .label .text {
    display: none;
  }
  #productOptions .column .block.category.hover .products {
    width: 100% !important;
  }
  #productOptions .column .block.category.hover .products .product .price .priceLabel {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #productOptions .products {
    margin-left: 0px;
    margin-top: 70px;
    height: calc(100% - 70px);
    width: 0 !important;
  }
  #productOptions .products .product {
    display: block;
    background: transparent;
    width: 100% !important;
  }
  #productOptions .products .product .productLabel {
    background-color: #f1f1f1;
    width: 100px;
    border-right: 1px solid #d3d3d3;
  }
  #productOptions .products .product .price {
    position: absolute;
    width: calc(100% - 100px) !important;
  }
  #productOptions .products .product .price .priceLabel {
    min-width: 0;
    position: relative;
    /*                        top:50%;
                        .transform(translateY(-50%));*/
    max-height: 50px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #productOptions .column .products .block:hover {
    background: transparent;
  }
  #productOptions .column .products .block.product:hover .price {
    width: calc(100% - 100px) !important;
  }
}
.modal {
  background-color: rgba(29, 29, 27, 0.82);
  display: none;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.modal.cookieOverlay .modalContainer {
  padding: 0;
}
.modal.cookieOverlay .modalContainer .close {
  display: inline-block;
  font-size: 30px;
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.cookieOverlay .modalContainer .close:hover {
  color: #cc3333;
}
.modal.cookieOverlay .modalContainer .innerModalContainer {
  max-height: calc(100vh - 50px * 2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  background: #1d1d1b;
  padding: 50px;
}
.modal.cookieOverlay .modalContainer .innerModalContainer a {
  color: #cc3333;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.cookieOverlay .modalContainer .innerModalContainer a:hover {
  opacity: 0.6;
}
.modal.cookieOverlay .modalContainer .innerModalContainer .CookieDeclarationType,
.modal.cookieOverlay .modalContainer .innerModalContainer .CookieDeclarationTableHeader,
.modal.cookieOverlay .modalContainer .innerModalContainer .CookieDeclarationTableCell {
  border-color: rgba(255, 255, 255, 0.2);
}
.modal .modalContainer {
  align-self: center;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 600px;
}
.modal .modalContainer .title {
  font-family: "BebasNeue";
  font-size: 65px;
  font-weight: 300;
}
.modal .modalContainer .title b,
.modal .modalContainer .title strong {
  font-weight: 700;
}
.modal .modalContainer .body {
  margin-top: 20px;
}
.modal .modalContainer .buttons {
  margin-top: 20px;
  text-transform: uppercase;
}
.modal .modalContainer .buttons .button {
  cursor: pointer;
  min-width: 146px;
  margin-right: 20px;
}
.modal .modalContainer .buttons .button:last-child {
  margin-right: 0;
}
.modal .modalContainer .buttons .button.confirm {
  background-color: #cc3333;
  border: 2px solid #cc3333;
  color: #ffffff;
}
.modal .modalContainer .buttons .button.confirm:hover {
  background-color: transparent;
  border: 2px solid #cc3333;
  color: #cc3333;
}
@media all and (max-width: 600px) {
  .modal.cookieOverlay .modalContainer .innerModalContainer {
    padding: 20px;
  }
  .modal .modalContainer .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .modal .modalContainer .countries .countrySelector {
    width: 260px;
  }
  .modal .modalContainer .countries .select2-container .select2-selection {
    border: none;
    background: transparent;
    text-align: left;
    border-radius: 0;
    background: #ffffff;
  }
  .modal .modalContainer .countries .select2-container .select2-selection .select2-selection__arrow {
    top: 0;
  }
  .modal .modalContainer .deny {
    margin-top: 10px;
    cursor: pointer;
  }
  .select2-container .select2-dropdown {
    border: none;
    background: #f3f3f3;
    margin-top: 0;
  }
  .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #cc3333;
  }
}
.closerMailForm {
  height: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
}
.closerMailForm.active {
  width: 100%;
  height: 100%;
  z-index: 29;
}
.mailForm {
  height: auto;
  left: auto;
  position: fixed;
  top: auto;
  width: 320px;
  z-index: 30;
  background: #e8e2d7;
  bottom: -600px;
  right: 0;
  padding: 50px 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mailForm.active {
  bottom: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mailForm.disabled .overlay,
.mailForm.disabled .animation {
  display: block;
  visibility: visible;
}
.mailForm.disabled .overlay {
  opacity: 0.3;
  z-index: 2;
}
.mailForm.disabled .animation {
  opacity: 1;
  z-index: 3;
}
.mailForm hr {
  margin: 20px 0px;
  border: 0px;
  border-top: 1px solid #ffffff;
}
.mailForm .downloadButton,
.mailForm .downloadPrint {
  width: 45px;
  height: 45px;
  border-radius: 24px;
  background-color: #379551;
  padding: 10px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.mailForm .downloadButton img,
.mailForm .downloadPrint img {
  max-width: 100%;
}
.mailForm .animation .loader {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mailForm .overlay {
  background: #1d1d1b;
}
.mailForm .overlay,
.mailForm .animation {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mailForm .iconLink {
  color: #1d1d1b;
  display: block;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.mailForm .iconLink.disabled {
  opacity: 0.3;
  cursor: normal;
}
.mailForm .iconLink.disabled:hover .fa {
  border: 2px solid #e8e2d7;
}
.mailForm .iconLink.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.mailForm .iconLink .fa {
  background: #f6f3ef;
  border: 2px solid #e8e2d7;
  border-radius: 50%;
  height: 32px;
  margin-left: 5px;
  line-height: 30px;
  text-align: center;
  width: 32px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields {
  margin: 10px 0;
}
.mailForm .fields .field {
  background: #ffffff;
  position: relative;
  width: 100%;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  background: #cc3333;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field.invalid {
  background: #e2bfb6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field.invalid:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field.focus label {
  top: 15px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field.textarea {
  min-height: 150px;
}
.mailForm .fields .field.textarea textarea {
  position: absolute;
  left: 20px;
  top: 28px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  background: transparent;
  border: none;
  height: 90px;
  font-size: 14px;
  font-weight: 700;
  resize: none;
}
.mailForm .fields .field label {
  position: absolute;
  left: 20px;
  top: 28px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #d3d3d3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .field input {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 40px);
  box-sizing: border-box;
  background: transparent;
  border: none;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
}
.mailForm .fields .checks {
  padding-top: 10px;
}
.mailForm .fields .checks .check {
  margin-bottom: 20px;
  position: relative;
}
.mailForm .fields .checks .check:last-child {
  margin-bottom: 0;
}
.mailForm .fields .checks .check .container {
  position: relative;
  z-index: 1;
}
.mailForm .fields .checks .check a {
  color: #cc3333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .checks .check a:hover {
  color: #1d1d1b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .checks .check input {
  display: none;
}
.mailForm .fields .checks .check input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .checks .check .checkmark {
  background: #ffffff;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 20px;
}
.mailForm .fields .checks .check .checkmark:after {
  background: #cc3333;
  content: "";
  display: block;
  opacity: 0;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .checks .check .container {
  display: block;
  padding-left: 30px;
}
.mailForm .fields .divider {
  height: 1px;
  width: 100%;
  background: #ffffff;
  margin: 10px 0;
}
.mailForm .fields .buttons .submit {
  display: block;
  background: #379551;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  min-height: 70px;
  text-align: center;
  line-height: 70px;
  padding: 0 20px;
  font-size: 14px;
  border: 2px solid #379551;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit:hover {
  background: #207f3b;
  border: 2px solid #207f3b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit.disabled {
  cursor: default;
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit.disabled:hover {
  background: #000000;
  border-color: #000000;
}
.mailForm .fields .buttons .submit.succes {
  cursor: default;
  background: #1d1d1b;
  border-color: #1d1d1b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit.succes:hover {
  background: #1d1d1b;
}
.mailForm .fields .buttons .submit.succes .sendText {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit.succes .succes {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mailForm .fields .buttons .submit .sendText {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.mailForm .fields .buttons .submit .succes {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
@media all and (max-width: 500px) {
  .mailForm {
    width: calc(100% - 50px);
  }
}
