.fa-solid, .fas, .fa-brands {
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 3px;
}
.socials svg {
	opacity: 0.7;
	height: 20px;
}
.fa-envelope {
	background-color: #7d7d7d;
}
a {
	font-weight: bold;
	text-decoration: none!important;
}

.fa-phone,
.fa-whatsapp {
	width: 40px;
	height: 40px;
	display: flex;
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
}

.fa-phone {
	background-color: #ff7a70;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.fa-phone:hover {
	background-color: #ff5d50;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.fa-whatsapp {
	background-color: #25D366;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.fa-whatsapp:hover {
	background-color: #16c156;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#header [data-row="middle"][data-transparent-row="yes"] {
	margin-top: -30px;
}

#header [data-device=desktop][data-transparent] {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.47942927170868344) 0%, rgba(0, 0, 0, 0) 100%);
}
.woocommerce-no-products-found {
	display:none;
}
.wpcf7 form {
	display: flex;
}
.wpcf7 form > p {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#wpcf7-f657-p2-o1 input {
	border-radius: 5px;
}
div [data-id="widget-area-1"] {
	top: -13px;
    position: relative;
}
form[action="/blijf-op-de-hoogte/"] {
	display: flex;
	width: 100%;
}
form[action="/blijf-op-de-hoogte/"] .wpcf7-spinner {
	display: none;
}
form[action="/blijf-op-de-hoogte/"] .wpcf7-form-control-wrap {
	padding-right: 10px;
}
form[action="/blijf-op-de-hoogte/"] input {
	border-radius: 5px;
}
#wpcf7-f657-p2-o1 [data-name="tel"],
#wpcf7-f657-p2-o1 [data-name="email"],
#wpcf7-f657-p2-o1 [data-name="your-name"] {
	max-width: 36%;
	width: 100%;
}
#wpcf7-f657-p2-o1 .wpcf7-spinner,
#wpcf7-f657-p2-o1 .wpcf7-response-output {
	position: absolute!important;
}
#wpcf7-f657-p2-o1 .wpcf7-form.submitting input {
	display: none;
}
#wpcf7-f657-p2-o1 .wpcf7-response-output {
	position: absolute !important;
    margin-top: 70px;
    margin-left: 0;
    border-radius: 3px;
}
#wpcf7-f657-p2-o1 .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 0!important;
}
#wpcf7-f657-p2-o1 .wpcf7-form.invalid .wpcf7-response-output {
	background-color: #ffb8b8;
    border-color: #ff8e8e;
}
#wpcf7-f657-p2-o1 .wpcf7-form.sent .wpcf7-response-output {
	background-color: #b7efb9;
    border-color: #82d685;
}
#wpcf7-f657-p2-o1 .wpcf7-submit {
	max-height: 45px;
}
.swiper-fotogallerij {
	width: calc(100% - 50px);
	height: 360px;
}
.swiper-wrapper,
.swiper,
.stk-b1237b9-container,
.stk-b1237b9-inner-blocks {
	overflow: visible!important;
}
#lg-swiper > .swiper-slide {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 4px 24px #00000024;
}
#lg-swiper > .swiper-slide > img {
	object-fit: cover;
    height: 100%;
    width: 100%;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#lg-swiper > .swiper-slide:hover > img {
	transform: scale(1.05);
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.swiper-slide-last-fotogallerij {
	padding: 50px;
	display: flex!important;
	background: linear-gradient(135deg, rgba(17,110,182,1) 0%, rgba(35,79,156,1) 100%);
	color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.swiper-slide-last-fotogallerij h3, 
.swiper-slide-last-fotogallerij p {
	color: #fff;
}

.button-orange {
    padding: 10px 20px;
    background-color: #EE7003;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.button-orange:hover {
	background-color: #E85F00;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff!important;
    background-color: #0000008f!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #000000b5!important;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 1.5em!important;
    font-weight: 700!important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0!Important;
}
.homepage-klantervaringen-wrapper {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 30px;
}
.list-style-none {
	list-style-type: none;
}
.homepage-klantervaringen-wrapper {
	width: calc(100% + 200px);
	overflow: hidden!important;
	margin: -100px!important;
	padding: 100px!important;
}

.homepage-klantervaring {
	width: 100%;
	list-style-type: none;
	display: flex!important;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 4px 24px #00000024;
	justify-content: space-between;
}
.homepage-klantervaring h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.homepage-klantervaring-right {
	padding: 30px 50px;
	width: calc(100% - 400px);
}
.homepage-klantervaring-left {
	position: relative;
}
.homepage-klantervaring-img-wrapper {
	height: 100%;
	width: 400px;
	position: absolute;
}
.homepage-klantervaring-img-wrapper > img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.homepage-klantervaring-tags {
	display: flex;
	font-size: 0.9em;
	font-weight: 500;
}
.homepage-klantervaring-tag-date {
	padding: 5px 10px;
	background-color: #d4f4f3;
	border-radius: 5px;
	margin-right: 10px;
}
.homepage-klantervaring-tag-hondennaam {
	padding: 5px 10px;
	background-color: #ffd7c7;
	border-radius: 5px;
	margin-right: 10px;
}
.pup-wrapper {
	display: flex;
    justify-content: space-between;
}
.pup-single-wrapper {
	width: 24%;
    border-radius: 5px;
    height: 300px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
}
.pup-single-wrapper > img {
	object-fit: cover;
    height: 100%;
    width: 100%;
	position: absolute;
	-webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.pup-single-wrapper:hover > img {
	transform: scale(1.05);
	-webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.pup-single-bottom {
	z-index: 10;
	padding: 20px;
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5018382352941176) 100%);
}
.pup-single-bottom > h3 {
	color: #fff;
	margin-bottom: 5px;
}
.pups-beschikbaar {
	border-radius: 3px;
	padding: 5px 10px;
	background-color: #0000006b;
	font-size: 0.8em;
	font-weight: 400;
}
.swiper.swiper-homepage-header {
    position: absolute!important;
    z-index: 0;
	height: 851px;
	min-width: 100vw;
}
.shader {
	width: 100%;
    height: 100%;
    background-color: #0000004f;
    position: absolute;
    z-index: 5;
}
.swiper.swiper-homepage-header .swiper-slide > img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.stk-block.stk-block-column.stk-column>.stk-column-wrapper {
	margin: 0!important;
}
.stk-block-columns>.stk-block-content {
	column-gap: 50px!important;
}
blockquote {
	font-weight: 700!important;
    font-style: italic!important;
    font-size: 1.4em!important;
    text-align: center!important;
    color: #116EB6;
    line-height: 1.4em!important;
	border: none!important;
	padding: 0!important;
}

.products.columns-4 > .product {
	height: 100%;
	box-shadow: 0px 4px 24px #00000024;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.products.columns-4 > .product > figure {
	max-height: 300px;
	width: 100%;
	margin-bottom: 0;
}
.product-geslacht {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
}
.product-geslacht svg {
	width: 26px;
	height: 26px;
}
.product-geslacht.reu {
	color: #9bccf7;
}
.product-geslacht.teef {
	color: #fdb2e6;
}
.products.columns-4 > .product > figure img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}
.socials {
	margin-right: 10px;
}
.products.columns-4 > .product > h3,
.products.columns-4 > .product > ul {
	position: absolute;
}

