@charset "UTF-8";
/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.bg-wrapper {
  background: #f7f7f7; }

.cp-benefits {
  background: #f4f4f4;
  padding: 2.4rem 2rem 2.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 767px) {
    .cp-benefits {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; } }
  .cp-benefits .benft-list {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .cp-benefits .benft-list {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .cp-benefits .benft-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 10rem; }
    @media screen and (max-width: 767px) {
      .cp-benefits .benft-item {
        margin: 0rem;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-top: 3rem;
        width: 25%; } }
    .cp-benefits .benft-item:last-of-type {
      margin-right: 0; }
    .cp-benefits .benft-item .benft-icon {
      font-size: 3rem;
      color: #3f4351;
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .cp-benefits .benft-item .benft-icon {
          font-size: 2.4rem;
          position: absolute;
          left: 0;
          top: 0rem;
          bottom: 0;
          margin: auto; } }
    .cp-benefits .benft-item .benft-text {
      font-size: 1.6rem;
      line-height: 1.4rem;
      font-family: "Barlow-Medium";
      text-transform: uppercase;
      color: #3f4351; }
      @media screen and (max-width: 767px) {
        .cp-benefits .benft-item .benft-text {
          font-size: 1.2rem; } }

.cp-plp-banner .cp-benefits {
  background: #e7e7e7; }
  @media screen and (max-width: 767px) {
    .cp-plp-banner .cp-benefits .benft-icon {
      position: static;
      width: unset;
      height: unset;
      display: block;
      margin: inherit; } }
  .cp-plp-banner .cp-benefits .benft-icon img {
    object-fit: contain;
    height: 40px; }
  .cp-plp-banner .cp-benefits .benft-text {
    font-size: 1.6rem;
    line-height: 1.4rem;
    font-family: "Barlow-SemiBold";
    text-transform: capitalize;
    color: #3f4351; }
    @media screen and (max-width: 768px) {
      .cp-plp-banner .cp-benefits .benft-text {
        font-size: 1.2rem; } }

.cp-plp-banner {
  min-height: 77rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-plp-banner {
      min-height: 55rem; } }
  .cp-plp-banner .cp-benefits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 2.1rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
    .cp-plp-banner .cp-benefits .benft-list {
      width: 64%; }
      @media only screen and (max-width: 768px) {
        .cp-plp-banner .cp-benefits .benft-list {
          width: 100%; } }
    .cp-plp-banner .cp-benefits .benft-item {
      margin-right: 10rem; }
      @media only screen and (max-width: 768px) {
        .cp-plp-banner .cp-benefits .benft-item {
          margin-right: 1.6rem;
          padding-top: 0rem;
          width: 30%; } }
      .cp-plp-banner .cp-benefits .benft-item:last-of-type {
        margin: 0; }
      .cp-plp-banner .cp-benefits .benft-item .benft-icon {
        width: 6rem;
        margin-right: 1.5rem;
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          .cp-plp-banner .cp-benefits .benft-item .benft-icon {
            width: 3.4rem;
            height: 2.6rem;
            margin-right: 1.6rem;
            position: relative; } }
        .cp-plp-banner .cp-benefits .benft-item .benft-icon.icon-bike1 {
          background: url("../images/bike.svg") no-repeat 0px 0px transparent;
          background-size: contain; }
        .cp-plp-banner .cp-benefits .benft-item .benft-icon.icon-path {
          background: url("../images/path.svg") no-repeat 0px 0px transparent;
          background-size: contain;
          width: 3rem; }
          @media only screen and (max-width: 768px) {
            .cp-plp-banner .cp-benefits .benft-item .benft-icon.icon-path {
              width: 2.8rem; } }
        .cp-plp-banner .cp-benefits .benft-item .benft-icon.icon-mountain {
          background: url("../images/mountain.svg") no-repeat 0px 0px transparent;
          background-size: contain; }
      .cp-plp-banner .cp-benefits .benft-item .benft-text {
        width: 85%;
        text-transform: initial; }
        @media only screen and (max-width: 768px) {
          .cp-plp-banner .cp-benefits .benft-item .benft-text {
            font-family: "Barlow-SemiBold"; } }
  .cp-plp-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 24.2rem;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    background-size: cover;
    z-index: 1; }
  .cp-plp-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80rem;
    background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 19%);
    background-size: cover;
    z-index: 1; }
  .cp-plp-banner .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .cp-plp-banner .banner-cont {
        top: 40%; } }
    .cp-plp-banner .banner-cont .banner-title {
      font-size: 6rem;
      line-height: 6.2rem;
      font-family: "BebasNeue-Regular";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-plp-banner .banner-cont .banner-title {
          font-size: 4rem;
          line-height: 4.8rem; } }
      .cp-plp-banner .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
        .cp-plp-banner .banner-cont .banner-title .typ-1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          background: #ffffff;
          filter: blur(8px);
          background-color: #121212;
          height: 2.4rem;
          width: calc(100% + 3rem);
          bottom: 1rem; }
      .cp-plp-banner .banner-cont .banner-title .typ-2 {
        margin-top: -2rem;
        z-index: 0;
        opacity: 0.6; }
        @media only screen and (max-width: 768px) {
          .cp-plp-banner .banner-cont .banner-title .typ-2 {
            margin-top: -2.4rem; } }
    .cp-plp-banner .banner-cont .banner-desc {
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #ffffff;
      font-family: "Barlow-SemiBold";
      margin-bottom: 5rem;
      width: 38.1rem;
      margin-top: 17px; }
      @media only screen and (max-width: 768px) {
        .cp-plp-banner .banner-cont .banner-desc {
          font-size: 1.2rem;
          line-height: 2rem;
          width: 67%; } }
    .cp-plp-banner .banner-cont .btn-default {
      min-width: 20.3rem;
      min-height: 5rem;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-plp-banner .banner-cont .btn-default {
          min-width: 16.3rem; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .plp-main .cp-plp-banner {
    min-height: 43rem; } }

@media only screen and (max-width: 768px) {
  .plp-main .cp-plp-banner {
    min-height: 69rem; } }

.cp-plp-banner .video-wrap .vimeoVideoUrl-plp video {
  width: 100vw;
  height: 56.56vw;
  max-width: 1600px; }

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

.cp-plp-banner .video-wrap .video-controls {
  position: absolute;
  right: 5%;
  bottom: 20%;
  z-index: 5; }
  .cp-plp-banner .video-wrap .video-controls .mute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: var(--imgSrcMute);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }
  .cp-plp-banner .video-wrap .video-controls .unmute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: var(--imgSrcUnmute);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }

.cp-plp-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: 100%;
  width: 81rem;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .cp-plp-banner .video-wrap:after {
      display: none; } }

