/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-header-title .nk-header-table {
    min-height: 610px;
}

img{
  max-width: 100%;
}
.nk-nav-logo img{
  max-width: unset;
}
.custom-products-container {
  margin: 0 15% !important;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
}

.products-list img {
  max-height: 430px;
  min-height: 430px;
}

.custom-signup-text {
  margin: 10px 20%;
}
.carousel-container {
  min-height: 350px;
  padding-bottom: 20px;
}
#testimonialCarousel {
  padding: 0 20%;
}
#testimonialCarousel blockquote {
  padding: 5%;
  margin: 0 3%;
}
.img-logo {
  max-height: 90px;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 1350px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1000px) {
  .custom-products-container {
    margin: 0 5% !important;
  }
  #testimonialCarousel {
    padding: 0 17%;
  }
}
@media only screen and (max-width: 740px) {
  .custom-signup-text {
    margin: 10px 0;
  }
  .custom-products-container {
    margin: 0 3% !important;
  }
  #testimonialCarousel {
    padding: 0 1%;
  }
  .carousel-control {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .products-list {
    grid-template-columns: 1fr;
  }
  .custom-products-container {
    margin: 0 8% !important;
  }
}
@media only screen and (max-width: 540px) {
  .custom-products-container {
    margin: 0 3% !important;
  }
  .newsletter-popup-header {
    width: 100%;
  }
}
