:root {
    --primColor: black;
    --bannerColor: black;
    --fontColor: white;
    --logoSize: 112px;
    --bg-image: #BG_IMAGE#;
    --bg_color: white;
}

body {
    background-color: var(--bg_color);
    /*background-image: url(Images/bg.jpg);*/
    color: #71281B;
}



#logo {
    text-decoration: none;
    width: var(--logoSize);
    margin-bottom: -15px;
}


.language {
    width: 75px;
}

#topbanner, #hamMenu {
    background-color: var(--bannerColor);
    /*background-image: url(Images/topbanner.jpg);*/
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--fontColor);
}

#lblIsOpen {
    color: var(--fontColor);
}

#topbanner a {
    color: transparent;
}

.form-control {
    width: 90%;
}

.productImage {
    max-width: 150px;
    border-radius: 10px;
    max-height: 150px;
}

    .productImage[aria-expanded="false"] {
        display:block;

    }

    .productImage[aria-expanded="true"] {
        display: none;
    }

.card-header[aria-expanded="false"] {
    color: #71281B;
    font: bold 10px  Arial;
    cursor: pointer;
    /*max-width: 1200px;*/
    height: auto;
    border: solid;
    border-color: whitesmoke;
    border-spacing: 10px;
    background-color: whitesmoke;
    padding-top: 10px;
    padding-left: 8px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(/Images/more.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25px;
    background-position-x: 98%;
    border-bottom-color: whitesmoke;
}

.lnkOptions {
    width: 400px;
}

.card-header:active[aria-expanded="false"] {
    background-color: #bababa;
}

.lblHeaderTotPrice {
    font-weight: bolder;
    Font-Size: 20px;
    color: Red;
}


.lblOrderPlaceDeliveryInfo {
    font-size: 21px;
    font-family: "Arial";
}

#MainContent_ddlDeliveryHours {
    font-weight: bold;
}

body {
}

​
.hidden {
    color: black;
    font: bold 10px  Arial;
    cursor: pointer;
    /*max-width: 1200px;*/
    height: 60px;
    border: solid;
    border-color: white;
    border-spacing: 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: whitesmoke;
    padding-top: 10px;
    padding-left: 8px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    /*border-radius: 10px;*/
}

.accordion > .card:not(:first-of-type) .card-header:first-child[aria-expanded="false"] {
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/

}


.card-header[aria-expanded="true"] {
    background-image: url(/Images/less.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 99%;
    color: white;
    font: bold 10px  Arial;
    cursor: pointer;
    /*max-width: 1200px;*/
    height: 65px;
    border: solid;
    background-color: #bababa;
    border-color: #bababa;
    padding-top: 10px;
    padding-left: 8px;
    /*    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.card-body {
    background-color: whitesmoke;
    font: normal 10px  Arial;
    border: 1px gray;
    width: auto;
    /*max-width: 1200px;*/
    padding: 4px;
    padding-top: 12px;
    height: 100%;
    overflow: hidden;
    /*    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.card {
    border: hidden;
    background-color: whitesmoke;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.pnl legend {
    color: Black;
    font-size: 18px;
    font-weight: bold;
    font-stretch: expanded;
    margin-top: 10px;
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-width: inherit;
}

.pnl {
    margin-left: 10px;
}

.mainProducts a {
    color: #71281B;
    font-weight: bold;
    text-align: center;
}

.mainProducts {
    color: black;
    border-spacing: 10px;
    /*    border-radius: 10px;*/
    text-align: center;
    margin-left: 10px;
    width: 210px;
    background-color: whitesmoke;
}

.itemPlaceholderContainer a {
    color: #71281B;
    font-weight: bold;
    text-align: center;
}


.itemPlaceholderContainer {
    color: black;
    border-spacing: 10px;
    /*    border-radius: 10px;*/
    text-align: center;
    margin-left: 10px;
    width: 220px;
    background-color: whitesmoke;
    font-size: 20px;
    line-height: 44px;
}

.mainProductHeader {
    color: white;
    font: 19px "ChunkFive Roman";
    border-color: white;
    border-spacing: 10px;
    background-color: var(--primColor);
    padding-top: 15px;
    padding-left: 8px;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    /*border-radius: 10px;*/
    text-align: center;
}


/*a:link, a:visited {
    color: white;
    font-weight: bold;
    text-align: center;
}*/

a:active, a:hover {
    color: #832d1e;
    font-weight: bolder;
    text-decoration: none;
    /*font-size: 15px;*/
}


tr.cartItem:hover {
    /*   color: #832d1e;
    background-color: ghostwhite;
    text-decoration: none;*/
}

.list {
    width: auto;
    Height: 40px;
    font-weight: bold;
    font-size: 14px;
    /*max-width: 1200px;*/
    text-align: center;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
}

#ddl {
    position: fixed;
}