.cp-plp-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-plp-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-plp-banner .banner-cont .btn.btn-default {
  height: 50px; }
  @media only screen and (max-width: 768px) {
    .cp-plp-banner .banner-cont .btn.btn-default {
      height: 35px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 1024px) {
  .cp-plp-banner.banner-video:after {
    background-image: linear-gradient(to bottom, #000 -50%, rgba(0, 0, 0, 0) 100%); } }

.banner-video .cp-benefits {
  bottom: -7.6rem; }

.plp-banner-carousel {
  position: relative; }
  .plp-banner-carousel .cp-benefits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 2.1rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
    .plp-banner-carousel .cp-benefits .benft-list {
      width: 64%; }
      @media only screen and (max-width: 768px) {
        .plp-banner-carousel .cp-benefits .benft-list {
          width: 100%; } }
    .plp-banner-carousel .cp-benefits .benft-item {
      margin-right: 10rem; }
      @media only screen and (max-width: 768px) {
        .plp-banner-carousel .cp-benefits .benft-item {
          margin-right: 1.6rem;
          padding-top: 0rem;
          width: 30%; } }
      .plp-banner-carousel .cp-benefits .benft-item:last-of-type {
        margin: 0; }
      .plp-banner-carousel .cp-benefits .benft-item .benft-icon {
        width: 6rem;
        margin-right: 1.5rem;
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          .plp-banner-carousel .cp-benefits .benft-item .benft-icon {
            width: 3.4rem;
            height: 2.6rem;
            margin-right: 1.6rem;
            position: relative; } }
        .plp-banner-carousel .cp-benefits .benft-item .benft-icon.icon-bike1 {
          background: url("../images/bike.svg") no-repeat 0px 0px transparent;
          background-size: contain; }
        .plp-banner-carousel .cp-benefits .benft-item .benft-icon.icon-path {
          background: url("../images/path.svg") no-repeat 0px 0px transparent;
          background-size: contain;
          width: 3rem; }
          @media only screen and (max-width: 768px) {
            .plp-banner-carousel .cp-benefits .benft-item .benft-icon.icon-path {
              width: 2.8rem; } }
        .plp-banner-carousel .cp-benefits .benft-item .benft-icon.icon-mountain {
          background: url("../images/mountain.svg") no-repeat 0px 0px transparent;
          background-size: contain; }
      .plp-banner-carousel .cp-benefits .benft-item .benft-text {
        width: 85%;
        text-transform: initial; }
        @media only screen and (max-width: 768px) {
          .plp-banner-carousel .cp-benefits .benft-item .benft-text {
            font-family: "Barlow-SemiBold"; } }

.carousel-indicators {
  bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    .carousel-indicators {
      bottom: 12rem; } }

.cp-prod-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-prod-listing {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-prod-listing .lhs {
    width: 24.8%;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .cp-prod-listing .lhs {
        width: 100%; } }
    .cp-prod-listing .lhs .btn-wrap {
      padding: 2rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .cp-prod-listing .lhs .btn-wrap {
          padding-bottom: 0; } }
      .cp-prod-listing .lhs .btn-wrap .btn-default {
        margin: 0;
        width: 100%; }
        .cp-prod-listing .lhs .btn-wrap .btn-default.hide {
          display: none; }
        @media only screen and (max-width: 1024px) {
          .cp-prod-listing .lhs .btn-wrap .btn-default.hide {
            display: block; }
          .cp-prod-listing .lhs .btn-wrap .btn-default:first-of-type {
            margin-right: 1rem;
            border: 1px solid #b2b2b2;
            background: none;
            color: #b2b2b2; }
          .cp-prod-listing .lhs .btn-wrap .btn-default:last-of-type {
            margin-left: 1rem; } }
  .cp-prod-listing .rhs {
    width: 72.7%; }
    @media only screen and (max-width: 1024px) {
      .cp-prod-listing .rhs {
        width: 100%; } }
    .cp-prod-listing .rhs .btn-wrap {
      text-align: center;
      margin-top: 6.7rem; }
  .cp-prod-listing .product-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-prod-listing .product-list .product-item {
      width: 49%;
      min-height: 50rem;
      padding: 1.8rem 1.9rem 2rem 2.5rem;
      margin-bottom: 2rem;
      border-radius: 0.8rem;
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.13);
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .cp-prod-listing .product-list .product-item {
          width: 100%;
          margin-bottom: 2rem;
          padding: 1.4rem 2.1rem;
          height: auto;
          min-height: 40rem; } }
      .cp-prod-listing .product-list .product-item:last-of-type {
        margin-bottom: 0; }
      .cp-prod-listing .product-list .product-item.img-item:before {
        content: "";
        opacity: 0.7;
        background-image: linear-gradient(to bottom, #000, f(0, 0, 0, 0));
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

.fileter-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 0 0 2rem; }

.category-item {
  font-family: "Barlow-Bold";
  font-size: 2.1rem;
  color: #3f4351;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0;
  text-transform: uppercase;
  cursor: pointer;
  width: 27%; }
  @media only screen and (max-width: 1024px) {
    .category-item {
      font-size: 1.6rem;
      padding: 0 1.5rem 0 0;
      width: 45%; } }
  .category-item .icon {
    transform: rotate(90deg);
    right: -15px;
    top: 0.8rem;
    position: absolute;
    font-size: 1rem;
    color: #f8673b; }
    @media only screen and (max-width: 1024px) {
      .category-item .icon {
        top: 0.5rem;
        font-size: 0.8rem; } }

.mobile-flter {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .mobile-flter {
      position: absolute;
      right: 6rem;
      top: 0rem;
      display: block; }
      .mobile-flter span {
        font-size: 1.6rem;
        font-weight: bold;
        color: #f8673b;
        display: block; } }
    @media only screen and (max-width: 1024px) and (max-width: 1024px) {
      .mobile-flter span {
        margin-top: 0; } }

.sort-wrap {
  position: relative;
  width: 23.8rem; }
  @media only screen and (max-width: 1024px) {
    .sort-wrap {
      width: auto; } }
  .sort-wrap .sort-by {
    position: relative;
    padding: 0.7rem 2rem 0.7rem 5.6rem;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .sort-wrap .sort-by {
        padding: 0;
        display: block; } }
    .sort-wrap .sort-by.active .icon-right {
      transform: rotate(-90deg); }
    .sort-wrap .sort-by .sortIcon {
      position: absolute;
      left: 2.6rem;
      top: 1rem; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-by .sortIcon {
          left: auto;
          right: 2rem;
          top: 0rem; } }
      .sort-wrap .sort-by .sortIcon span {
        color: #3f4351;
        font-size: 1.6rem;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .sort-wrap .sort-by .sortIcon span {
            color: #f8673b; } }
    .sort-wrap .sort-by .sort-name {
      color: #3f4351;
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Barlow-SemiBold";
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-by .sort-name {
          display: none; } }
    .sort-wrap .sort-by .icon-right {
      transform: rotate(90deg);
      right: 1rem;
      top: 1rem;
      position: absolute;
      font-size: 1rem;
      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: 1024px) {
        .sort-wrap .sort-by .icon-right {
          display: none; } }
  .sort-wrap .sort-list {
    padding: 2.3rem 0;
    border-radius: 0.64rem;
    -webkit-border-radius: 0.64rem;
    -moz-border-radius: 0.64rem;
    box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    position: absolute;
    right: 0;
    top: 7rem;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    @media only screen and (max-width: 1024px) {
      .sort-wrap .sort-list {
        width: 23.8rem; } }
    .sort-wrap .sort-list.open {
      top: 4rem;
      visibility: visible; }
      @media only screen and (max-width: 1024px) {
        .sort-wrap .sort-list.open:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: -1rem;
          right: 1.6rem;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #ffffff; } }
    .sort-wrap .sort-list .sort-item {
      padding: 0.7rem 2rem 0.7rem 5.6rem;
      background: #ffffff;
      position: relative;
      cursor: pointer;
      text-decoration: none;
      display: block; }
      .sort-wrap .sort-list .sort-item:hover {
        background: #dad9d9; }
      .sort-wrap .sort-list .sort-item.active {
        background: #dad9d9; }
        .sort-wrap .sort-list .sort-item.active .sort-text {
          font-family: "Barlow-SemiBold"; }
      .sort-wrap .sort-list .sort-item .sortIcon {
        position: absolute;
        left: 2.6rem;
        top: 1rem;
        display: inline-block; }
        .sort-wrap .sort-list .sort-item .sortIcon span {
          color: #3f4351;
          font-size: 1.6rem;
          font-weight: bold; }
          @media only screen and (max-width: 1024px) {
            .sort-wrap .sort-list .sort-item .sortIcon span {
              font-size: 1.4rem; } }
      .sort-wrap .sort-list .sort-item .sort-text {
        position: relative;
        display: inline-block;
        color: #3f4351;
        font-size: 1.6rem;
        line-height: 2rem;
        font-family: "Barlow-Regular";
        text-transform: uppercase; }
        @media only screen and (max-width: 1024px) {
          .sort-wrap .sort-list .sort-item .sort-text {
            font-size: 1.4rem; } }

.universal-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  margin: 0 0 4rem;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .universal-category {
      margin: 0 0 3.5rem; } }
  .universal-category .uni-cat-list:last-of-type .uni-cat-link {
    margin-right: 0; }
  .universal-category .uni-cat-list .uni-cat-link {
    font-family: "Barlow-Medium";
    font-size: 2.1rem;
    color: #f8673b;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0 6rem 0 0;
    position: relative;
    display: block;
    padding: 0 0 1rem 0; }
    @media only screen and (max-width: 1024px) {
      .universal-category .uni-cat-list .uni-cat-link {
        margin: 0 2.7rem 0 0;
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    .universal-category .uni-cat-list .uni-cat-link:before {
      display: none;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 1.6rem;
      background: #3f4351; }
    .universal-category .uni-cat-list .uni-cat-link.active, .universal-category .uni-cat-list .uni-cat-link:hover {
      color: #3f4351; }
    .universal-category .uni-cat-list .uni-cat-link.active {
      font-family: "Barlow-Bold"; }
      .universal-category .uni-cat-list .uni-cat-link.active:before {
        display: block; }

.sel-cat {
  position: relative; }
  .sel-cat .icon {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
  .sel-cat.active .icon {
    transform: rotate(-90deg); }

.catdp-list {
  padding: 1rem 0;
  border-radius: 0.64rem;
  -webkit-border-radius: 0.64rem;
  -moz-border-radius: 0.64rem;
  box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: absolute;
  right: 0;
  top: 7rem;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .catdp-list {
      width: 23.8rem;
      right: auto;
      left: 0; } }
  .catdp-list.open {
    top: 4rem;
    visibility: visible; }
    @media only screen and (max-width: 1024px) {
      .catdp-list.open {
        top: 4.5rem; }
        .catdp-list.open:before {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: -1rem;
          right: 1.6rem;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-bottom: 11px solid #ffffff;
          display: none; } }
  .catdp-list .catdp-item {
    padding: 0.7rem 2rem 0.7rem 2rem;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .catdp-list .catdp-item:hover {
      background: #dad9d9; }
    .catdp-list .catdp-item.active {
      background: #dad9d9; }
      .catdp-list .catdp-item.active .catdp-text {
        font-family: "Barlow-SemiBold"; }
    .catdp-list .catdp-item .catdpIcon {
      position: absolute;
      left: 2.6rem;
      top: 1rem;
      display: inline-block; }
      .catdp-list .catdp-item .catdpIcon span {
        color: #3f4351;
        font-size: 1.6rem;
        font-weight: bold; }
        @media only screen and (max-width: 1024px) {
          .catdp-list .catdp-item .catdpIcon span {
            font-size: 1.4rem; } }
    .catdp-list .catdp-item .catdp-text {
      position: relative;
      display: inline-block;
      color: #3f4351;
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .catdp-list .catdp-item .catdp-text {
          font-size: 1.4rem; } }

.cp-prod-listing .lhs .btn-wrap {
  border-top: 1px solid #979797; }

.cp-prod-listing .more {
  display: block;
  margin: auto;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-family: "Barlow-Bold"; }
  @media only screen and (max-width: 1024px) {
    .cp-prod-listing .more {
      line-height: 1.6rem; } }

.cp-prod-listing .product-list .product-item {
  transition: 0.5s;
  cursor: pointer;
  background-color: #fff; }
  .cp-prod-listing .product-list .product-item:hover {
    box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.13); }
  .cp-prod-listing .product-list .product-item:last-of-type {
    margin-bottom: 2rem; }
  .cp-prod-listing .product-list .product-item .icon-compare {
    font-family: "Barlow-Medium"; }
    .cp-prod-listing .product-list .product-item .icon-compare::before {
      font-size: 0.75rem; }
  .cp-prod-listing .product-list .product-item.typplpProd {
    box-shadow: none; }
    .cp-prod-listing .product-list .product-item.typplpProd:hover {
      box-shadow: 0 0 19px 14px rgba(111, 111, 111, 0.13); }
    .cp-prod-listing .product-list .product-item.typplpProd .vell-notify-you {
      position: absolute; }

@media only screen and (max-width: 768px) {
  .cp-prod-listing.typ-wishlist {
    padding-top: 0.9rem; } }

.cp-prod-listing.typ-wishlist .product-list {
  -ms-flex-pack: left;
      justify-content: left; }
  .cp-prod-listing.typ-wishlist .product-list .product-item {
    width: 32%;
    margin-right: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing.typ-wishlist .product-list .product-item {
        width: 100%;
        margin-right: 0; } }
    .cp-prod-listing.typ-wishlist .product-list .product-item:last-child {
      margin-bottom: 2rem; }
    .cp-prod-listing.typ-wishlist .product-list .product-item:nth-child(3n+0) {
      margin-right: 0; }

.cp-prod-listing.typ-wishlist .full-width-btn .btn-default {
  min-width: 100%; }

.cp-prod-listing.typ-wishlist .closeBtn {
  width: 2.42105263rem;
  height: 2.42105263rem;
  background: #ff5000;
  border: 1px solid #f8673b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Barlow-SemiBold";
  position: absolute;
  top: 0rem;
  right: 0rem;
  text-align: center;
  padding: 0;
  line-height: 2.2rem;
  cursor: pointer;
  z-index: 5; }

.cp-prod-listing.typ-wishlist .cp-prodcut .tag {
  right: 4rem; }

.swatch .attribute {
  margin-top: 0; }

button.color-attribute .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; }
  button.color-attribute .swatch-circle.color-value.selected::after {
    width: 2.2rem;
    height: 2.2rem;
    content: "";
    border: 1px solid #979797;
    border-radius: 30rem;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.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-help-you {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34rem; }
  @media only screen and (max-width: 1024px) {
    .cp-help-you {
      width: auto; } }
  .cp-help-you .cont-title {
    font-size: 4.8rem;
    line-height: 4.2rem;
    color: #ffffff;
    font-family: "Barlow-ExtraBold";
    margin-bottom: 2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .cp-help-you .cont-title {
        font-size: 3.2rem;
        line-height: 2.8rem;
        width: 24.4rem;
        margin-bottom: 1rem; } }
  .cp-help-you .desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
    font-family: "Barlow-SemiBold";
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-help-you .desc {
        font-size: 1.4rem;
        line-height: 1.6rem;
        width: 27.2rem;
        margin-bottom: 3.7rem; } }
  .cp-help-you .btn-default {
    padding: 2rem 2.5rem;
    border-radius: 8px; }
    @media only screen and (max-width: 1024px) {
      .cp-help-you .btn-default {
        padding: .7rem .9rem;
        border-radius: 3px; } }

.cp-help-you .btn-default {
  padding: 20px 31px 21px 31px;
  font-size: 16px; }
  @media only screen and (max-width: 1024px) {
    .cp-help-you .btn-default {
      padding: 6px 13px;
      font-size: 14px; } }

.cp-expeart-card {
  width: 37rem;
  height: 40rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-expeart-card {
      height: 27rem;
      width: 25rem; } }
  .cp-expeart-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 23rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
  .cp-expeart-card .expert-info {
    position: absolute;
    bottom: 3.5rem;
    left: 3.2rem;
    right: 3.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-expeart-card .expert-info {
        left: 2rem;
        right: 2rem;
        bottom: 1.5rem; } }
    .cp-expeart-card .expert-info .exper-name {
      font-size: 2.4rem;
      line-height: 2.1rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 1rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-expeart-card .expert-info .exper-name {
          font-size: 1.8rem;
          line-height: 1.6rem; } }
    .cp-expeart-card .expert-info .desc {
      font-size: 1.6rem;
      line-height: 2.1rem;
      letter-spacing: 0;
      color: #ffffff;
      font-family: "Barlow-Regular";
      opacity: 0.8;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-expeart-card .expert-info .desc {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: 1.8rem; } }
    .cp-expeart-card .expert-info .btn .icon {
      margin: 0rem;
      font-size: 1rem;
      line-height: .8rem;
      margin-left: -1rem;
      margin-left: -0.5rem;
      letter-spacing: -5px; }
      @media only screen and (max-width: 768px) {
        .cp-expeart-card .expert-info .btn .icon {
          font-size: 1.2rem; } }
  .cp-expeart-card .card-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer; }

.swiper-container {
  display: -ms-flexbox;
  display: flex; }

.cp-expeart-card .expert-info .exper-name {
  max-width: 13rem; }
  @media only screen and (max-width: 768px) {
    .cp-expeart-card .expert-info .exper-name {
      max-width: 8rem; } }

.cp-expeart-card .expert-info .desc {
  opacity: 1;
  margin-bottom: 1rem;
  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: 6rem; }

@media only screen and (max-width: 768px) {
  .cp-expeart-card .expert-info .btn.btn-link {
    min-width: 3rem;
    height: 2rem; } }

.cp-expeart-card .expert-info .btn .icon {
  margin-left: 0rem;
  font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-expeart-card .expert-info .btn .icon {
      font-size: 1rem; } }

.vid-click {
  color: #ffffff;
  font-size: 4.3rem;
  cursor: pointer; }

.video-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: max-content;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden; }

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

.cp-caring {
  cursor: pointer; }
  .cp-caring .img-wrap {
    height: 30rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 1024px) {
      .cp-caring .img-wrap {
        height: 24rem;
        margin-bottom: 1.6rem; } }
    .cp-caring .img-wrap:before {
      content: "";
      position: absolute;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
      height: 22rem;
      bottom: 0;
      left: 0;
      right: 0; }
    .cp-caring .img-wrap .icon {
      width: 3.2rem;
      height: 3.2rem;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      background: #3f4351;
      left: 2rem;
      bottom: 2rem;
      color: #ffffff;
      font-size: 1.2rem;
      line-height: 1.5rem; }
      @media only screen and (max-width: 1024px) {
        .cp-caring .img-wrap .icon {
          width: 2.6rem;
          height: 2.6rem;
          left: 1.6rem;
          bottom: 1.6rem; } }
      .cp-caring .img-wrap .icon.icon-play {
        background-color: none;
        font-size: 3.2rem;
        line-height: 3.2rem;
        right: 2rem;
        left: auto;
        background: transparent; }
        @media only screen and (max-width: 1024px) {
          .cp-caring .img-wrap .icon.icon-play {
            font-size: 2.6rem;
            line-height: 2.6rem;
            right: 1.6rem; } }
  .cp-caring .info-wrap .info-title {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 1.1rem;
    color: #3f4351;
    font-family: "Barlow-SemiBold";
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .cp-caring .info-wrap .info-title {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: .7rem; } }
  .cp-caring .info-wrap .desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #3f4351;
    font-family: "Barlow-Light"; }
    @media only screen and (max-width: 1024px) {
      .cp-caring .info-wrap .desc {
        font-size: 1.2rem;
        line-height: 1.4rem;
        width: 19.5rem;
        max-height: 81px;
        overflow: hidden;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3; } }

.cp-caring {
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cp-caring .img-wrap {
      height: 28rem; } }
  .cp-caring .img-wrap .icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .cp-caring .img-wrap .icon {
        width: 2.6rem;
        height: 2.6rem;
        left: 1.6rem;
        bottom: 1.6rem; } }
  .cp-caring .img-wrap .function-tag {
    position: absolute;
    top: 2.8rem;
    right: 2.2rem;
    width: 3.2rem;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .cp-caring .img-wrap .function-tag {
        top: 8rem;
        right: 2rem;
        width: 4.2rem;
        z-index: 3; } }
    .cp-caring .img-wrap .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-caring .img-wrap .function-tag .tag-lst {
      position: relative; }
    .cp-caring .img-wrap .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-caring .img-wrap .function-tag .tag-item {
          width: 4.2rem;
          height: 4.2rem; } }
      .cp-caring .img-wrap .function-tag .tag-item .icon {
        font-size: 1.6rem;
        color: #ffffff; }
        .cp-caring .img-wrap .function-tag .tag-item .icon.icon-rotate {
          font-size: 0.9rem; }
      .cp-caring .img-wrap .function-tag .tag-item:hover {
        background: #ffffff; }
        .cp-caring .img-wrap .function-tag .tag-item:hover .icon {
          color: #3f4351; }
  .cp-caring .img-wrap .attribute {
    margin-top: 0; }
  .cp-caring .img-wrap .social-container {
    padding-top: 0 !important; }
  .cp-caring .social-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 1.1rem 0 1.1rem;
    border-radius: 1.8rem;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.62);
    background-color: #000000;
    position: absolute;
    top: 62%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(7px);
    transition: all 0.2s linear;
    font-size: 1.3rem;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .cp-caring .social-icons {
        min-height: 2.2rem;
        padding: 0 1.1rem 0 1.1rem;
        top: 62%;
        transform: translateX(13px); } }
    .cp-caring .social-icons.active {
      opacity: 1;
      visibility: visible;
      transform: translateX(-56px); }
      @media only screen and (max-width: 768px) {
        .cp-caring .social-icons.active {
          transform: translateX(-44px); } }
    .cp-caring .social-icons .social-item {
      margin-right: 1.9rem; }
      @media only screen and (max-width: 768px) {
        .cp-caring .social-icons .social-item {
          margin-right: 1.8rem; }
          .cp-caring .social-icons .social-item:last-of-type {
            margin-right: 1rem !important; } }
      .cp-caring .social-icons .social-item:last-of-type {
        margin-right: 0rem; }
      .cp-caring .social-icons .social-item .icon {
        color: #ffffff !important; }
    .cp-caring .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-caring .social-icons .share-icons {
          font-size: 1.6rem; } }
    .cp-caring .social-icons.is-active-mob {
      top: -6px;
      padding: 0 3rem 0 1.7rem;
      z-index: 4; }
      @media only screen and (max-width: 768px) {
        .cp-caring .social-icons.is-active-mob .social-item {
          margin-right: 1.2rem; }
          .cp-caring .social-icons.is-active-mob .social-item:last-of-type {
            margin-right: 1rem !important; } }
  .cp-caring .absoluteLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.cp-prodcut {
  position: relative; }
  .cp-prodcut .prod-title {
    margin-bottom: 3.4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .prod-title {
        margin-bottom: 1.8rem; } }
    .cp-prodcut .prod-title .bike-name {
      font-size: 3rem;
      line-height: 3rem;
      color: #3f4351;
      font-family: "BebasNeue-Regular";
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .prod-title .bike-name {
          font-size: 2.4rem;
          line-height: 2.4rem; } }
      .cp-prodcut .prod-title .bike-name::before {
        content: '';
        position: absolute;
        filter: blur(5px);
        background-color: #fff;
        width: 5.5rem;
        height: .9rem;
        left: 0;
        right: 0;
        z-index: -1;
        bottom: 1rem; }
    .cp-prodcut .prod-title .bike-code {
      font-size: 2.4rem;
      line-height: 2.9rem;
      color: #a3a6b0;
      font-family: "BebasNeue-Regular";
      z-index: 1;
      margin-top: -1.6rem;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .prod-title .bike-code {
          font-size: 1.8rem;
          line-height: 2.1rem;
          margin-top: -1rem; } }
  .cp-prodcut .star-colour-code {
    position: absolute;
    left: 0rem;
    top: 5.6rem; }
  .cp-prodcut .star-rating {
    font-size: 1.2rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .star-rating {
        margin-bottom: 1.5rem; } }
    .cp-prodcut .star-rating .icon {
      color: #737680; }
      .cp-prodcut .star-rating .icon.fill {
        color: #f8673b; }
      .cp-prodcut .star-rating .icon.icon-star-half {
        color: #f8673b; }
  .cp-prodcut .colour-code {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .colour-code {
        margin: 0; } }
    .cp-prodcut .colour-code .colour {
      width: 1.3rem;
      height: 1.3rem;
      border-radius: 50%;
      margin-right: 1rem; }
      .cp-prodcut .colour-code .colour.colour-1 {
        background: #2a8ac6; }
      .cp-prodcut .colour-code .colour.colour-2 {
        background: #000000; }
      .cp-prodcut .colour-code .colour.colour-3 {
        background: #f8673b; }
  .cp-prodcut .prod-img {
    width: 33.5rem;
    margin: -2rem auto 0; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .prod-img {
        width: 26rem;
        margin: 0rem auto 1.6rem; } }
    .cp-prodcut .prod-img a {
      display: block;
      width: 100%; }
    .cp-prodcut .prod-img img {
      margin: 0px auto; }
  .cp-prodcut .feature-list {
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .feature-list {
        margin-bottom: 1.8rem; } }
    .cp-prodcut .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-prodcut .feature-list .f-item {
      font-size: 1.4rem;
      line-height: 1.4rem;
      font-family: "Barlow-SemiBold";
      color: #3f4351;
      text-transform: capitalize;
      width: 28.03%;
      padding-right: 2.8rem;
      position: relative;
      min-height: 4.2rem;
      -webkit-line-clamp: 4;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .feature-list .f-item {
          font-size: 1.2rem;
          line-height: 1.1rem;
          width: 30%; } }
      .cp-prodcut .feature-list .f-item:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #3f4351;
        opacity: 0.3;
        right: 0.5rem;
        transform: rotate(13deg);
        top: 0; }
      .cp-prodcut .feature-list .f-item:last-child:after {
        content: none; }
  .cp-prodcut .tag {
    padding: .2rem 1.1rem;
    border: 1px solid #a3a6b0;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #a3a6b0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 1rem;
    right: 0rem; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .tag {
        top: 0; } }
  .cp-prodcut .price-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .price-wrap {
        margin-bottom: 1.2rem; } }
    .cp-prodcut .price-wrap .price {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #3f4351;
      font-family: "Barlow-Bold";
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .price-wrap .price {
          font-size: 2.1rem;
          line-height: 2.1rem; } }
      .cp-prodcut .price-wrap .price .rupee {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-right: .5rem; }
        @media only screen and (max-width: 1024px) {
          .cp-prodcut .price-wrap .price .rupee {
            font-size: 1.4rem;
            line-height: 1.6rem; } }
    .cp-prodcut .price-wrap .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";
      border: 1px solid #9e9e9e10;
      color: #3f4351; }
      .cp-prodcut .price-wrap .compare-btn .icon-tick {
        font-size: 1rem;
        margin-right: 0.5rem;
        display: none; }
      .cp-prodcut .price-wrap .compare-btn.active {
        border: 1px solid #f8673b;
        color: #f8673b; }
        .cp-prodcut .price-wrap .compare-btn.active .icon-tick {
          display: inline-block; }
  .cp-prodcut .act-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 1.5rem;
    border-top: .5px solid #a3a6b0; }
    @media only screen and (max-width: 1024px) {
      .cp-prodcut .act-btn {
        margin-top: 1.2rem; } }
    .cp-prodcut .act-btn .icon {
      font-size: 3rem;
      color: #f8673b; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .act-btn .icon {
          font-size: 2.2rem; } }
    .cp-prodcut .act-btn .btn-default {
      min-width: 16rem; }
      .cp-prodcut .act-btn .btn-default.out {
        display: none; }
  .cp-prodcut .info-wrap {
    margin-top: 4.4rem;
    margin-left: 1rem;
    z-index: 2;
    position: relative; }
    .cp-prodcut .info-wrap .info-title {
      font-size: 2.4rem;
      line-height: 2.1rem;
      color: #ffffff;
      font-family: "Barlow-ExtraBold";
      margin-bottom: 1.4rem;
      width: 23rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .info-wrap .info-title {
          font-size: 2.1rem;
          line-height: 1.8rem;
          margin-bottom: 1.1rem;
          width: 18.8rem; } }
    .cp-prodcut .info-wrap .desc {
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #ffffff;
      font-family: "Barlow-Regular";
      width: 33.1rem; }
      @media only screen and (max-width: 1024px) {
        .cp-prodcut .info-wrap .desc {
          font-size: 1.4rem;
          line-height: 1.4rem;
          width: 26.5rem; } }
  .cp-prodcut.out-stock .tag {
    border-color: #f15858;
    color: #f15858; }
  .cp-prodcut.out-stock .btn.buy {
    display: none; }
  .cp-prodcut.out-stock .btn.out {
    display: inline-block; }
  .cp-prodcut.out-stock .act-btn .icon-cart {
    color: #a3a6b0; }

.cp-prodcut .prod-img {
  width: 32.5rem;
  margin: 2rem auto 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .prod-img {
      width: 26rem;
      margin: 0rem auto 1.6rem; } }
  .cp-prodcut .prod-img img {
    margin: 0px auto;
    max-height: 23.125rem;
    object-fit: contain; }

.cp-prodcut .feature-list {
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .feature-list {
      margin-bottom: 1.8rem; } }
  .cp-prodcut .feature-list .f-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-prodcut .feature-list .f-item {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family: "Barlow-SemiBold";
    color: #3f4351;
    text-transform: capitalize;
    width: 28.03%;
    padding-right: 2.8rem;
    position: relative;
    min-height: 4.2rem;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut .feature-list .f-item {
        font-size: 1.2rem;
        line-height: 1.1rem;
        width: 30%; } }
    .cp-prodcut .feature-list .f-item:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      background: #3f4351;
      opacity: 0.3;
      right: 0.5rem;
      transform: rotate(13deg);
      top: 0; }
    .cp-prodcut .feature-list .f-item:last-child:after {
      content: none; }

.cp-prodcut .icon-compare span {
  font-family: "Barlow-Medium"; }

.cp-prodcut .act-btn .btn-default {
  min-width: 16rem;
  height: 4rem; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .act-btn .btn-default {
      height: 4rem;
      min-width: 12rem; } }
  @media only screen and (min-width: 375px) {
    .cp-prodcut .act-btn .btn-default {
      min-width: 15rem; } }

.cp-prodcut .act-btn .icon {
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .act-btn .icon {
      font-size: 1.8rem; } }

.cp-prodcut .act-btn .add-cart .icon {
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .act-btn .add-cart .icon {
      font-size: 2rem; } }

.cp-prodcut .act-btn .Well-notify-you {
  font-family: Barlow;
  font-size: 1.26rem;
  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-prodcut .act-btn .Well-notify-you {
      margin-right: 1rem; } }
  .cp-prodcut .act-btn .Well-notify-you .icon-tick {
    margin-right: 1.05rem;
    color: #339e01; }
  .cp-prodcut .act-btn .Well-notify-you .icon-sm {
    font-size: 1.25rem; }

.cp-prodcut .act-btn .out.out-cart .icon-cart {
  color: #a3a6b0; }

.cp-prodcut.typ-wishlist .star-rating .icon {
  color: rgba(0, 0, 0, 0.19); }

.cp-prodcut .star-rating .icon.fill {
  color: #f8673b !important; }

.cp-prodcut .star-rating.typ-starradting {
  height: 3rem; }

.cp-prodcut .price-wrap .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 !important;
  text-decoration: none;
  cursor: pointer; }
  .cp-prodcut .price-wrap .compare-btn label {
    cursor: pointer; }
  .cp-prodcut .price-wrap .compare-btn.active {
    background: transparent;
    transition: all 0.5s ease; }
    .cp-prodcut .price-wrap .compare-btn.active label.icon-compare {
      border-radius: 34px;
      line-height: 1.2rem;
      color: #f54d00 !important; }
      .cp-prodcut .price-wrap .compare-btn.active label.icon-compare:before {
        content: "\E90B" !important; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .price-wrap .compare-btn {
      height: 100%; } }

@media only screen and (max-width: 768px) {
  .cp-prodcut .price-wrap .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media only screen and (max-width: 768px) {
  .cp-prodcut .price-wrap .price .rupee {
    margin-right: 0.3rem; } }

@media only screen and (max-width: 768px) {
  .cp-prodcut .price-wrap .price.price-bar {
    width: 63%; } }

@media only screen and (max-width: 768px) {
  .cp-prodcut .price-wrap .price.price-bar .sales {
    margin-right: 0.5rem; } }

@media only screen and (min-width: 350px) {
  .cp-prodcut .price-wrap .price.price-bar {
    width: 75%; } }

.cp-prodcut .tag {
  padding: .2rem 1.1rem;
  border: 1px solid #a3a6b0;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #a3a6b0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: 0rem;
  top: 1px;
  font-family: "Barlow-Medium"; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .tag {
      top: 2px; } }
  .cp-prodcut .tag.out-stock {
    color: #f15858;
    border: 1px solid #f15858; }

.cp-prodcut.typ-img .info-wrap .info-title {
  color: #000000; }

.cp-prodcut.typ-img .info-wrap .desc {
  color: #000000; }

.cp-prodcut .strike-through {
  color: #a3a6b0; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .strike-through {
      margin-right: 0.5rem; } }
  .cp-prodcut .strike-through .price {
    color: #a3a6b0;
    font-size: 2rem; }
    .cp-prodcut .strike-through .price .rupee {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut .strike-through .price {
        font-size: 1.5rem; } }

.cp-prodcut .totalsalesPercentage {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 1.7rem;
  color: #f8673b;
  line-height: 2.5rem; }
  .cp-prodcut .totalsalesPercentage.plp-alp {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .totalsalesPercentage {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-prodcut .totalsalesPercentage {
      line-height: 2rem; } }

.cp-prodcut .prod-title.typ-plptitle {
  margin-bottom: 1rem; }

.layout-alp .cp-prodcut .prod-title {
  width: 65%; }
  @media only screen and (max-width: 576px) {
    .layout-alp .cp-prodcut .prod-title {
      width: 55%; } }

.layout-alp .cp-prodcut .tag {
  top: 0; }

.layout-alp .bt-list .btn-wrap .price {
  line-height: 2.9rem; }
  .layout-alp .bt-list .btn-wrap .price .rupee {
    vertical-align: top;
    margin-right: 0.5rem; }

.plp-main .cp-prodcut .prod-title .bike-code {
  display: inline-block; }

.cp-modal.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  outline: 0; }
  @media screen and (max-width: 767px) {
    .cp-modal.fade {
      overflow: unset; } }

.cp-modal.modal-show {
  opacity: 1;
  visibility: visible;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out; }
  .cp-modal.modal-show .modal-dialog {
    transform: translate(-50%, -50%); }

.cp-modal .modal-body {
  -ms-flex: none;
      flex: none;
  padding: 0; }

.cp-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  transition: transform 0.3s ease-out; }

.cp-modal .modal-header {
  display: block;
  text-align: center;
  border: 0;
  padding: 0; }

.cp-modal .modal-title {
  font-size: 2.4rem;
  line-height: 2rem;
  font-family: "Barlow-Bold";
  margin-bottom: 3.5rem;
  text-align: left;
  color: #000000;
  text-transform: uppercase; }

.cp-modal .desc {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-family: "Barlow-Regular";
  color: #3f4351;
  text-align: left; }
  .cp-modal .desc.light {
    font-family: "Barlow-Light"; }

.cp-modal .modal-content {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background: #ffffff;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 3.4rem; }

@media screen and (max-width: 767px) {
  .cp-modal.typ-md {
    left: 0;
    overflow-y: auto;
    top: 5.6rem;
    z-index: 100;
    bottom: 0;
    transform: none; } }

.cp-modal.typ-md .modal-dialog {
  width: 71rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-md .modal-dialog {
      width: 100%;
      transform: none;
      left: 0;
      top: 0; } }

.cp-modal.typ-md .modal-content {
  padding: 2rem; }

.cp-modal.typ-sm .modal-dialog {
  width: 48rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sm .modal-dialog {
      width: 96%; } }

.cp-modal.typ-sizechart .modal-content {
  background: #ffffff url(../../../../../static/default/assets/images/size_chart_bg.svg) no-repeat top 3.4rem right 3.4rem;
  background-size: 28rem;
  padding: 3.4rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .modal-content {
      padding: 2rem;
      background: #ffffff url(../images/size_chart_bg.svg) no-repeat top 11rem right -2rem;
      background-size: 20rem;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
      .cp-modal.typ-sizechart .modal-content .modal-title {
        padding-left: 3rem;
        position: relative; }
      .cp-modal.typ-sizechart .modal-content .back-icon {
        position: absolute;
        top: 0;
        left: 0rem;
        transform: rotate(180deg);
        color: #f8673b;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1rem; } }

.cp-modal.typ-sizechart .table-wrap {
  position: relative; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .table-wrap {
      overflow-x: auto;
      margin-right: -2rem;
      box-shadow: -10px 0 10px 0 rgba(255, 255, 255, 0.5) inset; } }

.cp-modal.typ-sizechart .chart-table {
  box-shadow: 0 0 0.7rem rgba(209, 209, 209, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border: 1px solid #d8d8d8;
  border-collapse: inherit;
  border-spacing: inherit;
  margin-bottom: 2.5rem;
  background: #ffffff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .chart-table {
      width: 50rem; } }
  .cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) {
    background: #f6f6f6; }
    .cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) td:first-of-type {
      background: #e6e5e5; }
  .cp-modal.typ-sizechart .chart-table tr:nth-of-type(even) td:first-of-type {
    background: #f0efef; }
  .cp-modal.typ-sizechart .chart-table tr:first-of-type th:first-of-type {
    border-top-left-radius: 7px;
    background: #f0efef; }
  .cp-modal.typ-sizechart .chart-table tr:first-of-type th:last-of-type {
    border-top-right-radius: 7px; }
  .cp-modal.typ-sizechart .chart-table tr:last-of-type td {
    font-family: "Barlow-Regular"; }
    .cp-modal.typ-sizechart .chart-table tr:last-of-type td:first-of-type {
      border-bottom-left-radius: 7px; }
    .cp-modal.typ-sizechart .chart-table tr:last-of-type td:last-of-type {
      border-bottom-right-radius: 7px; }
  .cp-modal.typ-sizechart .chart-table th,
  .cp-modal.typ-sizechart .chart-table td {
    font-size: 1.2rem;
    color: #3f4351;
    height: 4rem;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #e8e8e8; }
    .cp-modal.typ-sizechart .chart-table th strong,
    .cp-modal.typ-sizechart .chart-table td strong {
      font-family: "Barlow-Bold"; }
    .cp-modal.typ-sizechart .chart-table th:last-of-type,
    .cp-modal.typ-sizechart .chart-table td:last-of-type {
      border-right: 0;
      padding-right: 2rem; }
    .cp-modal.typ-sizechart .chart-table th:first-of-type,
    .cp-modal.typ-sizechart .chart-table td:first-of-type {
      min-width: 14rem;
      box-shadow: -10px 0 10px 0 rgba(209, 209, 209, 0.3) inset; }
      @media screen and (max-width: 767px) {
        .cp-modal.typ-sizechart .chart-table th:first-of-type,
        .cp-modal.typ-sizechart .chart-table td:first-of-type {
          min-width: inherit; } }
  .cp-modal.typ-sizechart .chart-table th {
    font-family: "Barlow-Bold";
    background: #ffffff; }
  .cp-modal.typ-sizechart .chart-table td {
    font-family: "Barlow-Regular"; }

.cp-modal.typ-sizechart .size {
  font-size: 2rem;
  color: #f8673b;
  font-family: "Barlow-Bold";
  text-align: left;
  margin-top: 0.5rem; }

.cp-modal.typ-sizechart .disclaimer-wrap {
  text-align: left;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .disclaimer-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cp-modal.typ-sizechart .disclaimer-wrap .desc {
    margin-right: 3.1rem; }
    @media screen and (max-width: 767px) {
      .cp-modal.typ-sizechart .disclaimer-wrap .desc {
        margin-bottom: 2rem;
        margin-right: 0; } }
  .cp-modal.typ-sizechart .disclaimer-wrap .btn {
    min-width: 10.9rem; }

.cp-modal.typ-sizechart .size-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .size-info-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cp-modal.typ-sizechart .size-info-wrap .size-info-left,
  .cp-modal.typ-sizechart .size-info-wrap .size-info-right {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .cp-modal.typ-sizechart .size-info-wrap .size-info-left,
      .cp-modal.typ-sizechart .size-info-wrap .size-info-right {
        width: 100%; } }
  .cp-modal.typ-sizechart .size-info-wrap .size-info-left {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .cp-modal.typ-sizechart .size-info-wrap .size-info-left {
        margin-bottom: 3rem; } }
    .cp-modal.typ-sizechart .size-info-wrap .size-info-left .desc {
      padding-bottom: 0.5rem; }
  .cp-modal.typ-sizechart .size-info-wrap .input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start; }
  .cp-modal.typ-sizechart .size-info-wrap .size-input {
    font-family: 2rem;
    color: #3f4351;
    font-family: "Barlow-Regular";
    text-align: left;
    width: 7rem;
    border-bottom: 1px solid #3f4351;
    padding-bottom: 0.5rem;
    margin-right: 1rem; }

.cp-modal.typ-sizechart .switch {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  height: 28px;
  width: 130px;
  margin: 0; }
  .cp-modal.typ-sizechart .switch .switch-input {
    display: none; }
  .cp-modal.typ-sizechart .switch .switch-label {
    float: left;
    width: 50%;
    font-size: 12px;
    color: #3f4351;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 1;
    padding: 5px 10px;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }
  .cp-modal.typ-sizechart .switch .switch-toggle {
    position: absolute;
    float: left;
    height: 28px;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    background: #3f4351;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    left: -1px;
    top: -1px;
    transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }
  .cp-modal.typ-sizechart .switch .switch-input:checked + .switch-label {
    color: #ffffff; }
  .cp-modal.typ-sizechart .switch .switch-input2:checked ~ .switch-toggle {
    left: 65px; }

.cp-modal.modal-show.pdp-popup-container {
  width: 100%;
  background: #00000099;
  z-index: 123456;
  top: 0;
  left: 0;
  transform: none; }
  .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    margin-top: 30px; }
    .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .product-name {
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      position: absolute;
      top: 16px;
      color: #ffffff;
      font-family: 'BebasNeue-Regular';
      letter-spacing: 0.05em;
      -ms-flex-align: baseline;
          align-items: baseline;
      gap: 6px;
      background: rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.3);
      width: fit-content;
      padding: 3px 10px;
      border-radius: 4px; }
      .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .product-name .bike-code {
        font-size: 15px; }
    .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .whatsapp-chat-btn-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 45px;
      border: 1px solid #1c5c14;
      padding: 8px;
      border-radius: 4px;
      color: white;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 600;
      background: #1c5c14; }
      .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .whatsapp-chat-btn-wrap img {
        width: 35px; }
      .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .whatsapp-chat-btn-wrap .text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .cp-modal.modal-show.pdp-popup-container .whatsapp-chat-btn .whatsapp-chat-btn-wrap .text span {
          font-size: 10px;
          text-align: center; }
  .cp-modal.modal-show.pdp-popup-container .modal-dialog {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    right: auto;
    height: auto !important; }
    .cp-modal.modal-show.pdp-popup-container .modal-dialog .modal-content {
      background: linear-gradient(to bottom, #2a2a2c 0%, #595a5e 34%, #2a2a2c 100%); }

.cp-modal.typ-notiyfy.modal-show {
  right: 0;
  margin: 0 auto;
  left: 0%;
  transform: translate(0%, -20%);
  height: 100%; }

.cp-modal.typ-notiyfy .modal-content {
  padding: 2.4rem; }

.cp-modal.typ-notiyfy .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 1.4rem; }
  .cp-modal.typ-notiyfy .button-wrap .btn-default.disabled {
    background-color: #dedede; }

.cp-modal.typ-notiyfy .input-wrap {
  position: relative;
  margin: 3.4rem 0 0;
  padding: 0;
  display: block; }
  .cp-modal.typ-notiyfy .input-wrap .input {
    max-width: 30rem;
    position: relative;
    padding: 2rem 0 3rem;
    text-align: left; }
    .cp-modal.typ-notiyfy .input-wrap .input label {
      position: absolute;
      left: 0;
      top: 2.2rem;
      font-size: 1.8rem;
      line-height: 1.6rem;
      color: #666666;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      font-family: "Barlow-Regular"; }
    .cp-modal.typ-notiyfy .input-wrap .input .inputDefault {
      width: 100%;
      box-sizing: border-box;
      box-shadow: none;
      outline: none;
      border: none;
      font-size: 1.8rem;
      line-height: 1.8rem;
      background: transparent;
      color: #3f4351;
      border-bottom: 1px solid #979797;
      font-family: "Barlow-Regular";
      padding: 0.6rem 0; }
      .cp-modal.typ-notiyfy .input-wrap .input .inputDefault:focus ~ label,
      .cp-modal.typ-notiyfy .input-wrap .input .inputDefault:valid ~ label {
        top: 0;
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: 0.5rem; }
    .cp-modal.typ-notiyfy .input-wrap .input.error .error-wrap {
      display: inline-block; }
    .cp-modal.typ-notiyfy .input-wrap .input.valid label {
      top: 0.5rem;
      font-size: 1.4rem;
      line-height: 1.4rem; }
    .cp-modal.typ-notiyfy .input-wrap .input .error-wrap {
      text-align: left;
      margin-top: 0.5rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #a80000;
      padding: 0.5rem 1rem;
      background: #f1f1f1;
      border-radius: 15px;
      font-family: "Barlow-Medium";
      font-style: italic;
      display: none;
      position: absolute;
      left: 0;
      bottom: 0; }
      .cp-modal.typ-notiyfy .input-wrap .input .error-wrap .icon-info {
        margin-right: 0.7rem; }

.cp-modal.typ-video .modal-content {
  padding: 2rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-video .modal-content {
      padding: 1rem; } }

.cp-modal.typ-video .video-container iframe {
  width: 100%; }

.cp-modal.typ-video .js-close {
  color: #fff;
  position: absolute;
  right: 0rem;
  font-size: 2.5rem;
  top: -4rem;
  font-family: "Barlow-Bold";
  line-height: 3rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-video .js-close {
      right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cp-modal.typ-video .js-close {
      right: 0; } }

@media screen and (max-width: 767px) {
  .cp-modal.typ-video.modal-show {
    top: 50%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cp-modal.typ-video.modal-show {
    top: 20%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-20%); } }

.cp-modal.typ-video.modal-show .modal-dialog {
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.cp-modal.typ-kit .modal-dialog {
  width: 94%;
  right: 0;
  margin: 0px auto; }

.cp-modal.typ-buy .modal-dialog {
  width: 50rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-buy .modal-dialog {
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      top: auto; } }

.cp-modal.typ-buy .modal-content {
  padding: 2.2rem 3.3rem; }
  @media only screen and (max-width: 1024px) {
    .cp-modal.typ-buy .modal-content {
      padding: 1.4rem 3.4rem; } }

@media screen and (max-width: 767px) {
  .cp-modal.typ-buy {
    bottom: -100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    top: auto; }
    .cp-modal.typ-buy.modal-show {
      top: 0;
      left: 0;
      bottom: 0;
      transform: none; }
      .cp-modal.typ-buy.modal-show .modal-dialog {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        top: auto; } }

.cp-modal.typ-compare {
  right: 0;
  margin: 0 auto;
  left: 0%;
  transform: translate(-25%, -40%);
  visibility: visible;
  overflow: visible; }
  .cp-modal.typ-compare .modal-dialog {
    max-width: 77.4rem;
    width: 96%; }
  @media screen and (max-width: 768px) {
    .cp-modal.typ-compare .modal-body {
      height: 350px;
      overflow-y: scroll; } }
  .cp-modal.typ-compare .modal-content {
    padding: 7rem; }
    @media screen and (max-width: 768px) {
      .cp-modal.typ-compare .modal-content {
        padding: 2rem; } }
  .cp-modal.typ-compare .modal-title {
    font-size: 1.6rem;
    color: #3f4351;
    font-family: "Barlow-Bold";
    text-align: center; }
  .cp-modal.typ-compare .btn-default {
    padding: 0;
    width: 20.3rem;
    height: 5rem;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.6rem; }
  .cp-modal.typ-compare .bikecompareList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 3rem; }
  .cp-modal.typ-compare .listitem {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .cp-modal.typ-compare .listitem {
        width: 100%; } }
  .cp-modal.typ-compare .cp-radio-box .radio label {
    font-family: "Barlow-Medium"; }

.cp-modal.typ-emi .modal-content {
  background: #ffffff url(../../../../../static/default/assets/images/size_chart_bg.svg) no-repeat top 3.4rem right 3.4rem;
  background-size: 28rem;
  padding: 3.4rem; }

.cp-modal.typ-emi .modal-title {
  margin-bottom: 2rem; }

.cp-modal.typ-emi .desc {
  margin-bottom: 1.5rem; }

.cp-modal.typ-emi .act-btn {
  text-align: right; }

.cp-modal.typ-emi .table-wrap {
  position: relative;
  overflow-y: auto; }
  .cp-modal.typ-emi .table-wrap .mCSB_inside > .mCSB_container {
    margin-right: 8px; }

.cp-modal.typ-emi .chart-table {
  box-shadow: 0 0 0.7rem rgba(209, 209, 209, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border: 1px solid #d8d8d8;
  border-collapse: inherit;
  border-spacing: inherit;
  margin-bottom: 2.5rem;
  background: #ffffff;
  position: relative;
  display: block;
  overflow: auto;
  height: 350px;
  width: 100%; }
  .cp-modal.typ-emi .chart-table tr:nth-of-type(odd) {
    background: #F6F6F6; }
    .cp-modal.typ-emi .chart-table tr:nth-of-type(odd) td:first-of-type {
      background: #e6e5e5; }
  .cp-modal.typ-emi .chart-table tr:nth-of-type(even) td:first-of-type {
    background: #f0efef; }
  .cp-modal.typ-emi .chart-table tr:first-of-type th:first-of-type {
    border-top-left-radius: 7px;
    background: #f0efef; }
  .cp-modal.typ-emi .chart-table tr:first-of-type th:last-of-type {
    border-top-right-radius: 7px; }
  .cp-modal.typ-emi .chart-table tr:last-of-type td {
    font-family: "Barlow-Regular"; }
    .cp-modal.typ-emi .chart-table tr:last-of-type td:first-of-type {
      border-bottom-left-radius: 7px; }
    .cp-modal.typ-emi .chart-table tr:last-of-type td:last-of-type {
      border-bottom-right-radius: 7px; }
  .cp-modal.typ-emi .chart-table th,
  .cp-modal.typ-emi .chart-table td {
    font-size: 1.2rem;
    color: #3f4351;
    height: 4rem;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #e8e8e8 !important;
    padding: 1rem;
    width: 10%; }
  .cp-modal.typ-emi .chart-table th strong,
  .cp-modal.typ-emi .chart-table td strong {
    font-family: "Barlow-Bold"; }
  .cp-modal.typ-emi .chart-table th:last-of-type,
  .cp-modal.typ-emi .chart-table td:last-of-type {
    border-right: 0;
    padding-right: 2rem; }
  .cp-modal.typ-emi .chart-table th:first-of-type,
  .cp-modal.typ-emi .chart-table td:first-of-type {
    min-width: 14rem;
    box-shadow: -10px 0 10px 0 rgba(209, 209, 209, 0.3) inset; }
  .cp-modal.typ-emi .chart-table th {
    font-family: "Barlow-Bold";
    background: #ffffff; }
  .cp-modal.typ-emi .chart-table td {
    font-family: "Barlow-Regular"; }

.quickViewModelBuyModal {
  top: 0 !important;
  left: 0 !important;
  transform: initial !important; }
  .quickViewModelBuyModal::after {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 100%; }
  .quickViewModelBuyModal .modal-dialog {
    z-index: 99; }

.top-fixed {
  position: sticky;
  top: 0px;
  z-index: 999; }

@media screen and (max-width: 767px) {
  .left-fixed {
    position: sticky;
    left: 0; } }

.Line-1 {
  width: 2.6rem;
  margin: 0rem 0rem 2.8rem 0.5rem;
  border: 1px solid black; }

.Line-2 {
  width: 2.6rem;
  margin: 0rem 0rem 2.8rem 17rem;
  border: 1px solid black; }
  @media screen and (max-width: 767px) {
    .Line-2 {
      margin: 0rem 0rem 2.8rem 15.5rem; } }

.hide-error #number-error,
.hide-error #name-error,
.hide-error #pinCode-error {
  display: none !important; }

.cp-modal.fade {
  z-index: 1050; }
  @media only screen and (min-width: 768px) {
    .cp-modal.fade {
      overflow: initial; } }

.cp-modal .modal-title {
  color: #3f4351; }

.cp-modal.typ-sm .modal-dialog .modal-content .input-wrap .input label {
  font-family: "Barlow-Light"; }

.cp-modal.typ-buy.modal-show {
  z-index: 1044; }

.cp-modal.typ-buy .modal-dialog .cp-buy-prodcut .prod-info a.btn.btn-link {
  font-family: "Barlow-ExtraBold"; }

.cp-modal.typ-buy .modal-dialog .cp-buy-prodcut .prod-requirment {
  border-top: 0.2px solid #979797;
  border-bottom: 0.2px solid #979797; }

.cp-modal.typ-buy .modal-dialog .cp-buy-prodcut .color.label-field {
  margin-left: 0.5rem; }

.cp-modal.typ-buy .modal-dialog .cp-buy-prodcut .color-attribute {
  margin-left: 0.5rem; }

.cp-modal.typ-kit .modal-content {
  padding: 3rem; }

.cp-modal .sub-title {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 1.2rem;
  color: #3f4351;
  text-align: left; }

.cp-modal.typ-sizechart .size-info-left .ft-inchs-msg {
  display: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #a80000 !important;
  margin-top: 0.5rem; }
  .cp-modal.typ-sizechart .size-info-left .ft-inchs-msg.is-active {
    display: block;
    color: #a80000; }

.cp-modal.typ-sizechart .ft-inchs-inp {
  display: none;
  margin-right: 1rem; }
  .cp-modal.typ-sizechart .ft-inchs-inp .size-input {
    width: 3rem;
    text-align: center;
    margin-right: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-modal.typ-sizechart .ft-inchs-inp .size-input {
        width: 4rem; } }
  .cp-modal.typ-sizechart .ft-inchs-inp.is-active {
    display: block; }

.cp-modal.typ-sizechart .size-cm.is-inactive {
  display: none; }

.cp-modal.typ-sizechart .chart-table tr:first-of-type td {
  color: #adadad; }
  .cp-modal.typ-sizechart .chart-table tr:first-of-type td:first-of-type {
    color: #3f4351; }

.cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) {
  background: #f6f6f6; }
  .cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) td:first-of-type {
    background: #bdbdbd; }

.cp-modal.typ-sizechart .chart-table tr:last-of-type td {
  font-family: "Barlow-Regular"; }
  .cp-modal.typ-sizechart .chart-table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 7px; }
  .cp-modal.typ-sizechart .chart-table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 7px; }

.cp-modal.typ-sizechart .switch .switch-label {
  text-transform: uppercase; }

.cp-modal.typ-sizechart .modal-content.wheelSize-modal .modal-title {
  font-size: 1.8rem;
  font-family: "Barlow-Regular"; }
  @media only screen and (max-width: 768px) {
    .cp-modal.typ-sizechart .modal-content.wheelSize-modal .modal-title {
      font-size: 1.4rem;
      font-family: "Barlow-Light"; } }

.cp-modal.typ-notiyfy {
  font-size: 1.9rem; }
  .cp-modal.typ-notiyfy .input-wrap .input label {
    font-size: 1.4rem; }

.cp-modal.fade.return-popup {
  z-index: 999; }

.cp-modal.deletecartproductmodal .modal-body {
  text-align: center; }
  .cp-modal.deletecartproductmodal .modal-body .delete-confirmation-body {
    font-size: 2.1rem;
    margin-bottom: 2rem; }
  .cp-modal.deletecartproductmodal .modal-body .product-to-remove {
    font-family: "Barlow-SemiBold";
    color: #3f4351;
    font-size: 2.7rem;
    margin-top: 2rem; }
  .cp-modal.deletecartproductmodal .modal-body .btn {
    min-width: 8.8rem;
    min-width: 10rem; }

.cp-modal.typ-cancelOrder .cp-form.profile-form .cp-form-list .form-item.full-width .inputDefault {
  width: 97%; }
  .cp-modal.typ-cancelOrder .cp-form.profile-form .cp-form-list .form-item.full-width .inputDefault.selectCheck {
    -webkit-appearance: none;
    background-image: url("../assets/images/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 2%; }

.cp-modal.typ-cancelOrder .order-txt {
  margin-bottom: 3.2rem;
  font-family: "Barlow-Bold";
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #000000; }

.cp-modal.typ-cancelOrder .no-forChar {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

.cp-modal.typ-cancelOrder .modal-header {
  display: -ms-flexbox;
  display: flex; }
  .cp-modal.typ-cancelOrder .modal-header .icon-cancel {
    color: #3f4351;
    cursor: pointer; }

.cp-modal.typ-cancelOrder .modal-title {
  font-size: 3.2rem;
  line-height: 3.4rem;
  margin-bottom: 4.4rem;
  color: #3f4351; }

.cp-modal.typ-cancelOrder .btn-wrapper {
  width: max-content;
  margin: 0 0 0 auto;
  display: block; }

.cp-modal.typ-cancelOrder .no-forChar {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

@media only screen and (max-width: 768px) {
  .cp-modal.typ-addAdressPopUp {
    width: 33.5rem;
    display: block;
    margin: auto; } }

.cp-modal.typ-addAdressPopUp .modal-dialog {
  margin-top: 4rem; }
  @media only screen and (max-width: 768px) {
    .cp-modal.typ-addAdressPopUp .modal-dialog {
      width: 70.8rem;
      height: 65rem;
      display: block;
      margin: auto;
      margin-top: 0rem; } }

.cp-modal.typ-addAdressPopUp .modal-body {
  overflow-y: initial !important; }

.cp-modal.typ-addAdressPopUp .modal-content {
  overflow-y: auto;
  padding-bottom: 7rem; }
  @media only screen and (min-width: 1024px) {
    .cp-modal.typ-addAdressPopUp .modal-content {
      height: 87vh; } }

.cp-modal.typ-addAdressPopUp .order-txt {
  margin-bottom: 3.2rem;
  font-family: "Barlow-Bold";
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #000000; }

.cp-modal.typ-addAdressPopUp .no-forChar {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

.cp-modal.typ-addAdressPopUp .modal-header {
  display: -ms-flexbox;
  display: flex; }
  .cp-modal.typ-addAdressPopUp .modal-header .icon-cancel {
    color: #3f4351;
    cursor: pointer; }

.cp-modal.typ-addAdressPopUp .modal-title {
  font-size: 2.4rem;
  line-height: 2.08rem;
  margin-bottom: 4.4rem;
  color: #3f4351; }
  @media only screen and (max-width: 768px) {
    .cp-modal.typ-addAdressPopUp .modal-title {
      font-size: 2.4rem; } }

.cp-modal.typ-addAdressPopUp .btn-wrapper {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  padding: 1.8rem 3.5rem;
  box-shadow: 0 -5px 19px -2px rgba(167, 167, 167, 0.5); }
  .cp-modal.typ-addAdressPopUp .btn-wrapper button.btn-popupclose {
    margin-top: 0rem;
    min-width: 10rem;
    padding: 1.06rem 3.72rem; }
  .cp-modal.typ-addAdressPopUp .btn-wrapper button.addShippingAddress,
  .cp-modal.typ-addAdressPopUp .btn-wrapper button.addBillingAddress {
    margin-top: 0rem;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.06rem 2.12rem;
    z-index: 3; }
  @media only screen and (max-width: 768px) {
    .cp-modal.typ-addAdressPopUp .btn-wrapper {
      width: 89%;
      bottom: 0.4rem;
      left: 2rem;
      border-bottom-left-radius: 0.4rem;
      border-bottom-right-radius: 0.4rem;
      -ms-flex-pack: center;
          justify-content: center; } }

.cp-modal.typ-addAdressPopUp .act-btn .editShippingAddress {
  width: max-content; }

.cp-modal.typ-compare .bs-radio .cp-radio-box {
  margin-bottom: 1.8rem; }
  .cp-modal.typ-compare .bs-radio .cp-radio-box .radio {
    margin-bottom: 0; }

.cp-modal.typ-emi.modal-show {
  z-index: 1144;
  top: 3rem; }

.cp-modal.typ-emi .desc {
  margin-bottom: 0.4rem !important; }

.cp-modal.typ-emi .modal-content .table-bordered th,
.cp-modal.typ-emi .modal-content .table-bordered td {
  border: none; }

.cp-modal.typ-emi .modal-content .modal-title {
  font-family: "RobotoCondensed-Bold"; }

.cp-modal.typ-emi .modal-content tr:first-of-type th:first-of-type {
  color: #1b1b1b; }

.cp-modal.typ-emi .modal-content tr,
.cp-modal.typ-emi .modal-content td,
.cp-modal.typ-emi .modal-content th {
  color: #1b1b1b; }

.cp-modal.typ-emi .modal-content .modal-header .cm-regular {
  font-family: "RobotoCondensed-Bold"; }

.cp-modal.typ-emi .modal-content .modal-cards {
  display: -ms-flexbox;
  display: flex; }
  .cp-modal.typ-emi .modal-content .modal-cards .desc {
    cursor: pointer;
    margin-right: 0;
    padding: 0;
    font-size: 2.1rem;
    font-family: "Barlow-Medium";
    z-index: 1050;
    color: #ef5323; }
    @media only screen and (max-width: 768px) {
      .cp-modal.typ-emi .modal-content .modal-cards .desc {
        font-size: 1.7rem; } }
    .cp-modal.typ-emi .modal-content .modal-cards .desc.active {
      color: #3f4351;
      font-family: "Barlow-Bold"; }
      @media only screen and (max-width: 768px) {
        .cp-modal.typ-emi .modal-content .modal-cards .desc.active {
          color: #3f4351; } }

.cp-modal.typ-emi .modal-cards {
  display: -ms-flexbox;
  display: flex; }

.cp-modal.typ-emi .desc {
  cursor: pointer;
  margin-right: 4rem;
  font-size: 2.1rem;
  font-family: "Barlow-Medium";
  z-index: 1050;
  color: #ef5323; }
  .cp-modal.typ-emi .desc.active {
    color: #3f4351;
    font-family: "Barlow-Bold"; }

.wheelSize-modal .custom-scrollbar {
  max-height: 30rem; }
  @media only screen and (max-width: 768px) {
    .wheelSize-modal .custom-scrollbar {
      max-height: 22rem; } }

.overflow-hidden {
  overflow: hidden; }

.productDetailsQuickView {
  padding: 0; }
  .productDetailsQuickView .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; }
    .productDetailsQuickView .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%); }

.deletePopUpFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .deletePopUpFlex button {
    height: max-content;
    width: max-content;
    padding: 1rem 2rem; }

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

input[type="number"] {
  -moz-appearance: textfield; }

.modal-backdrop  {
  z-index:  9; }

.cp-modal.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  outline: 0; }

.cp-modal.modal-show {
  opacity: 1;
  visibility: visible;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out; }
  .cp-modal.modal-show .modal-dialog {
    transform: translate(-50%, -50%); }

.cp-modal .ft-inchs-inp {
  font-family: "Barlow-Regular" !important; }

.cp-modal .modal-body {
  -ms-flex: none;
      flex: none;
  padding: 0; }

.cp-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  transition: transform .3s ease-out; }

.cp-modal .modal-header {
  display: block;
  text-align: center;
  border: 0;
  padding: 0; }

.cp-modal .modal-title {
  font-size: 1.89474rem;
  line-height: 2rem;
  font-family: "Barlow-Bold";
  margin-bottom: 3.5rem;
  text-align: left;
  color: #000000;
  text-transform: uppercase; }

.cp-modal .desc {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-family: "Barlow-Regular";
  color: #3f4351;
  text-align: left; }
  .cp-modal .desc.light {
    font-family: "Barlow-Light"; }

.cp-modal .modal-content {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background: #ffffff;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 3.4rem; }

@media screen and (max-width: 767px) {
  .cp-modal.typ-md {
    left: 0;
    overflow-y: auto;
    top: 5.6rem;
    z-index: 100;
    bottom: 0;
    transform: none; } }

.cp-modal.typ-md .modal-dialog {
  width: 71rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-md .modal-dialog {
      width: 100%;
      transform: none;
      left: 0;
      top: 0; } }

.cp-modal.typ-md .modal-content {
  padding: 2rem; }

.cp-modal.typ-sm .modal-dialog {
  width: 48rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sm .modal-dialog {
      width: 96%; } }

.cp-modal.typ-sizechart .modal-content {
  background-size: 28rem;
  padding: 3.4rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .modal-content {
      padding: 2rem;
      background: #ffffff url(../../../../../static/default/assets/images/size_chart_bg.png) no-repeat top 11rem right -2rem;
      background-size: 20rem;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
      .cp-modal.typ-sizechart .modal-content .modal-title {
        font-size: 1.8rem;
        line-height: 2.1rem;
        position: relative; }
      .cp-modal.typ-sizechart .modal-content .back-icon {
        position: absolute;
        top: 5px;
        left: 0rem;
        transform: rotate(180deg);
        color: #f8673b;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1rem; }
      .cp-modal.typ-sizechart .modal-content .title {
        font-size: 1.4rem;
        padding-left: 0; }
      .cp-modal.typ-sizechart .modal-content .cm-regular {
        font-family: "Barlow"; } }

.cp-modal.typ-sizechart .desc {
  font-size: 1.2rem;
  line-height: 1.8rem; }

.cp-modal.typ-sizechart .table-wrap {
  position: relative;
  overflow-x: auto;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .table-wrap {
      width: 50rem;
      box-shadow: -10px 0 10px 0 rgba(255, 255, 255, 0.5) inset; } }

.cp-modal.typ-sizechart .chart-table {
  box-shadow: 0 0 0.7rem rgba(209, 209, 209, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border: 1px solid #d8d8d8;
  border-collapse: inherit;
  border-spacing: inherit;
  margin-bottom: 2.5rem;
  background: #ffffff;
  position: relative; }
  .cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) {
    background: #f6f6f6; }
    .cp-modal.typ-sizechart .chart-table tr:nth-of-type(odd) td:first-of-type {
      background: #e6e5e5; }
  .cp-modal.typ-sizechart .chart-table tr:nth-of-type(even) td:first-of-type {
    background: #f0efef; }
  .cp-modal.typ-sizechart .chart-table tr:first-of-type th:first-of-type {
    border-top-left-radius: 7px;
    background: #f0efef; }
  .cp-modal.typ-sizechart .chart-table tr:first-of-type th:last-of-type {
    border-top-right-radius: 7px; }
  .cp-modal.typ-sizechart .chart-table tr:last-of-type td {
    font-family: "Barlow-Regular"; }
    .cp-modal.typ-sizechart .chart-table tr:last-of-type td:first-of-type {
      border-bottom-left-radius: 7px; }
    .cp-modal.typ-sizechart .chart-table tr:last-of-type td:last-of-type {
      border-bottom-right-radius: 7px; }
  .cp-modal.typ-sizechart .chart-table tr:hover td {
    background: #ffc8b7;
    color: #3f4351;
    font-family: "Barlow-Bold"; }
    .cp-modal.typ-sizechart .chart-table tr:hover td:first-of-type {
      background: #ff8d6a; }
  .cp-modal.typ-sizechart .chart-table th,
  .cp-modal.typ-sizechart .chart-table td {
    font-size: 1.2rem;
    color: #3f4351;
    height: 4rem;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #e8e8e8; }
    .cp-modal.typ-sizechart .chart-table th strong,
    .cp-modal.typ-sizechart .chart-table td strong {
      font-family: "Barlow-Bold"; }
    .cp-modal.typ-sizechart .chart-table th:last-of-type,
    .cp-modal.typ-sizechart .chart-table td:last-of-type {
      border-right: 0;
      padding-right: 2rem; }
    .cp-modal.typ-sizechart .chart-table th:first-of-type,
    .cp-modal.typ-sizechart .chart-table td:first-of-type {
      min-width: 14rem;
      box-shadow: -10px 0 10px 0 rgba(209, 209, 209, 0.3) inset; }
      @media screen and (max-width: 767px) {
        .cp-modal.typ-sizechart .chart-table th:first-of-type,
        .cp-modal.typ-sizechart .chart-table td:first-of-type {
          min-width: inherit; } }
  .cp-modal.typ-sizechart .chart-table th {
    font-family: "Barlow-Bold";
    background: #ffffff; }
  .cp-modal.typ-sizechart .chart-table td {
    font-family: "Barlow-Regular"; }

.cp-modal.typ-sizechart .size {
  font-size: 1.4rem;
  color: #f8673b;
  font-family: "Barlow-Bold";
  text-align: left;
  margin-top: 0.5rem; }

.cp-modal.typ-sizechart .disclaimer-wrap {
  text-align: left;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .disclaimer-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cp-modal.typ-sizechart .disclaimer-wrap .desc {
    margin-right: 3.1rem;
    line-height: 1.2rem; }
    @media screen and (max-width: 767px) {
      .cp-modal.typ-sizechart .disclaimer-wrap .desc {
        margin-bottom: 2rem;
        margin-right: 0; } }
  .cp-modal.typ-sizechart .disclaimer-wrap .btn {
    min-width: 10.9rem; }

.cp-modal.typ-sizechart .size-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .size-info-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cp-modal.typ-sizechart .size-info-wrap .size-info-left {
    width: 40%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .cp-modal.typ-sizechart .size-info-wrap .size-info-left {
        margin-bottom: 3rem; } }
    .cp-modal.typ-sizechart .size-info-wrap .size-info-left .desc {
      padding-bottom: 0.5rem; }
  .cp-modal.typ-sizechart .size-info-wrap .size-info-right {
    width: 50%; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-sizechart .size-info-wrap .size-info-left,
    .cp-modal.typ-sizechart .size-info-wrap .size-info-right {
      width: 100%; } }
  .cp-modal.typ-sizechart .size-info-wrap .input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-right: 1rem; }
  .cp-modal.typ-sizechart .size-info-wrap .size-input {
    font-size: 2.1rem;
    color: #3f4351;
    font-family: "Barlow-Bold";
    text-align: left;
    width: 3.5rem;
    border-bottom: 1px solid #3f4351;
    padding-bottom: 0.5rem;
    margin-right: 1rem; }
  .cp-modal.typ-sizechart .size-info-wrap .input-label {
    margin-right: 1rem; }

.cp-modal.typ-sizechart .frame-input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end; }
  .cp-modal.typ-sizechart .frame-input-wrap .btn.btn-default {
    padding: 0.5rem 1.6rem; }
  .cp-modal.typ-sizechart .frame-input-wrap.hide {
    display: none; }

.cp-modal.typ-sizechart .switch {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  height: 28px;
  width: 130px;
  margin: 0;
  margin-bottom: 2rem; }
  .cp-modal.typ-sizechart .switch .switch-input {
    display: none; }
  .cp-modal.typ-sizechart .switch .switch-label {
    float: left;
    width: 50%;
    font-size: 12px;
    color: #3f4351;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 1;
    padding: 5px 10px;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }
  .cp-modal.typ-sizechart .switch .switch-toggle {
    position: absolute;
    float: left;
    height: 28px;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    background: #3f4351;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    left: -1px;
    top: -1px;
    transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }
  .cp-modal.typ-sizechart .switch .switch-input:checked + .switch-label {
    color: #ffffff; }
  .cp-modal.typ-sizechart .switch .switch-input2:checked ~ .switch-toggle {
    left: 65px; }

.cp-modal.typ-sizechart .shadow-box {
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 9px 5px rgba(179, 179, 179, 0.18);
  border: solid 1px #979797;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  text-align: center; }
  .cp-modal.typ-sizechart .shadow-box .desc {
    text-align: center;
    font-family: "Barlow-Bold" !important; }
    .cp-modal.typ-sizechart .shadow-box .desc span {
      text-align: center; }

.cp-modal.typ-notiyfy.modal-show {
  right: 0;
  margin: 0 auto;
  left: 0%;
  transform: translate(0%, -20%);
  height: 100%; }

.cp-modal.typ-notiyfy .modal-content {
  padding: 2.4rem; }

.cp-modal.typ-notiyfy .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 1.4rem; }
  .cp-modal.typ-notiyfy .button-wrap .btn-default.disabled {
    background-color: #dedede;
    cursor: no-drop; }

.cp-modal.typ-notiyfy .input-wrap {
  position: relative;
  margin: 3.4rem 0 0;
  padding: 0;
  display: block; }
  .cp-modal.typ-notiyfy .input-wrap .input {
    max-width: 30rem;
    position: relative;
    padding: 2rem 0 3rem;
    text-align: left; }
    .cp-modal.typ-notiyfy .input-wrap .input label {
      position: absolute;
      left: 0;
      top: 2.2rem;
      font-size: 1.8rem;
      line-height: 1.6rem;
      color: #666666;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      font-family: "Barlow-Regular"; }
    .cp-modal.typ-notiyfy .input-wrap .input .inputDefault {
      width: 100%;
      box-sizing: border-box;
      box-shadow: none;
      outline: none;
      border: none;
      font-size: 1.8rem;
      line-height: 1.8rem;
      background: transparent;
      color: #3f4351;
      border-bottom: 1px solid #979797;
      font-family: "Barlow-Regular";
      padding: 0.6rem 0; }
      .cp-modal.typ-notiyfy .input-wrap .input .inputDefault:focus ~ label,
      .cp-modal.typ-notiyfy .input-wrap .input .inputDefault:valid ~ label {
        top: 0;
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: .5rem; }
    .cp-modal.typ-notiyfy .input-wrap .input.error .error-wrap {
      display: inline-block; }
    .cp-modal.typ-notiyfy .input-wrap .input.valid label {
      top: 0.5rem;
      font-size: 1.4rem;
      line-height: 1.4rem; }
    .cp-modal.typ-notiyfy .input-wrap .input .error-wrap {
      text-align: left;
      margin-top: .5rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #a80000;
      padding: 0.5rem 1rem;
      background: #f1f1f1;
      border-radius: 15px;
      font-family: "Barlow-Medium";
      font-style: italic;
      display: none;
      position: absolute;
      left: 0;
      bottom: 0; }
      .cp-modal.typ-notiyfy .input-wrap .input .error-wrap .icon-info {
        margin-right: 0.7rem; }

.cp-modal.bookNowModal.typ-notiyfy {
  right: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: 1234;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .cp-modal.bookNowModal.typ-notiyfy {
      width: 90%; } }
  .cp-modal.bookNowModal.typ-notiyfy .modal-dialog {
    width: 35rem;
    height: 48rem; }
  .cp-modal.bookNowModal.typ-notiyfy .button-wrap {
    -ms-flex-pack: center;
        justify-content: center; }

.cp-modal.typ-deletitem .modal-header {
  text-align: left; }

.cp-modal.typ-deletitem .modal-title {
  color: #3f4351; }

.cp-modal.typ-deletitem .btn-outline,
.cp-modal.typ-deletitem .btn-default {
  padding: 1.1rem 2.8rem; }

.cp-modal.typ-video .modal-content {
  padding: 2rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-video .modal-content {
      padding: 1rem; } }

.cp-modal.typ-video .video-container iframe {
  width: 100%;
  height: 50rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-video .video-container iframe {
      height: 32rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cp-modal.typ-video .video-container iframe {
      height: 40rem; } }

.cp-modal.typ-video .js-close {
  color: #000;
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  top: 4rem;
  font-family: 'Barlow-Bold';
  line-height: 3rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-video .js-close {
      right: 0;
      top: 0rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cp-modal.typ-video .js-close {
      right: 0; } }

@media screen and (max-width: 767px) {
  .cp-modal.typ-video.modal-show {
    top: 50%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cp-modal.typ-video.modal-show {
    top: 20%;
    left: 1rem;
    right: 1rem;
    transform: translateY(-20%); } }

.cp-modal.typ-video.modal-show .modal-dialog {
  transform: translateY(-50%);
  left: 0;
  right: 0; }

@media screen and (min-device-height: 100px) and (max-device-height: 700px) and (orientation: landscape) {
  .cp-modal.typ-video.vimeoVideo {
    top: 50%;
    transform: translateY(-20%); } }

@media screen and (min-device-height: 100px) and (max-device-height: 700px) and (orientation: landscape) {
  .cp-modal.typ-video.vimeoVideo .modal-content {
    padding: 12rem; } }

@media screen and (min-device-height: 100px) and (max-device-height: 700px) and (orientation: landscape) {
  .cp-modal.typ-video.vimeoVideo .modal-content #vimeoVideo iframe {
    height: 15rem; } }

@media screen and (min-device-height: 100px) and (max-device-height: 700px) and (orientation: landscape) {
  .cp-modal.typ-video.vimeoVideo .js-close {
    top: 12rem; } }

.cp-modal.typ-kit .modal-dialog {
  width: 100%;
  right: 0;
  top: 54%;
  margin: 0px auto; }

.cp-modal.typ-buy .modal-dialog {
  width: 50rem; }
  @media screen and (max-width: 767px) {
    .cp-modal.typ-buy .modal-dialog {
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      top: auto; } }

.cp-modal.typ-buy .modal-content {
  padding: 2.2rem 3.3rem; }
  @media only screen and (max-width: 768px) {
    .cp-modal.typ-buy .modal-content {
      padding: 1.4rem 3.4rem; } }

@media screen and (max-width: 767px) {
  .cp-modal.typ-buy {
    bottom: -100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    top: auto; }
    .cp-modal.typ-buy.modal-show {
      top: 0;
      left: 0;
      bottom: 0;
      transform: none; }
      .cp-modal.typ-buy.modal-show .modal-dialog {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        top: auto; } }

.cp-modal.typ-cancelOrder .modal-title {
  font-size: 3.2rem;
  line-height: 3.4rem;
  margin-bottom: 4.4rem;
  color: #3f4351; }
  @media screen and (max-width: 768px) {
    .cp-modal.typ-cancelOrder .modal-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin-bottom: 3.2rem; } }

.cp-modal.typ-cancelOrder .no-forChar {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

.cp-modal.typ-cancelOrder .order-txt {
  margin-bottom: 3.2rem;
  font-family: "Barlow-Bold";
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #000000; }
  @media screen and (max-width: 768px) {
    .cp-modal.typ-cancelOrder .order-txt {
      font-size: 1.4rem;
      line-height: 1.6rem;
      margin-bottom: 2rem; } }

.cp-modal.typ-cancelOrder .btn-default {
  margin: 0 0 0 auto; }

.cp-modal.typ-eligibility .modal-content {
  padding: 2.4rem; }

.cp-modal.typ-eligibility .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 1.4rem; }
  .cp-modal.typ-eligibility .button-wrap .btn-default.disabled {
    background-color: #dedede; }

.cp-modal.typ-eligibility .input-wrap {
  position: relative;
  margin: 3.4rem 0 0;
  padding: 0;
  display: block; }
  .cp-modal.typ-eligibility .input-wrap .input {
    max-width: 30rem;
    position: relative;
    padding: 2rem 0 3rem;
    text-align: left; }
    .cp-modal.typ-eligibility .input-wrap .input .icon {
      font-size: 2.2rem;
      position: absolute;
      top: 2.5rem;
      right: 0;
      z-index: 1;
      color: #f8673b; }
    .cp-modal.typ-eligibility .input-wrap .input label {
      position: absolute;
      left: 0;
      top: 2.2rem;
      font-size: 1.8rem;
      line-height: 1.6rem;
      color: #666666;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      font-family: "Barlow-Regular"; }
    .cp-modal.typ-eligibility .input-wrap .input .inputDefault {
      width: 100%;
      box-sizing: border-box;
      box-shadow: none;
      outline: none;
      border: none;
      font-size: 1.8rem;
      line-height: 1.8rem;
      background: transparent;
      color: #3f4351;
      border-bottom: 1px solid #979797;
      font-family: "Barlow-Regular";
      padding: 0.6rem 0; }
      .cp-modal.typ-eligibility .input-wrap .input .inputDefault:focus ~ label,
      .cp-modal.typ-eligibility .input-wrap .input .inputDefault:valid ~ label {
        top: 0;
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: .5rem; }
    .cp-modal.typ-eligibility .input-wrap .input.error .error-wrap {
      display: inline-block; }
    .cp-modal.typ-eligibility .input-wrap .input.valid label {
      top: 0.5rem;
      font-size: 1.4rem;
      line-height: 1.4rem; }
    .cp-modal.typ-eligibility .input-wrap .input .error-wrap {
      text-align: left;
      margin-top: .5rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #a80000;
      padding: 0.5rem 1rem;
      background: #f1f1f1;
      border-radius: 15px;
      font-family: "Barlow-Medium";
      font-style: italic;
      display: none;
      position: absolute;
      left: 0;
      bottom: 0; }
      .cp-modal.typ-eligibility .input-wrap .input .error-wrap .icon-info {
        margin-right: 0.7rem; }

.cp-modal.typ-oops .modal-title {
  margin-bottom: 3rem; }

.cp-modal.typ-oops .modal-content {
  padding: 2.4rem; }

.cp-modal.typ-oops .desc {
  font-family: "Barlow-Medium";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #3f4351;
  margin-bottom: 3rem; }

.cp-modal.typ-oops .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .cp-modal.typ-oops .button-wrap .btn-default.disabled {
    background-color: #dedede; }

.cp-modal.typ-eligibilityPincode .modal-content {
  padding: 2.4rem; }

.cp-modal.typ-eligibilityPincode .modal-title {
  margin-bottom: 1rem; }

.cp-modal.typ-eligibilityPincode .desc {
  font-family: "Barlow-Regular";
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #3f4351;
  margin-bottom: 3rem; }

.cp-modal.typ-eligibilityPincode .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 1.4rem; }
  .cp-modal.typ-eligibilityPincode .button-wrap .btn-default.disabled {
    background-color: #dedede; }

.cp-modal.typ-compare {
  right: 0;
  margin: 0 auto;
  left: 0%;
  transform: translate(0%, -20%); }
  .cp-modal.typ-compare .modal-dialog {
    max-width: 77.4rem;
    width: 96%; }
  @media screen and (max-width: 768px) {
    .cp-modal.typ-compare .modal-body {
      height: 350px;
      overflow-y: scroll; } }
  .cp-modal.typ-compare .modal-content {
    padding: 7rem; }
    @media screen and (max-width: 768px) {
      .cp-modal.typ-compare .modal-content {
        padding: 2rem; } }
  .cp-modal.typ-compare .modal-title {
    font-size: 1.6rem;
    color: #3f4351;
    font-family: "Barlow-Bold";
    text-align: center; }
  .cp-modal.typ-compare .btn-default {
    padding: 1.8rem 6.5rem;
    font-size: 1.6rem;
    width: auto;
    margin: 0 auto; }
  .cp-modal.typ-compare .bikecompareList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 3rem; }
  .cp-modal.typ-compare .listitem {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .cp-modal.typ-compare .listitem {
        width: 100%; } }
  .cp-modal.typ-compare .cp-radio-box .radio label {
    font-family: "Barlow-Medium"; }

.cp-modal.typ-emi .modal-content {
  background: #ffffff no-repeat top 3.4rem right 3.4rem;
  background-size: 28rem;
  background-repeat: no-repeat;
  padding: 3.4rem; }
  @media only screen and (max-width: 1024px) {
    .cp-modal.typ-emi .modal-content {
      background-image: none !important; } }

.cp-modal.typ-emi .modal-title {
  margin-bottom: 2rem; }

.cp-modal.typ-emi .desc {
  margin-bottom: 1.5rem; }

.cp-modal.typ-emi .act-btn {
  text-align: right; }

.cp-modal.typ-emi .table-wrap {
  position: relative;
  overflow-y: auto; }
  .cp-modal.typ-emi .table-wrap .mCSB_inside > .mCSB_container {
    margin-right: 8px; }

.cp-modal.typ-emi .chart-table {
  box-shadow: 0 0 0.7rem rgba(209, 209, 209, 0.5);
  width: 100%;
  text-align: center;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border: 1px solid #d8d8d8;
  border-collapse: inherit;
  border-spacing: inherit;
  margin-bottom: 2.5rem;
  background: #ffffff;
  position: relative;
  display: block;
  overflow: auto;
  height: 350px;
  width: 100%; }
  .cp-modal.typ-emi .chart-table tr:nth-of-type(odd) {
    background: #F6F6F6; }
    .cp-modal.typ-emi .chart-table tr:nth-of-type(odd) td:first-of-type {
      background: #e6e5e5; }
  .cp-modal.typ-emi .chart-table tr:nth-of-type(even) td:first-of-type {
    background: #f0efef; }
  .cp-modal.typ-emi .chart-table tr:first-of-type th:first-of-type {
    border-top-left-radius: 7px;
    background: #f0efef; }
  .cp-modal.typ-emi .chart-table tr:first-of-type th:last-of-type {
    border-top-right-radius: 7px; }
  .cp-modal.typ-emi .chart-table tr:last-of-type td {
    font-family: "Barlow-Regular"; }
    .cp-modal.typ-emi .chart-table tr:last-of-type td:first-of-type {
      border-bottom-left-radius: 7px; }
    .cp-modal.typ-emi .chart-table tr:last-of-type td:last-of-type {
      border-bottom-right-radius: 7px; }
  .cp-modal.typ-emi .chart-table th,
  .cp-modal.typ-emi .chart-table td {
    font-size: 1.2rem;
    color: #3F4351;
    height: 4rem;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #e8e8e8;
    padding: 1rem;
    width: 10%; }
  .cp-modal.typ-emi .chart-table th strong,
  .cp-modal.typ-emi .chart-table td strong {
    font-family: "Barlow-Bold"; }
  .cp-modal.typ-emi .chart-table th:last-of-type,
  .cp-modal.typ-emi .chart-table td:last-of-type {
    border-right: 0;
    padding-right: 2rem; }
  .cp-modal.typ-emi .chart-table th:first-of-type,
  .cp-modal.typ-emi .chart-table td:first-of-type {
    min-width: 14rem;
    box-shadow: -10px 0 10px 0 rgba(209, 209, 209, 0.3) inset; }
  .cp-modal.typ-emi .chart-table th {
    font-family: "Barlow-Bold";
    background: #ffffff; }
  .cp-modal.typ-emi .chart-table td {
    font-family: "Barlow-Regular"; }

@media screen and (max-width: 767px) {
  .cp-modal .cp-modal.typ-emi .modal-content {
    padding: 2rem;
    background: #ffffff no-repeat top 13.4rem right -2.6rem;
    background-size: 20rem;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .cp-modal .cp-modal.typ-emi .modal-content .modal-title {
      padding-left: 2rem;
      position: relative; }
    .cp-modal .cp-modal.typ-emi .modal-content .back-icon {
      position: absolute;
      top: .5rem;
      left: 0rem;
      transform: rotate(180deg);
      color: #F8673B;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1rem; } }

@media screen and (max-width: 767px) {
  .cp-modal .cp-modal.typ-emi .table-wrap {
    overflow-x: auto;
    margin-right: -2rem;
    box-shadow: -10px 0 10px 0 rgba(255, 255, 255, 0.5) inset; } }

@media screen and (max-width: 767px) {
  .cp-modal .cp-modal.typ-emi .chart-table {
    width: 50rem; } }

@media screen and (max-width: 767px) {
  .cp-modal .cp-modal.typ-emi .chart-table tr:first-child td,
  .cp-modal .cp-modal.typ-emi .chart-table tr:first-child th {
    position: sticky;
    left: 0;
    z-index: 2; } }

@media screen and (max-width: 767px) {
  .cp-modal .cp-modal.typ-emi .chart-table th:first-of-type,
  .cp-modal .cp-modal.typ-emi .chart-table td:first-of-type {
    min-width: inherit; } }

.cp-modal .modal-title {
  font-size: 2.4rem; }

.cp-modal .modal-subtitle {
  margin-bottom: 5rem;
  font-size: 1.8rem; }

.cp-modal.typ-sm .modal-dialog {
  width: 48rem;
  height: 24.3rem; }
  @media screen and (max-width: 1024px) {
    .cp-modal.typ-sm .modal-dialog {
      width: 33.5rem;
      height: 23.9rem; } }

@media screen and (max-width: 1024px) {
  .cp-modal.typ-sizechart.modal-show .modal-dialog {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    transform: translate(0%, 0%); }
    .cp-modal.typ-sizechart.modal-show .modal-dialog .modal-body {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff no-repeat; }
      .cp-modal.typ-sizechart.modal-show .modal-dialog .modal-body .modal-content {
        padding-left: 2rem; } }

.cp-modal.typ-sizechart .ft-inchs-inp {
  margin-right: -0.2rem; }

.cp-modal.typ-sizechart .modal-content .modal-header .custom-scrollbar .mCustomScrollBox .mCSB_container {
  overflow-x: auto; }

.cp-modal.typ-sizechart .modal-content .modal-title {
  color: #3f4351; }

@media screen and (max-width: 1024px) {
  .cp-modal.typ-sizechart .modal-content {
    background: #ffffff no-repeat top 13rem right -3rem; }
    .cp-modal.typ-sizechart .modal-content .font-bold {
      font-size: 1.8rem !important;
      font-family: "Barlow-Bold" !important; }
    .cp-modal.typ-sizechart .modal-content .modal-title {
      font-size: 2.4rem; } }

.cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen and (max-width: 1024px) {
    .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-input {
    width: 2.3rem;
    margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-input {
        text-align: center;
        padding: 0rem;
        padding-bottom: 0.5rem; } }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-cm {
    width: 4rem;
    margin-right: 1rem; }
    @media screen and (max-width: 1024px) {
      .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-cm {
        padding: 0rem;
        padding-bottom: 0.5rem;
        text-align: center; } }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .input-label {
    font-size: 1.1rem;
    font-family: "Barlow-Regular";
    margin-right: 0; }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-info-left {
    width: 40%; }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-info-right {
    width: 50%; }
  @media screen and (max-width: 1024px) {
    .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-info-left, .cp-modal.typ-sizechart .modal-content.wheelSize-modal .size-info-wrap .size-info-right {
      width: 86%; } }

.cp-modal.typ-sizechart .modal-content.wheelSize-modal .switch {
  width: 10.1rem; }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .switch .switch-label {
    font-size: 1.1rem;
    padding: 7px 0; }
  .cp-modal.typ-sizechart .modal-content.wheelSize-modal .switch .switch-input2:checked ~ .switch-toggle {
    left: 45%;
    width: 60%; }

.cp-modal.modal-show {
  top: 7.5rem;
  transform: translate(-50%, 0%); }
  @media only screen and (max-width: 1024px) {
    .cp-modal.modal-show {
      transform: translate(0%, 0%); } }

@media only screen and (min-width: 768px) {
  .cp-modal.deletecartproductmodal.modal-show {
    transform: translate(-50%, 0%); } }

@media only screen and (max-width: 767px) {
  .cp-modal.deletecartproductmodal.modal-show {
    transform: translate(0%, 0%); } }

@media only screen and (max-width: 768px) {
  .cp-modal.typ-kit {
    overflow-y: inherit; } }

@media only screen and (max-width: 768px) {
  .cp-modal.typ-kit .modal-dialog {
    top: auto;
    bottom: 0;
    position: fixed; } }

.cp-modal#removeCouponModal.modal-show {
  z-index: 1100;
  top: -1.5rem; }

.cp-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 0 0 2rem; }
  .cp-filter .category-item {
    font-family: "Barlow-Bold";
    font-size: 2.1rem;
    color: #3f4351;
    position: relative;
    padding: 0.5rem 2rem 0.5rem 0;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .cp-filter .category-item {
        font-size: 1.6rem;
        padding: 0 1.5rem 0 0; } }
    .cp-filter .category-item .icon {
      transform: rotate(90deg);
      right: 0;
      top: 0.9rem;
      position: absolute;
      font-size: 1rem;
      color: #f8673b; }
      @media only screen and (max-width: 768px) {
        .cp-filter .category-item .icon {
          top: 0.5rem;
          font-size: 0.8rem; } }
  .cp-filter .mobile-flter {
    display: none; }
    @media only screen and (max-width: 768px) {
      .cp-filter .mobile-flter {
        position: absolute;
        right: 6rem;
        top: 0rem;
        display: block; }
        .cp-filter .mobile-flter span {
          font-size: 1.6rem;
          font-weight: bold;
          color: #f8673b;
          display: block; } }
  .cp-filter .sort-wrap {
    position: relative;
    width: 23.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-filter .sort-wrap {
        width: auto; } }
    .cp-filter .sort-wrap .sort-by {
      position: relative;
      padding: 0.7rem 2rem 0.7rem 5.6rem;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .cp-filter .sort-wrap .sort-by {
          padding: 0;
          display: block; } }
      .cp-filter .sort-wrap .sort-by.active .icon-right {
        transform: rotate(-90deg); }
      .cp-filter .sort-wrap .sort-by .sortIcon {
        position: absolute;
        left: 2.6rem;
        top: 1rem; }
        @media only screen and (max-width: 768px) {
          .cp-filter .sort-wrap .sort-by .sortIcon {
            left: auto;
            right: 2rem;
            top: 0rem; } }
        .cp-filter .sort-wrap .sort-by .sortIcon span {
          color: #3f4351;
          font-size: 1.6rem;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            .cp-filter .sort-wrap .sort-by .sortIcon span {
              color: #f8673b; } }
      .cp-filter .sort-wrap .sort-by .sort-name {
        color: #3f4351;
        font-size: 1.6rem;
        line-height: 2rem;
        font-family: "Barlow-SemiBold";
        display: block;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .cp-filter .sort-wrap .sort-by .sort-name {
            display: none; } }
      .cp-filter .sort-wrap .sort-by .icon-right {
        transform: rotate(90deg);
        right: 1rem;
        top: 1rem;
        position: absolute;
        font-size: 1rem;
        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-filter .sort-wrap .sort-by .icon-right {
            display: none; } }
    .cp-filter .sort-wrap .sort-list {
      padding: 2.3rem 0;
      border-radius: 0.64rem;
      -webkit-border-radius: 0.64rem;
      -moz-border-radius: 0.64rem;
      box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
      background: #ffffff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      position: absolute;
      right: 0;
      top: 7rem;
      z-index: 99;
      opacity: 1;
      visibility: hidden;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .cp-filter .sort-wrap .sort-list {
          width: 23.8rem; } }
      .cp-filter .sort-wrap .sort-list.open {
        top: 4rem;
        visibility: visible;
        overflow: auto;
        max-height: 350px; }
        .cp-filter .sort-wrap .sort-list.open::-webkit-scrollbar {
          width: 8px;
          /* Set width for vertical scrollbar */
          height: 8px;
          /* Set height for horizontal scrollbar */ }
        .cp-filter .sort-wrap .sort-list.open::-webkit-scrollbar-track {
          background: #f1f1f1;
          /* Track color */
          border-radius: 8px;
          /* Round the corners of the track */ }
        .cp-filter .sort-wrap .sort-list.open::-webkit-scrollbar-thumb {
          background: #888;
          /* Thumb color */
          border-radius: 8px;
          /* Round the corners of the thumb */ }
        .cp-filter .sort-wrap .sort-list.open::-webkit-scrollbar-thumb:hover {
          background: #555;
          /* Thumb color on hover */ }
        .cp-filter .sort-wrap .sort-list.open::-webkit-scrollbar-button {
          display: none;
          /* Optionally hide the buttons at the ends of the scrollbar */ }
        @media only screen and (max-width: 768px) {
          .cp-filter .sort-wrap .sort-list.open:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: -1rem;
            right: 1.6rem;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
            border-bottom: 11px solid #ffffff; } }
      .cp-filter .sort-wrap .sort-list .sort-item {
        padding: 0.7rem 2rem 0.7rem 5.6rem;
        background: #ffffff;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        display: block; }
        .cp-filter .sort-wrap .sort-list .sort-item:hover {
          background: #dad9d9; }
        .cp-filter .sort-wrap .sort-list .sort-item.active {
          background: #dad9d9; }
          .cp-filter .sort-wrap .sort-list .sort-item.active .sort-text {
            font-family: "Barlow-SemiBold"; }
        .cp-filter .sort-wrap .sort-list .sort-item .sortIcon {
          position: absolute;
          left: 2.6rem;
          top: 1rem;
          display: inline-block; }
          .cp-filter .sort-wrap .sort-list .sort-item .sortIcon span {
            color: #3f4351;
            font-size: 1.6rem;
            font-weight: bold; }
            @media only screen and (max-width: 768px) {
              .cp-filter .sort-wrap .sort-list .sort-item .sortIcon span {
                font-size: 1.4rem; } }
        .cp-filter .sort-wrap .sort-list .sort-item .sort-text {
          position: relative;
          display: inline-block;
          color: #3f4351;
          font-size: 1.6rem;
          line-height: 2rem;
          font-family: "Barlow-Regular";
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            .cp-filter .sort-wrap .sort-list .sort-item .sort-text {
              font-size: 1.4rem; } }

.cp-filter .category-item .sel-cat.active .icon-right {
  transform: rotate(-90deg); }

.cp-filter .mobile-flter {
  z-index: 1;
  cursor: pointer; }

.cp-filter .sort-wrap {
  position: relative;
  width: 20.8rem;
  border: 1px solid #2c2c2c;
  border-radius: 5px; }
  @media only screen and (max-width: 1024px) {
    .cp-filter .sort-wrap {
      border: none; } }
  .cp-filter .sort-wrap .sort-by {
    position: relative;
    padding: 0.7rem 2rem 0.7rem 2.6rem;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .cp-filter .sort-wrap .sort-by {
        padding: 0;
        display: block; } }

.plp-main .cp-plp-banner.banner-video + .bg-wrapper .cp-filter {
  margin-top: 7rem; }

.cp-radio-box .label-field {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
  opacity: .5;
  font-family: "Barlow-Regular";
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  display: block; }

.cp-radio-box .radio-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-radio-box .radio {
  margin-right: 1.6rem;
  cursor: pointer;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-radio-box .radio {
      margin-right: 3.2rem; } }
  .cp-radio-box .radio input[type=radio]:not(old) {
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
  .cp-radio-box .radio label {
    cursor: pointer; }

.cp-radio-box.typ-normal input[type=radio]:not(old) + label {
  position: relative; }
  .cp-radio-box.typ-normal input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: #2a8ac6;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block; }
  .cp-radio-box.typ-normal input[type=radio]:not(old) + label.red {
    position: relative; }
    .cp-radio-box.typ-normal input[type=radio]:not(old) + label.red:before {
      content: "";
      width: 1.6rem;
      height: 1.6rem;
      background: #f04703;
      border-radius: 50%;
      transition: all .2s ease;
      display: inline-block; }

.cp-radio-box.typ-normal input[type=radio]:not(old):checked + label:after {
  content: '';
  border: 1px solid #2a8ac6;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -.3rem;
  top: -.3rem; }

.cp-radio-box.typ-normal input[type=radio]:not(old):checked + label.red:after {
  content: '';
  border: 1px solid #f04703;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -.3rem;
  top: -.3rem; }

.cp-radio-box.typ-frame input[type=radio]:not(old):checked + label .cm-thin {
  font-family: "Barlow-Regular"; }

.cp-radio-box.typ-frame label {
  padding: 6px;
  border: 0.8px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  font-family: "Barlow-Regular";
  transition: all 0.5s ease; }
  .cp-radio-box.typ-frame label.size-swatch {
    vertical-align: middle;
    display: table-cell; }
  .cp-radio-box.typ-frame label .cm-thin {
    font-size: 1rem;
    line-height: .8rem; }

.cp-radio-box.typ-frame .radio-wrap.disabled input[type=radio]:not(old):disabled + label {
  color: #ffffff;
  opacity: 0.3;
  background: transparent; }

@media only screen and (max-width: 768px) {
  .cp-radio-box.typ-frame .radio {
    margin-right: 2rem; } }

.cp-radio-box.typ-coupon .radio {
  margin: 0;
  margin-bottom: 2rem; }
  .cp-radio-box.typ-coupon .radio:last-child {
    margin-bottom: 0rem; }

.cp-radio-box.typ-coupon label {
  padding: 1.3rem 1.3rem 1.3rem 4.3rem;
  border: 1px dashed #5f5f5f;
  border-radius: 6px; }
  .cp-radio-box.typ-coupon label .radio-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-family: "Barlow-Medium";
    margin-bottom: 2px;
    display: block; }
  .cp-radio-box.typ-coupon label .note {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #979797; }

.cp-radio-box.typ-coupon input[type=radio]:not(old) + label {
  position: relative; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #979797;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    left: 1.2rem; }

.cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label {
  background: #2a2929; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label:before {
    border-color: #f8673b; }
  .cp-radio-box.typ-coupon input[type=radio]:not(old):checked + label:after {
    content: '';
    background: #f8673b;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 1.6rem;
    top: 1.7rem; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old) + label {
  padding-left: 3rem;
  font-family: "Barlow-Regular";
  font-size: 1.8rem;
  color: #151515;
  position: relative;
  margin-bottom: 0; }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    top: 4.2px;
    left: 4.2px; }
    @media only screen and (max-width: 1366px) {
      .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:before {
        top: 4px;
        left: 4px; } }
  .cp-radio-box.typ-normal2 input[type=radio]:not(old) + label:after {
    content: "";
    border: 1px solid #979797;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:before {
  background: #f8673b; }

.cp-radio-box.typ-normal2 input[type=radio]:not(old):checked + label:after {
  border: 1px solid #f8673b; }

.cp-radio-box.typ-address input[type=radio]:not(old) + label {
  padding-left: 3rem;
  font-family: "Barlow-Regular";
  font-size: 1.8rem;
  color: #151515;
  position: relative;
  margin-bottom: 0; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
    border-radius: 50%;
    transition: all .2s ease;
    display: inline-block;
    position: absolute;
    top: .4rem;
    left: .4rem; }
    @media only screen and (max-width: 768px) {
      .cp-radio-box.typ-address input[type=radio]:not(old) + label:before {
        top: .4rem;
        left: .4rem; } }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label:after {
    content: "";
    border: 1px solid #979797;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .name {
    font-family: "Barlow-SemiBold";
    font-size: 1.8rem;
    font-weight: 600;
    color: #3f4351;
    margin-bottom: 0.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-radio-box.typ-address input[type=radio]:not(old) + label .name {
        margin-bottom: 0.8rem; } }
    .cp-radio-box.typ-address input[type=radio]:not(old) + label .name .tag {
      padding: 0.1rem 0.7rem;
      border-radius: 12px;
      background-color: #eaeaea;
      font-family: "Barlow-Medium";
      font-size: 1.2rem;
      line-height: 1.4rem;
      color: #3f4351;
      margin-left: 2rem; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .address {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #3f4351;
    margin-bottom: 0.6rem; }
  .cp-radio-box.typ-address input[type=radio]:not(old) + label .phone-no {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #474747; }
    .cp-radio-box.typ-address input[type=radio]:not(old) + label .phone-no .no {
      font-family: "Barlow-Bold"; }

.cp-radio-box.typ-address input[type=radio]:not(old):checked + label:before {
  background: #f8673b; }

.cp-radio-box.typ-address input[type=radio]:not(old):checked + label:after {
  border: 1px solid #f8673b; }

.write-review-btn-hidden {
  color: #ffffff !important;
  margin-left: 10px;
  font-size: 12px;
  font-family: 'Barlow'; }

.rider-heights {
  color: #ffffff;
  opacity: .5;
  font-family: "Barlow-Regular"; }
  @media only screen and (max-width: 768px) {
    .rider-heights {
      opacity: 1;
      color: #a3a6b0;
      font-family: "Barlow-Bold"; } }

.update-height {
  color: #ffffff;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .update-height {
      color: #f8673b;
      font-family: "Barlow-Bold"; } }
  .update-height span {
    color: #ffffff;
    opacity: 1; }
    @media only screen and (max-width: 768px) {
      .update-height span {
        color: #a3a6b0;
        font-family: "Barlow-Bold"; } }

.cp-select {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-select {
      width: 5.8rem; } }
  .cp-select .select-list {
    display: none;
    position: absolute;
    top: 5.9rem;
    background: #ffffff;
    box-shadow: 0 0 14px 11px rgba(135, 135, 135, 0.11); }
    @media only screen and (max-width: 1024px) {
      .cp-select .select-list {
        height: 6rem;
        overflow-y: auto; } }
  .cp-select .select-item {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.7rem 2.8rem .7rem 1.2rem;
    font-family: "Barlow-Bold";
    cursor: pointer; }
    .cp-select .select-item:hover {
      background: #f2f2f2; }
  .cp-select .select-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.7rem 2.8rem .7rem 1.2rem;
    border: 0.5px solid #3f4351;
    font-family: "Barlow-Bold";
    border-radius: 8px;
    position: relative;
    display: block; }
    .cp-select .select-link:before {
      content: "\E900";
      font-family: "icomoon" !important;
      position: absolute;
      font-size: 0.7rem;
      color: #3f4351;
      right: 8px;
      top: .7rem;
      transform: rotate(90deg);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
    .cp-select .select-link.active::before {
      transform: rotate(-90deg); }

.cp-select select {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.7rem 2.8rem 0.7rem 1.2rem;
  border: 0.5px solid #3f4351;
  font-family: "Barlow-Bold";
  border-radius: 8px;
  position: relative;
  display: block; }

.cp-buy-prodcut .prod-info {
  position: relative;
  padding: 0 0 1rem 16rem;
  min-height: 10rem; }
  @media only screen and (max-width: 768px) {
    .cp-buy-prodcut .prod-info {
      padding: 0;
      min-height: auto;
      margin-bottom: 1.5rem; } }
  .cp-buy-prodcut .prod-info .prod-img {
    width: 13.1rem;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .prod-info .prod-img {
        display: none; } }
  .cp-buy-prodcut .prod-info .bike-title {
    font-size: 4rem;
    line-height: 3.8rem;
    margin-bottom: .5rem;
    font-family: "BebasNeue-Regular";
    color: #3f4351;
    word-wrap: break-word;
    padding-right: 2rem; }
    .cp-buy-prodcut .prod-info .bike-title .cm-sm {
      margin-right: .5rem;
      font-size: 2.6rem;
      line-height: 2.9rem;
      color: #a7aab4; }
      @media only screen and (max-width: 768px) {
        .cp-buy-prodcut .prod-info .bike-title .cm-sm {
          font-size: 2.1rem;
          line-height: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .prod-info .bike-title {
        font-size: 3rem;
        line-height: 3rem;
        position: relative;
        display: inline-block; }
        .cp-buy-prodcut .prod-info .bike-title .icon {
          top: 0%;
          font-size: 1rem;
          position: absolute;
          right: 0;
          color: #9fa1a8; } }
  .cp-buy-prodcut .prod-info .btn {
    font-size: 1.2rem;
    line-height: 1.2rem; }

.cp-buy-prodcut .prod-requirment {
  padding: 1.5rem 0 1rem 0;
  border-top: .5px solid #979797;
  border-bottom: .5px solid #979797; }
  @media only screen and (max-width: 768px) {
    .cp-buy-prodcut .prod-requirment {
      padding-bottom: 1.5rem; } }
  .cp-buy-prodcut .prod-requirment .requ-list {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .prod-requirment .requ-list {
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cp-buy-prodcut .prod-requirment .requr-item {
    margin: 0 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .prod-requirment .requr-item {
        margin: 0;
        margin-bottom: 0rem;
        width: 45%; } }
    .cp-buy-prodcut .prod-requirment .requr-item:first-child {
      margin-left: 0;
      width: 33%; }
      @media only screen and (max-width: 768px) {
        .cp-buy-prodcut .prod-requirment .requr-item:first-child {
          width: 45%; } }
    .cp-buy-prodcut .prod-requirment .requr-item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .cp-buy-prodcut .prod-requirment .requr-item:last-child {
          margin: 0; } }
  .cp-buy-prodcut .prod-requirment .label-field {
    font-size: 1.2rem;
    color: #3f4351;
    font-family: "Barlow-SemiBold";
    line-height: 1.2rem;
    display: block;
    margin-bottom: 1.7rem;
    opacity: 0.5; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .prod-requirment .label-field {
        margin-bottom: 1.1rem; } }
  .cp-buy-prodcut .prod-requirment .cp-radio-box.typ-frame label {
    border-color: #3f4351;
    color: #3f4351;
    font-family: "Barlow-Regular"; }

.cp-buy-prodcut .act-btn {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cp-buy-prodcut .act-btn .btn {
    display: none;
    min-width: 16rem; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .act-btn .btn {
        min-width: 12rem; } }
    .cp-buy-prodcut .act-btn .btn.buy {
      display: block; }
    .cp-buy-prodcut .act-btn .btn.checkout {
      display: block; }
  .cp-buy-prodcut .act-btn .price {
    font-size: 2.4rem;
    line-height: 2.1rem;
    display: -ms-flexbox;
    display: flex;
    color: #3f4351;
    font-family: "Barlow-SemiBold"; }
    .cp-buy-prodcut .act-btn .price .rupee {
      font-size: 1.6rem;
      line-height: 1.6rem;
      margin-right: 5px;
      font-family: "Barlow-Light"; }

@media only screen and (max-width: 768px) {
  .cp-buy-prodcut .prod-info .icon {
    top: 5%;
    font-size: 1rem;
    position: absolute;
    right: 0;
    color: #9fa1a8;
    z-index: 3044; } }

.cp-buy-prodcut .act-btn .strike-through {
  color: #a3a6b0; }
  .cp-buy-prodcut .act-btn .strike-through .price {
    color: #a3a6b0;
    font-size: 2rem; }
    .cp-buy-prodcut .act-btn .strike-through .price .rupee {
      margin-right: 0; }

@media only screen and (max-width: 768px) {
  .cp-buy-prodcut .act-btn .price-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media only screen and (max-width: 768px) {
  .cp-buy-prodcut .act-btn .price-bar .sales {
    padding-left: 0; } }

@media only screen and (max-width: 768px) {
  .cp-buy-prodcut .act-btn .price-bar .sales .rupee {
    margin-right: 2px; } }

.cp-buy-prodcut .act-btn .totalsalesPercentage {
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 1.7rem;
  color: #f8673b; }
  .cp-buy-prodcut .act-btn .totalsalesPercentage.plp-alp {
    display: none; }
    @media only screen and (max-width: 768px) {
      .cp-buy-prodcut .act-btn .totalsalesPercentage.plp-alp {
        display: none;
        padding-left: 0.5rem;
        font-size: 1.4rem; } }
  @media only screen and (max-width: 768px) {
    .cp-buy-prodcut .act-btn .totalsalesPercentage.no-pdp {
      padding-left: 0.4rem;
      font-size: 1.4rem;
      display: none; } }

@media only screen and (max-width: 768px) {
  .cp-buy-prodcut .act-btn .checkout-continue {
    padding-bottom: 25px; } }

.quickViewModelData .rider-heights {
  color: #3f4351;
  opacity: .5;
  font-family: "Barlow-SemiBold";
  font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    .quickViewModelData .rider-heights {
      opacity: 1;
      color: #a3a6b0;
      font-family: "Barlow-SemiBold"; } }

.quickViewModelData .update-height {
  color: #f8673b;
  font-size: 1.1rem;
  font-family: 'Barlow-Bold'; }
  .quickViewModelData .update-height span {
    color: #3f4351;
    opacity: 1;
    font-size: 1rem;
    font-family: 'Barlow-Bold'; }
    @media only screen and (max-width: 768px) {
      .quickViewModelData .update-height span {
        color: #3f4351;
        font-family: "Barlow-Bold";
        opacity: 0.5; } }

.cp-compare-flyout {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  padding: 1.5rem 3rem 3rem;
  border-radius: 1.6rem 1.6rem 0 0;
  box-shadow: 0 0 2rem 1.3rem rgba(0, 0, 0, 0.11);
  background: #ffffff;
  cursor: pointer;
  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-compare-flyout {
      padding: 4.1rem 1.5rem 1.9rem; } }
  .cp-compare-flyout:before {
    content: "\E900";
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 1.4rem;
    color: #f8673b;
    right: 2.5rem;
    top: 1.5rem;
    width: 2.3rem;
    height: 2.3rem;
    transform: rotate(270deg);
    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-compare-flyout:before {
        height: 1.8rem;
        width: 1.8rem;
        font-size: 1rem;
        right: 0;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%) rotate(270deg); } }
  .cp-compare-flyout .close-icon {
    font-size: 1rem;
    color: #ffffff;
    background: #f8673b;
    padding: 0.7rem;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2.3rem;
    height: 2.3rem; }
  .cp-compare-flyout.open {
    padding: 3rem 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout.open {
        padding: 7.9rem 0 0;
        z-index: 123; } }
    .cp-compare-flyout.open .close-compare {
      display: none; }
    .cp-compare-flyout.open .combike-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-compare-flyout.open .combike-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-compare-flyout.open:before {
      color: #3f4351;
      transform: rotate(90deg); }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout.open:before {
          top: 2rem;
          transform: translateX(-50%) rotate(90deg); } }
  .cp-compare-flyout .close-compare .desc {
    font-family: "Barlow-Regular";
    font-size: 2.1rem;
    color: #3f4351;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .close-compare .desc {
        font-size: 1.4rem; } }
    .cp-compare-flyout .close-compare .desc span {
      font-family: "Barlow-Bold"; }
  .cp-compare-flyout .combike-list {
    counter-reset: my-counter;
    -ms-flex-align: center;
        align-items: center;
    width: 85%; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .combike-list {
        width: 100%; } }
    .cp-compare-flyout .combike-list .cb-item {
      counter-increment: my-counter;
      position: relative;
      padding: 0.8rem 3.9rem 1.2rem 1rem;
      border-radius: 0.8rem;
      background: #f5f5f5;
      width: 24%;
      min-height: 16rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .combike-list .cb-item {
          width: 48%;
          min-height: 9.9rem;
          margin-bottom: 3.2rem;
          padding: 0.4rem 2.4rem 0.7rem 0.7rem; } }
      .cp-compare-flyout .combike-list .cb-item:after {
        content: counter(my-counter);
        font-family: "Barlow-ExtraBold";
        font-size: 6rem;
        color: #e6e6e6;
        position: absolute;
        top: 0;
        right: 1.2rem; }
        @media only screen and (max-width: 1024px) {
          .cp-compare-flyout .combike-list .cb-item:after {
            right: 0.5rem; } }
        @media only screen and (max-width: 768px) {
          .cp-compare-flyout .combike-list .cb-item:after {
            right: 1rem;
            font-size: 3.52rem; } }
  .cp-compare-flyout .bike-name {
    margin-bottom: 1.3rem;
    font-family: "BebasNeue-Regular";
    font-size: 2.4rem;
    color: #3f4351; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .bike-name {
        font-size: 1.54rem; } }
    .cp-compare-flyout .bike-name .bike-code {
      margin-left: 0.3rem;
      font-family: "BebasNeue-Regular";
      font-size: 1.8rem;
      color: #a3a6b0; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .bike-name .bike-code {
          font-size: 1.32rem; } }
  .cp-compare-flyout .img-wrap {
    width: 15.5rem;
    height: 9.8rem;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .img-wrap {
        width: 9.6rem;
        height: 6.1rem; } }
    .cp-compare-flyout .img-wrap img {
      height: 100%; }
  .cp-compare-flyout .btn-default {
    padding: 1.5rem 3.6rem 1.6rem 3.7rem;
    font-family: "Barlow-Bold";
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff; }
  .cp-compare-flyout .combike-wrap {
    display: none;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .combike-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cp-compare-flyout .act-btn {
    width: 15%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .act-btn {
        width: 100%; } }
    .cp-compare-flyout .act-btn .btn-default {
      margin: 0 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .act-btn .btn-default {
          margin: 0 auto 2rem;
          width: auto; } }

@media only screen and (max-width: 768px) {
  #pdp .cp-compare-flyout {
    bottom: 7.5%; } }

.cp-compare-flyout.open .cb-item.selected-product .bike-card .img-wrap {
  margin-left: 3rem; }
  .cp-compare-flyout.open .cb-item.selected-product .bike-card .img-wrap img {
    width: initial;
    display: block;
    margin: auto; }

.cp-compare-flyout.open .cb-item.selected-product .bike-card .close-icon {
  opacity: 1; }

.cp-compare-flyout .act-btn .btn-default-disabled {
  background-color: #cfcfcf !important;
  color: #989898 !important;
  opacity: 1; }

.cp-compare-flyout .close-icon {
  color: #ffffff !important; }
  .cp-compare-flyout .close-icon:hover {
    color: #ffffff !important; }

header
~ #maincontent
.container
a.close-icon:not(.btn-primary):not(.btn-outline-primary) {
  color: #ffffff; }

.cp-compare-flyout {
  display: none; }
  .cp-compare-flyout .act-btn .btn-default-disabled {
    background-color: #cfcfcf !important;
    opacity: 1;
    color: #989898 !important; }
