// Menu
.gonowo-menu-food{
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
    }
    #gonowo-menu-list{
        margin: 0px;
        li.nav-item {
            background: #F7F7F7;
            border-bottom: 1px solid #E9E9E9;
            margin-bottom: 0px;
            a {
                background-color: transparent;
                font-style: normal;
                color: var(--gray-6-c-7-2-8-d);
                font-size: 15px;
                line-height: 22px;
                padding: 16px;
                &.active {
                    font-weight: 600;
                    color: var(--gonowo-main-color);
                    border-right: 4px solid var(--gonowo-main-color);
                }
            }
            &:hover{
                a{
                    font-weight: 600;
                    color: var(--gonowo-main-color);
                    border-right: 4px solid var(--gonowo-main-color);
                }
            }
        }
    }
    #categoryTabContent{
        .title-cuisine {
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 30px;
            letter-spacing: -0.02em;
            color: #181818;
            @media screen and (max-width:991px) {
                padding-top: 30px;
            }
            h3 {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
                font-style: normal;
                font-weight: normal;
                a{
                    font-size: 24px;
                    line-height: 30px;
                    letter-spacing: -0.02em;
                    color: #181818;
                }
                span {
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 30px;
                    color: #181818;
                    margin: 0px 16px;
                }
            }
        }
        .item-food{
            border-bottom: 1px dashed #9CA5CB;
            padding-bottom: 24px;
            padding-top: 24px;
            .img_food {
                position: relative;
                overflow: hidden;
                display: flex;
                justify-content: center;
                border-radius: var(--border-radius);
                margin-right: 15px;
                cursor: pointer;
                img{
                    width: 110px;
                    height: 110px;
                    max-width: fit-content;
                }
            }
            .infor_food{
                width: calc(100% - 110px);
                h4{
                    font-style: normal;
                    font-size: 18px;
                    line-height: 22px;
                    margin: 0px;
                    font-weight: 500;
                    a{
                        color: #181818;
                        width: calc(100% - 15px);
                    }
                    i{
                        font-size: 30px;
                        line-height: 30px;
                        color: var(--gonowo-main-color);
                        border-radius: 50%;
                        cursor: pointer;
                    }
                }
                p{
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 22px;
                    color: #181818;
                    margin: 8px 0px;
                }
                .price-food {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 22px;
                    color: #181818;
                }
            }
            .add-item-popup{
                transition: all .1s ease-in;
                &:hover{
                    i{
                        color: var(--gonowo-main-color-hover);
                    }
                }
            }
        }
    }
    .gonowo-widget-cart{
        @media screen and (max-width:991px) {
            margin-top: 30px;
        }
        .widget.gonowo_widget.gonowo_cart {
            padding: 10px 24px;
            border-radius: 8px;
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
            border: solid 1px #eeeeee;
            padding-bottom: 24px;
            padding-top: 24px;
            h3 {
                font-size: 20px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.19;
                letter-spacing: normal;
                color: #181818;
                margin-bottom: 20px;
            }
        }
        
        .infor-cart{
            .gonowo-delivery{
                padding-top: 36px;
                padding-bottom: 36px;
                & > .custom-control {
                    display: flex;
                    align-items: center;
                }
                label.custom-control-label {
                    font-size: 16px;
                    line-height: 26px;
                    color: #6C728D;
                    cursor: pointer;
                    margin-bottom: 0px;
                    margin-left: 4px;

                }
            }
            .list_cart{
                .item_cart{
                    padding: 24px 0px;
                    @media screen and (min-width: 1024px){
                        .info_item {
                            width: 50%;
                        }
                    }
                    .name_food {
                        font-size: 16px;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 22px;
                        letter-spacing: normal;
                        a{
                            color:#181818;
                        }
                    }
                    .short_des {
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: normal;
                        letter-spacing: normal;
                        font-size: 14px;
                        line-height: 18px;
                        color: #9CA5CB;
                        margin-top: 8px;
                        margin-bottom: 10px;
                    }
                    .remove_price {
                        max-width: 86px;
                        a {
                            font-style: normal;
                            font-weight: normal;
                            font-size: 14px;
                            line-height: 18px;
                            color: #eb1700;
                        }
                    }
                }
                
            }
        }
        
    }
    
    .modal-dialog {
        max-width: 670px;
        .modal-content {
            padding: 32px;
            h3 {
                font-size: 20px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #181818;
            }

            .content-food {
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: normal;
                color: #7a7a7a;
            }
            .feature_image {
                padding-top: 24px;
                .gonowo-gallery-food{
                    position: relative;
                    overflow: hidden;
                }
                img{
                    max-height: 340px;
                    object-fit: cover;
                    width: 100%;
                }
                .content_choose {
                    margin-top: 40px;
                    margin-bottom: 40px;
                }
                .attribute-food {
                    margin-bottom: 20px;
                }
            }
            .title_attribute-food{
                h4 {
                    font-size: 18px;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    color: #181818;
                }
                span {
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    color: #9a9a9a;
                    padding-bottom: 6px;
                    display: inline-block;
                }
            }
            .content_choose {
                margin-top: 40px;
                margin-bottom: 40px;
                .attribute-food {
                    margin-bottom: 20px;
                }
                .custom-control-label {
                    font-size: 16px;
                    line-height: 26px;
                    color: #18181d;
                    margin: 0px 16px;
                }
            }
            
        }
    }
    .gonowo-button-icon {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        border-radius: 50%;
        background-color: #f7f7f7;
        padding: 14px;
        display: flex;
        line-height: 1;
        display: inline-block;
    }
    #poup-add-to-cart{
        .gonowo_add_cart{
            
            .gonowo-delivery-none {
                width: 100%;
                margin-left: 8px;
            }
            #gonowo_add_to_cart{
                margin-bottom: 0px;
            }
        }
    }
}

