.border-row.mt-15 {
  margin-top: 15px;
}

.spec-wrapper .blo-wrap {
  display: flex;
}
.spec-wrapper .blo-wrap p{
  color: #fff;
}
/* After 4 = hidden */
.spec-wrapper .blo-wrap:nth-child(n+5) {
  display: none;
}

.product-slider img {
  max-width: 261px;
  width: 100%;
  margin: auto;
}

.product-slider .slider-thumbs img {
  max-width: 100px;


}

.product-slider .slider-thumbs .slick-track {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider .slider-thumbs .slick-slide:not(:last-child) {
  padding-right: 16px;
  /* gap */
  box-sizing: border-box !important;

}
@media (min-width:992px) and (max-width:1260px){
  .product-detail-wrapper .left-block{
    max-width: 50%;
  }
     .product-detail-wrapper .right-block {
       max-width: 50%;
     }
}
@media (max-width:575px) {
  .product-slider .slider-thumbs img{
        aspect-ratio: 2 / 1;
          height: auto;
  }
}