a{
    text-decoration: none;
}
#active-filters {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-top: 10px;
     font-size: 12px;
     width: fit-content;
     flex-direction: row;
     font-family: poppins;
     margin-left: 50px;
 }

 .filter-item {
     background-color: #fff;
     padding: 0px 10px;
     border-radius: 20px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border: 1px solid #1f4d53;
 }

 .remove-btn {
     background: none;
     border: none;
     color: #1f4d53;
     font-weight: bold;
     font-size: 12px;
     margin-left: 5px;
     cursor: pointer;
     font-family: poppins;
 }

 .remove-btn:hover {
     color: #1f4d53;
 }

 .filter-item span {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .dropdown {
     position: relative;
     font-size: 14px;
     color: #333;
 }

 .dropdown .dropdown-list {
     padding: 12px;
     background: #fff;
     position: absolute;
     top: 55px;
     left: 0px;
     right: 0px;
     box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
     transform-origin: 50% 0;
     transform: scale(1, 0);
     transition: transform 0.15s ease-in-out 0.15s;
     height: auto;
     overflow-y: auto;
     z-index: 100;
     width: max-content;
 }

 .dropdown .dropdown-option {
     display: block;
     padding: 8px 12px;
     opacity: 0;
     transition: opacity 0.15s ease-in-out;
 }

 .dropdown .dropdown-label {
     display: block;
     width: 115px;
     padding: 0rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--bs-body-color);
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     border-radius: 0px;
     box-shadow: none;
 }

 .dropdown .dropdown-label:before {
     content: "";
     display: block;
     background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 10px 7px;
     width: 10px;
     height: 7px;
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     pointer-events: none;
 }

 .dropdown.on .dropdown-list {
     transform: scale(1, 1);
     transition-delay: 0s;
 }

 .dropdown.on .dropdown-list .dropdown-option {
     opacity: 1;
     transition-delay: 0.2s;
     font-family: "DM Sans", sans-serif;
 }

 .dropdown.on .dropdown-label:before {
     content: "";
     display: block;
     background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 10px 7px;
     width: 10px;
     height: 7px;
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     pointer-events: none;
 }

 .dropdown [type=checkbox] {
     position: relative;
     top: -1px;
     margin-right: 4px;
 }

 .active>.page-link,
 .page-link.active {
     z-index: 3;
     color: #fff !important;
     background-color: #1f4d53 !important;
     border-color: #1f4d53 !important;
 }

 .page-link {
     color: #1f4d53 !important;
     padding: 10px 20px !important
 }

 .page-link .fa {
     line-height: 24px !important;
 }

 .services-item a img {
     height: 36vh;
     object-fit: cover;
     width: 100%;
     /* border-radius: 20px 0 20px 0; */
     /*filter: drop-shadow(0px 2px 2px #ccc);*/
 }

 .sect-pro {
     padding: 50px 60px;
     background: #f5f5f5;
 }

 .grid-item {
     display: flex;
     flex-direction: column;
     padding: 10px;
     border: 1px solid #c7c7c7;
     position: relative;
 }

 .services-item img {
     width: 100%;
     height: auto;
     display: block;
 }

 .filter-menu li {
     cursor: pointer;
     padding: 5px 15px;
     display: inline-block;
 }

 .filter-menu li.active {
     background-color: #000;
     color: #fff;
 }

 .filtering-wrap {
     padding: 0px 50px
 }

 .grid-wrapper .grid-col-res-c {
     display: flex;
     flex-direction: row;
     gap: 10px;
         align-items: anchor-center;
         justify-content: start;
         padding-left: 0;
 }
