/* 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: 13;
    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: #3f4351;
      font-family: "Gotham-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    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 .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
    @media only screen and (large) {
      .bs-modal .scroll.typ-terms {
        height: 62rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: 9px;
    right: 16px;
    font-size: 2rem;
    color: #999;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .bs-modal .act-btn {
        padding: 24px;
        position: fixed; } }
    .bs-modal .act-btn .btn {
      width: 100%; }
  .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%; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 75rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-sm .modal-dialog {
    padding: 5rem 0 4.5rem;
    max-width: 37rem;
    border-radius: 16px; }
  .bs-modal.type-eBike .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
  .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 .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.type-eBike .bs-form .checkbox-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -ms-flexbox;
      display: flex; }
      .bs-modal.type-eBike .bs-form .checkbox-list .item {
        width: 100%;
        margin-right: 0; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .item {
            margin-bottom: 4rem; } }
      .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
        font-size: 2rem;
        font-family: "Gotham-Bold";
        color: #000000;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-form .checkbox-list .small-title {
            font-size: 1.6rem; } }
  .bs-modal.type-eBike .bs-checkbox {
    position: relative;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-eBike .bs-checkbox {
        margin-bottom: 1rem; } }
    .bs-modal.type-eBike .bs-checkbox .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Gotham-Bold";
      padding-top: 3rem;
      font-size: 1.6rem; }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label,
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label {
      font-family: "Gotham-Medium";
      font-size: 1.6rem;
      color: #000000;
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 6rem;
      width: 100%;
      background: #fff;
      top: 0; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:before,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
      .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
        top: 43%;
        transform: scale(0) rotate(-51deg);
        left: 2.5rem; }
        @media only screen and (max-width: 768px) {
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] ~ label:after,
          .bs-modal.type-eBike .bs-checkbox input[type="checkbox"] + label:after {
            top: 2.4rem;
            left: 2.3rem; } }
    .bs-modal.type-eBike .bs-checkbox input[type="checkbox"]:checked + label:after {
      border-color: #bd001c;
      transform: scale(1) rotate(-51deg); }
  .bs-modal.type-address .mobileScroll {
    height: 40rem;
    overflow-y: auto; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-address .mobileScroll {
        height: 50rem; } }
  .bs-modal.type-address .bs-form {
    margin: 2rem 0 3rem; }
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-address .bs-checkbox input[type="checkbox"] + label {
    border: none; }
  .bs-modal.type-address .act-btn {
    z-index: 9;
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar {
    width: 0.5em;
    height: 2em; }
  .bs-modal.type-address ::-webkit-scrollbar-button {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-track-piece {
    background: #fff; }
  .bs-modal.type-address ::-webkit-scrollbar-thumb {
    background: #000; }
  .bs-modal.typeNotify .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    letter-spacing: -1.71px;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 3rem 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; }
  @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.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Gotham-Book"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Gotham-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.typeMd-2 .modal-dialog {
    padding: 5rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
  .bs-modal.typ-store .modal-dialog {
    padding: 3rem 1rem 3rem 3rem;
    max-width: 90rem;
    border-radius: 8px;
    box-shadow: 0 8px 26px 5px rgba(168, 168, 168, 0.2); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-store .modal-dialog {
        max-width: 80%; } }
  .bs-modal.typ-store .act-btn {
    position: fixed; }
  .bs-modal.typ-store .close-btn {
    right: 15px;
    top: 15px; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label,
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label {
    padding: 1rem 2rem 1rem 4rem; }
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] ~ label:before,
    .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"] + label:before {
      left: 0.5rem;
      top: 1rem; }
  .bs-modal.type-addNewAddress .cp-address-details .bs-checkbox input[type="checkbox"]:checked + label:after {
    left: 0.9rem;
    top: 1.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .radio-group {
    margin-top: -1rem; }
    .bs-modal.type-addNewAddress .radio-group .form-label {
      color: #999;
      font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .act-btn {
      bottom: 0; } }
  .bs-modal.type-addNewAddress .close-btn {
    top: 30px;
    right: 27px; }
  .bs-modal.typ-pdp {
    padding: 0; }
    .bs-modal.typ-pdp .modal-dialog {
      padding: 5rem;
      max-height: 67.2rem;
      min-height: 67.5rem;
      border-radius: 8px; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-pdp .modal-dialog {
          padding: 2rem;
          height: 100%;
          border-radius: 0px; } }
    .bs-modal.typ-pdp .close-btn {
      color: #4a4a4a;
      top: 15px; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
    .bs-modal.typ-pdp .act-wrap .btn {
      background-color: #bd001c;
      color: #ffffff;
      padding: 1.4rem; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 2.5rem;
    max-width: 43.0rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        max-width: 33.5rem; } }
  .bs-modal.typ-removepro .btn {
    width: 100%;
    display: block;
    margin-top: 2rem;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .btn {
        font-size: 1.2rem;
        padding: 0.8rem;
        margin-top: 1rem; } }
  .bs-modal.typ-deletpro .modal-dialog {
    padding: 0rem;
    max-width: 50rem;
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .modal-dialog {
        border-radius: 0;
        height: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0%);
        height: 25rem; } }
    .bs-modal.typ-deletpro .modal-dialog .modal-body {
      padding: 3rem; }
  .bs-modal.typ-deletpro .act-btn {
    text-align: right;
    margin-top: 2rem;
    box-shadow: unset; }
  .bs-modal.typ-deletpro .btn {
    min-width: 12.4rem;
    font-size: 1.4rem;
    padding: 1rem;
    width: 12.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .btn {
        min-width: 46%; } }
  .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-deletpro .cp-modelcontent .sec-head {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    .bs-modal.typ-deletpro .cp-modelcontent .sec-head:before {
      display: none; }
  .bs-modal.typ-deletpro .cp-modelcontent .desc {
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cancel-order .modal-dialog {
      height: 100%; } }
  .bs-modal.typ-removeItem {
    text-align: center; }
    .bs-modal.typ-removeItem .desc {
      font-size: 1.4rem;
      color: #4a4a4a;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      padding-bottom: 2rem; }
    .bs-modal.typ-removeItem .act-btn {
      box-shadow: none;
      position: relative; }
      .bs-modal.typ-removeItem .act-btn .btn {
        width: auto;
        min-width: 8.7rem;
        font-size: 1.2rem;
        line-height: 1rem;
        margin-left: 0;
        margin-right: 1.5rem; }
  .bs-modal.typ-addBike .desc {
    font-size: 1.4rem;
    color: #232323;
    font-family: "Gotham-Book";
    padding: 2rem 0 1rem; }
  .bs-modal.typ-addBike .bs-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0 8rem; }
  .bs-modal.typ-addBike .bikecompareList {
    padding-left: 0rem;
    width: 47.5%; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-addBike .bikecompareList {
        width: 100%;
        margin-bottom: 5rem; } }
    .bs-modal.typ-addBike .bikecompareList .titlehd {
      font-size: 1.4rem;
      color: #232323;
      font-family: "Gotham-Bold";
      padding-bottom: 3rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-addBike .bikecompareList .titlehd {
          padding-bottom: 1rem; } }
    .bs-modal.typ-addBike .bikecompareList .listitem .bs-radio {
      margin-bottom: 1.5rem; }
  .bs-modal.typ-addBike input[type=radio]:not(old) ~ label,
  .bs-modal.typ-addBike input[type=radio]:not(old) + label {
    font-family: "Gotham-Book"; }
  .bs-modal.typ-addBike input[type=radio]:not(old):checked + label {
    font-family: "Gotham-Bold"; }
  .bs-modal.typ-choose-preferance.compare-popup {
    height: auto;
    width: 37rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 769px) and (max-width: 992px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 37rem;
        height: 50.4rem; } }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance.compare-popup {
        width: 29.3rem;
        height: 44rem; } }
  .bs-modal.typ-choose-preferance .modal-dialog {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .modal-dialog {
        width: 29.6rem; } }
    .bs-modal.typ-choose-preferance .modal-dialog .close-btn {
      top: -7px;
      right: 0; }
    .bs-modal.typ-choose-preferance .modal-dialog .icon-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      color: #ffffff;
      background: #989898;
      font-size: 1.6rem;
      display: block;
      line-height: 1.8;
      text-align: center; }
  .bs-modal.typ-choose-preferance .cp-assessories {
    padding: 2rem 2.8rem 3rem;
    background: none; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .cp-assessories {
        padding: 0rem 2rem 3rem; } }
    .bs-modal.typ-choose-preferance .cp-assessories .colour-code {
      position: relative;
      left: 0;
      right: auto;
      /* top: -10px; */
      z-index: 9;
      display: -ms-flexbox;
      display: flex;
      /* margin: 0; */
      text-align: left;
      -ms-flex-pack: start;
          justify-content: start;
      margin-bottom: 1rem;
      top: -3px; }
  .bs-modal.typ-choose-preferance .title-hd {
    font-size: 1.8rem;
    font-family: "Gotham-Bold";
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-choose-preferance .title-hd {
        font-size: 1.4rem; } }
  .bs-modal.typ-choose-preferance .cp-discription-card {
    border: 0;
    width: 100%; }
  .bs-modal.typ-choose-preferance .act-btn {
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 0;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden; }
    .bs-modal.typ-choose-preferance .act-btn button {
      text-transform: uppercase; }
      .bs-modal.typ-choose-preferance .act-btn button .global-cart {
        display: none; }
  .bs-modal.typ-tandc .modal-dialog {
    padding: 5rem 1rem 3rem 3rem;
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .modal-dialog {
        padding: 4rem 1.5rem 2.5rem 2.5rem;
        height: 100%; } }
  .bs-modal.typ-tandc .small-title {
    font-size: 3rem;
    font-family: "Gotham-Black";
    color: #4a4a4a;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .small-title {
        font-size: 2.8rem;
        letter-spacing: -1.6px; } }
    .bs-modal.typ-tandc .small-title::before {
      content: "";
      background: url(../assets/images/title-infography-left.png) 0 0 no-repeat;
      background-size: contain;
      position: absolute;
      top: 1rem;
      left: 0.1rem;
      width: 10.8rem;
      height: 12.7rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-tandc .small-title::before {
          top: 2rem;
          left: -1.2rem;
          width: 8.3rem;
          height: 10.9rem;
          opacity: 1.6; } }
  .bs-modal.typ-tandc .sub-heading {
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .sub-heading {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #3c3c3c;
        padding: 2rem 0 0.9rem 0; } }
  .bs-modal.typ-tandc .desc {
    font-size: 1.6rem;
    font-family: "Gotham-Book";
    color: #333;
    line-height: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .desc {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
  .bs-modal.typ-tandc .link {
    font-family: "Gotham-Medium";
    color: #bd001c; }
  .bs-modal.typ-tandc .scroll {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-tandc .scroll {
        height: 65rem; } }
  .bs-modal.typ-tandc .close-btn {
    top: 2rem;
    right: 2.5rem;
    font-size: 1.4rem;
    padding: 0.5rem; }

.bs-form {
  width: 100%; }
  .bs-form .form-group {
    margin: 0 0 4.4rem;
    position: relative;
    padding-top: 2rem; }
    .bs-form .form-group:last-child {
      margin-bottom: 3.5rem; }
    .bs-form .form-group.has-icn input {
      padding-right: 5rem; }
    .bs-form .form-group.has-icn span.icon {
      font-size: 2.4rem;
      line-height: 2.4rem;
      position: absolute;
      right: 1.3rem; }
    .bs-form .form-group.has-icn .hover-box {
      display: none;
      font-size: 1.4rem;
      line-height: 1.43;
      color: #333;
      padding: 3rem;
      border-radius: 4px;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      background-color: #fff;
      width: 27rem;
      height: 28.3rem;
      position: absolute;
      z-index: 1;
      right: -27rem;
      top: 50%;
      transform: translate(0, -51%); }
      .bs-form .form-group.has-icn .hover-box img {
        position: unset;
        width: 100%;
        margin-bottom: 0.7rem; }
      .bs-form .form-group.has-icn .hover-box:before {
        content: '';
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform: translate(0, -50%) rotate(135deg);
        border: solid #fff;
        display: inline-block;
        padding: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -5px; }
    .bs-form .form-group.info-box .info-hover:hover ~ .hover-box {
      display: block;
      transition: 0.4s; }
    .bs-form .form-group .field-desc {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #999;
      margin-top: 1rem;
      position: absolute; }
    .bs-form .form-group .btn-file-trigger {
      position: absolute;
      width: 100%;
      height: 100%; }
    .bs-form .form-group input[type="file"] {
      display: none; }
    .bs-form .form-group textarea,
    .bs-form .form-group input,
    .bs-form .form-group select,
    .bs-form .form-group .select2-container--default .select2-selection--single {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 1;
      color: #333;
      border: 0;
      border-bottom: solid 1px #e2e2e2;
      border-radius: 0;
      background-color: transparent;
      padding: 0.5rem 0;
      width: 100%;
      outline: none;
      height: 3rem; }
      .bs-form .form-group textarea ~ label,
      .bs-form .form-group input ~ label,
      .bs-form .form-group select ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ label {
        line-height: 1;
        font-size: 1.4rem;
        color: #999;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 25px;
        transition: 0.3s;
        z-index: -1;
        font-family: "Gotham-Book"; }
      .bs-form .form-group textarea:focus ~ label,
      .bs-form .form-group textarea.has-content ~ label,
      .bs-form .form-group textarea ~ .select2-container--open ~ label,
      .bs-form .form-group textarea ~ .select2-container--below ~ label,
      .bs-form .form-group input:focus ~ label,
      .bs-form .form-group input.has-content ~ label,
      .bs-form .form-group input ~ .select2-container--open ~ label,
      .bs-form .form-group input ~ .select2-container--below ~ label,
      .bs-form .form-group select:focus ~ label,
      .bs-form .form-group select.has-content ~ label,
      .bs-form .form-group select ~ .select2-container--open ~ label,
      .bs-form .form-group select ~ .select2-container--below ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.has-content ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
        font-size: 1.4rem;
        top: 0;
        transition: 0.3s; }
      .bs-form .form-group textarea.label-styl ~ label,
      .bs-form .form-group input.label-styl ~ label,
      .bs-form .form-group select.label-styl ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.label-styl ~ label {
        top: 0; }
      .bs-form .form-group textarea ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: 0.4s; }
      .bs-form .form-group textarea:focus ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input:focus ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select:focus ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        left: 0;
        width: 100%;
        transition: 0.4s; }
      .bs-form .form-group textarea.disabled,
      .bs-form .form-group input.disabled,
      .bs-form .form-group select.disabled,
      .bs-form .form-group .select2-container--default .select2-selection--single.disabled {
        pointer-events: none; }
    .bs-form .form-group .icn-required {
      color: #721c23; }
    .bs-form .form-group textarea {
      height: 8rem;
      resize: none; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333;
      padding: 0;
      line-height: unset; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0.8rem;
      top: 1rem;
      transform: rotate(-90deg);
      height: 14px;
      width: 9px; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\E92A";
        font-family: 'icomoon'; }
    .bs-form .form-group .chk-label {
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      color: #333;
      margin: 5rem 0 -4rem; }
      .bs-form .form-group .chk-label input[type="checkbox"],
      .bs-form .form-group .chk-label input[type="radio"] {
        width: auto;
        margin-right: 1rem;
        margin-top: -0.5rem; }
      .bs-form .form-group .chk-label a,
      .bs-form .form-group .chk-label a:hover,
      .bs-form .form-group .chk-label a:active {
        color: #bd001c; }
    .bs-form .form-group .error-msg {
      position: absolute;
      color: #bd001c;
      font-size: 1.2rem;
      bottom: -1.5rem; }
  .bs-form .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 .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .radio-list {
    display: -ms-flexbox;
    display: flex; }
    .bs-form .radio-list .item {
      margin-right: 3rem; }
  .bs-form .form-label {
    line-height: 1.6rem;
    font-size: 1.4rem;
    color: #999; }
  .bs-form.typ-contact {
    margin-top: 1rem;
    max-width: 44rem; }
    .bs-form.typ-contact .form-group.last {
      margin-bottom: 5.9rem; }
    .bs-form.typ-contact .btn {
      padding: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-contact .btn {
          min-width: 100%; } }
  .bs-form.typ-virtualAss {
    max-width: 44rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-virtualAss {
        max-width: 38rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-virtualAss {
        max-width: 40rem; } }
    .bs-form.typ-virtualAss .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-right: 3rem; }
  .bs-form.typ-search-store {
    margin-top: -1rem; }
    .bs-form.typ-search-store .form-group {
      margin: 0px 0 2.4rem; }
      .bs-form.typ-search-store .form-group.has-icn span.icon {
        color: #bd001c; }
    .bs-form.typ-search-store .currentLocation {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #bd001c;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .bs-form.typ-search-store .icon {
      font-size: 2.1rem;
      margin-right: 0.5rem; }
  .bs-form .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
  .bs-form .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 .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
  .bs-form.typ-pincode {
    max-width: 29.9rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 42.9rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-pincode {
        max-width: 48.9rem; } }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 100%; } }
    .bs-form.typ-pincode .form-group {
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 1rem; }
      .bs-form.typ-pincode .form-group .error-msg {
        bottom: -0.7rem; }
      .bs-form.typ-pincode .form-group input ~ .focus-border {
        bottom: 8px; }
  .bs-form.typ-plp {
    max-width: 16.2rem; }
    .bs-form.typ-plp .select2-container--open {
      padding: 0; }
    .bs-form.typ-plp .form-group {
      margin: 0;
      padding: 0;
      max-width: 16.2rem; }
      .bs-form.typ-plp .form-group select,
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single {
        border: solid 0.5px #8c8c8c;
        border-radius: 20px;
        padding: 1.3rem 3rem 1rem 2rem;
        height: 4rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        font-size: 1.2rem;
        top: 1.4rem;
        color: #bd001c;
        right: 1.6rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
        top: 0.2rem;
        color: #4a4a4a;
        text-transform: uppercase; }
  .bs-form.typ-storefranchise {
    margin: 0 0 2.4rem;
    width: 44rem; }
    .bs-form.typ-storefranchise .form-group {
      margin: 0 0 2.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        width: 100%; }
        .bs-form.typ-storefranchise .form-group {
          margin: 0 0 3.5rem;
          padding-top: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        height: 43rem;
        overflow-y: scroll; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise.active {
        height: 20rem;
        overflow-y: scroll; } }
  .bs-form.typ-shipping {
    width: 58%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-shipping {
        width: 100%; } }
    .bs-form.typ-shipping .radio-group {
      margin-top: -1rem; }
      .bs-form.typ-shipping .radio-group .form-label {
        font-family: "Gotham-Medium";
        color: #999;
        font-size: 1.6rem;
        padding-bottom: 1.6rem;
        display: block; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-search {
      margin-top: 1.2rem; } }
  .bs-form.typ-search .form-group {
    margin: 0px 0 2.4rem; }
    .bs-form.typ-search .form-group.has-icn span.icon {
      color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group.has-icn span.icon {
          font-size: 1.8rem;
          line-height: unset;
          top: 2.5rem; } }
    .bs-form.typ-search .form-group input {
      color: #000; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
      .bs-form.typ-search .form-group input ~ label {
        z-index: 1; }
      .bs-form.typ-search .form-group input:focus ~ label,
      .bs-form.typ-search .form-group input.has-content ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-search .closeSearch-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #bd001c;
    font-size: 1.4rem;
    z-index: 13;
    display: none; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .closeSearch-btn {
        padding: 0.3rem;
        display: inline-block;
        top: 2rem; } }
  .bs-form.typ-my-account {
    width: 37.7%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account {
        width: 100%; } }
    .bs-form.typ-my-account .act-wrap.typ-add-new-address {
      margin-top: 7rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap {
        position: fixed;
        bottom: -2px;
        box-shadow: 0 -22px 26px -10px rgba(195, 195, 195, 0.48);
        background: #fff;
        z-index: 9;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    .bs-form.typ-my-account .act-wrap .btn-outline {
      margin-right: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn-outline {
          margin-right: 1rem; } }
    .bs-form.typ-my-account .radio-list {
      margin-top: 2rem; }
  .bs-form.typ-signin {
    padding: 4.1rem 5rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin {
        padding: 3rem 2rem; } }
    .bs-form.typ-signin .field-desc {
      margin-top: 1.2rem; }
    .bs-form.typ-signin .submit-button {
      padding: 1.6rem;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .submit-button {
          padding: 1.1rem; } }
    .bs-form.typ-signin .pinInputWrp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding: 3rem 0 0; }
      .bs-form.typ-signin .pinInputWrp .form-group {
        width: 5rem;
        height: 5rem;
        padding: 0;
        margin-right: 2.8rem;
        text-align: center;
        color: #333;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-family: "Gotham-Bold"; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp .form-group {
            margin-right: 0.7rem; } }
        .bs-form.typ-signin .pinInputWrp .form-group:last-child {
          margin-right: 0; }
        .bs-form.typ-signin .pinInputWrp .form-group.error {
          border-color: #721c23;
          background-color: rgba(248, 215, 218, 0.5); }
      .bs-form.typ-signin .pinInputWrp.err-msg-margin {
        padding-bottom: 4rem; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .pinInputWrp.err-msg-margin {
            padding-bottom: 2.5rem; } }
    .bs-form.typ-signin .pinInputWrp input::-webkit-inner-spin-button,
    .bs-form.typ-signin .pinInputWrp input::-webkit-outer-spin-button {
      appearance: none;
      margin: 0; }
    .bs-form.typ-signin .pinInputWrp input:focus,
    .bs-form.typ-signin .pinInputWrp input.focus {
      border-color: #bd001c;
      outline: none;
      box-shadow: none; }
    .bs-form.typ-signin .resendOtpBlock {
      padding-top: 3.3rem; }
      .bs-form.typ-signin .resendOtpBlock .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock #timer {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #666;
        font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        font-size: 1.6rem;
        color: #bd001c;
        font-family: "Gotham-Bold";
        display: none;
        background: none;
        padding-left: 0; }
      .bs-form.typ-signin .resendOtpBlock #time {
        position: relative;
        left: -6px; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock.active #timer {
        display: none; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtp {
        display: block; }
      .bs-form.typ-signin .resendOtpBlock.typ-shipping {
        width: 58%; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .resendOtpBlock.typ-shipping {
            width: 100%; } }
    .bs-form.typ-signin .noteText {
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #666; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .noteText {
          font-size: 1.4rem; } }
    .bs-form.typ-signin .error-msg {
      color: #721c23;
      font-family: "Gotham-Book";
      display: none; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .error-msg {
          bottom: 3rem; } }
  .bs-form.typ-cancel-order {
    margin-bottom: 10rem; }
    .bs-form.typ-cancel-order .form-group input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Gotham-Book"; }

