
body {
    /* margin: 40px;*/
    font-family: sans-serif,arial,monospace;
}

.sidebar {
    grid-area: sidebar;
}

.content {
    grid-area: content;
    /*background-color: #dddddd;*/
}

.header {
    grid-area: header;
}

.footer {
    grid-area: footer;
}

.navbar-menu{
    padding-bottom: 3em;
}

.dealofweek{
    grid-area: dealofweek;
}
.wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 15% 50%;
    grid-template-areas:
        "header header header"
        "content content content"
        "footer  footer  footer";
    /*background-color: #fff;*/
    /*color: #444;*/
    width: 90%;  
    margin-left: auto;
    margin-right: auto;
}


.box {
    /* background-color: #dddddd;*/
    /*color: #fff;*/
    border-radius: 5px;
    padding: 10px;
    font-size: 150%;
}


.footer {
    /*background-color: #00ff00;*/
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea, email {
    width: 100%; /* Full width */
    padding: 5px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

#token {
    width: 50%; /* Full width */
}
#postalcde {
    width: 50%; /* Full width */
}

input[type=email] {
    width: 100%; /* Full width */
    padding: 5px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
.petform {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
} 


.widest{
    width: 30em;
    border-radius: 3px;
}

.deal {
    display: grid;
    grid-gap: 1rem; 
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));

    background-color: #f4f4f4;
    border-top: 5px #f4f4f4;
    padding: 5px;
}

.shoppingchart{
    /*  vertical-align: middle;
      display: flow;*/
    padding: 10px;
    float: right;
}

.chartcount{
    height: 25px;
    font-size: 180%;
    text-decoration: none;
}


.cartlink{     
    text-decoration: none;
    color: blue;
    cursor: pointer;

}

.cartcontrolbuttons{
    color: white;
    background-color: blue;
    border-color: black;
    border-width: 3px;
    width: 10em;
    height: 2em;
    margin-left: auto;
    margin-right: auto;
}

.cartlink hover {
    font-size: larger;
}

/*.cartdetails {
    width: 60%;
}*/

.cartdetails tr{
    /* //background: #b8d1f3;*/
}

/*  Define the background color for all the ODD background rows  */
.cartdetails tr:nth-child(even){ 

    background: #dae5f4;
}

.tableheader{
    background: #b8d1f3;
}



.formfields{
    margin: 2px;
    width: 100%;
}



.cartcontrolbuttons button:disabled,
button[disabled]{
    background-color: red;

}

.error {
    color: red;
    margin-left: 5px;
}

input.error {
    border-radius: 4px;
    border-bottom-color: red;
    color: black;
}

label.error {
    display: inline;
}

.ralign{
    text-align: right;
}


.productimage{
    height: 14em;
    width: 14em;
}


.smallform select {
    width: auto; /* Full width */
    padding: 3px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 3px; /* Add a top margin */
    margin-bottom: 3px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.smallform input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 6px 6px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.smallform input[type=submit]:disabled {
    background: #dddddd;
}

.page-head{
    padding-top: 25px;
}

.footer-image{
    width: 25px;
    height:  25px;
    padding: 5px;
}

.dealbox {
    display: inline-grid;
    background-color: white;
    border-radius: 5px; 
    padding: 10px;
    /* width: 90%;*/
    margin: 2em;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dealbox:hover {
    background-color: lightgrey;
}

.product-details{
    display: inline-grid;
    text-align: center;
}
.cartdetails{
    width: 100%;
}

input.cart-buttons[type='button'] {
    margin-top: 10px;
}

input.cart-buttons[type='submit'] {
    margin-top: 10px;
    margin-right:  10px;
}
.FilterItem{
    display: inline;
    padding-left: 5px;
}

.oldprice{
    text-decoration: line-through;
    color: blue;
    
}
@media only screen

and (min-device-width: 360px)


and (-webkit-min-device-pixel-ratio: 3)

and (orientation: portrait) {
    .wrapper {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 90%;
        grid-template-areas:
            "header"
            "content"
            "footer";

        width: 95%;  

    }


    .box {
        /*background-color: cyan;*/
    }



    .sidebar {
        display: none;
    }
    .navbar-menu{
        padding-bottom: 0;
    }
    body {
        margin: 5px;
    }

    .widest{
        width: 20em;
        border-radius: 3px;
    }


    .cartdetails{
        width: 100%;
        /* font-size: 1.5em;*/
    }

    .content {
        width: 100%;        /*background-color: #dddddd;*/
    }

    input-txt::placeholder  {
        font-size: 200%;
    }

    h2{
        font-size: 200%;
    }
    .shoppingchart{
        margin-bottom:  20px;
    }
    .productimage{
        height: 15em;
        /*width: 8em;*/
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .image-index{
        width: 90%;  
        margin-left: auto;
        margin-right: auto;
    }

    .productimagesingle{
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-image{
        /*  width: 48px;
          height:  48px;*/
        padding: 5px;
    }

    .page-head{
        padding-top: 0;
    }

    .logoimage{
        width: 70%;
        float: left;
    }
    .FilterItem{
        float:left;
    }
    .nav{
        display: none;
    }

    .deal {
        display: inline-grid;
        grid-template-columns: 100%;
        grid-gap: 5px;     
        color: #444;
        border-radius: 5px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}/* end of mobile MEDIA */

.image-pointer{
    cursor: pointer;
}
/* colaapsable div*/
.wrap-collabsible {
    margin-bottom: 1.2rem 0;
}

input.toggle[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;

    font-weight: bold;
    font-family: sans-serif,arial,monospace;
    font-size: 1.2rem;
    /*text-transform: uppercase;*/
    /*text-align: center;*/

    padding: 1rem;

    /* color: #A77B0E;*/
    /* background: #FAE042;*/
    background: #f2f2f2;

    cursor: pointer;

    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
    color: #7C5A0B;
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    /*vertical-align: middle;*/
    margin-right: .7rem;
    transform: translateY(-2px);

    transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    /*background: rgba(250, 224, 66, .2);*/
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}
.content-inner a{
    font-size: 150%;

}
/*hoof bladsy imae */
.image-index{
    width: 35em;
}
.lbl-ingrediant{
    font-weight: bolder;
    vertical-align: top;
}

.productcontainer {
    padding-top: .25em;
    display: flex;
    /*align-items: flex-start;
    justify-content: flex-start;*/
}


.productsingleimage {
    /* flex-basis: 1%*/
}

.producting {
    padding-left: 2px;
}

.bestandeel{

}
.productcontainerDetail{
    padding-top: 1em;
}

.cartquantity{
    text-align:center;
}

.productimagesingle{
    width: 15em;
}

.phone-image{
    clear:none;
    display: inline;
}