.new-serchj{
         justify-content: end;
     display: flex;

}
 .filter-clear {
     display: flex;
     flex-direction: row !important;
     align-items: baseline;
     gap: 25px !important;

 }

 select {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-color: #fff;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
     width: 100%;
     background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 10px center;
     background-size: 10px 7px;
 }

 .grid-wrapper.d-flex.gap-3.w-100 {
     font-family: "DM Sans", sans-serif;
 }

 .form-control {
     border-bottom: 0px solid transparent !important;
 }

 .grid-3-ins {
     display: grid !important;
     grid-template-columns: repeat(2, 1fr);
     gap: 10px;
 }

 .dropdown-list {
     display: none;
     position: absolute;
     background: #fff;
     border: 1px solid #ccc;
     z-index: 10;
     text-align: left;
 }

 .dropdown-list.open {
     display: block;
 }

 .dropdown {
     position: relative;
     font-size: 14px;
     color: #333;
 }

 .dropdown .dropdown-label {
     display: block;
     width: 115px;
     padding: 0rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--bs-body-color);
     border: none;
     box-shadow: none;
     position: relative;
     cursor: pointer;
 }

 .dropdown .dropdown-label:before {
     content: "";
     display: block;
     background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 10px 7px;
     width: 10px;
     height: 7px;
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
     pointer-events: none;
 }

 .dropdown .dropdown-list {
     padding: 12px;
     background: #fff;
     position: absolute;
     top: 55px;
     left: 0px;
     box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
     transform-origin: 50% 0;
     transform: scale(1, 0);
     transition: transform 0.15s ease-in-out 0.15s;
     height: auto;
     overflow-y: auto;
     z-index: 100;
     width: max-content;
 }

 .dropdown .dropdown-option {
     display: block;
     padding: 8px 12px;
     opacity: 0;
     transition: opacity 0.15s ease-in-out;

 }

 .dropdown.on .dropdown-list {
     transform: scale(1, 1);
     transition-delay: 0s;
 }

 .dropdown.on .dropdown-list .dropdown-option {
     opacity: 1;
     transition-delay: 0.2s;
 }

 .dropdown [type="checkbox"],
 .dropdown [type="radio"] {
     position: relative;
     top: -1px;
     margin-right: 4px;
 }

 .form button {
     border: none;
     background: none;
     color: #8b8ba7;
 }

 .form {
     --timing: 0.3s;
     --width-of-input: 200px;
     --height-of-input: 40px;
     --border-height: 2px;
     --input-bg: #fff;
     --border-color: #1f4d53;
     --border-radius: 30px;
     --after-border-radius: 1px;
     position: relative;
     width: var(--width-of-input);
     height: var(--height-of-input);
     display: flex;
     align-items: center;
     padding-inline: 0.8em;
     border-radius: var(--border-radius);
     transition: border-radius 0.5s ease;
     background: var(--input-bg, #fff);
 }

 /* styling of Input */
 .input {
     font-size: 0.9rem;
     background-color: transparent;
     width: 100%;
     height: 100%;
     padding-inline: 0.5em;
     padding-block: 0.7em;
     border: none;
 }

 /* styling of animated border */
 .form:before {
     content: "";
     position: absolute;
     background: var(--border-color);
     transform: scaleX(0);
     transform-origin: center;
     width: 100%;
     height: var(--border-height);
     left: 0;
     bottom: 0;
     border-radius: 1px;
     transition: transform var(--timing) ease;
 }

 /* Hover on Input */
 .form:focus-within {
     border-radius: var(--after-border-radius);
 }

 input:focus {
     outline: none;
 }

 .form:focus-within:before {
     transform: scale(1);
 }

 .reset {
     border: none;
     background: none;
     opacity: 0;
     visibility: hidden;
 }

 input:not(:placeholder-shown)~.reset {
     opacity: 1;
     visibility: visible;
 }

 .form svg {
     width: 17px;
     height: auto;
 }
 .button1 {
     width: 35px;
     height: 35px;
     border-radius: 50%;
     /* background-color: rgb(20, 20, 20); */
     border: none;
     font-weight: 600;
     display: flex;
     align-items: center;
     justify-content: center;
     /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164); */
     cursor: pointer;
     transition-duration: .3s;
     overflow: hidden;
     position: relative;
 }

 .svgIcon {
     width: 15px;
     transition-duration: .3s;
     height: auto;
 }

 .svgIcon path {
     fill: #000;
 }

 .button1:hover {
     width: 100px;
     border-radius: 50px;
     transition-duration: .3s;
     background-color: #000;
     align-items: center;
 }

 .button1:hover .svgIcon {
     width: 50px;
     transition-duration: .3s;
     transform: translateY(60%);
 }

 .button1::before {
     position: absolute;
     top: -22px;
     content: "Clear All";
     color: white;
     transition-duration: .3s;
     font-size: 5px;
 }

 .button1:hover::before {
     font-size: 13px;
     opacity: 1;
     transform: translateY(30px);
     transition-duration: .3s;
 }


 .drf-f {
     flex-direction: column;
 }

 .swap-on-hover {
     position: relative;
     margin: 0 auto;
     height: 35vh;
     overflow: hidden;
     z-index: 90;
 }

 .swap-on-hover img {
     position: absolute;
     top: 0;
     left: 0;
     overflow: hidden;
    
 }

 .swap-on-hover .swap-on-hover__front-image {
     z-index: 100;
     transition: opacity .5s linear;
     cursor: pointer;
 }

 .swap-on-hover:hover>.swap-on-hover__front-image {
     opacity: 0;

 }

 .padd-new-r{
    padding: 50px 50px 0;
 }

 .portfolio a{
    color: #000;
}
.grid-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sticky{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
padding: 15px 0;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
.grid-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0px;
}
.grid-col-res {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    gap: 2px !important;
}
.filtering-wrap {
        position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    z-index: 99;
    padding: 10px 5px !important;
}
.filtering-wrap.scrolled {
    top: 60px !important;
}
}
@media only screen and (min-width: 768px) and  (max-width: 1024px){
.filtering-wrap.scrolled {
    top: 60px !important;
}
}

