/* 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: "Heebo-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: "Heebo-Bold"; } }
  .cp-home-banner .banner-desc {
    font-family: "Heebo-Regular";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #ffffff;
    margin-top: 1rem; }
  .cp-home-banner .cm-light {
    font-family: "Heebo-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: "Heebo-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: "Heebo-Bold";
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.5rem; }
  .cp-build-cargo .b-desc {
    font-family: "Heebo-Regular";
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #333333; }

.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: "Heebo-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: "Heebo-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: #666666; }
    @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: "Heebo-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: #666666; }
    @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: "Heebo-Regular"; } }

.cp-product-offer .notes {
  margin-top: 3rem;
  font-family: "Heebo-Medium";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #333333; }
  @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: "Heebo-Regular"; }

.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: "Heebo-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: "Heebo-Regular";
    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: "Heebo-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: "Heebo-Regular";
      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: "Heebo-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: #333333;
      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 .product-details .yotpo-display-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 10px; }
    .cp-compare .product-details .rupee-span {
      -ms-flex-pack: center;
          justify-content: center;
      gap: 10px;
      padding: 10px 0px 0px; }
  .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: "Heebo-Regular";
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #666666; }
      @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: "Heebo-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: "Heebo-Medium";
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #333333;
  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: #333333; }
    @media only screen and (max-width: 768px) {
      .cp-compare .compare-item .feature-list.adv-list .feature-item .feature-title {
        font-size: 1.2rem;
        color: #666666; } }
  .cp-compare .compare-item .feature-list.adv-list .feature-item:first-child .feature-desc {
    font-family: "Heebo-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: "Heebo-Regular";
    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: "Heebo-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: #333333;
    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: #333333;
  font-family: "Heebo-Medium";
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  outline: none; }
  .cp-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #333333;
    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: #0070F0; }
  .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: "Heebo-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: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-whatexpect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 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: #0070F0; }
  .cp-select.typ-alp .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0070F0;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Heebo-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: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-alp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 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: "Heebo-Medium";
  color: #333333;
  border-bottom: 1px solid #e2e2e2; }
  .select2-results__option:last-child {
    border: none; }

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

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

.bs-form .form-group {
  position: relative;
  margin: 0 0 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-form .form-group {
      margin: 0 0 3.9rem; } }
  .bs-form .form-group .form-label {
    color: #646464;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-label sup {
      margin: 0 0 0 2px;
      font-family: "Heebo-Medium";
      font-size: 1.4rem;
      line-height: 1.4rem;
      color: #721c23;
      top: -2px; }
    .bs-form .form-group .form-label.top {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute; }
  .bs-form .form-group .form-control {
    height: 5rem;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Medium";
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    outline: none; }
    .bs-form .form-group .form-control + .form-label {
      position: absolute;
      top: 1.7rem;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      left: 1.2rem;
      cursor: auto;
      width: auto;
      color: #646464;
      transition: all .3s ease-in-out;
      font-size: 1.6rem;
      font-family: "Heebo-Regular"; }
    .bs-form .form-group .form-control:focus {
      box-shadow: none;
      outline: none;
      border: 1px solid #0070F0; }
    .bs-form .form-group .form-control::-webkit-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:not(:placeholder-shown) + label {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-control.select {
      position: relative; }
      .bs-form .form-group .form-control.select:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: red;
        width: 4rem; }
  .bs-form .form-group.error .icon {
    background: transparent; }
  .bs-form .form-group.error .form-control {
    border: 1px solid #721c23;
    background: rgba(248, 215, 218, 0.5); }
  .bs-form .form-group.error .error-msg {
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    color: #721c23;
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form .form-group .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 .form-group .radio-wrap.typ-inline .bs-radio {
      margin-right: 2rem;
      margin-top: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .form-group .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .form-group .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .form-group.mb-zero {
    margin-bottom: 0; }
  .bs-form .form-group.last {
    margin-top: 4rem; }

.bs-form .radio-list {
  display: -ms-flexbox;
  display: flex; }
  .bs-form .radio-list .item {
    margin-right: 3rem; }

.bs-form .checkbox-list .item + .item {
  margin-top: 2rem; }

.bs-form.type-serch .form-group {
  margin: 0rem 0 4rem; }
  .bs-form.type-serch .form-group .form-control {
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2; }

.bs-form.type-storeLocator .form-group {
  margin: 2rem 0 1rem; }
  .bs-form.type-storeLocator .form-group .form-control {
    background: #ffffff;
    height: 4.8rem; }

.bs-form.type-storeLocator .arrowIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%; }
  .bs-form.type-storeLocator .arrowIcon img {
    height: 100%; }

.bs-form.type-storeLocator .currentLocation {
  font-size: 1.6rem;
  color: #0070F0;
  font-family: "Heebo-Bold";
  text-transform: uppercase; }
  .bs-form.type-storeLocator .currentLocation img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 0.5rem; }

.bs-form.typ-signup {
  padding: 4rem 6rem 2rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-signup {
      padding: 3rem 0rem; } }
  .bs-form.typ-signup .bs-checkbox input[type="checkbox"] + label {
    font-family: "Heebo-Medium"; }
  .bs-form.typ-signup .forgotpass {
    margin-bottom: 4.4rem; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signup .forgotpass {
        margin-bottom: 3rem; } }
    .bs-form.typ-signup .forgotpass .link {
      font-family: "Heebo-Bold"; }
  .bs-form.typ-signup .m-bottom {
    margin-bottom: 2.4rem; }
  .bs-form.typ-signup .m-top {
    margin-top: 2rem; }
  .bs-form.typ-signup .success-Desc {
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Regular";
    line-height: 1.25;
    padding-bottom: 4rem;
    margin-top: -2rem; }

.bs-form.typ-otp .small-title {
  margin-bottom: 2rem; }

.bs-form.typ-otp .noteText {
  position: relative;
  bottom: 0;
  font-family: "Heebo-Regular";
  font-size: 1.6rem;
  line-height: 1.25;
  color: #666666; }

.bs-form.typ-create-pwd {
  padding: 4rem 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-create-pwd {
      padding: 3rem 0rem; } }
  .bs-form.typ-create-pwd .noteText {
    bottom: -3rem; }
  .bs-form.typ-create-pwd .m-top {
    margin-bottom: 6rem; }

.bs-form.typ-profile {
  max-width: 44rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-profile {
      max-width: 100%; } }
  .bs-form.typ-profile .act-wrap .btn {
    margin-bottom: 0;
    min-width: 16.1rem;
    padding: 2.2rem 1.5rem; }
    .bs-form.typ-profile .act-wrap .btn + .btn {
      margin-left: 2rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-profile .act-wrap .btn + .btn {
          margin-left: 0.5rem; } }

.bs-form .eye-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem; }

.bs-form .link {
  font-family: "Heebo-Medium";
  font-size: 1.6rem;
  line-height: 1;
  color: #0070F0; }

.bs-form .noteText {
  font-family: "Heebo-Regular";
  font-size: 1.2rem;
  line-height: 1;
  color: #646464;
  position: absolute;
  bottom: -2rem;
  left: 0; }

.bs-form .pinInputWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 300px;
  padding-bottom: 4rem;
  padding-top: 3rem; }
  .bs-form .pinInputWrp .form-control {
    width: 5rem;
    border: 0;
    height: 5rem;
    padding: 0;
    margin-right: 28px;
    text-align: center;
    color: #333333;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 1.6rem;
    font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 1024px) {
      .bs-form .pinInputWrp .form-control {
        margin-right: 0.7rem; } }
    .bs-form .pinInputWrp .form-control:last-child {
      margin-right: 0; }

.bs-form .pinInputWrp input::-webkit-inner-spin-button,
.bs-form .pinInputWrp input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0; }

.bs-form .pinInputWrp input:focus,
.bs-form .pinInputWrp input.focus {
  border-color: #0070F0;
  outline: none;
  box-shadow: none; }

.bs-form .resendOtpBlock {
  padding-top: 3.3rem; }
  .bs-form .resendOtpBlock .resendOtpTime,
  .bs-form .resendOtpBlock #timer {
    display: inline-block;
    font-size: 1.6rem;
    color: #666666;
    font-family: "Heebo-Regular"; }
  .bs-form .resendOtpBlock .resendOtp {
    font-size: 1.6rem;
    color: #0070F0;
    font-family: "Heebo-Bold";
    display: none; }
  .bs-form .resendOtpBlock #time {
    position: relative;
    left: -6px; }
  .bs-form .resendOtpBlock.active .resendOtpTime,
  .bs-form .resendOtpBlock.active #timer {
    display: none; }
  .bs-form .resendOtpBlock.active .resendOtp {
    display: block; }

.bs-form .icon {
  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%);
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000000;
  z-index: 1; }
  .bs-form .icon.icon-chevron_right {
    font-size: 2rem;
    transform: translateY(-50%) rotate(90deg); }

.bs-form.typ-warrantyReg .noteText {
  bottom: -3rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .noteText {
      bottom: -4rem; } }

.bs-form.typ-warrantyReg .termsText {
  color: #0070F0; }

.bs-form.typ-warrantyReg .form-group.error .icon {
  background: transparent; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .form-group.checkbox {
    margin: 2rem 0; } }

.bs-form.typ-warrantyReg .form-group.mt {
  margin-top: 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .form-group.mt {
      margin-top: 8rem; } }

.bs-form.typ-warrantyReg .form-group .form-control.select {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .btn {
    min-width: 12.7rem;
    height: 4rem; } }

.bs-form .upload-file .upload-wrap {
  position: relative;
  z-index: 0; }
  .bs-form .upload-file .upload-wrap input {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2; }

.bs-form.typ-bikeDr .form-group {
  margin: 4rem 0 5rem;
  max-width: 36rem; }
  .bs-form.typ-bikeDr .form-group:last-child {
    margin-bottom: 1rem; }

.bs-form.typ-custDr .form-group {
  margin: 1.5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-custDr .form-group {
      margin: 1rem 0 3rem; } }
  .bs-form.typ-custDr .form-group:last-child {
    margin-bottom: 1rem; }
  .bs-form.typ-custDr .form-group .form-label {
    margin-bottom: 0; }

.bs-form.typ-date .form-group {
  margin: 2.5rem 0 2rem; }

.btn.disabled,
.btn:disabled {
  pointer-events: none; }

@media only screen and (max-width: 768px) {
  .mt-sm-20 {
    margin-top: 20px; } }

.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: "Heebo-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: #333333;
      font-family: "Heebo-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: #333333;
      font-family: "Heebo-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: #333333; }
  .bs-product.typ-hotizontal .protect-btn {
    color: #0070F0;
    font-family: "Heebo-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: #646464;
    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: "Heebo-Regular";
  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: 11;
    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: #333333;
      font-family: "Heebo-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform 0.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 .close-btn {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 2.4rem;
    color: #646464;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal.type-md .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 50rem; }
    .bs-modal.type-md .modal-dialog.add-newAddress-popUp {
      max-width: 80rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-lg .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 60rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .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 .add-newAddress-popUp .bs-form .form-group {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .add-newAddress-popUp .bs-form .form-group .form-label {
      margin-bottom: 0.5rem; }
  .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 .radio-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bs-modal.type-eBike .bs-form .radio-list .item {
        width: 100%;
        margin-right: 0; }
        .bs-modal.type-eBike .bs-form .radio-list .item .small-title {
          font-size: 2.4rem; }
  .bs-modal.type-eBike .bs-radio {
    position: relative; }
    .bs-modal.type-eBike .bs-radio .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Heebo-Bold"; }
    .bs-modal.type-eBike .bs-radio input[type="radio"] + label {
      font-family: "Heebo-Regular";
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 2rem 2rem 6rem;
      width: 100%; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:after {
        top: 50%;
        transform: translateY(-50%) scale(0);
        left: 2.5rem; }
    .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label {
      border-color: #0070F0;
      background-color: rgba(0, 127, 255, 0.05); }
      .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label:after {
        top: 50%;
        transform: translateY(-50%) scale(1);
        left: 2.5rem; }
  .bs-modal.typeNotify .modal-dialog {
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .modal-dialog {
        height: 100%; } }
  .bs-modal.typeNotify .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 5rem 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; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        padding: 2rem 1.5rem;
        width: 90%; } }
  .bs-modal.typ-removepro .act-btn {
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .act-btn {
        text-align: center; } }
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      max-width: 16.4rem;
      padding: 1.7rem;
      min-width: 16.4rem;
      margin-bottom: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-removepro .act-btn .btn-default,
        .bs-modal.typ-removepro .act-btn .btn {
          min-width: 13.5rem;
          margin: 0 auto; } }
  @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.typ-thankBusiness .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
  .bs-modal.typ-thankBusiness .small-title {
    font-size: 2.4rem;
    margin-bottom: 2rem; }
    .bs-modal.typ-thankBusiness .small-title .highlight {
      font-family: "Heebo-SemiBold"; }
  .bs-modal.typ-thankBusiness .highlightText {
    display: inline-block;
    color: #333333;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-thankBusiness .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.typ-thankBusiness .act-btn {
    margin-top: 3rem; }
  .bs-modal.type-EmiRate .modal-dialog {
    padding: 3rem 3rem 7rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .modal-dialog {
        height: auto; } }
    .bs-modal.type-EmiRate .modal-dialog .modal-content {
      overflow-y: auto; }
  .bs-modal.type-EmiRate .table-title {
    margin-bottom: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .table-title {
        margin-bottom: 2rem; } }
  .bs-modal.type-EmiRate .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
  .bs-modal.type-EmiRate .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.type-EmiRate .act-btn {
    box-shadow: 0 5px 10px 0 black;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem 3rem;
    background: #ffffff; }
  .bs-modal.type-EmiRate .cp-table table th,
  .bs-modal.type-EmiRate .cp-table table td {
    padding: 1rem; }
  .bs-modal.type-EmiRate .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem; }
    .bs-modal.type-EmiRate .small-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Heebo-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.typ-cancelOrder .small-title {
    font-size: 4rem;
    font-family: "Heebo-Light";
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cancelOrder .small-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem; } }
  .bs-modal.typ-cancelOrder .desc {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-cancelOrder .bs-form {
    margin-bottom: 7rem; }
    .bs-modal.typ-cancelOrder .bs-form .form-group {
      margin: 5rem 0 3rem; }
  .bs-modal.typ-cancelOrder .no-forChar {
    font-family: "Heebo-Light";
    font-size: 1.4rem;
    color: #646464; }
  .bs-modal.typ-cancelOrder .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.typ-cancelOrder .act-btn .btn-default,
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.5rem;
      min-width: 100%;
      margin-bottom: 0; }
  .bs-modal.typ-video .modal-content {
    padding: 0;
    background: transparent; }
  .bs-modal.typ-video .video-container iframe {
    width: 100%;
    height: 50rem;
    height: 65rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .video-container iframe {
        height: 32rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .video-container iframe {
        height: 40rem; } }
  .bs-modal.typ-video .icon-close {
    color: #646464;
    position: absolute;
    right: -4rem;
    font-size: 4rem;
    top: -4rem;
    font-family: "Heebo-Bold";
    line-height: 3rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .icon-close {
        right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .icon-close {
        right: 0;
        z-index: 9; } }
  @media screen and (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
    .bs-modal.typ-video .icon-close {
      right: 1rem;
      top: 1rem;
      font-size: 2rem; } }
  .bs-modal.typ-video .modal-dialog {
    transform: translate(-50%, -50%);
    right: 0;
    max-width: 80%;
    height: 65rem;
    padding: 0;
    background: transparent; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .modal-dialog {
        top: 50%;
        left: 2%;
        right: 1rem;
        transform: translate(0, 0) !important;
        max-width: 96%;
        margin-top: -17.5rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .modal-dialog {
        top: 20%;
        left: 1rem;
        right: 1rem;
        transform: translateY(-20%); } }
    .bs-modal.typ-video .modal-dialog .modal-dialog {
      transform: translateY(-50%);
      left: 0;
      right: 0; }
  .bs-modal.typ-video.modal-show {
    width: 100%; }
  .bs-modal.typ-getInTouch .modal-content {
    position: relative; }
  .bs-modal.typ-getInTouch .small-title {
    margin-bottom: 3rem; }
    .bs-modal.typ-getInTouch .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.typ-getInTouch .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.typ-getInTouch .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.typ-getInTouch .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.typ-getInTouch .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.typ-getInTouch .bs-form .label {
      top: -2.5rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute;
      color: #646464; }
  .bs-modal.typ-getInTouch .bs-radio {
    position: relative; }
  .bs-modal.typ-servicepin .small-title {
    margin-bottom: 1rem; }
  .bs-modal.typ-servicepin .desc {
    margin-bottom: 4rem; }
  .bs-modal.typ-servicepin .bs-form {
    padding: 0;
    margin: 0; }
  .bs-modal.typ-servicepin .act-btn {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: none;
    padding: 0; }
    .bs-modal.typ-servicepin .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-addNewAddress .small-title {
    margin-bottom: 3rem; }
    .bs-modal.type-addNewAddress .small-title.small-title-2 {
      margin-bottom: 5rem; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .act-btn {
    bottom: 0;
    z-index: 1;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .bs-modal.type-addNewAddress .act-btn {
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .bs-modal.typ-deleteAddress .modal-dialog {
      height: auto; } }
  .bs-modal.type-CompareAlert .small-title {
    text-align: left;
    font-family: "Heebo-Light";
    font-size: 2.4rem; }
    .bs-modal.type-CompareAlert .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.6rem;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-CompareAlert .table-title span {
      font-family: "Heebo-Bold"; }

.pdp-minute-popup-content .modal-content {
  padding: 40px;
  border-radius: 10px; }
  .pdp-minute-popup-content .modal-content .input-wrap {
    margin-bottom: 20px; }
    .pdp-minute-popup-content .modal-content .input-wrap label {
      width: 100%;
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .pdp-minute-popup-content .modal-content .input-wrap .inputDefault {
      width: 100%;
      height: 40px;
      border: 0;
      border-bottom: 1px solid #666666;
      padding: 0; }
  .pdp-minute-popup-content .modal-content .custom-form-btn {
    margin-bottom: 0; }
  .pdp-minute-popup-content .modal-content #close-form-popup {
    color: #333333; }

@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.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: "Heebo-Light"; }

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

.bs-modal.type-EmiRate .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem; }
  @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: "Heebo-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: "Heebo-Regular"; }

.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: "Heebo-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: "Heebo-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Heebo-Bold"; }

.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;
  max-width: 80rem; }
  @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: "Heebo-Light";
  margin-bottom: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .small-title {
      font-family: "Heebo-Regular"; } }

.bs-modal.typ-cargogetInTouch .highlight {
  font-family: "Heebo-Bold"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .highlight {
      font-family: "Heebo-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; }

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