/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-home-banner {
  position: relative;
  margin-bottom: 7.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-home-banner {
      margin-bottom: 4rem; } }
  .cp-home-banner .img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 92.7rem;
    background-image: linear-gradient(242deg, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.5) 0%);
    background-size: cover;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-home-banner .img-wrap:after {
        height: auto; } }
  .cp-home-banner .banner-cont {
    position: absolute;
    top: 50%;
    left: 15.9rem;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9; }
    .cp-home-banner .banner-cont .play-btn {
      background-color: none;
      font-size: 4.8rem;
      line-height: 3.2rem;
      position: relative;
      display: block;
      background: transparent;
      cursor: pointer;
      color: #ffffff; }
      @media only screen and (max-width: 1024px) {
        .cp-home-banner .banner-cont .play-btn {
          font-size: 2.6rem;
          line-height: 2.6rem;
          right: 1.6rem; } }
    @media only screen and (max-width: 768px) {
      .cp-home-banner .banner-cont {
        left: 3rem; } }
  .cp-home-banner .banner-title {
    font-family: "Gotham-Bold";
    font-size: 6.4rem;
    line-height: 6.4rem;
    letter-spacing: -1px;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-home-banner .banner-title {
        font-size: 4rem;
        line-height: 4.8rem;
        font-family: "Gotham-Bold"; } }
  .cp-home-banner .banner-desc {
    font-family: "Gotham-Book";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-top: 1rem; }
  .cp-home-banner .cm-light {
    font-family: "Gotham-Light";
    font-size: 6rem;
    letter-spacing: -0.94px; }
    @media only screen and (max-width: 768px) {
      .cp-home-banner .cm-light {
        font-size: 3rem;
        line-height: 4.8rem; } }
  .cp-home-banner .video_play_banner {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none; }
    .cp-home-banner .video_play_banner iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 75rem;
      bottom: 0;
      width: 100%;
      object-fit: cover; }
  .cp-home-banner .show {
    display: block; }
  .cp-home-banner .banner-contact {
    top: 10.4rem;
    right: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.15);
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #ffffff;
    font-family: "Gotham-Bold";
    position: absolute;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .cp-home-banner .banner-contact {
        top: 6rem;
        right: 2rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 0.7rem 1rem; } }
    .cp-home-banner .banner-contact .icon-call {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin-right: 1rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-home-banner .banner-contact .icon-call {
          font-size: 2rem;
          line-height: 2rem;
          margin-right: 1.4rem; } }
      .cp-home-banner .banner-contact .icon-call:before {
        position: relative;
        top: 4px; }

.cp-home-banner .banner-cont {
  width: 30% !important; }

.cp-home-banner .banner-contact {
  padding: 1rem 2rem; }

@media only screen and (max-width: 768px) {
  .cp-home-banner .banner-desc {
    font-size: 1.6rem;
    line-height: 2rem; } }

.cp-bounce-animation {
  position: absolute;
  bottom: 6.5rem;
  left: 9.5rem;
  transform: rotate(-90deg);
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #9f9f9f;
  z-index: 2;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }
  @media only screen and (max-width: 768px) {
    .cp-bounce-animation {
      left: -1.5rem; } }
  .cp-bounce-animation .icon-arrow {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    transform: rotate(180deg);
    color: #ffffff; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(-90deg) translateX(0); }
  40% {
    transform: rotate(-90deg) translateX(-30px); }
  60% {
    transform: rotate(-90deg) translateX(-15px); } }

.cp-build-cargo {
  padding: 3rem 1rem 4rem;
  border: solid 1px #e2e2e2;
  text-align: center; }
  .cp-build-cargo .img-wrap {
    width: 10rem;
    height: 10rem;
    margin: 0 auto 3rem; }
  .cp-build-cargo .b-title {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.5rem; }
  .cp-build-cargo .b-desc {
    font-family: "Gotham-Book";
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #3f4351; }

.cp-build-cargo {
  width: 35rem;
  height: 25.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-build-cargo {
      width: 30rem;
      height: 19.6rem;
      padding: 2rem 2rem 2.8rem; }
      .cp-build-cargo .b-title {
        font-size: 1.6rem;
        line-height: 1; }
      .cp-build-cargo .b-desc {
        font-size: 1.4rem;
        line-height: 1; }
      .cp-build-cargo .img-wrap {
        width: 8rem;
        height: 8rem; } }

.cp-product-offer .top-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .top-sec {
      margin-top: 4rem; }
      .cp-product-offer .top-sec.img-sec {
        margin-top: 0.6rem; } }

.cp-product-offer .img-wrap {
  width: 69rem;
  height: 38.8rem;
  margin-bottom: -5rem; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .img-wrap {
      width: 33.5rem;
      height: 18.9rem;
      margin-bottom: -3rem; } }

@media only screen and (max-width: 768px) {
  .cp-product-offer .typ-productOffer .swiper-container-horizontal > .swiper-pagination-bullets,
  .cp-product-offer .typ-productOffer .swiper-pagination {
    bottom: 34rem; } }

.cp-product-offer .bike-name {
  font-family: "Gotham-Black";
  font-size: 6.4rem;
  line-height: 4rem;
  color: #c7c7c7;
  margin-right: 12rem; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .bike-name {
      font-family: "Gotham-Bold";
      font-size: 3rem;
      line-height: 3.2rem;
      color: #333;
      margin-right: 0;
      margin-bottom: 0.5rem;
      position: absolute;
      bottom: -8rem; } }

.cp-product-offer .bottom-sec {
  padding: 7.5rem 0 15rem;
  background-image: linear-gradient(to bottom, #ebebeb, #fff); }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .bottom-sec {
      padding: 15rem 0 8rem; } }
  .cp-product-offer .bottom-sec .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .bottom-sec .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.cp-product-offer .rhs {
  width: 24.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .rhs {
      margin-top: 3rem;
      width: 100%; } }
  .cp-product-offer .rhs .btn {
    min-width: 100%;
    margin-bottom: 2rem; }
    .cp-product-offer .rhs .btn.btn-default {
      margin: 0; }

