.disabled {
  pointer-events: none;
  background-color: initial !important;
}

.hidden {
  display: none;
}

.notify-me-btn {
  flex-flow: wrap;
}

.notify-me-btn #show-bike-details-btn {
  white-space: break-spaces;
  width: 100% !important;
  padding: 5px 9px !important;
  margin-top: 10px;
}

.bike-info-card {
  padding: 0;
  margin-top: 0px !important;
  z-index: 1;
}

.bike-info-card .free-uk-delivery span {
  font-size: 13px;
  flex-shrink: 20;
  height: auto;
  top: 0 !important;
}

#finance-icon-wrapper u {
  cursor: pointer;
}


.promo-strikethrough {
  /* position: relative;
  padding: 0 6px;
  font-size: 20px;
  margin: 0; */
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 16px;
}
.promoPriceHighlight{
  font-size: 25px;
}
#fromPerMonthPriceWrapper{
  margin-top: 0px;
  color: rgb(113, 110, 110);  }
#fromPerMonthPriceWrapper:hover{
  color: rgb(113, 110, 110);
}
/* #ebike-from-price{
  margin-top: 5px;
}
.strikethrough {
  position: relative;
  padding: 0 6px;
  font-size: 20px;
  margin: 0;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;
  border-color: inherit;
  color: red;
  -webkit-transform:rotate(-7deg);
  transform:rotate(-7deg);
} */


.bike-card-header {
  display: flex;
  justify-content: space-between;
}

#new-model-subtitle{
  font-weight:bold;
  font-size: 15px;
}

#bike-slider {
  margin-top: 40px;
  justify-content: center;
}

.swiper-container {
  height: auto !important;
}

#gallery-thumbnails {
  display: flex;
  margin: 10px -5px;
}

.gallery-thumb {
  max-width: 210px;
  padding: 5px;
  cursor: pointer;
  min-height: 60px;
}

#descriptionshort {
  margin-bottom: 30px;
}

#img-gallery {
  margin-top: 3px;
}

.gallery-video-thumb {
  cursor: pointer;
}

.pulse-video-placeholder {
  display: none;
}

.buy-bike-content {
  max-width: 320px;
  width: 100%;
}

.buy-bike-content,
.buy-bike-content .h1_title {
  margin-top: 0;
}

.bike-video-card {
  position: fixed;
  height: 200px;
  width: 400px;
  bottom: 0;
  left: 0;
  z-index: 1111;
}

.bike-video-card-cover {
  position: fixed;
  height: 180px;
  bottom: 80px;
  left: 399px;
  z-index: 1111;
}

.bike-video-wrapper {
  opacity: 0;
  transition: 1300ms;
}

.bike-video-card-cover .close {
  color: #fff;
  right: 5px;
  position: absolute;
  top: 60px;
  opacity: 1;
}

.swipper-play-button {
  width: 200px;
  height: 200px;
  left: 50% !important;
  top: 50% !important;
  margin-top: -100px;
  margin-left: -100px;
  position: absolute;
  opacity: 0.5;
  transition: all 0.4s ease;
  cursor: pointer;
}

.infinity-video-img-wrapper:hover .swipper-play-button,
.pulse-video-img-wrapper:hover .swipper-play-button {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1 !important;
}

#videoimg {
  display: block;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in;
}

#playbutton {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  opacity: 0.5;
  transition: all 0.4s ease;
}

#playbutton:hover {
  opacity: 1;
  transform: scale(1.3);
}

#img-video:hover {
  cursor: pointer;
}

#img-video:hover #playbutton {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.3);
}

.clickon {
  animation: clickmove 0.3s;
}

.clickroll {
  display: none !important;
}

@keyframes clickmove {
  0% {
    transform: scale(1.1);
  }

  25% {
    transform: scale(0.9);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.noshow {
  display: none;
  transition: all 0.5s ease;
}

.volt-blue-video {
  color: #00a5e2;
  font-weight: bold;
  text-decoration: underline;
}

.video-txt {
  font-size: 18px;
  display: inline-block;
  padding-left: 16px;
}

.videotag {
  display: inline-block;
  margin-bottom: 8px;
}

.col-md-6 {
  transition: all 0.5s ease-in;
}

/*      E-BIKE REVIEWS      */
#bike-review-score {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  color: #00a5e2;
  font-weight: bold;
  cursor: pointer;
}

#bike-review-score .mx-auto {
  margin: 0 !important;
}

#bike-review-score .fa {
  color: #ecdd0d;
  font-size: 16px;
}

#bike-review-score .tp-stars {
  max-width: 100px;
}

#bike-review-score .tp-logo__text {
  max-width: 100px;
}

#top-review-score {
  font-size: 12px;
  margin: 0;
  float: right;
  color: #000;
  display: block;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

