a {
    color: #fe891b;
    background-color: transparent;
    text-decoration: none;
}
a:hover{
    color: #dd143b;
    text-decoration: underline;
}

.part-title{
    margin-top: 25px;
    font-size: 18px;
}

.categories{
    /*display: block;*/
    display: none;
    clear: both;
    overflow:auto;
}
@media screen and (min-width: 992px) {
    .categories{
        display: block;
        padding-top:10px;
        clear: both;
        overflow:auto;
        text-align: center;
    }
}

.categoriesList{
    display: none;
}
@media screen and (min-width: 992px) {
    .categoriesList{
        display: block;
        overflow: auto;
    }
}

.categoriesDropdown{
    display: block;
    overflow: auto;
}
@media screen and (min-width: 992px) {
    .categoriesDropdown{
        display: none;
    }
}

.items-of-category{
    display: block;
    clear: both;
    overflow:auto;
}

.items-of-category-header{
    margin-top: 30px;
    /*cursor: pointer;*/
}

.item{
     display: flex;
     display: -ms-flexbox;
     display: -webkit-flex;
     border-bottom: 1px solid #C0C0C0;
     -ms-flex-align: center;
     -webkit-align-items: center;
     -webkit-box-align: center;
     align-items: center;
     justify-content: space-between;
     float: left;
     width: 100%;
 }
@media screen and (max-width: 520px) {
    .item{
        display: block;
        border-bottom: 1px solid #C0C0C0;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-between;
        float: left;
        width: 100%;
    }
}

.item_detail_cart_row{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: 1px solid #C0C0C0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 70%;
}

.description{
    display: block;
    overflow:auto;
    max-width: 310px;
}

.one-col{
    display: block;
    overflow: auto;
    width: 100%;
}

.documents-col{
    display: block;
    overflow: auto;
    width: 100%;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin:20px 0 20px 0;
    padding:20px 0 20px 0;
}

.element-title{
    font-weight: bold;
}

.ingredient-title{
    display: block;
    overflow: auto;
    font-weight: bold;
    margin:15px 0 10px 0;
}

.document-row{
    display: block;
    overflow: auto;
    margin:10px 0 10px 0;
}

.item-subselection-row-left{
    display: block;
    margin-left: 15px;
    overflow: auto;
    float: left;
}

.item-subselection-row-right{
    display: block;
    overflow: auto;
    float: right;
}

.item-subselection-row-comment{
    display: block;
    overflow: auto;
    float: left;
    max-width: 330px;
}

.item-col-left{
    display:block;
    /*
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;*/
    float:left;
    margin-bottom: auto;
    padding-top:15px;
    padding-bottom:15px;
}

.item-col-right{
    display: flex;
    display: -ms-flexbox;
    padding-left: 10px;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-bottom: auto;
    padding-top:15px;
    padding-bottom:15px;
}

.item-title{
    color: #fe891b;
    font-weight: bold;
    font-size: 16px;
}

.item-title:hover{
    color: #dd143b;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.flex-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.price{
    font-weight: bold;
    font-size: 15px;
    color: #dd143b;
}

.productnr{
    display: block;
    overflow: auto;
    margin:10px 0 0px 0;
}

.cart-buttons-panel{
    display: flex;
    align-items: stretch;
    margin-left: 10px;
}

.remove-from-cart-btn{
    align-items: stretch;
    width: 30px;
    float: left;
    cursor: pointer;
}

.count{
    align-items: stretch;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
    width: 24px;
    text-align: center;
}

.add-to-cart-btn{
    align-items: stretch;
    width: 30px;
    float: right;
    cursor: pointer;
}

.buy-btn {
    align-items: stretch;
    float: right;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background-color: #fe891b;
    padding: 6px 10px 6px 10px;
}

.buy-btn:hover {
    text-decoration: none;
    align-items: stretch;
    float: right;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background-color: #fe891b;
    padding: 6px 10px 6px 10px;
}

.selection_add_to_cart{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #fe891b;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.selection_add_to_cart:disabled{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
}

.item-subselection-group{
    display: block;
    list-style-type: none;
    padding-left: 10px;
    margin-top: -20px;
}

.spicy-level-selection-group{
    display: block;
    list-style-type: none;
    padding-left: 10px;
    margin-top: -25px;
}

.selection-group-col-left{
    display: inline-block;
    vertical-align: top;
}

.selection-group-col-right{
    display: inline-block;
    padding-left: 5px;
}

.comment-box{
    margin-top: 10px;
    width:100%;
}

.cart{
    display: block;
    margin-top:25px;
    clear: both;
    overflow:auto;
}
@media screen and (min-width: 992px) {
    .cart{
        position: fixed;
        display: block;
        clear: both;
        overflow:auto;
        max-width:420px;
    }
}

.cart-container{
    margin-top: 10px;
}