.select2-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none; }

.select2-container--default .select2-results > .select2-results__options {
  height: auto !important;
  max-height: 13rem; }

.select2-container--open .select2-results__option {
  background-color: transparent !important;
  padding: 1rem 0 !important;
  font-size: 1.4rem !important;
  font-family: "Gotham-Bold" !important; }

.select2-container--open .select2-results__option:before {
  display: none !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #bd001c !important; }

.select2-container--open .select2-search--dropdown {
  top: 4px !important;
  left: 0 !important;
  padding: 1px 4rem 5px 0 !important; }
  @media only screen and (max-width: 768px) {
    .select2-container--open .select2-search--dropdown {
      left: 0px !important; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0rem !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  padding: 2px !important; }

.bs-product.typ-hotizontal {
  border: 1px solid #e2e2e2;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .bs-product.typ-hotizontal .img-wrap {
    position: absolute;
    width: 30%;
    padding: 1.5rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .bs-product.typ-hotizontal .img-wrap img {
      max-width: 100%;
      max-height: 100%;
      width: auto; }
  .bs-product.typ-hotizontal .detail-wrap {
    width: 100%;
    padding: 3rem 15rem 3rem calc(30% + 3rem);
    position: relative; }
  .bs-product.typ-hotizontal .product-name {
    font-size: 2.4rem;
    font-family: "Gotham-Bold";
    line-height: 1;
    margin-bottom: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -ms-flex-align: center;
        align-items: center; }
  .bs-product.typ-hotizontal .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .color .color-code {
      margin-right: 0.5rem;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%; }
    .bs-product.typ-hotizontal .color .text {
      color: #3f4351;
      font-family: "Gotham-Medium"; }
  .bs-product.typ-hotizontal .qty-wrap {
    overflow: hidden;
    margin-left: 2.8rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.8rem;
    display: -ms-flexbox;
    display: flex; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 4rem;
      font-size: 1.6rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #3f4351;
      font-family: "Gotham-Bold"; }
    .bs-product.typ-hotizontal .qty-wrap span {
      cursor: pointer;
      background: #f7f7f7;
      padding: 0.3rem; }
      .bs-product.typ-hotizontal .qty-wrap span.disabled {
        color: #ccc;
        cursor: not-allowed; }
    .bs-product.typ-hotizontal .qty-wrap input {
      width: 4rem;
      text-align: center; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 3rem;
    top: 2.5rem;
    font-size: 2.4rem;
    font-family: "Heebo-SemiBold";
    color: #3f4351; }
  .bs-product.typ-hotizontal .protect-btn {
    color: #d02127;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .protect-btn .btn-icon-link.notify-btn {
      display: none; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 2.4rem;
      margin-right: 0.8rem; }
  .bs-product.typ-hotizontal .remove-product {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 2.4rem;
    color: #bd001c;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem; }
  .bs-product.typ-hotizontal .out-stock {
    display: none; }

.bs-product.typ-stockout .img-wrap,
.bs-product.typ-stockout .product-name,
.bs-product.typ-stockout .product-option,
.bs-product.typ-stockout .price-wrap {
  opacity: 0.5;
  pointer-events: none; }

.bs-product.typ-stockout .out-stock {
  display: inline-block; }

.bs-product .out-stock {
  padding: 0.8rem 1rem 0.6rem;
  border-radius: 1.2rem;
  background-color: #f8d7da;
  font-family: "Gotham-Book";
  font-size: 1rem;
  line-height: 1;
  color: #721c23;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%); }

@media only screen and (max-width: 767px) {
  .bs-product.typ-hotizontal .img-wrap {
    padding: 1rem; }
  .bs-product.typ-hotizontal .detail-wrap {
    padding: 1.2rem 0 1.2rem calc(30% + 1.2rem); }
  .bs-product.typ-hotizontal .product-name {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    padding-right: 8rem; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4rem; }
  .bs-product.typ-hotizontal .color .text {
    font-size: 1.2rem; }
  .bs-product.typ-hotizontal .qty-wrap {
    margin-left: 2.5rem; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 3.2rem;
      font-size: 1.4rem; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 1.2rem;
    top: 1rem;
    font-size: 1.4rem; }
  .bs-product.typ-hotizontal .protect-btn {
    font-size: 1.2rem; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 1.6rem;
      margin-right: 0.5rem; }
  .bs-product.typ-hotizontal .remove-product {
    bottom: 0.8rem;
    right: 0.5rem;
    font-size: 1.6rem;
    padding: 0.4rem; } }

.cp-pg-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15rem 0rem 9rem;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 9.5rem 0rem;
      -ms-flex-align: unset;
          align-items: unset; } }
  .cp-pg-banner.type-adp {
    padding-bottom: 0rem; }
  .cp-pg-banner .lhs,
  .cp-pg-banner .rhs {
    width: 47%; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs,
      .cp-pg-banner .rhs {
        width: 100%; } }
  .cp-pg-banner .review-star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 4rem;
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .review-star {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin: 2rem 0 2.4rem; } }
    .cp-pg-banner .review-star .stockout .text {
      font-family: "Gotham-Book";
      font-size: 1rem;
      line-height: 1rem;
      color: #721c23;
      padding: 0.4rem 1rem;
      border-radius: 1.2rem;
      background: #f8d7da;
      padding-right: 2rem;
      margin-right: 2rem;
      position: relative; }
      .cp-pg-banner .review-star .stockout .text:after {
        content: "";
        height: 1.2rem;
        width: 0.1rem;
        background: #e2e2e2;
        position: absolute;
        top: 7px;
        right: 0; }
    .cp-pg-banner .review-star .stockout .review {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #d02127;
      font-family: "Gotham-Medium"; }
  .cp-pg-banner .prod-feature {
    margin: 4rem 0; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-feature {
        margin-bottom: 1rem;
        margin-top: 0; } }
    .cp-pg-banner .prod-feature .feture-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Gotham-Bold";
      margin-bottom: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .prod-feature .feture-title {
          font-size: 1.6rem;
          line-height: 1.6rem;
          margin-bottom: 1.6rem; } }
      .cp-pg-banner .prod-feature .feture-title .cm-regular {
        font-family: "Gotham-Book"; }
  .cp-pg-banner .prod-price-colur {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-price-colur {
        display: none; } }
    .cp-pg-banner .prod-price-colur .price-wrap {
      margin-right: 9.6rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .price {
        font-size: 2.4rem;
        line-height: 2.4rem;
        color: #000000;
        font-family: "Gotham-Black";
        display: block;
        margin-bottom: 1.2rem; }
        .cp-pg-banner .prod-price-colur .price-wrap .price.ruppes,
        .cp-pg-banner .prod-price-colur .price-wrap .price .ruppe {
          font-family: "Gotham-Book";
          margin-left: 5px;
          margin-left: 0.5rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .btn-link {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Gotham-Medium";
        z-index: 10; }
    .cp-pg-banner .prod-price-colur .colour-wrap {
      margin-right: 7rem; }
    .cp-pg-banner .prod-price-colur .pc-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Gotham-Bold";
      margin-bottom: 1.2rem; }
      .cp-pg-banner .prod-price-colur .pc-title .cm-regular {
        font-family: "Gotham-Book"; }
  .cp-pg-banner .ruppes {
    font-family: "Gotham-Book"; }
  .cp-pg-banner .act-btn {
    margin-bottom: 4rem;
    margin-top: 3.8rem;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn {
        margin-bottom: 3rem; } }
    .cp-pg-banner .act-btn .btn {
      padding: 1.7rem 5rem;
      margin-bottom: 0;
      min-width: auto;
      line-height: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn {
          padding: 1.2rem 4.8rem; } }
      .cp-pg-banner .act-btn .btn + .btn {
        margin-left: 2rem; }
      .cp-pg-banner .act-btn .btn.btn-outline {
        background: transparent;
        box-shadow: none; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .act-btn .btn.btn-outline {
            width: 100%;
            padding: 1.2rem; } }
      .cp-pg-banner .act-btn .btn.notify-me-btn.btn-testRide {
        min-width: 23.8rem;
        padding: 1.7rem 4.8rem; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .act-btn .btn.notify-me-btn.btn-testRide {
            width: 100%; } }
      .cp-pg-banner .act-btn .btn.notify-me-btn.btn-icon-link {
        padding: 1.7rem 0;
        color: #007fff !important; }
      .cp-pg-banner .act-btn .btn.notify-me-btn.typ-add-to-cart {
        min-width: 17.2rem;
        padding: 1.7rem 4.9rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn.notify-me-btn.lectro-notify-desktop {
          display: none; } }
  .cp-pg-banner .delivery {
    padding-top: 4rem;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery {
        padding-top: 3rem; } }
    .cp-pg-banner .delivery .delivery-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Gotham-Bold";
      margin-bottom: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .delivery .delivery-title {
          font-size: 1.6rem; } }
  .cp-pg-banner .lhs {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs {
        padding-bottom: 0; } }
    .cp-pg-banner .lhs .img-function {
      position: absolute;
      left: 0;
      bottom: 21%;
      z-index: 3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .lhs .img-function {
          left: auto;
          bottom: 3rem;
          right: 0; } }
      .cp-pg-banner .lhs .img-function .icon {
        min-width: 3.6rem;
        min-height: 3.6rem;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3);
        padding: 8px;
        font-size: 2rem;
        line-height: 0rem;
        color: #d02127;
        margin-right: 2rem;
        cursor: pointer;
        transition: all 0.5s ease-in;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .cp-pg-banner .lhs .img-function .icon.icon-share {
          margin-right: 0;
          z-index: 3; }
        .cp-pg-banner .lhs .img-function .icon.active, .cp-pg-banner .lhs .img-function .icon:hover {
          background: #d02127;
          color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs .prod-price-colur {
        position: absolute;
        left: 0;
        bottom: 2.6rem;
        margin-bottom: 0;
        z-index: 3; }
        .cp-pg-banner .lhs .prod-price-colur .bs-radio {
          margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      z-index: 3; }
      .cp-pg-banner .price-cont .btn-default {
        padding: 1.7rem 2.4rem;
        margin-bottom: 0; }
      .cp-pg-banner .price-cont .price-wrap {
        padding-left: 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .cp-pg-banner .price-cont .price-wrap .btn {
          font-size: 1.2rem;
          line-height: 1.2rem; }
      .cp-pg-banner .price-cont .price {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #000000;
        font-family: "Gotham-Black";
        margin-right: 1rem; }
        .cp-pg-banner .price-cont .price .ruppes {
          font-family: "Gotham-Book";
          font-weight: 300; }
    .cp-pg-banner .bs-radio {
      margin-bottom: 3.6rem;
      padding-left: 0.7rem; } }

.cp-pg-banner {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner {
      padding: 9.5rem 0rem 0rem; } }
  .cp-pg-banner .delivery {
    padding-top: 3.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery.typ-adp-delivery {
        margin-bottom: 1.6rem; } }
  .cp-pg-banner .act-btn {
    margin-bottom: 3.1rem;
    margin-top: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn {
        margin-top: 3rem; } }
    .cp-pg-banner .act-btn .btn {
      border-radius: 0rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn.d-mobileNone {
          display: none !important; } }
      .cp-pg-banner .act-btn .btn.notify-btn {
        display: none; }
      .cp-pg-banner .act-btn .btn.autoverseNotify {
        margin-left: 0px; }
      .cp-pg-banner .act-btn .btn.notifyAutoVerse {
        margin-left: 0;
        padding-left: 0; }
    .cp-pg-banner .act-btn.cargo-act-btn {
      margin-bottom: 3rem; }
      .cp-pg-banner .act-btn.cargo-act-btn .cargoActionBtns {
        margin-right: 3rem; }
  .cp-pg-banner .act-btn-link {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn-link {
        margin-bottom: 4rem; } }
    .cp-pg-banner .act-btn-link.act-btn-cargo {
      display: -ms-flexbox;
      display: flex; }
      .cp-pg-banner .act-btn-link.act-btn-cargo .booktestride-btn {
        margin-right: 2rem; }
      .cp-pg-banner .act-btn-link.act-btn-cargo .icon {
        margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur.cargo-pdp-sec {
      display: block; } }
  .cp-pg-banner .prod-price-colur .price-wrap {
    margin-right: 7.5rem;
    text-align: left; }
    .cp-pg-banner .prod-price-colur .price-wrap .price {
      margin-bottom: 0.5rem;
      text-align: left; }
      .cp-pg-banner .prod-price-colur .price-wrap .price.ruppes,
      .cp-pg-banner .prod-price-colur .price-wrap .price .ruppe {
        font-family: Helvetica !important;
        font-weight: normal !important; }
      .cp-pg-banner .prod-price-colur .price-wrap .price .totalsalesPercentage {
        color: #087dfa;
        padding-left: 1rem;
        font-size: 1.6rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .price .typ-strikeprice .strikePrice {
        font-size: 2rem; }
    .cp-pg-banner .prod-price-colur .price-wrap.cargo-pricewrap {
      margin-right: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .prod-price-colur .price-wrap.cargo-pricewrap {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur .attributes.cargo-attributes {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap {
      margin-bottom: -1.2rem; }
      .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap .pc-title {
        font-size: 1.6rem; }
        .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap .pc-title .cm-regular {
          font-family: "Gotham-Light"; } }
  .cp-pg-banner .prices {
    padding-top: 0; }
  .cp-pg-banner .prod-feature {
    margin: 2rem 0 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-feature {
        margin-bottom: 1rem;
        margin-top: 0; } }
  .cp-pg-banner .review-star {
    margin-bottom: 3.1rem;
    margin-top: 1.5rem; }
    .cp-pg-banner .review-star .stockout .text {
      top: -0.1rem;
      padding: 0.5rem 1rem;
      margin-right: 4rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .review-star .stockout .text {
          top: -0.2rem; } }
      .cp-pg-banner .review-star .stockout .text:after {
        right: -2rem;
        top: 0.5rem;
        height: 1.3rem; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .review-star .stockout .text:after {
            height: 1.2rem;
            top: 0.7rem; } }
    .cp-pg-banner .review-star .review {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #d02127;
      font-family: "Gotham-Medium"; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .lhs .prod-price-colur {
      width: 30%; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .lhs .img-function .icon-Share.active {
      z-index: 99; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont.cm-mobile .notify-mobile {
      padding: 1.7rem 1.2rem; } }
  .cp-pg-banner .price-cont.cm-mobile .totalsalesPercentage {
    color: #087dfa;
    padding-left: 1rem;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .price-cont.cm-mobile .totalsalesPercentage {
        font-size: 1.2rem;
        padding-left: 0.7rem; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont .price-wrap .typ-strikeprice .strikePrice {
      font-size: 1.6rem; } }

.cp-prod-detail .prod-title {
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -1px;
  color: #000000;
  font-family: "Gotham-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: "Gotham-Book";
  color: #000000;
  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-prod-detail .review-star {
  margin-top: 1rem; }
  .cp-prod-detail .review-star .review {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Gotham-Medium";
    color: #d02127;
    position: relative;
    top: 1px; }
    @media only screen and (max-width: 768px) {
      .cp-prod-detail .review-star .review {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Gotham-Medium";
        color: #d02127;
        top: 0rem; } }

.cp-prod-detail .desc {
  margin-bottom: 1.6rem; }

.cp-prod-detail.typ-adp-product .prod-title {
  margin-bottom: 2rem; }

.cp-prod-detail.typ-adp-product .review-star {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail.typ-adp-product .review-star {
      margin-bottom: 3rem; } }

.cp-prod-detail.typ-adp-product .prod-feature {
  margin-bottom: 3rem; }

.cp-prod-detail.typ-adp-product .act-btn {
  margin: 4rem 0rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail.typ-adp-product .act-btn {
      margin: 3rem 0rem; } }

.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: #3f4351;
    font-family: "Gotham-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: #3f4351;
    font-family: "Gotham-Book";
    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: #d02127;
    font-family: "Gotham-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: "Gotham-Book";
    color: #c2c2c2; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .text {
        font-size: 1.2rem;
        line-height: 1.2rem; } }

.cp-benifits .highlight {
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .cp-benifits {
    margin-right: 0; }
    .cp-benifits .benf-list {
      margin-right: -4rem; } }

.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-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;
      margin-left: 0; }
      .cp-delivery-service .pincode-wrap.success .btn.btn-correct-location .icon-correct-location {
        color: #4b9800;
        font-size: 2.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;
    margin-left: 0; }
  .cp-delivery-service .pincode-wrap .msg {
    font-family: "Gotham-Book";
    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; } }

.cp-delivery-service.typ-pdpPincode .pincode-wrap input {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .cp-delivery-service.typ-pdpPincode .pincode-wrap input {
      width: 100%;
      color: #c2c2c2; } }

@media only screen and (max-width: 768px) {
  .cp-delivery-service.typ-pdpPincode .pincode-wrap {
    width: 4.8rem;
    font-size: 1.7rem; } }

.cp-delivery-service.typ-pdpPincode .btn {
  width: 5.33rem !important; }

@media only screen and (max-width: 768px) {
  .cp-delivery-service.typ-pdpPincode .btn {
    width: 5rem !important;
    line-height: 1.6rem; } }

@media only screen and (max-width: 768px) {
  .cp-delivery-service .pincode-wrap.typ-pdpPincode-sec .btn {
    width: 4.8rem;
    font-size: 1.7rem; } }

.cp-delivery-service .pincode-wrap .btn {
  padding: 1rem; }
  .cp-delivery-service .pincode-wrap .btn .icon.icon-arrow {
    font-size: 1.6rem; }

.cp-delivery-service .pincode-wrap.typ-adp-pincode .form-wrap input {
  padding: 1.6rem; }

.cp-delivery-service .pincode-wrap.typ-adp-pincode .form-wrap .btn {
  width: 5rem; }

.cp-delivery-service .delivery-option {
  margin-bottom: 1.7rem; }
  .cp-delivery-service .delivery-option .list .item {
    padding-left: 0;
    width: 33%; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .delivery-option .list .item {
        width: auto; } }
  .cp-delivery-service .delivery-option.typ-delivery-cart .help-link {
    padding-top: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .delivery-option.typ-delivery-cart .help-link {
        padding-top: 2rem; } }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000; }

input::placeholder,
textarea::placeholder {
  color: #000000; }

.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: "Gotham-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: "Gotham-Book";
    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: "Gotham-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: "Gotham-Book";
      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; }

.bs-modal.typ-video .vimeo-close {
  top: 4rem;
  right: 12rem; }

@media only screen and (max-width: 768px) {
  .cp-video .icon-Play {
    margin-bottom: 1.6rem;
    padding-top: 0.8rem; } }

.cp-video .play-btn-pdp-2 {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .cp-video .play-btn-pdp-2 {
      padding: 0; } }

@media only screen and (max-width: 768px) {
  .cp-video .feature-list.ride-featurelist {
    width: 30rem; } }

.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: "Gotham-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: "Gotham-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: #3f4351;
      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: "Gotham-Light";
        font-size: 13px; }
    .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: #3f4351;
    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: "Gotham-Book";
    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; }

.mrp-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.price-flex {
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -ms-flex-align: start;
      align-items: flex-start; }

.flex-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.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: "Gotham-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: #3f4351;
  font-family: "Gotham-Book"; }
  @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: #3f4351;
  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: "Gotham-Book"; }

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

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

.cp-appEnable .list-wrap {
  width: 47%;
  margin-top: 7rem;
  padding-bottom: 9.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .list-wrap {
      width: 16.8rem;
      margin-top: 0; } }

.cp-appEnable .enable-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.cp-appEnable .enable-item {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item {
      margin-bottom: 3rem; } }
  .cp-appEnable .enable-item.active .enable-link .enable-icon {
    opacity: 1; }
  .cp-appEnable .enable-item.active .enable-content .enable-title {
    font-family: "Gotham-Black";
    color: #000000; }
  .cp-appEnable .enable-item.active .enable-content .enable-desc {
    color: #3f4351; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item.active .enable-content {
      display: block;
      position: absolute;
      top: 6rem;
      left: 0; } }
  .cp-appEnable .enable-item .enable-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-link {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .cp-appEnable .enable-item .enable-link .enable-icon {
      height: 4.8rem;
      width: 4.8rem;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 0.1rem solid #a3a6b0;
      background: #d02127;
      color: #ffffff;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      position: relative;
      margin-right: 2.4rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-link .enable-icon {
          height: 3.6rem;
          width: 3.6rem;
          margin-bottom: 3rem; } }
      .cp-appEnable .enable-item .enable-link .enable-icon img {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: 50%;
        left: 50%;
        right: 0;
        margin: 0px auto;
        transform: translate(-50%, -50%); }
  .cp-appEnable .enable-item .enable-content {
    width: 26rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-content {
        display: none;
        width: 16.8rem; } }
    .cp-appEnable .enable-item .enable-content .enable-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-family: "Gotham-Bold";
      color: #bd001c;
      margin-bottom: 0.3rem; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-title {
          font-size: 1.8rem;
          line-height: 1.6rem;
          margin-bottom: 1.2rem; } }
    .cp-appEnable .enable-item .enable-content .enable-desc {
      font-size: 1.6rem;
      line-height: 2rem;
      color: #adadad;
      font-family: "Gotham-Book"; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-desc {
          font-size: 1.4rem; }
          .cp-appEnable .enable-item .enable-content .enable-desc .cm-line-break {
            display: inline-block; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .cp-appEnable .enable-img {
      margin-right: -22rem; } }
  @media only screen and (max-width: 576px) {
    .cp-appEnable .enable-img {
      width: 187px;
      height: 312.6px;
      margin-top: 0;
      margin-right: -2rem; } }
  .cp-appEnable .enable-img img {
    height: 100%; }

.cp-appEnable .download-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .download-list {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 3rem;
      -ms-flex-line-pack: start;
          align-content: flex-start; } }
  .cp-appEnable .download-list .download-item {
    width: 13.4rem;
    margin-right: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .download-list .download-item {
        margin-right: 0;
        margin-bottom: 2rem;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 10.1rem; } }
    .cp-appEnable .download-list .download-item:last-child {
      margin: 0; }

.cp-appEnable .btn-wrap .btn.btn-default {
  min-width: 27.8rem;
  color: #ffffff !important; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .btn-wrap .btn.btn-default {
      min-width: 17.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable.typ-home .btn-wrap {
    margin-top: 9rem; }
  .cp-appEnable.typ-home .enable-img {
    margin-top: 6.5rem; } }

.cp-appEnable .enable-img-src {
  display: none; }

section {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .cp-appEnable .btn-wrap .btn.btn-default {
    min-width: 15.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable .list-wrap {
    padding-bottom: 0; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-img {
      margin-right: -1.5rem;
      width: 24.5rem;
      height: 31.3rem; }
      .cp-appEnable .enable-img img {
        width: auto; } }

.cp-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: relative; }
  .cp-testimonial .info-wrap {
    position: relative;
    z-index: 2; }
    .cp-testimonial .info-wrap .play-btn {
      padding: 0;
      margin-bottom: 2rem; }
      .cp-testimonial .info-wrap .play-btn .icon {
        font-size: 4.8rem;
        line-height: 4.8rem;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .cp-testimonial .info-wrap .play-btn .icon {
            font-size: 3rem;
            line-height: 3rem; } }
    .cp-testimonial .info-wrap .video-title {
      font-size: 4rem;
      line-height: 4.8rem;
      color: #ffffff;
      font-family: "Gotham-Bold"; }
      @media only screen and (max-width: 768px) {
        .cp-testimonial .info-wrap .video-title {
          font-size: 2.4rem;
          line-height: 2.6rem; } }
  .cp-testimonial.typ-cargoTestimonial .info-wrap .video-title {
    max-width: 54rem;
    font-size: 4rem;
    line-height: 4.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-testimonial.typ-cargoTestimonial .info-wrap .video-title {
        font-size: 2.4rem;
        line-height: 2.6rem; } }
  .cp-testimonial.typ-riderSlide {
    margin: 0;
    position: relative;
    padding: 0rem;
    background: var(--desk-img) no-repeat center center/cover; }
    .cp-testimonial.typ-riderSlide:after {
      position: relative;
      content: "";
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-testimonial.typ-riderSlide {
        background-position: 75%;
        height: 100%;
        background: var(--mob-img) no-repeat center center/cover; }
        .cp-testimonial.typ-riderSlide:after {
          position: relative;
          content: "";
          display: block;
          padding-top: 106.67%; } }
    .cp-testimonial.typ-riderSlide picture {
      display: none; }
    .cp-testimonial.typ-riderSlide:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(251deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      background-size: cover;
      z-index: 1; }

.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: #bd001c; }
    .cp-specif-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #bd001c;
      padding-bottom: .9rem;
      font-family: "Gotham-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: "Gotham-Black";
      border-bottom: 2px solid #d02127; }
  .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: "Gotham-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: #bd001c;
      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: "Gotham-Medium";
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.28px;
        color: #bd001c; }
      .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: #bd001c; }
        .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: "Gotham-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: #bd001c;
        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: "Gotham-Bold"; }

.cp-shareit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.6rem 1rem 0.6rem 5rem;
  border-radius: 18px;
  background-image: linear-gradient(88deg, #fff -39%, #f7f7f7 74%);
  margin-left: -3.5rem;
  transition: all .6s ease-in;
  opacity: 0;
  position: absolute;
  left: 50%; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      bottom: 0;
      left: unset;
      right: 50%;
      padding: 0.6rem 5rem 0.6rem 1rem;
      z-index: 2; } }
  .cp-shareit .share-item {
    padding: 0 1rem; }
  .cp-shareit .icons {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 2.4rem; }
  .cp-shareit.active {
    opacity: 1;
    left: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset; } }

.cp-shareit {
  visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      right: -50%;
      left: unset;
      transition: all .6s ease-in-out; } }
  .cp-shareit.active {
    visibility: visible;
    left: 80%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset;
        z-index: 1; } }
  .cp-shareit.typ-blog-socialicons {
    padding: 0.6rem 1rem 0.6rem 1rem;
    top: -4.2rem;
    transition: all 0.5s ease-in;
    right: 0;
    left: unset;
    bottom: unset !important; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-blog-socialicons {
        margin-left: -5.5rem;
        height: 3.5rem; } }
    .cp-shareit.typ-blog-socialicons.active {
      top: -4.2rem;
      right: 15%;
      z-index: 9; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-blog-socialicons.active {
          right: 0%;
          top: -4.2rem;
          height: 3.5rem;
          margin-right: 5rem;
          z-index: 9; } }

