form.searchform button[type="submit"] {
    background-color: #7ED957 !important;
    border: 2px solid #7ED957 !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 12px;
}

form.searchform button[type="submit"] i {
    color: white !important;
    font-size: 16px;
}

.header-cart .cart-contents {
    background-color: green !important;
}

/* Tellers bij winkelwagen, wishlist, vergelijk bovenin */
.header-cart .count,
.header-wishlist .count,
.header-compare .count {
    color: #7ED332 !important;
}

/* Footer iconen (wishlist, compare, cart onderaan op mobiel) */
.footer-sticky-icons .wd-tools-count,
.footer-sticky-icons .count {
    background-color: #7ED332 !important;
    color: #ffffff !important;
}

.product-category img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.shop_attributes {
    table-layout: fixed !important;
    width: 100% !important;
}

.shop_attributes th {
    width: 38% !important;
    vertical-align: top !important;
}

.shop_attributes td {
    width: 62% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    vertical-align: top !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.shop_attributes td *,
.shop_attributes td p,
.shop_attributes td span,
.shop_attributes td a {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.products .product-grid-item img,
.wd-products .product-grid-item img,
.owl-carousel .product-grid-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.wpcf7 form p:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wpcf7 form {
    margin-top: 0 !important;
}