/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-home-banner {
  position: relative; }
  .cp-home-banner .banner-cont {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .banner-cont {
        top: 8.5rem;
        transform: none; } }
    .cp-home-banner .banner-cont .banner-tag {
      font-size: 1.8rem;
      line-height: 3.2rem;
      letter-spacing: 2px;
      color: #f74d00;
      font-family: "Barlow-Bold";
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .4s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-home-banner .banner-cont .banner-tag {
          font-size: 1.4rem; } }
    .cp-home-banner .banner-cont .banner-title {
      font-size: 10rem;
      line-height: 9rem;
      color: #ffffff;
      font-family: "BebasNeue-Regular";
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .6s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-home-banner .banner-cont .banner-title {
          font-size: 5rem;
          line-height: 4rem; } }
      .cp-home-banner .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
        .cp-home-banner .banner-cont .banner-title .typ-1:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          filter: blur(14px);
          background-color: #121212;
          height: 3.9rem;
          width: calc(100% + 5rem);
          bottom: 1.8rem; }
          @media only screen and (max-width: 1024px) {
            .cp-home-banner .banner-cont .banner-title .typ-1:after {
              width: calc(100% + 1rem);
              height: 2.4rem; } }
      .cp-home-banner .banner-cont .banner-title .typ-2 {
        margin-top: -3rem;
        z-index: 0;
        opacity: 0.6;
        margin-left: 4.8rem; }
        @media only screen and (max-width: 1024px) {
          .cp-home-banner .banner-cont .banner-title .typ-2 {
            margin-top: -0.6rem;
            margin-left: 2rem; } }
  .cp-home-banner .swiper-slide .banner-link:after {
    content: '';
    opacity: 0.8;
    background-image: linear-gradient(89deg, #000 0%, rgba(0, 0, 0, 0) 19%);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 81rem;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .swiper-slide .banner-link:after {
        transform: rotate(-90deg);
        background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 19%);
        top: auto;
        height: 37.5rem;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -1rem; } }
  .cp-home-banner .swiper-slide .banner-link:before {
    content: '';
    opacity: 0.9;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    height: 24.2rem;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .swiper-slide .banner-link:before {
        opacity: 0.8;
        background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        left: 0;
        right: 0; } }
  .cp-home-banner .cp-find-solution {
    position: absolute;
    bottom: 15.1rem;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .cp-find-solution {
        bottom: 7.5rem; } }

@media only screen and (max-width: 1024px) {
  .cp-home-banner .swiper-slide .banner-link:after {
    bottom: -3rem;
    height: 100vmin; } }

.cp-home-banner .banner-link {
  cursor: pointer;
  max-height: 75rem;
  position: relative;
  height: 100%; }
  .cp-home-banner .banner-link img {
    height: 100%; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cp-home-banner .banner-cont .banner-title {
    font-size: 10rem;
    line-height: 10rem; }
  .cp-home-banner .bs-swiper.typ-home-banner .swiper-button-next, .cp-home-banner .bs-swiper.typ-home-banner .swiper-button-prev {
    display: none !important; }
  .cp-home-banner .bs-swiper.typ-home-banner .swiper-nav {
    left: 5.5rem; } }

.cp-home-banner .video-wrap .vimeoVideoUrl1 video {
  width: 100vw;
  height: 56.56vw; }

@media only screen and (max-width: 1024px) {
  .cp-home-banner .video-wrap .vimeoVideoUrl1 {
    position: relative;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    overflow-x: hidden; }
    .cp-home-banner .video-wrap .vimeoVideoUrl1 video {
      position: relative;
      width: 100vw;
      height: 56.56vw;
      min-height: 100vh;
      left: -104%;
      min-width: 177.77vh; } }