.cp-prod-detail .notify-btn {
  display: none; }

.cp-autoverse {
  display: none;
  height: 70rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .cp-autoverse {
      height: 30rem;
      width: 100%;
      top: -2.5rem; } }
  .cp-autoverse img {
    position: absolute;
    bottom: 20rem;
    right: 3.6rem;
    height: 3.2rem;
    width: 3.2rem;
    cursor: pointer;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse img {
        bottom: 0rem;
        right: 2.5rem; } }
  .cp-autoverse #exit-zoom {
    display: none; }
  .cp-autoverse iframe {
    height: 50rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse iframe {
        height: 28rem;
        width: 100%; } }
  .cp-autoverse.show {
    display: block; }
  .cp-autoverse.zoom {
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.05, 0.29, 0.13, 0.6); }
    .cp-autoverse.zoom #js-zoom {
      display: none; }
    .cp-autoverse.zoom #exit-zoom {
      display: block;
      right: 9rem;
      bottom: 5rem; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.zoom #exit-zoom {
          bottom: 3rem; } }
    .cp-autoverse.zoom iframe {
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.zoom iframe {
          height: calc(100% - 8.6rem);
          width: 100%; } }
  .cp-autoverse.zoomInit {
    position: fixed; }
  .cp-autoverse.view3D {
    z-index: 5;
    position: relative;
    transition: 1s;
    height: 100vh; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse.view3D {
        width: 100%;
        margin-top: 0;
        padding-top: 0; } }
    .cp-autoverse.view3D #exit-zoom {
      display: none; }
    .cp-autoverse.view3D .attributesSection {
      top: 15rem; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.view3D .attributesSection {
          top: auto;
          bottom: 0rem; } }
    .cp-autoverse.view3D iframe {
      top: 9rem;
      overflow: hidden;
      height: 80vh; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.view3D iframe {
          top: 8.56rem;
          height: calc(100% - 8.6rem);
          bottom: 0; } }
  .cp-autoverse .autosaveTitle {
    font-size: 4rem;
    line-height: 4rem;
    font-family: "Gotham-Bold";
    margin: 0.67em 0; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .autosaveTitle {
        font-size: 2rem;
        line-height: 3rem; } }
    .cp-autoverse .autosaveTitle .cm-light {
      font-family: "Gotham-Light"; }
  .cp-autoverse .attributesSection {
    position: absolute;
    top: 19rem;
    left: 7.5rem;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .attributesSection {
        width: auto;
        padding: 2rem;
        left: 0;
        top: initial;
        bottom: 0;
        padding-bottom: 0; } }
    .cp-autoverse .attributesSection .act-btn .autoverse-act .btn {
      margin-bottom: 0;
      width: 17.2rem;
      min-width: 0; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse .attributesSection .act-btn .autoverse-act .btn {
          width: 14rem; } }
    .cp-autoverse .attributesSection .act-btn .autoverse-act .notify-btn {
      display: none; }
  .cp-autoverse .pc-title {
    display: block !important; }
  .cp-autoverse .clreriationTitle {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Gotham-Bold"; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .clreriationTitle {
        font-size: 1.4rem;
        line-height: 1.8rem; } }