#ebike-reviews-summary *,
#ebike-reviews * {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #191919;
}

#reviews a {
  color: #00a5e2 !important;
}

#reviews-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
}

#ebike-reviews-summary h3 {
  font-size: 24px;
  font-weight: 500;
}

#ebike-reviews-summary .tp-review-count {
  font-size: 14px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.6);
  color: #191919;
  font-weight: 500;
}

#ebike-reviews-summary .tp-logo__text {
  height: 20px;
  display: inline-block;
}

#reviews .tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
#bike-review-score .tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas {
  fill: #00b67a;
}

#reviews .tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
#bike-review-score .tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas {
  fill: #73cf11;
}

#reviews .tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas,
#bike-review-score .tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas {
  fill: #f9cd16;
}

#reviews .tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas {
  fill: #fb963a;
}

#reviews .tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas {
  fill: #ff3722;
}

#ebike-reviews-summary .tp-stars {
  height: 25.8px;
}

#ebike-reviews .bike-review-box {
  padding: 16px;
}

.review-col .tp-stars {
  height: 20px;
}

#reviews .tp-stars .tp-star__canvas {
  fill: #d6d6d6;
}

#ebike-reviews {
  max-width: 750px;
  overflow-y: hidden;
  max-height: 800px;
}

#ebike-reviews-read-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f8f9fa));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
}

.review-col {
  margin-bottom: 10px;
  background-color: #f8f9fa;
}

.review-title {
  display: inline-block;
  margin-top: 5px;
}

.bike-review-box span {
  color: #727273;
  font-size: 15px;
}

#ebike-reviews .review-author,
#ebike-reviews .review-author strong {
  color: #727273 !important;
  font-size: 13px !important;
}

#ebike-reviews .review-author strong {
  font-weight: 600;
}

#ebike-reviews h4 {
  font-size: 14px;
  font-weight: 700;
}

#ebike-reviews .tp-rating-title,
#bike-review-score .tp-rating-title {
  display: none;
}

#ebike-reviews .review-date {
  font-size: 12px;
  color: #727273;
}

#google-biz-rating,
#floating-contact-btn {
  z-index: 1040 !important;
}

@media (min-width: 767px) {
  #ebike-reviews .review-date {
    float: right;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #ebike-reviews .review-date {
    float: unset;
    display: block;
    margin-top: 5px;
    font-size: 12px !important;
  }

  #ebike-reviews .review-author {
    display: block;
    margin-left: 0 !important;
  }

  #ebike-reviews .review-author span {
    display: none;
  }

  #ebike-reviews {
    max-height: 600px;
  }
}

#ebike-reviews-read-more {
  display: flex !important;
}

#ebike-reviews-read-more #ebike-reviews-read-more-button {
  border-radius: 0px;
  color: #fff;
  margin: 20px;
  background: #00a5e2;
  border-color: #00a5e2;
  font-weight: bold;
  padding: 5px 13px;
  font-size: 14px;
  outline: none !important;
}

#ebike-reviews-hide-button {
  display: none;
  outline: none !important;
}

.choose-bike-colour {
  display: flex;
  align-items: center;
}

.select-colour {
  display: none;
}

.choose-bike-colour .colour-dot {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 40px;
  cursor: pointer;
  border: 2px solid #000;
  margin-right: 5px;
}

#financeForm .colour-dot {
  height: 26px;
  width: 26px;
}

.choose-bike-colour .white-dot .fa-check {
  color: #000;
}

.choose-bike-colour .cream-dot {
  border-color: #efebe2;
}

.choose-bike-colour .sand-dot {
  border-color: #e9ddb5;
}

.choose-bike-colour .blue-dot {
  border-color: #6cd8f5;
  ;
}

.choose-bike-colour .silver-dot {
  border-color: #dad8d7;
}

#financeForm div[data-check="checked"],
#bike-colour-wrapper div[data-check="checked"] {
  border: 6px double #000;
  height: 36px;
  width: 36px;
}

.choose-bike-colour .blue-dot[data-check="checked"],
.choose-bike-colour .cream-dot[data-check="checked"],
.choose-bike-colour .silver-dot[data-check="checked"],
.choose-bike-colour .light-grey-dot[data-check="checked"],
.choose-bike-colour .lavender-dot[data-check="checked"],
.choose-bike-colour .sand-dot[data-check="checked"] {
  border: 6px double #fff !important;
}

.choose-bike-colour .grey-dot[data-check="checked"],
.choose-bike-colour .black-dot[data-check="checked"] {
  border: 6px double #fff !important;
}

input[type="radio"]:checked+div {
  background: #000;
  color: #fff;
}

#ebike-quantity-container,
#battery-option,
#frame-option,
#bike-colour-wrapper {
  margin-top: 20px;
}