.cp-home-banner .video-wrap:after {
  content: '';
  opacity: 0.8;
  background-image: linear-gradient(89deg, #000 50%, rgba(0, 0, 0, 0) 99%);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 99%;
  width: 81rem;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner .video-wrap:after {
      display: none; } }

.cp-home-banner .video-wrap:before {
  content: '';
  opacity: 0.9;
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  height: 24.2rem;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner .video-wrap:before {
      opacity: 0.8;
      background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
      height: 100%;
      left: 0;
      right: 0; } }

.cp-home-banner .video-wrap .video-controls {
  position: absolute;
  right: 5%;
  bottom: 20%;
  z-index: 5; }
  .cp-home-banner .video-wrap .video-controls .mute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: url("../assets/images/volume-high-solid.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }
  .cp-home-banner .video-wrap .video-controls .unmute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: url("../assets/images/volume-xmark-solid.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }

@media only screen and (max-width: 1024px) {
  .cp-home-banner.typ-video-banner .banner-cont {
    left: 8rem;
    top: 15.5rem; } }

.cp-home-banner.typ-video-banner .cp-find-solution {
  position: absolute;
  bottom: 25rem;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner.typ-video-banner .cp-find-solution {
      bottom: 7.5rem; } }

.cp-home-banner.typ-video-banner .banner-tag {
  opacity: 1; }

.cp-home-banner.typ-video-banner .banner-title {
  opacity: 1; }

.cp-find-solution .list {
  display: -ms-flexbox;
  display: flex;
  width: 60rem; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .list {
      width: 80%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cp-find-solution .item {
  padding: 0rem 4.8rem 0 2.5rem;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .item {
      margin-bottom: 2.4rem; }
      .cp-find-solution .item:nth-child(even) {
        padding-right: 2.5rem; }
        .cp-find-solution .item:nth-child(even):after {
          content: none; }
      .cp-find-solution .item:nth-child(odd) {
        padding-left: 0rem;
        min-width: 11.5rem; } }
  .cp-find-solution .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff;
    opacity: 0.5;
    right: .5rem;
    transform: rotate(18deg);
    top: 0; }
    @media only screen and (max-width: 1024px) {
      .cp-find-solution .item:after {
        right: 0rem; } }
  .cp-find-solution .item:first-child {
    padding-left: 0rem; }
  .cp-find-solution .item:last-child:after {
    content: none; }

.cp-find-solution .sol-link {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: "Barlow-Bold";
  letter-spacing: 1px;
  position: relative;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .sol-link {
      font-size: 1.2rem;
      line-height: 1.2rem; } }
  .cp-find-solution .sol-link .icon {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #f8673b;
    position: absolute;
    right: -2.4rem;
    bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .cp-find-solution .sol-link .icon {
        right: -2.3rem;
        font-size: 0.7rem;
        line-height: 1.1rem; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cp-find-solution .list {
    width: 100%; }
  .cp-find-solution .sol-link {
    font-size: 2rem;
    line-height: 2rem; }
  .cp-find-solution .item:nth-child(even) {
    padding-right: 4.8rem; }
    .cp-find-solution .item:nth-child(even):after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      background: #ffffff;
      opacity: 0.5;
      right: .5rem;
      transform: rotate(18deg);
      top: 0; }
  .cp-find-solution .item:nth-child(odd) {
    padding-left: 2.5rem; }
  .cp-find-solution .item:last-child:after {
    content: none; } }

@media only screen and (max-width: 769px) and (min-width: 768px) {
  .cp-find-solution .list {
    width: 69%;
    transform: translateY(3rem); }
  .cp-find-solution .sol-link {
    font-size: 1.4rem;
    line-height: 1.4rem; } }

.cp-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cp-testimonial.type-2 {
    display: block; }
  .cp-testimonial .testi-info {
    width: 24%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .cp-testimonial .testi-info {
        left: 9%;
        width: 60%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1366px) {
      .cp-testimonial .testi-info {
        width: 28%; } }
    .cp-testimonial .testi-info .baiker-name {
      font-size: 2.1rem;
      line-height: 2.1rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 1rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.4s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .baiker-name {
          font-size: 1.6rem;
          line-height: 1.4rem; } }
    .cp-testimonial .testi-info .location {
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-family: "Barlow-Light";
      color: #ffffff;
      margin-bottom: 1.5rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.6s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .location {
          font-size: 1.4rem;
          line-height: 2.4rem;
          margin-bottom: 1.1rem; } }
    .cp-testimonial .testi-info .desc {
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: #ffffff;
      font-family: "Barlow-Light";
      margin-bottom: 6rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.7s;
      opacity: 0;
      display: block; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .desc {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: 2rem; } }
    .cp-testimonial .testi-info .video-link {
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.8s;
      opacity: 0;
      display: block; }
      .cp-testimonial .testi-info .video-link .icon {
        font-size: 4.3rem;
        line-height: 0rem;
        color: #ffffff; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info .video-link .icon {
            font-size: 2.7rem;
            line-height: 0rem; } }
    .cp-testimonial .testi-info.typ-2 {
      width: 27%; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info.typ-2 {
          width: 65%; } }
      .cp-testimonial .testi-info.typ-2 .title-desc {
        margin-bottom: 3.5rem; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info.typ-2 .title-desc {
            margin-bottom: 2rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
          font-size: 1.8rem;
          line-height: 2.3rem;
          text-transform: uppercase;
          color: #ffffff;
          font-family: "Barlow-Bold";
          margin-bottom: 1.5rem; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
              font-size: 1.6rem;
              line-height: 1.8rem;
              margin-bottom: 0.5rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
          font-size: 1.8rem;
          line-height: 2.3rem;
          font-family: "Barlow-Regular";
          color: #979797; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
              font-size: 1.2rem;
              line-height: 1.4rem; } }

.cp-news {
  width: 28.4rem;
  height: 40rem;
  margin-right: 1rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cp-news {
      width: 19.9rem;
      height: 28rem; } }
  .cp-news:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    background-size: cover;
    z-index: 1;
    width: 100%;
    height: 26.4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-news:before {
        height: 23.8rem; } }
  .cp-news .info-wrap {
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 4rem;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-news .info-wrap {
        left: 1.8rem;
        right: 1.6rem;
        bottom: 2.8rem; } }
    .cp-news .info-wrap .info-title {
      font-size: 1.8rem;
      line-height: 2rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 2rem; }
      @media only screen and (max-width: 1024px) {
        .cp-news .info-wrap .info-title {
          font-size: 1.4rem;
          line-height: 1.6rem;
          margin-bottom: 1rem; } }
    .cp-news .info-wrap .icon {
      font-size: .9rem;
      color: #f8673b; }
  .cp-news .news-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer; }

.cp-news .news-link {
  z-index: 2; }

.cp-news .info-wrap .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-news .info-wrap .info-title {
      line-height: 21px;
      max-height: 64px; } }

.cp-young {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-young .lhs {
    width: 54.1%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .lhs {
        width: 100%; }
        .cp-young .lhs:after {
          background: #eaeaea;
          background: linear-gradient(367deg, #eaeaea 20%, #f6f6f6 0%);
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 27rem;
          z-index: 1;
          top: 15%; } }
  .cp-young .rhs {
    width: 42.7%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .rhs {
        width: 100%;
        padding-top: 30rem; } }
  .cp-young .service-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-young .service-item {
    width: 48%;
    margin-bottom: 2rem;
    position: relative;
    height: 24rem;
    overflow: hidden;
    border-radius: 8px; }
    @media only screen and (max-width: 1024px) {
      .cp-young .service-item {
        height: 16rem;
        margin-bottom: 1.5rem; } }
    .cp-young .service-item:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 11.6rem;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, #000);
      z-index: 1; }
    .cp-young .service-item:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 10.7rem;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1%, #000);
      z-index: 1; }
  .cp-young .hulk-img {
    width: 39%;
    height: 49.6rem;
    position: absolute;
    left: 1%;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .cp-young .hulk-img {
        width: 26.6rem;
        height: 23.6rem; } }
  .cp-young .bike-img {
    width: 23%;
    position: absolute;
    left: 31%;
    bottom: 10%;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-young .bike-img {
        width: 17.5rem;
        height: 14rem;
        right: 1.5rem;
        bottom: auto;
        top: 29%;
        left: auto; } }
  .cp-young .bike-tag {
    position: absolute;
    left: 37%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .bike-tag {
        right: 5rem;
        left: auto;
        z-index: 2; } }
    .cp-young .bike-tag .tag {
      font-size: 1.8rem;
      line-height: 2rem;
      color: #f8673b;
      font-family: "Barlow-Bold";
      color: #ff5000;
      text-transform: uppercase;
      margin-bottom: 2px; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .tag {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: .5rem; } }
    .cp-young .bike-tag .bike-tilte {
      font-size: 3.2rem;
      line-height: 2.6rem;
      color: #3f4351;
      font-family: "Barlow-ExtraBold";
      text-transform: uppercase;
      width: 14.9rem;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .bike-tilte {
          font-size: 2.1rem;
          line-height: 1.8rem;
          width: 9.8rem; } }
    .cp-young .bike-tag .icon {
      font-size: 1.1rem;
      line-height: 3.3rem;
      color: #f8673b;
      position: absolute;
      right: -2.4rem;
      top: 0; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .icon {
          font-size: .9rem;
          right: -1.5rem;
          line-height: 2rem; } }

@media only screen and (max-width: 768px) {
  .cp-young .lhs:after {
    background: linear-gradient(371deg, #eaeaea 20%, #ffffff 0%); } }

.cp-young .service-item:last-child {
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-position: center 25px;
  border: solid 1px #cae7ea; }
  @media only screen and (max-width: 768px) {
    .cp-young .service-item:last-child {
      background-position: center 6px; } }
  .cp-young .service-item:last-child:before {
    content: none; }
  .cp-young .service-item:last-child:after {
    content: none; }
  .cp-young .service-item:last-child .info-title {
    color: #3f4351; }
  .cp-young .service-item:last-child .tag {
    display: none; }

@media only screen and (max-width: 768px) {
  .cp-young .info-title {
    right: 2rem !important; } }

@media only screen and (max-width: 768px) {
  @supports (-webkit-touch-callout: none) {
    .cp-young .bike-tag .icon {
      top: -4px; } } }

.cp-service {
  height: 24rem;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .cp-service {
      height: 16rem; } }
  .cp-service .info-title {
    font-size: 2.1rem;
    line-height: 1.8rem;
    font-family: "Barlow-ExtraBold";
    color: #ffffff;
    position: absolute;
    bottom: 3.3rem;
    left: 2.5rem;
    right: 4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-service .info-title {
        font-size: 1.4rem;
        line-height: 1.2rem;
        left: 1.7rem;
        bottom: 2.5rem; } }
  .cp-service .tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .2rem 1.4rem .4rem;
    border-radius: 1rem;
    border: 0.5px solid #ffffff;
    color: #ffffff;
    position: absolute;
    top: 2.2rem;
    left: 2.5rem;
    font-family: "Barlow-Medium";
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6; }
    @media only screen and (max-width: 1024px) {
      .cp-service .tag {
        font-size: 1.1rem;
        top: 2rem;
        left: 1.7rem; } }

.cp-explore {
  position: relative; }
  .cp-explore .exp-tab-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .cp-explore .exp-tab-main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -2rem; } }
    .cp-explore .exp-tab-main .exptab-tab {
      position: relative;
      border-radius: 0.8rem;
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      background: rgba(0, 0, 0, 0.2);
      padding: 2.4rem;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-tab {
          -ms-flex-direction: unset;
              flex-direction: unset;
          background: transparent;
          padding: 1rem; } }
      .cp-explore .exp-tab-main .exptab-tab .exptab-list {
        position: relative;
        padding: 0;
        margin: 0 0 2.7rem;
        -ms-flex-negative: unset;
            flex-shrink: unset; }
        @media only screen and (max-width: 768px) {
          .cp-explore .exp-tab-main .exptab-tab .exptab-list {
            margin-right: 5rem;
            margin-bottom: 2rem;
            padding-bottom: 2rem; } }
        .cp-explore .exp-tab-main .exptab-tab .exptab-list.active .text-link {
          color: #ffffff; }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list.active .text-link:after {
            color: #ffffff; }
        .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link {
          display: block;
          font-size: 1.6rem;
          line-height: 2rem;
          font-family: "Barlow-Bold";
          color: #727476;
          text-transform: uppercase;
          padding: 0.5rem 2rem 0.5rem 0;
          position: relative;
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link {
              font-size: 1.4rem;
              line-height: 1.2rem;
              padding: 0;
              padding-bottom: 2rem; } }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:hover {
            color: #ffffff; }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:after {
            content: "\E900";
            font-family: "icomoon" !important;
            position: absolute;
            font-size: 0.8rem;
            right: 0;
            top: 0.5rem;
            color: #F8673B;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease; }
            @media only screen and (max-width: 768px) {
              .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:after {
                left: 0%;
                text-align: center;
                top: auto;
                bottom: 0;
                transform: rotate(90deg);
                font-size: 0.6rem; } }
    .cp-explore .exp-tab-main .exptab-cont {
      width: 81%;
      display: block;
      position: relative;
      color: #ffffff;
      margin-left: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont {
          width: 100%;
          margin-left: 0;
          margin-right: -2rem; } }
      .cp-explore .exp-tab-main .exptab-cont .content {
        display: none; }
        .cp-explore .exp-tab-main .exptab-cont .content.active {
          display: block; }
      .cp-explore .exp-tab-main .exptab-cont .img-wrap {
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .cp-explore .exp-tab-main .exptab-cont .img-wrap {
            min-height: 35.5rem; }
            .cp-explore .exp-tab-main .exptab-cont .img-wrap img {
              min-height: 35.5rem; } }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 1;
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
          height: 29.8rem;
          z-index: 5; }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap:after {
          content: '';
          width: 44px;
          height: 53px;
          opacity: .1;
          background-image: linear-gradient(27deg, #fff 5%, #fff 411%);
          position: absolute;
          bottom: 4rem;
          right: 4rem;
          z-index: 6; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-cont .img-wrap:after {
              width: 3rem;
              height: 3rem;
              right: 2rem;
              bottom: 2rem; } }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap .img-title {
          font-size: 6rem;
          line-height: 5rem;
          font-family: "Barlow-ExtraBold";
          color: #ffffff;
          opacity: 0.4;
          position: absolute;
          left: 2.6rem;
          bottom: 9rem;
          width: 50%;
          z-index: 6; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-cont .img-wrap .img-title {
              font-size: 4.2rem;
              line-height: 3.2rem;
              bottom: 6rem;
              right: 2rem; } }

.cp-explore .exp-tab-main .exptab-cont {
  border-bottom-right-radius: 1.2rem;
  border-top-right-radius: 1.2rem; }
  .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
    position: relative;
    border-radius: 8px !important;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
        height: 50rem; } }
    @media only screen and (max-width: 768px) {
      .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
        min-height: 35.5rem; }
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore img {
          min-height: 35.5rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.8;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
      height: 29.8rem;
      z-index: 5; }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .img-title {
      font-size: 6rem;
      line-height: 5.3rem;
      font-family: "Barlow-ExtraBold";
      color: #ffffff;
      opacity: 0.4;
      position: absolute;
      left: 2.6rem;
      bottom: 9rem;
      width: 50%;
      z-index: 6; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .img-title {
          font-size: 4.2rem;
          line-height: 3.2rem;
          bottom: 6rem;
          right: 2rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:before {
      content: '';
      width: 18px;
      height: 53px;
      opacity: .1;
      transform: skewX(-27deg);
      background-image: linear-gradient(#fff 5%, #fff 411%);
      position: absolute;
      bottom: 4rem;
      right: 4rem;
      z-index: 6;
      border-radius: 3px 0px 3px 0px; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:before {
          width: 14px;
          height: 37px;
          right: 3.5rem;
          bottom: 3rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:after {
      content: '';
      width: 18px;
      height: 53px;
      opacity: .1;
      transform: skewX(-27deg);
      background-image: linear-gradient(#fff 5%, #fff 411%);
      position: absolute;
      bottom: 1rem;
      right: 2rem;
      z-index: 6;
      border-radius: 3px 0px 3px 0px; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:after {
          width: 14px;
          height: 37px;
          right: 2rem;
          bottom: 1rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .icon {
      font-size: 1.05rem;
      line-height: 1.95rem;
      color: #f8673b;
      position: absolute;
      left: 2.6rem;
      bottom: 2.6rem;
      z-index: 6; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .icon {
          font-size: 0.9rem; } }

@media only screen and (max-width: 768px) {
  .cp-explore .exptab-tab .exptab-list {
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important; } }

.cp-accordion {
  width: 100%;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  background: #2a2a2c;
  /* Old browsers */
  background: linear-gradient(to bottom, #2a2a2c 0%, #595a5e 34%, #2a2a2c 100%);
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 2.5rem 4rem 4rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-accordion {
      position: absolute;
      top: 0;
      right: 0;
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-accordion.open {
      display: block; }
      .cp-accordion.open:before {
        content: '';
        position: absolute;
        top: -1rem;
        right: 5.5rem;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #2a2a2c; } }
  .cp-accordion .acc-top {
    padding-bottom: 1.9rem;
    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-accordion .acc-top {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .cp-accordion .acc-top .icon {
      font-size: 1.8rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-top .icon {
          margin-right: 1.8rem; } }
    .cp-accordion .acc-top .filter-text {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Bold";
      color: #ffffff;
      text-transform: uppercase; }
    .cp-accordion .acc-top .clr-all-link {
      font-size: 1.4rem;
      font-family: "Barlow-Bold";
      letter-spacing: 1px;
      color: #f8673b;
      cursor: pointer;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-top .clr-all-link {
          display: none; } }
  .cp-accordion .acc-head {
    font-family: "Barlow-Medium";
    font-size: 1.6rem;
    color: #a3a6b0;
    position: relative;
    padding: 1.5rem 1rem 1.5rem 0;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .cp-accordion .acc-head:before {
      content: "\E900";
      font-family: "icomoon" !important;
      position: absolute;
      font-size: 0.7rem;
      color: #f8673b;
      right: 0;
      top: 2rem;
      color: #f8673b;
      transform: rotate(90deg);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease; }
    .cp-accordion .acc-head.active {
      font-family: "Barlow-Bold";
      color: #ffffff; }
      .cp-accordion .acc-head.active:before {
        transform: rotate(-90deg); }
    .cp-accordion .acc-head.selected {
      font-family: "Barlow-Bold";
      color: #ffffff; }
  .cp-accordion .acc-cont {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-accordion .acc-cont .input-wrap {
      padding-top: 1rem; }
    .cp-accordion .acc-cont .bs-checkbox {
      position: relative;
      margin-bottom: 2rem; }
      .cp-accordion .acc-cont .bs-checkbox input[type=checkbox]:checked + label {
        font-family: "Barlow-Bold"; }
      .cp-accordion .acc-cont .bs-checkbox .label-filed {
        vertical-align: top;
        padding-left: 3.6rem;
        font-size: 1.4rem;
        color: #ffffff; }
        .cp-accordion .acc-cont .bs-checkbox .label-filed:before {
          width: 1.8rem;
          height: 1.8rem;
          border-radius: 0.2rem;
          -webkit-border-radius: 0.2rem;
          -moz-border-radius: 0.2rem; }
        .cp-accordion .acc-cont .bs-checkbox .label-filed:after {
          width: 0.6rem;
          height: 1.1rem;
          border-color: #ffffff; }
  .cp-accordion.typ-faq {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    padding: 2.5rem 0 0;
    border-top: solid 3px rgba(151, 151, 151, 0.2); }
    .cp-accordion.typ-faq a {
      color: #0070d2; }
    @media only screen and (max-width: 768px) {
      .cp-accordion.typ-faq {
        position: relative;
        display: block;
        padding-top: 0.7rem; } }
    .cp-accordion.typ-faq .acc-item {
      padding: 3.2rem 0;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .acc-item {
          padding: 2rem 0; } }
    .cp-accordion.typ-faq .acc-head {
      font-family: "Barlow-SemiBold";
      font-size: 2.1rem;
      color: #151515;
      padding: 0 6.5rem 1rem 0;
      line-height: 2.6rem;
      text-transform: none; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .acc-head {
          font-size: 1.6rem;
          padding-right: 2.5rem;
          line-height: 2.1rem; } }
      .cp-accordion.typ-faq .acc-head:before {
        content: "\E906";
        font-family: "icomoon" !important;
        position: absolute;
        font-size: 1.4rem;
        color: #f8673b;
        right: 1rem;
        top: 50%;
        color: #f8673b;
        transform: translateY(-50%);
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease; }
        @media only screen and (max-width: 768px) {
          .cp-accordion.typ-faq .acc-head:before {
            right: 0;
            top: 5px;
            transform: none; } }
      .cp-accordion.typ-faq .acc-head.active:before {
        content: "\E935"; }
    .cp-accordion.typ-faq .acc-cont {
      max-width: 90%; }
    .cp-accordion.typ-faq .desc {
      font-family: "Barlow-Regular";
      font-size: 1.6rem;
      color: #3f4351;
      line-height: 2.3rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .desc {
          font-size: 1.4rem;
          line-height: 2.1rem; } }

.cp-bike-card {
  background: url("../images/card-bg.jpg") no-repeat 0px 0px transparent;
  background-size: cover !important;
  width: 43.6rem;
  height: auto;
  padding: 2.6rem 3.5rem;
  border-radius: 16px; }
  @media only screen and (max-width: 768px) {
    .cp-bike-card {
      width: 25rem !important;
      height: auto;
      padding: 1.9rem 2.2rem; } }
  .cp-bike-card .bike-name {
    font-size: 2.4rem;
    line-height: 2.3rem;
    color: #ffffff;
    font-family: "Barlow-Bold";
    margin-bottom: .8rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .bike-name {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-bike-card .bike-name .share-link {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff;
      opacity: 0.8; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .bike-name .share-link {
          font-size: 1.6rem; } }
  .cp-bike-card .star-rating .icon {
    color: #f8673b; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .star-rating .icon {
        font-size: 1.4rem; } }
  .cp-bike-card .img-wrap {
    width: 90%;
    margin: 0 auto; }
  .cp-bike-card .feature-list {
    margin-bottom: 3rem; }
  .cp-bike-card .f-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-bike-card .f-item {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Barlow-Regular";
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    width: 33.33%;
    padding-right: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .f-item {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding-right: 1rem; } }
    .cp-bike-card .f-item:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      background: #ffffff;
      opacity: 0.3;
      right: 3rem;
      transform: rotate(20deg); }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .f-item:before {
          right: 1rem; } }
    .cp-bike-card .f-item:last-child {
      padding-right: 0rem;
      width: 30%; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .f-item:last-child {
          padding-right: 0rem; } }
      .cp-bike-card .f-item:last-child:before {
        content: none; }
  .cp-bike-card .btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .cp-bike-card .btn-wrap .btn.btn-link {
      font-size: 1.6rem;
      line-height: 1.9rem; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .btn-wrap .btn.btn-link {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
    .cp-bike-card .btn-wrap .compare-btn {
      background: #ffffff40;
      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 34px;
      line-height: 1.2rem;
      font-family: "Barlow-Medium";
      color: #ffffff; }
      .cp-bike-card .btn-wrap .compare-btn .icon {
        font-size: 1.2rem;
        margin-right: .5rem; }

.cp-bike-card {
  position: relative; }
  .cp-bike-card .icon-compare span {
    font-family: "Barlow-Medium"; }
  .cp-bike-card .prod-img {
    max-height: 332px;
    overflow: hidden;
    text-align: center; }
    .cp-bike-card .prod-img img {
      max-height: 300px;
      display: inline-block;
      max-width: 100%;
      width: auto; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .prod-img {
        max-height: 190px;
        max-height: 200px; }
        .cp-bike-card .prod-img img {
          max-height: 190px; } }
  @media only screen and (max-width: 768px) {
    .cp-bike-card {
      width: 25rem !important;
      height: auto;
      padding: 1.9rem 2.2rem; } }
  .cp-bike-card .fillLink {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0; }
  .cp-bike-card .bike-name {
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 2.3rem;
    color: #ffffff;
    font-family: "BebasNeue-Regular";
    margin-bottom: 0.8rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .bike-name {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-bike-card .bike-name .share-link {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff;
      opacity: 0.8;
      display: block;
      z-index: 5;
      padding: 3rem 0.5rem 2rem 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .bike-name .share-link {
          padding-top: 3.5rem; } }
      .cp-bike-card .bike-name .share-link:hover {
        text-shadow: 1px 1px 1px #000000; }
      .cp-bike-card .bike-name .share-link .icon {
        font-size: 2.25rem; }
        @media only screen and (max-width: 768px) {
          .cp-bike-card .bike-name .share-link .icon {
            font-size: 1.6rem; } }
  .cp-bike-card .star-rating .icon {
    color: #ff5000;
    font-size: 1.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .star-rating .icon {
        font-size: 0.8rem; } }
  .cp-bike-card .img-wrap {
    width: 90%;
    margin: 0 auto; }
  .cp-bike-card .feature-list {
    margin-bottom: 2rem; }
  .cp-bike-card .f-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-bike-card .f-item {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: "Barlow-Regular";
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    width: 45.33%;
    padding-right: 4rem;
    overflow: hidden;
    max-height: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-bike-card .f-item {
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-right: 1rem; } }
    .cp-bike-card .f-item:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      background: #ffffff;
      opacity: 0.3;
      right: 3rem;
      transform: rotate(20deg); }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .f-item:before {
          right: 1rem; } }
    .cp-bike-card .f-item:last-child {
      padding-right: 0rem;
      width: 30%; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .f-item:last-child {
          padding-right: 0rem;
          width: 45%; } }
      .cp-bike-card .f-item:last-child:before {
        content: none; }
  .cp-bike-card .btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .cp-bike-card .btn-wrap .btn.btn-link {
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #f54d00;
      font-family: "Barlow-Bold" !important; }
      @media only screen and (max-width: 768px) {
        .cp-bike-card .btn-wrap .btn.btn-link {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
    .cp-bike-card .btn-wrap .compare-btn {
      background: #000;
      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 34px;
      line-height: 1.2rem;
      font-family: "Barlow-Medium";
      color: #ffffff; }
      .cp-bike-card .btn-wrap .compare-btn .icon {
        font-size: 1.2rem;
        margin-right: 0.5rem; }
  .cp-bike-card .cp-detail-card .social-icons.active {
    transform: translateX(5px); }

.bike-name .cp-detail-card {
  width: auto;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: initial; }
  .bike-name .cp-detail-card .share-link {
    padding: 0;
    top: 32%;
    transform: translateY(0); }
    .bike-name .cp-detail-card .share-link .icon-share {
      position: relative;
      z-index: 6; }
    .bike-name .cp-detail-card .share-link:hover .social-container .social-icons {
      opacity: 1;
      visibility: visible;
      transform: translateX(5px); }
  .bike-name .cp-detail-card .social-icons {
    top: -0.7rem;
    right: -0.4rem; }
    @media only screen and (max-width: 768px) {
      .bike-name .cp-detail-card .social-icons {
        top: -1.1rem; } }
    @media only screen and (max-width: 768px) {
      .bike-name .cp-detail-card .social-icons .social-item {
        margin-right: 1.2rem; }
        .bike-name .cp-detail-card .social-icons .social-item:last-of-type {
          margin-right: 0 !important; } }
    .bike-name .cp-detail-card .social-icons .share-icons .icon {
      font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .bike-name .cp-detail-card .social-icons .icon-share {
        padding: 0.5rem; } }

@media only screen and (max-width: 768px) {
  .typ-bikecard .btn-wrap {
    -ms-flex-align: center;
    align-items: center; }
    .typ-bikecard .btn-wrap .btn.btn-link {
      padding-top: 0; }
    .typ-bikecard .btn-wrap .price {
      font-size: 1.8rem; } }

.compare-btn {
  background: #9e9e9e10;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 34px;
  line-height: 1.2rem;
  font-family: "Barlow-Medium";
  color: #3f4351;
  text-decoration: none;
  cursor: pointer; }
  .compare-btn label {
    cursor: pointer; }
  .compare-btn.active {
    background: transparent;
    transition: all 0.5s ease; }
    .compare-btn.active label.icon-compare {
      border-radius: 34px;
      line-height: 1.2rem;
      color: #f54d00 !important; }
      .compare-btn.active label.icon-compare:before {
        content: "\E90B" !important; }

.cp-detail-card {
  width: 48rem;
  border-radius: 6.4px 6.4px 0 0;
  box-shadow: 0 0 39px 14px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card {
      width: auto;
      border-radius: 0;
      box-shadow: none;
      background: transparent;
      overflow: hidden; } }
  .cp-detail-card .card-body {
    padding: 2.8rem 2.2rem 2.2rem 4.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .card-body {
        padding: 0rem 2rem; } }
  .cp-detail-card .card-title {
    margin-bottom: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .card-title {
        position: absolute;
        top: 8rem;
        left: 4.2rem; } }
  .cp-detail-card .bike-name {
    font-size: 4rem;
    line-height: 4.8rem;
    color: #ffffff;
    font-family: "BebasNeue-Regular";
    position: relative;
    z-index: 3; }
    .cp-detail-card .bike-name:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      z-index: -1;
      filter: blur(8px);
      background-color: #121212;
      height: 1.9rem;
      width: 2.5rem;
      bottom: 1rem; }
  .cp-detail-card .bike-code {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #ffffff;
    opacity: 0.6;
    font-family: "BebasNeue-Regular";
    z-index: 1;
    margin-top: -1.6rem;
    position: relative; }
  .cp-detail-card .star-rating {
    font-size: 1.2rem;
    margin-bottom: 0.7rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .star-rating {
        position: absolute;
        top: 14rem;
        z-index: 3;
        left: 4.2rem; } }
    .cp-detail-card .star-rating .icon {
      color: #737680; }
      .cp-detail-card .star-rating .icon.fill {
        color: #f8673b; }
    .cp-detail-card .star-rating .review-cont {
      color: #f8673b;
      margin-left: 0.7rem; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .review {
      position: absolute;
      top: 15.6rem;
      left: 4.2rem;
      z-index: 3; } }
  .cp-detail-card .review .btn.btn-link {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .cp-detail-card .function-tag {
    position: absolute;
    top: 2.8rem;
    right: 2.2rem;
    width: 3.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .function-tag {
        top: 8rem;
        right: 2rem;
        width: 4.2rem;
        z-index: 3; } }
    .cp-detail-card .function-tag .tag-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-detail-card .function-tag .tag-item {
      width: 3.2rem;
      height: 3.2rem;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      margin-bottom: 1.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      transition: all 0.5s ease; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .function-tag .tag-item {
          width: 4.2rem;
          height: 4.2rem; } }
      .cp-detail-card .function-tag .tag-item .icon {
        font-size: 1.6rem;
        color: #ffffff; }
        .cp-detail-card .function-tag .tag-item .icon.icon-rotate {
          font-size: 0.9rem; }
      .cp-detail-card .function-tag .tag-item:hover {
        background: #ffffff; }
        .cp-detail-card .function-tag .tag-item:hover .icon {
          color: #3f4351; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .function-tag .tag-item.add-to-wish-list {
          background-color: rgba(0, 0, 0, 0.3) !important; }
          .cp-detail-card .function-tag .tag-item.add-to-wish-list:hover {
            background-color: rgba(0, 0, 0, 0.3) !important; }
            .cp-detail-card .function-tag .tag-item.add-to-wish-list:hover .icon {
              color: #ffffff; } }
      .cp-detail-card .function-tag .tag-item.active {
        cursor: not-allowed;
        pointer-events: none; }
        .cp-detail-card .function-tag .tag-item.active .icon {
          color: #ff5000 !important;
          cursor: not-allowed;
          pointer-events: none; }
  .cp-detail-card .feature-list {
    margin-top: 2.2rem;
    width: 96%;
    margin-bottom: 3.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .feature-list {
        position: absolute;
        bottom: 12.2rem;
        left: 2rem;
        right: 2rem;
        margin: 0;
        width: auto;
        z-index: 3; } }
    .cp-detail-card .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-detail-card .feature-list .f-item {
      font-size: 1.6rem;
      line-height: 1.4rem;
      font-family: "Barlow-Regular";
      color: #ffffff;
      position: relative;
      text-transform: uppercase;
      width: 31.33%;
      padding-right: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .feature-list .f-item {
          padding-right: 0rem; } }
      .cp-detail-card .feature-list .f-item:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #ffffff;
        opacity: 0.3;
        right: 1rem;
        transform: rotate(13deg);
        top: 0; }
        @media only screen and (max-width: 768px) {
          .cp-detail-card .feature-list .f-item:after {
            right: 0rem; } }
      .cp-detail-card .feature-list .f-item:last-child {
        width: 30%; }
        .cp-detail-card .feature-list .f-item:last-child:after {
          content: none; }
  .cp-detail-card .radio-list {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .radio-list {
        position: absolute;
        bottom: 23%;
        z-index: 3; } }
    .cp-detail-card .radio-list .cp-radio-wrap {
      width: 50%;
      margin-bottom: 1.5rem; }
  .cp-detail-card .btn-wrap {
    background: #ffffff;
    padding: 1.3rem 2.2rem 1.4rem 4.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper {
      padding: 1.3rem 2rem 1.4rem 2.5rem; }
      @media (max-width: 767px) {
        .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper {
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 10px;
          height: auto;
          -ms-flex-pack: left;
              justify-content: left; }
          .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cost-wrap {
            padding: 5px 10px 15px !important;
            width: 100% !important;
            border: none; }
            .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cost-wrap .price {
              display: -ms-flexbox;
              display: flex; }
          .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn {
            padding: 0px 10px 5px;
            width: 100%; }
            .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn .btn {
              width: 50%;
              margin: 0; }
            .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn .stock {
              width: 50%; }
              .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn .stock form,
              .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn .stock .btn.btn-default {
                width: 100%;
                min-height: auto;
                border-radius: 3px;
                font-size: 12px; }
            .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn.out-ofstock.cannondale-action-btn {
              width: 100%; }
              .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn.out-ofstock.cannondale-action-btn .outstock {
                width: 50%; }
                .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .act-btn.out-ofstock.cannondale-action-btn .outstock .btn {
                  width: 100%;
                  height: auto;
                  border: 1px solid #a3a6b0;
                  font-size: 12px;
                  border-radius: 3px; } }
      .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cannondale-action-btn {
        display: -ms-flexbox;
        display: flex;
        gap: 10px; }
        .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cannondale-action-btn .btn {
          padding: 1.1rem 2rem;
          margin: 0; }
          .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cannondale-action-btn .btn.js-notifyPopup {
            margin-left: 0; }
        @media (min-width: 660px) and (max-width: 768px) {
          .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cannondale-action-btn .product-instock {
            width: 50%; }
            .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cannondale-action-btn .product-instock form {
              width: 100%; } }
      @media (min-width: 660px) and (max-width: 768px) {
        .cp-detail-card .btn-wrap.cannondale-action-btn-wrapper .cost-wrap {
          text-align: left; } }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .btn-wrap {
        padding: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100; } }
    .cp-detail-card .btn-wrap .cost-wrap .price {
      font-size: 2.4rem;
      line-height: 2.9rem;
      color: #a3a6b0;
      font-family: "Barlow-SemiBold";
      display: block;
      color: #3f4351; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .btn-wrap .cost-wrap .price {
          font-size: 2.1rem;
          line-height: 2.5rem; } }
      .cp-detail-card .btn-wrap .cost-wrap .price .rupee {
        font-size: 1.6rem;
        vertical-align: top;
        font-family: "Barlow-Regular";
        margin-right: 0.5rem; }
        @media only screen and (max-width: 768px) {
          .cp-detail-card .btn-wrap .cost-wrap .price .rupee {
            font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .btn-wrap .cost-wrap {
        padding: 1.5rem 2.2rem;
        overflow: hidden; }
        .cp-detail-card .btn-wrap .cost-wrap .btn {
          height: 100%;
          border: none;
          font-size: 1.2rem;
          line-height: 1.6rem; }
          .cp-detail-card .btn-wrap .cost-wrap .btn .icon {
            display: none; } }
    .cp-detail-card .btn-wrap .act-btn .stock {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cp-detail-card .btn-wrap .act-btn .stock .cart-and-ipay {
        margin-right: 2rem;
        padding: 0; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .btn-wrap .act-btn .stock .btn {
          height: 100%;
          border: none;
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 1.1rem 2rem; }
          .cp-detail-card .btn-wrap .act-btn .stock .btn .icon {
            display: none; }
          .cp-detail-card .btn-wrap .act-btn .stock .btn.btn-default {
            font-size: 1.6rem;
            line-height: 1.3rem;
            border-radius: 3.2px;
            min-height: 7.5rem;
            border-radius: 0; }
          .cp-detail-card .btn-wrap .act-btn .stock .btn.btn-outline {
            font-size: 1.6rem;
            line-height: 1.3rem;
            border-radius: 3.2px;
            min-height: 7.5rem; } }
    .cp-detail-card .btn-wrap .act-btn.out-stock .outstock {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .cp-detail-card .btn-wrap .act-btn.out-stock .outstock .btn.btn-outline {
          padding: 0 2.2rem;
          border-radius: 0;
          height: 7.5rem;
          border: 0;
          border-left: 1px solid #e4e4e4; } }
    .cp-detail-card .btn-wrap .act-btn.out-stock .stock {
      display: none; }
    .cp-detail-card .btn-wrap .act-btn .out {
      font-size: 1.2rem;
      line-height: 1.2rem;
      margin-right: 2rem;
      color: #a80000;
      padding: 0.5rem 1rem;
      background: #f1f1f1;
      border-radius: 15px;
      font-family: "Barlow-Medium";
      font-style: italic; }
  .cp-detail-card .talk-to-expert-container {
    position: absolute;
    width: 100%;
    bottom: -49px;
    color: #000000; }
    .cp-detail-card .talk-to-expert-container .talk-to-expert {
      background: #373737;
      color: #e2e2e2;
      box-shadow: 0px 0px 3px 0px #50505052;
      width: 100%;
      border-radius: 0 0 6.4px 6.4px;
      padding: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      gap: 22px;
      font-family: "Barlow-Regular";
      font-size: 14px;
      letter-spacing: 0.4px;
      text-transform: capitalize; }
      .cp-detail-card .talk-to-expert-container .talk-to-expert img {
        width: 20px; }
  .cp-detail-card .pincheck-pdp {
    padding: 5px 20px 20px 35px;
    width: 100%;
    bottom: -80px; }
    @media (max-width: 767px) {
      .cp-detail-card .pincheck-pdp {
        padding: 16px 20px 40px;
        background: #262626;
        bottom: -84px;
        border-radius: 0; } }
    .cp-detail-card .pincheck-pdp .pin-code-form {
      position: relative; }
      .cp-detail-card .pincheck-pdp .pin-code-form .input-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        gap: 5px; }
      .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper {
        width: fit-content;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0px 5px 0;
        -ms-flex-align: center;
            align-items: center; }
        .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .pin-code-field {
          background: transparent;
          color: #e9e9e9;
          font-size: 14px;
          font-family: 'Barlow-Regular';
          width: 100px; }
          @media (max-width: 767px) {
            .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .pin-code-field {
              font-size: 12px;
              line-height: 16px;
              padding-top: 2px; } }
          .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .pin-code-field::-ms-input-placeholder {
            color: #cccccc;
            top: 2px;
            font-size: 12px;
            position: absolute; }
          .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .pin-code-field:-ms-input-placeholder {
            color: #cccccc;
            top: 2px;
            font-size: 12px;
            position: absolute; }
          .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .pin-code-field::placeholder {
            color: #cccccc;
            top: 2px;
            font-size: 12px;
            position: absolute; }
        .cp-detail-card .pincheck-pdp .pin-code-form .input-wrapper .icon-tick::before {
          color: #00b200; }
      .cp-detail-card .pincheck-pdp .pin-code-form .img-wrap {
        position: absolute;
        right: 0;
        top: 3px; }
        .cp-detail-card .pincheck-pdp .pin-code-form .img-wrap img {
          width: 45px;
          opacity: 0.4; }
      .cp-detail-card .pincheck-pdp .pin-code-form .message-text {
        text-align: left;
        font-size: 10px;
        font-family: "Barlow-Medium";
        font-style: italic; }
        @media (max-width: 767px) {
          .cp-detail-card .pincheck-pdp .pin-code-form .message-text {
            font-size: 10px; } }
        @media (max-width: 767px) {
          .cp-detail-card .pincheck-pdp .pin-code-form .message-text {
            bottom: -30px;
            left: 0px; } }
        .cp-detail-card .pincheck-pdp .pin-code-form .message-text .error {
          color: #b20101;
          margin-top: 5px;
          background: #9f9f9f;
          padding: 2px 10px 4px;
          border-radius: 20px; }
          .cp-detail-card .pincheck-pdp .pin-code-form .message-text .error::before {
            content: "\E907";
            font-family: 'icomoon';
            padding-right: 1rem;
            position: relative;
            top: 1px; }
        .cp-detail-card .pincheck-pdp .pin-code-form .message-text .success {
          color: #015e01;
          margin-top: 5px;
          background: #9f9f9f;
          padding: 2px 10px 4px;
          border-radius: 20px; }
          .cp-detail-card .pincheck-pdp .pin-code-form .message-text .success::before {
            content: "\E907";
            font-family: 'icomoon';
            padding-right: 1rem;
            position: relative;
            top: 1px; }
  .cp-detail-card .size-btn {
    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-detail-card .size-btn {
        position: absolute;
        bottom: 24.6%;
        right: 2.2rem; } }
    .cp-detail-card .size-btn .compare-btn {
      background: #ffffff40;
      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 34px;
      line-height: 1.2rem;
      font-family: "Barlow-Medium";
      color: #ffffff; }
      .cp-detail-card .size-btn .compare-btn .icon {
        font-size: 1.2rem;
        margin-right: 0.5rem; }

@media (min-width: 768px) {
  .cart-snapmint-details {
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 6px; }
    .cart-snapmint-details .snap_emi_txt {
      width: 100%; }
    .cart-snapmint-details .snap_emi_txt .snap-emi-inst,
    .cart-snapmint-details .snap_emi_txt .snap-emi-inst .white_label_comany_name,
    .cart-snapmint-details .snap_emi_slogan_text,
    .cart-snapmint-details .snap_emi_txt .snap_powered_text {
      color: #ffffff !important; } }

@media (max-width: 767px) {
  .cart-snapmint-details {
    padding: 10px 0px; } }

.experience-region .product-detail {
  height: 834px; }

.cp-detail-card .btn.btn-link {
  font-size: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .btn.btn-link {
      -ms-flex-pack: center;
          justify-content: center; } }

.cp-detail-card .card-title {
  margin-bottom: 0.5rem; }

.cp-detail-card .yotpo .text-m {
  color: #ffffff !important;
  margin-left: 10px; }

.cp-detail-card .bike-name:before {
  width: 100%; }

.cp-detail-card .share-link.active {
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #252627;
  border-radius: 50%;
  margin-top: 0.7rem;
  cursor: pointer; }

.cp-detail-card .social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0 4rem 0 1.7rem;
  border-radius: 1.8rem;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.62);
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.2s linear;
  font-size: 1.3rem;
  z-index: 4; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .social-icons {
      min-height: 4.2rem; } }
  .cp-detail-card .social-icons.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px); }
  .cp-detail-card .social-icons .social-item {
    margin-right: 2.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .social-icons .social-item {
        margin-right: 3.2rem; }
        .cp-detail-card .social-icons .social-item:last-of-type {
          margin-right: 2rem !important; } }
    .cp-detail-card .social-icons .social-item:last-of-type {
      margin-right: 0rem; }
    .cp-detail-card .social-icons .social-item .icon {
      color: #ffffff !important; }
  .cp-detail-card .social-icons .share-icons {
    display: inline-block;
    padding: 0.7rem 0 0.8rem 0;
    color: #ffffff;
    font-size: 1.3rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .social-icons .share-icons {
        font-size: 1.6rem; } }

.cp-detail-card .function-tag {
  position: absolute;
  top: 2.8rem;
  right: 2.2rem;
  width: 3.2rem;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .function-tag {
      top: 8rem;
      right: 2rem;
      width: 4.2rem;
      z-index: 3; } }
  .cp-detail-card .function-tag .tag-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.9rem; }
  .cp-detail-card .function-tag .tag-lst {
    position: relative; }
    .cp-detail-card .function-tag .tag-lst:hover:nth-child(1) .social-icons {
      opacity: 1;
      visibility: visible;
      transform: translateX(0px); }
  .cp-detail-card .function-tag .tag-item {
    position: relative;
    z-index: 5;
    width: 3.2rem;
    height: 3.2rem;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .function-tag .tag-item {
        width: 4.2rem;
        height: 4.2rem; } }
    .cp-detail-card .function-tag .tag-item .icon {
      font-size: 1.6rem;
      color: #ffffff; }
      .cp-detail-card .function-tag .tag-item .icon.icon-rotate {
        font-size: 0.9rem; }
    .cp-detail-card .function-tag .tag-item:hover {
      background: #ffffff; }
      .cp-detail-card .function-tag .tag-item:hover .icon {
        color: #3f4351; }

.cp-detail-card .attribute {
  margin-top: 0; }

.cp-detail-card .social-container {
  padding-top: 0 !important; }

@media only screen and (max-width: 768px) {
  .cp-detail-card .size-btn {
    z-index: 2; } }

.cp-detail-card .size-btn .compare-btn {
  padding: 0.6rem 1.4rem;
  line-height: 1.28rem;
  min-width: 9.6rem;
  background: #f8673b; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .size-btn .compare-btn {
      min-width: 10.4rem;
      font-size: 1.2rem;
      line-height: 1.6rem;
      padding: 0.45rem 1.4rem; }
      .cp-detail-card .size-btn .compare-btn .icon {
        margin-right: 1rem; } }
  .cp-detail-card .size-btn .compare-btn label span {
    font-family: "Barlow-Medium"; }

@media only screen and (max-width: 768px) {
  .cp-detail-card .cp-radio-box {
    display: -ms-flexbox;
    display: flex; }
    .cp-detail-card .cp-radio-box .color-attribute {
      margin-right: 3rem; }
      .cp-detail-card .cp-radio-box .color-attribute:last-child {
        margin-right: 0; } }

.cp-detail-card .radio-list .cp-radio-wrap {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .cp-detail-card .radio-list {
    bottom: 23%; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap {
    box-shadow: 0 0 2.1rem 0.5rem rgba(131, 131, 131, 0.5);
    height: 6.5rem;
    overflow: hidden;
    z-index: 98; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .cost-wrap {
    padding: 1.1rem 1.6rem;
    width: 30%;
    text-align: center;
    border-right: 0.5px solid #979797; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .cost-wrap .price {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .cost-wrap.out-ofstock {
    border-right: none; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .cost-wrap.out-ofstock .price {
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .act-btn {
    width: 70%; } }

@media only screen and (max-width: 320px) {
  .cp-detail-card .btn-wrap .act-btn {
    width: 65%; } }

@media only screen and (max-width: 768px) {
  .cp-detail-card .btn-wrap .act-btn.out-ofstock {
    width: 65%; } }

.cp-detail-card .btn-wrap .act-btn.out-ofstock .outstock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cp-detail-card .btn-wrap .act-btn .stock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .cp-detail-card .btn-wrap .act-btn .stock .cart-and-ipay {
    margin-right: 2rem;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .cp-detail-card .btn-wrap .act-btn .stock .cart-and-ipay {
        margin-right: 0;
        width: 60%; } }
    @media only screen and (max-width: 320px) {
      .cp-detail-card .btn-wrap .act-btn .stock .cart-and-ipay {
        width: 54%; } }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .btn-wrap .act-btn .stock form {
      width: 40%; } }
  @media only screen and (max-width: 320px) {
    .cp-detail-card .btn-wrap .act-btn .stock form {
      width: 45%; } }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .btn-wrap .act-btn .stock {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .cp-detail-card .btn-wrap .act-btn .stock .btn.btn-default {
        min-height: 6.5rem;
        width: 100%; }
      .cp-detail-card .btn-wrap .act-btn .stock .btn.btn-outline {
        min-height: 6.5rem; } }
  @media only screen and (max-width: 320px) {
    .cp-detail-card .btn-wrap .act-btn .stock .btn {
      padding: 1.1rem 0.5rem;
      text-align: center; }
      .cp-detail-card .btn-wrap .act-btn .stock .btn.btn-default {
        width: 9rem; } }

.cp-detail-card .btn-wrap .act-btn .outstock .btn.btn-outline {
  padding: 1.05rem 1.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .btn-wrap .act-btn .outstock .btn.btn-outline {
      width: 11.4rem;
      font-size: 1.6rem;
      height: 6.5rem;
      border-top: none;
      border-right: none;
      border-bottom: none;
      border-radius: 0;
      border-left-color: #979797;
      padding: 1.1rem 1.2rem; } }
  @media only screen and (max-width: 320px) {
    .cp-detail-card .btn-wrap .act-btn .outstock .btn.btn-outline {
      width: 10rem; } }

.cp-detail-card .btn-wrap .act-btn .outstock .Well-notify-you {
  font-family: Barlow;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  color: #787878; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .btn-wrap .act-btn .outstock .Well-notify-you {
      margin-right: 10px; } }
  .cp-detail-card .btn-wrap .act-btn .outstock .Well-notify-you .icon-tick {
    margin-right: 10px;
    color: #339e01; }

.cp-detail-card .btn-wrap .act-btn .out .icon {
  margin-right: .6rem; }

@media only screen and (max-width: 320px) {
  .cp-detail-card .btn-wrap .act-btn .out {
    margin: 0; } }

.cp-detail-card .star-rating .icon {
  font-size: 0.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-detail-card .star-rating .icon {
      font-size: 0.8rem; } }

.cp-detail-card .height-calc {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 0.5rem;
  font-family: "Barlow-Medium";
  display: none; }
  @media only screen and (min-width: 768px) {
    .cp-detail-card .height-calc.active {
      display: block; } }

.product-detail .attributes {
  padding: 0; }
  .product-detail .attributes .swatch-circle {
    width: 1.6rem;
    height: 1.6rem;
    background: #ffffff;
    border-radius: 50%;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .product-detail .attributes .swatch-circle.color-value.selected::after {
      width: 2.2rem;
      height: 2.2rem;
      content: "";
      border: 1px solid #ffffff;
      border-radius: 30rem;
      background-color: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.cart-and-ipay {
  padding: 0 !important; }

.add-to-cart-messages {
  z-index: 9999; }

@media only screen and (max-width: 768px) {
  #pdp .cp-detail-card .yotpo.bottomLine.yotpo-small {
    top: 11.5rem;
    position: absolute;
    left: 4rem; } }

@media (max-width: 767px) {
  .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    min-width: 100% !important; } }

.cp-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cp-testimonial.type-2 {
    display: block; }
  .cp-testimonial .testi-info {
    width: 24%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .cp-testimonial .testi-info {
        left: 9%;
        width: 60%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1366px) {
      .cp-testimonial .testi-info {
        width: 28%; } }
    .cp-testimonial .testi-info .baiker-name {
      font-size: 2.1rem;
      line-height: 2.1rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 1rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.4s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .baiker-name {
          font-size: 1.6rem;
          line-height: 1.4rem; } }
    .cp-testimonial .testi-info .location {
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-family: "Barlow-Light";
      color: #ffffff;
      margin-bottom: 1.5rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.6s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .location {
          font-size: 1.4rem;
          line-height: 2.4rem;
          margin-bottom: 1.1rem; } }
    .cp-testimonial .testi-info .desc {
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: #ffffff;
      font-family: "Barlow-Light";
      margin-bottom: 6rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.7s;
      opacity: 0;
      display: block; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .desc {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: 2rem; } }
    .cp-testimonial .testi-info .video-link {
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.8s;
      opacity: 0;
      display: block; }
      .cp-testimonial .testi-info .video-link .icon {
        font-size: 4.3rem;
        line-height: 0rem;
        color: #ffffff; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info .video-link .icon {
            font-size: 2.7rem;
            line-height: 0rem; } }
    .cp-testimonial .testi-info.typ-2 {
      width: 27%; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info.typ-2 {
          width: 65%; } }
      .cp-testimonial .testi-info.typ-2 .title-desc {
        margin-bottom: 3.5rem; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info.typ-2 .title-desc {
            margin-bottom: 2rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
          font-size: 1.8rem;
          line-height: 2.3rem;
          text-transform: uppercase;
          color: #ffffff;
          font-family: "Barlow-Bold";
          margin-bottom: 1.5rem; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
              font-size: 1.6rem;
              line-height: 1.8rem;
              margin-bottom: 0.5rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
          font-size: 1.8rem;
          line-height: 2.3rem;
          font-family: "Barlow-Regular";
          color: #979797; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
              font-size: 1.2rem;
              line-height: 1.4rem; } }

.cp-testimonial .testi-info {
  left: 10%; }
  .cp-testimonial .testi-info .video-link {
    padding: 0; }
  .cp-testimonial .testi-info .baiker-name {
    line-height: 1.8rem; }
  .cp-testimonial .testi-info.typ-2 {
    top: 33rem; }
    @media only screen and (max-width: 1024px) {
      .cp-testimonial .testi-info.typ-2 {
        top: 30rem; } }
    @media only screen and (max-width: 768px) {
      .cp-testimonial .testi-info.typ-2 {
        top: 24rem; } }

@media only screen and (min-width: 1415px) and (max-width: 1439px) {
  .cp-testimonial .testi-info {
    left: 17.8rem; } }

@media only screen and (min-width: 1600px) and (max-width: 1460px) {
  .cp-testimonial .testi-info {
    left: 13.8rem; } }

@media only screen and (max-width: 768px) {
  .cp-testimonial .testi-info {
    left: 2rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-testimonial .testi-info {
    left: 5rem; } }

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .cp-testimonial .testi-info {
    left: 6rem; } }

@media only screen and (min-width: 1270px) and (max-width: 1316px) {
  .cp-testimonial .testi-info {
    left: 10rem; } }

@media only screen and (min-width: 1026px) and (max-width: 1225px) {
  .cp-testimonial .testi-info {
    left: 5%; } }

@media only screen and (min-width: 1335px) and (max-width: 1366px) {
  .cp-testimonial .testi-info {
    left: 9%; } }

.cp-testimonial .testi-info .desc {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 9rem; }