input[type="submit"] {
    /*border-radius: 5px;*/
    border-style: none;
    border-color: inherit;
    border-width: 0;
    box-shadow: 1px 2px 5px #666;
}

    input[type="submit"]:hover {
        border: 0;
        box-shadow: 1px 2px 5px #999;
    }

.btnComment {
    border: none;
    background-color: inherit;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    margin-left: -10px;
    color: var(--primColor);
    font-weight: bold;
}

.extraList {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}

.txtComment {
    width: 250px;
    height: 50px;
}

.divComment {
    display: none;
    margin-bottom: 10px;
}

#btnSave {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    color: Black;
    Font-Size: 15px;
    Height: 30px;
}

#divBtnOrder {
    margin-bottom: 50px;
}

.plusmin {
    font-size: 24px;
    font-weight: bolder;
    margin-left: 4px;
}

.h2 {
    font-family: 'Chunkfive Roman';
}

.linkbutton {
    width: 300px;
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 0.016em;
    cursor: pointer;
    color: #71281B;
}

#sidemenubar_ddl {
    overflow: auto;
    height: 90%;
}


.textbox {
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #c4c4c4;
    font-size: 18px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .textbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }



.wzd {
    width: 100%;
    margin-top: 105px;
}

.lineDivider {
    border: solid;
    border-width: 1.0px;
    border-color: Black;
    margin-bottom: 15px;
}

#basket {
    width: 100%;
}

#lbltitle {
    color: var(--primColor);
    font-size: 30px;
}

#promobanner {
    margin: auto;
    text-align: center;
    Font-Size: 25px;
    /*max-width: 1200px;*/
    color: Red;
    font-weight: bold;
    padding-top: 26px;
    letter-spacing: 0.192em;
}

#MainContent_lblSubBanner {
    Font-Size: 13px;
    letter-spacing: normal;
}

#cartbar_btnOrder {
    background-color: var(--primColor);
}

.button {
    width: 100%;
    min-width: 150px;
    height: 100%;
    min-height: 35px;
    color: White;
    font-weight: bold;
    background-color: var(--primColor);
    Font-Size: 15px;
    Height: 35px;
    font-family: Arial;
}




#accMenu {
    overflow: hidden;
    height: 100%;
}



#bottomBanner {
    background-color: ghostwhite;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: solid;
    border-color: ghostwhite;
}

.divMainProduct {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: var(--primColor);
    padding-left: 10px;
    /*border-radius: 10px;*/
    height: 70px;
    padding-top: 9px;
    color: white;
}

#MainContent_divPlaceOrder {
    margin: auto;
    /*max-width: 1200px;*/
    margin-top: 215px;
    margin-right: 520px;
    margin-left: 20px;
    background-color: whitesmoke;
}

#mySidebar {
    color: black;
}

#MainContent_fmvAdres {
    margin-left: 20px;
}

.orderDetails {
    margin-left: 20px;
}

#MainContent_btn {
    text-align: center;
}

.radio-toolbar {
    width: 500px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 300px;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #ddd;
        padding: 10px;
        font-family: 'Arial';
        font-size: 16px;
        /*border: 2px solid #444;*/
        border-radius: 4px;
        width: 100%;
        text-align: center;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: var(--primColor);
        border-color: black;
        color: white;
    }

    .radio-toolbar input[type="radio"]:focus + label {
    }

