/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.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-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-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-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; }

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

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

.pg-faq {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.cp-accessories.type-plpPro .feature-item {
  font-family: "Gotham-Book"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cp-specif-tab {
  background: #ffffff; }
  .cp-specif-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem; }
  .cp-specif-tab .nav-tabs {
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; }
    .cp-specif-tab .nav-tabs .icon {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: .8rem;
      display: block;
      color: #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-filter {
  max-width: 54.7rem;
  max-height: 86.6rem;
  position: absolute;
  right: 0;
  top: 12rem;
  background: #ffffff;
  z-index: 99;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  opacity: 0;
  display: none; }
  @media only screen and (max-width: 768px) {
    .cp-filter {
      top: auto;
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      left: 0;
      bottom: 12rem;
      max-width: 100%; } }
  .cp-filter.active {
    opacity: 1;
    display: block; }
  .cp-filter .reset-btn {
    font-family: "Gotham-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #d02127;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 3.4rem;
    right: 3rem; }
    .cp-filter .reset-btn .icon {
      font-size: 2.4rem;
      margin-right: 0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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