﻿/* menu begin */
.gogosys-menu {
    min-height: 500px;
}

.gogosys-menu-category {
    font-size: 18px;
    padding: 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

    .gogosys-menu-category a {
        float: left;
        color: #75BEFF;
        padding: 5px 10px;
        cursor: pointer;
        user-select: none;
        width: 3%;
        line-height: 32px;
    }

        .gogosys-menu-category a:hover {
            text-decoration: none;
        }

.gogosys-menu-category-container {
    float: left;
    width: 94%;
    overflow-x: hidden;
    white-space: nowrap;
}

.gogosys-menu-category-area {
    position: relative;
}

.gogosys-menu-category-item {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    padding: 5px 0;
    line-height: 32px;
}

    .gogosys-menu-category-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-container h5 {
        font-size: 18px;
        font-weight: 600;
    }

.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: absolute;
    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: 340px;
    border-radius: 5px 5px 0 0;
}

    .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-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;
}

.gogosys-cart-modal .btn {
    background: #4fc1f0;
    color: white;
}

.gogosys-cart-modal textarea {
    min-height: 100px;
    border-radius: 5px;
    width: 100%;
}

.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-h5-1 {
    font-size: 18px;
    margin: 0 10px 0 0;
    line-height: 26px;
    float: left;
}

.gogosys-quantity-control {
    float: left;
}

    .gogosys-quantity-control h5 {
        float: left;
    }

    .gogosys-quantity-control a {
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        font-size: 28px;
        background: #4fc1f0;
        color: white;
        cursor: pointer;
        user-select: none;
        line-height: 1;
    }

        .gogosys-quantity-control a:hover {
            text-decoration: none;
        }

        .gogosys-quantity-control a:first-child {
            border-radius: 15px 0 0 15px;
        }

        .gogosys-quantity-control a:last-child {
            border-radius: 0 15px 15px 0;
            padding-top: 2px;
        }

    .gogosys-quantity-control input {
        width: 50px;
        height: 30px;
        float: left;
        text-align: center;
        padding: 0;
    }

.gogosys-cart {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gogosys-cart-summary {
    padding: 0 20px;
    text-align: right;
}

    .gogosys-cart-summary p {
        margin: 0;
    }

    .gogosys-cart-summary ul {
        list-style: none;
    }

        .gogosys-cart-summary ul li {
            font-size: 20px;
        }

.gogosys-cart-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

    .gogosys-cart-item h5 {
        font-size: 18px;
        margin-left: 10px;
    }

    .gogosys-cart-item p {
        float: left;
        font-size: inherit;
        max-width: 75%;
        color: black;
        margin-bottom: 5px;
    }

    .gogosys-cart-item span {
        float: right;
        margin-right: 10px;
        color: #9B9B9B;
        font-family: "Lato", sans-serif;
    }

    .gogosys-cart-item h4 {
        float: right;
        font-size: 24px;
        font-family: "Lato", sans-serif;
        margin: 0 10px;
    }

#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-category-container {
        width: 90%;
    }

    #gogosys-menu-language {
        margin-right: 5px;
    }
}
/* menu end */
/* contact begin */
.gogosys-map {
    border: 0;
    min-height: 500px;
    width: 100%;
}

.gogosys-contact-address {
    list-style: none;
    padding: 0;
    font-size: 18px;
}
/* contact end */