.modal-grid {
    display: flex;
    gap: 30px;
    padding: 30px;
    flex-wrap: wrap;
}
/* .image-card {
    max-width: 400px;
    flex: 1;
} */
.info-card {
    flex: 2;
}
.slider-main img, .slider-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.slider-thumb img {
    opacity: 1;
    cursor: pointer;
    height: 100px !important;

}
.slider-thumb .slick-current img {
    opacity: 1;
    border: 2px solid #e6af5d;
}
.table-wrapper {
    display: grid;
    gap: 20px;
    padding-top: 10px;
    font-family: Poppins, sans-serif;
    grid-template-columns: repeat(3, 1fr);
}
.table-wrapper th, .table-wrapper td {
    padding: 5px 10px;
    /* min-width: 120px; */
}
.table-wrapper tr {
    border-bottom: 1px solid #ddd;
}
.table-wrapper th {
    background: #f8f8f8;
}
.related-products-section {
    padding: 40px 90px;
    background-color: #f9f9f9;
}
.related-products-section img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.related-products-section img:hover {
    transform: scale(1.05);
}
.related-products-section h6 {
    margin-top: 10px;
    font-size: 14px;
}
.ptimage{
  height: 300px;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    padding: 10px;
}
.slider-main, .slider-thumb {
    max-width:620px;
    margin: 0 auto;
}

.slider-main img, .slider-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
.table-wrapper {
   
    grid-template-columns: repeat(1, 1fr);
}
.ptimage{
  height: 190px;
  
}
}
@media only screen and (min-width: 768px) and  (max-width: 1024px){
.table-wrapper {
   
    grid-template-columns: repeat(1, 1fr);
}
.ptimage{
  height: 190px;
  
}
.slider-slides img {
    width: 100%;
    height: 80vh !important;
    object-fit: cover;
}
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 30px;
  max-width:90%;
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
}
.filtering-wrap {
    position: fixed;
    top: 350px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 100px;
    z-index: 99;
    transition: top 0.3s ease;
}

