.elementor-kit-8{--e-global-color-primary:#23A095;--e-global-color-secondary:#81C344;--e-global-color-text:#1A373B;--e-global-color-accent:#E3E4DF;--e-global-color-636fa8a:#23A095;--e-global-typography-primary-font-family:"Roboto Slab";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Roboto Slab";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:uppercase;background-color:#FFFFFF;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 label{color:var( --e-global-color-text );}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{font-family:"Manrope", Sans-serif;font-size:14px;font-weight:normal;border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;border-radius:4px 4px 4px 4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1100px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 a{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*:focus{
    outline: none!important;
}

light {
    font-weight: 300;
}

select {
    font-size: 14px;
    border-radius: 3px;
}

input, textarea {
    border-radius: 3px!important;
}

.hide {
    display: none;
}

.in-cart-grid {
    display: grid;
    grid-template-columns: auto max-content;
    gap: 5px;
    justify-content: end;
    font-size: 15px;
}

.added_to_cart {
    grid-column: span 2;
}

.quantity input {
    height: 50px!important;
    padding: 0;
    border-radius: 3px!important;
}

.kruiwagen {
    width: 40px!important;
    margin: 0!important;
}

.add_to_cart_button, .single_add_to_cart_button {
    display: grid!important;
    grid-template-columns: auto max-content auto;
    gap: 5px;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 7px 0 5px;
    margin: 0!important;
    border-radius: 3px!important;
}

.has-unit-small bdi {
    font-size: 17px;
    color: #333;
}

.has-unit-small bdi decimal {
    vertical-align: unset;
    margin-left: 0;
    font-size: 17px;
}

.has-unit-small bdi symbol {
    font-size: 17px;
}

.vanaf {
    font-weight: normal;
    font-size: 16px;
    color: #aaa;
}

.woocommerce-price-suffix {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}




.product-style .products {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr)!important;
}

@media only screen and (max-width: 1200px){
    .product-style .products {
        grid-template-columns: repeat(3, 1fr)!important;
    }
}

@media only screen and (max-width: 850px){
    .product-style .products {
        grid-template-columns: repeat(2, 1fr)!important;
    }
}

@media only screen and (max-width: 600px){
    .product-style .products {
        grid-template-columns: repeat(1, 1fr)!important;
    }
}

.product-style .products:before, .product-style .products:after {
    display: none!important;
}

.product-style .product {
    display: grid!important;
    grid-template-rows: 1fr auto!important;
}

.product-style .product .woocommerce-LoopProduct-link {
    display: grid!important;
    grid-template-rows: auto 1fr auto auto!important;
}

.product-style .woocommerce-placeholder {
    border: none!important;
}

.product-style .price {
    margin-bottom: 0!important;
}

.product-style .has-unit-price {
    display: grid!important;
    grid-template-columns: max-content 1fr;
    align-items: center;
    justify-items: end;
    gap: 25px;
}

.product-style symbol {
    font-size: 20px;
    color: #ddd;
    margin-right: 3px;
}

.product-style decimal {
    font-size: 18px;
    vertical-align: text-top;
    margin-left: -5px;
}

.product-style unit {
    display: inline-block;
    color: var(--e-global-color-636fa8a);
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 2px 10px;
}

.product-style prodmeta {
    display: grid;
    margin-bottom: 10px;
    color: #666;
}

.product-style prodmeta div {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
}

.woocommerce-message {
    border: 1px solid var(--e-global-color-accent);
    background-color: #fff;
    border-radius: 6px;
}

.woocommerce-message:before {
    color: var(--e-global-color-primary);
}

.woocommerce-message .button {
    color: #fff!important;
    background-color: var(--e-global-color-primary)!important;
    border-radius: 3px!important;
    font-weight: normal!important;
}

.woocommerce-message .button:hover {
    background-color: var(--e-global-color-secondary)!important;
}

.product .woocommerce-loop-product__link img {
    height: 220px!important;
    object-fit: cover!important;
    object-position: left top;
}

.wpforms-field-container label {
    font-weight: normal!important;
    font-size: 14px!important;
}

.wpforms-field-container input {
    font-size: 14px!important;
}

.wpforms-form button[type=submit] {
    font-weight: bold!important;
    text-transform: uppercase!important;
    color: #fff!important;
    background-color: var(--e-global-color-secondary)!important;
    border: none!important;
    border-radius: 50px!important;
}

.wpforms-form button[type=submit]:hover {
    background-color: var(--e-global-color-text)!important;
}



.fa-spinner-third {
	color: var(--e-global-color-primary);
	animation-name: spin;
	animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}/* End custom CSS */