﻿/* v2.0 */
/* 2/11/2023 */
/* commom begin */
.gogosys-booking-btn {
    margin-top: 5px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* common end */
/* booking begin */
/* v3.0 pending...
#gogosys-booking-services-cate {
    display: grid;
    grid-template-columns: 30px auto 30px;
    font-size: 24px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

    #gogosys-booking-services-cate span {
        text-align: center;
        cursor: pointer;
        color: #4d4d4d;
        user-select: none;
    }

        #gogosys-booking-services-cate span:hover {
            color: #282828;
            border-bottom: 2px solid #282828;
        }

#gogosys-booking-services-cate-container {
    overflow-x: hidden;
}

#gogosys-booking-services-cate-content {
    white-space: nowrap;
}

    #gogosys-booking-services-cate-content span {
        margin: 0 8px;
        display: inline-block;
    }

        #gogosys-booking-services-cate-content span.active {
            color: #282828;
            border-bottom: 2px solid #000;
        }
*/
.gogosys-services {
    margin-bottom: 30px;
}

    .gogosys-services h1 {
        font-size: 28px;
        line-height: 1;
        padding-bottom: 5px;
    }

    .gogosys-services ul {
        list-style: none;
        padding: 0;
    }

        .gogosys-services ul li {
            display: inline-block;
            width: 100%;
            line-height: 1.5;
            font-size: 18px;
        }

            .gogosys-services ul li span {
                float: right;
            }

#gogosys-booking-services-cate {
    text-align: center;
}

    #gogosys-booking-services-cate span {
        font-size: 22px;
        border-radius: 15px;
        padding: 2px 10px;
        margin: 0 2px 4px 2px;
        display: inline-block;
        color: #848484;
        border: 1px solid #848484;
        cursor: pointer;
    }

        #gogosys-booking-services-cate span.active {
            background-color: #848484;
            color: white;
        }

        #gogosys-booking-services-cate span:hover {
            background-color: #848484;
            color: white;
        }

#gogosys-booking-services-list {
    margin: 10px 0;
    min-height: 500px;
}

.gogosys-booking-services-list-content-item {
    border: 1px solid #CCC;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    display: grid;
}

    .gogosys-booking-services-list-content-item:nth-child(2n+1) {
        background-color: #f4f4f4;
    }

    .gogosys-booking-services-list-content-item:hover {
        border: 1px solid #4d4d4d;
    }

    .gogosys-booking-services-list-content-item p {
        font-size: 18px;
        color: #282828;
        margin: 0;
    }

    .gogosys-booking-services-list-content-item a.i-btn {
        background-color: #37a0cf;
        border-radius: 5px;
        color: white;
        padding: 0 5px;
        text-decoration: none;
    }

#gogosys-booking-picktime .pickTime {
    color: white;
    background-color: #CCC;
    font-size: 18px;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-family: initial;
    line-height: 1.5;
}

    #gogosys-booking-picktime .pickTime.available {
        background-color: #fff;
        border: 1px solid #575957;
        color: #575957;
    }

        #gogosys-booking-picktime .pickTime.available:hover {
            background-color: #ececec;
        }

#gogosys-booking-picktime .title {
    text-align: left;
    padding: 0 0 20px 0;
}

    #gogosys-booking-picktime .title span {
        font-size: 20px;
        border-bottom: 3px solid #ccc;
    }

#gogosys-booking-picktime #serviceTime {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin-bottom: 30px;
}

#gogosys-booking-services-footer {
    text-align: center;
}

    #gogosys-booking-services-footer .shoppingCart {
        cursor: pointer;
        background-color: #37a0cf;
        border-radius: 5px;
        color: white;
        padding: 2px 8px;
        font-size: 18px;
    }

#gogosys-booking-picktime #btnBack {
    font-size: 22px;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
}

    #gogosys-booking-picktime #btnBack:hover {
        color: #636363;
    }

.gogosys-success h3 {
    font-size: 30px;
    color: #ee5757;
}

.gogosys-success p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.gogosys-booking-shopping-cart-container {
    margin-bottom: 20px;
}

    .gogosys-booking-shopping-cart-container div {
        margin-bottom: 8px;
    }

    .gogosys-booking-shopping-cart-container .r2 {
        text-align: right;
        margin-bottom: 0;
    }

    .gogosys-booking-shopping-cart-container p {
        margin: 0;
    }

    .gogosys-booking-shopping-cart-container select {
        background-color: white;
        border: 1px solid;
        margin-left: 5px;
        padding: 0 0 2px 5px;
    }

    .gogosys-booking-shopping-cart-container span {
    }
/* booking end */
/* coupon begin */
.gogosys-coupon-top {
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
    min-height: 100px;
    padding: 15px;
    vertical-align: central;
}

.gogosys-coupon-bottom {
    border: 1px solid #CCC;
    border-radius: 0px 0px 5px 5px;
    margin: 0px 0px 20px 0px;
    padding: 15px;
}

    .gogosys-coupon-bottom .count {
        min-height: 85px;
    }

