.breeders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(175px,1fr));
  gap: 20px;
}
.breeder-item img.breeder-thumb {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

body.single-product button.single_add_to_cart_button {
	display: none;
}

.view-anfrage {
	margin: 0 !important;
}

.product-details .star-rating {
	display: none;
}

.requestTable td.product-thumbnail img {
	width: 100px;
	height: auto;
}

.requestTable a.remove {
	font-size: 25px;
    font-weight: 500;
}

.requestQuoteNotice {
	margin-top: -20px;
    display: block;
    padding-bottom: 10px;
    color: #ff0000;
}

.porto-u-sub-heading {
	padding-left: 5px;
}

.home-banner-slider h2, .home-banner-slider h3 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}