.cp-link-toast {
  min-width: 28rem;
  padding: 1.3rem 2.5rem;
  border-radius: 2.5rem;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  color: #5ba10f;
  font-family: "Gotham-Book";
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 1024px) {
    .cp-link-toast {
      min-width: 25rem;
      padding: 1rem 2rem;
      font-size: 1.6rem; } }
  .cp-link-toast.show {
    opacity: 1; }
  .cp-link-toast .icon {
    margin-right: 1rem;
    font-size: 2.4rem; }

.cp-link-toast.adp-toast {
  top: 62.5rem;
  z-index: 8;
  bottom: unset; }

.cp-link-toast.pdp-toast {
  top: 60rem;
  z-index: 8;
  bottom: unset; }
  @media only screen and (max-width: 768px) {
    .cp-link-toast.pdp-toast {
      top: 57rem; } }

.cp-link-toast.cargo-toast {
  top: 59rem;
  z-index: 8;
  bottom: unset; }

.cp-link-toast.checkout-toast {
  color: #721c23;
  bottom: 0rem;
  height: 5rem;
  top: 15rem; }
  @media only screen and (max-width: 768px) {
    .cp-link-toast.checkout-toast {
      height: 4rem;
      top: 8rem; } }
  .cp-link-toast.checkout-toast .icon.js-toastclose {
    right: 0;
    position: absolute; }
  .cp-link-toast.checkout-toast.zipcodePopUpShipping {
    top: 78rem; }
    @media only screen and (max-width: 768px) {
      .cp-link-toast.checkout-toast.zipcodePopUpShipping {
        top: 63rem; } }