.gonowo-button{
    background-color: var(--gonowo-main-color);
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    opacity: 1;
    transform: scale(1);
    transition: .3s ease-in-out;
    width: 100%;
    display: inline-block;
    padding: 18px;
    white-space: nowrap;
    border-radius: 8px;
    &:hover{
        text-decoration: none;
        background-color: var(--gonowo-main-color-hover) !important;
    }
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    label{
        font-weight: 500;
        line-height: 1;
        font-size: 16px;
        cursor: pointer;
        i{
            margin-right: 4px;
            line-height: 1;
            font-size: 24px;
        }
    }
    span{
        cursor: pointer;
        font-weight: 500;
        line-height: 1;
        font-size: 16px;
        color: #FFFFFF;
    }
}
.gonowo_add_cart{
    .input-group {
        border-radius: 6px;
        border: solid 1px #eeeeee;
        background-color: #f9f9f9;
        max-width: 98px;
        padding: 12px;
    }
    .gonowo-btn-number-qty {
        font-size: 1.4rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: var(--gonowo-main-color);;
        padding: 0px;
        box-shadow: none;
        border: none;
    }
    .input-number {
        font-size: 16px;
        line-height: 1;
        border: none;
        background: transparent;
        text-align: center;
        padding: 0px;
    }
}
.gonowo-swiper-pagination{
    margin-top: 10px;
    text-align: center;
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
}
.gonowo-button-icon {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #181818;
    border-radius: 50%;
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    line-height: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    &.gonowo-button-prev{
        position: absolute;
        transform: translateY(-50%);
        left: 15px;
        top: 50%;
        z-index: 9;
        box-shadow: 0 13px 17px vrgba(0, 0, 0, 0.1);
    }
    &.gonowo-button-next{
        box-shadow: 0 13px 17px rgba(0, 0, 0, 0.1);
        position: absolute;
        transform: translateY(-50%);
        right: 15px;
        top: 50%;
        z-index: 9;
    }
    i{
        display: block;
        line-height: 1;
    }
}
input[type=radio]:checked:before {
    background: var(--gonowo-main-color);
}
.load-add-small {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.75);
}
.gonowo-loadding-add {
    transition: all 0.5s ease-in-out;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    i{
        display: inline-block;
        position: relative;
        border: 2px solid transparent;
        font-size: 50px;
        transform-origin: 50% 50%;
        transition: all 0.5s ease-in-out;
        -webkit-animation:spin 4s linear infinite;
        -moz-animation:spin 4s linear infinite;
        animation:spin 4s linear infinite;
        color: var(--gonowo-main-color);
    }
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


#checkout-item-render{
    .checkout-section{
        &.cart-info{
            .cart-items{
                .item_cart {
                    position: relative;
                    padding: 12px 0px;
                    &:first-child{
                        padding-top: 0px;
                    }
                    &:last-child{
                        padding-bottom: 0px;
                    }
                    .remove_price {
                        i{
                            font-size: 16px;
                            color: #eb1700;
                            border: 1px solid #eb1700;
                            border-radius: 50%;
                            text-align: center;
                            font-weight: 700;
                        }
                    }
                    .image_food {
                        max-width: 90px;
                        max-height: 90px;
                        @media screen and (min-width: 1024px){
                            margin-right: 30px;
                            margin-left: 30px;
                        }
                        img {
                            height: 90px;
                            width: 90px;
                            object-fit: cover;
                            border: 1px solid #F0F2F3;
                            box-sizing: border-box;
                            border-radius: 8px;
                        }
                    }
                    @media screen and (min-width: 1024px){
                        .info_item {
                            width: 50%;
                        }
                    }
                    .info_item {
                        .name_food {
                            margin: 0;
                            margin-bottom: 5px;
                            font-size: 16px;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 22px;
                            letter-spacing: normal;
                        }
                        .short_des {
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            letter-spacing: normal;
                            font-size: 14px;
                            line-height: 18px;
                            color: #9CA5CB;
                            margin-top: 8px;
                            margin-bottom: 10px;
                        }
                    }
                    .qty-subprice{
                        .qty-item {
                            margin-right: 30px;
                        }
                    }
                }
            }
        }
    }
}
.checkout-section{
    &.customer-info{
        .title {
            font-size: 24px;
            line-height: 30px;
            display: flex;
            align-items: center;
            letter-spacing: -0.02em;
            color: #000000;
            margin-top: 48px;
        }
        .customer-info-detail{
            .item {
                margin-top: 20px;
                margin-bottom: 20px;
                border: 1px solid #eee;
                padding: 10px;
                border-radius: 3px;
                font-size: 15px;
                background: #eee;
            }
        }
        .customer-form-detail {
            margin-top: 25px;
            .form-group {
                margin-bottom: 16px;
                input , textarea {
                    border-radius: 8px;
                    background-color: #f9f9f9;
                    font-size: 16px;
                    line-height: 26px;
                    color: #212529;
                    height: auto;
                    box-shadow: none;
                    width: 100%;
                    &:focus-visible{
                        border: none;
                        outline: none;
                    }
                }
                .gonowo-phone{
                    padding: 0.375rem 6px 0.375rem 52px;
                    border: 1px solid #ced4da;
                }
                .form-label {
                    font-size: 18px;
                    color: var(--black-1-8-1-8-1-d);
                    margin-bottom: 15px;
                }
                .iti{
                    width: 100%;
                }
            }
            .delivery-option .form-radio {
                display: flex;
                align-items: center;
                cursor: pointer;
                input {
                    width: 24px !important;
                    height: 24px !important;
                    border: solid 1px #dddddd !important;
                    background-color: #f9f9f9;
                    border-radius: 50%;
                    margin-right: 15px;
                    display: block;
                    padding: 0;
                }
                label {
                    font-size: 16px;
                    color: #4a4a4a;
                    small {
                        font-size: 14px;
                        display: block;
                        color: #9a9a9a;
                        &.active {
                            color: #549e08;
                            cursor: pointer;
                        }
                    }
                }
            }
        }
    }
}

