/* Custom css for config page */

/* FULL SITE */
.col-12 {
  padding-left: 0;
  padding-right: 0;
}


/* BIG TITLE */

h2.config-big-title {
  font-size: 50px !important;
  margin-bottom: 100px;
  font-weight: 600;
}

/* ALL TITLES AND TEXTS */

h2.config-title {
  font-size: 34px;
  font-weight: 600;
}

h3.config-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1 !important;
}

p.config-title-text {
  line-height: 1.4;
  width: 50%;
}

p.config-helper-text {
  line-height: 1.4;
}

/* ALL IMG-FLUIDS */
img.img-fluid {
  margin-bottom: 30px;
}

/* RADIO BUTTON */

input.radio-button {
  position: absolute;
  left: -200%;
}

/* 1. MODELL */

div.col-12.model-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.config-model {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  margin-right: 20px;
  border: 3px solid lightgrey;
}

.config-model > * {
  cursor: pointer;
}

.config-model label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  margin-bottom: 0 !important;
}

.config-model.selected {
  border: 3px solid black;
}

/* 2. UTFORANDE */

div.col-12.performance-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.config-performance {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  margin-right: 20px;
  border: 3px solid lightgrey;
}

.config-performance > * {
  cursor: pointer;
}

.config-performance label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 70px 0px 70px;
  margin-bottom: 0 !important;
}

.config-performance.selected {
  border: 3px solid black;
}

.config-performance > label > h3, .config-performance > label > p {
  text-align: center;
}

/* 3. LANGD */

.row.config-step3-selection-wrapper.selection-top-bar {
  margin-top: 45px;
}

.range {
  position: relative;
  width: 820px;
  height: 5px;
}

.range input {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: -7px 0 0 0;
  border-radius: 50%;
  background: #BC1119;
  cursor: pointer;
  border: 0 !important;
  z-index: 100;
 }

.range input::-moz-range-thumb {
  width: 24px;
  height: 24px;
  margin: -7px 0 0 0;
  border-radius: 50%;
  background: #BC1119;
  cursor: pointer;
  border: 0 !important;
  z-index: 100;
 }
.range input::-ms-thumb {
  width: 24px;
  height: 24px;
  margin: -7px 0 0 0;
  border-radius: 50%;
  background: #BC1119;
  cursor: pointer;
  border: 0 !important;
  z-index: 100;
}

.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #7F8988;
}
.range input::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #7F8988;
}
.range input::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #7F8988;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-labels.range-a {
  margin: 18px -38px 0;
  padding: 0;
  list-style: none;
}

.range-labels.range-a li {
  position: relative;
  float: left;
  width: 99.5px;
  text-align: center;
  color: #707070;
  font-size: 16px;
  cursor: pointer;
}

.range-labels.range-b {
  margin: 18px -88px 0;
  padding: 0;
  list-style: none;
}

.range-labels.range-b li {
  position: relative !important;
  float: left !important;
  width: 199.25px;
  text-align: center !important;
  color: #707070;
  font-size: 16px;
  cursor: pointer;
}

.range-labels.range-a li::before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 3px !important;
  height: 40px !important;
  background: #707070 !important;
}

.range-labels.range-a .active {
  color: #BC1119;
}
.range-labels.range-a .selected::before {
  background: #BC1119;
}
/* .range-labels.range-a .active.selected::before {
  display: none;
} */

.range-labels.range-b li::before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 3px;
  height: 40px;
  background: #707070;
}


.range-labels.range-b .active {
  color: #BC1119;
}
.range-labels.range-b .selected::before {
  background: #707070;
}
/* .range-labels.range-b .active.selected::before {
  display: none;
} */

.config-length-selected {
  width: 600px;
  margin-top: 80px;
  margin-right: 20px;
  padding: 30px 40px 0px 40px;
  border: 3px solid black;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.config-length-selected-img {
  margin-bottom: 30px;
  width: 80%;
}

.hidden {
  display:none !important;
}

/* 4. BREDD */

div.col-12.width-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.config-width {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  margin-right: 20px;
  border: 3px solid lightgrey;
}

.config-width > * {
  cursor: pointer;
}

.config-width label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 70px 10px 70px;
  margin-bottom: 0 !important;
}

.config-width.selected {
  border: 3px solid black;
}

.config-width > label > h3 {
  text-align: center;
}

/* 5. VARME */

div.col-12.heat-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.config-heat {
  cursor: pointer;
  width: 600px;
  margin-top: 20px;
  margin-right: 20px;
  border: 3px solid lightgrey;
}

.config-heat > * {
  cursor: pointer;
}

.config-heat label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 70px 0px 70px;
  margin-bottom: 0 !important;
}

.config-heat.selected {
  border: 3px solid black;
}

.config-heat > label > h3, .config-heat > label > p {
  text-align: center;
}

.config-heat.noHeat.selected label img {
  border: 1px solid black;
}

.config-heat.noHeat label img {
  border: 1px solid lightgray;
}