.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: "Gotham-Book"; }
    .cp-findBike-slider .b-title .highlight {
      font-family: "Gotham-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 #d02127;
      opacity: 1; }
    .cp-findBike-slider .radio-input:checked + .radio-label .info-text {
      color: #3f4351;
      font-family: "Gotham-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: "Gotham-Medium";
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #c2c2c2;
    display: inline-block;
    max-width: 8rem;
    min-height: 4rem;
    margin: 1rem auto 0; }

.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: "Gotham-Bold";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #3f4351;
      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: "Gotham-Book";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #3f4351; }
      @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: "Gotham-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: #3f4351;
      font-family: "Gotham-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%; } }

.bs-modal.typeNotify.notify-new .modal-dialog {
  height: 36rem; }

.bs-modal.bookNow-new.show {
  z-index: 123; }

.bs-modal.bookNow-new .submitted-successfully-message {
  font-size: 14px;
  font-family: 'Gotham-Medium';
  color: green; }

.bs-modal.bookNow-new .modal-dialog {
  height: auto !important; }
  @media (max-width: 767px) {
    .bs-modal.bookNow-new .modal-dialog {
      width: 100% !important;
      height: 100vh !important; } }
  .bs-modal.bookNow-new .modal-dialog .small-title {
    font-family: "Gotham-Black";
    color: #4a4a4a;
    letter-spacing: -1.71px;
    text-transform: uppercase;
    font-size: 25px; }
  .bs-modal.bookNow-new .modal-dialog .form-group {
    margin: 0 0 2rem; }

