/* input(121,26): run-time error CSS1030: Expected identifier, found '.'
input(121,36): run-time error CSS1025: Expected comma or open brace, found ')' */
:root {
    --white: #fff;
    --black: #FF9600;
    --dark: #FF9600;
    --dark-secondary: #595959;
    --darken:  #666666;
    --darken-secondary: #cccccc;
    --light: #cccccc;
    --light-secondary: #FF9600;
    --lighten: #F7F7F7;
    --background: #f6f6f6;
    --background-light: #f0f0f0;
    --light-gray: #eee;
    --dark-pink: #FF9600;
    --background-lights: #f9f9f9;
    --box-light: #FF9600;
    --light-gray2: #dddddd;
    --light-gray3: #D3D3D3;
    --black2: #1d1d1d;
    --background-black: #2f2f2f;
    --table-blue: #0374bc45;
    --warning-default: #ff0000;
    --warning-option-2: #ffa500;
    --warning-default: #ff0000;
    --warning-option-2: #ffa500;

    --main-category-title: #FF9600;
    --sublist-category-title: #595959;
    --list-category-title: #595959;

    --square-corners: 0px;
    --small-rounded-corners: 5px;
    --medium-rounded-corners: 10px;
    --large-rounded-corners: 15px;

    --rounded-corners: var(--medium-rounded-corners);
    --border-width-default: 1px;
    --border-width-option-2: 2px;
    --border-width-option-3: 3px;
}

.home-page-filters-wrapper .search-button,
.home-page-filters-wrapper .results-number {
    background: var(--light-secondary);
}

.dimerce-form .form-fields input {
    color: #000;
}

.child-menu .category-description img {
    width: 100%;
    height: 100%;
}

.child-menu .category-description {
    width: 100%;
}

.child-menu .title a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

@media (min-width: 992px) {
    .child-menu .menu-image * {
        width: 0;
    }

    .child-menu .menu-discription {
        width: 100%;
    }

    .child-menu .menu-image {
        width: 0;
    }
}

.category-menu {
    text-transform: inherit;
}

.item-box p.delivery-info {
    display: none;
}

.html-widget-4diensten {
    background-color: var(--background);
    border-radius: var(--rounded-corners);
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left:  24px;
    padding-right: 24px;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.html-widget-4diensten-element img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*Footer background*/
.header-bottom.full-background::before{
    background-image: linear-gradient(45deg, var(--dark), var(--darken));
}
.footer-upper.full-background::before {
    background-image: linear-gradient(45deg, var(--dark), var(--darken));
}
                
.header-top.full-background::before {
    background-image: linear-gradient(45deg, var(--dark), var(--darken));
}

/* Witruimte weghalen homepage*/
.master-wrapper-page:has(.home-page) .footer {
    padding-top: unset;
}
            
            
            
