html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  min-height: 100vh !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  overflow-y: auto;
}
/* Product grid spacing and responsiveness are handled in product.html <style> block. */
.select {
  display: flex;
  justify-content: end;
}

.select select {
  width: 15%;
  height: 40px;
  border: 0.5px solid lightgray;
  outline: none;
  display: flex;
  justify-content: end;
}
.products_section {
  padding: 20px 0px;
}

#products_section .select select:focus {
  border: 0.5px solid rgb(255, 255, 255);
  outline: none;
}
.search_wrapper form input {
  width: 64%;
  padding: 10px;
}
.search_wrapper i {
  color: #000000;
}
.search_wrapper a {
  top: 30%;
  right: 45%;
}
.categories {
  padding: 18px 0px;
}
.categories h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.radio_select_section .label_text {
  font-size: 20px;
  padding-left: 10px;
}

.radio_select_section input {
  width: 25px;
  height: 25px;
  background-color: red;
}
.title_company {
  font-size: 20px;
  font-weight: bold;
  color: #e2000f;
  border-bottom: 1px solid grey;
  width: 80%;
  padding-bottom: 10px;
}
.line_company {
  display: flex;
  justify-content: center;
}
.product_title {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
.text_product a {
  background-color: #e2000f;
  padding: 2% 18%;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.image_product {
  background-color: grey;
  margin: 0 auto;
}
.star {
  font-size: 20px;
  color: rgb(35, 155, 35);
}
.wrapper_product_list {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.nk_navbar_brand {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
.pagination-products {
  display: flex;
  list-style: none;
  justify-content: end;
  padding-top: 20px;
}
.pagination-products li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e2000f;
  margin: 1%;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 800;
  color: white;
}

.hide {
  display: none !important;
}
.show {
  display: block;
}
.view_details {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .select {
    justify-content: left;
  }

  .categories {
    display: flex;
    justify-content: left;
  }
  .main-grid-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }
}

.main-grid-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

@media (max-width: 767px) {
  .main-grid-section {
    grid-template-columns: repeat(3, 1fr);
  }
  .select select {
    width: 35%;
    height: 35px;
    font-size: 14px;
    justify-content: start;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .main-grid-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .main-grid-section {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .main-grid-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .select select {
    width: 40%;
    height: 35px;
    font-size: 14px;
    justify-content: start;
  }
  .title_about {
    padding-top: 30px;
  }
  .remove {
    visibility: hidden;
  }
  .red {
    height: 98px;
  }
  .text_product a {
    padding: 2px 18%;
  }
  .product_title {
    font-size: 15px;
    font-weight: 600;
  }
}
.view_details a:hover {
  color: grey !important;
}

/* my css */

form.d-flex.ms-auto.make-center i {
  color: black;
  font-size: 18px;
  padding-right: 10px;
}

.photo-box-image {
  border-radius: 50%;
  overflow: hidden;
}

li.nav-item i {
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  nav.navbar.navbar-expand-lg.red_back {
    border-bottom: 1px solid black;
    box-shadow: 2px 2px black;
    overflow: hidden;
  }

  ul.nav.justify-content-end.nk_topbar.align-items-center {
    display: none;
  }

  a.navbar-brand img {
    max-width: 198px;
  }

  button.navbar-toggler i {
    font-size: 27px;
  }

  .inner-grid-section {
    height: 30vh;
  }

  #why_us {
    height: auto;
  }

  .form-section {
    position: static;
  }

  div#contact_enquiry {
    height: auto;
    padding-bottom: 25px;
  }

  .clients img {
    width: 100%;
  }

  .vector-wrapper.pos_b img {
    display: none;
  }

  .red_back form a {
    right: 10%;
  }

}