.cat_food{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    color: #9CA5CB;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.price-item {
    display: block;
    margin-bottom: 16px;
    span {
        font-weight: 500;
        display: block;
        font-size: 16px;
        line-height: 22px;
        text-align: right;
        color: #18181D;
    }
}
.gonowo-price{
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #18181D;
}

.your-order{
    padding: 10px 24px;
    border-radius: 8px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #eeeeee;
    padding-bottom: 24px;
    padding-top: 24px;
    #gonowo-checkout-form{
        .cart-count {
            font-size: 24px;
            font-weight: 500;
            color: #181818;
            margin-bottom: 10px;
        }
    }
    .cart-info {
        border-top: 1px solid #eee;
        margin-top: 25px;
        padding-top: 24px;
        margin-bottom: 24px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
        .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
            .label {
                font-size: 16px;
                color: #181818;
            }
            .value {
                font-size: 16px;
                text-align: right;
                color: #4a4a4a;
            }
        }
    }
    .cart-total{
        .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 24px;
            .label {
                font-size: 18px;
                color: #181818;
            }
            .value {
                font-size: 18px;
                font-weight: 500;
                text-align: right;
                color: #000000;
            }
        }
    }
}

//Choose time modal
#chooseTimeModal {
    .modal-dialog {
        max-width: 350px;
    }

    .ui-datepicker {
        display: block;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 10px;
        border-color: #eee;

        .ui-datepicker-header {
            border: none;
            border-bottom: 1px solid #eee;
            background: transparent;
            border-radius: 0;
            padding: 5px 0 10px 0;

            a {
                top: 5px;
                border: 1px solid #dfdfdf;
                background: transparent;
                border-radius: 0;
                margin: 0;
                width: 30px;
                height: 30px;

                &.ui-datepicker-prev {
                    left: 0 !important;

                    .ui-icon {
                        background-position: -96px 0px;
                    }
                }

                &.ui-datepicker-next {
                    right: 0 !important;

                    .ui-icon {
                        background-position: -33px 0px;
                    }
                }

                &.ui-datepicker-prev-hover {
                    left: 0;
                    background: #eee;
                }

                &.ui-datepicker-next-hover {
                    right: 0;
                    background: #eee;
                }
            }

            .ui-datepicker-title {
                font-size: 16px;
            }
        }

        .ui-datepicker-calendar {
            thead {
                tr {
                    th {
                        font-size: 14px;
                    }
                }
            }

            tbody {
                tr {
                    td {
                        padding: 2px;
                        width: calc(100% / 7);

                        a {
                            font-size: 13px;
                            border: 1px solid #dfdfdf;
                            padding: 0;
                            width: 100%;
                            height: 33px;
                            background: transparent;
                            text-align: center;
                            line-height: 30px;
                        }

                        &:hover {
                            a {
                                background: #eee;
                            }
                        }

                        &.ui-datepicker-today {
                            a {
                                border-color: var(--gonowo-main-color);
                                color: var(--gonowo-main-color);
                            }
                        }

                        &.ui-datepicker-current-day {
                            a {
                                background-color: var(--gonowo-main-color);
                                color: #fff;
                                border-color: var(--gonowo-main-color);
                            }
                        }
                    }
                }
            }
        }
    }

    .select-time-wrapper {
        margin-top: 15px;

        small {
            font-size: 15px;
            margin-bottom: 7px;
            display: block;
        }

        .col-lg-6 {
            small {
                font-size: 15px;
                margin-bottom: 3px;
                display: block;
            }
        }
    }
}
.gonowo-button-get-infor{
    display: inline-block;
    width: auto;
}

  