.ebike-quantity-btn {
  cursor: pointer;
  font-weight: 800;
}

.ebike-input-quantity {
  cursor: default;
  pointer-events: none;
  padding: 0;
}

.ebike-quantity-btn,
.ebike-input-quantity {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% + 3px);
  border: 0;
  background: transparent !important;
  text-align: center;
  user-select: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #000;
}

.price-input {
  width: 145px;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "volt-light" !important;
  font-weight: bold;
  font-size: 27px;
  margin-top: 20px;
  border: none;
  background-color: white !important;
  box-shadow: none;
}

.free-uk-delivery {
  display: flex;
  align-items: center;
}

.free-uk-delivery-text {
  top: 7px !important;
  margin-right: 0;
  margin-left: 10px;
  font-size: 14px;
}

.volt-new-btn,
.bike-test-ride-btn,
.volt-button-order-alt {
  margin: 0;
  border: none;
  padding: 5px 12px;
  border-radius: 40px !important;
  background: #000;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  outline: none !important;
}

.bike-test-ride-btn,
.volt-button-order-alt {
  width: 145px;
}

.volt-new-btn:hover {
  background: #00a5e2;
}

#notify-me-stock-btn {
  border-radius: 40px;
  font-weight: 600;
  width: 210px;
  margin: 20px auto;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#rect1 {
  -webkit-animation: FirstBatteryFill 5s infinite;
  -moz-animation: FirstBatteryFill 5s infinite;
  -o-animation: FirstBatteryFill 5s infinite;
  animation: FirstBatteryFill 5s infinite;
}

#rect2 {
  -webkit-animation: SecondBatteryFill 5s infinite;
  -moz-animation: SecondBatteryFill 5s infinite;
  -o-animation: SecondBatteryFill 5s infinite;
  animation: SecondBatteryFill 5s infinite;
}

#rect3 {
  -webkit-animation: ThirdBatteryFill 5s infinite;
  -moz-animation: ThirdBatteryFill 5s infinite;
  -o-animation: ThirdBatteryFill 5s infinite;
  animation: ThirdBatteryFill 5s infinite;
}

@keyframes FirstBatteryFill {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes SecondBatteryFill {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ThirdBatteryFill {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#road-svg #road-lines {
  -webkit-animation: roadLinesMove 800ms infinite;
  -moz-animation: roadLinesMove 800ms infinite;
  -o-animation: roadLinesMove 800ms infinite;
  animation: roadLinesMove 800ms infinite;
  animation-timing-function: linear;
}

@keyframes roadLinesMove {
  0% {
    transform: translate(0, -4px);
  }

  100% {
    transform: translate(0, 30px);
  }
}

#weight-svg {
  animation: shake-animation 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  backface-visibility: hidden;
  transform-origin: top right;
}

@keyframes shake-animation {
  0% {
    transform: rotate(0);
  }

  2% {
    transform: rotate(5deg);
  }

  4% {
    transform: rotate(-5deg);
  }

  6% {
    transform: rotate(4deg);
  }

  8% {
    transform: rotate(-4deg);
  }

  10% {
    transform: rotate(2deg);
  }

  12% {
    transform: rotate(-2deg);
  }

  13% {
    transform: rotate(1deg);
  }

  14% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

#pointer-svg {
  -webkit-animation: pointerMove 8s infinite;
  -moz-animation: pointerMove 8s infinite;
  -o-animation: pointerMove 8s infinite;
  animation: pointerMove 8s infinite;
  animation-timing-function: linear;
  transform-origin: 37% 66%;
  transform-box: fill-box;
  will-change: transform;
}

@keyframes pointerMove {
  0% {
    transform: rotate(-140deg);
  }

  30% {
    transform: rotate(40deg);
  }

  40% {
    transform: rotate(70deg);
  }

  50% {
    transform: rotate(50deg);
  }

  60% {
    transform: rotate(70deg);
  }

  70% {
    transform: rotate(50deg);
  }

  80% {
    transform: rotate(70deg);
  }

  90% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(-140deg);
  }
}

#frame-svg {
  -moz-animation: spinHorizontal 4s infinite linear;
  -o-animation: spinHorizontal 4s infinite linear;
  -webkit-animation: spinHorizontal 4s infinite linear;
  animation: spinHorizontal 4s infinite linear;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  will-change: transform;
}

#warranty-2-years {
  -moz-animation: spinHorizontal 5s infinite linear;
  -o-animation: spinHorizontal 5s infinite linear;
  -webkit-animation: spinHorizontal 5s infinite linear;
  animation: spinHorizontal 5s infinite linear;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  will-change: transform;
}

@keyframes spinHorizontal {
  0% {
    transform: rotateY(0deg) scale(1);
  }

  10% {
    transform: rotateY(360deg) scale(1.01);
  }

  100% {
    transform: rotateY(360deg) scale(1.02);
  }
}

