/*
Theme Name: YookerTheme
Template: Impreza
Version: 1.0.0
Author:	Yooker
Theme URI: https://yooker.nl
Author URI: https://yooker.nl
*/

@import url("./forms.css");
@import url("./responsive.css");

:root { /* Deze aanpassen naar klant stylen */
	--main-color: #F9AE07;
	--secondary-color: #00242A;
	--tertiary-color: #fff;
	--inactive-color: #F2F2F2;
	--border-radius: 0.5rem;
}

/* - Algemeen - */
/* Separators */
.w-separator.size_small { height: 1rem !important; }
.w-separator.size_medium { height: 2rem !important; }
.w-separator.size_large { height: 4rem !important; }
.w-separator.size_huge { height: 8rem !important; }
/* Clickthrough */
.no-click { pointer-events: none; }
/* Overflowing slider */
.overflow-slider .owl-stage-outer { overflow: visible; }
/* Logo main color */
.logo-main i { color: var(--main-color);}


/* Headings */
.like-h3 {
	font-family: var(--h3-font-family);
	font-size: var(--h3-font-size);
	line-height: var(--h3-line-height);
	font-weight: var(--h3-font-weight);
	text-transform: var(--h3-text-transform);
	font-style: var(--h3-font-style);
	letter-spacing: var(--h3-letter-spacing);
	margin-bottom: var(--h3-margin-bottom);
}


/* Producten */
/* Algemeen */
form.cart:not(.variations_form.cart){
	display: flex;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
}
.woocommerce-variation-price {
	font-size: 1.5rem;
	font-weight: 500;
}
.quantity{
	display: flex;
}
.product_field.attributes .w-post-elm-before {
	font-weight: 700 !important;
}
.product_field.attributes .woocommerce-product-attributes-item__value {
	font-weight: 400 !important;
}
/* Overzicht */
.product-image img {
	object-fit: contain !important;
}
.w-grid-item .add_to_cart_button,
.w-grid-item a.product_type_simple {
	flex: 1;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.w-grid-item .add_to_cart_button:before,
.w-grid-item a.product_type_simple:before{
	content: "\f07a";
	font-family: fontawesome;
	color: var(--main-color);
	font-weight: 300;
	margin-right: 0.5rem;
	position: static;
}
.hide-quantity .quantity {
	display: none !important;
}
/* Single */
.product-whatsapp {
	background: #00960014;
	color: #000;
	padding: 1rem 2rem;
	border: solid 1px #00960066;
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.product-whatsapp .logo-wrapper {
	min-width: 2rem;
	color: #009600;
}
.product-whatsapp i {
	transition: ease 0.3s;
	font-size: 2rem
}
.product-whatsapp:hover i {
	transform: translatey(-5px);
}
.product-whatsapp h5 {
	padding-top: 0;
}
.repeater-field.naam {
	font-weight: 700;
}
#product-cart button[type="submit"] {
	color: #000 !important;
	font-size: 14px;
	text-transform: uppercase;
	background: var(--main-color);
	border-color: var(--main-color);
}
#product-cart button[type="submit"]:hover {
	background: transparent;
}
#product-cart .stock {
	display: none !important;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
	aspect-ratio: 1;
	width: 100%;
	border: solid 1px #D9D9D9;
	border-radius: 16px;
	object-fit: contain !important;
}
.woocommerce-product-gallery .flex-control-thumbs img {
	border: solid 1px #D9D9D9;
	border-radius: 8px;
	object-fit: contain !important;
}
#product-details .w-tabs-list {
	background: transparent;
}
#product-details .w-tabs-list-h {
	border: solid 1px #D9D9D9;
	border-radius: 16px;
	overflow: hidden;
}
#product-details .w-tabs-list-h > button {
	flex: 1;	
	color: #000;
	background: #fff;
	border: 0;
	padding: 0.75rem;
}
#product-details .w-tabs-list-h > button:not(:last-child) {
	border-right: solid 1px #D9D9D9 !important;
}
#product-details .w-tabs-list-h > button.active {
	border-bottom: solid 4px var(--main-color);
}
.category-amount b {
	display: block;
}
.product-stock-indicator:before {
	content: "\f111";
	font-family: fontawesome;
	font-weight: 700;
	margin-right: 5px;
}
.w-post-elm.add_to_cart .woocommerce-message {
	margin-top: 0.5rem !important;
}

.single-product .quantity {
	min-width: max-content !important;
}

/* Contact */
#contact.offset-image > .l-section-img {
	width: 33.333%;
	margin-left: 66.666%;
}


