:root {
  --swiper-navigation-size: 30px !important;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 0px;
  --swiper-navigation-color: #343a40;
}
#room_view_button {
  z-index: 1;
}
/* fixes the back to top of page icon missing / error*/
.btn-back-to-top .icon::before {
  content: "\f286"; /* Unicode for 'arrow-up' in Font Awesome */
  font-family: "Font Awesome 6 Pro"; /* or "FontAwesome" depending on the version you're using */
  font-weight: 900; /* Weight for solid icons */
  color: white; /* Icon color */
}
@media (min-width: 992px) {
    .product-details-image-gallery {
        margin-top: -3rem;
    }
}
.cfProductDetails-carousel {
  width: calc(
    100% - 50px
  ); /* Adjust this value to match the padding-right of .slider-container */
}

.cfProductDetails-carousel img {
  border-radius: 50%; /* Adjust this value to match the padding-right of .slider-container */
}

.pd-external-arrow {
  z-index: 2;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .product-card-row {
    padding-top: 16px !important;
  }
}

.search-box-custom {
  border: 1px solid black;
  padding: 8px 20px;
  width: 281px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-container button {
  height: 100%;
  position: absolute;
  right: 14px;
  border: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  background-color: transparent;
  justify-content: center;
}

.sortby-btn {
  margin-top: 0px !important;
  border: 1px solid #888;
  background: #fff;
}

.sortby-btn i {
  margin-left: 10px;
}

.sortby-items a {
  color: black !important;
}

.price-text {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.blurb-container {
  padding-top: 0;
  padding-bottom: 9px;
}

.blurb-text {
  font-size: 24px;
  font-weight: 600;
  color: #231f20;
}

.lh-filters {
  color: #231f20;
}

.lh-filters-title {
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 40.8px */
  color: #005faa;
}

.lh-filters-subheading {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: 0.8px;
  color: #005faa;
}

.lh-filters a {
  color: #231f20 !important;
  border: none;
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
  margin: 4px 0 4px 0;
}

.lh-filters h4 {
  font-size: 20px;
}
.lh-filters-filter-count {
  vertical-align: top;
  color: #231f20;
  /* Body text 14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.lh-filters i {
  line-height: inherit;
}

.lh-filters label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.lh-filters-clear-btn {
  color: #231f20;
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 60px !important;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

@media (max-width: 1199px) {
  .lh-filters-clear-btn {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }
}

.lh-filters-clear-btn i {
  float: right;
  line-height: inherit;
}

.filter-section a {
  padding: 13px 0;
  border: none;
  color: #231f20 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.filter-section a:hover,
.filter-section a:focus {
  color: inherit; /* Keeps the text color the same */
  background-color: inherit; /* Keeps the background color the same */
}

.product-card-row {
  padding-top: 32px;
}

.card {
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
}

.product-card {
  padding: 0 0 24px 0;
  border-radius: 0;
  position: relative;
  width: inherit;
}

.product-card p {
  margin: 0;
  color: #231f20;
}

.product-card-body {
  padding: 16px 0 0 0;
}

.product-card-img {
  border-radius: 0;
}

.product-card-price {
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.55px;
  padding-bottom: 10px;
}

.product-card-place {
  color: #231f20;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 3px;
}

.product-card-shop {
  color: #444 !important;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.product-colour-img-row {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}

.product-colour-img-row img {
  aspect-ratio: 1/1;
  width: 12.2285%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  margin-right: 1.2%;
  margin-left: 1.2%;
  margin-bottom: 8px;
}

.product-colour-img-row img:first-child {
  margin-left: 0;
}

.product-colour-img-row img:last-child {
  margin-right: 0;
}

/* Mobile product card colour circles */
.product-colour-img-row-mobile {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}

.product-colour-img-row-mobile img {
  width: 36px;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  margin: 0 calc((100% - 144px) / 6) 8px;
}

.product-colour-img-row-mobile img:first-child {
  margin-left: 0;
}

.product-colour-img-row-mobile img:last-child {
  margin-right: 0;
}

.product-card-tooltip {
  max-width: 106px;
  max-height: 170px;
}

.product-card-tooltip p {
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 10.8px */
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-bottom: 3px;
  margin-top: 0;
  padding-top: 7px;
  color: #231f20 !important;
}

.product-card-tooltip img {
  width: 100%;
  height: auto;
}

.tooltip-inner {
  background-color: #fff;
  color: #231f20;
  border: 1px solid #dbdbdb;
  margin-bottom: 3px;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #dbdbdb !important;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #dbdbdb !important;
}

.bs-tooltip-top .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 0 0.4rem 0.4rem;
  transform: translateY(-2.5px) rotate(180deg);
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
}
.bs-tooltip-bottom .arrow::after {
  /* CONTROLS ARROW */
  content: "";
  position: absolute;
  top: 2px;
  border-width: 0 0.4rem 0.4rem;
  transform: translateY(0px) rotate(0deg);
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
}

.bs-tooltip-top .tooltip-inner {
  margin-top: 100px; /* Shift 10px down */
  margin-left: 50px; /* Shift 5px to the right */
}

.bs-tooltip-bottom .tooltip-inner {
  margin-top: -4px; /* Shift 10px down */
}

.bs-tooltip-top .arrow {
  left: 50% !important;
  transform: translateX(-50%);
}
.bs-tooltip-bottom .arrow {
  left: 50% !important;
  transform: translateX(-50%);
}

/* Center the tooltip itself */
.bs-tooltip-top .tooltip-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.bs-tooltip-bottom .tooltip-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product-colour-img-row img,
.product-colour-img-row-mobile img {
  position: relative;
  /* your existing styles */
}

.sale-banner {
  position: absolute;
  top: 80px;
  right: -40px;
  background-color: #bfd7ea;
  color: #005faa;
  transform: rotate(45deg);
  transform-origin: top right;
  padding: 5px 70px;
  font-size: 14px;
  font-weight: bold;
}

.new-banner {
  position: absolute;
  background-color: #e21836;
  transform-origin: top left;
  margin-top: 16px;
  margin-left: 13px;
  padding: 5px 6px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  border-radius: 5px;
}

.product-card-roomvo {
  position: absolute;
  height: 43px;
  width: 43px;
  bottom: 20px;
  right: 20px;
  transform-origin: bottom right;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
}

.custom-toggle.collapsed .fa-chevron-up,
.custom-toggle .fa-chevron-down {
  display: none !important;
}

.custom-toggle.collapsed .fa-chevron-down,
.custom-toggle .fa-chevron-up {
  display: inline-block !important;
}

.custom-toggle-btn[aria-expanded="false"] .fa-chevron-down,
.custom-toggle-btn[aria-expanded="true"] .fa-chevron-up {
  display: inline-block !important;
}

.custom-toggle-btn[aria-expanded="true"] .fa-chevron-down,
.custom-toggle-btn[aria-expanded="false"] .fa-chevron-up {
  display: none !important;
}

#dropdownsm a {
  padding: 8px 0;
}

/* fixes top navigation bar as header-large.css isn't being reach / error*/
.mega-menu {
  top: var(--large-header);
}

/* fixes the back to top of page icon missing / error*/
.btn-back-to-top .icon::before {
  content: "\f286"; /* Unicode for 'arrow-up' in Font Awesome */
  font-family: "Font Awesome 6 Pro"; /* or "FontAwesome" depending on the version you're using */
  font-weight: 900; /* Weight for solid icons */
  color: white; /* Icon color */
}
/*
.product-recommend-title {
    width: 100%;
}

.product-card-container {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: 0; 
  margin-right: 0; 
  display: flex;
  padding: 0;
}

.product-card-row {
  display: inline-block;
}

.product-card-col {
  display: inline-block;
  max-width: 290px;
  vertical-align: top;
  padding: 0;
}*/

.product-recommend-btn {
  color: #231f20 !important;
  width: 96px;
  height: 17px;
  background-color: #fff;
  border: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

/* CUSTOM SCROLL BAR FOR RECOMMEND PRODUCTS */
/*.custom-scrollbar::-webkit-scrollbar {
  height: 4px!important;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #DBDBDB!important;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #231F20!important;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #231F20!important;
}*/

/*.card-block {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #f2f2f2;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.custom-row {
    flex-wrap: nowrap;
}*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .custom-col {
    max-width: 33.3333%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .custom-col {
    max-width: 25%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .custom-col {
    max-width: 25%;
  }
  .custom-row {
    flex-wrap: nowrap;
  }
}

/* Screen smaller than 1200px */
@media only screen and (max-width: 1199px) {
  .custom-row {
    flex-wrap: wrap;
  }
  .custom-col {
    max-width: 100%;
  }
}

.overflow-auto {
  overflow-x: auto;
}

/* main product image */
.image-wrapper {
  position: relative;
  display: inline-block; /* or you can use "block" if you prefer */
}
.overlay-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.product-image-btn {
  background-color: #fff;
  border: 1px #dbdbdb;
  padding: 14px 32px;
  font-family: Montserrat;
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .product-image-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    line-height: 43px;
  }
  .product-image-btn span {
    display: inline-block;
    text-indent: -999em;
  }
}

/* multiple images under main picture */
.product-details-image-container-square {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 1rem; /* Use Bootstrap's gutter for spacing */
}

/* Individual square image containers */
.image-box {
  flex: 0 0 calc(25% - 1rem); /* For small screens */
  height: 0;
  padding-bottom: calc(25% - 1rem);
  position: relative;
  overflow: hidden;
}

/* Media query for md screens and up */
@media (min-width: 768px) {
  .image-box {
    flex: 0 0 calc(20% - 1rem); /* For md screens and up */
    padding-bottom: calc(20% - 1rem);
  }
}

/* The image within each box */
.image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container-parent {
  margin-left: 0px;
  margin-right: -30px;
  padding-right: 15px;
}

/* Details Title */
.product-details-title {
  color: var(--Dark-colour, #231f20);
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.product-details-title span {
  font-weight: 400;
}

.product-details-title-mobile {
  color: var(--Dark-colour, #231f20);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
}

.product-details-title-mobile span {
  font-weight: 400;
}

.product-details-brand-logo img {
  max-height: 60px;
}

.product-details-blurb {
  color: #231f20;
  /* Body text 18 semibold */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}

.product-details-filters .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-details-filters .row .col-auto {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.product-details-filters img {
  border-radius: 50%;
  width: 69px;
  height: 69px;
}

.product-details-filters h5 {
  color: var(--Dark-colour, #231f20);
  /* H5 */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.96px;
  margin-bottom: 2px;
}

.product-details-filters p {
  color: var(--Dark-colour, #231f20);
  /* All caps 14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 2px;
}

.product-details-quote-btn {
  border: 0px;
  background-color: #005faa;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  width: 100%;
  max-width: 413px;
}

.product-details-color-circles {
  color: #231f20;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.product-details-color-circles .row {
  padding-left: 15px;
}

.product-details-color-circles img {
  height: 51px !important;
  width: 51px !important;
  margin-bottom: 0;
}

.product-details-color-circles i {
  font-size: 2.3em;
  padding-top: 30%;
}

.product-details-color-circles button {
  border: 0px;
  background-color: transparent;
}

#productDetailsCircleImageContainer::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

#productDetailsCircleImageContainer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-details-tooltip {
  max-width: 106px;
  max-height: 170px;
}

.product-details-tooltip p {
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 10.8px */
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-bottom: 3px;
  margin-top: 0;
  padding-top: 7px;
  color: #231f20 !important;
}

.product-details-tooltip img {
  width: 100%;
  height: auto;
}

.product-details-accordion {
  padding-left: 15px !important;
}

.product-details-accordion a.list-group-item {
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #231f20 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

/* Resetting the hover effect for the links in the specific container */
.product-details-accordion .list-group-item:hover {
  background-color: transparent; /* Assuming the default hover effect changes the background color */
  color: inherit; /* Resetting the text color to its default state */
}

/* Remove the focus and active styles */
.product-details-accordion .list-group-item:active,
.product-details-accordion .list-group-item:focus {
  background-color: transparent;
  color: inherit;
  outline: none; /* Remove the browser default outline on focus */
  box-shadow: none; /* Remove any shadows applied on focus */
}
.horizontal-line {
  height: 1px;
  background-color: #dbdbdb;
  width: 100%;
}

.product-details-roomview img {
  object-position: top;
}
.product-details-roomview button {
  background-color: transparent;
  bottom: 35px;
  right: 35px;
  border: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute; /* As you've already specified */
}

.product-details-roomview h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 40.8px */
  margin: 0;
  width: 35%;
  bottom: 16px;
  left: 30px;
}

.product-details-roomview-image-wrapper {
  height: 320px;
  width: auto; /* Width auto */
  max-height: 320px; /* Max height */
  overflow: hidden; /* Hide overflow */
  position: relative; /* Relative positioning */
}

.product-details-roomview-image-wrapper img {
  position: absolute; /* Absolute positioning */
  top: 0; /* Top aligned */
  left: 0; /* Left aligned */
  margin-top: -200px;
}

.product-details-tabs p {
  display: inline-block;
  vertical-align: middle;
  color: var(--444444, #444);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 5px;
}

.custom-div {
  display: none;
}

/* When screen width is at least 1000px, the div is displayed */
@media (min-width: 1000px) {
  .custom-div {
    display: block;
  }
}

#productDetailsCircleImageCarousel img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.video-btn {
  cursor: pointer;
  /* Add more styles if needed */
}

/*.cfProductDetails-carousel .slick-prev {
    left: -30px;
}*/

.cfProductDetails-carousel .slick-next {
  padding-left: 25px;
}
:root {
  --swiper-pagination-color: #005faa;
  --swiper-preloader-color: #005faa;
  --loading-grey: #f7f6f6;
}


.product-detail-loading .sub-swiper-loader-img {
  aspect-ratio: 1/1;
  flex: 1;
  margin: 5px;
  display: none;
}

@media (min-width: 120px) {
  .product-detail-loading .sub-swiper-loader-img:nth-child(-n + 2) {
    display: block;
  }
}

@media (min-width: 320px) {
  .product-detail-loading .sub-swiper-loader-img:nth-child(-n + 3) {
    display: block;
  }
}

@media (min-width: 480px) {
  .product-detail-loading .sub-swiper-loader-img:nth-child(-n + 4) {
    display: block;
  }
}

@media (min-width: 640px) {
  .product-detail-loading .sub-swiper-loader-img {
    display: block;
  }
}

.product-detail-loading .main-swiper-loader-img {
  aspect-ratio: 1/1;
}

.product-detail-loading .product-details-brand-logo .wrapper-brand-logo,
.product-detail-loading .product-details-color-circles .circles-wrapper {
  min-height: 3.75rem;
}

.product-detail-loading .product-details-title h2,
.product-detail-loading .product-details-title-mobile h2 {
  min-height: 1.6rem;
  animation-delay: 0.05s;
}

.product-detail-loading .product-details-blurb {
  min-height: 4rem;
  animation-delay: 0.06s;
}

/* product benefit icons */
.key_benfits_list {
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
}

.key_benfits_list i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(219, 219, 219, 1);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  flex: none;
}

.key_benfits_list .asthma-friendly {
  background: url(/css/choicesflooring/icons/asthma-friendly-icon.svg) no-repeat;
}

.key_benfits_list .allergy-friendly {
  background: url(/css/choicesflooring/icons/allergy-friendly-icon.svg)
    no-repeat;
}

.key_benfits_list .anti-slip {
  background: url(/css/choicesflooring/icons/nonslip-icon.svg) no-repeat;
}

.key_benfits_list .exclusive,
.key_benfits_list .exclusive-to-choices,
.key_benfits_list .exclusive-to-choices-flooring {
  background: url(/css/choicesflooring/icons/exclusive-icon.svg) no-repeat;
}

.key_benfits_list .easy-cleaning {
  background: url(/css/choicesflooring/icons/easy-clean-icon.svg) no-repeat;
}

.key_benfits_list .family-friendly {
  background: url(/css/choicesflooring/icons/family-friendly-icon.svg) no-repeat;
}

.key_benfits_list .low-maintenance {
  background: url(/css/choicesflooring/icons/low-maintenance-icon.svg) no-repeat;
}

.key_benfits_list .stain-resistance {
  background: url(/css/choicesflooring/icons/stain-resistance-icon.svg)
    no-repeat;
}

.key_benfits_list .underfloor-heating-suitability {
  background: url(/css/choicesflooring/icons/suitable-underfloor-heat-icon.svg)
    no-repeat;
}

.key_benfits_list .durable {
  background: url(/css/choicesflooring/icons/durable-icon.svg) no-repeat;
}

.key_benfits_list .indoor {
  background: url(/css/choicesflooring/icons/indoor-icon.svg) no-repeat;
}

.key_benfits_list .pet-friendly {
  background: url(/css/choicesflooring/icons/pet-friendly-icon.svg) no-repeat;
}

.key_benfits_list .sound-absorption {
  background: url(/css/choicesflooring/icons/sound-absorbing-icon.svg) no-repeat;
}

.key_benfits_list .hard-wearing {
  background: url(/css/choicesflooring/icons/hard-wearing-icon.svg) no-repeat;
}

.key_benfits_list .good-quality {
  background: url(/css/choicesflooring/icons/good-quality-icon.svg) no-repeat;
}

.key_benfits_list .quiet-underfoot {
  background: url(/css/choicesflooring/icons/quiet-underfoot-icon.svg) no-repeat;
}

.key_benfits_list .colour-fastness,
.key_benfits_list .colour-fastness-to-artificial,
.key_benfits_list .colour-fastness-to-artificial-light {
  background: url(/css/choicesflooring/icons/colour-fast-icon.svg) no-repeat;
}

.key_benfits_list .rental-friendly {
  background: url(/css/choicesflooring/icons/rent-friendly-icon.svg) no-repeat;
}

.key_benfits_list .eco-friendly {
  background: url(/css/choicesflooring/icons/eco-friendly-icon.svg) no-repeat;
}

.key_benfits_list .stain-resistance {
  background: url(/css/choicesflooring/icons/stain-resistant-icon.svg) no-repeat;
}

.key_benfits_list .water-resistance {
  background: url(/css/choicesflooring/icons/water-resistant-icon.svg) no-repeat;
}

.key_benfits_list .natural-fibre,
.key_benfits_list .natural-fibre-type {
  background: url(/css/choicesflooring/icons/natural-fibre-icon.svg) no-repeat;
}

.detail-sale-ribbon-corner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: var(--tor-ribbon-colour);
  color: #ffff;
  font-weight: bold;
  position: absolute;
  top: 0;
  clip-path: var(--tor-ribbon-polygon);
  transform: rotate(var(--tor-ribbon-rotate))
    translateY(var(--tor-ribbon-translateY))
    translateX(var(--tor-ribbon-translateX)) !important;
  transform-origin: var(--tor-ribbon-origin) !important;
  width: calc((var(--tor-ribbon-size) + 1em) * 2);
  height: 2em;
  z-index: 1;
  font-size: 1.6rem;
}

.detail-sale-ribbon-corner {
  --tor-ribbon-size: 3em;
  --tor-ribbon-rotate: -45deg;
  --tor-ribbon-translateX: -50%;
  --tor-ribbon-origin: 0% 0%;
  --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 1em) - 100%);
  --tor-ribbon-polygon: polygon(
    0% 100%,
    50% calc(100% - (var(--tor-ribbon-size) + 1em)),
    100% 100%
  );
}
.detail-sale-ribbon-corner.new {
  --tor-ribbon-colour: #e21836;
}
.detail-sale-ribbon-corner.sale {
  --tor-ribbon-colour: #e21836;
}

.swiper-slide {
  cursor: pointer;
}

.mainSwiper .swiper-slide-active {
  cursor: zoom-in;
}

.mainSwiper .swiper-slide-active.swiper-slide-zoomed {
  cursor: grab;
}