#abusLockLatch {
  -webkit-animation: abusLockLatchAni 8s infinite;
  -moz-animation: abusLockLatchAni 8s infinite;
  -o-animation: abusLockLatchAni 8s infinite;
  animation: abusLockLatchAni 8s infinite;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
}

@keyframes abusLockLatchAni {
  0% {
    transform: rotate(-80deg);
  }

  20% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-80deg);
  }
}

#abusLockKey {
  -webkit-animation: abusLockKeyAni 8s infinite;
  -moz-animation: abusLockKeyAni 8s infinite;
  -o-animation: abusLockKeyAni 8s infinite;
  animation: abusLockKeyAni 8s infinite;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
}

@keyframes abusLockKeyAni {
  0% {
    transform: translate(20%, 0px);
  }

  20% {
    transform: translate(20%, 0px);
  }

  30% {
    transform: translate(0, 0px);
  }

  70% {
    transform: translate(0, 0px);
  }

  80% {
    transform: translate(20%, 0px);
  }

  100% {
    transform: translate(20%, 0px);
  }
}

#torqueArrow {
  -webkit-animation: torqueArrowAni 7s infinite;
  -moz-animation: torqueArrowAni 7s infinite;
  -o-animation: torqueArrowAni 7s infinite;
  animation: torqueArrowAni 7s infinite;
  animation-timing-function: linear;
  transform-origin: 44% 49.0%;
}

@keyframes torqueArrowAni {
  0% {
    transform: rotate(180deg);
  }

  10% {
    transform: rotate(0deg);
  }

  90% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.recommended-prod-content .price-acc {
  color: #555;
  padding: 0;
  font-family: volt-bold;
}

.recommended-prod-content .accessories-option-wrapper {
  margin-left: 0 !important;
}

.pulse-awards {
  width: auto;
  display: inline-block;
  margin: 20px 10px 20px 0;
}

.guinness-logo {
  width: 100px;
  height: 81px;
}

.t3-logo {
  width: 100px;
  height: 94px;
}

.expert-reviews-recommend-logo {
  max-width: 140px;
  position: absolute;
  top: 25px;
  right: 0;
}

/* GALLERY */
.gallery-tile {
  margin-bottom: 20px;
}

.gallery-thumb-wrapper {
  box-shadow: #8b8b8b 1px 1px 3px 2px;
}

.gallery-thumb-wrapper:hover {
  cursor: pointer;
}

.gallery-thumb-overlay {
  transition: 300ms;
}

.gallery-thumb-wrapper:hover .gallery-thumb-overlay {
  z-index: 2;
  background-image: url("data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgdmlld0JveD0iMCAwIDcyMCA0ODAiPgogIDxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjYuMDA4MTA1NzU7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICBkPSJtIDMzOC41MjQzNywyMTUuNTY2NTEgYyAwLDAgMTMuODcyOTMsLTExLjg5NDU4IDI2LjY5MDc2LDAuNDQ0MDggbSAtMC40MTUwMSwzMy40NzIwNiBjIDAsMCAyMS4xMzA4NCwyMS43OTU2NyAyMi43NjA2NCwyMi44ODA0NCAxLjE2NTk5LDAuNzc2MDYgNi4xODc1MywxLjc5MjQgOS4yMjQwNSwtMS4wNzgxNCAzLjM5NzM5LC0zLjIxMTY3IDEuMjYyMDcsLTguMTM1ODYgMC41OTg5NywtOS4xMDQyNiAtMC44MDAyMiwtMS4xNjg2IC0yMi4wNDE5LC0yMS45MjIwOCAtMjIuMDQxOSwtMjEuOTIyMDggbSAzLjMyNzUzLC0xMy4yNTU5NyBhIDI2LjkyMzk4OCwyNi45MjM5ODggMCAwIDEgLTI2LjkyMzk5LDI2LjkyMzk5IDI2LjkyMzk4OCwyNi45MjM5ODggMCAwIDEgLTI2LjkyMzk5LC0yNi45MjM5OSAyNi45MjM5ODgsMjYuOTIzOTg4IDAgMCAxIDI2LjkyMzk5LC0yNi45MjM5OSAyNi45MjM5ODgsMjYuOTIzOTg4IDAgMCAxIDI2LjkyMzk5LDI2LjkyMzk5IHoiIC8+PC9zdmc+Cg==");
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-gallery-container {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

.show-swiper-gallery-container {
  z-index: 999999;
  opacity: 1;
}

.swiper-gallery-container .swiper-wrapper {
  display: flex;
}

.swiper-gallery-container #gallery-description {
  color: #fff;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 11;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .swiper-gallery-container #gallery-description {
    top: 40px;
  }
}

@media (max-width: 1025px) and (min-width: 993px) {
  .swiper-gallery-container .swiper-slide {
    width: 100% !important;
  }
}

.swiper-gallery-container #gallery-index {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  z-index: 1111;
  letter-spacing: 3px;
}

