/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.bs-modal {
  position: relative;
  height: 100%; }
  .bs-modal.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    outline: 0; }
  .bs-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; }
    @media only screen and (max-width: 768px) {
      .bs-modal.modal-show {
        width: 100%; } }
    .bs-modal.modal-show .modal-dialog {
      transform: translate(-50%, -50%); }
  .bs-modal .modal-body {
    -ms-flex: none;
        flex: none;
    padding: 0;
    height: 100%; }
    .bs-modal .modal-body .highlightText {
      display: inline-block;
      color: #333333;
      font-family: "Heebo-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform 0.3s ease-out;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem; }
  .bs-modal .modal-content {
    height: auto;
    border: 0; }
    @media only screen and (large) {
      .bs-modal .modal-content.scroll-wrap {
        height: 45rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 2.4rem;
    color: #646464;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal.type-md .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 50rem; }
    .bs-modal.type-md .modal-dialog.add-newAddress-popUp {
      max-width: 80rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-lg .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 60rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-eBike .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.type-eBike .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-eBike .scroll {
    height: 50rem; }
  .bs-modal.type-eBike .add-newAddress-popUp .bs-form .form-group {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .add-newAddress-popUp .bs-form .form-group .form-label {
      margin-bottom: 0.5rem; }
  .bs-modal.type-eBike .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.type-eBike .bs-form .radio-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bs-modal.type-eBike .bs-form .radio-list .item {
        width: 100%;
        margin-right: 0; }
        .bs-modal.type-eBike .bs-form .radio-list .item .small-title {
          font-size: 2.4rem; }
  .bs-modal.type-eBike .bs-radio {
    position: relative; }
    .bs-modal.type-eBike .bs-radio .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Heebo-Bold"; }
    .bs-modal.type-eBike .bs-radio input[type="radio"] + label {
      font-family: "Heebo-Regular";
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 2rem 2rem 6rem;
      width: 100%; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:after {
        top: 50%;
        transform: translateY(-50%) scale(0);
        left: 2.5rem; }
    .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label {
      border-color: #0070F0;
      background-color: rgba(0, 127, 255, 0.05); }
      .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label:after {
        top: 50%;
        transform: translateY(-50%) scale(1);
        left: 2.5rem; }
  .bs-modal.typeNotify .modal-dialog {
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .modal-dialog {
        height: 100%; } }
  .bs-modal.typeNotify .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeNotify .act-btn {
      position: fixed;
      width: 90%;
      left: 0;
      bottom: 20px;
      right: 0;
      margin: 0 auto; } }
  .bs-modal.typeNotify .act-btn .btn-default,
  .bs-modal.typeNotify .act-btn .btn {
    max-width: 100%;
    padding: 1.5rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        padding: 2rem 1.5rem;
        width: 90%; } }
  .bs-modal.typ-removepro .act-btn {
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .act-btn {
        text-align: center; } }
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      max-width: 16.4rem;
      padding: 1.7rem;
      min-width: 16.4rem;
      margin-bottom: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-removepro .act-btn .btn-default,
        .bs-modal.typ-removepro .act-btn .btn {
          min-width: 13.5rem;
          margin: 0 auto; } }
  @media only screen and (medium) {
    .bs-modal .bs-applicant-form .title {
      font-size: 2rem; }
    .bs-modal .bs-applicant-form .sub-title {
      font-size: 1.6rem; } }
  @media only screen and (medium) {
    .bs-modal.typ-fatcaForm .close-btn {
      right: 1rem;
      top: 1rem; } }
  .bs-modal.typ-thankBusiness .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
  .bs-modal.typ-thankBusiness .small-title {
    font-size: 2.4rem;
    margin-bottom: 2rem; }
    .bs-modal.typ-thankBusiness .small-title .highlight {
      font-family: "Heebo-SemiBold"; }
  .bs-modal.typ-thankBusiness .highlightText {
    display: inline-block;
    color: #333333;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-thankBusiness .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.typ-thankBusiness .act-btn {
    margin-top: 3rem; }
  .bs-modal.type-EmiRate .modal-dialog {
    padding: 3rem 3rem 7rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .modal-dialog {
        height: auto; } }
    .bs-modal.type-EmiRate .modal-dialog .modal-content {
      overflow-y: auto; }
  .bs-modal.type-EmiRate .table-title {
    margin-bottom: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .table-title {
        margin-bottom: 2rem; } }
  .bs-modal.type-EmiRate .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
  .bs-modal.type-EmiRate .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.type-EmiRate .act-btn {
    box-shadow: 0 5px 10px 0 black;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem 3rem;
    background: #ffffff; }
  .bs-modal.type-EmiRate .cp-table table th,
  .bs-modal.type-EmiRate .cp-table table td {
    padding: 1rem; }
  .bs-modal.type-EmiRate .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem; }
    .bs-modal.type-EmiRate .small-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-findBike .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.typ-cancelOrder .small-title {
    font-size: 4rem;
    font-family: "Heebo-Light";
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cancelOrder .small-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem; } }
  .bs-modal.typ-cancelOrder .desc {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-cancelOrder .bs-form {
    margin-bottom: 7rem; }
    .bs-modal.typ-cancelOrder .bs-form .form-group {
      margin: 5rem 0 3rem; }
  .bs-modal.typ-cancelOrder .no-forChar {
    font-family: "Heebo-Light";
    font-size: 1.4rem;
    color: #646464; }
  .bs-modal.typ-cancelOrder .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.typ-cancelOrder .act-btn .btn-default,
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.5rem;
      min-width: 100%;
      margin-bottom: 0; }
  .bs-modal.typ-video .modal-content {
    padding: 0;
    background: transparent; }
  .bs-modal.typ-video .video-container iframe {
    width: 100%;
    height: 50rem;
    height: 65rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .video-container iframe {
        height: 32rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .video-container iframe {
        height: 40rem; } }
  .bs-modal.typ-video .icon-close {
    color: #646464;
    position: absolute;
    right: -4rem;
    font-size: 4rem;
    top: -4rem;
    font-family: "Heebo-Bold";
    line-height: 3rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .icon-close {
        right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .icon-close {
        right: 0;
        z-index: 9; } }
  @media screen and (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
    .bs-modal.typ-video .icon-close {
      right: 1rem;
      top: 1rem;
      font-size: 2rem; } }
  .bs-modal.typ-video .modal-dialog {
    transform: translate(-50%, -50%);
    right: 0;
    max-width: 80%;
    height: 65rem;
    padding: 0;
    background: transparent; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .modal-dialog {
        top: 50%;
        left: 2%;
        right: 1rem;
        transform: translate(0, 0) !important;
        max-width: 96%;
        margin-top: -17.5rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .modal-dialog {
        top: 20%;
        left: 1rem;
        right: 1rem;
        transform: translateY(-20%); } }
    .bs-modal.typ-video .modal-dialog .modal-dialog {
      transform: translateY(-50%);
      left: 0;
      right: 0; }
  .bs-modal.typ-video.modal-show {
    width: 100%; }
  .bs-modal.typ-getInTouch .modal-content {
    position: relative; }
  .bs-modal.typ-getInTouch .small-title {
    margin-bottom: 3rem; }
    .bs-modal.typ-getInTouch .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.typ-getInTouch .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.typ-getInTouch .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.typ-getInTouch .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.typ-getInTouch .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.typ-getInTouch .bs-form .label {
      top: -2.5rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute;
      color: #646464; }
  .bs-modal.typ-getInTouch .bs-radio {
    position: relative; }
  .bs-modal.typ-servicepin .small-title {
    margin-bottom: 1rem; }
  .bs-modal.typ-servicepin .desc {
    margin-bottom: 4rem; }
  .bs-modal.typ-servicepin .bs-form {
    padding: 0;
    margin: 0; }
  .bs-modal.typ-servicepin .act-btn {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: none;
    padding: 0; }
    .bs-modal.typ-servicepin .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-addNewAddress .small-title {
    margin-bottom: 3rem; }
    .bs-modal.type-addNewAddress .small-title.small-title-2 {
      margin-bottom: 5rem; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .act-btn {
    bottom: 0;
    z-index: 1;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .bs-modal.type-addNewAddress .act-btn {
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .bs-modal.typ-deleteAddress .modal-dialog {
      height: auto; } }
  .bs-modal.type-CompareAlert .small-title {
    text-align: left;
    font-family: "Heebo-Light";
    font-size: 2.4rem; }
    .bs-modal.type-CompareAlert .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.6rem;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-CompareAlert .table-title span {
      font-family: "Heebo-Bold"; }

.pdp-minute-popup-content .modal-content {
  padding: 40px;
  border-radius: 10px; }
  .pdp-minute-popup-content .modal-content .input-wrap {
    margin-bottom: 20px; }
    .pdp-minute-popup-content .modal-content .input-wrap label {
      width: 100%;
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .pdp-minute-popup-content .modal-content .input-wrap .inputDefault {
      width: 100%;
      height: 40px;
      border: 0;
      border-bottom: 1px solid #666666;
      padding: 0; }
  .pdp-minute-popup-content .modal-content .custom-form-btn {
    margin-bottom: 0; }
  .pdp-minute-popup-content .modal-content #close-form-popup {
    color: #333333; }

.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-prod-detail .prod-title {
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -1px;
  color: #0070F0;
  font-family: "Heebo-Bold";
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail .prod-title {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: .8rem; } }

.cp-prod-detail .desc {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Heebo-Regular";
  color: #646464;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail .desc {
      font-size: 1.4rem;
      line-height: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .cp-prod-detail .act-btn .btn.btn-outline {
    margin-left: 0; } }

.cp-accessories .info-wrap .price {
  display: -ms-flexbox;
  display: flex;
  padding-left: 2px; }
  .cp-accessories .info-wrap .price .plp-mrp {
    font-family: 'Heebo-Bold';
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .info-wrap .price .plp-mrp {
        font-size: 1.3rem; } }

.cp-accessories .info-wrap .cost .ruppe {
  font-size: 13px;
  line-height: 19px;
  margin-right: .5rem; }

@media only screen and (max-width: 768px) {
  .cp-accessories .info-wrap .cost.salePercent {
    line-height: 19px; } }

.cp-accessories .info-wrap .typ-strikeprice .strikePrice.value {
  font-size: 13px;
  line-height: 17px; }

.cp-pg-banner .prod-price-colur .pc-title {
  margin-top: 1px; }

.cp-star {
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-star {
      margin-right: 1rem;
      padding-right: 1rem; } }
  .cp-star .start-list {
    display: -ms-flexbox;
    display: flex; }
  .cp-star .star-item {
    margin-right: 2px;
    color: #e2e2e2;
    font-size: 1.2rem;
    line-height: 1.2rem; }
    .cp-star .star-item .icon.fill {
      color: #f6c000; }
    .cp-star .star-item:last-child {
      margin-right: 0rem; }
  .cp-star .star-count {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #333333;
    font-family: "Heebo-Bold";
    margin-left: 5px; }

.cp-star {
  border-right: 0;
  margin-right: 4rem;
  padding-right: 0;
  position: relative; }
  .cp-star:after {
    content: "";
    width: 0.1rem;
    background: #e2e2e2;
    position: absolute;
    right: -2rem;
    top: 0rem;
    height: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .cp-star:after {
        height: 1.2rem;
        top: 0.1rem; } }
  .cp-star .star-count {
    position: relative;
    top: 0.1rem; }

.cp-feature .feature-list {
  display: -ms-flexbox;
  display: flex; }

.cp-feature .feature-item {
  padding: 0 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-feature .feature-item {
      padding: 0 1.3rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 33.33%; } }
  .cp-feature .feature-item:first-child {
    padding-left: 0;
    border: 0; }
  .cp-feature .feature-item:last-child {
    padding-right: 0; }
  .cp-feature .feature-item .icon {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-feature .feature-item .icon {
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: .8rem; } }
  .cp-feature .feature-item .text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333333;
    font-family: "Heebo-Regular";
    max-width: 75%; }
    @media only screen and (max-width: 768px) {
      .cp-feature .feature-item .text {
        font-size: 1.4rem;
        line-height: 1.4rem;
        max-width: 100%; } }

.cp-feature .feature-item .icon .feature-icon {
  width: 2.4rem;
  height: 2.4rem; }

@media only screen and (max-width: 768px) {
  .cp-feature .feature-item {
    display: block; }
    .cp-feature .feature-item .icon {
      display: block; } }

.cp-benifits {
  width: 87.5%; }
  @media only screen and (max-width: 768px) {
    .cp-benifits {
      margin-right: -2rem;
      margin-left: -2rem;
      width: 100%; } }
  .cp-benifits .benf-list {
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background: #f3f3f3;
    border-radius: 0.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .benf-list {
        border-radius: 0; } }
  .cp-benifits .benf-item {
    padding: 0 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .benf-item {
        padding: 0 1.5rem; } }
    .cp-benifits .benf-item:last-child {
      padding-right: 0; }
    .cp-benifits .benf-item:first-child {
      padding-left: 0; }
  .cp-benifits .highlight {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #0070F0;
    font-family: "Heebo-Medium";
    margin-bottom: 0.5rem;
    display: block; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .highlight {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 0.3rem; } }
  .cp-benifits .text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Heebo-Regular";
    color: #666666; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .text {
        font-size: 1.2rem;
        line-height: 1.2rem; } }

.cp-delivery-service .check-delivery {
  margin-bottom: 5.5rem; }

.cp-delivery-service .form-wrap .btn {
  min-width: auto; }

.cp-delivery-service .pincode-wrap {
  position: relative; }
  .cp-delivery-service .pincode-wrap .form-wrap {
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    border: solid 1px #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    max-width: 23.5rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .pincode-wrap .form-wrap {
        max-width: 100%;
        width: 100%; } }
  .cp-delivery-service .pincode-wrap .btn {
    width: 4.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 1.6rem; }
    .cp-delivery-service .pincode-wrap .btn.btn-correct-location {
      display: none; }
      .cp-delivery-service .pincode-wrap .btn.btn-correct-location.remove-bg {
        background: 0 0;
        box-shadow: none;
        padding: 0;
        color: green;
        font-size: 35px; }
    .cp-delivery-service .pincode-wrap .btn.btn-wrong-location {
      display: none; }
  .cp-delivery-service .pincode-wrap.error .btn {
    background: transparent;
    box-shadow: none;
    display: none; }
    .cp-delivery-service .pincode-wrap.error .btn.btn-wrong-location {
      display: inline-block;
      padding: 0 1rem; }
      .cp-delivery-service .pincode-wrap.error .btn.btn-wrong-location .icon-wrong-location {
        color: #721c23;
        font-size: 2.4rem; }
  .cp-delivery-service .pincode-wrap.error .msg.error {
    display: inline-block; }
  .cp-delivery-service .pincode-wrap.success .btn {
    background: transparent;
    box-shadow: none;
    display: none; }
    .cp-delivery-service .pincode-wrap.success .btn.btn-correct-location {
      display: inline-block;
      padding: 0; }
      .cp-delivery-service .pincode-wrap.success .btn.btn-correct-location .icon-correct-location {
        color: #4b9800;
        font-size: 4.4rem; }
  .cp-delivery-service .pincode-wrap.success .msg {
    display: inline-block; }
  .cp-delivery-service .pincode-wrap input {
    padding: 1rem;
    width: 80%; }
  .cp-delivery-service .pincode-wrap .btn {
    border-radius: 0;
    min-width: inherit; }
  .cp-delivery-service .pincode-wrap .msg {
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1;
    color: #4b9800;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    display: none; }
    .cp-delivery-service .pincode-wrap .msg.error {
      color: #721c23;
      display: none; }

.cp-delivery-service .delivery-option {
  margin: 3rem 0; }
  .cp-delivery-service .delivery-option .list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    .cp-delivery-service .delivery-option .list .item {
      padding: 0 1.5rem; }
  .cp-delivery-service .delivery-option .help-link {
    padding-left: 3rem; }

@media only screen and (max-width: 767px) {
  .cp-delivery-service .form-wrap {
    display: -ms-flexbox;
    display: flex; }
  .cp-delivery-service .delivery-option {
    margin: 4rem 0; }
    .cp-delivery-service .delivery-option .list {
      display: block;
      margin: 0; }
      .cp-delivery-service .delivery-option .list .item {
        margin-bottom: 2.5rem; }
    .cp-delivery-service .delivery-option .help-link {
      padding-left: 3rem; } }

.pdp-success-msg {
  color: green;
  font-size: 10px; }

.error-msg {
  color: red;
  font-size: 10px; }

.cp-video {
  z-index: 2;
  position: relative; }
  .cp-video .play-btn {
    margin-bottom: 0rem;
    padding: 0; }
  .cp-video .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block;
    pointer-events: all; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0rem; } }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play.mob-icon {
        margin-bottom: 0.8rem; } }
  .cp-video .play-btn-pdp-2 {
    pointer-events: all; }
  .cp-video .play-btn {
    pointer-events: all; }
  .cp-video .icon-pause {
    pointer-events: all;
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Heebo-Bold";
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-video .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Heebo-Regular";
    color: #ffffff;
    width: 35.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 18.4rem; } }
  .cp-video .feature-list {
    margin-top: 6rem;
    width: 50rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .feature-list {
        width: 27rem; } }
    .cp-video .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-video .feature-list .f-item {
      width: 33.33%;
      padding: 0px 3rem;
      border-left: 1px solid rgba(216, 216, 216, 0.5); }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .f-item {
          padding: 0px 2rem; } }
      .cp-video .feature-list .f-item:last-child {
        padding-right: 0; }
      .cp-video .feature-list .f-item:first-child {
        padding-left: 0;
        border: none; }
    .cp-video .feature-list .value {
      font-size: 3.6rem;
      line-height: 3.6rem;
      display: block;
      font-family: "Heebo-Bold";
      color: #ffffff;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .value {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 4px; } }
    .cp-video .feature-list .label {
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-family: "Heebo-Regular";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .label {
          font-size: 1.4rem;
          line-height: 1.2rem; } }
  .cp-video.active .content-wrap {
    display: none; }
  .cp-video.active .video-container {
    display: block; }
  .cp-video .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }

.cp-prodcut-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0px -2rem; } }
  .cp-prodcut-box .cp-video {
    width: 68.4%;
    margin-right: 5rem;
    height: 45rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-video {
        width: 100%;
        margin-right: -2rem;
        height: 21.1rem;
        padding: 2rem; } }
    .cp-prodcut-box .cp-video:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(244deg, rgba(0, 0, 0, 0.01) -17%, rgba(0, 0, 0, 0.3) 9%);
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .cp-prodcut-box .cp-video .info-wrap {
      position: relative;
      z-index: 2; }
    .cp-prodcut-box .cp-video .video-title {
      font-size: 4rem;
      line-height: 4.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-prodcut-box .cp-video .video-title {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 0.8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-video .video-desc {
        font-size: 1.2rem;
        line-height: 1.4rem;
        width: 14.4rem; } }
  .cp-prodcut-box .cp-box-accer {
    width: 27%; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-box-accer {
        width: 100%; } }
  .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item {
    width: 100%;
    margin-bottom: 5.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item {
        margin-bottom: 2.8rem; } }
    .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item:last-child {
      margin-bottom: 0; }
  .cp-prodcut-box.type-plp {
    border: 1px solid #e2e2e2;
    background: #f7f7f7; }
    .cp-prodcut-box.type-plp .cp-video {
      width: 87%;
      margin: 3rem;
      min-height: 30.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-prodcut-box.type-plp .cp-video {
          width: 100%; } }
      .cp-prodcut-box.type-plp .cp-video .info-wrap {
        text-align: center;
        margin: 0 auto; }
  .cp-prodcut-box.typ-cargo-plp {
    margin-bottom: 3rem; }
    .cp-prodcut-box.typ-cargo-plp .cp-accessories .info-wrap:before {
      display: none; }
  .cp-prodcut-box.type-cargo-pdp .video_play_banner {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none; }
  .cp-prodcut-box.type-cargo-pdp .show {
    display: block; }

.note {
  font-family: "Heebo-Medium";
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 2rem; }

.cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn {
  text-align: center;
  margin: 0 auto; }
  .cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn .play-btn {
    margin: 0; }
    .cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn .play-btn .icon-Play {
      margin: 0; }

.cp-prodcut-box .cp-video.typ-unset::after {
  content: unset; }

.cp-prodcut-box .cp-accessories.typ-prodcut.typ-plp {
  width: 100%;
  margin: 0; }

.alp-accessories .cp-accessories.typ-prodcut {
  width: 38.3rem;
  margin: 2rem 0.3rem; }

.cp-prodcut-box.type-plp {
  background-image: linear-gradient(to right, #fff, #f7f7f7 154%); }
  @media only screen and (max-width: 768px) {
    .cp-prodcut-box.type-plp {
      background: #ffffff; } }
  .cp-prodcut-box.type-plp .cp-video {
    height: auto; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box.type-plp .cp-video {
        margin: 2rem;
        min-height: 16.6rem; } }

.cp-prodcut-box.type-pdp-box .video_play_banner {
  height: 45rem;
  width: 100%; }
  .cp-prodcut-box.type-pdp-box .video_play_banner video {
    height: 45rem;
    width: 100%; }

.cp-box-accer .accer-list, .content-asset .accer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .cp-box-accer .accer-list, .content-asset .accer-list {
      padding: 0px 2.6rem;
      margin-top: 3rem; } }

.cp-box-accer .accer-item, .content-asset .accer-item {
  width: 48%;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-box-accer .accer-item, .content-asset .accer-item {
      margin-bottom: 2rem;
      width: 40.6%; } }
  .cp-box-accer .accer-item:last-child, .content-asset .accer-item:last-child {
    margin-bottom: 0rem; }

.cp-accessories {
  width: 28.5rem;
  border: 1px solid #e2e2e2;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-accessories {
      margin-right: 0rem; } }
  .cp-accessories:nth-child(8n) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .cp-accessories {
      width: 22.5rem; } }
  .cp-accessories:hover {
    border: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .cp-accessories .img-wrap {
    padding: 3rem;
    position: relative; }
    .cp-accessories .img-wrap img {
      z-index: 2;
      position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .img-wrap {
        padding: 2rem;
        width: 18.5rem;
        margin: 0px auto;
        margin-bottom: 2rem; } }
  .cp-accessories .info-wrap {
    background: #ffffff;
    position: relative;
    padding: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .info-wrap {
        padding: 2rem; } }
    .cp-accessories .info-wrap:before {
      content: '';
      background-image: linear-gradient(to bottom, #fff, #f7f7f7);
      width: 100%;
      height: 5rem;
      position: absolute;
      left: 0;
      right: 0;
      top: -5rem;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap:before {
          background-image: linear-gradient(to bottom, #fff, #f7f7f7 190%);
          top: -11.3rem;
          height: 11.3rem; } }
    .cp-accessories .info-wrap .accer-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #000000;
      font-family: "Heebo-Bold";
      margin-bottom: 1.1rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .accer-title {
          font-size: 1.8rem;
          line-height: 2.4rem;
          margin-bottom: .5rem; } }
    .cp-accessories .info-wrap .cost {
      font-size: 2.4rem;
      line-height: 2rem;
      color: #333333;
      font-family: "Heebo-SemiBold"; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .cost {
          font-size: 1.6rem;
          line-height: 2rem; } }
      .cp-accessories .info-wrap .cost .ruppe {
        font-family: "Heebo-Light"; }
    .cp-accessories .info-wrap .color-code {
      position: absolute;
      right: 3rem;
      bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .color-code {
          right: 2rem;
          bottom: 2rem; } }
      .cp-accessories .info-wrap .color-code .colour {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background: transparent;
        display: inline-block;
        margin-left: 1.5rem; }
        .cp-accessories .info-wrap .color-code .colour.colour-1 {
          background: #000000; }
        .cp-accessories .info-wrap .color-code .colour.colour-2 {
          background: #f3d000; }
    .cp-accessories .info-wrap .outofStock {
      background: #f8d7da;
      border-radius: 12px;
      text-align: center;
      font-size: 1rem;
      color: #721c23;
      padding: 5px 10px 4px 10px;
      text-transform: uppercase;
      position: absolute;
      top: -13px;
      left: 27px;
      z-index: 9; }
  .cp-accessories .featureList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
    overflow: hidden;
    height: 7rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .featureList {
        margin-bottom: 0.4rem;
        height: 7rem; } }
  .cp-accessories .feature-item {
    width: 33%;
    border-right: 1px solid #e2e2e2;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333333;
    padding: 0rem 2rem 0rem; }
    .cp-accessories .feature-item:last-child {
      border: 0; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .feature-item {
        padding: 0 1.4rem; }
        .cp-accessories .feature-item:first-child {
          padding-left: 2rem; }
        .cp-accessories .feature-item:last-child {
          padding-right: 2rem; } }
  .cp-accessories .access-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
  .cp-accessories .seller-tag {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.6rem 0.6rem;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid;
    border-radius: 4px;
    font-family: "Heebo-Regular";
    position: absolute;
    top: 3rem;
    z-index: 2;
    left: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .seller-tag {
        top: 2rem;
        left: 2rem; } }
  .cp-accessories.typ-prodcut {
    width: 33.3rem;
    margin: 2rem 4% 2rem;
    padding-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-prodcut {
        width: 22.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-prodcut .img-wrap {
        width: 18.5rem;
        height: 18.5rem;
        margin-bottom: 0; } }
    .cp-accessories.typ-prodcut .act-btn {
      padding: 3rem;
      padding-top: 0;
      position: absolute;
      z-index: 3;
      left: 0;
      bottom: 0; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-prodcut .act-btn {
          padding: 2rem; } }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-prodcut .act-btn .btn.btn-icon-link {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-plpPro {
      width: 100%;
      margin-bottom: 2rem; } }
  .cp-accessories.typ-plp {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-plp {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0;
        background: #ffffff; } }
    .cp-accessories.typ-plp .featureList {
      height: auto; }
    .cp-accessories.typ-plp .feature-item {
      width: 100%;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .feature-item {
          width: 33%;
          word-break: break-word; } }
    .cp-accessories.typ-plp .prodWRap {
      background: #ffffff;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .prodWRap {
          width: 100%; } }
    .cp-accessories.typ-plp .img-wrap {
      width: 29.1rem;
      height: 29.1rem;
      padding: 2rem;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .img-wrap {
          height: auto;
          margin: 0px auto;
          margin-bottom: 2rem; } }
    .cp-accessories.typ-plp .act-btn {
      margin-top: 8rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .act-btn {
          margin-top: 0; } }
  .cp-accessories.type-APD-product {
    width: 28.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.type-APD-product {
        width: 22.5rem; } }
  @media only screen and (max-width: 1024px) {
    .cp-accessories.type-alp {
      width: 48%; } }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-alp {
      width: 100%;
      margin-bottom: 2rem; } }
  .cp-accessories.typ-cargo-plp {
    margin-bottom: 3rem; }
    .cp-accessories.typ-cargo-plp .info-wrap:before {
      display: none; }
    .cp-accessories.typ-cargo-plp .act-btn .icon-add {
      padding-right: 0.5rem;
      position: relative;
      top: -1px; }

.alp-accessories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.alp-accessories {
  -ms-flex-pack: start;
      justify-content: start; }
  .alp-accessories .video-tile {
    width: 100%; }

.pg-faq {
  position: relative; }

.cp-accessories:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  z-index: 2; }

.cp-accessories .access-link {
  width: 28.5rem;
  height: 40rem; }

.cp-accessories .img-wrap {
  width: 100%;
  height: auto; }

.cp-accessories.typ-plp .featureList {
  padding-bottom: 2rem; }

@media only screen and (max-width: 768px) {
  .cp-accessories.typ-plp .act-btn {
    margin-top: 0; } }

@media only screen and (max-width: 768px) {
  .cp-accessories.typ-plp .img-wrap.img-cargoplp {
    padding: 0; } }

.cp-accessories.typ-prodcut {
  padding-bottom: 0rem; }
  .cp-accessories.typ-prodcut .act-btn {
    padding: 3rem;
    padding-top: 0;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-prodcut .act-btn {
        padding: 2rem; } }
    .cp-accessories.typ-prodcut .act-btn .btn.btn-icon-link {
      line-height: 1.4rem;
      font-family: "Heebo-Medium"; }
    .cp-accessories.typ-prodcut .act-btn.typ-cargo-btn {
      margin-top: 0rem; }

@media only screen and (max-width: 768px) {
  .cp-accessories .feature-item {
    font-family: "Heebo-Regular"; } }

@media only screen and (max-width: 768px) {
  .cp-accessories.type-plpPro .img-wrap {
    width: auto;
    height: auto; } }

.cp-accessories.type-plpPro .info-wrap .outofStock {
  z-index: 8; }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-plpPro .info-wrap .outofStock {
      z-index: 8; } }

.cp-accessories.type-plpPro .info-wrap .cargooutofStock {
  margin-bottom: 1rem; }
  .cp-accessories.type-plpPro .info-wrap .cargooutofStock .outofStock {
    position: relative;
    top: 0rem;
    left: 0rem;
    z-index: unset; }

.cp-accessories.type-plpPro .feature-item {
  font-family: "Heebo-Regular"; }

.cp-accessories.type-plpPro .act-btn .addCompare.type-plpaddcompare {
  color: #0080ff;
  font-family: "Heebo-Bold"; }

.cp-accessories.type-plpPro .act-btn .removeCompare.type-plpremovecompare {
  font-family: "Heebo-Bold"; }

.cp-accessories.typ-accessProd {
  width: 28.5rem;
  padding-bottom: 0rem;
  margin: 0 1rem 0 0rem; }
  @media only screen and (max-width: 768px) {
    .cp-accessories.typ-accessProd {
      width: 22.5rem; } }
  .cp-accessories.typ-accessProd .info-wrap .accer-title {
    line-height: 3rem;
    height: 5.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-accessories.typ-accessProd .featureList {
      height: 10rem; } }

@media only screen and (max-width: 768px) {
  .cp-accessories.type-alp {
    margin-top: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-accessories.type-alp .img-wrap {
    padding: 2rem;
    width: 100%;
    margin: 0px auto; } }

.cp-accessories.type-alp .info-wrap .outofStock {
  z-index: 8; }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-alp .info-wrap .outofStock {
      z-index: 8; } }

.cp-accessories .info-wrap .typ-strikeprice .strikePrice {
  font-size: 1.8rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .cp-accessories .info-wrap .typ-strikeprice .strikePrice {
      font-size: 1.4rem; } }

.cp-accessories .info-wrap .cost {
  line-height: 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-accessories .info-wrap .cost {
      font-family: Helvetica; } }
  .cp-accessories .info-wrap .cost.salePercent {
    display: -ms-flexbox;
    display: flex; }
    .cp-accessories .info-wrap .cost.salePercent .totalsalesPercentage {
      color: #087dfa;
      padding-left: 1rem;
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .cost.salePercent .totalsalesPercentage {
          font-size: 1.5rem; } }

.cp-accessories .info-wrap .cargooutofStock {
  margin-bottom: 1.5rem; }
  .cp-accessories .info-wrap .cargooutofStock .outofStock {
    position: relative;
    top: 0rem;
    left: 0rem;
    z-index: unset; }
  .cp-accessories .info-wrap .cargooutofStock .seller-tag {
    padding: 0.6rem 0.6rem;
    position: relative;
    top: 0rem;
    z-index: unset;
    left: 0rem; }

.cp-accessories .info-wrap .color-code .colour {
  background-size: cover; }

.cp-accessories .prodWRap.type-plpinfowrap .info-wrap:before {
  background-image: unset; }

.cp-accessories.typ-adp-access {
  width: 28.2rem;
  margin-left: 1rem;
  margin-right: 0; }

@media only screen and (max-width: 768px) {
  .cp-accessories .seller-tag.typ-newarrival {
    background-color: #ffffff; } }

.alp-accessories .cp-accessories .swatches .color-code .colour .swatch-circle {
  height: 2rem;
  width: 2rem; }

.recomended-product-container .bs-swiper.typ-accessories .cp-accessories.typ-accessProd {
  width: auto; }

.recomended-product-container .bs-swiper.typ-accessories .featureList,
.recomended-product-container .bs-swiper.typ-accessories .color-code {
  display: none; }

.recomended-product-container .bs-swiper.typ-accessories .info-wrap {
  padding: 1rem; }
  .recomended-product-container .bs-swiper.typ-accessories .info-wrap .accer-title {
    height: 3rem;
    overflow: hidden;
    font-size: 16px; }
  .recomended-product-container .bs-swiper.typ-accessories .info-wrap .cost {
    font-size: 12px; }

.recomended-product-container .bs-swiper.typ-accessories .img-wrap {
  height: 135px;
  width: 135px; }
  .recomended-product-container .bs-swiper.typ-accessories .img-wrap img {
    width: 95%; }

.recomended-product-container .swiper-slide {
  width: 135px; }

.recomended-product-container .icon {
  width: 20px;
  height: 20px;
  position: absolute; }
  .recomended-product-container .icon.icon-left {
    left: 10px; }
  .recomended-product-container .icon.icon-right {
    right: -10px; }

.recomended-product-container .swiper-button-next:after, .recomended-product-container .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder; }

.cp-icon-info .icon {
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #000000;
  margin-right: 2rem;
  margin-bottom: 1rem;
  display: block; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon {
      font-size: 3.6rem;
      line-height: 3.6rem;
      margin-bottom: 1rem; } }

.cp-icon-info .title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000000;
  font-family: "Heebo-Bold";
  margin-bottom: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .title {
      font-size: 1.4rem;
      margin-bottom: 0.5rem; } }

.cp-icon-info .desc {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #333333;
  font-family: "Heebo-Regular"; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .desc {
      font-size: 1.4rem;
      line-height: 1.8rem; } }

.cp-icon-info .tag {
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
  padding: 0.8rem 1rem;
  border-radius: 1.2rem;
  background-color: #e5f1ff;
  margin-left: 0.5rem; }

@media only screen and (max-width: 768px) {
  .cp-icon-info.typ-plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; } }

@media only screen and (max-width: 768px) {
  .cp-icon-info.typ-plp .icon {
    font-size: 4.2rem;
    line-height: 4.2rem;
    margin-right: 2rem; } }

.cp-icon-info .icon-box-image img {
  width: 4.5rem;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon-box-image img {
      width: 3.6rem; } }
  .cp-icon-info .icon-box-image img.box-icon {
    width: 3.6rem;
    height: 3.6rem; }

.cp-icon-info .icon {
  font-size: 4.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon {
      font-size: 4.2rem; } }

.cp-icon-info .tag {
  font-family: "Heebo-Regular"; }

.cp-productSpeci .Speci-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.cp-productSpeci .list-item {
  width: 33%;
  border: solid 1px #e2e2e2;
  text-align: center;
  padding: 4rem 0;
  min-height: 245px; }
  @media only screen and (max-width: 768px) {
    .cp-productSpeci .list-item {
      width: 100%;
      margin-bottom: 1rem;
      padding: 1.9rem 0 1.5rem;
      min-height: 158px; } }
  .cp-productSpeci .list-item .speci-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Heebo-Bold";
    color: #000000;
    margin-bottom: 0.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-productSpeci .list-item .speci-title {
        font-size: 1.4rem; } }
  .cp-productSpeci .list-item .desc {
    font-size: 1.6rem;
    color: #333333;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-productSpeci .list-item .desc {
        padding-bottom: 0.5rem; } }
  .cp-productSpeci .list-item .icon img {
    width: 7.2rem;
    height: 7.2rem;
    margin: 0 auto 1.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-productSpeci .list-item .icon img {
        width: 5rem;
        height: 5rem;
        margin: 0 auto 1rem; } }
  .cp-productSpeci .list-item .viewLink {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #0070F0;
    font-family: "Heebo-Bold";
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-productSpeci .list-item .viewLink {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Heebo-Medium"; } }

.cp-specif-tab {
  background: #ffffff; }
  .cp-specif-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem; }
  .cp-specif-tab .nav-tabs {
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; }
    .cp-specif-tab .nav-tabs .icon {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: .8rem;
      display: block;
      color: #646464; }
    .cp-specif-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #646464;
      padding-bottom: .9rem;
      font-family: "Heebo-Medium";
      min-width: 13rem; }
    .cp-specif-tab .nav-tabs:hover .icon, .cp-specif-tab .nav-tabs.active .icon {
      color: #000000; }
    .cp-specif-tab .nav-tabs:hover .tab-title, .cp-specif-tab .nav-tabs.active .tab-title {
      color: #000000;
      font-family: "Heebo-black";
      border-bottom: 2px solid #0070F0; }
  .cp-specif-tab .tab_content {
    display: none; }
    .cp-specif-tab .tab_content.active {
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab .tab_content {
        padding-left: 4.2rem;
        border-bottom: 1px solid #e2e2e2;
        padding: 1rem 0; } }
    .cp-specif-tab .tab_content .specif-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-specif-tab .tab_content .specfi-item {
      width: 47%;
      padding: 2rem 0rem;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item {
          width: 100%;
          border: none;
          padding: 0;
          margin-bottom: 1.6rem; } }
      .cp-specif-tab .tab_content .specfi-item .specif-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 1.2rem;
        color: #000000;
        font-family: "Heebo-Bold"; }
        @media only screen and (max-width: 768px) {
          .cp-specif-tab .tab_content .specfi-item .specif-title {
            font-size: 1.4rem;
            line-height: 1.8rem;
            margin-bottom: 4px; } }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item .desc {
          line-height: 2rem; } }
  .cp-specif-tab .tab_drawer_heading {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .tabs {
      display: none; }
    .cp-specif-tab .tab_drawer_heading {
      margin: 0;
      padding: 1.6rem 1.6rem 1.6rem 0;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #646464;
      border-bottom: 1px solid #e2e2e2;
      position: relative; }
      .cp-specif-tab .tab_drawer_heading .icon {
        font-size: 3rem;
        line-height: 3rem;
        margin-right: 1.2rem; }
      .cp-specif-tab .tab_drawer_heading .acc-title {
        font-family: "Heebo-Medium";
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.28px;
        color: #646464; }
      .cp-specif-tab .tab_drawer_heading .plus-mius {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon {
          font-size: 1.3rem;
          color: #646464; }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon-minus {
          display: none; }
    .cp-specif-tab .d_active {
      color: #000000;
      border: none; }
      .cp-specif-tab .d_active .acc-title {
        font-family: "Heebo-black";
        color: #000000; }
      .cp-specif-tab .d_active .plus-mius {
        color: #000000; }
        .cp-specif-tab .d_active .plus-mius .icon-minus {
          display: block; }
        .cp-specif-tab .d_active .plus-mius .icon-add {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab.type-adp-tab .tab_content {
      padding-left: 0rem; } }
  .cp-specif-tab.type-alp-tab {
    position: relative; }
    .cp-specif-tab.type-alp-tab.expect-nav {
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tabs {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs {
        margin-right: 1rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs .tab-title {
        font-size: 1.8rem;
        line-height: 1.6rem;
        min-width: 8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tab_content {
        padding-left: 0; } }
  .cp-specif-tab.type-filter {
    display: -ms-flexbox;
    display: flex; }
    .cp-specif-tab.type-filter .tabs {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 2rem 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tabs {
          padding: 2rem 1rem;
          display: -ms-flexbox;
          display: flex; } }
    .cp-specif-tab.type-filter .nav-tabs {
      margin-right: 1.5rem;
      text-align: left;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .nav-tabs {
          margin-right: 0rem; } }
      .cp-specif-tab.type-filter .nav-tabs .tab-title {
        font-size: 1.8rem;
        color: #646464;
        padding: 2rem 0; }
      .cp-specif-tab.type-filter .nav-tabs.active .tab-title {
        color: #000000;
        border-bottom: 0; }
    .cp-specif-tab.type-filter .tab-container {
      background-image: linear-gradient(to right, #f7f7f7 -38%, #fff 50%);
      padding: 4rem 2.5rem;
      width: 350px; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tab-container {
          padding: 1rem;
          width: 100%; } }
  .cp-specif-tab.expect-nav .nav-tabs {
    margin-right: 5rem; }
    .cp-specif-tab.expect-nav .nav-tabs .tab-title {
      min-width: auto; }

.cp-specif-tab .nav-tabs .tab-title {
  min-width: 0rem;
  margin: 0 2.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .nav-tabs .tab-title {
      margin: 0 0.5rem;
      min-width: 0rem; } }
  .cp-specif-tab .nav-tabs .tab-title:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .nav-tabs .tab-title.alp-title {
      min-width: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab .tab_content .specif-list {
    margin-left: 4.2rem; } }

.cp-specif-tab.type-alp-tab .nav-tabs {
  margin-right: 5rem; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab.type-alp-tab .nav-tabs {
      margin-right: 1rem; } }
  .cp-specif-tab.type-alp-tab .nav-tabs .tab-title {
    margin: 0; }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .tabs {
    margin-bottom: 2rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .product-grid {
    padding-top: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .tab_content {
    padding: 0rem; } }

.cp-specif-tab.type-filter .tab_content {
  border-bottom: none; }
  .cp-specif-tab.type-filter .tab_content.show {
    display: block; }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.expect-nav .tabs {
    margin-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.expect-nav .expect-tabs .nav-tabs {
    margin-right: 1rem; } }

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

.cp-specif-tab.type-plpfilter .nav-tabs .tab-title {
  font-family: "Heebo-Bold"; }

.cp-filter {
  max-width: 54.7rem;
  max-height: 86.6rem;
  position: absolute;
  right: 0;
  top: 12rem;
  background: #ffffff;
  z-index: 99;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  opacity: 0;
  display: none; }
  @media only screen and (max-width: 768px) {
    .cp-filter {
      top: auto;
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      left: 0;
      bottom: 12rem;
      max-width: 100%; } }
  .cp-filter.active {
    opacity: 1;
    display: block; }
  .cp-filter .reset-btn {
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #0070F0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 3.4rem;
    right: 3rem; }
    .cp-filter .reset-btn .icon {
      font-size: 2.4rem;
      margin-right: 0.8rem; }

header ~ #maincontent .bs-sec.type-plp {
  padding: 12rem 0 8rem; }
  header ~ #maincontent .bs-sec.type-plp .filter-Link.hide {
    display: none; }
  @media only screen and (max-width: 768px) {
    header ~ #maincontent .bs-sec.type-plp {
      padding: 10rem 0 8rem; } }

.cp-filter {
  z-index: 9; }
  .cp-filter.active {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 768px) {
    .cp-filter {
      z-index: 11;
      bottom: -7.8rem; } }
  @media only screen and (max-width: 768px) {
    .cp-filter .reset-btn {
      bottom: 18.4rem; } }

.cp-sort {
  position: absolute;
  right: 11rem;
  top: 12rem;
  background: #ffffff;
  padding: 3rem;
  z-index: 99;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  display: none; }
  @media only screen and (max-width: 768px) {
    .cp-sort {
      top: auto;
      width: 100%;
      height: 40%;
      position: fixed;
      right: 0;
      left: 0;
      bottom: 5.3rem; } }
  .cp-sort.active {
    opacity: 1;
    display: block; }
  .cp-sort .bs-radio.no-mb {
    margin-bottom: 0; }
  .cp-sort.typ-alp {
    right: 0;
    top: 5rem; }

.cp-sort {
  padding: 2.6rem 4.13rem 0rem 4.13rem;
  z-index: 8; }
  .cp-sort .bs-radio input[type=radio] + label {
    font-family: "Heebo-Medium"; }
  @media only screen and (max-width: 768px) {
    .cp-sort.typ-alp {
      top: auto;
      width: 100%;
      height: 34%;
      position: fixed;
      right: 0;
      left: 0;
      bottom: 5.5rem;
      z-index: 11;
      padding: 3rem 2rem 0rem 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-sort.typ-plp {
      top: auto;
      width: 100%;
      height: 34%;
      position: fixed;
      right: 0;
      left: 0;
      bottom: 5rem;
      z-index: 11;
      padding: 3rem 2rem 0rem 2rem; } }

.cp-compare-flyout {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: -999rem;
  transition: all 0.8s ease;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .cp-compare-flyout {
      padding: 3rem 0; } }
  .cp-compare-flyout.show {
    bottom: 0; }
  .cp-compare-flyout .combike-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cp-compare-flyout .bike-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
    z-index: 2; }
  .cp-compare-flyout .combike-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: 75%; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .combike-list {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .cp-compare-flyout .combike-list .cb-item {
      position: relative;
      border-radius: 0;
      min-height: 7rem;
      border: dashed 1px #cbcbcb;
      background-color: #fff;
      width: 25rem;
      height: 7rem;
      margin-right: 2rem; }
      .cp-compare-flyout .combike-list .cb-item:last-of-type {
        margin-bottom: 0; }
      .cp-compare-flyout .combike-list .cb-item:after {
        content: "\E901";
        font-family: 'icomoon';
        font-size: 2.4rem;
        line-height: 2.4rem;
        color: #0070F0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer; }
      .cp-compare-flyout .combike-list .cb-item.active {
        border: solid 1px #cbcbcb; }
        .cp-compare-flyout .combike-list .cb-item.active:after {
          display: none; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .combike-list .cb-item {
          width: 100%;
          margin-bottom: 2rem;
          margin-right: 0; } }
  .cp-compare-flyout .details {
    padding: 1.6rem 1.6rem 1.8rem 1.6rem; }
  .cp-compare-flyout .bike-name {
    font-family: "Heebo-Regular";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #000000;
    margin-bottom: 0.4rem; }
  .cp-compare-flyout .amt {
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #333333; }
  .cp-compare-flyout .img-wrap {
    width: 6.8rem;
    height: 6.8rem;
    padding: 6px;
    margin: 0;
    background: linear-gradient(to bottom, #fff, #f7f7f7); }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .img-wrap {
        width: 6.8rem;
        height: 6.8rem; } }
    .cp-compare-flyout .img-wrap img {
      height: 100%; }
  .cp-compare-flyout .btn-default {
    padding: 1.5rem 3.6rem 1.6rem 3.7rem;
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .btn-default {
        font-size: 1.4rem;
        line-height: 1.4rem; } }
  .cp-compare-flyout .act-btn {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .act-btn {
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: end;
            align-items: flex-end; } }
    .cp-compare-flyout .act-btn .btn-default {
      width: 17.5rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .act-btn .btn-default {
          margin: 3rem 0 0;
          width: auto;
          height: 4rem;
          padding: 0;
          width: 13rem; } }
  .cp-compare-flyout .close-icon {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    display: inline-block; }
  .cp-compare-flyout .close-btn {
    border: solid 1px #0070F0;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .close-btn {
        width: 4rem;
        height: 4rem; } }
    .cp-compare-flyout .close-btn:before {
      content: "\E925";
      color: #0070F0;
      font-size: 2.4rem;
      line-height: 2.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.compare-after-close {
  min-width: 139px;
  height: 50px;
  border-radius: 2.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3);
  background: #0070F0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  z-index: 9;
  padding: 1.5rem 1.5rem 1.3rem; }
  @media only screen and (max-width: 768px) {
    .compare-after-close {
      min-width: 12.6rem;
      height: 4rem; } }
  .compare-after-close .text {
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #ffffff;
    margin-right: 0.5rem; }
  .compare-after-close .no {
    width: 2.4rem;
    height: 2.4rem;
    background: #ffffff;
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    color: #0070F0;
    border-radius: 50%;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-flex-align: center;
        align-items: center; }

@media only screen and (max-width: 768px) {
  .cp-compare-flyout {
    z-index: 7; } }

@media only screen and (max-width: 768px) {
  .cp-compare-flyout.show {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    z-index: 12; } }

@media only screen and (max-width: 768px) {
  .cp-compare-flyout.show .compareTile {
    padding-left: 1.9rem;
    padding-right: 1.9rem; } }

@media only screen and (max-width: 768px) {
  .compare-after-close {
    z-index: 7; } }

.cp-table {
  width: 87.9rem; }
  @media only screen and (max-width: 768px) {
    .cp-table {
      width: 100%; } }
  .cp-table.typ-flexpayment {
    width: 85rem; }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment {
        width: 100%;
        overflow-x: auto;
        height: 52.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table {
        width: 53rem; } }
    .cp-table.typ-flexpayment table th,
    .cp-table.typ-flexpayment table td {
      padding: 1.6rem 2rem;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .cp-table.typ-flexpayment table th,
        .cp-table.typ-flexpayment table td {
          padding: 1.5rem 1.5rem; } }
    .cp-table.typ-flexpayment table tr td:first-child {
      width: 15rem; }
      @media only screen and (max-width: 768px) {
        .cp-table.typ-flexpayment table tr td:first-child {
          position: sticky;
          left: 0;
          background-color: #ffffff; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-first-heading:first-child {
        position: sticky;
        left: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-first-heading-top:first-child {
        position: sticky;
        left: 0;
        top: 0;
        background-color: #f2f2f2;
        z-index: 9; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-second-heading-top {
        position: sticky;
        top: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-second-heading-top1 {
        position: sticky;
        top: 4.9rem; } }
  .cp-table table {
    border: 1px solid #e2e2e2;
    margin-bottom: 3rem;
    width: 100%; }
    .cp-table table th,
    .cp-table table td {
      padding: 2rem;
      border: 1px solid #e2e2e2; }
    .cp-table table th {
      font-family: "Heebo-Bold";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #333333;
      background-color: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        .cp-table table th {
          font-size: 1.4rem;
          line-height: 1.8rem; }
          .cp-table table th:first-child {
            width: 15rem; } }
    .cp-table table td {
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #333333; }
      @media only screen and (max-width: 768px) {
        .cp-table table td {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
  .cp-table.typ-emitable {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-emitable {
        width: 35rem; } }

.table-title {
  margin-bottom: 3rem;
  font-family: "Heebo-Bold";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .table-title {
      font-size: 1.6rem; } }

.bs-modal {
  position: relative;
  height: 100%; }
  .bs-modal.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    outline: 0; }
  .bs-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; }
    .bs-modal.modal-show .modal-dialog {
      transform: translate(-50%, -50%); }
  .bs-modal .modal-body {
    -ms-flex: none;
        flex: none;
    padding: 0;
    height: 100%; }
    .bs-modal .modal-body .highlightText {
      display: inline-block;
      color: #333333;
      font-family: "Heebo-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform .3s ease-out;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem; }
  .bs-modal .modal-content {
    height: auto;
    border: 0; }
    @media only screen and (large) {
      .bs-modal .modal-content.scroll-wrap {
        height: 45rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    color: #999999;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal.type-md .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 47rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }

@media only screen and (max-width: 768px) {
  .bs-modal.fade {
    z-index: 9999; } }

.bs-modal .close-btn {
  font-size: 2.4rem;
  padding: 0; }

.bs-modal.type-lg #bikeModel {
  max-width: 61rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-lg #bikeModel {
      padding: 2rem;
      max-height: 100vh; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate.fade {
    z-index: 9999; } }

.bs-modal.type-EmiRate .mCSB_container_wrapper {
  margin-right: -8px;
  margin-bottom: 10px; }

.bs-modal.type-EmiRate .mCSB_container_wrapper > .mCSB_container {
  padding-right: 10px; }

.bs-modal.type-EmiRate .modal-dialog {
  padding: 3rem 3rem 3rem 3rem;
  max-height: auto !important;
  max-width: 60rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-dialog {
      height: 100%; } }

.bs-modal.type-EmiRate .modal-content {
  height: 64rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-content {
      height: auto !important; } }

.bs-modal.type-EmiRate .small-title {
  font-family: "Heebo-Light"; }

.bs-modal.type-EmiRate .scroll {
  height: 45rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .scroll {
      height: 47rem !important; } }

.bs-modal.type-EmiRate .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .act-btn {
      box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.1) !important; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading-col:first-child {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    z-index: 9; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading {
    position: sticky;
    top: 0; } }

.bs-modal.typ-servicepin .modal-dialog {
  max-width: 54rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog {
      padding: 2rem !important; } }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog .modal-content .btn-pincode-submit {
      padding: 1.2rem; } }

.bs-modal.typ-servicepin .small-title {
  font-family: "Heebo-Light"; }

.bs-modal.typ-servicepin .text-muted {
  color: #999; }

.bs-modal.typ-servicepin .close-btn.pinCode-Btn {
  font-size: 2.4rem; }

.bs-modal.typeNotify .small-title {
  font-family: "Heebo-Regular"; }

.bs-modal.typeNotify .modal-dialog {
  max-width: 50rem;
  min-height: 35.9rem; }

.bs-modal.typeNotify .act-btn .btn {
  height: 5rem; }

.bs-modal.type-findBike .small-title {
  font-family: "Heebo-Light"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-findBike .small-title {
      margin-bottom: 8rem; } }

.bs-modal.typ-thankBusiness .small-title {
  font-family: "Heebo-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Heebo-Bold"; }

.bs-modal.typeNotify .close-btn {
  font-size: 2.4rem; }

.bs-modal.typ-removepro .act-btn .btn-default,
.bs-modal.typ-removepro .act-btn .btn {
  padding: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      padding: 1.2rem; } }

.bs-modal.typ-removepro .coupon-smalltitle {
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .coupon-smalltitle {
      font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .modal-dialog {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.type-addNewAddress .modal-dialog {
  padding: 3rem 1rem 5rem 3rem;
  max-width: 80rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .modal-dialog {
      padding: 2rem 1.5rem; } }

.bs-modal.type-addNewAddress .mCSB_inside > .mCSB_container {
  margin-right: 2rem; }

.bs-modal.type-addNewAddress .scroll {
  height: 53rem; }

.bs-modal.type-addNewAddress .act-btn {
  padding: 0.9rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-CompareAlert .modal-dialog {
    max-width: 33.5rem;
    height: 10.4rem !important; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  .bs-modal.type-CompareAlert .small-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal .close-btn.compare-close {
    font-size: 2.4rem; } }

.bs-modal.typ-cargogetInTouch .modal-dialog {
  max-width: 50rem;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .modal-dialog {
      padding: 2rem 2rem;
      box-shadow: none; } }

.bs-modal.typ-cargogetInTouch .small-title {
  font-family: "Heebo-Light";
  margin-bottom: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .small-title {
      font-family: "Heebo-Regular"; } }

.bs-modal.typ-cargogetInTouch .highlight {
  font-family: "Heebo-Bold"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .highlight {
      font-family: "Heebo-Bold"; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cargogetInTouch .bs-form .form-group {
    margin: 0rem 0 6rem; } }

.bs-modal.typ-cargogetInTouch .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .act-btn {
      box-shadow: none; } }
  .bs-modal.typ-cargogetInTouch .act-btn .btn {
    box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cargogetInTouch .act-btn .btn {
        padding: 1.2rem; } }

.bs-modal.cargo-thankBusiness .modal-dialog {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 768px) {
  .bs-modal.cargo-thankBusiness .modal-dialog {
    padding: 2rem;
    max-width: 33.5rem;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .bs-modal.cargo-thankBusiness .small-title {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
  .bs-modal.cargo-thankBusiness .btn.btn-default {
    padding: 1.2rem; }
  .bs-modal.cargo-thankBusiness .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.typ-cargopdpgetintouch .scroll {
  height: 64rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargopdpgetintouch .scroll {
      height: 55rem; } }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper {
    margin-right: 0; }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper > .mCSB_container {
    left: 0 !important;
    width: 100% !important;
    padding-right: 0; }

.bs-modal.typ-cancelOrder .act-btn {
  padding: 1rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cancelOrder .small-title {
    margin-bottom: 3rem; }
  .bs-modal.typ-cancelOrder .act-btn {
    box-shadow: none;
    padding: 0rem 2rem 2rem; }
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.2rem; } }

.bs-modal.typ-getInTouch .bs-form {
  margin: 0rem 0 3rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group {
    margin-top: -2.4rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group-l {
    margin: 0rem 0rem; }

.bs-modal.typ-book-ride .modal-dialog {
  max-width: 100%; }

.bs-modal.type-warrantyerror .modal-dialog {
  pointer-events: auto; }

header ~ #maincontent .container .cp-productSpeci .list-item .viewLink {
  color: #0080ff; }

@media only screen and (max-width: 768px) {
  .cp-productSpeci .list-item {
    height: 158px; } }

.cp-productSpeci .list-item .icon img {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-productSpeci .list-item .icon img {
      width: 5rem;
      height: 5rem;
      margin: 0 auto 0.6rem; } }

.cp-productSpeci .list-item .viewLink {
  font-size: 1.6rem;
  line-height: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-productSpeci .list-item .viewLink {
      font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-productSpeci .list-item .desc {
    font-size: 1.4rem; } }

.cp-findBike-slider {
  position: relative; }
  .cp-findBike-slider .b-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: center;
    color: #000000;
    font-family: "Heebo-Regular"; }
    .cp-findBike-slider .b-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 1024px) {
      .cp-findBike-slider .b-title {
        font-size: 1.8rem;
        line-height: 2rem; } }
  .cp-findBike-slider .bike-wrap {
    margin-bottom: 13rem;
    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: 1024px) {
      .cp-findBike-slider .bike-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 0 auto 10rem; } }
  .cp-findBike-slider .bike-card {
    position: relative;
    text-align: center;
    margin-top: 2rem; }
  .cp-findBike-slider .radio-input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .cp-findBike-slider .radio-input:checked + .radio-label img {
      box-shadow: 0 0 8px 0 rgba(0, 125, 255, 0.3);
      border: solid 0.8px #0070F0;
      opacity: 1; }
    .cp-findBike-slider .radio-input:checked + .radio-label .info-text {
      color: #333333;
      font-family: "Heebo-Bold"; }
  .cp-findBike-slider .radio-label {
    cursor: pointer; }
  .cp-findBike-slider img {
    border-radius: 8px;
    border: solid 0.8px transparent;
    width: 10rem;
    height: 10rem;
    opacity: 0.8; }
  .cp-findBike-slider .info-text {
    font-family: "Heebo-Medium";
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #666666;
    display: inline-block;
    max-width: 8rem;
    min-height: 4rem;
    margin: 1rem auto 0; }

.findbikeHome {
  margin: 0 3rem; }

.cp-findBike-slider {
  height: 31rem; }
  @media only screen and (max-width: 768px) {
    .cp-findBike-slider {
      height: 53rem; } }
  @media only screen and (max-width: 1024px) {
    .cp-findBike-slider .bike-wrap {
      margin: 0 3.5rem 10rem; } }
  .cp-findBike-slider .bike-card {
    margin-right: 5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-findBike-slider .bike-card {
        margin-right: 0;
        padding: 0 3rem; } }
    @media only screen and (max-width: 768px) {
      .cp-findBike-slider .bike-card {
        margin-right: 0;
        padding: 0 1.5rem; } }
    .cp-findBike-slider .bike-card:nth-last-child(1) {
      margin-right: 0; }
  .cp-findBike-slider .find-bike-img {
    opacity: 0.7; }
  .cp-findBike-slider .radio-input:checked + .radio-label img.find-bike-img {
    opacity: 0.8; }