.cp-product-offer .desc-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .desc-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-product-offer .desc-list .desc-item {
    padding: 0 3rem;
    border-left: 1px solid #e2e2e2; }
    .cp-product-offer .desc-list .desc-item:first-child {
      border: none;
      padding-left: 0;
      width: 25.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-product-offer .desc-list .desc-item:first-child {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .desc-list .desc-item:nth-child(2) {
        border: 0;
        padding-left: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .desc-list .desc-item {
        margin: 2rem 0 0;
        padding: 0 2rem; }
        .cp-product-offer .desc-list .desc-item.sub-info {
          margin: 0 0 2rem; } }
  .cp-product-offer .desc-list .desc {
    font-family: "Heebo-SemiBold";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #c2c2c2; }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .desc-list .desc {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .cp-product-offer .desc-list .desc-title {
    font-family: "Gotham-Bold";
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 0.4rem;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .desc-list .desc-title {
        font-size: 1.6rem;
        line-height: 1.6rem; } }
  .cp-product-offer .desc-list .text {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #c2c2c2; }
    @media only screen and (max-width: 768px) {
      .cp-product-offer .desc-list .text {
        font-size: 1.4rem;
        line-height: 1.4rem; }
        .cp-product-offer .desc-list .text.sub-text {
          font-family: "Gotham-Book"; } }

.cp-product-offer .notes {
  margin-top: 3rem;
  font-family: "Gotham-Medium";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #3f4351; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .notes {
      font-size: 1.2rem;
      line-height: 1.4rem;
      margin-top: 1.4rem; } }

.cp-product-offer .bottom-sec {
  padding: 7.5rem 0 15rem; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .bottom-sec {
      padding: 7.5rem 0 9.3rem; } }

@media only screen and (max-width: 768px) {
  .cp-product-offer .desc-list .desc-item {
    padding-right: 0.5rem; } }

@media only screen and (max-width: 768px) {
  .cp-product-offer .desc-list .desc-item:nth-child(2) {
    padding-right: 0.5rem; } }

.cp-product-offer .desc-list .text {
  font-family: "Gotham-Book"; }

.cp-product-offer .img-wrap {
  width: 69rem;
  height: 38.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-product-offer .img-wrap {
      width: 33.5rem;
      height: 18.9rem;
      margin-bottom: -1.2rem; } }
  .cp-product-offer .img-wrap img {
    width: 100%; }

.cp-video {
  z-index: 2;
  position: relative; }
  .cp-video .play-btn {
    margin-bottom: 0rem;
    padding: 0; }
  .cp-video .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block;
    pointer-events: all; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0rem; } }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play.mob-icon {
        margin-bottom: 0.8rem; } }
  .cp-video .play-btn-pdp-2 {
    pointer-events: all; }
  .cp-video .play-btn {
    pointer-events: all; }
  .cp-video .icon-pause {
    pointer-events: all;
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Gotham-Bold";
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-video .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Gotham-Book";
    color: #ffffff;
    width: 35.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 18.4rem; } }
  .cp-video .feature-list {
    margin-top: 6rem;
    width: 50rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .feature-list {
        width: 27rem; } }
    .cp-video .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-video .feature-list .f-item {
      width: 33.33%;
      padding: 0px 3rem;
      border-left: 1px solid rgba(216, 216, 216, 0.5); }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .f-item {
          padding: 0px 2rem; } }
      .cp-video .feature-list .f-item:last-child {
        padding-right: 0; }
      .cp-video .feature-list .f-item:first-child {
        padding-left: 0;
        border: none; }
    .cp-video .feature-list .value {
      font-size: 3.6rem;
      line-height: 3.6rem;
      display: block;
      font-family: "Gotham-Bold";
      color: #ffffff;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .value {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 4px; } }
    .cp-video .feature-list .label {
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-family: "Gotham-Book";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .label {
          font-size: 1.4rem;
          line-height: 1.2rem; } }
  .cp-video.active .content-wrap {
    display: none; }
  .cp-video.active .video-container {
    display: block; }
  .cp-video .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }

.bs-modal.typ-video .vimeo-close {
  top: 4rem;
  right: 12rem; }

@media only screen and (max-width: 768px) {
  .cp-video .icon-Play {
    margin-bottom: 1.6rem;
    padding-top: 0.8rem; } }

.cp-video .play-btn-pdp-2 {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .cp-video .play-btn-pdp-2 {
      padding: 0; } }

@media only screen and (max-width: 768px) {
  .cp-video .feature-list.ride-featurelist {
    width: 30rem; } }