.swiper-gallery-container .swiper-slide {
  background: #000;
  display: flex;
}

.swiper-gallery-container .swiper-slide picture {
  margin-top: 50px;
}

.swiper-gallery-container .swiper-slide img {
  max-width: 80%;
}

#close-gallery {
  color: #fff;
  position: absolute;
  z-index: 111;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.swiper-button-next3,
.swiper-button-prev3 {
  color: #fff;
  padding: 0 15px;
}

.swiper-button-prev3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmJy8+PC9zdmc+");
}

.swiper-button-next3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=");
}

/* GALLERY VIDEO */
#img-video {
  padding-top: 10px;
  padding-left: 10px;
  transition: 600ms;
}

#videoimg,
#videoifr {
  transition: 600ms;
}

#img-video .embed-responsive-16by9 {
  padding: 0;
}

#videoifr {
  opacity: 0;
  transition: 1s;
}

.video-side-gallery {
  padding-top: 20px;
}

.video-play-btn {
  width: 100px;
  height: 100px;
  left: 50% !important;
  top: 50% !important;
  margin-top: -50px;
  margin-left: -50px;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  opacity: 0.5;
  position: absolute;
}

.video-thumb-wrapper:hover .video-play-btn {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1 !important;
}

#video-placeholder .embed-responsive-16by9 {
  margin-top: 20px;
}

/* COVID */
#covid-delivery-info {
  cursor: pointer;
  margin-top: 20px;
}

#covid-delivery-info:after {
  -webkit-justify-content: center;
  justify-content: center;
  background: #f1c40f;
  border-radius: 8px;
  color: #000;
  content: attr(tooltip);
  font-size: 16px;
  padding: 9px;
  position: absolute;
  right: 0;
  bottom: -13px;
  opacity: 0;
  z-index: -1;
  transition: 500ms;
  margin: 0 10px;
}

#delivery-info-btn {
  background: #fff;
  color: #000;
  position: relative;
  font-weight: 900;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  width: 140px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 40px;
  max-height: 40px;
  font-size: 11px;
  float: right;
}

#delivery-info-btn p {
  margin: 0;
}

.bike-info-card #delivery-info-btn:after {
  -webkit-justify-content: center;
  justify-content: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 9px;
  position: absolute;
  left: -160px;
  opacity: 0;
  z-index: -1;
  transition: 500ms;
  margin: 15px;
  white-space: pre-wrap;
  width: 280px;
  display: none;
  top: 20px;
}

#delivery-info-btn:hover:after {
  display: block;
}



#covid-delivery-info:hover:after {
  opacity: 1;
  z-index: 11;
  bottom: 50px;
}

.btn-tooltip p {
  pointer-events: none;
}

.show-btn-tooltip:after {
  opacity: 1 !important;
  z-index: 11 !important;
  display: block;
}

.bike-option-label {
  font-size: 15px;
  font-weight: bold;
}

.bike-option-label u {
  font-size: 11px;
  margin-left: 10px;
}

.bike-option-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.bike-option-wrapper .bike-option-label {
  width: 100%;
}

.option-placeholder,
.bike-option div,
.ebike-quantity-wrapper {
  border: 2px solid #000;
  padding: 5px 12px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  width: 140px;
  font-size: 12px;
}

.ebike-quantity-wrapper {
  height: 28px;
  width: 90px;
  display: flex;
  justify-content: space-evenly;
}

.option-placeholder {
  padding: 0;
  border: none;
}

.bike-option input {
  display: none;
}

#full-specs-btn {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px;
}

#size-diagram h3,
#size-diagram p {
  text-align: center;
}

.ebike-tab {
  display: none;
  padding-top: 30px;
  background: #fff;
}

#test-wrapper {
  display: block;
}

#ebike-tabs-container {
  padding: 0;
  margin: 20px 0 15px;
  position: relative;
}

#stiky-tabs-container {
  position: sticky;
  top: 0;
  z-index: 1040;
}

#ebike-tabs {
  display: flex;
  justify-content: space-around;
  background: #eee;
  overflow: visible;
}

#ebike-tabs .dropdown-label {
  cursor: pointer;
  padding: 7px 20px;
  text-align: left;
  border-top: 1px solid #ccc;
}

#ebike-tabs .dropdown-label span {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#ebike-tabs .plus-icon {
  height: 21px;
  width: 21px;
  border-radius: 10px;
  background: #7ec6ee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  position: relative;
  bottom: 1px;
}

