/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-prod-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-prod-listing {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-prod-listing .lhs {
    width: 25.7%;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-prod-listing .lhs {
        width: 100%;
        position: relative; } }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing .lhs {
        width: 100%;
        position: relative; } }
  .cp-prod-listing .rhs {
    width: 72%;
    margin-top: -6.5rem; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-prod-listing .rhs {
        width: 100%;
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing .rhs {
        width: 100%;
        margin-top: 0; } }
  .cp-prod-listing .product-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-prod-listing .product-list .product-item {
      width: 47%;
      margin-bottom: 3rem;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        .cp-prod-listing .product-list .product-item {
          width: 47%; } }
      @media only screen and (max-width: 767px) {
        .cp-prod-listing .product-list .product-item {
          width: 100%;
          margin-bottom: 2rem; } }
      .cp-prod-listing .product-list .product-item:last-of-type {
        margin-bottom: 0; }
    .cp-prod-listing .product-list .show-more-block {
      display: none; }
  .cp-prod-listing .universal-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 3rem;
    padding: 0.2rem;
    border-radius: 2rem;
    border: 1px solid #e2e2e2; }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing .universal-category {
        margin: 0; } }
    .cp-prod-listing .universal-category .uni-cat-list:last-of-type .uni-cat-link {
      margin-right: 0; }
    .cp-prod-listing .universal-category .uni-cat-list .uni-cat-link {
      font-family: "Gotham-Bold";
      font-size: 1.2rem;
      line-height: 1.1rem;
      color: #4a4a4a;
      cursor: pointer;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      text-transform: uppercase;
      padding: 1.2rem 1.9rem;
      position: relative;
      display: block; }
      .cp-prod-listing .universal-category .uni-cat-list .uni-cat-link.active {
        border-radius: 17px;
        background-image: linear-gradient(to bottom, #e54f5c, #c6272f);
        color: #ffffff; }
      .cp-prod-listing .universal-category .uni-cat-list .uni-cat-link .label-filed {
        cursor: pointer; }
  .cp-prod-listing .filter-wrap {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .cp-prod-listing .filter-wrap {
        margin-top: 0;
        -ms-flex-align: center;
            align-items: center; } }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing .filter-wrap {
        margin-top: 0;
        -ms-flex-align: center;
            align-items: center; } }
  .cp-prod-listing .sort-wrap {
    position: relative;
    width: 12.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-prod-listing .sort-wrap {
        width: auto; } }
    .cp-prod-listing .sort-wrap .sort-by {
      position: relative;
      border: 1px solid #8c8c8c;
      padding: 1rem 1rem 0.5rem 2rem;
      border-radius: 20px;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .cp-prod-listing .sort-wrap .sort-by {
          padding: 0;
          display: block;
          border: 0; } }
      .cp-prod-listing .sort-wrap .sort-by.active .icon-arrow {
        transform: rotate(0deg); }
      .cp-prod-listing .sort-wrap .sort-by .sortIcon {
        position: absolute;
        left: 2.6rem;
        top: 1rem; }
        @media only screen and (max-width: 768px) {
          .cp-prod-listing .sort-wrap .sort-by .sortIcon {
            left: auto;
            right: 2rem;
            top: 0rem; } }
        .cp-prod-listing .sort-wrap .sort-by .sortIcon span {
          color: #bd001c;
          font-size: 1.6rem;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            .cp-prod-listing .sort-wrap .sort-by .sortIcon span {
              color: #bd001c; } }
      .cp-prod-listing .sort-wrap .sort-by .sort-name {
        color: #bd001c;
        font-size: 1.2rem;
        line-height: 2rem;
        font-family: "Gotham-Bold";
        display: block;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .cp-prod-listing .sort-wrap .sort-by .sort-name {
            display: none; } }
      .cp-prod-listing .sort-wrap .sort-by .icon-arrow {
        transform: rotate(180deg);
        right: 2rem;
        top: 1.3rem;
        position: absolute;
        font-size: 1rem;
        color: #bd001c;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease; }
        @media only screen and (max-width: 768px) {
          .cp-prod-listing .sort-wrap .sort-by .icon-arrow {
            display: none; } }
    .cp-prod-listing .sort-wrap .sort-list {
      padding: 2.3rem 0;
      border-radius: 0.64rem;
      -webkit-border-radius: 0.64rem;
      -moz-border-radius: 0.64rem;
      box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.19);
      background: #ffffff;
      display: none;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 277px;
      position: absolute;
      right: 0;
      top: 7rem;
      z-index: 99;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease; }
      @media only screen and (max-width: 768px) {
        .cp-prod-listing .sort-wrap .sort-list {
          width: 100%;
          position: fixed;
          top: 0;
          border-radius: 0;
          height: 100%;
          padding: 2rem 1.5rem; } }
      .cp-prod-listing .sort-wrap .sort-list.open {
        top: 4rem;
        display: -ms-flexbox;
        display: flex;
        max-height: 30rem;
        overflow-y: hidden; }
        @media only screen and (max-width: 768px) {
          .cp-prod-listing .sort-wrap .sort-list.open {
            top: 0;
            max-height: unset;
            overflow-y: unset; }
            .cp-prod-listing .sort-wrap .sort-list.open:before {
              content: '';
              width: 8.3rem;
              height: 10.9rem;
              position: absolute;
              background: url("../assets/images/title-infography-typ-2.png") 0 0 no-repeat;
              background-size: contain;
              top: 1rem;
              transform: scale(1) rotate(315deg);
              opacity: 0.7;
              left: -0.6rem; } }
      .cp-prod-listing .sort-wrap .sort-list .sort-item {
        padding: 0.7rem 2rem 0.7rem 1.5rem;
        background: #ffffff;
        position: relative;
        cursor: pointer;
        text-decoration: none;
        display: block; }
        .cp-prod-listing .sort-wrap .sort-list .sort-item.active .sort-text {
          font-family: "Gotham-Bold"; }
        .cp-prod-listing .sort-wrap .sort-list .sort-item .sortIcon {
          position: absolute;
          left: 2.6rem;
          top: 1rem;
          display: inline-block; }
          .cp-prod-listing .sort-wrap .sort-list .sort-item .sortIcon span {
            color: #bd001c;
            font-size: 1.6rem;
            font-weight: bold; }
            @media only screen and (max-width: 768px) {
              .cp-prod-listing .sort-wrap .sort-list .sort-item .sortIcon span {
                font-size: 1.4rem; } }
        .cp-prod-listing .sort-wrap .sort-list .sort-item .sort-text {
          position: relative;
          display: inline-block;
          color: #bd001c;
          font-size: 1.6rem;
          line-height: 2rem;
          font-family: "Gotham-Book";
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            .cp-prod-listing .sort-wrap .sort-list .sort-item .sort-text {
              font-size: 1.4rem; } }
      .cp-prod-listing .sort-wrap .sort-list .bs-checkbox {
        margin-bottom: 1rem; }
        .cp-prod-listing .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] ~ label,
        .cp-prod-listing .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] + label {
          font-size: 1.2rem; }
          .cp-prod-listing .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] ~ label:before,
          .cp-prod-listing .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] + label:before {
            width: 1.6rem;
            height: 1.6rem;
            top: 0rem;
            border-radius: 0; }
      .cp-prod-listing .sort-wrap .sort-list .fliter-title {
        font-size: 2.8rem;
        text-transform: uppercase;
        font-family: "Gotham-Black";
        color: #4a4a4a;
        padding: 1rem 1rem 2rem; }
      .cp-prod-listing .sort-wrap .sort-list .icon-close {
        position: absolute;
        right: 13px;
        top: 40px;
        color: #4a4a4a; }
      .cp-prod-listing .sort-wrap .sort-list .actn-wrap {
        position: absolute;
        bottom: 0;
        box-shadow: 0 -22px 26px -10px rgba(195, 195, 195, 0.48);
        background: #ffffff;
        width: 100%;
        padding: 1.5rem 0;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        left: 0; }
    .cp-prod-listing .sort-wrap .btn.btn-link {
      font-size: 1.6rem;
      text-align: left;
      padding: 0 1rem 1rem 1.5rem;
      margin-left: 0; }

.filterWrap {
  display: none;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  border-radius: 30px;
  box-shadow: 0 0 14px 5px rgba(89, 89, 89, 0.22); }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .filterWrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .filterWrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .filterWrap .btn {
    background-image: linear-gradient(to bottom, #e54f5c, #c6272f); }
    .filterWrap .btn + .btn {
      margin: 0; }
    .filterWrap .btn .icon {
      margin-right: 0.9rem; }
    .filterWrap .btn.typ-filter {
      border-radius: 30px 0 0 30px;
      border-right: 1px solid #ffff; }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .filterWrap .btn.typ-filter {
          padding: 1.6rem 1.9rem 1.6rem 3rem;
          letter-spacing: -0.35px; } }
      @media only screen and (max-width: 768px) {
        .filterWrap .btn.typ-filter {
          padding: 1.6rem 1.9rem 1.6rem 3rem;
          letter-spacing: -0.35px; } }
    .filterWrap .btn.typ-sort {
      border-radius: 0 30px 30px 0;
      border-right: 1px solid transparent; }
      @media only screen and (min-width: 769px) and (max-width: 992px) {
        .filterWrap .btn.typ-sort {
          padding: 1.6rem 3rem 1.6rem 3rem;
          letter-spacing: -0.35px; } }
      @media only screen and (max-width: 768px) {
        .filterWrap .btn.typ-sort {
          padding: 1.6rem 3rem 1.6rem 3rem;
          letter-spacing: -0.35px; } }

.fileter-sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 0 0 2rem; }

.lyt-compareList .cp-prod-listing .sort-wrap .sort-by .sort-name {
  color: #4a4a4a; }

.bs-sec.typ-plp::before {
  display: none; }

@media only screen and (max-width: 768px) {
  .search-results {
    margin-top: unset; } }

.search-results .search-result-heading {
  margin-bottom: 2rem;
  position: relative; }
  .search-results .search-result-heading .sec-title {
    font-size: 4.8rem;
    line-height: 6.4rem;
    color: #000000;
    font-family: "Gotham-Bold";
    margin-bottom: 1.2rem;
    letter-spacing: -1px; }
    .search-results .search-result-heading .sec-title .cm-light {
      font-family: "Gotham-Light"; }
  .search-results .search-result-heading p {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Gotham-Book";
    color: #676767; }

@media only screen and (max-width: 768px) {
  .search-results .cp-prod-listing .lhs .sidebar__inner .cp-plp-accordion:empty {
    display: none; } }

.search-results .cp-prod-listing .rhs .product-grid.product-list > .swiper-slide {
  width: auto; }
  @media only screen and (max-width: 768px) {
    .search-results .cp-prod-listing .rhs .product-grid.product-list > .swiper-slide {
      width: 100%; } }
  .search-results .cp-prod-listing .rhs .product-grid.product-list > .swiper-slide > .product-item {
    margin-bottom: 3rem;
    width: auto; }

.cp-prodcut-box.type-adpprodcut-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut-box.type-adpprodcut-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0px -2rem; } }
  .cp-prodcut-box.type-adpprodcut-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.type-adpprodcut-box .cp-video {
        width: 100%;
        margin-right: -2rem;
        height: 21.1rem;
        padding: 2rem; } }
    .cp-prodcut-box.type-adpprodcut-box .cp-video .info-wrap {
      position: relative;
      z-index: 2; }
      .cp-prodcut-box.type-adpprodcut-box .cp-video .info-wrap.plp-usp-box-info-btn {
        text-align: center;
        margin: 0 auto; }
        .cp-prodcut-box.type-adpprodcut-box .cp-video .info-wrap.plp-usp-box-info-btn .play-btn {
          margin: 0; }
    .cp-prodcut-box.type-adpprodcut-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.type-adpprodcut-box .play-btn {
    pointer-events: all; }
  .cp-prodcut-box.type-adpprodcut-box .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-prodcut-box.type-adpprodcut-box .icon-play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0rem; } }
  .cp-prodcut-box.type-adpprodcut-box .video_play_banner {
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none; }
    .cp-prodcut-box.type-adpprodcut-box .video_play_banner video {
      height: 100%;
      width: auto; }
  .cp-prodcut-box.type-adpprodcut-box .show {
    display: block; }
  .cp-prodcut-box.type-adpprodcut-box .cp-box-accer {
    width: 27%; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box.type-adpprodcut-box .cp-box-accer {
        width: 100%; } }
    .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .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-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list {
          padding: 0px 2.6rem;
          margin-top: 3rem; } }
      .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .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-list .accer-item {
            margin-bottom: 2.8rem; } }
        .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .cp-icon-info img {
          width: 4rem;
          margin-right: 2rem;
          margin-bottom: 1rem;
          display: block; }
          @media only screen and (max-width: 768px) {
            .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .cp-icon-info img {
              width: 4rem; } }
        .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .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-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .cp-icon-info .title {
              font-size: 1.4rem;
              margin-bottom: 0.5rem; } }
        .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .cp-icon-info .desc {
          font-size: 1.6rem;
          line-height: 2rem;
          color: #4a4a4a;
          font-family: "Gotham-Book"; }
          @media only screen and (max-width: 768px) {
            .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-list .accer-item .cp-icon-info .desc {
              font-size: 1.4rem;
              line-height: 1.8rem; } }

