/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-banner-cm {
  min-height: 26.3rem;
  position: relative;
  background-position: right bottom; }
  @media only screen and (max-width: 768px) {
    .cp-banner-cm {
      min-height: 21.1rem; } }
  .cp-banner-cm::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 24.2rem;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    background-size: cover;
    z-index: 1; }
  .cp-banner-cm:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000 -4%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    z-index: 1; }
  .cp-banner-cm .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .cp-banner-cm .banner-cont {
        top: 40%; } }
    .cp-banner-cm .banner-cont .banner-title {
      font-size: 10rem;
      line-height: 10.2rem;
      font-family: "BebasNeue-Regular";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-banner-cm .banner-cont .banner-title {
          font-size: 4rem;
          line-height: 4.8rem; } }
      .cp-banner-cm .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
        .cp-banner-cm .banner-cont .banner-title .typ-1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          background: #ffffff;
          filter: blur(8px);
          background-color: #121212;
          height: 2.4rem;
          width: calc(100% + 3rem);
          bottom: 3rem; }
      .cp-banner-cm .banner-cont .banner-title .typ-2 {
        margin-top: -3.5rem;
        z-index: 0;
        opacity: 0.6; }
        @media only screen and (max-width: 768px) {
          .cp-banner-cm .banner-cont .banner-title .typ-2 {
            margin-top: -2.4rem; } }

.cp-form .input-wrap {
  width: 100%;
  margin: 0 0 5rem;
  position: relative; }
  .cp-form .input-wrap.error .error-wrap {
    display: inline-block; }

.cp-form .inputDefault {
  width: 100%;
  background: none;
  border-bottom: 1px solid #979797;
  padding: 0.6rem 0;
  color: #ffffff;
  font-family: "Barlow-Regular";
  font-size: 1.8rem; }
  .cp-form .inputDefault::-ms-reveal, .cp-form .inputDefault::-ms-clear {
    display: none; }
  .cp-form .inputDefault::-webkit-input-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault::-moz-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault:-ms-input-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }
  .cp-form .inputDefault:-moz-placeholder {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-family: "Barlow-Light"; }

.cp-form label {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  font-weight: 300;
  color: #ffffff;
  display: block; }

.cp-form .error-wrap {
  text-align: left;
  margin-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #a80000;
  padding: 0.5rem 1rem;
  background: #9f9f9f;
  border-radius: 15px;
  font-family: "Barlow-Medium";
  font-style: italic;
  display: none;
  position: absolute;
  left: 0;
  bottom: -3rem; }
  .cp-form .error-wrap .icon-info {
    margin-right: 0.7rem; }