#ebike-tabs .dropdown-label i {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

#ebike-tabs .dropdown-label i::before {
  content: '\002B';
}

#ebike-tabs .tab-active-btn i::before {
  content: '\2212';
}

#ebike-tabs .tab-active-btn span {
  text-decoration: none;
}

#ebikes-bottom-tabs .tab-active-btn {
  background: #000;
  color: #fff;
}

#ebikes-bottom-tabs button:focus {
  outline: none;
  outline-offset: 0;
}

#ebikes-bottom-tabs .tab-active-btn span {
  color: #fff;
  text-decoration: none;
}

#tabs-wrapper h2 {
  display: inline-block;
  margin: 3px 35px 30px 10px;
}

.mobile-tab-placeholder h2 {
  margin-bottom: 30px;
}

#review-wrapper {
  max-height: 800px;
  overflow-x: hidden;
}

#tabs-wrapper label {
  font-size: 12px;
}

#tabs-wrapper label span {
  font-size: 10px;
}

#tabs-wrapper .form-control {
  border: 2px solid;
  border-radius: 10px;
}

#tabs-wrapper .warranty-newsletter-box {
  background: #fff;
  border: none;
  padding: 0;
}

#tabs-wrapper input[type="submit"] {
  float: right;
}

.configure-bike-modal .close,
#ebike-tabs-container .close,
#bottom-tabs-content .close {
  font-size: 40px;
  opacity: 1;
  text-shadow: none;
  font-weight: 100;
  margin-top: 45px;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.configure-bike-modal #close-configure {
  left: 15px;
  margin-top: 7px;
  width: 30px;
}

#tabs-wrapper .close,
#bottom-tabs-content .close {
  margin-top: 0px;
  display: none;
  right: 10px;
}

#bottom-tabs-content .ebike-tab {
  margin-top: 30px;
}

#bottom-tabs-content h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

#bottom-tabs-content #cyclescheme-logos-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#bottom-tabs-content #cyclescheme-logos-wrapper img {
  padding: 9px;
}

#cyclescheme-diagram {
  display: flex;
  margin-bottom: 20px;
}

#cyclescheme-diagram svg {
  width: 180px;
}

#cyclescheme-diagram p {
  margin: 0;
  font-weight: bold;
}

.cyclescheme-text-box {
  padding: 5px;
  border: 2px solid;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 6px;
}

#slider-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 75px auto;
}

#finance-slider-value {
  margin-right: 20px;
}

#financeForm #finance-variant-option,
#financeForm #frame-option,
#financeForm #battery-option{
  margin-top: 0;
  margin-bottom: 10px;
}

#financeForm .bike-option {
  margin-right: 10px;
}

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

#financeForm .rangeslider {
  position: relative;
}

#financeForm .rangeslider:after {
  top: 50%;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 5px;
  margin-top: -2.5px;
  position: absolute;
  background: #fff;
  border: 1px solid;
}

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

#financeForm .rangeslider:hover {
  color: #000;
}

#financeForm .rangeslider__fill {
  position: absolute;
  background: #000;
}

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

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

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

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

#financeForm .rangeslider__handle:active {
  background: #000;
}

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

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

#finance-options-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 20px 0;
}

#finance-options-wrapper label span {
  white-space: nowrap;
  font-size: 15px;
}

#finance-options-wrapper label div {
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  border-radius: 10px;
}

.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: #eee !important;
  color: #333!important;
  cursor: not-allowed !important;
}
.frozen-options{
  color: #ccc !important;
  pointer-events: none;
}
.frozen-options:hover{
  cursor: not-allowed;
}

.bikeMailForm .disabled {
  color: #aaa;
  pointer-events: all;
}

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

#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;
}

#finance-deposit::-webkit-outer-spin-button,
#finance-deposit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


#press-reviews-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

#press-reviews-container a {
  color: #000
}

.press-post {
  padding: 5px 10px;
}

#press-wrapper a {
  color: #000;
}

#press-reviews-read-more {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#ebikes-bottom-tabs {
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 10px 0;
}

#ebikes-bottom-tabs button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 2px 10px;
  font-weight: bold;
}

.lds-ring {
  position: relative;
  bottom: 100px;
  margin-top: 100px;
  display: none;
  justify-content: center;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #00a5e2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00a5e2 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#ebike-delivery-time {
  text-align: center;
  color: #00a5e2;
}

.stage2 {
  display: none;
}

.configure-bike-modal .stage2 h2 {
  margin: 10px 60px;
}

#extras-option {
  margin: 20px 0;
}

.bike-extra-wrapper label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bike-extra-wrapper input {
  margin: 0 15px 0 0;
  height: 20px;
  width: 20px;
}

#essencial-accessory-wrapper {
  display: grid;
  grid-template-columns: 320px 320px;
  margin: 0 20px;
  justify-content: center;
}

