/*.container-fluid {
    padding-right: 5px;
}*/

.col-lg-3-5 {
  padding: 0 3px;
}

@media (min-width: 1200px) {
  .col-lg-3-5 {
    width: 20%;
  }
}

@media (max-width: 359px) {
  .col-lg-offset-1 {
    padding: 0;
  }
}

.radio input[type="radio"] {
  width: 20px;
  height: 25px;
}

#add-bike-btn {
  cursor: pointer;
}

#add-bike-btn i {
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

#add-bike-btn span {
  position: absolute;
  top: 10px;
  left: 38px;
}

.added-fin-wrapper p {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
}

.added-fin-wrapper button {
  padding: 10px;
  color: #da5a5a;
  opacity: 1;
}

#checkError,
#captcha-help {
  color: #fb4c2f;
  font-family: volt-light;
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.form-consent-box {
  padding-left: 0;
}

@media(max-width: 991px) {
  .form-consent-box {
    padding: 0;
  }
}

.rangeslider {
  position: relative;
  margin-top: 20px;
}

.rangeslider:hover {
  background: inherit !important;
}

.finance-option-select .rangeslider:after {
  top: 50%;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 5px;
  position: absolute;
  background: #212131;
}

.rangeslider--horizontal {
  width: 100%;
  height: 28px;
}

.rangeslider__fill {
  position: absolute;
  background: #00A5E2;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

#finance-slider {
  margin-top: 10px;
}

.rangeslider__handle {
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -27px;
  background: white;
  position: absolute;
  background: #00A5E2;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  padding-top: 13px;
  text-align: center;
}

.rangeslider__handle:active {
  background: #00A5E2;
}

.rangeslider__fill,
.rangeslider__handle {
  z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 50%;
  height: 5px;
  margin-top: -2.5px;
}

/* Budget */
.budget-wrap .header .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}

.budget-wrap .header .title .pull-right {
  color: #00A5E2;
  font-size: 24px;
  font-weight: 400;
}

.finance-option-select {
  display: none;
}

.img-test-ride {
  width: 100%;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finance-availability-disabled {
  background: #ccc;
  color: #333 !important;
  cursor: not-allowed;
}

.frozen-options {
  color: #ccc !important;
  pointer-events: none;
}

.frozen-options:hover {
  cursor: not-allowed;
}

#finance-options-detail-box {
  padding: 20px 20px 16px;
  border: 3px solid #00A5E2;
  margin-bottom: 30px;
  border-radius: 30px;
}

#finance-options-detail-box p {
  font-weight: bold;
  margin-bottom: 4px;
}

#finance-options-detail-box .detail-box-spec {
  font-family: "volt-bold";
  margin-left: 8px;
  font-size: 17px;
}