@charset "UTF-8";
/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.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-alp-banner {
  position: relative; }
  .cp-alp-banner .banner-cont {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .cp-alp-banner .banner-cont {
        transform: none; } }
    .cp-alp-banner .banner-cont .banner-title {
      font-size: 6rem;
      line-height: 5rem;
      color: #ffffff;
      font-family: "BebasNeue-Regular";
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .6s;
      opacity: 0;
      display: block;
      text-transform: uppercase;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-alp-banner .banner-cont .banner-title {
          font-size: 5rem;
          line-height: 4rem; } }
      .cp-alp-banner .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
      .cp-alp-banner .banner-cont .banner-title .typ-2 {
        margin-top: -1.5rem;
        z-index: 0;
        color: #b4b4b4; }
        @media only screen and (max-width: 768px) {
          .cp-alp-banner .banner-cont .banner-title .typ-2 {
            margin-top: -1.2rem; } }
    .cp-alp-banner .banner-cont .banner-desc {
      font-size: 1.8rem;
      line-height: 2.6rem;
      color: #ffffff;
      font-family: "Barlow-SemiBold";
      width: 38.1rem;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .6s;
      opacity: 0;
      display: block; }
      @media only screen and (max-width: 768px) {
        .cp-alp-banner .banner-cont .banner-desc {
          font-size: 1.2rem;
          line-height: 2rem;
          width: 67%; } }
  .cp-alp-banner .swiper-slide: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: 768px) {
      .cp-alp-banner .swiper-slide:after {
        transform: rotate(-90deg);
        background-image: linear-gradient(to right, #000 11%, rgba(0, 0, 0, 0) 100%);
        top: auto;
        height: 37.5rem;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -1rem; } }
  .cp-alp-banner .swiper-slide: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: 768px) {
      .cp-alp-banner .swiper-slide:before {
        opacity: 0.8;
        background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        left: 0;
        right: 0; } }

@media only screen and (max-width: 768px) {
  .cp-alp-banner .banner-cont .banner-title {
    font-size: 4rem;
    line-height: 3.5rem; } }