#essencial-accessory-wrapper .recom-acc-container {
  margin-top: 30px;
  padding: 20px;
}

#essencial-accessory-wrapper .acc-image-wrapper {
  position: relative;
}

#essencial-accessory-wrapper .acc-image-wrapper::after {
  content: attr(data-content);
  background: #00000086;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 10px;
  color: #fff;
  transition: 500ms;
  opacity: 0;
}

#essencial-accessory-wrapper .recom-acc-container:hover .acc-image-wrapper::after {
  opacity: 1;
}

#recom-acc-options {
  display: flex;
  justify-content: space-between;
}

#essencial-accessory-wrapper .accessories-option-wrapper {
  width: 120px;
  margin: 0 !important;
}

#essencial-accessory-wrapper img {
  max-width: 100%;
}

#essencial-accessory-wrapper p {
  font-size: 15px;
  font-weight: bold;
  max-width: 170px;
  margin: 10px 0;
}

#essencial-accessory-wrapper .accessory-notice-wrapper p{
  font-size: 14px;
  color: #00a5e2;
  margin-bottom: 0;
  max-width: initial;
}

#recom-accessories-bottom {
  display: flex;
  justify-content: space-between;
}

#recom-accessories-bottom button {
  margin-top: 10px;
}

#flex-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

#flex-specs p {
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.spec-label {
  font-weight: bold;
  font-family: volt-bold;
  text-transform: uppercase;
  flex-shrink: 2;
  text-align: right;
  margin-right: 17px;
  font-size: 12px;
}

.spec-value {
  text-transform: uppercase;
  font-size: 12px;
}

#bike-description {
  margin-top: 40px;
}

#logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* NOTIFY ME */
#notify-me-container {
  display: none;
}

#notifyMeSubmit {
  float: right;
  margin-bottom: 20px;
  margin-top: -25px;
}

#notifyMeForm .disabled {
  background: rgb(187, 187, 187) !important;
  border: none !important;
}

#top-specs-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.spec-icon-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

#top-specs-wrapper .media-body {
  vertical-align: middle;
}

#top-specs-wrapper .media {
  margin: 0 !important;
  padding: 0 15px;
}

#top-specs-wrapper .media:nth-child(even) {
  background: #eee;
}
#top-specs-wrapper .media:nth-child(odd) {
  background: #fff;
}

#top-specs-wrapper .battery-spec-heading small {
  font-family: volt-light;
}

.key-features-details {
  margin: 10px 0;
  font-size: 14px;
  font-family: "volt-light";
  font-weight: bold;
}

.key-features-details small {
  position: relative;
  top: 6px;
  font-size: 10px;
}

#discontinuedModal {
  padding: 0 !important;
}

#bike-review-score,
.free-uk-delivery {
  margin-top: 25px;
}

.recomm-options-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#aboveDescription-wrapper .quote-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #838383;
  font-style: italic;
  text-align: center;
  text-align: left;
  margin: 0 35px 30px 0;
}

#aboveDescription-wrapper .quote-author {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}

.paddingXs0:first-child {
  padding-left: 0;
}

.paddingXs0:nth-child(2) {
  padding-right: 0;
}

