﻿.gogosys-sides-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

    .gogosys-sides-item p {
        margin: 0;
        padding: 0;
        color: #1e1e1e;
        line-height: 2;
    }

    .gogosys-sides-item .gogosys-sides-item-control {
        float: right;
    }

        .gogosys-sides-item .gogosys-sides-item-control a {
            color: #fff;
            background-color: #0094ff;
            border-radius: 50%;
            line-height: 21px;
            width: 21px;
            text-align: center;
            display: inline-block;
            user-select: none;
        }

            .gogosys-sides-item .gogosys-sides-item-control a:hover {
                color: #fff;
                background-color: #0079d1;
                cursor: pointer;
            }

#gogosys-menu-products-container .cate-name {
    margin: 8px 0 0 0;
}

.gogosys-menu-products {
    min-height: 500px;
}

.gogosys-menu-category-controller {
    display: grid;
    grid-template-columns: 25px auto 25px;
    font-size: 18px;
    border-bottom: 1px solid #CCC;
}

    .gogosys-menu-category-controller a {
        color: #75BEFF;
        padding: 5px 0;
        cursor: pointer;
        user-select: none;
        line-height: 32px;
        text-align: center;
    }

.gogosys-menu-categories {
    overflow-x: hidden;
    white-space: nowrap;
}

.gogosys-menu-categories-container {
    position: relative;
}

.gogosys-menu-categories-item {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 0;
    line-height: 32px;
}

    .gogosys-menu-categories-item.active {
        border-bottom: 1px solid #000000;
    }

.gogosys-food {
    padding: 5px;
}

.gogosys-food-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 125px;
}

    .gogosys-food-container:hover {
        border: 1px solid #0094ff;
        cursor: pointer;
    }

.gogosys-food-detail {
    width: 75%;
    float: left;
    height: 100%;
}

    .gogosys-food-detail h5 {
        margin: 10px;
        font-weight: 600;
        overflow: hidden;
    }

    .gogosys-food-detail p {
        margin: 0 10px;
    }

.gogosys-food-img {
    float: left;
    width: 25%;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    border-radius: 0 5px 5px 0;
}

.gogosys-food-price {
    position: relative;
    top: 0px;
    margin: 10px 5px;
    font-size: 18px;
    background: rgba(255,255,255,0.8);
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
}

.gogosys-food-banner {
    background-size: cover !important;
    background-position: center !important;
    min-height: 300px;
    border-radius: 5px 5px 0 0;
    align-items: start;
}

    .gogosys-food-banner .modal-title {
        background: rgba(255,255,255,0.8);
        padding: 5px 10px;
        float: left;
        font-size: 28px;
        border-radius: 10px;
        max-width: 75%;
    }

    .gogosys-food-banner .btn-close {
        background-color: rgba(255,255,255,0.8);
        margin: 0;
    }

.gogosys-cart-modal .closeBtn {
    float: right;
    font-size: 30px;
    color: white;
    background: rgba(255,255,255,0.2);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 0.85;
    cursor: pointer;
    padding-top: 1.5px;
}

    .gogosys-cart-modal .closeBtn:hover {
        color: #9f9f9f;
        text-decoration: none;
    }

.gogosys-cart-modal .btn {
    background: #4fc1f0;
    color: white;
}

.gogosys-cart-modal textarea {
    min-height: 100px;
    border-radius: 5px;
}

.gogosys-cart-modal label {
    margin-top: 5px;
    font-size: 18px;
}

.gogosys-cart-btn {
    position: absolute;
    color: white;
    background: #4fc1f0;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
}

    .gogosys-cart-btn:hover {
        color: rgba(255, 255, 255, 0.75);
    }

.gogosys-quantity-control {
    float: left;
}

    .gogosys-quantity-control h5 {
        float: left;
    }

    .gogosys-quantity-control a {
        width: 30px;
        float: left;
        text-align: center;
        font-size: 28px;
        background: #4fc1f0;
        color: white !important;
        cursor: pointer;
        user-select: none;
        line-height: 1;
    }

        .gogosys-quantity-control a:first-child {
            border-radius: 8px 0 0 8px;
        }

        .gogosys-quantity-control a:last-child {
            border-radius: 0 8px 8px 0;
        }

    .gogosys-quantity-control input {
        width: 50px;
        height: 28px;
        float: left;
        text-align: center;
        padding: 0;
    }

.gogosys-cart {
    overflow-y: auto;
    overflow-x: hidden;
}

.gogosys-cart-summary li {
    font-size: 20px;
}

.gogosys-cart-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

    .gogosys-cart-item li, span {
        font-size: 18px;
    }

        .gogosys-cart-item li span {
            float: right;
        }
/*.gogosys-cart-item p, .gogosys-cart-item span {
        line-height: 1;
        color: #1e1e1e;
        font-size: 18px;
        margin: 0;
    }

    .gogosys-cart-item h4 {
        margin: 0;
    }

    .gogosys-cart-item .sides {
        line-height: 1;
        color: #595959;
        font-size: 16px;
    }*/
#gogosys-menu-language {
    width: 160px;
    cursor: pointer;
    margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
    .gogosys-food-detail {
        width: 60%;
    }

    .gogosys-food-img {
        width: 40%;
    }

    #gogosys-menu-language {
        margin-right: 5px;
    }
}
/* menu end */