.cp-compare {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .cp-compare {
      max-width: 68rem;
      overflow-x: scroll; } }
  .cp-compare .compare-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start; }
  .cp-compare .compare-item {
    width: 32%;
    border: solid 1px #e2e2e2;
    margin: 0 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-compare .compare-item {
        width: 50%;
        margin: 0 0.5rem; } }
    .cp-compare .compare-item:first-of-type {
      margin-left: 0; }
  .cp-compare .product .img-wrap {
    padding: 2.9rem;
    width: auto;
    height: 37rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-compare .product .img-wrap {
        height: 16.3rem;
        padding: 1.9rem; } }
    .cp-compare .product .img-wrap:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 192px;
      background-image: linear-gradient(to bottom, #fff, #f7f7f7); }
      @media only screen and (max-width: 768px) {
        .cp-compare .product .img-wrap:after {
          height: 8.9rem; } }
    .cp-compare .product .img-wrap img {
      z-index: 2;
      position: relative; }
  .cp-compare .product-details {
    padding: 3rem 2.9rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cp-compare .product-details {
        padding: 2rem 1.8rem; } }
    .cp-compare .product-details .prod-title {
      font-family: "Gotham-Bold";
      font-size: 2.4rem;
      line-height: 2.4rem;
      letter-spacing: -0.38px;
      color: #000000;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare .product-details .prod-title {
          font-size: 1.8rem;
          margin-bottom: 0.5rem; } }
    .cp-compare .product-details .price {
      font-family: "Heebo-SemiBold";
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #3f4351;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare .product-details .price {
          font-size: 1.6rem;
          line-height: 2rem;
          margin-bottom: 2rem; } }
    .cp-compare .product-details .color-code {
      margin-bottom: 4rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare .product-details .color-code {
          margin-bottom: 3rem; } }
      .cp-compare .product-details .color-code .colour {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: transparent;
        display: inline-block;
        margin-left: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .cp-compare .product-details .color-code .colour {
            width: 1.2rem;
            height: 1.2rem; } }
        .cp-compare .product-details .color-code .colour.colour-1 {
          background: #000000; }
        .cp-compare .product-details .color-code .colour.colour-2 {
          background: #f3d000; }
    .cp-compare .product-details .cp-star {
      margin: 0 auto 2rem;
      padding: 0;
      border: 0;
      max-width: 10rem; }
    .cp-compare .product-details .btn.btn-default {
      min-width: 20rem;
      padding: 1.6rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .cp-compare .product-details .btn.btn-default {
          min-width: auto; } }
  .cp-compare .feature-list {
    padding: 0 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-compare .feature-list {
        padding: 0 2rem; } }
    .cp-compare .feature-list .feature-item {
      padding: 2rem 0 0 0;
      text-align: center;
      height: 9.2rem;
      margin-bottom: 2rem;
      overflow: hidden;
      border-top: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-compare .feature-list .feature-item {
          padding: 2rem 0;
          height: 9rem; } }
    .cp-compare .feature-list .feature-title {
      margin: 0 0 1.2rem;
      font-family: "Gotham-Book";
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #c2c2c2; }
      @media only screen and (max-width: 768px) {
        .cp-compare .feature-list .feature-title {
          margin-bottom: 0.5rem; } }
    .cp-compare .feature-list .feature-desc {
      font-family: "Gotham-Medium";
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        .cp-compare .feature-list .feature-desc {
          font-size: 1.8rem; } }
  .cp-compare.typ-cargo {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-compare.typ-cargo {
        margin-right: -1.5rem; } }
    .cp-compare.typ-cargo .product .img-wrap {
      width: auto;
      height: 23rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare.typ-cargo .product .img-wrap {
          height: 13rem;
          width: 16.3rem; } }
      .cp-compare.typ-cargo .product .img-wrap img {
        width: 18rem;
        height: 18rem;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .cp-compare.typ-cargo .product .img-wrap img {
            width: 9rem;
            height: 9rem; } }
    .cp-compare.typ-cargo .feature-list .feature-item:first-child {
      border: 0; }

.note {
  font-family: "Gotham-Medium";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #3f4351;
  margin-top: 0.5rem; }

@media only screen and (max-width: 768px) {
  .cp-compare .compare-item {
    width: 48.6%;
    margin: 0 0.3rem; } }

.cp-compare .compare-item .feature-list.adv-list .feature-item {
  padding: 2.2rem 0 2.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-compare .compare-item .feature-list.adv-list .feature-item {
      padding: 2rem 0 2rem; } }
  .cp-compare .compare-item .feature-list.adv-list .feature-item .feature-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #3f4351; }
    @media only screen and (max-width: 768px) {
      .cp-compare .compare-item .feature-list.adv-list .feature-item .feature-title {
        font-size: 1.2rem;
        color: #c2c2c2; } }
  .cp-compare .compare-item .feature-list.adv-list .feature-item:first-child .feature-desc {
    font-family: "Gotham-Bold"; }

.cp-compare.typ-cargo .product .img-wrap {
  height: 23.9rem; }
  @media only screen and (max-width: 768px) {
    .cp-compare.typ-cargo .product .img-wrap {
      width: auto;
      height: 13rem; } }

@media only screen and (max-width: 768px) {
  .cp-compare .product-details {
    padding: 2rem 2rem;
    box-sizing: content-box; } }

.cp-compare .product-details .color-code .colour {
  background-size: cover; }

.cp-home-bikeDr {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%); }
  .cp-home-bikeDr .img-wrap {
    width: 33rem;
    height: 9rem;
    margin-bottom: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .img-wrap {
        width: 13.2rem;
        height: 3.6rem; } }
  .cp-home-bikeDr .video-desc {
    font-family: "Gotham-Book";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 31.2rem; } }
  .cp-home-bikeDr .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Gotham-Bold";
    margin-bottom: 0.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-home-bikeDr .btn.btn-white {
    margin: 4rem 0 0;
    min-width: 23rem;
    color: #ffffff !important; }
    .cp-home-bikeDr .btn.btn-white:hover {
      background: #007fff !important;
      border: 1px solid #fff !important;
      color: #ffffff !important; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .btn.btn-white {
        margin-top: 3rem;
        min-width: 17.5rem;
        color: #ffffff;
        padding: 1.2rem; } }
    .cp-home-bikeDr .btn.btn-white.find {
      min-width: 27.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-home-bikeDr .btn.btn-white.find {
          min-width: 21.1rem; } }
    .cp-home-bikeDr .btn.btn-white.typ-enquire {
      min-width: 20.7rem; }
      @media only screen and (max-width: 768px) {
        .cp-home-bikeDr .btn.btn-white.typ-enquire {
          min-width: 15.3rem; } }

.cp-ourPartner {
  text-align: center; }
  .cp-ourPartner .img-wrap {
    width: 100%;
    height: 100%;
    padding: 3rem;
    border: solid 1px #e2e2e2; }
  .cp-ourPartner .p-name {
    font-family: "Heebo-SemiBold";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #3f4351;
    margin-top: 2rem; }

.cp-ourPartner .img-wrap.ourpartnerimg img {
  height: 14rem;
  object-fit: contain; }
  @media only screen and (max-width: 768px) {
    .cp-ourPartner .img-wrap.ourpartnerimg img {
      height: 5rem; } }

.cp-select .select2-container--default .select2-selection--single {
  height: 5rem;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #3f4351;
  font-family: "Gotham-Medium";
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  outline: none; }
  .cp-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #3f4351;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background-image: linear-gradient(to bottom, #fff, #f7f7f7);
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%); }

.cp-select .select2-container {
  width: 100% !important; }

.cp-select.typ-whatexpect {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 0;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-whatexpect {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-whatexpect {
      right: 8.5rem; } }
  .cp-select.typ-whatexpect .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-whatexpect .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection__rendered {
    color: #d02127; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0080ff !important;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Gotham-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #d02127;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #d02127 transparent transparent transparent; }
  .cp-select.typ-whatexpect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d02127 transparent; }

.cp-select.typ-alp {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 15%;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-alp {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-alp {
      right: 8.5rem; } }
  .cp-select.typ-alp .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-alp .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-alp .select2-container--default .select2-selection__rendered {
    color: #d02127; }
  .cp-select.typ-alp .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #d02127;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Gotham-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #d02127;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #d02127 transparent transparent transparent; }
  .cp-select.typ-alp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d02127 transparent; }

.select2-dropdown {
  box-shadow: 0px 1.25px 20px 2px rgba(6, 177, 199, 0.14);
  border-radius: 0px 0px 8px 8px;
  background: #ffffff;
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent !important; }

.select2-results__option {
  padding: 1.5rem 1rem;
  text-indent: 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Gotham-Medium";
  color: #3f4351;
  border-bottom: 1px solid #e2e2e2; }
  .select2-results__option:last-child {
    border: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3f4351;
  background: #CDEDF4; }

@media only screen and (max-width: 768px) {
  .select2-dropdown {
    z-index: 9999; } }

.bs-form {
  width: 100%; }
  .bs-form .form-group {
    margin: 0 0 4.4rem;
    position: relative;
    padding-top: 2rem; }
    .bs-form .form-group:last-child {
      margin-bottom: 3.5rem; }
    .bs-form .form-group.has-icn input {
      padding-right: 5rem; }
    .bs-form .form-group.has-icn span.icon {
      font-size: 2.4rem;
      line-height: 2.4rem;
      position: absolute;
      right: 1.3rem; }
    .bs-form .form-group.has-icn .hover-box {
      display: none;
      font-size: 1.4rem;
      line-height: 1.43;
      color: #333;
      padding: 3rem;
      border-radius: 4px;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      background-color: #fff;
      width: 27rem;
      height: 28.3rem;
      position: absolute;
      z-index: 1;
      right: -27rem;
      top: 50%;
      transform: translate(0, -51%); }
      .bs-form .form-group.has-icn .hover-box img {
        position: unset;
        width: 100%;
        margin-bottom: 0.7rem; }
      .bs-form .form-group.has-icn .hover-box:before {
        content: '';
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform: translate(0, -50%) rotate(135deg);
        border: solid #fff;
        display: inline-block;
        padding: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -5px; }
    .bs-form .form-group.info-box .info-hover:hover ~ .hover-box {
      display: block;
      transition: 0.4s; }
    .bs-form .form-group .field-desc {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #999;
      margin-top: 1rem;
      position: absolute; }
    .bs-form .form-group .btn-file-trigger {
      position: absolute;
      width: 100%;
      height: 100%; }
    .bs-form .form-group input[type="file"] {
      display: none; }
    .bs-form .form-group textarea,
    .bs-form .form-group input,
    .bs-form .form-group select,
    .bs-form .form-group .select2-container--default .select2-selection--single {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 1;
      color: #333;
      border: 0;
      border-bottom: solid 1px #e2e2e2;
      border-radius: 0;
      background-color: transparent;
      padding: 0.5rem 0;
      width: 100%;
      outline: none;
      height: 3rem; }
      .bs-form .form-group textarea ~ label,
      .bs-form .form-group input ~ label,
      .bs-form .form-group select ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ label {
        line-height: 1;
        font-size: 1.4rem;
        color: #999;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 25px;
        transition: 0.3s;
        z-index: -1;
        font-family: "Gotham-Book"; }
      .bs-form .form-group textarea:focus ~ label,
      .bs-form .form-group textarea.has-content ~ label,
      .bs-form .form-group textarea ~ .select2-container--open ~ label,
      .bs-form .form-group textarea ~ .select2-container--below ~ label,
      .bs-form .form-group input:focus ~ label,
      .bs-form .form-group input.has-content ~ label,
      .bs-form .form-group input ~ .select2-container--open ~ label,
      .bs-form .form-group input ~ .select2-container--below ~ label,
      .bs-form .form-group select:focus ~ label,
      .bs-form .form-group select.has-content ~ label,
      .bs-form .form-group select ~ .select2-container--open ~ label,
      .bs-form .form-group select ~ .select2-container--below ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.has-content ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
        font-size: 1.4rem;
        top: 0;
        transition: 0.3s; }
      .bs-form .form-group textarea.label-styl ~ label,
      .bs-form .form-group input.label-styl ~ label,
      .bs-form .form-group select.label-styl ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.label-styl ~ label {
        top: 0; }
      .bs-form .form-group textarea ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: 0.4s; }
      .bs-form .form-group textarea:focus ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input:focus ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select:focus ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        left: 0;
        width: 100%;
        transition: 0.4s; }
      .bs-form .form-group textarea.disabled,
      .bs-form .form-group input.disabled,
      .bs-form .form-group select.disabled,
      .bs-form .form-group .select2-container--default .select2-selection--single.disabled {
        pointer-events: none; }
    .bs-form .form-group .icn-required {
      color: #721c23; }
    .bs-form .form-group textarea {
      height: 8rem;
      resize: none; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333;
      padding: 0;
      line-height: unset; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0.8rem;
      top: 1rem;
      transform: rotate(-90deg);
      height: 14px;
      width: 9px; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\E92A";
        font-family: 'icomoon'; }
    .bs-form .form-group .chk-label {
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      color: #333;
      margin: 5rem 0 -4rem; }
      .bs-form .form-group .chk-label input[type="checkbox"],
      .bs-form .form-group .chk-label input[type="radio"] {
        width: auto;
        margin-right: 1rem;
        margin-top: -0.5rem; }
      .bs-form .form-group .chk-label a,
      .bs-form .form-group .chk-label a:hover,
      .bs-form .form-group .chk-label a:active {
        color: #bd001c; }
    .bs-form .form-group .error-msg {
      position: absolute;
      color: #bd001c;
      font-size: 1.2rem;
      bottom: -1.5rem; }
  .bs-form .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .radio-list {
    display: -ms-flexbox;
    display: flex; }
    .bs-form .radio-list .item {
      margin-right: 3rem; }
  .bs-form .form-label {
    line-height: 1.6rem;
    font-size: 1.4rem;
    color: #999; }
  .bs-form.typ-contact {
    margin-top: 1rem;
    max-width: 44rem; }
    .bs-form.typ-contact .form-group.last {
      margin-bottom: 5.9rem; }
    .bs-form.typ-contact .btn {
      padding: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-contact .btn {
          min-width: 100%; } }
  .bs-form.typ-virtualAss {
    max-width: 44rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-virtualAss {
        max-width: 38rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-virtualAss {
        max-width: 40rem; } }
    .bs-form.typ-virtualAss .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-right: 3rem; }
  .bs-form.typ-search-store {
    margin-top: -1rem; }
    .bs-form.typ-search-store .form-group {
      margin: 0px 0 2.4rem; }
      .bs-form.typ-search-store .form-group.has-icn span.icon {
        color: #bd001c; }
    .bs-form.typ-search-store .currentLocation {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #bd001c;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .bs-form.typ-search-store .icon {
      font-size: 2.1rem;
      margin-right: 0.5rem; }
  .bs-form .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
  .bs-form .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
  .bs-form.typ-pincode {
    max-width: 29.9rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 42.9rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-pincode {
        max-width: 48.9rem; } }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 100%; } }
    .bs-form.typ-pincode .form-group {
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 1rem; }
      .bs-form.typ-pincode .form-group .error-msg {
        bottom: -0.7rem; }
      .bs-form.typ-pincode .form-group input ~ .focus-border {
        bottom: 8px; }
  .bs-form.typ-plp {
    max-width: 16.2rem; }
    .bs-form.typ-plp .select2-container--open {
      padding: 0; }
    .bs-form.typ-plp .form-group {
      margin: 0;
      padding: 0;
      max-width: 16.2rem; }
      .bs-form.typ-plp .form-group select,
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single {
        border: solid 0.5px #8c8c8c;
        border-radius: 20px;
        padding: 1.3rem 3rem 1rem 2rem;
        height: 4rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        font-size: 1.2rem;
        top: 1.4rem;
        color: #bd001c;
        right: 1.6rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
        top: 0.2rem;
        color: #4a4a4a;
        text-transform: uppercase; }
  .bs-form.typ-storefranchise {
    margin: 0 0 2.4rem;
    width: 44rem; }
    .bs-form.typ-storefranchise .form-group {
      margin: 0 0 2.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        width: 100%; }
        .bs-form.typ-storefranchise .form-group {
          margin: 0 0 3.5rem;
          padding-top: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        height: 43rem;
        overflow-y: scroll; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise.active {
        height: 20rem;
        overflow-y: scroll; } }
  .bs-form.typ-shipping {
    width: 58%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-shipping {
        width: 100%; } }
    .bs-form.typ-shipping .radio-group {
      margin-top: -1rem; }
      .bs-form.typ-shipping .radio-group .form-label {
        font-family: "Gotham-Medium";
        color: #999;
        font-size: 1.6rem;
        padding-bottom: 1.6rem;
        display: block; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-search {
      margin-top: 1.2rem; } }
  .bs-form.typ-search .form-group {
    margin: 0px 0 2.4rem; }
    .bs-form.typ-search .form-group.has-icn span.icon {
      color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group.has-icn span.icon {
          font-size: 1.8rem;
          line-height: unset;
          top: 2.5rem; } }
    .bs-form.typ-search .form-group input {
      color: #000; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
      .bs-form.typ-search .form-group input ~ label {
        z-index: 1; }
      .bs-form.typ-search .form-group input:focus ~ label,
      .bs-form.typ-search .form-group input.has-content ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-search .closeSearch-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #bd001c;
    font-size: 1.4rem;
    z-index: 13;
    display: none; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .closeSearch-btn {
        padding: 0.3rem;
        display: inline-block;
        top: 2rem; } }
  .bs-form.typ-my-account {
    width: 37.7%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account {
        width: 100%; } }
    .bs-form.typ-my-account .act-wrap.typ-add-new-address {
      margin-top: 7rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap {
        position: fixed;
        bottom: -2px;
        box-shadow: 0 -22px 26px -10px rgba(195, 195, 195, 0.48);
        background: #fff;
        z-index: 9;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    .bs-form.typ-my-account .act-wrap .btn-outline {
      margin-right: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn-outline {
          margin-right: 1rem; } }
    .bs-form.typ-my-account .radio-list {
      margin-top: 2rem; }
  .bs-form.typ-signin {
    padding: 4.1rem 5rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin {
        padding: 3rem 2rem; } }
    .bs-form.typ-signin .field-desc {
      margin-top: 1.2rem; }
    .bs-form.typ-signin .submit-button {
      padding: 1.6rem;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .submit-button {
          padding: 1.1rem; } }
    .bs-form.typ-signin .pinInputWrp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding: 3rem 0 0; }
      .bs-form.typ-signin .pinInputWrp .form-group {
        width: 5rem;
        height: 5rem;
        padding: 0;
        margin-right: 2.8rem;
        text-align: center;
        color: #333;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-family: "Gotham-Bold"; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp .form-group {
            margin-right: 0.7rem; } }
        .bs-form.typ-signin .pinInputWrp .form-group:last-child {
          margin-right: 0; }
        .bs-form.typ-signin .pinInputWrp .form-group.error {
          border-color: #721c23;
          background-color: rgba(248, 215, 218, 0.5); }
      .bs-form.typ-signin .pinInputWrp.err-msg-margin {
        padding-bottom: 4rem; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .pinInputWrp.err-msg-margin {
            padding-bottom: 2.5rem; } }
    .bs-form.typ-signin .pinInputWrp input::-webkit-inner-spin-button,
    .bs-form.typ-signin .pinInputWrp input::-webkit-outer-spin-button {
      appearance: none;
      margin: 0; }
    .bs-form.typ-signin .pinInputWrp input:focus,
    .bs-form.typ-signin .pinInputWrp input.focus {
      border-color: #bd001c;
      outline: none;
      box-shadow: none; }
    .bs-form.typ-signin .resendOtpBlock {
      padding-top: 3.3rem; }
      .bs-form.typ-signin .resendOtpBlock .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock #timer {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #666;
        font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        font-size: 1.6rem;
        color: #bd001c;
        font-family: "Gotham-Bold";
        display: none;
        background: none;
        padding-left: 0; }
      .bs-form.typ-signin .resendOtpBlock #time {
        position: relative;
        left: -6px; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock.active #timer {
        display: none; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtp {
        display: block; }
      .bs-form.typ-signin .resendOtpBlock.typ-shipping {
        width: 58%; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .resendOtpBlock.typ-shipping {
            width: 100%; } }
    .bs-form.typ-signin .noteText {
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #666; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .noteText {
          font-size: 1.4rem; } }
    .bs-form.typ-signin .error-msg {
      color: #721c23;
      font-family: "Gotham-Book";
      display: none; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .error-msg {
          bottom: 3rem; } }
  .bs-form.typ-cancel-order {
    margin-bottom: 10rem; }
    .bs-form.typ-cancel-order .form-group input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Gotham-Book"; }

.select2-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none; }

.select2-container--default .select2-results > .select2-results__options {
  height: auto !important;
  max-height: 13rem; }

.select2-container--open .select2-results__option {
  background-color: transparent !important;
  padding: 1rem 0 !important;
  font-size: 1.4rem !important;
  font-family: "Gotham-Bold" !important; }

.select2-container--open .select2-results__option:before {
  display: none !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #bd001c !important; }

.select2-container--open .select2-search--dropdown {
  top: 4px !important;
  left: 0 !important;
  padding: 1px 4rem 5px 0 !important; }
  @media only screen and (max-width: 768px) {
    .select2-container--open .select2-search--dropdown {
      left: 0px !important; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0rem !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  padding: 2px !important; }

.bs-product.typ-hotizontal {
  border: 1px solid #e2e2e2;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .bs-product.typ-hotizontal .img-wrap {
    position: absolute;
    width: 30%;
    padding: 1.5rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .bs-product.typ-hotizontal .img-wrap img {
      max-width: 100%;
      max-height: 100%;
      width: auto; }
  .bs-product.typ-hotizontal .detail-wrap {
    width: 100%;
    padding: 3rem 15rem 3rem calc(30% + 3rem);
    position: relative; }
  .bs-product.typ-hotizontal .product-name {
    font-size: 2.4rem;
    font-family: "Gotham-Bold";
    line-height: 1;
    margin-bottom: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -ms-flex-align: center;
        align-items: center; }
  .bs-product.typ-hotizontal .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .color .color-code {
      margin-right: 0.5rem;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%; }
    .bs-product.typ-hotizontal .color .text {
      color: #3f4351;
      font-family: "Gotham-Medium"; }
  .bs-product.typ-hotizontal .qty-wrap {
    overflow: hidden;
    margin-left: 2.8rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.8rem;
    display: -ms-flexbox;
    display: flex; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 4rem;
      font-size: 1.6rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #3f4351;
      font-family: "Gotham-Bold"; }
    .bs-product.typ-hotizontal .qty-wrap span {
      cursor: pointer;
      background: #f7f7f7;
      padding: 0.3rem; }
      .bs-product.typ-hotizontal .qty-wrap span.disabled {
        color: #ccc;
        cursor: not-allowed; }
    .bs-product.typ-hotizontal .qty-wrap input {
      width: 4rem;
      text-align: center; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 3rem;
    top: 2.5rem;
    font-size: 2.4rem;
    font-family: "Heebo-SemiBold";
    color: #3f4351; }
  .bs-product.typ-hotizontal .protect-btn {
    color: #d02127;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .protect-btn .btn-icon-link.notify-btn {
      display: none; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 2.4rem;
      margin-right: 0.8rem; }
  .bs-product.typ-hotizontal .remove-product {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 2.4rem;
    color: #bd001c;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem; }
  .bs-product.typ-hotizontal .out-stock {
    display: none; }

.bs-product.typ-stockout .img-wrap,
.bs-product.typ-stockout .product-name,
.bs-product.typ-stockout .product-option,
.bs-product.typ-stockout .price-wrap {
  opacity: 0.5;
  pointer-events: none; }

.bs-product.typ-stockout .out-stock {
  display: inline-block; }

.bs-product .out-stock {
  padding: 0.8rem 1rem 0.6rem;
  border-radius: 1.2rem;
  background-color: #f8d7da;
  font-family: "Gotham-Book";
  font-size: 1rem;
  line-height: 1;
  color: #721c23;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%); }

@media only screen and (max-width: 767px) {
  .bs-product.typ-hotizontal .img-wrap {
    padding: 1rem; }
  .bs-product.typ-hotizontal .detail-wrap {
    padding: 1.2rem 0 1.2rem calc(30% + 1.2rem); }
  .bs-product.typ-hotizontal .product-name {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    padding-right: 8rem; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4rem; }
  .bs-product.typ-hotizontal .color .text {
    font-size: 1.2rem; }
  .bs-product.typ-hotizontal .qty-wrap {
    margin-left: 2.5rem; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 3.2rem;
      font-size: 1.4rem; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 1.2rem;
    top: 1rem;
    font-size: 1.4rem; }
  .bs-product.typ-hotizontal .protect-btn {
    font-size: 1.2rem; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 1.6rem;
      margin-right: 0.5rem; }
  .bs-product.typ-hotizontal .remove-product {
    bottom: 0.8rem;
    right: 0.5rem;
    font-size: 1.6rem;
    padding: 0.4rem; } }

.bs-modal {
  position: relative;
  height: 100%; }
  .bs-modal.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    outline: 0; }
  .bs-modal.modal-show {
    opacity: 1;
    visibility: visible;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .bs-modal.modal-show {
        width: 100%; } }
    .bs-modal.modal-show .modal-dialog {
      transform: translate(-50%, -50%); }
  .bs-modal .modal-body {
    -ms-flex: none;
        flex: none;
    padding: 0;
    height: 100%; }
    .bs-modal .modal-body .highlightText {
      display: inline-block;
      color: #3f4351;
      font-family: "Gotham-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform .3s ease-out;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem; }
  .bs-modal .modal-content {
    height: auto;
    border: 0; }
    @media only screen and (large) {
      .bs-modal .modal-content.scroll-wrap {
        height: 45rem; } }
  .bs-modal .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
    @media only screen and (large) {
      .bs-modal .scroll.typ-terms {
        height: 62rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: 9px;
    right: 16px;
    font-size: 2rem;
    color: #999;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .bs-modal .act-btn {
        padding: 24px;
        position: fixed; } }
    .bs-modal .act-btn .btn {
      width: 100%; }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 47rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 75rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-sm .modal-dialog {
    padding: 5rem 0 4.5rem;
    max-width: 37rem;
    border-radius: 16px; }
  .bs-modal.type-eBike .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
  .bs-modal.type-eBike .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.type-eBike .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-eBike .scroll {
    height: 50rem; }
  .bs-modal.type-eBike .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.type-eBike .bs-form .checkbox-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -ms-flexbox;
      display: flex; }
      .bs-modal.type-eBike .bs-form .checkbox-list .item {
        width: 100%;
        margin-right: 0; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .item {
            margin-bottom: 4rem; } }
      .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
        font-size: 2rem;
        font-family: "Gotham-Bold";
        color: #000000;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
            font-size: 1.6rem; } }
  .bs-modal.type-eBike .bs-checkbox {
    position: relative;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .bs-checkbox {
        margin-bottom: 1rem; } }
    .bs-modal.type-eBike .bs-checkbox .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Gotham-Bold";
      padding-top: 3rem;
      font-size: 1.6rem; }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label,
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label {
      font-family: "Gotham-Medium";
      font-size: 1.6rem;
      color: #000000;
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 6rem;
      width: 100%;
      background: #fff;
      top: 0; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:before,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
        top: 43%;
        transform: scale(0) rotate(-51deg);
        left: 2.5rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
            top: 2.4rem;
            left: 2.3rem; } }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"]:checked + label:after {
      border-color: #bd001c;
      transform: scale(1) rotate(-51deg); }
  .bs-modal.type-address .mobileScroll {
    height: 40rem;
    overflow-y: auto; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-address .mobileScroll {
        height: 50rem; } }
  .bs-modal.type-address .bs-form {
    margin: 2rem 0 3rem; }
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] + label {
    border: none; }
  .bs-modal.type-address .act-btn {
    z-index: 9;
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar {
    width: 0.5em;
    height: 2em; }
  .bs-modal.type-address ::-webkit-scrollbar-button {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-track-piece {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-thumb {
    background: #000; }
  .bs-modal.typeNotify .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    letter-spacing: -1.71px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 3rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeNotify .act-btn {
      position: fixed;
      width: 90%;
      left: 0;
      bottom: 20px;
      right: 0;
      margin: 0 auto; } }
  .bs-modal.typeNotify .act-btn .btn-default,
  .bs-modal.typeNotify .act-btn .btn {
    max-width: 100%;
    padding: 1.5rem;
    min-width: 100%;
    margin-bottom: 0; }
  @media only screen and (medium) {
    .bs-modal .bs-applicant-form .title {
      font-size: 2rem; }
    .bs-modal .bs-applicant-form .sub-title {
      font-size: 1.6rem; } }
  @media only screen and (medium) {
    .bs-modal.typ-fatcaForm .close-btn {
      right: 1rem;
      top: 1rem; } }
  .bs-modal.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Gotham-Book"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Gotham-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-findBike .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.typeMd-2 .modal-dialog {
    padding: 5rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
  .bs-modal.typ-store .modal-dialog {
    padding: 3rem 1rem 3rem 3rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-store .modal-dialog {
        max-width: 80%; } }
  .bs-modal.typ-store .act-btn {
    position: fixed; }
  .bs-modal.typ-store .close-btn {
    right: 15px;
    top: 15px; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label {
    padding: 1rem 2rem 1rem 4rem; }
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label:before,
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label:before {
      left: 0.5rem;
      top: 1rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"]:checked + label:after {
    left: 0.9rem;
    top: 1.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .radio-group {
    margin-top: -1rem; }
    .bs-modal.type-addNewAddress .radio-group .form-label {
      color: #999;
      font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .act-btn {
      bottom: 0; } }
  .bs-modal.type-addNewAddress .close-btn {
    top: 30px;
    right: 27px; }
  .bs-modal.typ-pdp {
    padding: 0; }
    .bs-modal.typ-pdp .modal-dialog {
      padding: 5rem;
      max-height: 67.2rem;
      min-height: 67.5rem;
      border-radius: 8px; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-pdp .modal-dialog {
          padding: 2rem;
          height: 100%;
          border-radius: 0px; } }
    .bs-modal.typ-pdp .close-btn {
      color: #4a4a4a;
      top: 15px; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 2.5rem;
    max-width: 43.0rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        max-width: 33.5rem; } }
  .bs-modal.typ-removepro .btn {
    width: 100%;
    display: block;
    margin-top: 2rem;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .btn {
        font-size: 1.2rem;
        padding: 0.8rem;
        margin-top: 1rem; } }
  .bs-modal.typ-deletpro .modal-dialog {
    padding: 0rem;
    max-width: 50rem;
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .modal-dialog {
        border-radius: 0;
        height: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0%);
        height: 25rem; } }
    .bs-modal.typ-deletpro .modal-dialog .modal-body {
      padding: 3rem; }
  .bs-modal.typ-deletpro .act-btn {
    text-align: right;
    margin-top: 2rem;
    box-shadow: unset; }
  .bs-modal.typ-deletpro .btn {
    min-width: 12.4rem;
    font-size: 1.4rem;
    padding: 1rem;
    width: 12.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .btn {
        min-width: 46%; } }
  .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    .bs-modal.typ-deletpro .cp-modelcontent .sec-head:before {
      display: none; }
  .bs-modal.typ-deletpro .cp-modelcontent .desc {
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .modal-dialog {
      height: 100%; } }
  .bs-modal.typ-removeItem {
    text-align: center; }
    .bs-modal.typ-removeItem .desc {
      font-size: 1.4rem;
      color: #4a4a4a;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      padding-bottom: 2rem; }
    .bs-modal.typ-removeItem .act-btn {
      box-shadow: none;
      position: relative; }
      .bs-modal.typ-removeItem .act-btn .btn {
        width: auto;
        min-width: 8.7rem;
        font-size: 1.2rem;
        line-height: 1rem;
        margin-left: 0;
        margin-right: 1.5rem; }
  .bs-modal.typ-addBike .desc {
    font-size: 1.4rem;
    color: #232323;
    font-family: "Gotham-Book";
    padding: 2rem 0 1rem; }
  .bs-modal.typ-addBike .bs-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 8rem; }
  .bs-modal.typ-addBike .bikecompareList {
    padding-left: 0rem;
    width: 47.5%; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-addBike .bikecompareList {
        width: 100%;
        margin-bottom: 5rem; } }
    .bs-modal.typ-addBike .bikecompareList .titlehd {
      font-size: 1.4rem;
      color: #232323;
      font-family: "Gotham-Bold";
      padding-bottom: 3rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-addBike .bikecompareList .titlehd {
          padding-bottom: 1rem; } }
    .bs-modal.typ-addBike .bikecompareList .listitem .bs-radio {
      margin-bottom: 1.5rem; }
  .bs-modal.typ-addBike input[type=radio]:not(old) ~ label,
  .bs-modal.typ-addBike input[type=radio]:not(old) + label {
    font-family: "Gotham-Book"; }
  .bs-modal.typ-addBike input[type=radio]:not(old):checked + label {
    font-family: "Gotham-Bold"; }
  .bs-modal.typ-choose-preferance.compare-popup {
    height: auto;
    width: 37rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 37rem;
        height: 50.4rem; } }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 29.3rem;
        height: 44rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog {
        width: 29.6rem; } }
    .bs-modal.typ-choose-preferance .modal-dialog .close-btn {
      top: -7px;
      right: 0; }
    .bs-modal.typ-choose-preferance .modal-dialog .icon-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      color: #ffffff;
      background: #989898;
      font-size: 1.6rem;
      display: block;
      line-height: 1.8;
      text-align: center; }
  .bs-modal.typ-choose-preferance .cp-assessories {
    padding: 2rem 2.8rem 3rem;
    background: none; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .cp-assessories {
        padding: 0rem 2rem 3rem; } }
    .bs-modal.typ-choose-preferance .cp-assessories .colour-code {
      position: relative;
      left: 0;
      right: auto;
      /* top: -10px; */
      z-index: 9;
      display: -ms-flexbox;
      display: flex;
      /* margin: 0; */
      text-align: left;
      -ms-flex-pack: start;
          justify-content: start;
      margin-bottom: 1rem;
      top: -3px; }
  .bs-modal.typ-choose-preferance .title-hd {
    font-size: 1.8rem;
    font-family: "Gotham-Bold";
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .title-hd {
        font-size: 1.4rem; } }
  .bs-modal.typ-choose-preferance .cp-discription-card {
    border: 0;
    width: 100%; }
  .bs-modal.typ-choose-preferance .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 0;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden; }
    .bs-modal.typ-choose-preferance .act-btn button {
      text-transform: uppercase; }
      .bs-modal.typ-choose-preferance .act-btn button .global-cart {
        display: none; }
  .bs-modal.typ-tandc .modal-dialog {
    padding: 5rem 1rem 3rem 3rem;
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .modal-dialog {
        padding: 4rem 1.5rem 2.5rem 2.5rem;
        height: 100%; } }
  .bs-modal.typ-tandc .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
    .bs-modal.typ-tandc .small-title::before {
      content: "";
      background: url(../assets/images/title-infography-left.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 1rem;
      left: 0.1rem;
      width: 10.8rem;
      height: 12.7rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-tandc .small-title::before {
          top: 2rem;
          left: -1.2rem;
          width: 8.3rem;
          height: 10.9rem;
          opacity: 1.6; } }
  .bs-modal.typ-tandc .sub-heading {
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .sub-heading {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #3c3c3c;
        padding: 2rem 0 0.9rem 0; } }
  .bs-modal.typ-tandc .desc {
    font-size: 1.6rem;
    font-family: "Gotham-Book";
    color: #333;
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .desc {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .bs-modal.typ-tandc .link {
    font-family: "Gotham-Medium";
    color: #bd001c; }
  .bs-modal.typ-tandc .scroll {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .scroll {
        height: 65rem; } }
  .bs-modal.typ-tandc .close-btn {
    top: 2rem;
    right: 2.5rem;
    font-size: 1.4rem;
    padding: 0.5rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.fade {
    z-index: 9999; } }

.bs-modal .close-btn {
  font-size: 2.4rem;
  padding: 0; }

.bs-modal .emi-close-btn {
  padding: 2rem; }

.bs-modal.type-lg #bikeModel {
  max-width: 61rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-lg #bikeModel {
      padding: 2rem;
      max-height: 100vh; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate.fade {
    z-index: 9999; } }

.bs-modal.type-EmiRate .mCSB_container_wrapper {
  margin-right: -8px;
  margin-bottom: 10px; }

.bs-modal.type-EmiRate .mCSB_container_wrapper > .mCSB_container {
  padding-right: 10px; }

.bs-modal.type-EmiRate .modal-dialog {
  padding: 3rem 3rem 3rem 3rem;
  max-height: auto !important;
  max-width: 60rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-dialog {
      height: 100%; } }

.bs-modal.type-EmiRate .modal-content {
  height: 64rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-content {
      height: auto !important; } }

.bs-modal.type-EmiRate .small-title {
  font-family: "Gotham-Light"; }

.bs-modal.type-EmiRate .scroll {
  height: 45rem !important;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .scroll {
      height: 47rem !important;
      width: 100%; } }

.bs-modal.type-EmiRate .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .act-btn {
      box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.1) !important; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading-col:first-child {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    z-index: 9; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading {
    position: sticky;
    top: 0; } }

.bs-modal.typ-servicepin .modal-dialog {
  max-width: 54rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog {
      padding: 2rem !important; } }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog .modal-content .btn-pincode-submit {
      padding: 1.2rem; } }

.bs-modal.typ-servicepin .small-title {
  font-family: "Gotham-Light"; }

.bs-modal.typ-servicepin .text-muted {
  color: #999; }

.bs-modal.typ-servicepin .close-btn.pinCode-Btn {
  font-size: 2.4rem; }

.bs-modal.typeNotify .small-title {
  font-family: "Gotham-Book"; }

.bs-modal.typeNotify .modal-dialog {
  max-width: 50rem;
  min-height: 35.9rem; }

.bs-modal.typeNotify .act-btn .btn {
  height: 5rem; }

.bs-modal.type-findBike .small-title {
  font-family: "Gotham-Light"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-findBike .small-title {
      margin-bottom: 8rem; } }

.bs-modal.typ-thankBusiness .small-title {
  font-family: "Gotham-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Gotham-Bold"; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-thankBusiness .thank-you-popup-message {
    margin-bottom: 5rem; } }

.bs-modal.typeNotify .close-btn {
  font-size: 2.4rem; }

.bs-modal.typ-removepro .act-btn .btn-default,
.bs-modal.typ-removepro .act-btn .btn {
  padding: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      padding: 1.2rem; } }

.bs-modal.typ-removepro .coupon-smalltitle {
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .coupon-smalltitle {
      font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .modal-dialog {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.type-addNewAddress .modal-dialog {
  padding: 3rem 1rem 5rem 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .modal-dialog {
      padding: 2rem 1.5rem; } }

.bs-modal.type-addNewAddress .mCSB_inside > .mCSB_container {
  margin-right: 2rem; }

.bs-modal.type-addNewAddress .scroll {
  height: 53rem; }

.bs-modal.type-addNewAddress .act-btn {
  padding: 0.9rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-CompareAlert .modal-dialog {
    max-width: 33.5rem;
    height: 10.4rem !important; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  .bs-modal.type-CompareAlert .small-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal .close-btn.compare-close {
    font-size: 2.4rem; } }

.bs-modal.typ-cargogetInTouch .modal-dialog {
  max-width: 50rem;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .modal-dialog {
      padding: 2rem 2rem;
      box-shadow: none; } }

.bs-modal.typ-cargogetInTouch .small-title {
  font-family: "Gotham-Light";
  margin-bottom: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .small-title {
      font-family: "Gotham-Book"; } }

.bs-modal.typ-cargogetInTouch .highlight {
  font-family: "Gotham-Bold"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .highlight {
      font-family: "Gotham-Bold"; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cargogetInTouch .bs-form .form-group {
    margin: 0rem 0 6rem; } }

.bs-modal.typ-cargogetInTouch .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .act-btn {
      box-shadow: none; } }
  .bs-modal.typ-cargogetInTouch .act-btn .btn {
    box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cargogetInTouch .act-btn .btn {
        padding: 1.2rem; } }

.bs-modal.cargo-thankBusiness .modal-dialog {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 768px) {
  .bs-modal.cargo-thankBusiness .modal-dialog {
    padding: 2rem;
    max-width: 33.5rem;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .bs-modal.cargo-thankBusiness .small-title {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
  .bs-modal.cargo-thankBusiness .btn.btn-default {
    padding: 1.2rem; }
  .bs-modal.cargo-thankBusiness .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.typ-cargopdpgetintouch .scroll {
  height: 64rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargopdpgetintouch .scroll {
      height: 55rem; } }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper {
    margin-right: 0; }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper > .mCSB_container {
    left: 0 !important;
    width: 100% !important;
    padding-right: 0; }

.bs-modal.typ-cancelOrder .act-btn {
  padding: 1rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cancelOrder .small-title {
    margin-bottom: 3rem; }
  .bs-modal.typ-cancelOrder .act-btn {
    box-shadow: none;
    padding: 0rem 2rem 2rem; }
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.2rem; } }

.bs-modal.typ-getInTouch .bs-form {
  margin: 0rem 0 3rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group {
    margin-top: -2.4rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group-l {
    margin: 0rem 0rem; }

.bs-modal.typ-book-ride .modal-dialog {
  max-width: 100%; }

.bs-modal.type-warrantyerror .modal-dialog {
  pointer-events: auto; }

#emiRate {
  top: 24%; }
  #emiRate .modal-body .cp-table {
    overflow: scroll; }
    #emiRate .modal-body .cp-table.typ-flexpayment {
      width: 100%;
      overflow-x: auto;
      height: 47.5rem; }
    @media only screen and (max-width: 768px) {
      #emiRate .modal-body .cp-table table th:first-child {
        left: 0;
        position: sticky; } }

.storepage .bs-modal.type-lg .modal-dialog {
  max-width: 54rem; }

@media only screen and (max-width: 768px) {
  .storepage .row {
    margin-right: 0px;
    margin-left: 0px; } }

@media only screen and (max-width: 768px) {
  .storepage .row .col-12 {
    margin-right: 0px;
    margin-left: 0px; } }

@media only screen and (max-width: 768px) {
  .storepage .bs-modal.type-lg .modal-dialog {
    padding: 2rem 2.75rem; } }

.cp-home-banner .banner-cont {
  width: 50% !important; }