@media (min-width: 767px) {
  #ebike-tabs .dropdown-label {
    border-top: 0;
  }

  #ebike-tabs {
    padding: 10px 0;
  }

  #bottom-tabs-content .ebike-tab {
    margin-top: 50px;
  }

  #tabs-wrapper .close,
  #bottom-tabs-content .close {
    right: 20px;
  }

  #ebikes-bottom-tabs button {
    font-size: 18px;
    padding: 2px 35px;
  }

  #top-specs-wrapper .media,
  #top-specs-wrapper .media:first-child {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    background: #fff !important;
  }

  .media-body {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .bike-info-card #delivery-info-btn:hover:after {
    opacity: 1;
    z-index: 11;
  }

  #gallery {
    max-width: 100% !important;
  }

  .expert-reviews-recommend-logo {
    top: 40px !important;
    max-width: 200px !important;
  }

  #top-specs-wrapper .media-middle {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }

  #top-specs-wrapper .media-body {
    width: 100%;
    text-align: center;
  }

  #top-specs-wrapper .media .media-heading {
    margin-bottom: 32px;
    margin-top: 10px;
  }

  #top-specs-wrapper .media .media-heading small {
    display: block;
  }

  #top-specs-wrapper .key-features-title-xs {
    font-size: 14px;
  }

  #discontinuedModal .row {
    display: flex;
    align-items: center;
  }

  #discontinuedModal .modal-dialog {
    width: 800px;
  }

  .configure-bike-modal {
    padding-left: 6px;
  }

  .configure-bike-modal .modal-dialog {
    width: 100%;
  }

  .configure-bike-modal .stage1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bike-option-wrapper {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .ebike-tab {
    padding: 5px 0 20px;
  }

  #ebike-tabs-container .close {
    margin-top: 18px;
  }

  #top-specs-wrapper .key-features-details {
    font-size: 14px;
    margin-top: 5px;
    font-family: volt-light;
  }

  #top-specs-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bike-video-card,
  .bike-video-card-cover {
    display: none;
  }

  .buy-bike-content {
    margin-top: 20px;
  }

  #bike-slider .swiper-container {
    min-height: 230px;
  }

  .configure-bike-modal .stage2 h2 {
    text-align: center;
  }

  #flex-specs {
    grid-template-columns: 1fr;
  }

  #essencial-accessory-wrapper {
    grid-template-columns: 320px;
  }

  #ebike-tabs {
    flex-direction: column;
  }

  #ebike-tabs .dropdown-label {
    padding: 5px 20px;
  }

  #ebike-tabs .dropdown-label span {
    font-size: 14px;
  }

  #tabs-wrapper #cyclescheme-logos-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  #tabs-wrapper #cyclescheme-logos-wrapper img:nth-child(7) {
    margin-left: -50%;
  }

  #cyclescheme-diagram {
    flex-direction: column;
    align-items: center;
  }

  .cyclescheme-text-box {
    max-width: 200px;
  }

  #cyclescheme-diagram svg {
    transform: rotate(90deg);
    margin: 16px 0;
    height: 32px;
  }

  #press-reviews-container {
    grid-template-columns: 1fr;
  }

  #top-specs-wrapper {
    display: block;
  }

  #top-specs-wrapper .media-middle {
    padding: 5px 10px;
  }

  #aboveDescription-wrapper .quote-title {
    margin: 15px 34px 10px 0;
  }
}

@media (min-width: 1024px) {
  #flex-specs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #bike-slider {
    display: flex;
  }

  #bike-slider .col-lg-9 {
    max-width: 1500px;
  }

  #bike-slider .swiper-slide {
    width: calc(100% + 1px) !important;
  }
}

@media (max-width: 992px) {
  .configure-bike-modal .stage2 h2 {
    margin-top: 30px;
  }

  #logos-row {
    display: flex;
    flex-direction: column-reverse;
  }

  #logos-row .col-md-4 img {
    display: none;
  }

  #bike-description {
    margin-top: 10px;
  }

  .paddingXs0 {
    padding: 0;
  }

  #bottommenu {
    display: none !important;
  }

  .floating-moveup {
    bottom: 6px !important;
  }
}

@media (min-width: 992px) {
  #essencial-accessory-wrapper {
    grid-template-columns: 320px 320px 320px;
  }

  .configure-bike-modal .col-md-5 {
    max-height: 700px;
    overflow-x: auto;
  }

  .configure-bike-modal .stage2 h2 {
    margin-top: -36px;
  }

  /* #ebike-tabs-container {
    height: 56px;
  } */
}

@media (max-width: 991px) {
  #stiky-tabs-container {
    top: 68px;
  }
}

@media (max-width: 424px) {
  #finance-options-wrapper label span {
    font-size: 10px;
  }
  #finance-options-wrapper label div {
    padding: 6px;
  }
}

@media (max-width: 350px) {
  #finance-options-wrapper label span {
    font-size: 10px;
  }
}


/* TEST RIDE FORM */

.form-bike-box .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
}

.form-bike-box .form-group label:hover,
.form-bike-box .form-group img:hover .form-bike-box .form-group input:hover {
  cursor: pointer;
}

#errorpostocde {
  position: relative;
  top: 10px;
}





.map-select-dealer {
  color: var(--volt-blue);
  cursor: pointer;
  font-weight: bold;
  line-height: 24px;
}

.tabledealers {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#scheduling-wrapper {
  margin-top: 30px;
}

#scheduling-wrapper,
#final-stage-wrapper,
#choose-time-wrapper {
  display: none;
}

/* #final-stage-wrapper {
  display: none;
} */

.lds-ring {
  position: relative;
  justify-content: center;
  margin-left: -50px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--volt-blue);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--volt-blue) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:992px) {
  .form-bike-box .form-group {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #mapdealers {
    display: none;
    height: 350px;
  }
}

@media (max-width:768px) {
  .form-bike-box .form-group {
    grid-template-columns: 50% 50%;
  }

  #mapdealers,
  #dealer-map {
    display: none;
  }
}

@media (min-width:992px) {
  #side-image {
    position: absolute;
    z-index: 1;
    margin-right: 15px;
    top: 0;
  }

  #mapdealers,
  #dealer-map {
    position: relative;
    z-index: 2;
    height: 750px;
  }
}