/* Header */
.ti-widget.ti-goog {
    text-align: right!important;
}
/* END Header */
/* Product categories */
.tax-product_cat .wp-block-term-description p {
    border: none;
    padding: 0;
    font-weight: 400;
}
/* END Product categories */
/* Product pagina's */
.taxonomy-product_cat .wp-block-post-terms__prefix, .taxonomy-product_tag .wp-block-post-terms__prefix {
    font-size: 0;
}

.taxonomy-product_cat .wp-block-post-terms__prefix:before {
    content: 'Categoriën: ';
    font-size: 1.1rem;
}


.taxonomy-product_tag .wp-block-post-terms__prefix:before {
    content: 'Tags: ';
    font-size: 1.1rem;
}

.qib-button-wrapper {
    grid-column: unset!important;
}

.onw-product-usps {
    margin-bottom: 25px;
    padding-left: 15px;
}

.onw-product-usps li {
    list-style: none;
}

.onw-product-usps li:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg fill="%23007d32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800px" height="800px" viewBox="0 0 78.369 78.369" xml:space="preserve"><g><path d="M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704C78.477,17.894,78.477,18.586,78.049,19.015z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 15px;
}

.onw-product-description.onw-read-more {
    max-height: 170px;
    overflow: hidden;
    transition: all 200ms ease;
}

.button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #bcd48e;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
}

.onw-read-more-toggle.button {
    padding: 5px 15px;
    font-size: 0.85em;
    margin-top: 15px;
}

.button:hover {
    background-color: #9ac6ad;
}

.onw-read-more.onw-read-more-open {
    max-height: 2000px;
}

.onw-read-more-open ~ .onw-read-more-toggle {
    font-size: 0;
}

.onw-read-more-open ~ .onw-read-more-toggle:before {
    content: 'Lees minder';
    font-size: 1rem;
}
/* END Product pagina's */
/* Diensten pagina */
.onw-image-row > * {
    width: 50%;
}

.onw-image-row > div {
    padding: 25px;
}

.onw-image-row .wp-block-heading {
    padding-top: 0;
}

.onw-image-row {
    padding: 75px 0;
}

.onw-image-row > div > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.onw-image-row + .onw-image-row {
    padding-top: 0;
}

.onw-diensten-blok {
    max-width: 100%;
    width: 500px;
    padding-left: 25px;
}

.onw-cta-blok .wp-element-button {
    background-color: #ffffff;
}

.onw-image-row > div:first-child {
    padding-left: 0;
}

.onw-image-row > div:last-child {
    padding-right: 0;
}

.onw-cta-row > :first-child {
	padding-right: 25px;
}

.onw-cta-row {
    align-items: flex-start;
}
@media (min-width: 768px) {
.onw-cta-row > :first-child {
    width: 65%;
}

.onw-cta-row > :last-child {
    width: 35%;
}
}
/* END Diensten pagina */
/* Misc */
@media (max-width: 767px) {
    body .is-layout-flex {
        flex-wrap: wrap;
    }
}
/* END Misc */
/* Afspraak knop */
.woocommerce-variation-add-to-cart:has(.onw-appointment-button) {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity .qty {
    box-sizing: border-box;
    margin: 0 10px!important;
}

.onw-appointment-button {
    text-decoration: none;
    padding: 6px 24px;
    border-radius: 5px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .woocommerce-variation-add-to-cart:has(.onw-appointment-button) .button {
        width: 100%;
    }
}
/* END Afspraak knop */