.products .owl-nav {
  display: none !important;
}
.products .row .col-lg-4 {
  margin-bottom: 20px !important;
}
.products .product-cards {
  height: 100% !important;
  border: 1px solid black;
  border-radius: 10px !important;
}
@media (max-width: 500px) {
  .products .product-cards > .d-flex {
    flex-wrap: wrap !important;
  }
  .products .product-cards > .d-flex .img {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .products .product-cards > .d-flex img {
    margin-bottom: 10px !important;
  }
  .products .product-cards > .d-flex .details {
    margin-left: 0px !important;
    padding-bottom: 10px !important;
  }
}
.products .product-cards img {
  height: 200px !important;
  width: 300px !important;
}
.products .product-cards .details {
  word-wrap: break-word !important;
  margin-left: 20px !important;
}
.products .product-cards .details h2 {
  font-weight: bold !important;
  line-height: 1.5;
}

.product-details .col-lg-6 {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}
.product-details img {
  width: 100% !important;
  height: 500px !important;
}
.product-details form select option {
  color: black !important;
}
.product-details form input {
  background: none !important;
  outline: none !important;
  border: none !important;
}
.product-details form button {
  border: none !important;
  padding: 5px 10px;
}
.product-details .type-levels {
  font-size: 15px !important;
  font-weight: bold !important;
}

@media (max-width: 992px) {
  .market_container .market_banner .welcome h1 {
    text-align: center;
    font-size: 35px !important;
    font-weight: bold;
    color: #0BBC22;
  }
}

@media (max-width: 768px) {
  .market_container .market_banner {
    padding-bottom: 20px !important;
  }
}

.search-form {
  background: none !important;
  border: none !important;
}
.search-form select {
  border-radius: 0px !important;
}
@media (max-width: 400px) {
  .search-form {
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 0px !important;
  }
}
.search-form input {
  height: 40px !important;
  padding-left: 10px !important;
}
.search-form button {
  border-radius: 0px !important;
}

@media (max-width: 400px) {
  form .form-selectt {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
.products .product-cards .details {
  width: 100% !important;
}/*# sourceMappingURL=zaks.css.map */