/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-faq-tab {
  margin: 5rem 0 0; }
  @media only screen and (max-width: 768px) {
    .cp-faq-tab {
      margin: 2.5rem 0 4rem; } }
  .cp-faq-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-faq-tab .tabs {
        margin-bottom: 1rem; } }
  .cp-faq-tab .nav-tabs {
    border: none;
    margin-right: 5rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .cp-faq-tab .nav-tabs {
        margin-right: 2rem; } }
    .cp-faq-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #646464;
      padding-bottom: .9rem;
      font-family: "Heebo-Medium";
      min-width: auto;
      letter-spacing: -0.38px; }
      @media only screen and (max-width: 768px) {
        .cp-faq-tab .nav-tabs .tab-title {
          font-size: 1.8rem;
          line-height: 1.8rem;
          letter-spacing: -0.28px;
          min-width: 6rem; } }
    .cp-faq-tab .nav-tabs:hover .icon, .cp-faq-tab .nav-tabs.active .icon {
      color: #000000; }
    .cp-faq-tab .nav-tabs:hover .tab-title, .cp-faq-tab .nav-tabs.active .tab-title {
      color: #000000;
      font-family: "Heebo-black";
      border-bottom: 2px solid #0070F0; }
  .cp-faq-tab .tab_content {
    display: none; }
  .cp-faq-tab .note {
    margin: 0 4px 0 0;
    font-family: "Heebo-Regular";
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000000; }
    .cp-faq-tab .note .link {
      font-family: "Heebo-Medium";
      font-size: 1.2rem;
      color: #0070F0; }

@media only screen and (max-width: 768px) {
  .cp-faq-tab.typ-faq-corporate {
    margin: 2.5rem 0 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-faq-tab .nav-tabs .tab-title {
    padding-bottom: 0.5rem; } }

.cp-faqAccordion {
  margin-bottom: 3rem; }
  .cp-faqAccordion .acc-item {
    border-bottom: solid 1px #e2e2e2; }
  .cp-faqAccordion .acc-head {
    position: relative;
    cursor: pointer;
    padding: 2.1rem 3rem 2.1rem 0;
    font-family: "Heebo-Bold";
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-faqAccordion .acc-head {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding: 2rem 2rem 2rem 0; } }
    .cp-faqAccordion .acc-head:before {
      content: "\E901";
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 2.4rem;
      line-height: 2.5rem;
      color: #646464;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      transition: all 0.5s ease; }
      @media only screen and (max-width: 768px) {
        .cp-faqAccordion .acc-head:before {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
    .cp-faqAccordion .acc-head.active:before {
      content: "\E923";
      color: #646464; }
  .cp-faqAccordion .acc-cont {
    display: none;
    padding: 0.9rem 3rem 0 0;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .cp-faqAccordion .acc-cont {
        padding: 0; } }
    .cp-faqAccordion .acc-cont.active {
      display: block; }
    .cp-faqAccordion .acc-cont .question {
      font-family: "Heebo-SemiBold";
      font-size: 1.6rem;
      color: #333333;
      margin-bottom: 0.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-faqAccordion .acc-cont .question {
          font-size: 1.4rem;
          line-height: 2rem; } }
    .cp-faqAccordion .acc-cont p,
    .cp-faqAccordion .acc-cont .answer {
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 1.5;
      color: #333333;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-faqAccordion .acc-cont p,
        .cp-faqAccordion .acc-cont .answer {
          font-size: 1.4rem;
          line-height: 2rem; } }

.small-title {
  font-size: 2.4rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .small-title {
      font-size: 1.8rem;
      font-family: "Heebo-Light"; } }
  .small-title .highlight {
    font-family: "Heebo-Bold"; }

/*.pg-search {
    .cp-estiments {
        padding: 0rem 0rem 5rem;
        &:before{
        	backgound:none;
        }

        .prod-titem {
            border: 0 solid #e2e2e2;
    		border-bottom-width: 1px;
            padding: 2rem 0;
            margin-bottom: 0;
            .img-wrap {
                border: 2px solid #f7f7f7;
                background-image: linear-gradient(to bottom, #fff, var(--white));
                width: 9.8rem;
            }
            .info-wrap{
            	 .prod-name{
            	 	font-family: $font-medium;
            	 	font-size: 1.8rem;
            	 	color: $clr-gray;
            	 	display: block;
            	 }
            	 .desc{
            	 	font-size: 1.6rem;
            	 	color: $clr-gray;
            	 }
            }

        }
    }
}*/
.bs-form .form-group {
  position: relative;
  margin: 0 0 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-form .form-group {
      margin: 0 0 3.9rem; } }
  .bs-form .form-group .form-label {
    color: #646464;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-label sup {
      margin: 0 0 0 2px;
      font-family: "Heebo-Medium";
      font-size: 1.4rem;
      line-height: 1.4rem;
      color: #721c23;
      top: -2px; }
    .bs-form .form-group .form-label.top {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute; }
  .bs-form .form-group .form-control {
    height: 5rem;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Medium";
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    outline: none; }
    .bs-form .form-group .form-control + .form-label {
      position: absolute;
      top: 1.7rem;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      left: 1.2rem;
      cursor: auto;
      width: auto;
      color: #646464;
      transition: all .3s ease-in-out;
      font-size: 1.6rem;
      font-family: "Heebo-Regular"; }
    .bs-form .form-group .form-control:focus {
      box-shadow: none;
      outline: none;
      border: 1px solid #0070F0; }
    .bs-form .form-group .form-control::-webkit-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:not(:placeholder-shown) + label {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-control.select {
      position: relative; }
      .bs-form .form-group .form-control.select:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: red;
        width: 4rem; }
  .bs-form .form-group.error .icon {
    background: transparent; }
  .bs-form .form-group.error .form-control {
    border: 1px solid #721c23;
    background: rgba(248, 215, 218, 0.5); }
  .bs-form .form-group.error .error-msg {
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    color: #721c23;
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form .form-group .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .form-group .radio-wrap.typ-inline .bs-radio {
      margin-right: 2rem;
      margin-top: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .form-group .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .form-group .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .form-group.mb-zero {
    margin-bottom: 0; }
  .bs-form .form-group.last {
    margin-top: 4rem; }

.bs-form .radio-list {
  display: -ms-flexbox;
  display: flex; }
  .bs-form .radio-list .item {
    margin-right: 3rem; }

.bs-form .checkbox-list .item + .item {
  margin-top: 2rem; }

.bs-form.type-serch .form-group {
  margin: 0rem 0 4rem; }
  .bs-form.type-serch .form-group .form-control {
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2; }

.bs-form.type-storeLocator .form-group {
  margin: 2rem 0 1rem; }
  .bs-form.type-storeLocator .form-group .form-control {
    background: #ffffff;
    height: 4.8rem; }

.bs-form.type-storeLocator .arrowIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%; }
  .bs-form.type-storeLocator .arrowIcon img {
    height: 100%; }

.bs-form.type-storeLocator .currentLocation {
  font-size: 1.6rem;
  color: #0070F0;
  font-family: "Heebo-Bold";
  text-transform: uppercase; }
  .bs-form.type-storeLocator .currentLocation img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 0.5rem; }

.bs-form.typ-signup {
  padding: 4rem 6rem 2rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-signup {
      padding: 3rem 0rem; } }
  .bs-form.typ-signup .bs-checkbox input[type="checkbox"] + label {
    font-family: "Heebo-Medium"; }
  .bs-form.typ-signup .forgotpass {
    margin-bottom: 4.4rem; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signup .forgotpass {
        margin-bottom: 3rem; } }
    .bs-form.typ-signup .forgotpass .link {
      font-family: "Heebo-Bold"; }
  .bs-form.typ-signup .m-bottom {
    margin-bottom: 2.4rem; }
  .bs-form.typ-signup .m-top {
    margin-top: 2rem; }
  .bs-form.typ-signup .success-Desc {
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Regular";
    line-height: 1.25;
    padding-bottom: 4rem;
    margin-top: -2rem; }

.bs-form.typ-otp .small-title {
  margin-bottom: 2rem; }

.bs-form.typ-otp .noteText {
  position: relative;
  bottom: 0;
  font-family: "Heebo-Regular";
  font-size: 1.6rem;
  line-height: 1.25;
  color: #666666; }

.bs-form.typ-create-pwd {
  padding: 4rem 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-create-pwd {
      padding: 3rem 0rem; } }
  .bs-form.typ-create-pwd .noteText {
    bottom: -3rem; }
  .bs-form.typ-create-pwd .m-top {
    margin-bottom: 6rem; }

.bs-form.typ-profile {
  max-width: 44rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-profile {
      max-width: 100%; } }
  .bs-form.typ-profile .act-wrap .btn {
    margin-bottom: 0;
    min-width: 16.1rem;
    padding: 2.2rem 1.5rem; }
    .bs-form.typ-profile .act-wrap .btn + .btn {
      margin-left: 2rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-profile .act-wrap .btn + .btn {
          margin-left: 0.5rem; } }

.bs-form .eye-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem; }

.bs-form .link {
  font-family: "Heebo-Medium";
  font-size: 1.6rem;
  line-height: 1;
  color: #0070F0; }

.bs-form .noteText {
  font-family: "Heebo-Regular";
  font-size: 1.2rem;
  line-height: 1;
  color: #646464;
  position: absolute;
  bottom: -2rem;
  left: 0; }

.bs-form .pinInputWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 300px;
  padding-bottom: 4rem;
  padding-top: 3rem; }
  .bs-form .pinInputWrp .form-control {
    width: 5rem;
    border: 0;
    height: 5rem;
    padding: 0;
    margin-right: 28px;
    text-align: center;
    color: #333333;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 1.6rem;
    font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 1024px) {
      .bs-form .pinInputWrp .form-control {
        margin-right: 0.7rem; } }
    .bs-form .pinInputWrp .form-control:last-child {
      margin-right: 0; }

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

.bs-form .pinInputWrp input:focus,
.bs-form .pinInputWrp input.focus {
  border-color: #0070F0;
  outline: none;
  box-shadow: none; }

.bs-form .resendOtpBlock {
  padding-top: 3.3rem; }
  .bs-form .resendOtpBlock .resendOtpTime,
  .bs-form .resendOtpBlock #timer {
    display: inline-block;
    font-size: 1.6rem;
    color: #666666;
    font-family: "Heebo-Regular"; }
  .bs-form .resendOtpBlock .resendOtp {
    font-size: 1.6rem;
    color: #0070F0;
    font-family: "Heebo-Bold";
    display: none; }
  .bs-form .resendOtpBlock #time {
    position: relative;
    left: -6px; }
  .bs-form .resendOtpBlock.active .resendOtpTime,
  .bs-form .resendOtpBlock.active #timer {
    display: none; }
  .bs-form .resendOtpBlock.active .resendOtp {
    display: block; }

.bs-form .icon {
  width: 4.8rem;
  height: 4.8rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  background-image: linear-gradient(to bottom, #fff, #f7f7f7);
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000000;
  z-index: 1; }
  .bs-form .icon.icon-chevron_right {
    font-size: 2rem;
    transform: translateY(-50%) rotate(90deg); }

.bs-form.typ-warrantyReg .noteText {
  bottom: -3rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .noteText {
      bottom: -4rem; } }

.bs-form.typ-warrantyReg .termsText {
  color: #0070F0; }

.bs-form.typ-warrantyReg .form-group.error .icon {
  background: transparent; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .form-group.checkbox {
    margin: 2rem 0; } }

.bs-form.typ-warrantyReg .form-group.mt {
  margin-top: 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .form-group.mt {
      margin-top: 8rem; } }

.bs-form.typ-warrantyReg .form-group .form-control.select {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .btn {
    min-width: 12.7rem;
    height: 4rem; } }

.bs-form .upload-file .upload-wrap {
  position: relative;
  z-index: 0; }
  .bs-form .upload-file .upload-wrap input {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2; }

.bs-form.typ-bikeDr .form-group {
  margin: 4rem 0 5rem;
  max-width: 36rem; }
  .bs-form.typ-bikeDr .form-group:last-child {
    margin-bottom: 1rem; }

.bs-form.typ-custDr .form-group {
  margin: 1.5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-custDr .form-group {
      margin: 1rem 0 3rem; } }
  .bs-form.typ-custDr .form-group:last-child {
    margin-bottom: 1rem; }
  .bs-form.typ-custDr .form-group .form-label {
    margin-bottom: 0; }

.bs-form.typ-date .form-group {
  margin: 2.5rem 0 2rem; }

.btn.disabled,
.btn:disabled {
  pointer-events: none; }

@media only screen and (max-width: 768px) {
  .mt-sm-20 {
    margin-top: 20px; } }

.cp-success {
  width: 60rem;
  margin: 0px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .cp-success {
      width: 100%; } }
  .cp-success .img-wrap {
    width: 42rem;
    margin: 0px auto; }
    @media only screen and (max-width: 768px) {
      .cp-success .img-wrap {
        width: 28rem; } }
    .cp-success .img-wrap.typ-registration {
      width: 49rem;
      margin: 0px auto 4rem; }
      @media only screen and (max-width: 768px) {
        .cp-success .img-wrap.typ-registration {
          width: 29.5rem; } }
    .cp-success .img-wrap.typ-404 {
      width: 42rem;
      margin: 0px auto 4rem; }
      @media only screen and (max-width: 768px) {
        .cp-success .img-wrap.typ-404 {
          width: 26rem; } }
  .cp-success .success-title {
    font-size: 4rem;
    line-height: 4rem;
    font-family: "Heebo-Bold";
    color: #000000;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-success .success-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 1rem; } }
  .cp-success .desc {
    margin-bottom: 4rem; }
  .cp-success .order-detail {
    font-size: 2rem;
    line-height: 2rem;
    font-family: "Heebo-Regular";
    color: #000000;
    margin-bottom: 3.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-success .order-detail {
        font-size: 1.6rem;
        line-height: 1.6rem; } }
  .cp-success .btn-icon-link {
    margin-bottom: 3.4rem;
    display: inline-block; }
  .cp-success .cp-social-media {
    margin-bottom: 4rem; }
  .cp-success .act-btn .btn-default {
    padding: 1.7rem 5rem; }
  .cp-success.type-no-result {
    margin-top: 2rem;
    margin-top: 0; }
    .cp-success.type-no-result .blueText {
      color: #0070F0; }
    .cp-success.type-no-result .desc {
      font-size: 1.6rem;
      line-height: 2rem; }
  .cp-success.typ-detail-submit .desc {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333333; }

.cp-success .btn.btn-icon-link > .icon {
  font-size: 1.8rem; }

.cp-success .act-btn .btn.btn-default {
  color: #ffffff !important; }
  .cp-success .act-btn .btn.btn-default:hover {
    color: #0070F0 !important; }

.cp-success.type-no-result.no-result-line {
  width: 100%; }

.cp-success .img-wrap.typ-registration.typ-bike-successimg {
  margin: auto; }
  .cp-success .img-wrap.typ-registration.typ-bike-successimg.typ-bike-success-book {
    width: 25rem; }

.cp-success.bike-doc-success {
  width: 44rem; }

.cp-estiments {
  padding: 3rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-estiments {
      padding: 0; } }
  .cp-estiments .prod-titem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    border: 1px solid #e2e2e2;
    -ms-flex-align: center;
        align-items: center; }
    .cp-estiments .prod-titem:last-child {
      margin-bottom: 0rem; }
    .cp-estiments .prod-titem .img-wrap {
      width: 6.8rem;
      margin-right: 1.6rem;
      padding: .7rem .6rem;
      background-image: linear-gradient(to bottom, #fff, #f7f7f7); }
    .cp-estiments .prod-titem .info-wrap .prod-name {
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #000000;
      font-family: "Heebo-Regular";
      margin: 0;
      margin-bottom: 1.2rem; }
      .cp-estiments .prod-titem .info-wrap .prod-name .search-name {
        position: relative; }
    .cp-estiments .prod-titem .info-wrap .desc {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #646464;
      font-family: "Heebo-Regular"; }
      .cp-estiments .prod-titem .info-wrap .desc .highlight {
        color: #333333;
        font-family: "Heebo-Bold"; }
  .cp-estiments:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7); }
    @media only screen and (max-width: 768px) {
      .cp-estiments:before {
        content: none; } }
  .cp-estiments.type-search-estiments {
    padding: 0rem 0rem 5rem; }
    .cp-estiments.type-search-estiments:before {
      display: none; }
    .cp-estiments.type-search-estiments a {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%; }
    .cp-estiments.type-search-estiments .prod-titem {
      border: 0 solid #e2e2e2;
      border-bottom-width: 1px;
      padding: 2rem 0;
      margin-bottom: 0;
      position: relative; }
      .cp-estiments.type-search-estiments .prod-titem .img-wrap {
        border: 2px solid #f7f7f7;
        background-image: linear-gradient(to bottom, #fff, var(--white));
        width: 9.2rem;
        height: 9.2rem;
        padding: 0.9rem 0.8rem 0.8rem 0.9rem; }
      .cp-estiments.type-search-estiments .prod-titem .info-wrap .prod-name {
        font-family: "Heebo-Medium";
        font-size: 1.8rem;
        color: #333333;
        display: block; }
      .cp-estiments.type-search-estiments .prod-titem .info-wrap .desc {
        font-size: 1.6rem;
        color: #333333; }
  .cp-estiments.type-search-estiments2 .info-wrap .prod-name {
    margin-top: 1rem; }

.pg-search .sec-head {
  margin-bottom: 0; }

.pg-search .type-serch .form-group .form-control {
  font-size: 2rem;
  color: #ccc;
  line-height: 1;
  height: 6rem; }
  .pg-search .type-serch .form-group .form-control + .form-label {
    font-size: 2rem;
    top: 2rem; }
  @media only screen and (max-width: 768px) {
    .pg-search .type-serch .form-group .form-control {
      height: 5rem;
      font-size: 1.6rem; }
      .pg-search .type-serch .form-group .form-control + .form-label {
        font-size: 1.6rem;
        top: 1.7rem; } }

@media only screen and (max-width: 768px) {
  .cp-estiments.cp-estiments-delivery {
    margin-top: 3rem; } }

@media only screen and (max-width: 768px) {
  .cp-estiments.type-search-estiments {
    padding: 0rem 0rem 4rem; } }

.cp-estiments.type-search-estiments .small-title {
  font-family: "Heebo-Regular"; }
  @media only screen and (max-width: 768px) {
    .cp-estiments.type-search-estiments .small-title.search-small-title {
      margin-bottom: 1rem; } }

.cp-estiments.type-search-estiments .prod-titem {
  padding: 2.2rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-estiments.type-search-estiments .prod-titem {
      padding: 2rem 0 1.8rem; } }
  @media only screen and (max-width: 768px) {
    .cp-estiments.type-search-estiments .prod-titem.search-prod-titem:first-child {
      padding: 1.1rem 0 1.6rem; } }
  @media only screen and (max-width: 768px) {
    .cp-estiments.type-search-estiments .prod-titem.search-prod-titem {
      padding: 1.6rem 0; } }

.cp-estiments.type-search-estiments .prod-name .typ-search-list {
  top: unset; }

.cp-estiments.type-estimentsdelivery:before {
  background-image: linear-gradient(to bottom, #f7f7f7, #fff); }

.cp-search-flyout {
  position: absolute;
  background: #ffffff;
  z-index: 4;
  left: 0;
  right: 0;
  top: -999rem;
  padding-top: 10rem;
  transition: all 0.5s ease;
  min-height: 100%; }
  .cp-search-flyout .sec-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #000000;
    font-family: "Heebo-Bold";
    margin-bottom: 1.2rem;
    letter-spacing: -1px; }
    @media only screen and (max-width: 768px) {
      .cp-search-flyout .sec-title {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 768px) {
      .cp-search-flyout .sec-title.typ-accessories {
        width: 50%; } }
  .cp-search-flyout .sec-head {
    position: relative; }
  .cp-search-flyout.slide {
    top: 8rem; }
  .cp-search-flyout .js-flyout-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 2.4rem; }
    .cp-search-flyout .js-flyout-close:before {
      color: #000; }

.bs-form .form-group {
  margin: 0 0 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-form .form-group {
      margin: 3rem 0 3rem; } }
  .bs-form .form-group .form-label.warty-label {
    margin-bottom: 0.5rem; }
    .bs-form .form-group .form-label.warty-label.select-fields {
      position: absolute;
      top: -2rem;
      left: 0; }
  .bs-form .form-group.form-fields {
    margin: 0 0 3.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-form .form-group.form-fields {
        margin-top: 0; } }
    .bs-form .form-group.form-fields.form-warty {
      margin: 5rem 0 3.9rem; }
      @media only screen and (max-width: 768px) {
        .bs-form .form-group.form-fields.form-warty {
          margin-top: 5.9rem; } }
  .bs-form .form-group.form-group-first {
    margin-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-form .form-group.form-group-first {
        margin-top: 0;
        margin-bottom: 3.9rem; } }
  .bs-form .form-group.form-checklist {
    margin: 4rem 0 4rem; }
    .bs-form .form-group.form-checklist .form-checklist-label {
      margin-bottom: 0; }
  .bs-form .form-group.form-checklist-shipping {
    margin-top: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-form .form-group.form-checklist-shipping {
        margin: 0 0 5rem; } }
  .bs-form .form-group .form-control + .form-label.form-search-label {
    font-size: 2rem;
    color: #ccc; }
    @media only screen and (max-width: 768px) {
      .bs-form .form-group .form-control + .form-label.form-search-label {
        font-size: 1.6rem; } }
  .bs-form .form-group .form-control:not(:placeholder-shown) + #search-label {
    display: none; }
  @media only screen and (max-width: 768px) {
    .bs-form .form-group.contactusbtn {
      margin: 0rem 0 5rem; } }
  .bs-form .form-group .form-control.typ-messagebox {
    height: 10rem; }
  .bs-form .form-group .form-control.typ-additionalcomment {
    height: 8rem; }
  .bs-form .form-group .error-wrap .error-text {
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    color: #721c23;
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form .form-group .input-wrap.error .form-control {
    border: 1px solid #721c23;
    background: rgba(248, 215, 218, 0.5); }

@media only screen and (max-width: 768px) {
  .bs-form.typ-form-getintouch .form-group:first-child {
    margin-top: 1.5rem; } }

.bs-form.type-storeLocator .form-group {
  margin: 2rem 0rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.type-storeLocator .form-group {
      margin: 2rem 0 1.5rem; } }

.bs-form.type-storeLocator .arrowIcon {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .bs-form.type-storeLocator .currentLocation {
    font-size: 1.2rem;
    font-family: "Heebo-Medium"; } }

@media only screen and (max-width: 768px) {
  .bs-form.type-storeLocator .currentLocation img {
    width: 20px;
    height: 20px; } }

.bs-form.type-storeLocator .authorisedresult {
  max-height: unset; }

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

.bs-form .pinInputWrp .form-control {
  margin-right: 1rem; }

.bs-form .noteText {
  bottom: -3rem; }

.bs-form .resendOtpBlock {
  padding-top: 0;
  padding-bottom: 4rem; }

.bs-form.type-serch .suggestions-wrapper {
  padding: 0 0 20rem;
  height: 56rem;
  overflow-y: auto; }
  @media only screen and (max-width: 768px) {
    .bs-form.type-serch .suggestions-wrapper {
      padding: 3rem 0 4rem; } }

.bs-form.typ-create-pwd .noteText {
  bottom: -4rem; }

.bs-form.typ-bikeDr .form-group {
  max-width: 44rem;
  margin: 5rem 0; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-bikeDr .form-group {
      margin: 5.2rem 0 5rem; } }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-bikeDr .form-group.form-group-dr {
      margin: 3.9rem 0 5.9rem; } }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-bikeDr .form-group.form-group-dr:last-child {
      margin-top: -2rem;
      margin-bottom: 2rem; } }

.bs-form.typ-custDr .form-group {
  margin: 3rem 0; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-custDr .form-group {
      margin: 2rem 0 4rem; } }
  .bs-form.typ-custDr .form-group:last-child {
    margin-bottom: 1rem;
    margin-top: -1rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-custDr .form-group:last-child {
        margin-bottom: 4rem; } }

.bs-form.typ-date .form-group {
  margin: 3rem 0 2rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-date .form-group {
      margin: 2rem 0 0; } }

.bs-form.typ-signup {
  padding: 4rem 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-signup {
      padding: 4rem 0 0; } }
  .bs-form.typ-signup .link {
    color: #0070F0 !important; }
  .bs-form.typ-signup .forgotpass {
    margin-top: -2rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signup .forgotpass {
        margin-top: -2.4rem; } }
    .bs-form.typ-signup .forgotpass .link {
      color: #0070F0 !important; }
  .bs-form.typ-signup .form-group {
    margin: 4.4rem 0 4.4rem; }
    .bs-form.typ-signup .form-group.form-term {
      margin-bottom: 3.2rem; }
    .bs-form.typ-signup .form-group:last-of-type {
      margin: 4rem 0 5rem; }
    .bs-form.typ-signup .form-group:nt-child(2) {
      margin-bottom: 3rem; }
  .bs-form.typ-signup .btm-field {
    margin-top: 8rem; }
    .bs-form.typ-signup .btm-field .invalid-feedback {
      left: 0;
      color: #721c23;
      font-family: "Heebo-Regular";
      font-size: 1.2rem;
      line-height: 1.2rem; }
    .bs-form.typ-signup .btm-field .error-msg-match {
      left: 0;
      color: #721c23;
      font-family: "Heebo-Regular";
      font-size: 1.2rem;
      line-height: 1.2rem; }
  .bs-form.typ-signup.typ-otp .pinInputWrp .form-control {
    margin-right: 2.8rem; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signup.typ-otp .pinInputWrp .form-control {
        margin-right: 0.7rem; } }

.bs-form .resendOtpBlock {
  margin-top: -1rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form .resendOtpBlock {
      margin-top: -1.6rem;
      margin-bottom: 4rem; } }
  .bs-form .resendOtpBlock .resendOtp {
    background-color: transparent;
    padding-left: 0; }

.bs-form.typ-profile .act-wrap .btn {
  padding: 1.6rem;
  min-width: 16.1rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-profile .act-wrap .btn {
      padding: 1.2rem;
      min-width: 11.4rem; } }

.bs-form.typ-profile .act-wrap .btn-save-override {
  min-width: 14rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-profile .act-wrap .btn-save-override {
      min-width: 9.5rem; } }

.bs-form.typ-profile .bs-form .form-group {
  margin: 2rem 0 2.1rem; }
  .bs-form.typ-profile .bs-form .form-group .form-label {
    margin-bottom: 0; }

.bs-form.typ-profile.order-his-sec .form-group {
  margin: 5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-profile.order-his-sec .form-group {
      margin: 3.9rem 0 4.7rem; } }

.bs-form.typ-test-ride .form-group {
  max-width: 100%;
  margin: 5rem 0 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-test-ride .form-group {
      margin: 5.2rem 0 5rem; } }

.bs-form.cargogetintouch {
  padding-top: 2rem;
  height: 60rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.cargogetintouch {
      height: 55rem;
      overflow-y: auto; } }
  @media only screen and (max-width: 768px) {
    .bs-form.cargogetintouch .mCSB_inside > .mCSB_container {
      margin-right: 0; } }
  .bs-form.cargogetintouch .cargogettouchfm {
    padding-top: 2rem; }

.bs-form.contact-us .form-group:first-child {
  margin-top: 4.8rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.contact-us .form-group:first-child {
      margin-top: 2.4rem; } }

.bs-form.contact-us .bs-radio.getIn-touch-brand {
  margin-bottom: -1.9rem;
  margin-top: -0.2rem; }
  .bs-form.contact-us .bs-radio.getIn-touch-brand .radio-wrap .radio {
    margin-right: 2.8rem; }

.signup-details .bs-form.typ-signup {
  padding: 3rem 6rem 0rem 6rem; }
  @media only screen and (max-width: 1024px) {
    .signup-details .bs-form.typ-signup {
      padding: 4rem 0 0; } }

.lyt-contact-us .bs-form .form-group.custom-checkbox {
  margin: 0rem 0 3.2rem; }

#cargocategory .cargoEbike {
  display: none; }

#cargohomepage .bulkform {
  display: none; }

#cargohomepage .cargoEbike {
  display: inline-block; }

.small-title {
  font-family: inherit; }
  .small-title.small-title-popup {
    line-height: 1; }

@media only screen and (max-width: 768px) {
  .cp-search-flyout .sec-title {
    margin-bottom: 2.4rem;
    width: 15.4rem; } }

@media only screen and (max-width: 768px) {
  .cp-search-flyout.slide {
    padding-top: 3rem;
    top: 6rem; } }

@media only screen and (max-width: 768px) {
  .cp-search-flyout .js-flyout-close {
    bottom: 0;
    transform: translateY(0%);
    right: 0; } }
