/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-banner {
  position: relative;
  margin-top: 3.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner {
      margin-top: 0; } }
  .cp-banner .banner-cont {
    z-index: 2; }
  .cp-banner .itemMove-toast {
    width: 37.0rem;
    border-radius: 16px;
    box-shadow: 0 0 9px 8px rgba(79, 79, 79, 0.22);
    background: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    height: auto;
    padding: 1rem 0 1.5rem;
    right: 0;
    margin: 0 auto;
    z-index: 9; }
    @media only screen and (max-width: 768px) {
      .cp-banner .itemMove-toast {
        bottom: 110px; } }
    .cp-banner .itemMove-toast .desc {
      font-size: 1.4rem;
      font-family: "Gotham-Bold";
      color: #4a4a4a;
      padding-bottom: 1.5rem;
      text-transform: uppercase; }
    .cp-banner .itemMove-toast .btn {
      min-width: 10.4rem;
      font-size: 1.2rem;
      line-height: 1rem; }

.itemMove-toast {
  width: 37.0rem;
  border-radius: 16px;
  box-shadow: 0 0 9px 8px rgba(79, 79, 79, 0.22);
  background: #ffffff;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 9.8rem;
  transform: translateX(-50%);
  display: block;
  height: auto;
  padding: 1rem 0 1.5rem;
  margin: 0 auto;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .itemMove-toast {
      bottom: 110px;
      height: 104px;
      width: 33.5rem;
      top: 8.5rem; } }
  .itemMove-toast.variants-toast {
    top: 2%;
    padding: 1rem 0;
    border: solid 1px #bd001c; }
    @media only screen and (max-width: 768px) {
      .itemMove-toast.variants-toast {
        top: 3%;
        height: 4rem; } }
    .itemMove-toast.variants-toast .desc {
      padding-bottom: 0rem;
      color: #bd001c; }
  .itemMove-toast.compare-toast {
    top: 10%;
    padding: 2rem 1rem;
    border: solid 1px #bd001c; }
    @media only screen and (max-width: 768px) {
      .itemMove-toast.compare-toast {
        height: 6rem; } }
    .itemMove-toast.compare-toast .desc {
      padding-bottom: 0rem;
      color: #bd001c; }
  .itemMove-toast .desc {
    font-size: 1.4rem;
    font-family: "Gotham-Bold";
    color: #4a4a4a;
    padding-bottom: 1.5rem;
    text-transform: uppercase; }
  .itemMove-toast .btn {
    min-width: 10.4rem;
    font-size: 1.2rem;
    line-height: 1rem; }

.cp-banner.typ-sm {
  height: 50rem;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm {
      height: 30rem;
      background-position: center; } }
  .cp-banner.typ-sm::after {
    content: '';
    position: absolute;
    right: 16.8rem;
    bottom: 8.3rem;
    width: 24.3rem;
    height: 16.8rem;
    background: url("../assets/images/cont-infograhy.png");
    background-size: cover;
    opacity: 0.4;
    z-index: 1; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .cp-banner.typ-sm::after {
        right: 10rem;
        bottom: 4rem;
        width: 21rem;
        height: 15rem; } }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-sm::after {
        width: 10.18rem;
        height: 11.6rem;
        right: 0.2rem;
        bottom: 1.3rem; } }
  .cp-banner.typ-sm:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-sm:before {
        opacity: 0.7; } }
  .cp-banner.typ-sm .banner-title {
    position: relative;
    font-family: "Gotham-Black";
    font-size: 9rem;
    line-height: 9rem;
    letter-spacing: -2.25px;
    color: #ffffff;
    text-transform: uppercase; }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      .cp-banner.typ-sm .banner-title {
        font-size: 4.2rem;
        line-height: 7rem; } }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-sm .banner-title {
        font-size: 4.2rem;
        line-height: 1.2rem;
        letter-spacing: -1.05px; } }
    .cp-banner.typ-sm .banner-title .sub-title {
      font-size: 6rem;
      line-height: 6rem;
      letter-spacing: -3.43px; }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .cp-banner.typ-sm .banner-title .sub-title {
          font-size: 3.6rem;
          line-height: 0rem; } }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-sm .banner-title .sub-title {
          font-size: 3.6rem;
          letter-spacing: -2.06px; } }
  .cp-banner.typ-sm .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .cp-banner.typ-sm .banner-cont:before {
      content: '';
      background: url("../assets/images/banner-loader.svg") 0 0 no-repeat;
      background-size: contain;
      width: 26.7rem;
      height: 26.7rem;
      display: inline-block;
      position: absolute;
      top: -5rem;
      left: -10rem; }
      @media only screen and (min-width: 993px) and (max-width: 1024px) {
        .cp-banner.typ-sm .banner-cont:before {
          width: 20rem;
          height: 20rem;
          top: -4rem;
          left: -8rem; } }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-sm .banner-cont:before {
          display: none; } }

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .cp-banner.typ-sm {
    height: 45rem; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .cp-banner.typ-sm {
    height: 30rem; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cp-banner.typ-sm .banner-title {
    font-size: 4.2rem;
    line-height: 7rem; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cp-banner.typ-sm .banner-title .sub-title {
    font-size: 3.6rem;
    line-height: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-offer-banner .banner-cont {
    top: 60%;
    transform: translateY(-60%); } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-offer-banner .banner-title {
    line-height: 4rem; } }

.cp-banner.typ-sm .banner-cont {
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm .banner-cont {
      top: 77%;
      transform: translateY(-77%); } }

.cp-banner.typ-sm .typ-riderzone .img-wrap {
  height: 50rem; }
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
    .cp-banner.typ-sm .typ-riderzone .img-wrap {
      height: 45rem; } }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .cp-banner.typ-sm .typ-riderzone .img-wrap {
      height: 30rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm .typ-riderzone .img-wrap {
      height: 30rem; } }

.cp-banner.typ-sm .typ-riderzone img {
  height: 100%; }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-rider .mainBanner-card::before {
    opacity: 0.5; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-rider::after {
    z-index: 1; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-warrenty {
    background-position: -418px -5px; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-warrenty .banner-cont {
    top: 77%;
    transform: translateY(-77%); } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm.typ-warrenty:after {
    bottom: 2.5rem; } }

.cp-banner.typ-sm .banner-title .sub-title {
  margin-top: -1.5rem; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .cp-banner.typ-sm .banner-title .sub-title {
      margin-top: 0rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm .banner-title .sub-title {
      margin-top: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-sm:after {
    bottom: 2.5rem; } }

.cp-banner.typ-sm .mainBanner-card {
  position: relative; }
  .cp-banner.typ-sm .mainBanner-card:before {
    content: '';
    z-index: 2;
    opacity: 0.5;
    height: 100%;
    width: 70%;
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-sm .mainBanner-card:before {
        opacity: 0;
        z-index: 1; } }

.cp-banner.typ-sm:before {
  z-index: 1;
  opacity: 0.5;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm:before {
      opacity: 0;
      z-index: 1; } }

.cp-banner.typ-sm.typ-virtual {
  margin-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-sm.typ-virtual {
      margin-top: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-event {
    margin-bottom: 5rem; } }

@media only screen and (max-width: 768px) {
  .cp-event img {
    height: 15rem; } }

.pg-home .cp-banner.typ-video.typ-home-banner {
  margin-top: 62px; }
  @media (max-width: 992px) {
    .pg-home .cp-banner.typ-video.typ-home-banner {
      margin-top: 0; } }

.cp-banner.typ-sm.static-page-banner {
  height: auto;
  margin-top: 8.3rem; }
  @media (max-width: 992px) {
    .cp-banner.typ-sm.static-page-banner {
      margin-top: 6.3rem; } }
  .cp-banner.typ-sm.static-page-banner .custom-wrapper .img-wrap {
    height: auto; }

.cp-banner.typ-video {
  margin-top: 0; }
  .cp-banner.typ-video .title {
    font-size: 9rem;
    color: #ffffff;
    font-family: "Gotham-Black";
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: -3.43px;
    line-height: 8.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .title {
        font-size: 4.2rem;
        line-height: 4.4rem;
        margin-bottom: 1.5rem;
        letter-spacing: -1.05px; } }
    .cp-banner.typ-video .title:before {
      content: "";
      background: url(../assets/images/banner-loader.svg) 0 0 no-repeat;
      width: 26.7rem;
      height: 26.7rem;
      display: inline-block;
      position: absolute;
      top: -5rem;
      left: -8.5rem;
      background-size: cover; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-video .title:before {
          left: -2.2rem;
          top: -4rem;
          width: 15.7rem;
          height: 15.7rem; } }
  .cp-banner.typ-video .sub-text {
    font-size: 6rem;
    color: #ffffff;
    margin-top: -2rem;
    font-family: "Gotham-Black"; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .sub-text {
        font-size: 3.6rem;
        margin-top: -1rem;
        letter-spacing: -2.06px; } }
  .cp-banner.typ-video .desc {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #ffffff;
    max-width: 41.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .desc {
        font-size: 1rem;
        line-height: 16px; } }
  .cp-banner.typ-video .content-wrap {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9; }
  .cp-banner.typ-video .mainBanner-card {
    position: relative; }
    .cp-banner.typ-video .mainBanner-card::before {
      content: "";
      background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
      opacity: 0.7;
      position: absolute;
      left: 0rem;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .cp-banner.typ-video .mainBanner-card .main-video {
      background: #000;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      .cp-banner.typ-video .mainBanner-card .main-video.show {
        display: block; }
      .cp-banner.typ-video .mainBanner-card .main-video .icon-mute,
      .cp-banner.typ-video .mainBanner-card .main-video .icon-unmute {
        position: absolute;
        right: 4rem;
        bottom: 3rem;
        width: 5rem;
        height: 5rem;
        font-size: 3rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        background: #00000066;
        border-radius: 50%;
        z-index: 13;
        cursor: pointer;
        transition: 0.6s; }
      .cp-banner.typ-video .mainBanner-card .main-video video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .cp-banner.typ-video .play-icon {
    background: #bd001c;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    z-index: 9; }
    .cp-banner.typ-video .play-icon:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 16px;
      border-color: transparent transparent transparent #fff;
      line-height: 0;
      margin-left: 3px;
      border-radius: 3px; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .play-icon {
        width: 4.5rem;
        height: 4.5rem; } }
  .cp-banner.typ-video .icon-pause,
  .cp-banner.typ-video .play-icon {
    background: #d02127;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    position: absolute;
    bottom: 14.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 3.6rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .icon-pause,
      .cp-banner.typ-video .play-icon {
        width: 4.5rem;
        height: 4.5rem;
        bottom: 12.1rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video.typ-home-banner:after {
      display: none !important; } }

.cp-banner.typ-exp-info:after {
  content: "";
  position: absolute;
  top: inherit;
  left: inherit;
  right: -0.5rem;
  bottom: 6.4rem;
  width: 26.2rem;
  height: 21.7rem;
  background: url("../assets/images/cont-infograhy.png");
  background-size: cover;
  opacity: 0.4;
  z-index: 2;
  display: inline-block; }

.cp-banner.typ-exp-info .img-wrap {
  height: 100vh; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-exp-info .img-wrap {
      height: 87vh; } }
  .cp-banner.typ-exp-info .img-wrap img {
    height: 100%; }

@media only screen and (max-width: 768px) {
  .main-banner-img {
    margin-top: 6rem; } }

.cp-banner.typ-video .redirect-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 12; }

.cp-banner.typ-video .title-exp .hero-sprint {
  width: 56.1rem;
  height: 5.3rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video .title-exp .hero-sprint {
      width: 27.5rem;
      height: 2.6rem;
      margin-bottom: 0.5rem; } }

.cp-banner.typ-video .title-exp .sub-text {
  font-family: "Gotham-Book";
  font-size: 6rem;
  letter-spacing: -3.43px;
  text-transform: uppercase;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video .title-exp .sub-text {
      font-size: 3.2rem;
      letter-spacing: -1.83px;
      margin-bottom: 1rem; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video .desc {
    font-size: 1.2rem;
    line-height: 1.2;
    width: 25rem; } }

.cp-banner.typ-video .desc.desc-exp {
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video .desc.desc-exp {
      font-size: 1.4rem;
      color: #ffffff; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video .icon-pause,
  .cp-banner.typ-video .play-icon {
    background: #c6272f;
    width: 4.5rem;
    height: 4.5rem; } }

.cp-banner.typ-video.typ-access .play-icon {
  top: 25rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video.typ-access .play-icon {
      top: 20rem; } }

.cp-banner.typ-video .act-btn {
  margin-top: 3rem; }

.cp-banner.typ-video .play-icon.play-btn-exp {
  bottom: 15.6rem;
  background-color: #c6272f; }

.cp-banner.typ-video .mainBanner-card {
  height: auto;
  padding-top: 62px; }
  .cp-banner.typ-video .mainBanner-card.ipl-plp-banner:before {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-video .mainBanner-card {
      height: 40rem;
      padding-top: unset; } }
  .cp-banner.typ-video .mainBanner-card .img-wrap {
    height: auto; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-video .mainBanner-card .img-wrap {
        height: 100%;
        padding-top: 65px; } }
    .cp-banner.typ-video .mainBanner-card .img-wrap img {
      height: 100%; }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video .adventure-video {
    height: 57.8rem; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video:after {
    bottom: 3.7rem;
    opacity: 0.8;
    display: none; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video .title:before {
    left: -5rem; } }

.cp-banner.typ-video.typ-home-banner .icon-pause,
.cp-banner.typ-video.typ-home-banner .play-icon {
  z-index: 13;
  position: absolute; }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-video.typ-home-banner::after {
    content: "";
    position: absolute;
    top: inherit;
    left: inherit;
    background: url("../assets/images/cont-infograhy.png");
    background-size: cover;
    z-index: 1;
    display: inline-block;
    width: 10.18rem;
    height: 11.6rem;
    right: 0.2rem;
    bottom: 8.8rem;
    opacity: 0.8; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-experience-banner:after {
    display: none; } }

.cp-banner.typ-experience-banner .icon-pause,
.cp-banner.typ-experience-banner .play-icon {
  width: 6.4rem;
  height: 6.4rem;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-experience-banner .icon-pause,
    .cp-banner.typ-experience-banner .play-icon {
      width: 4.5rem;
      height: 4.5rem; } }

.cp-banner.typ-experience-banner .desc {
  font-size: 1.8rem;
  line-height: 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-experience-banner .desc {
      font-size: 1.4rem;
      color: #ffffff; } }

.cp-banner.typ-experience-banner .sub-text {
  font-family: "Gotham-Book"; }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-experience-banner .bs-swiper.typ-mainBanner .swiper-pagination-bullets {
    bottom: 5.5rem; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-experience-banner .bs-swiper.typ-mainBanner .img-wrap::after {
    content: "";
    position: absolute;
    top: inherit;
    left: inherit;
    background: url("../assets/images/cont-infograhy.png");
    background-size: cover;
    z-index: 1;
    display: inline-block;
    width: 10.18rem;
    height: 11.6rem;
    right: 0.2rem;
    bottom: 3.7rem;
    opacity: 0.8; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-experience-banner .bs-swiper.typ-mainBanner .mainBanner-card.home-banner::after {
    content: "";
    position: absolute;
    top: inherit;
    left: inherit;
    background: url("../assets/images/cont-infograhy.png");
    background-size: cover;
    z-index: 1;
    display: inline-block;
    width: 10.18rem;
    height: 11.6rem;
    right: 0.2rem;
    bottom: 3.7rem;
    opacity: 0.8; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-exp-info .mainBanner-card {
    height: 87vh; } }

@media only screen and (max-width: 768px) {
  .cp-banner.typ-plp-banner .mainBanner-card {
    margin-top: -0.5rem; } }

.cp-banner.typ-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  overflow: hidden;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: unset;
          align-items: unset; } }
  .cp-banner.typ-product .lhs {
    position: relative; }
  .cp-banner.typ-product .lhs,
  .cp-banner.typ-product .rhs {
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-product .lhs,
      .cp-banner.typ-product .rhs {
        width: 100%; } }
  .cp-banner.typ-product .price-cont {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 1.5rem 0;
    box-shadow: 0 -1px 41px 0 rgba(177, 177, 177, 0.54);
    transition: all 0.5s ease;
    z-index: 9; }
    .cp-banner.typ-product .price-cont .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .cp-banner.typ-product .price-cont .lhs {
      width: 57%; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .lhs {
          display: inline-block;
          width: 100%; } }
    .cp-banner.typ-product .price-cont .rhs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 35%; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .rhs {
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 100%; } }
    .cp-banner.typ-product .price-cont .bike-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .cp-banner.typ-product .price-cont .bike-item {
      border-left: 1px solid #e2e2e2;
      padding: 0 3rem; }
      .cp-banner.typ-product .price-cont .bike-item:first-child {
        border: none;
        padding-left: 0; }
    .cp-banner.typ-product .price-cont .bike-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .bike-wrap {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-direction: column;
              flex-direction: column; } }
    .cp-banner.typ-product .price-cont .bike-title {
      font-family: "Gotham-Bold";
      font-size: 1.6rem;
      line-height: 1.6rem;
      letter-spacing: -0.4px;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 0.8rem; }
    .cp-banner.typ-product .price-cont .originalPrice {
      font-size: 1.4rem;
      line-height: 1.6rem;
      color: #6a6a6a;
      text-decoration: line-through;
      margin-left: 0.8rem;
      font-family: "Gotham-Book"; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .originalPrice {
          margin-left: 0; } }
    .cp-banner.typ-product .price-cont .off-price {
      font-family: "Gotham-Bold";
      color: #111326;
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-left: 0.8rem; }
    .cp-banner.typ-product .price-cont .off-price {
      font-family: "Gotham-Bold";
      color: #111326;
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-left: 0.8rem; }
    .cp-banner.typ-product .price-cont .bike-id {
      font-family: "Gotham-Book";
      font-size: 1.4rem;
      line-height: 1.4rem;
      letter-spacing: -0.35px;
      color: #676767;
      text-transform: uppercase; }
    .cp-banner.typ-product .price-cont .bike-price {
      font-family: "Gotham-Bold";
      font-size: 2.1rem;
      line-height: 0.86;
      color: #000000;
      margin-bottom: 0.5rem; }
    .cp-banner.typ-product .price-cont .bike-note {
      font-family: "Gotham-Book";
      font-size: 1.1rem;
      line-height: 1.1rem;
      color: #676767; }
  .cp-banner.typ-product .icon-360 {
    margin-left: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-product .icon-360 {
        margin: 0; } }
    .cp-banner.typ-product .icon-360 .path1:before {
      font-size: 3.3rem; }
    .cp-banner.typ-product .icon-360 .path2:before {
      font-size: 3rem;
      color: #bd001c; }
  .cp-banner.typ-product.typ-adp {
    -ms-flex-align: start;
        align-items: flex-start; }
    .cp-banner.typ-product.typ-adp .rhs {
      padding-top: 0; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product.typ-adp .rhs {
          padding: 0; } }
    .cp-banner.typ-product.typ-adp .function-tag {
      top: 0.7rem; }
    .cp-banner.typ-product.typ-adp .bs-swiper.typ-bannerSlide .swiper-pagination {
      bottom: 0; }

.cp-360view {
  position: absolute;
  left: 0;
  top: 0;
  width: 55rem;
  height: 52rem;
  background: #fff;
  display: none;
  z-index: 8;
  transition: all ease 0.5s; }
  .cp-360view.active {
    display: block; }
  .cp-360view .rotatsec {
    display: block;
    font-family: "Gotham-Bold";
    font-size: 1.2rem;
    color: #bd001c;
    text-transform: uppercase;
    /* margin-left: 0.5rem; */
    position: absolute;
    bottom: -1rem; }

.bikedetail-view .gem-img {
  width: 55px;
  height: 14px;
  margin-bottom: 0.5rem; }

.bikedetail-view .rotatsec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.bikedetail-view .rotetLabel {
  font-family: "Gotham-Bold";
  font-size: 1.2rem;
  color: #bd001c;
  text-transform: uppercase;
  margin-left: 0.5rem; }

.cp-banner.typ-product {
  top: 2.3rem; }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-banner.typ-product {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: unset;
          align-items: unset;
      top: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product {
      top: 0; } }
  .cp-banner.typ-product .lhs {
    position: relative;
    width: 54%; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-banner.typ-product .lhs {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-product .lhs {
        width: 100%; } }
  .cp-banner.typ-product .rhs {
    width: 43%; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-banner.typ-product .rhs {
        width: 100%;
        margin-top: 5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-product .rhs {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont {
      z-index: 10;
      padding: 0; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-banner.typ-product .price-cont .rhs {
      -ms-flex-pack: center;
          justify-content: center;
      display: block;
      margin-top: unset; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .rhs {
      position: absolute;
      top: 71%;
      right: 14px;
      width: auto;
      transform: translateY(-69%); } }
  .cp-banner.typ-product .price-cont .rhs .cart-and-ipay .notifyMsg {
    color: #4b9800;
    font-size: 1.6rem;
    font-family: "Gotham-Medium";
    line-height: 12px; }
  .cp-banner.typ-product .price-cont .rhs .btn {
    width: 18.8rem;
    font-size: 1.4rem; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-banner.typ-product .price-cont .rhs .btn {
        width: 100%;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 768px) {
      .cp-banner.typ-product .price-cont .rhs .btn {
        width: 12.8rem;
        font-size: 1.2rem;
        line-height: 1rem; } }
    .cp-banner.typ-product .price-cont .rhs .btn.buy-now {
      margin-left: 2rem; }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .cp-banner.typ-product .price-cont .rhs .btn.buy-now {
          margin-left: 0; } }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .rhs .btn.buy-now {
          margin-left: 0; } }
    .cp-banner.typ-product .price-cont .rhs .btn.exclusive {
      width: 22rem; }
      @media only screen and (max-width: 768px) {
        .cp-banner.typ-product .price-cont .rhs .btn.exclusive {
          width: 12.8rem;
          font-size: 1.2rem;
          line-height: 1rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-wrap {
      display: inline-block; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item {
      padding: 0;
      border: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item:first-child {
      width: 100%;
      position: absolute;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,ececec+83 */
      background: #fefefe;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fefefe 0%, #ececec 83%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 );
      /* IE6-9 */
      padding: 1rem 2.5rem 0; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item:first-child .bike-title {
      display: inline-block;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item:first-child .bike-id {
      display: inline-block;
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item:nth-child(2) {
      padding: 0 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-list .bike-item:nth-child(2) {
      padding: 5rem 2.5rem 1.7rem;
      vertical-align: middle;
      min-height: 10rem; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .bike-price {
      font-size: 1.8rem;
      display: inline-block; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .originalPrice {
      display: inline-block; } }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .price-cont .off-price {
      display: block;
      color: #bd001c;
      margin-left: 0; } }
  .cp-banner.typ-product .price-cont .btn.add-to-cart:disabled {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-banner.typ-product .container {
      padding: 0; } }

.bs-sec {
  padding: 3rem 0; }
  @media only screen and (max-width: 768px) {
    .bs-sec {
      padding: 2rem 0;
      padding-bottom: 0; } }

.bs-swiper.typ-proSwiper .pagination-ebike,
.bs-swiper.typ-proSwiper .pagination-selfie,
.bs-swiper.typ-proSwiper .pagination-category {
  display: none; }
  @media only screen and (max-width: 768px) {
    .bs-swiper.typ-proSwiper .pagination-ebike,
    .bs-swiper.typ-proSwiper .pagination-selfie,
    .bs-swiper.typ-proSwiper .pagination-category {
      display: block;
      margin-bottom: 2rem;
      bottom: -5rem; }
      .bs-swiper.typ-proSwiper .pagination-ebike .swiper-pagination-bullet,
      .bs-swiper.typ-proSwiper .pagination-selfie .swiper-pagination-bullet,
      .bs-swiper.typ-proSwiper .pagination-category .swiper-pagination-bullet {
        margin: 4px;
        padding: 4px; } }

.bs-swiper.typ-proSwiper .pagination-selfie {
  bottom: -3rem; }