.bg-wrapper {
  background: #f7f7f7; }

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

/*start*/
.layout-alp .cp-prodcut .prod-title .bike-code {
  display: inline-block;
  margin-top: 0; }

.layout-alp .category-item {
  width: 26.8%; }
  @media only screen and (max-width: 768px) {
    .layout-alp .category-item {
      width: 36.8%; } }
  .layout-alp .category-item .icon {
    right: -15px;
    top: 0.8rem; }

.layout-alp .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: 768px) {
    .layout-alp .universal-category {
      margin: 0 0 3.5rem; } }
  .layout-alp .universal-category .uni-cat-list:last-of-type .uni-cat-link {
    margin-right: 0; }
  .layout-alp .universal-category .uni-cat-list .uni-cat-link {
    font-family: "Barlow-Medium";
    font-size: 2.1rem;
    color: #f8673b !important;
    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: 768px) {
      .layout-alp .universal-category .uni-cat-list .uni-cat-link {
        margin: 0 2.7rem 0 0;
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    .layout-alp .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; }
    .layout-alp .universal-category .uni-cat-list .uni-cat-link.active, .layout-alp .universal-category .uni-cat-list .uni-cat-link:hover {
      color: #3f4351 !important; }
    .layout-alp .universal-category .uni-cat-list .uni-cat-link.active {
      font-family: "Barlow-Bold"; }
      .layout-alp .universal-category .uni-cat-list .uni-cat-link.active:before {
        display: block; }

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

.layout-alp .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: 768px) {
    .layout-alp .catdp-list {
      width: 23.8rem;
      right: auto;
      left: 0; } }
  .layout-alp .catdp-list.open {
    top: 4rem;
    visibility: visible; }
    @media only screen and (max-width: 768px) {
      .layout-alp .catdp-list.open {
        top: 4.5rem; }
        .layout-alp .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; } }
  .layout-alp .catdp-list .catdp-item {
    padding: 0.7rem 2rem 0.7rem 2rem;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .layout-alp .catdp-list .catdp-item:hover {
      background: #dad9d9; }
    .layout-alp .catdp-list .catdp-item.active {
      background: #dad9d9; }
      .layout-alp .catdp-list .catdp-item.active .catdp-text {
        font-family: "Barlow-SemiBold"; }
    .layout-alp .catdp-list .catdp-item .catdpIcon {
      position: absolute;
      left: 2.6rem;
      top: 1rem;
      display: inline-block; }
      .layout-alp .catdp-list .catdp-item .catdpIcon span {
        color: #3f4351;
        font-size: 1.6rem;
        font-weight: bold; }
        @media only screen and (max-width: 768px) {
          .layout-alp .catdp-list .catdp-item .catdpIcon span {
            font-size: 1.4rem; } }
    .layout-alp .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: 768px) {
        .layout-alp .catdp-list .catdp-item .catdp-text {
          font-size: 1.4rem; } }

.layout-alp .mobile-flter span {
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .layout-alp .mobile-flter span {
      margin-top: 0; } }

.layout-alp .bt-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .layout-alp .bt-list .bt-item {
    height: 37.3rem;
    background: #ffffff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    padding: 2rem; }
    .layout-alp .bt-list .bt-item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .layout-alp .bt-list .bt-item {
        height: 31.8rem;
        margin-right: 1rem; } }
    .layout-alp .bt-list .bt-item .img-wrap {
      padding: 1rem 0 2rem; }
      @media only screen and (max-width: 768px) {
        .layout-alp .bt-list .bt-item .img-wrap {
          margin: 0 auto;
          width: 85%; } }
      .layout-alp .bt-list .bt-item .img-wrap img {
        width: 100%; }
  .layout-alp .bt-list .btn-wrap {
    padding-top: 1.6rem;
    border-top: 0.5px solid #a3a6b0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .layout-alp .bt-list .btn-wrap .item-name {
      font-family: "Barlow-SemiBold";
      color: #3f4351;
      font-size: 1.6rem;
      letter-spacing: 0.44px;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .layout-alp .bt-list .btn-wrap .item-name {
          font-size: 1.4rem; } }
    .layout-alp .bt-list .btn-wrap .price {
      font-size: 2.8rem;
      font-family: "Barlow-Bold";
      color: #3f4351; }
      @media only screen and (max-width: 768px) {
        .layout-alp .bt-list .btn-wrap .price {
          font-size: 2.2rem; } }
      .layout-alp .bt-list .btn-wrap .price .rupee {
        font-size: 1.8rem;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .layout-alp .bt-list .btn-wrap .price .rupee {
            font-size: 2.2rem;
            vertical-align: baseline; } }
    .layout-alp .bt-list .btn-wrap .icon {
      position: relative;
      top: 1.5rem;
      font-size: 2.6rem;
      color: #f8673b; }

/*end*/
.layout-alp .cp-prod-listing .product-list .product-item {
  height: 50rem; }
  .layout-alp .cp-prod-listing .product-list .product-item .cp-prodcut {
    height: inherit; }
    .layout-alp .cp-prod-listing .product-list .product-item .cp-prodcut .acc-product-heading {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 25%; }
    .layout-alp .cp-prod-listing .product-list .product-item .cp-prodcut .prod-img {
      position: absolute;
      height: 50%;
      left: 0;
      right: 0;
      top: 11rem; }
    .layout-alp .cp-prod-listing .product-list .product-item .cp-prodcut .acc-price-cart {
      position: absolute;
      height: 25%;
      bottom: 0;
      left: 0;
      right: 0; }
      .layout-alp .cp-prod-listing .product-list .product-item .cp-prodcut .acc-price-cart.archive-cart-container {
        height: 13%; }
