/* input(191,26): run-time error CSS1030: Expected identifier, found '.'
input(191,36): run-time error CSS1025: Expected comma or open brace, found ')' */
:root {
    --white: #FFFFFF;
    --black: #000000;
    --black1: #3C3C3B;
    --dark: #E40312;
    --dark-secondary: #595959;
    --darken: #111;
    --darken-secondary: #E40312;
    --light: #333;
    --light-secondary: #E40312;
    --lighten: #E5E5E5;
    --background: #EEEEEE;
    --background-light: #F0F0F0;
    --light-gray: #EEEEEE;
    --dark-pink: #E40312;
    --background-lights: #F9F9F9;
    --box-light: #E40312;
    --gray1: #B9B9B9;
    --gray2: #495057;
    --gray3: #777777;
    --gray4: #555555;
    --yellow: #FBBA00;
    --blue: #66AFE9;
    --green: #008000;
    --light-gray2: #dddddd;
    --light-gray3: #D3D3D3;
    --black2: #1d1d1d;
    --background-black: #2f2f2f;
    --table-blue: #0374bc45;
    --warning-default: #ff0000;
    --warning-option-2: #ffa500;

    --main-category-title: #E40312;
    --sublist-category-title: #E40312;
    --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);
    --font-family: 'Open Sans';
    --product-information-bar: 150px;
    --border-width-default: 1px;
    --border-width-option-2: 2px;
}

.category-grid.home-page-category-grid .row {
    justify-content: center;
}

.header-center {
    color: var(--darken);
}

.header-sticky-part {
    background-color: var(--darken);
}

@media screen and (max-width: 991px) {
    .header-sticky-part {
        margin: 0 -30px;
    }
.html-product-details-page .gallery .picture img   {
    width: 100% !important;
    height: 100% !important;
}   

   .gallery .picture-thumbs {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 9 / 1;
    }

.gallery .picture-thumbs .thumb-item {
    height: 100% !important;
}
        
}

.footer-lower.full-background::before {
    background-color: var(--darken);
    height: 106%;
}

.footer-lower .footer-block .title {
    padding-bottom: 15px;
    color: var(--white);
}

.footer-lower .footer-block .nav-link, .footer-lower .footer-block .nav .nav-item span {
    padding: 0;
    font-size: 16px;
    color: var(--white);
    line-height: 22px;
    display: inline-block;
}

.footer .copy-right {
    color: #ffffff;
}

.home-page-filters-wrapper .search-button,
.home-page-filters-wrapper .results-number {
    background: var(--light-secondary);
}

.home-page .homepage-help-wrapper {
    padding: unset;
}

/*home page more information widget*/
.homepage-help {
    border-radius: var(--medium-rounded-corners);
}

.prins-mobile-layout {
    display: none;
}

/*Responsive layout*/
@media screen and (max-width: 1040px) {
    .home-page .homepage-help{
        max-width: unset;
    }

    .home-page .homepage-help-wrapper .img-section {
        right: 0;
    }

    .homepage-help-wrapper img{
        width: 100%;
        height: auto;
        bottom: 0;
        position: absolute;
        max-height: unset;
    }
}

@media (max-width: 480px){
    .home-page .homepage-help-wrapper{
        display: flex;
    }

    .home-page .homepage-help-wrapper .content-section{
        width: 100%;
    }

    .homepage-help-wrapper .img-section{
        display: contents;
    }

    .homepage-help-wrapper .img-section img {
        position: relative;
        margin-bottom: -15px;
    }
}
/*end home page more information widget*/
/*home page whatsapp HTML widget*/
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    color:#FFF;
    background-color:#25d366;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
    margin-top:16px;
}
.fa.fa-whatsapp {
    font-size: xxx-large;
}
/*end home page whatsapp HTML widget */

.menu-description .item-box {
    display: none;
}
   
.add-to-cart-panel-top .selectors {
    display: contents;
}         

/* Witruimte weghalen homepage*/
.master-wrapper-page:has(.home-page) .footer {
    padding-top: unset;
}

    
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
