html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.0rem;
    overflow-x: hidden !important;
}

body {
    height: 100%;
    background-color: #fff;
    color: #000;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    font-family: 'Questrial', sans-serif;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}

header{
    position: relative;    
    width: 100%;
    background-color: #fff;
    color: #000;
    z-index: 14;
}

footer{
    padding: 20px 0;
    background-color: #b5913b;
    color: #fff;
    font-weight: 300;
}


/********************************/
/**************Divs**************/
/********************************/
/* Weggooien
.logo-container{
    position: relative;
    padding: 15px 45px;
    background-color: #fff;
}

.logo-container::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}
*/

.logo{
    display: block;
    margin: 20px auto 0 auto;
    height: 125px;
    z-index: 1;
}

.open-column-day{
    display: inline-block;
    margin: 0;
    width: 120px;
    max-width: 49%;
    padding: 0;
    white-space: nowrap;
}

.open-column-time{
    display: inline-block;
    margin: 0;
    width: 140px;
    max-width: 49%;
    padding: 0;
    white-space: nowrap;
}

.open-column-day span, .open-column-time span{
    display: block;
}

.brand{
    display: block;
    margin: 0 auto;
    transition: all 0.15s;
    max-height: 100px;
    max-width: 100%;
    width: auto !important;
}

.brand:hover{
    transform: scale(1.05);
}

.footer-logo{
    margin-bottom: 20px;
    width: 100px;
}

#footer-legal{
    padding: 10px 0;
    color: #3c3c3c;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
}

#footer-legal span{
    margin: 0 5px;
}

.txt-image{
    min-height: 500px;
}

.news-image{
    min-height: 750px;
    background-position: left;
    background-size: cover;
}

/********************************/
/**********Other Pages***********/
/********************************/

/********************************/
/**************Menu**************/
/********************************/

.top-bar {
    color: #fff;
    background: #b5913b;
}

.top-menu {
    padding: 10px 0;
    padding-right: 30px;
    text-align: right;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav{
    position: relative;    
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li{
    display: inline-block;
    position: relative;
    margin: 0 12px;
    line-height: 80px;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
}

#nav ul li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transform: scaleX(0.9);
    transition: all 0.2s;
}

#nav ul li.active::after, #nav ul li:hover::after{
    background-color: #fff;
    transform: scaleX(1.1);
}

#nav.mobile{
    height: 0;
    /*background-color: #cc9b59;*/
    text-align: center;
    overflow: hidden;
}

#nav.mobile ul{
}

#nav.mobile ul li{
    display: list-item;
    position: relative;
    margin: 0;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
}

#nav.mobile ul li::after{
    display: none;
}

#nav.mobile ul li.active::after, #nav ul li:hover::after{
}

#but-menu{
    margin: 22px 0;
    width: 36px;
    cursor: pointer;
    transition: all 0.15s;
}

#but-menu:hover{
    transform: scale(1.05);
}

/********************************/
/**************Heads*************/
/********************************/

h1, h2{
    font-size: 1.8rem;
    font-weight: 400;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover, a:link, a:visited, a:link:active, a:visited:active{ 
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/********************************/
/**************Sliders***********/
/********************************/

#headerSlider{
    width: 100%;
    height: 100vh;
    min-height: 440px;
    padding-top: 140px;
    background-position: center;
    background-size: cover;
}

#headerSlider .header-content{
    width: 260px;
}

.open-indicator{
    float: right;
    padding: 10px 16px;
    background-color: #000;
    color: #fff;
    font-weight: 900;
}

#headerSlider .title{
    margin-top: 100px;
    width: 100%;
    color: #fff;
    line-height: 3.2rem;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    
    text-shadow: 0 0 15px #000;
}

#headerSlider .arrow{
    cursor: pointer;
    animation: bounce 1.25s;
    animation-delay: 0.75s;
}

@keyframes bounce{
    0% {transform:translateY(0)}
    50% {transform:translateY(10px)}
    100% {transform:translateY(0)}
}

.float-left {
    position: relative;
    float: left;
    text-align: left;
}

.hours {
    min-height: 400px;
}

/********************************/
/********************************/
/********************************/

.txt-white{
    color: #fff;
}

.txt-pink{
    color: #b5913b;
}

.white{
    background-color: #fff;
}

.gray{
    background-color: #e2e2e2;
}

.black{
    background-color: #000;
}

.underlined{
    text-decoration: underline !important;
}

.background{
    background-position: center;
    background-size: cover;
}

