.desktop_container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.body_index_new .product-main-page {
  margin: 0 auto;
}
.body_index_new .desktop-v {
  margin-left: unset;
}
.featured_in_wrap {
  padding: 0px 0px;
  margin: 0 auto;
  max-width: 1920px;
}
.featured_in_wrap img {
  max-width: 100%;
}
.introducing_wrap {
  background-color: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 62px 0;
}
.introducing_wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.play_img {
  max-height: 16px;
  display: none;
  cursor: pointer;
}
.pause_img {
  max-height: 16px;
  cursor: pointer;
}
.vol_img {
  max-height: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.unmute_img {
  max-height: 16px;
  margin-right: 8px;
  display: none;
  cursor: pointer;
}
.mute_fs_wrap {
  display: flex;
  align-items: center;
}
.fullscreen_img {
  max-height: 16px;
  cursor: pointer;
}
h1.title {
  display: block;
  font-weight: 700;
  max-width: 95%;
  margin: 0 auto 12px;
  font-size: 2.25rem;
  color: #1d3665;
  text-align: center;
  line-height: 1.15;
  padding-bottom: 15px;
}
p.sub-title {
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  color: #1d3665;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
h2.sub_title {
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  color: #1d3665;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.intro_video_wrap {
  max-width: 400px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.intro_logo {
  max-height: 60px;
  margin: 0 auto 16px;
  display: block;
}
.video_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  /* display: none; */
}
.protect_floors_wrap {
  padding: 48px 0;
}
.protect_comparison_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
  max-width: 992px;
  margin: 22px auto 0;
}
.protect_floors_wrap .pf_img {
  max-width: 100%;
  border: 4px solid #315186;
  border-radius: 16px;
}
.pf_vs {
  background-color: #315186;
  border-radius: 100%;
  border: 4px solid #f0eeea;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 22px;
}
.protect_comparison_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1d3665;
}
.comparison_item {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.comparison_item i {
  color: #40a040;
}
.watch_how_wrap {
  background-image: url(https://d2lbug098wg5sk.cloudfront.net/images/mesh-mat-paw-bg-desktop.png);
  background-position: 50% 50%;
  background-color: #17337d;
  border-radius: 42px;
  padding: 24px 0;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.watch_how_wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.watch_how_wrap h1.title {
  text-align: left;
  /* padding-left: 72px; */
  padding-bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
}
.watch_how_video_wrap {
  max-width: 400px;
  background-color: #fff;
  margin: 0 auto;
  /* border-radius: 16px; */
  /* overflow: hidden; */
  margin-left: auto;
  /* position: absolute; */
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
}
.watch_how_video_wrap::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 95%;
  background-color: #1d3665;
  height: 8px;
  border-radius: 12px 12px 0 0;
}
.watch_how_video_wrap::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 95%;
  background-color: #f7d01b;
  height: 8px;
  border-radius: 0 0 12px 12px;
}
.muddy_mat_trap_wrap {
  padding: 52px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.all_perfect_wrap {
  /* padding: 52px 0; */
  max-width: 1920px;
  margin: 0 auto;
}
.machine_wash_wrap {
  padding: 52px 0;
  background-color: #f8f8f8;
}
.machine_wash_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 28px;
  margin-top: 48px;
}
.machine_wash_item {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: -2px 4px 6px #0000002b;
}
.machine_wash_item_img {
  max-width: 100%;
}
.machine_wash_item p {
  color: #1d3665;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 12px;
}
.floor_guarantee_wrap {
  padding: 52px 0;
}
.fg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 992px;
  margin: 32px auto 0;
  column-gap: 24px;
  align-items: center;
}
.fg1_img {
  max-width: 100%;
  border-radius: 16px;
}
.fg_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  column-gap: 12px;
}
.fg_item_img {
  max-height: 78px;
}
.fg_item h2 {
  margin-top: 0;
  color: #1d3665;
  margin-bottom: 6px;
}
.fg_item p {
  color: #1d3665;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.fg_item:last-child {
  margin-bottom: 0;
}
.floor_asset_img {
  max-width: 100%;
  margin: 28px auto 0;
}
.spotless_wrap {
  padding: 52px 0;
}
.spotless_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  align-items: center;
  max-width: 992px;
  margin: 32px auto 0;
}
.spotless_item img {
  max-width: 100%;
  border-radius: 16px;
}
.messy_eater_img {
  max-width: 100%;
  margin: 32px auto 0;
}
.customer_mention_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
}
.shipping_wrap {
  margin: 0 auto;
  max-width: 1920px;
}
.customer_reviews_wrap h1.title {
  font-size: 32px;
  padding-bottom: 10px;
}
.review_rating_summary {
  font-family: "Montserrat", sans-serif;
  color: #143963;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.review_rating_summary img {
  max-height: 28px;
  transform: translateY(1px);
}
.total_rating_usa {
  text-align: center;
  color: #143963;
  margin-top: 10px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.total_rating_usa img {
  max-height: 20px;
  transform: translateY(2px);
}
.review_by_feature {
  padding-top: 32px;
  max-width: 992px;
  margin: 0 auto;
}
.write_review_btn {
  margin-left: auto;
  display: block;
  background-color: #056fb1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 16px 22px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 26px;
}
.feature_rating_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm_img {
  max-height: 54px;
}
.ship_us_img {
  max-width: 100%;
  margin: 0 auto;
}
.safe_home_img {
  max-width: 100%;
  margin: 0 auto;
}
.logo-section-img {
  max-width: 380px;
  margin: 0px auto 18px !important;
  display: block;
}
.customer_satis_img {
  margin-top: 42px;
  margin-bottom: 42px;
}
.customer_mention_wrap {
  /* padding-bottom: 38px; */
}
.customer_mention_list {
  margin-top: 28px;
}
.customer_mention_item {
  text-align: center;
  background-color: #fccd02;
  padding: 24px 32px 28px;
}
.customer_mention_item p {
  color: #1d3665;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.cm_head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cm_head h3 {
  margin-top: 0;
  text-align: left;
  color: #1d3665;
  margin-bottom: 4px;
  font-size: 22px;
}
.cm_head p {
  font-family: "Montserrat", sans-serif;
  color: #1d3665;
  font-weight: 700;
  font-size: 16px;
}
.cm_head_info {
  padding-left: 10px;
}
.shipping_wrap {
  /* padding-top: 32px; */
}
.shipping_wrap p.sub-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.shipping_wrap h1.title {
  margin: 0 auto 24px;
  background-color: #2c2c65;
  max-width: 472px;
  color: #fff;
  font-size: 32px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 500;
  border-radius: 36px;
}
.review_by_feature hr {
  margin: 16px 0;
  background-color: #b6b6b6;
}
.review_by_feature h1 {
  font-size: 24px;
  margin-bottom: 18px;
}
.feature_summary {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.feature_summary img {
  max-height: 18px;
  transform: translateY(-2px);
}
.feature_rating_item {
  margin-bottom: 12px;
}
.feature_rating_item h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.reviews_list .review_item {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 185px;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 28px;
  padding-top: 28px;
}
.review_head {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 14px;
}
.review_head .user-name {
  font-size: 22px;
}
.review_head img {
  max-height: 48px;
}
.review_item .date-of-review {
  margin-top: 2px;
}
.like {
  text-align: left;
  float: unset;
}
.review_img img {
  max-width: 100%;
}
.reviews_list .review_item .review_rating {
  max-height: 18px;
}
.reviews_list .review_item .review-title {
  font-weight: 500;
  font-size: 28px;
}
.safe_home_wrap p.sub-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.reviews_list .review_item .review_item .like img {
  margin: 0 8px;
  bottom: 0px;
}
.show_desk {
  display: block;
}
.show_mob {
  display: none;
}
@media (max-width: 992px) {
  .shipping_wrap p.sub-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shipping_wrap p.sub-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .watch_how_video_wrap {
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
    margin-left: auto;
    margin-top: 38px;
    margin-bottom: 38px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .show_desk {
    display: none;
  }
  .show_mob {
    display: block;
  }
}