/* Header */
header .assortiment-dropdown {
	transition: ease 0.3s;
}
header .assortiment-dropdown:hover {
	background: var(--color-content-bg-alt);
	border-radius: 8px 8px 0 0;
}
header .assortiment-dropdown:hover > a {
	color: #000 !important;
}
header .assortiment-dropdown > ul {
	border: solid 2px #D9D9D9;
	border-radius: 0 8px 8px 8px;
	box-shadow: none !important;
	overflow: hidden;
}
header .chevron a:after {
	content: "\f054";
	font-family: fontawesome;
	font-weight: 500;
	margin-left: 0.5rem;
	color: var(--main-color);
	transition: ease 0.3s;
	position: absolute;
}
header .chevron:hover a:after {
	margin-left: 0.75rem;
}
header .header-state {
	border-bottom: solid 2px transparent;
	padding: 3px 0;
}
header .header-state:hover {
	border-color: var(--main-color;)
}

/* Home */
#home-categories .custom .w-grid-item-h {
	background: var(--secondary-color);
	color: #fff;
	text-align: center;
	padding: 1rem;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#home-categories .grid-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#home-categories .custom h5 {
	color: #fff;
	margin-bottom: 1rem;
	transition: ease 0.3s;
}
#home-categories .custom .w-grid-item-h:hover h5 {
	transform: translatey(-10px);
}
#home-categories .custom i {
	background: var(--main-color);
	color: #000;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	animation: move 3s linear infinite;
}
/* Proces */
.owl-item:nth-child(1) .proces-number:before { content: "1."; }
.owl-item:nth-child(2) .proces-number:before { content: "2."; }
.owl-item:nth-child(3) .proces-number:before { content: "3."; }
.owl-item:nth-child(4) .proces-number:before { content: "4."; }
.owl-item:nth-child(5) .proces-number:before { content: "5."; }
.owl-item:nth-child(6) .proces-number:before { content: "6."; }
.owl-item:nth-child(7) .proces-number:before { content: "7."; }
.owl-item:nth-child(8) .proces-number:before { content: "8."; }
.owl-item:nth-child(9) .proces-number:before { content: "9."; }
.owl-item:nth-child(10) .proces-number:before { content: "10."; }
.proces-number:before {
	background: var(--secondary-color);
	color: var(--main-color);
	font-size: 1.75rem;
	border-radius: 50%;
	border: solid 2px var(--main-color);
	height: 5rem;
	width: 5rem;
	position: absolute;
	bottom: -1rem;
	right: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease 0.3s;
}
.w-grid-item-h:hover .proces-number:before {
	right: -6rem;
}
.proces-content {
	height: 0;
	opacity: 0;
	margin-top: 0;
	transition: ease 0.3s;
}
.w-grid-item-h:hover .proces-content {
	height: unset;
	opacity: 1;
	margin-top: 1rem;
}
/* Procesvideo */
.home-video > .w-video-h,
.home-video > .w-video-h > iframe {
	height: 100%;
}


/* Winkelwagen + afrekenen */
.kruimelpadje i{
	margin: 0 5px;
}
/* Winkelwagen pagina */
#winkelwagen .cart th{
	color: var(--color-content-heading);
	opacity: 1;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
	font-weight: 600 !important;
}
#winkelwagen .cart .cart_item{
	border-top: solid 1px var(--color-content-bg-alt) !important;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
}
#winkelwagen .cart .cart_item > td{
	vertical-align: middle;
	border: none !important;
}
#winkelwagen .cart-collaterals .cart_totals{
	background: #fff;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 40px;
	border: none;
}
#winkelwagen .shop_table button{
	padding: 0.9rem 1.8rem !important;
}
#winkelwagen .button{
	border-radius: var(--border-radius);
}
.current-broodkruimel{
	font-weight: 700 !important;
	color: var(--secondary-color) !important;
}


/* Afrekenen */
#afrekenen .vc_col-sm-6.wpb_column:last-child .wpb_wrapper{
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 8px 2px;
	border-radius: var(--border-radius);
	padding: 2.5rem;
	border: none;
	background: #fff;
}
#afrekenen h3{
	margin-bottom: 1.5rem;
}
#afrekenen .w-checkout-order-review{
	margin-bottom: 1.5rem !important;
}
#afrekenen .cart_item:not(:last-child){
	border-bottom: solid 1px var(--color-content-bg-alt);
}
#afrekenen .cart_item > td{
	padding: 0.75rem 0;
}
#afrekenen .wc_payment_method{
	box-shadow: none !important;
}
#afrekenen li.wc_payment_method > *{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#afrekenen button{
	padding: 0.9rem 1.8rem !important;
	border-radius: var(--border-radius);
}


