.hidden {
  display: none;
}

#RBconfigurator {
  position: relative;
  width: 100%;
  display: flex;
  font-family: "Roboto", sans-serif;
}
#RBconfigurator #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 80px;
  top: 67px;
  width: 150px;
}
#RBconfigurator #confbuttons {
  position: absolute;
  width: 100%;
  bottom: calc(50px - 100vh);
  display: flex;
  justify-content: space-around;
}
#RBconfigurator fieldset {
  overflow: hidden;
  height: 75px;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-top-color: #000000;
  border-color: #000000;
}
#RBconfigurator fieldset legend {
  color: #000000;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
#RBconfigurator ul {
  padding: 0;
  margin: 0 auto;
  display: block;
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#RBconfigurator ul li {
  display: inline-block;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
#RBconfigurator ul li.col {
  width: 50px;
  height: 200px;
  top: -50px;
  transform: rotate(45deg);
  font-size: 0;
}
#RBconfigurator ul li.selected {
  transition: all 0.3s;
  z-index: 3;
  border: 2px solid #0986ec !important;
}
#RBconfigurator ul li:hover {
  cursor: pointer;
}
#RBconfigurator ul li:hover::after {
  transform: translate(-8px, 8px);
}
#RBconfigurator ul li::after {
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  right: -15px;
}
#RBconfigurator ul li.metal {
  background-color: #303030;
  border: 2px solid #cacaca;
}
#RBconfigurator ul li.metal::after {
  background-color: #cacaca;
}
#RBconfigurator ul li.matte {
  background-color: #868686;
  border: 2px solid #0a0a0a;
}
#RBconfigurator ul li.matte::after {
  background-color: #9b9999;
}
#RBconfigurator ul li.red {
  background-color: #750000;
  border: 2px solid #9b0000;
}
#RBconfigurator ul li.red::after {
  background-color: #9b0000;
}
#RBconfigurator ul li.black {
  background-color: #000000;
  border: 2px solid #141414;
}
#RBconfigurator ul li.black::after {
  background-color: #141414;
}
#RBconfigurator ul li.gold {
  background-color: #f0a249;
  border: 2px solid #ffd417;
}
#RBconfigurator ul li.gold:after {
  background-color: #ffd417;
}
#RBconfigurator ul li.silver {
  background-color: #a1a1a1;
  border: 2px solid #fcfcfc;
}
#RBconfigurator ul li.silver::after {
  background-color: #fcfcfc;
}
#RBconfigurator ul li.white {
  background-color: #ffffff;
  border: 2px solid #acacac;
}
#RBconfigurator ul li.white::after {
  background-color: #dbdbdb;
}
#RBconfigurator ul li.blue {
  background-color: #033252;
  border: 2px solid #2053c0;
}
#RBconfigurator ul li.blue::after {
  background-color: #2053c0;
}
#RBconfigurator ul li.green {
  background-color: #022704;
  border: 2px solid #0d4611;
}
#RBconfigurator ul li.green::after {
  background-color: #0d4611;
}
#RBconfigurator ul li.brown {
  background-color: #412e0b;
  border: 2px solid #351b05;
}
#RBconfigurator ul li.brown::after {
  background-color: #351b05;
}

@media screen and (max-width: 1200px) {
  #RBconfigurator {
    display: flex;
    flex-direction: column;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #RBconfigurator #confbuttons {
    position: relative;
    bottom: auto;
    display: flex;
    flex-direction: column;
  }
  #RBconfigurator fieldset {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #RBconfigurator {
    display: none;
  }
  canvas {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #RBconfigurator ul {
    max-width: 320px;
  }
}/*# sourceMappingURL=configurator.css.map */