.metaslider .caption-wrap {
    background: none !important;
    font-size: 2.5rem !important;
    font-weight: bold;
    opacity: 1.0 !important;    
    top: 25% !important;
    padding-right: 20% !important;
    text-align: right !important;
}

/* Webshop */
.entry-summary {
    text-align: left;
}

.woocommerce-billing-fields label {
    width: 25%;
    text-align: left;
}

.woocommerce-billing-fields {
    width: 750px !important;
}

/* theme 2024 */
.text-left ul li { float: left; margin-right: 30px; }

.slideshow { margin-top: -150px; }

.merken-logos img { width: 100px; height: 50px; object-fit: cover; }

.socials i { font-size: 40px; width: 50px; }
footer h2 { font-size: 1.1rem; }
footer table tr td { vertical-align: top; padding-right: 20px; }

.usp { padding: 50px 0; font-size: 1.2rem; text-align: center; }
.usp img { max-width: 120px; margin-bottom: 20px; }

.content-seo { text-align: left; font-size: 1.1rem; }
.content-seo h2 { margin-top: 40px; color: #b5913b; }
.content-seo ul { margin: 0 0 0 12px; padding: 0; }
.content-seo ul li { text-align: left; }
.content-seo p { text-align: left; }

.home-cats { padding: 50px 0; }
.home-cats img { max-width: 100%; }

.mainCtrl { padding: 50px 0; }

@media only screen and (min-width: 767px) {
    .content-area { width: 70% !important; }
}

@media only screen and (max-width: 767px) {

    /* Weggooien
    .logo-container{
        position: relative;
        padding: 10px 45px;
        background-color: #fff;
    }

    .logo-container::after{
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 9999px;
        height: 100%;
        background-color: #fff;
        z-index: 0;
    }
    */
    
    .site-main ul.products.columns-3 li.product { float: left !important; width: 45% !important; margin-left: 10px !important; }        
}

@media only screen and (max-width: 575px) {
    .hours {
        min-height: auto;
    }
    
    .woocommerce-billing-fields {
        width: 575px !important;
    }
    
    .woocommerce-tabs { float: left !important; overflow: scroll !important; width: 100% !important; max-width: 100% !important; padding-top: 20px; padding-left: 20px !important; padding-right: 20px !important; }
    
    .xs-hidden { display: none !important; }
}

@media only screen and (max-width: 400px) {
    .woocommerce-billing-fields {
        width: 320px !important;
    }    
}

.onsale { color: #fff !important; border-color: #ea077d !important; background: #ea077d !important; }
.woocommerce-product-gallery { float: left !important; }
.summary { float: left !important; }
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt { background: #ea077d !important; }
.single_add_to_cart_button { margin-top: 20px; } 
.woocommerce-shipping-fields { width: 100% !important; }

.form-row { position: relative; clear: both; width: 100% !important; }
.woocommerce-tabs { display: none !important; }
.filter__checkgroup-title { text-transform: uppercase; }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments { background-color: #ea077d !important; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp { background: none !important; }


@media only screen and (max-width: 767px) {
    #but-menu { margin: 5px 0 10px 0; }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { padding: 7px 24px 7px 48px; }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { top: 16px; }
    .logo { margin-top: 5px; margin-bottom: 5px; height: 75px; }
    .slideshow { margin-top: -50px; }
    .mainCtrl { padding: 0; }
    .home-cats { padding: 10px 0; }
    .woocommerce-cart-form { padding: 0 20px; }
    .cart_totals  { padding: 0 20px; }
    #main { margin-top: 50px; }
    .woocommerce-product-gallery ol { margin: 0; }
    .woocommerce-product-gallery ol li { float: left; margin: 20px 10px 20px 0; border: 1px solid #000; }
}

@media only screen and (min-width: 767px) {
    .mainCtrl { padding-top: 150px; }
    .woocommerce-product-gallery ol { margin: 0; }
    .woocommerce-product-gallery ol li { float: left; margin: 20px 10px 20px 0; border: 1px solid #000; }
}

ol { list-style: none !important; }

.stock.in-stock { color: #ea077d !important; }

@media (max-width: 768px) {
    .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce ul.products li.product {
        width: 48% !important; /* Zorgt ervoor dat twee producten naast elkaar passen */
        margin-bottom: 20px; /* Ruimte tussen de rijen */
    }

    .woocommerce ul.products li.product:nth-child(2n) {
        margin-right: 0; /* Zorgt dat de tweede kolom netjes aansluit */
    }
}