/* Bestelling compleet */
#bestelnummer .woocommerce-order{
	padding: 0;
}
#bestelnummer .woocommerce-order ul{
	display: flex;
	justify-content: space-evenly;
}
#bestelgegevens .woocommerce-order-details{
	width: 50%;
	margin: 0 auto;
	background: var(--color-content-bg-alt-grad);
	padding: 1rem;
}
#bestelgegevens .woocommerce-order-details > h2{
	text-align: center;
	margin-bottom: 1.5rem;
}
#bestelgegevens .woocommerce-order-details > table{
	width: 100%;
	border: 0;
}
#bestelgegevens .woocommerce-order-details > table td,
#bestelgegevens .woocommerce-order-details > table th {
	padding-left: 0;	
}
#bestelgegevens .woocommerce-customer-details{
	width: 50%;
	margin: 75px auto 0;
}
#bestelgegevens .woocommerce-customer-details .addresses > .woocommerce-column{
	padding: 20px;
	border: solid 1px var(--color-content-bg-alt);
	border-radius: var(--border-radius);
}
#bestelgegevens .woocommerce-customer-details--phone{
	margin-bottom: 0 !important;
}


/* mijn account */
.woocommerce-account .woocommerce-MyAccount-navigation li a:before{
	font-family: 'fontawesome';
	margin-right: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before{ content: "\f62a"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--quotes a:before { content: "\f571" }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before{ content: "\f847"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before{ content: "\f2b9"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before{ content: "\f2bd"; }
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before{ content: "\f08b" }
.woocommerce-MyAccount-content table tr{
	border-bottom: solid 1px var(--color-content-bg-alt);
}
.woocommerce-MyAccount-content table td, .woocommerce-MyAccount-content table th{
	border: none !important;
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.mp-dashboard-wrapper{
	display: none;
}
.custom-dash-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.custom-dash-container a {
	background: var(--secondary-color);
	display: block;
	padding: 40px 20px;
	border-radius: 1rem;
	text-align: center;
	width: calc(50% - 10px);
}
.custom-dash-container a:hover i {
	transform: scale(1.1);
}
.custom-dash-blok i {
	background: var(--main-color);
	color: #fff;
	padding: 10px;
	font-size: 36px;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 69px;
	transition: ease 0.3s;
}
.custom-dash-blok span {
	display: block;
	color: #fff;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.myaccount_container .myaccount_custom {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	overflow: hidden;
	min-width:90px;
}
.myaccount_container .myaccount_custom img {
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 100%;
}
.myaccount_container {
	display:flex;
	align-items:center;
	gap: 20px;
}
.myaccount_container .username {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.myaccount_container .email {
	color: var(--color-alt-content-link-hover);
	font-weight: 400;
	font-size: 15px;
}
.woocommerce-MyAccount-content {
	margin-top: -90px !important;
}
.woocommerce-MyAccount-navigation-link a:before {
	color: #000;
	padding: 10px;
	border-radius: 50px;
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link:hover a:before {
	color: #fff !important;
	background: var(--color-alt-content-link-hover);
	transition:all ease .3s;
}
.woocommerce-MyAccount-navigation-link a {
	padding: 15px 0px !important;
	display: block;
	border-bottom: solid 2px #0000000f;
	color: #000 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a:before {
	color: #fff !important;
	background: var(--color-alt-content-link-hover);
}
.woocommerce-MyAccount-navigation-link.is-active a {
	color:#000 !important;
}
.woocommerce-MyAccount-navigation-link {
	margin-bottom:0 !important;
}
.avatar {
	padding-left:0 !important;
}
.woocommerce>.woocommerce-MyAccount-navigation {
	margin-top:15px;
}
.woocommerce-EditAccountForm em {
	display: none;
}


/* Scrollbar */
body::-webkit-scrollbar {
	width: 1em;
}
body::-webkit-scrollbar-track {
	background:#fff;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}

/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
	width: 2rem;
	height: 2rem;
	display: inline-block;
	background-size: cover;
	margin-bottom: -11px;
	margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--main-color);
	color: #fff;
	border-radius: var(--border-radius);
	padding: 0.5rem 2rem;
	font-size: 0.8rem;
	font-weight: 600;
	margin-left:50px !important;
	border: var(--border-radius);
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none !important;
	border: none !important;
	font-size: 0.8rem;
	padding: 3px 20px;
	font-weight: 600;
	color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}


/* Klantenservice FAQ */
#klantenservice-faq .widget_nav_menu .menu{
	border: none !important;
}
#klantenservice-faq .widget_nav_menu .menu li a{
	border-top: none !important;
}
#klantenservice-faq .menu-item.current-menu-item>a{
	background: transparent;
	color: var(--main-color);
}
#klantenservice-faq .menu-item.current-menu-item>a:hover{
	background: var(--color-content-bg-alt-grad);
}
#klantenservice-faq .w-tabs-section{
	border-color: rgba(0,0,0,0.2);
}
#klantenservice-faq #menu-klantenservice > li a:before{
	font-family: 'fontawesome';
	margin-right: 5px;
}
#klantenservice-faq #menu-klantenservice #menu-item-1231 a:before{ content: "\f847"; }
#klantenservice-faq #menu-klantenservice #menu-item-1232 a:before{ content: "\f788"; }
#klantenservice-faq #menu-klantenservice #menu-item-1235 a:before{ content: "\f0d1"; }
#klantenservice-faq #menu-klantenservice #menu-item-1234 a:before{ content: "\f0e2"; }
#klantenservice-faq #menu-klantenservice #menu-item-1233 a:before{ content: "\f590"; }
#klantenservice-faq #menu-klantenservice > li a{
	padding: 15px;
	border-right: solid 1px var(--color-content-bg-alt) !important;
	border-bottom: solid 1px var(--color-content-bg-alt) !important;
	margin-bottom: 5px !important;
}