.cp-form .forgotPassword {
  font-family: "Barlow-Bold";
  font-size: 1.4rem;
  font-weight: bold;
  color: #f8673b;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: -2.5rem;
  cursor: pointer;
  z-index: 1; }
  .cp-form .forgotPassword .link {
    color: #f8673b; }

.cp-form .icon.icon-eye {
  position: absolute;
  right: 0;
  top: 2rem;
  opacity: 0.2;
  color: #ffffff;
  font-size: 2.4rem;
  cursor: pointer;
  display: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
  .cp-form .icon.icon-eye.active, .cp-form .icon.icon-eye:hover {
    opacity: 0.8; }
  .cp-form .icon.icon-eye.active:after {
    display: block; }
  .cp-form .icon.icon-eye:after {
    display: none;
    content: '';
    position: absolute;
    right: 13px;
    width: 2px;
    height: 26px;
    transform: rotate(35deg);
    bottom: 0px;
    background: #ffffff; }
  .cp-form .icon.icon-eye.show {
    display: block; }

.cp-form .btn-default {
  width: 100%; }

.cp-form .text-link {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 1.7rem; }
  .cp-form .text-link span {
    font-family: "Barlow-Regular";
    font-size: 1.4rem;
    color: #b2b2b2; }
  .cp-form .text-link .createAccount {
    padding-left: 1rem;
    font-family: "Barlow-Bold";
    font-size: 1.4rem;
    color: #f8673b;
    cursor: pointer;
    text-transform: uppercase; }

.cp-form .extra-note {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "Barlow-Regular";
  color: #858585; }

.cp-form.cart .input-wrap {
  margin-bottom: 4rem; }

.cp-form.cart .inputDefault {
  border: 1px solid #595959;
  border-radius: 6px;
  padding: .9rem 10rem .9rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Barlow-Regular";
  color: #9f9f9f;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-form.cart .inputDefault {
      padding: .6rem 6rem .6rem 1rem; } }
  .cp-form.cart .inputDefault:-ms-input-placeholder {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Barlow-Regular";
    color: #9f9f9f; }
  .cp-form.cart .inputDefault::placeholder {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Barlow-Regular";
    color: #9f9f9f; }

.cp-form.cart .btn-link {
  font-size: 1.2rem;
  line-height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem; }

.cp-form.cart .success-msg {
  display: none;
  position: absolute;
  left: 0;
  bottom: -2rem;
  font-size: 1.4rem;
  font-family: "Barlow-Regular";
  font-style: italic;
  color: green; }
  .cp-form.cart .success-msg.show {
    display: block; }

.cp-form.shipping-form {
  border-top: 3px solid rgba(151, 151, 151, 0.4); }
  .cp-form.shipping-form .subtitle {
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .subtitle {
        margin-top: 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-form.shipping-form .input-wrap {
      margin-bottom: 4rem; } }
  .cp-form.shipping-form .form-title {
    margin-bottom: 3.2rem;
    font-family: "Barlow-Bold";
    letter-spacing: 0.4px;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .form-title {
        font-size: 1.4rem;
        margin-bottom: 2rem; } }
  .cp-form.shipping-form label {
    margin-bottom: 0.8rem;
    font-family: "Barlow-Light";
    font-size: 1.4rem;
    color: #3f4351; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form label {
        margin-bottom: 0; } }
  .cp-form.shipping-form .inputDefault {
    border-bottom: 1px solid #979797;
    padding: .6rem 2rem .6rem 0rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #000000;
    position: relative; }
    .cp-form.shipping-form .inputDefault.selectCheck {
      -webkit-appearance: none;
      background-image: url("../assets/images/angle-down-solid.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 3%; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .inputDefault {
        padding: .6rem 1rem .6rem 0; } }
    .cp-form.shipping-form .inputDefault:-ms-input-placeholder {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      color: #b2b2b2; }
    .cp-form.shipping-form .inputDefault::placeholder {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Regular";
      color: #b2b2b2; }
  .cp-form.shipping-form .btn-outline {
    min-width: 36rem;
    margin-top: 3rem;
    padding: 0.7rem 2.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .btn-outline {
        min-width: 24rem; } }
    .cp-form.shipping-form .btn-outline.disabled {
      opacity: 0.6;
      cursor: none; }
  @media only screen and (max-width: 768px) {
    .cp-form.shipping-form .act-btn {
      text-align: right;
      width: max-content;
      margin: 0 0 0 auto; } }
  .cp-form.shipping-form .cp-radio-box .radio-wrap .radio {
    margin-right: 6rem; }
    @media only screen and (max-width: 768px) {
      .cp-form.shipping-form .cp-radio-box .radio-wrap .radio {
        margin-right: 4rem; } }

@media only screen and (max-width: 768px) {
  .cp-form.profile-form .input-wrap {
    margin-bottom: 4rem; } }

.cp-form.profile-form .form-title {
  margin-bottom: 3.2rem;
  font-family: "Barlow-Bold";
  letter-spacing: 0.4px;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .form-title {
      font-size: 1.4rem;
      margin-bottom: 2rem; } }

.cp-form.profile-form label {
  font-family: "Barlow-Light";
  font-size: 1.4rem;
  color: #3f4351; }

.cp-form.profile-form .inputDefault {
  border-bottom: 1px solid #979797;
  padding: .6rem 2rem .6rem 0rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Barlow-Regular";
  color: #000000;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .inputDefault {
      padding: .6rem 1rem .6rem 0; } }
  .cp-form.profile-form .inputDefault:-ms-input-placeholder {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #b2b2b2; }
  .cp-form.profile-form .inputDefault::placeholder {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "Barlow-Regular";
    color: #b2b2b2; }

.cp-form.profile-form .inputTextarea {
  margin-top: 1.8rem;
  border-radius: 6px;
  border: solid 1px #979797;
  padding: .9rem 1.6rem;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Barlow-Regular";
  color: #000000; }

.cp-form.profile-form .btn {
  min-width: 14.4rem;
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .btn {
      min-width: 15.2rem;
      padding: 0.9rem 1rem; } }
  @media only screen and (max-width: 368px) {
    .cp-form.profile-form .btn {
      min-width: 12.2rem; } }
  .cp-form.profile-form .btn.btn-default {
    width: auto; }
  .cp-form.profile-form .btn.disabled {
    opacity: 0.6;
    cursor: none; }

@media only screen and (max-width: 768px) {
  .cp-form.profile-form .act-btn {
    text-align: center;
    margin-top: 1rem; } }

.cp-form.profile-form .cp-radio-box .radio-wrap .radio {
  margin-right: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-form.profile-form .cp-radio-box .radio-wrap .radio {
      margin-right: 4rem; } }

.cp-form.typ-f-signup {
  margin-top: 2.3rem; }
  .cp-form.typ-f-signup .input-wrap {
    margin-bottom: 2rem; }
  .cp-form.typ-f-signup .act-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-form.typ-f-signup .btn.btn-outline {
    background: transparent;
    color: #ffffff;
    opacity: 1; }
  .cp-form.typ-f-signup .privacyLink {
    color: #ffffff !important;
    font-family: 'Barlow-Medium';
    font-size: 1.2rem;
    text-decoration: underline;
    position: relative;
    top: 6px; }
  .cp-form.typ-f-signup .inputDefault {
    border-bottom: 1px solid #a6a6a6; }
    .cp-form.typ-f-signup .inputDefault::-webkit-input-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault::-moz-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault:-ms-input-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }
    .cp-form.typ-f-signup .inputDefault:-moz-placeholder {
      color: #a6a6a6;
      font-size: 1.4rem;
      font-family: "Barlow-Regular"; }

.btn-display-thankyou {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.form-custom-input-style {
  position: relative; }
  .form-custom-input-style .inputDefault {
    padding-right: 0 !important; }
  .form-custom-input-style .file-name {
    position: absolute;
    left: 0;
    top: 35px; }
  .form-custom-input-style .noteText {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #999;
    margin-top: 1rem;
    position: absolute; }
  .form-custom-input-style .upload-icon {
    background-image: url(../images/upload-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: -1; }
  .form-custom-input-style input[type="file"] {
    opacity: 0;
    width: 100%;
    cursor: pointer; }

.cp-find-bike {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 2.5rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-find-bike {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 2rem 0; } }
  .cp-find-bike .select-title {
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #3f4351;
    margin-right: 2rem;
    width: 18%;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-find-bike .select-title {
        width: 12rem;
        font-size: 1.6rem;
        margin-right: 0;
        margin-bottom: 2rem;
        line-height: 1.8rem; } }
    .cp-find-bike .select-title .typ-1 {
      font-family: "Barlow-Regular"; }
    .cp-find-bike .select-title .typ-2 {
      font-family: "Barlow-ExtraBold"; }
      @media only screen and (max-width: 768px) {
        .cp-find-bike .select-title .typ-2 .cm-line-break {
          display: inline-block; } }
  .cp-find-bike .option-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80rem; }
    @media only screen and (max-width: 768px) {
      .cp-find-bike .option-wrap {
        width: 100%;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-find-bike .option-wrap.typ-flex-star {
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.cp-select-bike-box {
  position: relative;
  border-radius: 8px;
  margin-right: 2rem;
  max-width: 180px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 2rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }
  @media only screen and (max-width: 768px) {
    .cp-select-bike-box {
      max-height: initial;
      width: 48%;
      margin-right: 0; } }
  .cp-select-bike-box .select-radio {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .cp-select-bike-box .select-radio:checked + .img-wrap {
      filter: grayscale(0); }
      .cp-select-bike-box .select-radio:checked + .img-wrap .radio-val {
        font-size: 2.8rem; }
  .cp-select-bike-box .img-wrap {
    position: relative;
    filter: grayscale(1);
    cursor: pointer; }
    .cp-select-bike-box .img-wrap:after {
      content: '';
      width: 100%;
      height: 110px;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 8px; }
  .cp-select-bike-box .radio-val {
    font-family: "Barlow-ExtraBold";
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    bottom: 2.2rem;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: break-spaces;
    z-index: 2; }

.cp-select-bike-box .select-radio:checked + .img-wrap .radio-val {
  font-size: 3.2rem; }

.cp-select-bike-box .select-radio:not(:checked) + .img-wrap .radio-val .cm-line-break {
  font-family: "Barlow-Medium"; }

.cp-select-bike-box.adult {
  display: none; }

.cp-select-bike-box.kids {
  display: block;
  margin-bottom: 4rem; }

.cp-select-bike-box.is-active {
  display: block; }

.cp-select-bike-box.in-active {
  display: none; }

.cp-range-tab .nav-tabs .nav-link.active {
  border-bottom: none !important; }

.lyt-findBike .cp-banner-cm .banner-cont {
  top: 73%; }
  .lyt-findBike .cp-banner-cm .banner-cont .banner-title {
    font-size: 6rem;
    line-height: 6rem; }

.upgrade-mybike .cp-select-bike-box.adult {
  display: block; }

.upgrade-mybike .cp-select-bike-box.kids {
  display: none; }

.upgrade-mybike .cp-select-bike-box.is-active {
  display: block; }

.upgrade-mybike .cp-select-bike-box.in-active {
  display: none; }

.cp-outline-radio {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }
  .cp-outline-radio .select-radio {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .cp-outline-radio .select-radio:checked + .radio-val {
      background-color: #3f4351;
      color: #ffffff; }
  .cp-outline-radio .radio-val {
    width: 18rem;
    height: 7rem;
    padding: 1.4rem;
    border-radius: 4px;
    border: solid 1px #3f4351;
    background: #ffffff;
    font-family: "Barlow-Bold";
    font-size: 1.8rem;
    color: #3f4351;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .cp-outline-radio .radio-val {
        width: 12.6rem;
        height: 3.5rem;
        border-radius: 2.8px;
        border: solid 0.7px #3f4351;
        font-size: 1.2rem;
        padding: 0.5rem 0.7rem; } }

.cp-range .ui-widget.ui-widget-content {
  border: none;
  padding: 0rem; }

.cp-range .ui-widget-content {
  border: none;
  background: #ef5423;
  color: transparent;
  height: 100%; }

.cp-range .ui-slider-horizontal {
  width: 100%;
  height: 0.5px; }

.cp-range .ui-widget-header {
  background: #f8673b;
  height: 100%; }

.cp-range .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -.6em; }

.cp-range .ui-state-default {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 4px 2px #989898;
  border: solid 4px #fff;
  background-color: #ef5423;
  border-radius: 50%;
  outline: 0;
  display: block;
  position: relative;
  cursor: pointer; }

.cp-range .range-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  margin-left: -6px;
  margin-right: -12px; }
  .cp-range .range-labels .label-item {
    font-family: "Barlow-Medium";
    font-size: 1.4rem;
    color: #3f4351; }
    .cp-range .range-labels .label-item.active {
      font-family: "Barlow-Bold"; }

.cp-range-tab {
  padding: 24px 20px 30px 19.5px;
  border-radius: 8px;
  border: solid 0.5px #d3d3d3;
  background-color: #f9f9f9;
  width: 58rem; }
  @media only screen and (max-width: 768px) {
    .cp-range-tab {
      width: 100%; } }
  .cp-range-tab .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    border: 0;
    width: 10rem; }
    @media only screen and (max-width: 768px) {
      .cp-range-tab .nav-tabs {
        width: 8rem; } }
  .cp-range-tab .nav-item {
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 3rem; }
    .cp-range-tab .nav-item .nav-link {
      font-family: "Barlow-Medium";
      font-size: 1.4rem;
      line-height: 2rem;
      color: #f8673b;
      text-transform: uppercase;
      position: relative;
      padding: 0;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .cp-range-tab .nav-item .nav-link {
          font-size: 1.4rem; } }
      .cp-range-tab .nav-item .nav-link .icon-right {
        font-size: 1rem;
        margin-left: 1.7rem;
        position: absolute;
        top: 6px;
        right: 15px; }
    .cp-range-tab .nav-item.active .nav-link, .cp-range-tab .nav-item:hover .nav-link {
      font-family: "Barlow-ExtraBold";
      color: #3f4351;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-range-tab .nav-item.active .nav-link, .cp-range-tab .nav-item:hover .nav-link {
          font-size: 1.6rem; } }
  .cp-range-tab .tab-pane {
    display: none; }
    .cp-range-tab .tab-pane.active {
      display: block; }
  .cp-range-tab .fade:not(.show) {
    opacity: 1; }
  .cp-range-tab .inputDefault {
    width: 7rem;
    height: 7rem;
    padding: 19px 15px 23px;
    border-radius: 8px;
    border: solid 0.5px #e0e0e0;
    background-color: #ffffff;
    font-family: "Barlow-Medium";
    font-size: 3.2rem;
    text-align: center;
    color: #d6d6d6; }
    .cp-range-tab .inputDefault.cm-input {
      width: 8rem; }
    .cp-range-tab .inputDefault:focus {
      border: solid 0.5px #f8673b; }
    @media only screen and (max-width: 768px) {
      .cp-range-tab .inputDefault {
        width: 56px;
        height: 66px; } }
  @media only screen and (max-width: 768px) {
    .cp-range-tab .feet-size {
      width: 62px !important;
      height: 66px !important; } }
  .cp-range-tab .input-wrap {
    margin-left: 3.8rem;
    margin-bottom: 5.6rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-range-tab .input-wrap {
        margin-left: 2.8rem; } }
  .cp-range-tab .input-label {
    font-family: "Barlow-Bold";
    font-size: 1.4rem;
    color: #3f4351;
    margin-left: 1rem;
    position: relative;
    bottom: -20px; }
  .cp-range-tab .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 10rem;
    margin-top: -10rem; }
    @media only screen and (max-width: 768px) {
      .cp-range-tab .wrapper {
        margin-left: 6rem; } }

.lyt-findBike .bs-sec {
  padding: 5rem 0;
  border-radius: 16px; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .bs-sec {
      padding: 3.1rem 0; } }

.lyt-findBike .act-btn {
  padding-top: 8.5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .act-btn {
      padding-top: 2rem; } }
  .lyt-findBike .act-btn .btn-default {
    min-width: 144px;
    font-size: 1.4rem;
    padding: 0.8rem 2.2rem; }

.lyt-findBike .cp-form .input-wrap {
  margin: 0;
  z-index: 9; }

.lyt-findBike .cp-form .inputDefault {
  width: 380px;
  height: 50px;
  margin: 0;
  padding: 1.4rem 1.8rem;
  border: solid 0.8px #3f4351;
  background: #ffffff;
  font-family: "Barlow-Medium";
  font-size: 1.8rem;
  color: #3f4351;
  border-radius: 3.2px; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .cp-form .inputDefault {
      width: 304px;
      height: 40px;
      padding: 1.1rem 1.5rem;
      font-size: 1.45rem; } }

.lyt-findBike .cp-form .suggestions-wrapper.is-active {
  padding: 2.4rem 1.9rem;
  border-radius: 0.4rem;
  border: solid 1px #979797;
  background-color: #ffffff;
  margin-top: -.5rem; }

.lyt-findBike .cp-form .suggestions-wrapper .sub-item {
  font-family: "Barlow-Medium";
  font-size: 1.6rem;
  font-weight: 500;
  color: #9f9f9f; }

.hide {
  display: none; }

.lyt-findBike .act-btn .firefoxBike {
  min-width: 15.9rem;
  min-height: 5rem; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .act-btn .firefoxBike {
      min-width: 10.8rem;
      min-height: 3rem; } }

.lyt-findBike .act-btn .bikeUpgrade {
  width: 22.4rem;
  min-height: 5rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .act-btn .bikeUpgrade {
      font-size: 1.4rem;
      width: 11.4rem;
      min-height: 3rem; } }

.lyt-findBike .cp-banner-cm {
  height: 29.3rem;
  overflow: hidden;
  background-position: right -0px bottom -25px; }
  @media only screen and (max-width: 768px) {
    .lyt-findBike .cp-banner-cm {
      background-repeat: no-repeat;
      background-position: right -120px bottom 0px;
      max-height: 21.1rem; } }
  .lyt-findBike .cp-banner-cm::before {
    content: none; }
  .lyt-findBike .cp-banner-cm .banner-cont .banner-title {
    line-height: 8.3rem; }
    @media only screen and (max-width: 768px) {
      .lyt-findBike .cp-banner-cm .banner-cont .banner-title {
        font-size: 4rem;
        line-height: 5rem; } }

.lyt-findBike .kids-bike-range {
  display: none; }
  .lyt-findBike .kids-bike-range.is-active {
    display: -ms-flexbox;
    display: flex; }
    .lyt-findBike .kids-bike-range.is-active .cp-select-bike-box.in-active {
      display: block; }

.lyt-findBike .have-no-bike.in-active {
  display: none; }

.lyt-findBike .cp-prod-listing .rhs .product-list .product-item .cp-prodcut .act-btn {
  padding-top: 1.5rem; }