@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 .emi-close-btn {
  padding: 2rem; }

.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: "Gotham-Light"; }

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

.bs-modal.type-EmiRate .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem; }
  @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: "Gotham-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: "Gotham-Book"; }

.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: "Gotham-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: "Gotham-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Gotham-Bold"; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-thankBusiness .thank-you-popup-message {
    margin-bottom: 5rem; } }

.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; }
  @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: "Gotham-Light";
  margin-bottom: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .small-title {
      font-family: "Gotham-Book"; } }

.bs-modal.typ-cargogetInTouch .highlight {
  font-family: "Gotham-Bold"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .highlight {
      font-family: "Gotham-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; }

#emiRate {
  top: 24%; }
  #emiRate .modal-body .cp-table {
    overflow: scroll; }
    #emiRate .modal-body .cp-table.typ-flexpayment {
      width: 100%;
      overflow-x: auto;
      height: 47.5rem; }
    @media only screen and (max-width: 768px) {
      #emiRate .modal-body .cp-table table th:first-child {
        left: 0;
        position: sticky; } }

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

.cp-video-banner {
  z-index: 2;
  position: relative; }
  .cp-video-banner .play-btn {
    margin-bottom: 2rem;
    padding: 0; }
  .cp-video-banner .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video-banner .icon-pause {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video-banner .video-title {
    font-size: 8.2rem;
    line-height: 9rem;
    color: #ffffff;
    font-family: "Gotham-Light"; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .video-title {
        font-size: 4rem;
        line-height: 3.4rem; } }
  .cp-video-banner .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Gotham-Book";
    color: #ffffff;
    width: 45.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 23.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .cm-light {
      display: block; } }