/* Winkelmand aantal */
.product .quantity {
	border: solid 1px #D9D9D9;
	border-radius: 24px;
	margin-right: 1rem;
	display:flex;
	overflow: hidden;
}
.product .quantity input.qty::-webkit-outer-spin-button, .product .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}
.product .quantity input[type=number] {
	-moz-appearance: textfield !important;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	width: 2rem !important;
	text-align: center;
	padding:0 !important;
	border:none !important;
	border-radius: 0 !important;
}
.product .quantity .button-minus, .product .quantity .button-plus {
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 600;
	border:none !important;
}
.product .cart .add_to_cart_button{
	flex: 1;
	font-size: 15px !important;
	font-weight: 600 !important;
}


/* Footer */
footer .footer-animation:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/04/potten.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 461px;
	height: 417px;
	position: absolute;
	top: 0;
	right: 7.5%;
	animation: sway 3s ease-in-out infinite;
	transform-origin: top center;
	pointer-events: none;
}
footer .w-socials .w-socials-item-link { 
	background: #fff;
	border: solid 2px var(--main-color) !important;
	box-shadow: none !important;
	box-sizing: content-box;
	transition: ease 0.3s;
}
footer .w-socials .w-socials-item-link:hover { 
	color: #000; 
	background: var(--main-color);
}
footer .footer-address .w-iconbox-icon {
	margin-right: 0.4rem !important;
}


#product-cart button[type="submit"] {
	padding: 0.75rem 2.5rem;
}
.woocommerce-Price-amount.amount {
	color: #000;
}


#installatie-opties ul {
	margin-left: 1rem !important;
}


.merkjes img {
	object-fit: contain !important;
}


/* Product offerte aanvraag */
#offerte-aanvraag .add-request-quote-button {
	padding: 0.75rem 2.5rem;
	border:solid 2px var(--secondary-color) !important;
	border-radius: 50px;
	margin: 0;
}
#offerte-aanvraag .add-request-quote-button:hover {
	color: #fff !important;
}
#offerte-aanvraag .add-request-quote-button:before {
	display: none !important;
}


/* offerte aanvraag pagina */
.page-aanvraag-prijsopgave .ywraq-form-table-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.page-aanvraag-prijsopgave #yith-ywrq-table-list {
	float: unset;
	width: 100%;
	margin: 1.5rem 0 !important;
}
.page-aanvraag-prijsopgave #yith-ywraq-form .update-list-wrapper {
	margin-bottom: unset;
}
.page-aanvraag-prijsopgave #yith-ywrq-table-list td,
.page-aanvraag-prijsopgave #yith-ywrq-table-list th {
	vertical-align: middle;
}
#yith-ywraq-form .button {
	margin-top: 0 !important;
}


.page-aanvraag-prijsopgave .yith-ywraq-mail-form-wrapper {
	margin: 0;
}




