/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2023 | 12:01:08 */
/** ACCORDIONS **/

.woofood-accordion .accordion-plus-icon {
    background-color: #ffffff;
}

.woofood-accordion .accordion-plus-icon i {
    color: #000000;
}

.woofood-accordion .panel-heading {
    height: auto;
    width: 100%;
    background: #ffffff !important;
}

/* LANG */

.woofood-accordion .panel-title::after {
    content: 'Antal kan opdateres i kurven...';
	color: #777777;
	position: absolute;
	right: 36px;
	font-size: 14px;
	font-weight: 400;
}

.en .woofood-accordion .panel-title::after {
    content: 'Select quantity in basket...';
}

.de .woofood-accordion .panel-title::after {
    content: 'Menge im Warenkorb auswählen...';
}

.woofood-products-wrapper {
    padding-bottom: 9px;
}

.woofood-products-wrapper ul {
    padding: 0px 0px 0px 11px !important;
}

.woofood-products .woofood-product-loop {
	padding: 18px 0;
    border-bottom: 0px;
	max-width: unset;
	flex: 0 78%;
}

/* PRICE */

.woofood-product-loop .product-price {
    text-align: right;
    margin-right: 18px;
	color: #000000;
	font-weight: bold;
}

.product-price ins {
    text-decoration: none;
}

.product-price ins.h2 {
    font-size: 18px;
}

/* BUTTON */

.woofood-product-loop .product-button {
    position: absolute;
    right: 18px;
}

.woofood-product-loop .product-button .button, .woofood-product-loop .product-button .button:hover {
    box-shadow: none;
    border-radius: 50px;
}

.woocommerce-cart .post-content div.row-parent, .woocommerce-checkout .post-content div.row-parent {
    background-color: #ffffff;
    margin-top: 72px;
    margin-bottom: 72px;
}

/* ADD TO BASKET */

a.added_to_cart.wc-forward, p.confirm_add {
    display: none;
}

/** CHECKOUT **/

.wf_field_wrapper input:checked ~ .checkmark {
    background-color: yellowgreen;
}