/* 6 ANDRA TILLVAL */

div.col-12.other-image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.config-other {
  cursor: pointer;
  width: 385px;
  margin-top: 20px;
  margin-right: 20px;
  border: 3px solid lightgrey;
}

.config-other > * {
  cursor: pointer;
}

.config-other label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0px 20px;
  margin-bottom: 0 !important;
}

.config-other.selected {
  border: 3px solid black;
}

.config-other > label > h3, .config-other > label > p {
  text-align: center;
}

.config-center-box label {
  display: inline-flex;
  position: relative;
  width: 100%;
  vertical-align: middle;
  padding: 0;
}

.config-other-relative {
  position: relative;
  vertical-align: middle;
  height: 100%;
}

.config-center-box label img {
  object-fit: contain;
    /* max-height: 190px; */
    max-width: 100%;
    /* margin-top: 50px; */
    margin-bottom: 0;
    /* width: 100%; */
}

.config-center-box label h3 {
  position: absolute;
  top: 46%;
  width: 100%;
  text-align: center;
  color: white;
}

/* CHECK BOX */
input.checkbox-button {
  position: absolute;
  left: -200%;
}

/* 7. Mina val */
.config-step7-selection-wrapper {
  background-color: var(--e-global-color-f0838ef );
  margin-top: 20px;
  margin-bottom: 140px;
}

.inquiry-summary-holder {
  padding: 70px 0 70px 140px;
}

.summary-subtitle {
  font-weight: 600;
  font-variant: all-small-caps;
  margin: 0;
}

.config-validate span {
  font-weight: normal;
}

.extraChoise span {
  font-weight: normal;
}

ul.list-unstyled.summary-list {
  width: 50%;
}

li.config-validate {
  font-weight: 600;
}

li.extraChoise {
  font-weight: 600;
}

li.config-validate span {
  position: absolute;
  left: 230px;
}

li.extraChoise.first {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;  
  font-weight: 600;
  font-variant: all-small-caps;
}

li.extraChoise.noExtra {
  font-weight: normal;
}

button.get-inquiry {
  margin-top: 20px;
  border: 0;
}

/* OFFERT FORM */

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

button.send-inquiry {
  border: 0;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
}

/* The Close Button */
.close {
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.row.inquiry-row {
  max-width: 100%;
  margin: auto;
}

.inquiry-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}


.form-item input {
  margin-bottom: 20px;
  border-radius: 0;
}

.form-item.form-button {
  margin-bottom: 30px;
}

/* RESPONSIVE */

@media (min-width: 1371px) {
  .range {
    position: relative;
    width: 1220px;
    height: 5px;
  }
  .range-labels.range-a {
    margin: 18px -63px 0;
  }  
  .range-labels.range-a li {
    width: 149.5px;
  }
  .range-labels.range-b {
    margin: 18px -137px 0;
  }  
  .range-labels.range-b li {
    width: 299px;
  }
}

@media (max-width: 1370px) {
  .config-model, .config-performance, .config-length-selected, .config-width, .config-heat {
    width: 500px;
  }
  h2.config-big-title {
    line-height: normal !important;
  }
  h2.config-title {
    font-size: 32px !important;
    line-height: 54px !important;
  }
  h3.config-subtitle {
    font-size: 20px !important;
  }
  p.config-helper-text {
    font-size: 14px;
  }
  p.config-title-text {
    width: 70%;
  }

}

@media (max-width: 1200px) {
  .config-model, .config-performance, .config-length-selected, .config-width, .config-heat {
    width: 400px;
  }
  p.config-title-text {
    width: auto;
  }
  .inquiry-summary-holder {
    padding: 15px;
  }
  button.get-inquiry {
    margin-bottom: 20px;
}
}

@media (max-width: 900px) {
  h2.config-big-title {
    margin-bottom: 40px;
  }

  li.config-validate span {
    left: 140px;
  }
  .range-mobile {
    display: block !important;
  }
  .range-labels {
    display: none !important;
  }
  .range {
    display: none !important;
  }

  ul.range-buttons-list {
    list-style: none;
    padding: 0;
  }
  ul.range-buttons-list li {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: gray;
    border: 1px solid lightgray;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: 60px;
    text-align: center;
  }
  ul.range-buttons-list li.active {
    border: 1px solid black;
    color: black;
  }
  .config-length-display {
    display: flex;
  }

  .config-length-selected {
    margin-top: 20px;
  }

  .modal-content {
    margin: 50% auto;
  }

}

@media (max-width: 600px) {
  h2.config-big-title {
    font-size: 36px !important;
}
  h2.config-title {
    font-size: 24px !important;
  }

  .config-performance label, .config-length-selected, .config-width label, .config-heat label, .config-other label {
    padding: 15px 10px 0px 10px;
  }

  li.config-validate span {
    left: 94px;
  }

  .config-center-box label h3 {
    top: 50%;
    right: 0;
  }

  .modal-content {
    margin: 50% auto;
    max-width: 360px;
  }


}