.gogosys-coupon {
    text-align: center;
}

    .gogosys-coupon h3 {
        font-size: 28px;
        font-weight: 800;
    }

    .gogosys-coupon h4 {
        font-size: 40px;
        font-weight: 800;
        color: #d9534f;
    }

    .gogosys-coupon p {
        font-size: 20px;
        margin-bottom: 1em;
    }

    .gogosys-coupon .more a {
        background-color: #5bc0de;
        border-radius: 5px;
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 22px;
        font-weight: 200;
        color: white;
    }

        .gogosys-coupon .more a.green {
            background-color: #5cb85c;
        }
/* coupon end */

/* giftcard begin */
.gogosys-giftcard {
    text-align: center;
}

.gogosys-giftcard-top {
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
    min-height: 140px;
    padding: 8px;
    position: relative;
}

    .gogosys-giftcard-top img {
        width: 100%;
    }

    .gogosys-giftcard-top p {
        position: absolute;
        bottom: 0;
        right: 18%;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 10px;
        line-height: 1;
    }

.gogosys-giftcard-bottom {
    border: 1px solid #CCC;
    border-radius: 0px 0px 5px 5px;
    margin: 0px 0px 20px 0px;
    padding: 15px;
}

    .gogosys-giftcard-bottom p {
        font-size: 25px;
    }

    .gogosys-giftcard-bottom .more a {
        background-color: #cb9f6b;
        border-radius: 5px;
        display: block;
        font-size: 22px;
        color: white;
        padding: 0;
    }

        .gogosys-giftcard-bottom .more a:hover {
            text-decoration: none;
        }

@media screen and (min-width: 695px) and (max-width: 991px) {
    .gogosys-giftcard-top p {
        font-size: 135px;
        right: 16%;
    }
}

@media screen and (max-width: 694.98px) {
    .gogosys-giftcard-top p {
        font-size: 90px;
        right: 10%;
    }
}
/* giftcard end */

/* gallery begin */
.masonry {
    margin: 20px auto;
    columns: 4;
    column-gap: 30px;
}

    .masonry .item {
        width: 100%;
        break-inside: avoid;
        margin-bottom: 30px;
        opacity: 1;
    }

        .masonry .item img {
            width: 100%;
        }

@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
    .masonry {
        width: 96vw;
        columns: 3;
        column-gap: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .masonry {
        width: 96vw;
        columns: 2;
        column-gap: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .masonry {
        width: 96vw;
        columns: 1;
    }
}
/* gallery end */

/* payment begin */
.gogosys-payment fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

    .gogosys-payment fieldset legend {
        display: block;
        width: auto;
        padding: 3px 10px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: inherit;
        color: #333;
        border: 1px solid #ddd;
        background-color: #ffffff;
    }

    .gogosys-payment fieldset .form-control,
    .gogosys-payment fieldset .form-control:focus {
        webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
        border-color: #f3f3f3;
    }

.gogosys-payment .btn-default {
    background-color: #e84c3d;
    color: #fff !important;
    border-color: #E1009F;
}

.gogosys-payment .space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gogosys-payment .cart.table .product small {
    font-size: 12px;
    display: block;
    color: #999;
}

.gogosys-payment .cart.table .quantity input {
    width: 60px;
    padding: 6px;
}

.gogosys-payment .cart.table .amount {
    text-align: right;
}

.gogosys-payment .cart.table .total-amount {
    text-align: right;
}

.gogosys-payment #payment-information input {
    font-size: 18px;
}

.gogosys-payment a, .text-default {
    color: #e84c3d;
}

@media screen and (max-width:700px) {
    .gogosys-card-area div {
        padding: 0;
    }

        .gogosys-card-area div:first-child {
            /*padding-left: 15px;*/
        }

        .gogosys-card-area div:last-child {
            /*padding-left: 15px;*/
        }
}
/* payment end */
/* contact begin */
.gogosys-map {
    border: 0;
    min-height: 500px;
    width: 100%;
}

.gogosys-contact-address {
    list-style: none;
    padding: 0;
    font-size: 18px;
}

    .gogosys-contact-address li {
        display: block;
    }
/* contact end */
/* 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 {
        /*background-color: #75BEFF;*/
        float: left;
        color: #75BEFF;
        padding: 5px 10px;
        cursor: pointer;
        user-select: none;
        width: 3%;
        line-height: 32px;
    }

.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-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;
}

.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;
    }

        .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 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;
}
/* menu end */
/* branch begin */
#gogosys-branches ul {
    list-style: none;
    margin-bottom: 20px;
}

#gogosys-branches li:first-child {
    font-size: 20px;
}

#gogosys-branches span {
    float: right;
}

#gogosys-branches ul:last-child {
    margin-bottom: 0px;
}
/* branch end */
/* membership begin */
.gogosys-membership-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.gogosys-membership-items {
    list-style: none;
}
/* membership end */