/* FAQ */
/* Style the buttons that are used to open and close the accordion panel */
.faq-tab .accordion {
	background-color: transparent;
	color: var(--color-content-heading);
	padding: 1rem;
	width: 100%;
	text-align: left;
	transition: ease 0.4s;
	border-bottom: solid 1px var(--color-content-border);
	font-weight: 500;
	font-size: 1.1rem;
}
.faq-tab .accordion:hover{
	background-color: var(--color-content-bg-alt);
}
.faq-tab .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.09, 0.52, 0.04, 1.01), padding 0.5s;
}
.faq-tab.active .panel{
	max-height: 10000px;
	padding: 18px;
}
.faq-tab .accordion:after {
	content: '\f078'; 
	color: var(--color-content-heading);
	float: right;
	margin-left: 5px;
	font-family: fontawesome;
	font-size: 1.1rem;
	font-weight: 300;
	transition: ease 0.3s;
}
.faq-tab.active .accordion:after {
	transform: rotate(180deg);
}


.pswp__caption {
	display: none;
}


@media screen and (max-width: 1024px) {
	.aws-container input {
		background: #fff !important;
	}
}
@media screen and (min-width: 1025px) {
	.aws-container {
		border-radius: 12px;
		overflow: hidden;
	}
}




#mobile-menu-custom .widget_nav_menu {
	padding: 0;
	font-size: 14px;
	line-height: 1;
}
#mobile-menu-custom .widget_nav_menu .menu-item:not(:last-child) {
	margin-bottom: 0.5rem;
}


#taal-switch > ul > li {
	background: unset;
	border: 0;
	color: #fff;
	padding: 0;
}
#taal-switch > ul > li > a {
	padding: 0;
}


/* Nieuwe code staging */
label.product-extra-optie {
    padding: 1.5rem 1rem;
    display: block;
    border: solid 1px #D9D9D9;
    background: #F2F2F2;
}
.product-extra-optie.bezorging {
	border-radius: 6px 6px 0 0;
}
.product-extra-optie.installatie {
	color: #fff;
	background: #00242A;
	border-color: #00242A;
}
.product-extra-optie.retour {
	border-radius: 0 0 6px 6px;
}
.product-extra-optie .optie-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-extra-optie .input-wrapper {
    display: flex;
    align-items: center;
}
.product-extra-optie input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.product-extra-optie h4 {
    line-height: 1;
    padding: 0;
}
.product-extra-optie.installatie td {
	padding: 0;
	border: 0;
}
.product-extra-optie.installatie td:last-child {
	text-align: right;
	min-width: 60px;
}
.product-extra-optie.installatie tr:nth-child(2) td {
	padding-top: 1rem;
}
.product-extra-optie.installatie td.optie-description {
	padding-right: 1rem;
}
.product-extra-optie.installatie td img {
	max-height: 65px;
}



/* Tooltips */
.service-wrapper {
	position: relative;
}
.info-icon {
	color: #000;
	font-size: 14px;
	text-align: center;
	background: #F9AE07;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
	position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
	transition: ease 0.3s;
}

.tooltip-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
	max-width: 95vw;
    background: white;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
}

.tooltip-popup.show {
    display: block;
}

.tooltip-content {
    position: relative;
}
.tool-tip-text {
	max-height: 500px;
	overflow-y: auto;
}

.close-tooltip {
    position: absolute;
    top: -1.5rem;
    right: -0.5rem;
    font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
    cursor: pointer;
}

.close-tooltip:hover {
    color: red;
}



@keyframes size-grow {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

@keyframes sway {
	0% { transform: skew(-1deg); }
	50% { transform: skew(1deg); }
	100% { transform: skew(-1deg); }
}

@keyframes move {
	0% { transform: translatex(0); }
	25% { transform: translatex(5px); }
	75% { transform: translatex(-5px); }
	100% { transform: translatex(0); }
}

@media screen and (max-width: 600px) {
	.page-aanvraag-prijsopgave .ywraq-form-table-wrapper {
		grid-template-columns: 1fr;
	}
	.service-wrapper {
		padding-right: 1.5rem;
	}
	.service-wrapper .info-icon {
		left: unset;
		right: 0;
	}
}


.single-product .w-sharing-item{
	border-color: #e3e3e3;
}

.product .hi-share button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    padding: 0;
}

.product .hi-share button i {
  font-size: 20px;
}

.product .cart .single_add_to_cart_button {
	border-radius: 5rem !important;
}
.cat_overzicht_grid_item_wrapper.active_click h5{
	color: var(--color-alt-content-primary) !important;
}



/* Betaalmethode order */
#payment .wc_payment_methods {
	display: flex;
	flex-direction: column;
}
#payment .payment_method_mollie_wc_gateway_in3 			{ order: 2; }
#payment .payment_method_mollie_wc_gateway_ideal 		{ order: 1; }
#payment .payment_method_mollie_wc_gateway_bancontact 	{ order: 3; }