.video_play_banner {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none; }
  .video_play_banner .icon-mute, .video_play_banner .icon-volume {
    position: absolute;
    right: 4rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    background: #00000066;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    transition: 0.6s; }
  .video_play_banner video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    object-fit: cover; }

.show {
  display: block; }

.icon-Play::before {
  content: "\E94D"; }

@media only screen and (max-width: 768px) {
  .video_play_banner {
    height: 100%; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.cargoTestimonial-video-banner iframe {
    height: 55rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner .icon-mute,
  .video_play_banner .icon-volume {
    bottom: 2rem;
    right: 2rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.exp-video-play-banner {
    height: 60rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.exp-video-play-banner video {
    height: 60rem; } }

.cp-video-banner .typ-small {
  font-size: 6rem;
  line-height: 9.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .typ-small {
      font-size: 4rem;
      line-height: 4rem; } }

.cp-video-banner .video-title {
  font-family: "Gotham-Black"; }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .video-title {
      font-family: "Gotham-Bold"; } }

@media only screen and (max-width: 768px) {
  .cp-video-banner.typ-exp-banner-video .video-title, .cp-video-banner.typ-exp-banner-video .cm-light {
    font-size: 30px; } }

@media screen and (max-width: 550px) {
  .bs-sec .container .sec-head .sec-title .customer-review-heading::after {
    content: "\A";
    white-space: pre; } }

.bs-sec .sec-head::before {
  background: none; }

.bs-swiper.typ-pdp-swiper {
  overflow: hidden;
  position: relative; }
  .bs-swiper.typ-pdp-swiper.hidden {
    visibility: hidden; }
  .bs-swiper.typ-pdp-swiper .gallery-slider {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-pdp-swiper .gallery-slider {
        margin-bottom: 0rem;
        padding-bottom: 4rem; } }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-pdp-swiper .gallery-slider .swiper-slide img {
        width: 71.6%;
        margin: 0px auto; } }
    .bs-swiper.typ-pdp-swiper .gallery-slider .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 768px) {
        .bs-swiper.typ-pdp-swiper .gallery-slider .swiper-pagination {
          display: block; }
          .bs-swiper.typ-pdp-swiper .gallery-slider .swiper-pagination .swiper-pagination-bullet {
            width: .4rem;
            height: .4rem;
            margin-right: .4rem;
            background: #bd001c;
            opacity: 0.3;
            transition: all ease .5s; }
          .bs-swiper.typ-pdp-swiper .gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
            opacity: 1;
            width: 2rem;
            border-radius: 3px; } }
  .bs-swiper.typ-pdp-swiper .gallery-thumbs {
    padding: 2rem 0rem; }
    @media only screen and (max-width: 768px) {
      .bs-swiper.typ-pdp-swiper .gallery-thumbs {
        display: none; } }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 6rem;
      height: 100%;
      background: #ffffff;
      z-index: 2; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 6rem;
      height: 100%;
      background: #ffffff;
      z-index: 2; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-slide {
      width: 8.4rem !important;
      height: 8.4rem;
      margin-right: 3rem;
      padding: .8rem;
      cursor: pointer;
      opacity: 0.4; }
      .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        background: #ffffff;
        box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
        border-radius: 4PX;
        opacity: 1; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-wrapper {
      width: 75%; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-next:after,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-container-rtl .swiper-button-prev:after,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-prev:after,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-container-rtl .swiper-button-next:after {
      content: none; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-next,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-prev {
      width: auto;
      height: auto;
      margin: 0;
      color: #d02127;
      font-size: 2rem;
      line-height: 0;
      top: 39%; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-prev,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-container-rtl .swiper-button-next {
      left: 0rem; }
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-button-next,
    .bs-swiper.typ-pdp-swiper .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
      right: 0rem; }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item {
    margin-top: 0.938em;
    margin-right: 0.938em; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item .radio-link {
    position: relative;
    padding: 1rem 0.5rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #676767;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item .radio-link.typ-color .clr {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item .radio-link.typ-color.active {
    border: 0.8px solid #000; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item .swatch-circle {
    width: auto;
    height: auto;
    border: 1px solid transparent;
    margin-right: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    position: static; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .radio-list .r-item .swatch-circle::after {
    display: none !important; } }

.pg-pdp .cp-pg-banner .lhs .attributes.cm-mobile .quantity {
  visibility: hidden; }

.pg-pdp .cp-pg-banner .img-function .d-none {
  display: none; }

.pg-pdp .cp-pg-banner .img-function .icon-Share {
  display: none; }

.pg-pdp .cp-pg-banner .img-function .share-wrap {
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .pg-pdp .cp-pg-banner .img-function .share-wrap .icon-share1 {
      margin-right: 0;
      position: relative;
      z-index: 9; } }
  .pg-pdp .cp-pg-banner .img-function .share-wrap ul .share-item a .icon {
    background: transparent;
    box-shadow: none;
    margin-right: 0;
    padding: 0;
    min-width: 2.4rem;
    min-height: 2.4rem;
    line-height: 2.4rem; }

.pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .r-item {
    margin-top: 0.938em;
    margin-right: 0.938em; }
    .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .r-item .swatch-circle {
      width: auto;
      height: auto;
      border: 1px solid transparent;
      margin-right: 2.5rem;
      display: -ms-flexbox;
      display: flex;
      position: static; }
      .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .r-item .swatch-circle::after {
        display: none !important; }
  .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .radio-link {
    position: relative;
    padding: 1rem 0.5rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #676767;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer; }
    .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .radio-link.typ-color .clr {
      width: 1.2rem;
      height: 1.2rem;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .pg-pdp .cp-pg-banner .cp-prod-detail .attributes .radio-list .radio-link.typ-color.active {
      border: 0.8px solid #000; }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .cp-prod-detail .act-btn {
    -ms-flex-pack: center;
        justify-content: center; } }

.pg-pdp .cp-pg-banner .cp-prod-detail .act-btn .btn-testRide {
  margin-right: 2rem; }
  @media only screen and (max-width: 768px) {
    .pg-pdp .cp-pg-banner .cp-prod-detail .act-btn .btn-testRide {
      font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .pg-pdp .cp-pg-banner .cp-prod-detail .act-btn .cargoActionBtns .cart-and-ipay .add-to-cart {
    font-size: 1.2rem; } }

.bs-swiper.typ-product-pdp .swiper-wrapper .typ-prodcut .info-wrap .colour-code {
  position: absolute;
  right: 3rem;
  bottom: 4.2rem; }
  .bs-swiper.typ-product-pdp .swiper-wrapper .typ-prodcut .info-wrap .colour-code .colour {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    margin-left: 1.5rem; }

.bs-swiper.typ-product-pdp .swiper-wrapper .typ-prodcut .info-wrap .inclusiveText {
  font-size: 1rem;
  color: #4a4a4a;
  font-family: "Gotham-Light";
  display: block;
  padding: 0rem 0.5rem 0 0rem; }

.bs-swiper.typ-product-pdp .swiper-wrapper .typ-prodcut .featureList {
  display: none; }

.bs-sec.typ-video {
  height: 76.8rem;
  position: relative;
  padding: 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .bs-sec.typ-video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(240deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
    background-size: cover;
    z-index: 1; }
  .bs-sec.typ-video .sec-cont {
    width: 100%; }
    .bs-sec.typ-video .sec-cont .cp-video {
      width: 118rem; }
      .bs-sec.typ-video .sec-cont .cp-video .feature-list > .f-list > .f-item {
        padding: 0px 1rem; }
  .bs-sec.typ-video .video_play_banner {
    background-color: #000;
    position: absolute;
    height: 76.8rem;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none; }
    .bs-sec.typ-video .video_play_banner.show {
      display: block; }

.bs-sec.type-enableBike {
  padding-bottom: 0; }

.bs-swiper.typ-testimonial .swiper-slide::after {
  content: '';
  background-image: linear-gradient(220deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 60%);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

.bs-swiper.typ-testimonial .swiper-slide .cp-testimonial .info-wrap {
  width: 118rem; }

.bs-swiper.typ-prodcut .cp-accessories {
  width: 38.3rem !important;
  margin: 0;
  margin-right: 1rem;
  border-radius: 16px; }
  .bs-swiper.typ-prodcut .cp-accessories:hover {
    border: 1px solid #e2e2e2;
    box-shadow: none; }

.typ-product-pdp .cp-accessories.typ-similarProduct .act-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  margin-top: 1.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: initial; }
  .typ-product-pdp .cp-accessories.typ-similarProduct .act-btn .add-to-cart-act {
    width: 30.8rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1.4rem;
    border-radius: 0 0 1.6rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .typ-product-pdp .cp-accessories.typ-similarProduct .act-btn .add-to-cart-act .icon-cart {
      font-size: 2rem;
      margin-right: 1rem; }

.typ-product-pdp .cp-accessories.typ-similarProduct .icon.icon-like-2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #bd001c;
  width: 6.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.typ-product-pdp .cp-accessories.typ-similarProduct .icon.icon-fill-like {
  font-size: 2.4rem;
  line-height: 2.4rem;
  position: relative;
  z-index: 2;
  color: #bd001c;
  font-weight: 900;
  width: 6.2rem; }

.typ-product-pdp .cp-accessories.typ-similarProduct .bottomSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 0.5rem 0.5rem 2rem;
  -ms-flex-align: center;
      align-items: center; }
  .typ-product-pdp .cp-accessories.typ-similarProduct .bottomSec .emitext {
    color: #4a4a4a;
    font-family: "Gotham-Book";
    font-size: 1.2rem;
    display: inline-block; }
    .typ-product-pdp .cp-accessories.typ-similarProduct .bottomSec .emitext .emiCost {
      font-family: "Gotham-Black"; }
  .typ-product-pdp .cp-accessories.typ-similarProduct .bottomSec > .compare {
    color: #bd001c;
    font-family: "Gotham-Bold";
    font-size: 1.2rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-radius: 13px;
    border: solid 1px #bd001c;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    margin-left: auto; }
    .typ-product-pdp .cp-accessories.typ-similarProduct .bottomSec > .compare .icon {
      font-size: 0.6rem;
      transform: translateY(-50%) rotate(136deg);
      position: absolute;
      left: 1rem;
      top: 50%;
      font-weight: 900; }

.typ-product-pdp .cp-accessories.typ-similarProduct .img-wrap {
  width: 31rem;
  height: 19.7rem;
  margin: 0 auto; }
  .typ-product-pdp .cp-accessories.typ-similarProduct .img-wrap img {
    height: 16rem; }
  .typ-product-pdp .cp-accessories.typ-similarProduct .img-wrap .prod-img {
    margin: 0 auto;
    max-width: 100%; }

.cm-overlay.active {
  z-index: 10;
  background: transparent; }

#pinNotService .small-title {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-family: "Gotham-Light"; }
  #pinNotService .small-title .highlight {
    font-family: "Gotham-Bold"; }

#pinNotService .desc {
  margin-bottom: 4rem; }

#pinNotService .close-btn.pinCode-Btn {
  font-size: 1.4rem;
  padding: 1rem 1rem; }

.cp-link-toast.pdp-toast {
  top: 65rem;
  z-index: 99;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .cp-link-toast.pdp-toast {
      top: 30rem; } }

#product-detail-page-e-bikes .swiper-button-next:after,
#product-detail-page-e-bikes .swiper-button-prev:after {
  color: #767676;
  font-size: 22px; }

.cp-specif-tab .nav-tabs .icon {
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/ebike-sprite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: auto;
  margin-right: auto; }

.cp-specif-tab .nav-tabs .icon.icon-lightning,
.cp-specif-tab .tab_drawer_heading .icon.icon-lightning {
  background-position: 0 -41px; }

.cp-specif-tab .nav-tabs .icon.icon-frameset,
.cp-specif-tab .tab_drawer_heading .icon.icon-frameset {
  background-position: -48px -40px; }
  .cp-specif-tab .nav-tabs .icon.icon-frameset::before,
  .cp-specif-tab .tab_drawer_heading .icon.icon-frameset::before {
    content: ''; }

.cp-specif-tab .nav-tabs .icon.icon-drivetrain,
.cp-specif-tab .tab_drawer_heading .icon.icon-drivetrain {
  background-position: -93px -41px; }

.cp-specif-tab .nav-tabs .icon.icon-wheel,
.cp-specif-tab .tab_drawer_heading .icon.icon-wheel {
  background-position: -138px -41px; }

.cp-specif-tab .nav-tabs .icon.icon-components,
.cp-specif-tab .tab_drawer_heading .icon.icon-components {
  background-position: -186px -41px; }

.cp-specif-tab .nav-tabs .icon.icon-performance,
.cp-specif-tab .tab_drawer_heading .icon.icon-performance {
  background-position: -234px -41px; }

.cp-specif-tab .nav-tabs:hover .icon.icon-lightning, .cp-specif-tab .nav-tabs.active .icon.icon-lightning, .cp-specif-tab .nav-tabs.d_active .icon.icon-lightning,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-lightning,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-lightning,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-lightning {
  background-position: 0 0; }

.cp-specif-tab .nav-tabs:hover .icon.icon-frameset, .cp-specif-tab .nav-tabs.active .icon.icon-frameset, .cp-specif-tab .nav-tabs.d_active .icon.icon-frameset,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-frameset,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-frameset,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-frameset {
  background-position: -48px 4px; }

.cp-specif-tab .nav-tabs:hover .icon.icon-drivetrain, .cp-specif-tab .nav-tabs.active .icon.icon-drivetrain, .cp-specif-tab .nav-tabs.d_active .icon.icon-drivetrain,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-drivetrain,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-drivetrain,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-drivetrain {
  background-position: -93px 0px; }

.cp-specif-tab .nav-tabs:hover .icon.icon-wheel, .cp-specif-tab .nav-tabs.active .icon.icon-wheel, .cp-specif-tab .nav-tabs.d_active .icon.icon-wheel,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-wheel,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-wheel,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-wheel {
  background-position: -138px 0px; }

.cp-specif-tab .nav-tabs:hover .icon.icon-components, .cp-specif-tab .nav-tabs.active .icon.icon-components, .cp-specif-tab .nav-tabs.d_active .icon.icon-components,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-components,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-components,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-components {
  background-position: -186px 0px; }

.cp-specif-tab .nav-tabs:hover .icon.icon-performance, .cp-specif-tab .nav-tabs.active .icon.icon-performance, .cp-specif-tab .nav-tabs.d_active .icon.icon-performance,
.cp-specif-tab .tab_drawer_heading:hover .icon.icon-performance,
.cp-specif-tab .tab_drawer_heading.active .icon.icon-performance,
.cp-specif-tab .tab_drawer_heading.d_active .icon.icon-performance {
  background-position: -234px 0px; }

.mtop {
  margin-top: 5rem; }

@media screen and (max-width: 788px) {
  .cp-specif-tab .tab_drawer_heading .icon {
    width: 40px;
    height: 40px;
    background-image: url("../assets/images/ebike-sprite.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .cp-specif-tab .tab_drawer_heading .plus-mius .icon {
    width: auto;
    height: auto;
    background-image: none; } }

.bike-details .attributesSection.d-none {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.product-detail .attributes .bs-radio.typ-colour {
  margin-top: 1.5rem; }

.product-detail .attributes .swatch-circle {
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border-radius: 1.25em;
  border: 1px solid transparent;
  display: inline-block;
  margin-right: 1rem;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: transparent !important;
    border-radius: 50% !important;
    content: '';
    display: inline-block !important;
    font-family: none !important;
    font-size: 0 !important;
    top: -0.7rem !important;
    left: -0.7rem !important;
    position: absolute;
    width: 2.2rem !important;
    height: 2.2rem !important;
    border: 1px solid #000 !important; }