.orderingHeader {
    color: white;
    font: 23px "ChunkFive";
    font-stretch: ultra-expanded;
    font-weight: bold;
    border-color: white;
    border-spacing: 10px;
    background-color: var(--primColor);
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 9px;
    /*border-radius: 10px;*/
    text-align: center;
}

#divRepeater {
    margin: auto;
    /*max-width: 1200px;*/
    margin-bottom: 150px;
    margin-right: 500px;
    margin-left: 220px;
}

div.cartHeader {
    color: white;
    font: 23px "ChunkFive Roman";
    font-stretch: ultra-expanded;
    font-weight: bold;
    border-color: white;
    border-spacing: 10px;
    background-color: var(--primColor);
    padding-top: 15px;
    padding-left: 8px;
    padding-bottom: 20px;
    /*border-radius: 10px;*/
    text-align: center;
}



div.absolute {
    position: fixed;
    /*top: 200px;*/
    right: 30px;
    width: 470px;
    background-color: whitesmoke;
    overflow-x: hidden;
    /*border-radius: 10px;*/
    padding-bottom: 100px;
}
/* Solid border */
div.solid {
    border-top: 1px solid #bbb;
    margin-top: 5px;
}

div.blacksolid {
    border-top: 3px solid #bbb;
    margin-top: 5px;
    background-color: #bbb;
    margin-left: 15px;
    margin-right: 15px;
}

.cartBtn {
    position: absolute;
    width: 50%;
    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cartbar_btnOrder {
    height: 60px;
    width: 435px;
    font-size: 20px;
}


#cartbar_btnMenuBack {
    height: 60px;
    width: 435px;
    font-size: 20px;
}

.divCartBar {
    position: fixed;
    top: 215px;
    height: auto;
}

.divSideMenuBar {
    position: fixed;
    top: 215px;
}



#MainContent_gvHours {
    margin: auto;
    font-weight: bold;
}

#divHoursHeader {
    margin: auto;
    color: #71281B;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#MainContent_gdvDeliveryInfo {
    text-align: center;
    margin: auto;
}

#MainContent_divContact {
    text-align: center;
}

.footer {
    z-index: 10;
    text-align: center;
    margin: auto;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 3px;
    margin-right: 10px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555555;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: "Arial";
        content: "\f00c";
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


.checklist {
    font-size: 15px;
}

    .checklist label {
        font-family: "Arial";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 3px;
        margin-right: 10px;
        color: black
    }


.radiolist {
    font-size: 15px;
}

    .radiolist label {
        font-family: "Arial";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 3px;
        margin-right: 10px;
        color: black
    }


.pic {
    width: 100%;
    height: 130px;
    margin-left: 10px;
    padding-right: 10px;
    object-fit: cover;
}

.picMainProduct {
    padding-right: 10px;
    text-align: center;
}

.w3-bar-item w3-button {
    font-weight: bold;
}



.cartfooter {
    background-color: #f03530;
    color: white;
}


.informationText {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background-color: #92101054;
    font-weight: bold;
}

#carImages img {
    margin: auto;
    width: 40%;
    height: 330px;
}

#carImages {
    margin: auto;
    width: 80%;
}

    #carImages img {
        margin: auto;
        height: 450px;
        object-fit: cover;
    }

div.cart {
    max-height: 250px;
    overflow: auto
}


@font-face {
    font-family: ChunkFive Roman;
    src: url('../fonts/chunkfive.ttf');
}

@font-face {
    font-family: Arial;
    /*src: url('../fonts/FacebookSansRegular.ttf');*/
}


.manage {
    background-color: whitesmoke;
    margin-left: 278px;
    margin-top: 180px;
    margin-right: 150px;
    padding-top: 40px;
    padding-left: 40px;
}

.radio-toolbar input[disabled="disabled"] + label {
    color: gray;
}
