.flexRent-selection {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.flexRent-selection .noUi-handle {
  border-radius: 4px;
}

.flexRent-slider-box {
  width: 35%;
}

.flexRent-slider-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.flexRent-slider-step {
  width: 24px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin-top: 5px;
}

.flexRent-slider-step.active {
  
}

.flexRent-select {
  width: 200px;
}

.flexRent-box {
  flex: 1;
  text-align: right;
}

.flexRent-months {

}

.flexRent-remainingValue {

}

.flexRent-month-parent.hidden {
  display: none;
}

.flexRent-selection-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.5rem;
}

.flexRent-selection-content span {
  margin-top: 1.5rem;
}

@media screen and (max-width: 950px) {
  .flexRent-selection-content {
    flex-direction: column;
  }

  .flexRent-selection-content span {
    margin-top: 0;
  }

  .flexRent-slider-box {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .flexRent-selection {
    flex-direction: column;
    padding-top: 0;
  }

  .flexRent-slider-box {
    width: 100%;
    padding: 0 1rem;
  }

  .flexRent-info {
    margin-top: 1rem;
  }
}

.flexRent-month-info {
  margin-top: 1rem;
  flex-direction: column;
}

.flexRent-selection-accessory {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.flexRent-checkbox-parent {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  cursor: pointer;
}

.flexRent-checkbox {
  margin-right: 0.5rem;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.flex-warranty-box {
  margin-left: 0 !important;
}

.flexRent-warranty-label {
  align-items: center;
}

@media screen and (max-width: 600px) {
  .flexRent-warranty-label {
    align-items: start;
  }

  .flexRent-checkbox {
    margin-top: 3px;
  }
}

.flexRent-line {
  margin-top: 2rem;
  border-top: 1px dashed #ddd;
}

.flexRent-item-price {
  flex: 0 0 85px;
}

.flexRent-line-with-text {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.flexRent-line-with-text span {
  padding-right: 10px;
  /* mezera mezi textem a čárou */
}

.flexRent-line-with-text::after {
  content: "";
  flex: 1;
  /* zabere zbytek šířky */
  border-bottom: 1px dashed #ddd;
  /* čára, může být dashed */
}

.flexRent-line-q {
  flex: 0 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  color: #000;
  background: #ddd;
  border-radius: 1.4rem;
  cursor: pointer;
  padding-right: 0 !important;
}

.flex-rent-note {
  display: none;
}

.flex-box-title {
  justify-items: center;
  align-items: center;
}

.flex-rent-q {
  margin-top: 7px;
}

.flex-warranty-box {
  margin-left: 4rem !important;
  margin-top: 0;
  position: relative;
}

.flex-dash-line {
  position: absolute;
  top: -23px;
  left: -31px;
  width: 30px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 55px;
}

@media screen and (max-width: 1152px) {
  .flex-dash-line {
    display: none;
  }

  .flex-warranty-box {
    margin-left: 0 !important;
    margin-top: 0;
  }
}

.flexRent-selection-content-cart {
  flex-direction: column;
  gap: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .flexRent-selection-content-cart {
    margin-top: 1rem;
    padding: 0 0.5rem;
  }
}