.products.columns-4 > .product > h3 {
	padding: 40px 20px 60px 20px;
	text-align: left;
	bottom: 0px;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5018382352941176) 100%);
	width: 100%;
}

.pups-beschikbaar.groen,
.pups-beschikbaar.oranje,
.pups-beschikbaar.rood {
	position: absolute;
    bottom: 20px;
    left: 20px;
	color: #fff;
	z-index: 1;
}
.pups-beschikbaar.groen {
	background-color: #47b44bd1;
}
.pups-beschikbaar.oranje {
	background-color: #ff9800b0;
}
.pups-beschikbaar.rood {
	background-color: #e44337bd;
}

.single-product-header {
	background-image: url("https://kenneldesonseheide.pannenpassie.nl/wp-content/uploads/2024/07/PHOTO-2024-06-24-21-25-28-1.jpg");
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
    padding-top: 180px;
    padding-bottom: 100px;
	z-index: -2;
	position: relative;
	margin-bottom: 80px;
}
.single-product-header h1 {
	font-size: 70px!important;
}
.product_meta {
	display: none;
}
.bg-overlay {
    background-color: #000000 !important;
    opacity: 0.4 !important;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.single-product-header-container {
	max-width: 1290px;
	margin: 0 auto;
}
.wpcf7 form {
    display: flex;
    flex-direction: column;
}
.wpcf7 form input,
.wpcf7 form textarea, 
.wpcf7 form button{
	border-radius: 5px;
	margin-top: 5px;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #EE7003!important;
	font-size: 18px!important;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #D96500!important;
}
.wpcf7 form > .form-wrapper-top {
	display: flex;
    column-gap: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #d1ffd1;
	border-radius: 5px;
	border: 0!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffeaea;
	border-radius: 5px;
	border: 0!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0em 2em 0em!important;
}
.pup-contact {
	margin-top: 20px;
}
.custom-pagination {
	margin-top: 50px;
	display: flex!important;
}
.custom-pagination .next,
.custom-pagination .prev {
	width: auto!important;
}
.klantervaringen-container > .homepage-klantervaring:not(:last-child) {
	margin-bottom: 50px;
}
.wpcf7-checkbox > span {
	padding: 5px;
	background-color: #F5F7F7;
	border-radius: 5px;
}.faq-container>.stk-block-content {
	column-gap: 20px!important;
}
input[type="checkbox"]::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.modula_menu__list {
	width: 100%;
	text-align: center;
}
.modula_menu__list li {
	background-color: #116EB6;
	padding: 5px 10px;
	border-radius: 5px;
}
#jtg-1053 {
	width: 100%;
}
.modula_menu__list li > a {
	font-size: 1rem;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
}
.selected.modula_menu__link {
	border: 0!important;
	font-weight: 700;
}
.modula_menu__item  {
	margin-bottom: 10px!important;
}
@media only screen and (max-width: 1000px) {
	#header [data-row="middle"][data-transparent-row="yes"] {
		margin-top: 0;
	}
	.pup-single-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.pup-single-bottom > h3 {
		margin-bottom: 10px;
	}
	.homepage-klantervaring-right {
		padding: 30px;
		width: calc(100% - 300px);
	}
	.homepage-klantervaring-img-wrapper {
		max-width: 300px;
	}
	.fa-solid, .fas, .fa-brands {
		font-size: 1.2rem;
	}
	.fa-phone {
		margin-bottom: 0!important;
		margin-right: 10px;
	}
	.fa-phone, .fa-whatsapp {
		height: 20px;
		width: 20px;
		padding: 0;
	} 
	.fa-phone, .fa-phone:hover, .fa-whatsapp, .fa-whatsapp:hover {
		background-color: transparent;
	}
	.fa-phone svg, .fa-whatsapp svg {
		opacity: 0.7;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.fa-phone:hover svg, .fa-whatsapp:hover svg {
		opacity: 1;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.homepage-klantervaringen-wrapper .swiper-button-next {
		right: 73px;
	}
	.homepage-klantervaringen-wrapper .swiper-button-prev {
		left: 73px;
	}
	.single-product-header h1 {
		font-size: 50px!important;
	}
	.wpcf7 form > .form-wrapper-top {
		display: block;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 500px) {
	.wpcf7 form {
		display: flex;
	}
	.wpcf7 form > p {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wpcf7-form-control.wpcf7-submit {
		width: 100%;
	}
	#wpcf7-f657-p2-o1 input {
		border-radius: 5px;
	}

	#wpcf7-f657-p2-o1 [data-name="tel"],
	#wpcf7-f657-p2-o1 [data-name="email"],
	#wpcf7-f657-p2-o1 [data-name="your-name"],
	#wpcf7-f657-p2-o1 [type="submit"] {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
	.pup-single-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	.pup-wrapper {
		flex-wrap: wrap;
	}
	.homepage-klantervaring-right {
		width: 100%!important;
	}
	.homepage-klantervaring-left {
		display: none;
	}
	.mobile-full-width {
		width: 100%!important;
	}
	.ct-container .ct-header-text {
		padding: 5px;
	}
	.fa-solid, .fas, .fa-brands {
		font-size: 1rem;
		padding: 5px;
	}
	.homepage-klantervaringen-wrapper .swiper-button-next {
		right: 110px;
	}
	.homepage-klantervaringen-wrapper .swiper-button-prev {
		left: 110px;
	}
	div[data-id="widget-area-1"] {
		margin-left: 0px;
	}
	div[data-id="widget-area-1"] img {
		height: 24px;
		width: 24px;
	}
	div[data-id="text"] {
		margin-right: 0!important;
	}
	.single-product-header h1 {
		font-size: 35px!important;
	}
	form[action="/blijf-op-de-hoogte/"] {
		flex-direction: column;
	}
	form[action="/blijf-op-de-hoogte/"] .wpcf7-form-control-wrap {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.product-geslacht > i {
		font-size: 2em;
	}
	.product-geslacht {
		top: 10px;
		right: 10px;
	}
}