.filtering-wrap.scrolled {
    top: 60px;
}
.slider-container {
        position: relative;
        padding: 00px;
      }

      .slider-thumbnail-row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        display: grid;
      }

      .slider-slides {
        display: none;
      }

      .slider-slides img {
        width: 100%;
        height: 65vh;
        object-fit: fill;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
      }

      .slider-column {
        background: white;
        /* padding: 5px; */
        /* border-radius: 10px; */
        margin-bottom: 10px;
        display: flex;
        gap: 10px;
      }
      .slider-column p {
        margin: 0;
        text-align: center;
        padding-top: 5px;
      }

      .slide-thumbnail {
        width: 125px;
        height: 125px;
        object-fit: cover;
        opacity: 0.5;
        cursor: pointer;
        border: 1px solid #d4d4d4;
        padding: 5px;
        background-color: #fff;
      }

      .active,
      .slide-thumbnail:hover {
        opacity: 1;
        background-color: #fff !important;
        border: 1px solid #000;
      }

      @media (max-width: 991px) {

        .slider-thumbnail-row {
          display: none;
          position: inherit;
          top: 0;
          left: 0;
          bottom: 0;
          transform: none;
          justify-content: center;
        }
        .slider-column {
          margin-right: 10px;
          box-shadow: 0 0 3px #cacaca;
        }
      }
      @media (max-width: 600px) {
        .slider-slides img {
          width: 100%;
          min-height: 250px;
          object-fit: cover;
        }
      }
      .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    /* margin: auto; */
    justify-content: center;
    display: flex;
    border-radius: 0px;
    flex-direction: column;
          width: 100%;


}
.modal.show .modal-dialog{
  max-width: 100%;
  margin: 0;
}
.modal-content {
    height: 100vh;
    display: flex;
    align-items: unset;
    margin: auto;
    border-radius: 0px;
          width: 100%;

}
button.btn-close.position-absolute.top-0.end-0.m-3.z-3 {
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 18px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /* background: #000; */
    filter: invert(1);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    filter: invert(1);

}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.modal-header {
    border-bottom: 0px solid;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.flex-pro h4{
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}
.holder{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.product-details-new{
    padding: 80px 100px;
}
.thumb-img{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.padd-left-r{
    /* padding-left: 80px !important; */
}
.padd-left-r h2{
    font-size: 42px;
    padding-bottom: 15px;
}
.pro-det-view span
{
    font-weight: 400;
    color: #8b8b8b;
    font-size: 16px;
}
.grid-fours span{
    font-size: 18px;

}

.pro-det-view h5
{
    font-weight: 400;
}
.pro-det-view{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.pro-detail-v{
    display: flex;
    gap: 20px;
    flex-direction: row;
    gap: 50px;
    justify-content: space-around;
}
.color-switch-{
        display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0;
    font-size: 15px;
}
.application-area {
    display: flex;
    gap: 25px;
    padding-top: 15px;
}
.badge-wrapper {
    position: relative;
    z-index: 92;
}
.color-swatch {
         display: block;
         width: 25px;
         height: 25px;
         border-radius: 50%;
         padding: 10px;
         /* border: 1px solid #1F4D53; */
      }
      .color-switch {
             display: flex;
    align-items: anchor-center;
    justify-content: left;
    /* flex-direction: column; */
    gap: 8px;
    border: none;
    width: 120px;
      }
      .main-color-switch {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 0px;
      }
      .main-color-switch .submenu-link {
         padding: 10px 5px;
      }

      .related-products-section h5{

      }
      .pro-det-view p{
            font-weight: 400;
            font-size: 18px
      }

.Accordions {
  display: block;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.Accordion_item .title_tab {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  border-radius: 4px;
}
.Accordion_item .title_tab .title {
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;

}
.Accordion_item .title_tab .title .icon {
  position: absolute;
  right: 1%;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab .title .icon:before, .Accordion_item .title_tab .title .icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #000;
}
.Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
}
.Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  transform: rotate(45deg);
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}
.inner_content p {
  width: 98%;
  margin: auto;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.Accordion_item .active{
    border: none;
  border-bottom: 1px solid;

}
/* ================================= */
.Accordion_item .title_tab.active .title .icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

.grid-rows{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.product-fun{
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 15px;
}
.laminates-acce{
    display: flex;
    gap: 75px;
    padding-top: 25px;
}
.acc img{
    width: 150px;
    height: 60px;
}
.acc h5{
   font-size: 20px;
   font-weight: 600; 
}
.accerse{
    padding-top: 25px;
}
.fs-19{
    font-size: 19px;
}
.table img{
    width: 35px;
    padding-bottom: 15px;
}
.table thead th{
    font-weight: 500 !important;
}
.table tbody td{
    font-weight: 400 !important;
    color:#4e4e4e
}
.w-ico{
    width: 40px;
    padding: 5px;
}
.prd-view-imgs img {
    width: 100%;
    height: 50vh;
    object-fit: contain;
}
.prd-view-imgs{
    padding: 25px;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.collection-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: .3s;
    text-align: center;
    text-decoration: none;
}

.collection-card:hover {
    transform: scale(1.03);
}

.collection-img {
    width: 100%;
    height: 32vh;
    object-fit: cover;
}

.collection-title {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.laminate-table img{
        width: 50px;
    padding-bottom: 15px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(245 245 245);
}
.table thead th {
    font-weight: 500 !important;
    background: #f5f5f5;
}