﻿.nutritional-calculator-container {
    margin-bottom: 10px;
    margin-top: 125px;
    padding-bottom: 60px;
}

    .nutritional-calculator-container .left-side {
        padding-right: 45px !important;
    }

.image-on-background {
    border: 4px solid #ddd;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nutritional-category {
    font-size: 18px;
    padding: 10px 0;
    margin: 0 8px;
    color: #33593e;
    font-weight: bold;
    text-align: center;
}

    .nutritional-category hr {
        visibility: hidden;
        width: 0%;
        transition: width linear 0.2s;
        border-width: 4px;
        margin: 7px 0 0 0;
        border-color: #33593e;
        display: inherit;
    }

    .nutritional-category.active hr, .nutritional-category:hover hr {
        visibility: visible;
        width: 100%;
    }

.top-banner {
    background-image: url('../images/menu/menu_top1.jpg');
    height: auto !important;
    background-repeat: repeat;
    padding-bottom: 60px;
}

    .top-banner .text {
        padding-top: 180px !important;
        width: 100% !important;
    }

        .top-banner .text .title, .top-banner .text .subtitle {
            color: #33593e;
        }

.tabNavigation .active {
    /*background-color: #33593e !important;
    text-decoration: none;*/
}

    .tabNavigation .active a {
        color: white !important;
    }

.menu {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 0;
}

    .menu li {
        display: inline-block;
        list-style: none;
        margin: 0 0 0 -6px;
    }

    .menu a {
        font-size: 20px;
        color: #858585;
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 30px !important;
        /*font-family: 'Lato';*/
    }




.round-img {
    border-radius: 50%;
}

.product-category .item {
    padding: 10px 0px;
    border: 1px solid white;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .product-category .item .row {
        padding: 5px;
    }

    .product-category .item.selected {
        background-color: #ddd;
        color: rgb(119, 119, 119);
    }

    .product-category .item.blocked {
        background-color: #d7e8d9;
        color: rgb(119, 119, 119);
    }

.product-category .products-overview .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    height: 23px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-category .sub-title {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold !important;
}

.product-category.Salad .products-overview, .product-category.CustomSalad .products-overview {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px;
}

.product-category .ingredients-overview {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px;
}

.product-category .dressings-overview {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px;
}

    .product-category .ingredients-overview .title, .product-category .dressings-overview .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nc-total-overview {
    margin-top: 50px;
    border: 1px solid #33593e;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 1000;
    background-color: white;
}

    .nc-total-overview .item {
        display: none;
        padding: 5px;
    }

        .nc-total-overview .item p, .nc-total-overview .item span {
            margin-bottom: 0;
            font-size: 14px;
            line-height:20px;
        }

            .nc-total-overview .item p.total-title {
                font-size: 14px;
            }

            .nc-total-overview .item p.total {
                font-weight: bold;
            }

    .nc-total-overview .empty-total {
        text-align: center;
        /*margin: 10px 0;*/
    }

    .nc-total-overview .item .title {
        /*text-align: center;*/
        font-size: 22px;
        /*margin: 10px 0 20px 0;*/
    }

    .nc-total-overview .item .content {
        margin: 5px 0;
        line-height: 10px!important;
    }

    .nc-total-overview .item .total div {
        /*border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;*/
    }

    .nc-total-overview .title {
        font-weight: bold;
    }

    .nc-total-overview .total-overview {
        background-color: #33593e !important;
    }

        .nc-total-overview .total-overview .total-container {
            padding: 0 20px;
        }

        .nc-total-overview .total-overview .total-container-left {
            padding-left: 20px;
        }

        .nc-total-overview .total-overview .total-container-right {
            /*padding-right: 20px;*/
        }

        .nc-total-overview .total-overview .title {
            /*text-align: center;*/
            font-size: 18px;
            font-weight: bold;
            color: white;
            padding: 10px 0 10px 0;
            text-transform: uppercase;
        }

            .nc-total-overview .total-overview .title i {
                font-size: 18px;
            }

        .nc-total-overview .total-overview p, .nc-total-overview .total-overview span, .nc-total-overview .total-overview div {
            color: white;
            margin-bottom: 0;
            font-size: 14px;
            /*margin-top:10px;*/
            line-height: 16px;
            /*margin-top: 4px;*/
            display: block;

        }

            .nc-total-overview .total-overview div.total {
                font-weight: bold;
            }

            .nc-total-overview .total-overview p.total {
                font-weight: bold;
                font-size: 18px;
                color: white;
            }

.dressing-total {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
}

.content-ingredients, .content-dressing {
    display: none;
}

.dressing-total {
    border-top: 1px solid #ddd;
}

    .dressing-total p {
        margin-bottom: 0;
    }

        .dressing-total p.total {
            font-weight: bold;
            font-size: 20px;
        }


.flex-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.flex-item {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    justify-content: center; /* Added */
    border: 1px solid #858585;
    font-size: 20px !important;
    color: #858585;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px !important;
    transition: all 0.1s linear;
    text-align: center;
    width: 100%;
    border-radius: 2px;
}

.flex-item {
    border-right: none !important;
}

    .flex-item:last-child {
        border-right: 1px solid #858585 !important;
    }

@media (max-width: 600px) {
    .flex-container {
        display: block;
        justify-content: center;
        padding-left: 30px;
    }

    .flex-item {
        border-right: 1px solid #858585 !important;
    }
}

@media (max-width: 767px) {
    .top-banner .text .subtitle {
        font-size: 34px;
    }

    .top-banner .text .title {
        font-size: 28px;
    }
    .top-banner .text {
        padding-top: 150px !important;
    }
    .top-banner {
        padding-bottom: 40px;
    }
    .nc-total-overview .total-overview p, .nc-total-overview .total-overview span, .nc-total-overview .total-overview div{
        font-size:13px;
    }
    .nc-total-overview .total-overview p, .nc-total-overview .total-overview span, .nc-total-overview .total-overview div {

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
