.configurator-wrap {
  display:flex
}

aside.sidebar {
  width:310px;
  max-width: 100%;
}
.accordion {
  font-family: 'IBM_Plex';
  color: #1d1d1d;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style-type: none;
}
.accordion li .content {
  display: none;
  padding: 10px 16px 30px;
}
.accordion a.trigger {
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: 'IBM_Plex';
  user-select: none;
  line-height: 34px;
  height:34px;
  background-color: #345d68;
  color:white;
}

.accordion a.trigger span.step {
  color: #44ffc3;
  margin-right: 1.5em;
  margin-left: 10px;
}

.accordion a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #44ffc3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 11px;
  right: 10px;
}

a.active:after {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .content {
  padding: 10px;
  background-color: #ecfff9;
  text-align: center;
}

.accordion #locations-list, .accordion #modules-list, .accordion .colors-list  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.accordion #locations-list .single_location {
  width: 45%;
  display: inline-block;
  cursor:pointer;
}

.accordion #locations-list .single_location p {
  font-family: 'Montserrat', sans-serif;
}

.range-slider {
  display: inline-block;
  margin: 30px 0 0 0;
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.range-slider__range {
  -webkit-appearance: none;
  appearance: none;
  width: 218px;
  height: 2px;
  background: #000;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 25px;
  height: 17px;
  background: #345d68;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 25px;
  height: 17px;
  background: #345d68;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}


.range-slider__value {
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
}

.range-slider__value:after{
  content:"mm";
  margin-left: 4px;
}


::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.range-slider .slider-title {
  text-align: left;
  margin-bottom: 8px;
}

.range-slider  button.btn-range {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  bottom: -6px;
}

.range-slider  button.btn-range:nth-child(2) {
  left:0
}

.range-slider  button.btn-range:nth-child(4) {
  right:0;
}

#dimensions-min-max {
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.accordion #modules-list .single-module{  
  width: 22.5%;
  display: inline-block;
  cursor:pointer;
}

.accordion #modules-list .single-module p { display:none}

.color-res {position:absolute; left:10px; top:160px}

.accordion .colors-list {margin-top: 20px;}

.accordion .colors-list img {max-width: 100%;}

.accordion .colors-list > div {
  width: calc(10% - 1px);
  display: inline-block;
  cursor:pointer;
  padding-left: 1px;
}
.accordion .colors-list p {display: none;}

.accordion .subtitle{
  font-family: 'Montserrat', sans-serif;
}

.doors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

/* checkmarks */
label {
  font-family: 'Montserrat', sans-serif; 
  font-size: 12px; 
  margin-top: 10px;
  width: 132px;
  text-align: left;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 23px;
    display: inline-block;
    
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #345d68;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2715';
    font-size:13px;
    position: absolute;
    color:#000;
    top: 1px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-info, .summary { text-align: left;}
.order-info {
  border-top:1px solid #345d68;
  margin-top: 20px;
}

.order-button {
  color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 17px;
    background-color: #980067;
    height: 35px;
    line-height: 35px;
    padding: 0.1em 1em;
    border: none;
    text-transform: uppercase;
    margin-top: 10px;
    cursor:pointer;
}

.order-button.reset {
  background-color: #345d68;
}

hr {
  margin-top:18px;
  border-top: 1px solid  #345d68
}