.cart-flex-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.empty_cart_btn{
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
    background-color: #fe891b;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.empty_cart_btn:disabled{
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
}

.checkout_btn{
    margin-bottom: 10px;
    display: block;
    overflow: auto;
    padding: 5px 10px 5px 10px;
    background-color: #fe891b;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: center;
    text-transform: uppercase;
}

.modal_btn{
    margin-left: 20px;
    padding: 5px 15px 5px 15px;
    background-color: #fe891b;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.cartitem{
    border-bottom: 1px solid #C0C0C0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
}

.cartitem-title{
    color:#000000;
    font-weight: bold;
}

.cartitem-price{
    margin-left: 15px;
    min-width: 35px;
    text-align: right;
}

.cart-row-left{
    display: block;
    overflow: auto;
    overflow-x: hidden;
    float: left;
}

.cart-row-right{
    display: block;
    /*overflow: auto;*/ /* causes horizontal scrollbar for long item name */
    float: right;
}

.pickup-delivery-group{
    display: block;
    list-style-type: none;
}

.pickup-delivery-group-left{
    overflow: auto;
    display: inline-block;
    vertical-align: top;
}

.pickup-delivery-group-right{
    overflow: auto;
    display: inline-block;
    padding-left: 5px;
}

.radio-btn-label{
    font-weight: bold;
    vertical-align: top;
    margin-left: 10px;
}

.delivery-price{
    vertical-align: top;
    margin-left: 5px;
}

.delivery-info{
    margin-left: 20px;
}

.category{
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    padding:5px 10px 5px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

#categoriesList > li:hover {
    background-color: #fe891b;
    color: white;
}

.itemDetail{
    display: block;
    border-bottom: 1px solid #C0C0C0;
    overflow: auto;
    float: left;
    width: 100%;
}

.itemDetail-row-left{
    margin: 10px 0 10px 0;
    display: block;
    overflow: auto;
    float: left;
}

.allergen-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.allergen{
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.allergen-box{
    display: block;
    overflow: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
}

/* Used in offset anchor in the menu page */
:target:before {
    content:"";
    display:block;
    height:80px;        /* fixed header height */
    margin:-80px 0 0;   /* negative fixed header height */
}

.save-btn {
    padding: 5px 10px 5px 10px;
    background-color: #fe891b;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.loading-overlay {
    display: none;
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

/*** Image Slider ***/
.slider-loading{
    position:absolute;
    top:0px;left:0px;
    background:url('../images/slider/loading.gif') no-repeat 50% 50%;
    background-color:rgba(0, 0, 0, 0.7);
}
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    /*background: url('../images/slider/b05.png') no-repeat;*/ /*Should customize look and feel */
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

.jssora031 {display:block;position:absolute;cursor:pointer;}
.jssora031 .a {fill:#fff;}
.jssora031:hover {opacity:.8;}
.jssora031.jssora031dn {opacity:.5;}
.jssora031.jssora031ds { opacity: .3; pointer-events: none; }
/*** End Of Image Slider ***/




.article-image {
    max-width: 100%;
}

.article-list {
    padding-left: 0;
    list-style: none;
}

.article-list-latest {
    list-style: disc;
}

.article-list-item {
    clear: both;
    overflow: hidden;
}

.article-list-image {
    float: right;
    max-width: 100%;
    margin: 0 0 20px 20px;
}

.grid-example [class*="col-"] {
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

/*  Carousel image */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}

.big-title{
    font-weight: bold;
    font-size: 38px;
}

.big-text {
    margin-top: 35px;
    font-size: 23px;
}

.big-text-margin-bottom {
    font-size: 23px;
    margin-bottom: 35px;
}

/* START: FAQ COLLAPSE/EXPAND STYLES */
.faq{
    display: block;
    clear: both;
    overflow:auto;
    margin: 30px 0 30px 0;
}

.faqItem{
    display: inline-block;
    padding:5px 10px 5px 10px;
    width: 100%;
}

.question {
    cursor: pointer;
    padding:5px 10px 5px 10px;
    font-weight: bold;
    font-size: 23px;
}

.answer {
    padding:5px 10px 5px 10px;
    font-size: 23px;
}

* {
    box-sizing: border-box;
}

.togglefaq {
    cursor: pointer;
    text-decoration: none;
    background-color: #f8f8fa;
    color: #333;
    font-size: 23px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    display: table;
    width: 100%;
}

.faqanswer {
    display: none;
    padding: 10px 20px 10px 10px;
    border: 1px solid #d0d0d0;
    font-size: 23px;
}

.faqanswer p {
    font-size: 23px;
    padding-bottom: 3px;
}

.active{
    text-decoration: none;
}

.vcenter-icon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.icon-plus {
    color: #fe891b;
    font-size: 20px;
    float:right;
}

.icon-minus {
    color: #fe891b;
    font-size: 20px;
    float:right;
}
/* END: FAQ COLLAPSE/EXPAND STYLES */
