* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: inherit;
    text-decoration: underline;
}

.uk-link, a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.egrdecor-colorpage-header {
  padding-top: 100px;
  min-height: 500px;
}

.colorpage-fs {
  font-weight: 300;
  font-size: 15px !important;
}

.carousel-img {
  height: 65vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-hero{
  margin-top: 100px;
}

.parent {
  position: relative;
}

.egrdecor-colorpage-header-container {
  padding: 5%;
  width: 100%;
  height: auto;
}

.egrdecor-colorpage-header-image {
  max-height: 700px;
  -o-object-position: top;
     object-position: top;
}

.order-sample-btn {
  position: relative;
  top: 10px;
  width: 200px;
}

.button-active {
  background-color: #000;
  color: #fff;
}

#bdc-banner-btn {
  position: absolute;
  right: 11.5%;
  bottom: 16%;
  width: 10vw;
  max-width: 150px;
}

.uk-lightbox-close {
  position: relative;
  top: 140px;
}

#product-details {
  width: 1300px;
  margin: 0 auto;
}

.gallery-container {
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 450px 450px;
  grid-gap: 10px;
  grid-auto-flow: dense;
  margin: 0 auto;
}

.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.gallery-item:hover .image img {
  transform: scale(1.05);
}

.w-1 {
  grid-column: span 1;
}

.w-2 {
  grid-column: span 2;
}

.w-3 {
  grid-column: span 3;
}

.w-4 {
  grid-column: span 4;
}

.w1-5 {
  grid-column: span 5;
}

.w1-6 {
  grid-column: span 6;
}

.h-1 {
  grid-row: span 1;
}

.h-2 {
  grid-row: span 2;
}

.h-3 {
  grid-row: span 3;
}

.h-4 {
  grid-row: span 4;
}

.h-5 {
  grid-row: span 5;
}

.h-6 {
  grid-row: span 6;
}

.carousel-control-prev {
  position: absolute;
  /* left: -185px; */
}

.carousel-control-next {
  position: absolute;
  /* right: -185px; */
}

.carousel-control-prev-icon {
  filter: invert(100%);
  position: relative;
  left: -130px;
}

.carousel-control-next-icon {
  filter: invert(100%);
  position: relative;
  right: -130px;
}

.carousel-indicators {
  bottom: -50px;
  filter: invert(100%);
}

.carousel-indicators button {
  border-radius: 50%;
  width: 7px !important;
  height: 7px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

table {
  width: 100%; /* Adjust as needed */
  border-collapse: collapse;
  margin: 20px 0;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  font-weight: 300;
}

th, td {
  border: 1px solid #fff;
  padding: 12px;
  text-align: center;
  color: #706b6a;
  background-color: #F6F7F8;
}

th {
  color: #706b6a;
  font-weight: 500;
}

td:hover {
  background-color: #F4F4F4;
}

.desktop-visible {
  display: auto;
}

.mobile-visible {
  display: none;
}

@media screen and (max-width: 1100px) {
  .mobile-sizing {
    display: inline-block;
    width: 100vw;
    height: auto;
  }
  
}
@media only screen and (max-width: 600px) {
  .carousel-control-next {
    position: absolute;
    right: 0px !important;
  }
  .carousel-control-next-icon {
    filter: invert(100%);
    position: relative;
    right: 0px;
  }
  .nav-margin{
    margin-top:100px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .w-1, .w-2, .w-3, .w-4, .w-5, .w-6 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 480px) {
  .p-6 {
    padding: 0;
  }
  .cp-hero{
    margin-top: auto;
  }
  .mobile-container {
    height: 820px;
  }
  .egrdecor-colorpage-header {
    padding-top: 0;
  }
  .egrdecor-colorpage-text {
    text-align: center;
  }
  .egrdecor-colorpage-header-image {
    height: 40vh;
  }
  .egrdecor-colorpage-header-container {
    text-align: center;
  }
  #bdc-banner-mobile-btn {
    position: absolute;
    right: 9%;
    bottom: 8%;
    width: 125px;
  }
  .bdc-mobile-fit {
    -o-object-fit: cover;
       object-fit: cover;
    height: 220px;
    -o-object-position: right;
       object-position: right;
  }
  .row {
    --bs-gutter-x:0;
  }
  .desktop-visible {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  table {
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
  }
  td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-heading-fs {
    font-size: 13px !important;
  }
}

/* ── Prevent horizontal viewport scroll on colour pages ─────────────────── */
html {
    overflow-x: hidden;
}

.cp-page {
    overflow-x: hidden;
}

.cp-page .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    scrollbar-width: none;
}

.cp-page .table-responsive::-webkit-scrollbar {
    display: none;
}

.cp-page .cp-spec-table {
    min-width: 560px;
}

/* ============================================================
   Uniform colour-page hero (overrides the per-page inline styles
   that used `min-height: 60vh`, which let the hero grow to fit
   the info-column content and varied page-to-page). Edit here —
   not in each page's inline <style> block.
   ============================================================ */
.cp-page .cp-hero {
    height: 800px !important;
    min-height: 0 !important;
}
.cp-page .cp-hero__img-col {
    height: 100% !important;
    min-height: 0 !important;
}
.cp-page .cp-hero__info {
    overflow-y: auto;   /* if the info column ever overflows, scroll inside the box rather than stretching the hero */
}

@media (max-width: 992px) {
    /* Mobile: let the hero stack and the image column take 58vw,
       as the original inline media query intended. */
    .cp-page .cp-hero {
        height: auto !important;
    }
    .cp-page .cp-hero__img-col {
        height: 58vw !important;
        min-height: 280px !important;
    }
}
/*# sourceMappingURL=stylelite-colorpage-style.css.map */