.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 .Speci-list .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 .Speci-list .list-item {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1.9rem 0 1.5rem;
        min-height: 158px; } }
    .cp-productSpeci .Speci-list .list-item .icon img {
      width: 7rem;
      height: 7rem;
      margin: 0 auto 1.5rem; }
    .cp-productSpeci .Speci-list .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 .Speci-list .list-item .speci-title {
          font-size: 1.4rem; } }
    .cp-productSpeci .Speci-list .list-item .desc {
      font-size: 1.4rem;
      color: #4a4a4a;
      padding-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-productSpeci .Speci-list .list-item .desc {
          font-size: 1.2rem;
          padding-bottom: 0.5rem; } }
    .cp-productSpeci .Speci-list .list-item .viewLink {
      color: #bd001c;
      font-size: 1.4rem;
      line-height: 1.4rem;
      font-family: "Gotham-Bold";
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-productSpeci .Speci-list .list-item .viewLink {
          font-size: 1.2rem; } }

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

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

.bold-text {
  font-weight: bold; }

.cp-prod-listing .lhs {
  display: inline-table; }

@media only screen and (max-width: 992px) {
  .cp-prod-listing .sort-wrap {
    width: auto; } }

@media only screen and (max-width: 992px) {
  .cp-prod-listing .sort-wrap .sort-by {
    border: 0;
    padding-bottom: 1.5rem; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .cp-prod-listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.cp-prod-listing .refinement-bar {
  height: auto;
  background-color: transparent;
  box-shadow: none; }
  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    .cp-prod-listing .refinement-bar {
      position: relative; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .cp-prod-listing .universal-category {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .cp-prod-listing .universal-category {
    margin: 0; } }

.cp-prod-listing .universal-category .uni-cat-list button {
  padding: 0; }

.cp-prod-listing .universal-category .uni-cat-list .uni-cat-link {
  color: rgba(74, 74, 74, 0.4); }

.cp-prod-listing.typ-prod-list {
  margin-right: 7rem; }
  @media only screen and (min-width: 993px) and (max-width: 1024px) {
    .cp-prod-listing.typ-prod-list {
      margin-right: 0rem; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-prod-listing.typ-prod-list {
      margin-right: 0rem; } }
  @media only screen and (max-width: 768px) {
    .cp-prod-listing.typ-prod-list {
      margin-right: 0rem; } }
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .cp-prod-listing.typ-prod-list .universal-category {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 768px) {
    .cp-prod-listing.typ-prod-list .universal-category {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 768px) {
    .cp-prod-listing.typ-prod-list .refinements {
      max-height: calc(100vh - 17rem);
      overflow: auto; } }
  .cp-prod-listing.typ-prod-list .secondary-bar {
    overflow: hidden; }

.cp-prod-listing.typ-compare-prod .sort-wrap .sort-by .sort-name {
  color: #4a4a4a; }

.cp-prod-listing.typ-compare-prod .sort-wrap .sort-list.open {
  overflow-y: auto; }
  .cp-prod-listing.typ-compare-prod .sort-wrap .sort-list.open .filter-title {
    letter-spacing: -0.16rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-listing.typ-compare-prod .sort-wrap .sort-list.open {
      overflow: auto; } }

.cp-prod-listing.typ-compare-prod .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] ~ label:before,
.cp-prod-listing.typ-compare-prod .sort-wrap .sort-list .bs-checkbox input[type="checkbox"] + label:before {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem; }

@media only screen and (max-width: 768px) {
  .cp-prod-listing.typ-compare-prod .actn-wrap.cm-mobile {
    position: fixed;
    z-index: 1; }
    .cp-prod-listing.typ-compare-prod .actn-wrap.cm-mobile .btn.clearAll {
      width: 15.8rem;
      height: 4rem; }
    .cp-prod-listing.typ-compare-prod .actn-wrap.cm-mobile .btn.btn-default {
      width: 15.8rem;
      height: 4rem; } }

@media only screen and (max-width: 768px) {
  .cp-prod-listing .sort-list-block {
    overflow-y: scroll;
    margin-bottom: 7.4rem; } }

.filter-wrap .bs-form.typ-plp .form-group {
  z-index: 8; }

.cp-prod-listing.typ-prod-list .rhs .product-grid.product-list {
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 30px; }
  .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item {
    width: calc(50% - 15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item {
        width: calc(50% - 15px); } }
    @media only screen and (max-width: 767px) {
      .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item {
        width: 100%;
        margin-bottom: 2rem; } }
    .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .typ-plp {
      width: 100%; }
      .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .typ-plp .yotpostars {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: column;
            flex-direction: column; }
        .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .typ-plp .yotpostars .star-rating {
          position: relative; }
          .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .typ-plp .yotpostars .star-rating .yotpo-small {
            position: absolute;
            left: 17px;
            top: -15px; }
            @media (max-width: 767px) {
              .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .typ-plp .yotpostars .star-rating .yotpo-small {
                top: -5px; } }
    .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list .product-item .cp-assessories {
      min-width: 100%; }
  @media (min-width: 768px) {
    .cp-prod-listing.typ-prod-list .rhs .product-grid.product-list > .swiper-slide {
      width: calc(50% - 15px); } }

.cp-prod-listing.typ-prod-list .rhs .filter-wrap {
  width: 96%; }
