.jumbotron {
    text-align: center;
    margin: 60px 0;
}

.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

#login {
    max-width: 95%;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 575px) {
    #login {
        max-width: 400px;
    }
}

#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}

#register label.required {
    font-weight: bold;
}

.total_bbx {
    background: #0194a0;
    font-family: 'SF UI Text';
    display: block;
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
}

.total_bbx h4 {
    font-family: 'SF UI Text';
    font-size: 16px;
    margin-top: 10px;
    color: #e0e0e0;
    font-weight: 300;
}

.total_bbx h2 {
    font-family: 'SF UI Text';
    font-size: 36px;
    margin-top: 15px;
    font-weight: 300;
}

/**/
.o_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #DADADA;
    z-index: 99;
}

.o_header .bg-light {
    background: transparent !important;
    padding: 15px 50px;
}

.o_header .navbar-brand .img-fluid {
    max-width: 245px;
    margin-right: 30px;
}

.o_addss_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #161615;
    margin-bottom: 0;
}

.o_cllps {
    width: 100%;
    padding-right: 25px;
}

.o_hdr_links {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #161615;
    margin-left: auto;
}

.o_hdr_links a {
    text-decoration: underline !important;
    font-weight: 500;
    color: #161615;
}

.o_hdr_links a:hover {
    color: #ec6c35;
}

.o_cart_ic {
    display: block;
    height: 40px;
    width: 40px;
    background: url(./images/cart_ic.svg) no-repeat 0px 0px;
    background-size: 40px;
}

.o_main {
    padding-top: 92px;
    min-height: 100vh;
}

@media screen and (max-width: 1199px) {
    .o_header .bg-light {
        padding: 10px 15px;
    }

    .o_main {
        padding-top: 76px;
    }
}

@media screen and (max-width: 991px) {
    .o_header .navbar-light .navbar-toggler {
        position: absolute;
        right: 72px;
        top: 17px;
    }

    .o_header .navbar-brand .img-fluid {
        max-width: 160px;
    }

    .o_cllps {
        position: absolute;
        right: 0;
        max-width: 300px;
        background: #fff;
        padding: 15px;
        top: 62px;
        box-shadow: 0px 7px 4px 0 rgb(0 0 0 / 20%);
    }

    .o_addss_p {
        margin-bottom: 15px;
    }
}

.o_hgt50 {
    min-height: calc(100vh - 92px);
    background-color: #ccc;
}

@media screen and (max-width: 1199px) {
    .o_hgt50 {
        min-height: calc(100vh - 38px);
    }
}

.o_src_bg01 {
    background: url(./images/src_img_bg01.jpg) no-repeat center 0px;
    background-size: cover;
}

.o_src_bg02 {
    background: url(./images/src_img_bg02.jpg) no-repeat center 0px;
    background-size: cover;
}

.o_src_bg03 {
    /*background: url(./images/src_img_bg03.jpg) no-repeat center 0px;*/
    background: url(./images/src_img_bg03.jpg) no-repeat center top 60%;
    background-size: cover;
}

.o_h1_tl {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000A3;
    margin-bottom: 45px;
    text-align: center;
}

.o-input-group {
    display: flex;
    width: 800px;
}

.o-input-group .form-group {
    margin: 0;
    width: 100%;
}

.o-input-group .form-group .form-control {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 75px;
    font-size: 34px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
}

.o-input-group .form-group .form-control::-webkit-input-placeholder {
    font-size: 34px !important;
    font-weight: 400 !important;
}

.o-input-group .form-group .form-control:-ms-input-placeholder {
    font-size: 34px !important;
    font-weight: 400 !important;
}

.o-input-group .form-group .form-control::placeholder {
    font-size: 34px !important;
    font-weight: 400 !important;
}

.o-input-group .input-group-append .btn-outline-secondary {
    color: #fff !important;
    background: #f06b34 url(./images/o_arrow.svg) no-repeat center center !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background-size: 36px !important;
    height: 75px;
    width: 100px;
}

.crrnt_lcnt_a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000b7;
    font-size: 18px;
    margin-top: 10px;
    padding: 1px 0px 3px 40px;
    background: url(./images/lctn_img.svg) no-repeat 0 0 !important;
    background-size: 36px !important;
    transition: all 0.2s ease-out;
}

.crrnt_lcnt_a:hover, .crrnt_lcnt_a:focus {
    color: #f06b34;
}

@media screen and (max-width: 1440px) {
    .o-input-group .form-group .form-control {
        height: 50px;
        font-size: 20px;
    }

    .o-input-group .input-group-append .btn-outline-secondary {
        height: 50px;
        width: 75px;
    }

    .o-input-group .form-group .form-control::-webkit-input-placeholder {
        font-size: 20px !important;
    }

    .o-input-group .form-group .form-control:-ms-input-placeholder {
        font-size: 20px !important;
    }

    .o-input-group .form-group .form-control::placeholder {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .o-input-group {
        width: 480px;
    }

    .o_h1_tl {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .o-input-group {
        width: 100%;
    }

    .o_h1_tl {
        font-size: 30px;
    }

    .o-input-group .form-group .form-control {
        font-size: 14px;
        padding: 0 10px;
    }

    .o-input-group .form-group .form-control::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    .o-input-group .form-group .form-control:-ms-input-placeholder {
        font-size: 12px !important;
    }

    .o-input-group .form-group .form-control::placeholder {
        font-size: 12px !important;
    }

    .o-input-group .input-group-append .btn-outline-secondary {
        width: 52px;
    }

    .crrnt_lcnt_a {
        font-size: 23px;
    }
}

/**/
.o_main_w_ppdng {
    padding: 45px 15px 30px 15px;
}

.o_top_box {
    border: 1px solid rgb(112 112 112 / 68%);
    background-color: #fff;
    padding: 45px 60px 20px 20px;
    margin-bottom: 40px;
}

.o_top_box .left_pick_point {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.o_top_box .left_pick_point .custom-switch {
    width: 33.33%;
}

.o_top_box .left_pick_point .custom-switch .custom-control-label {
    width: 100%;
    line-height: 34px;
}

.o_yradrss h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.o_yradrss p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    line-height: 28px;
}

.o_chngadrd_btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF !important;
    background: #151616;
    border-radius: 19px;
    padding: 5px 20px;
    white-space: nowrap;
    margin-left: 6px;
}

.o_chngadrd_btn:hover, .o_chngadrd_btn:focus {
    background: #f06b34 !important;
}

.o_top_box_v2 {
    border: 1px solid rgb(112 112 112 / 68%);
    background: #F7F7F7;
    padding: 0px 30px 0px 0px;
    overflow-y: auto;
    max-height: 870px;
}

.o_top_box_v2::-webkit-scrollbar {
    width: 1em;
}

.o_top_box_v2::-webkit-scrollbar-track {
}

.o_top_box_v2::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    outline: none;
    border-radius: 22px;
}

.o_rtng_lst {
    margin: 0;
    padding: 0;
}

.o_rtng_lst li {
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.o_rtng_lst li:hover, .o_rtng_lst li.active {
    background-color: #f0f8f9;
}

.o_rtng_lst li a {
    display: block;
}

.o_rtng_lst li:last-child {
    border-bottom: none;
}

.o_rtng_lst li h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.o_rtng_lst li h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.o_rtng_lst li p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.o_rtng_lst li p span {
    margin-right: 10px;
}

.jstars-empty {
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.5rem;
    color: rgb(221, 221, 221);
    user-select: none;
}

.jstars-filled {
    top: 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    color: #FFC915;
    user-select: none;
}

.o_user_drpdwn {
    margin-left: auto;
}

.o_user_drpdwn .dropdown-toggle {
    color: #000000;
}

.o_user_drpdwn .dropdown-toggle:before {
    background: url(./images/ordering/user_icn_bck.svg) no-repeat 0 0 !important;
}

.o_user_drpdwn .dropdown-toggle::after {
    background: url(./images/ordering/arrow_bottom.svg) no-repeat 0 0 !important;
}

.o_user_drpdwn .dropdown-menu {
    left: auto;
    right: 21px;
}

.o_user_drpdwn .dropdown-menu ul {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .o_top_box_v2rest .o_rtng_lst li h4 {
        font-size: 16px;
    }

    .o_top_box_v2rest .o_rtng_lst li h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .g_map_sc {
        margin-top: 30px;
    }

    .g_map_sc iframe {
        height: 500px !important;
    }
}

@media screen and (max-width: 767px) {
    .o_top_box {
        padding: 45px 15px 20px 15px;
    }
}

@media screen and (max-width: 575px) {
    .o_yradrss p, .o_rtng_lst li h6 {
        font-size: 14px;
    }

    .o_chngadrd_btn {
        display: block;
        max-width: 163px;
        margin-top: 5px;
    }

    .o_rtng_lst li h4 {
        font-size: 16px;
    }

    .o_rtng_lst li p {
        font-size: 13px;
    }

    .o_top_box_v2 {
        padding: 0px 10px 0px 0px;
    }
}

@media screen and (max-width: 350px) {
    .o_top_box .left_pick_point .custom-switch {
        margin-right: -8px;
    }
}

.o_top_box_v2rest {
    background-color: transparent;
    max-height: 732px;
}

.multiselect_cstm_drpdwn .dropdown-menu li.is_schedule_disabled label {
    color: gray;
    cursor: not-allowed;
}

.multiselect_cstm_drpdwn .dropdown-menu li.is_schedule_disabled label:before {
    border: gray solid 1px;
}

.when_scn .is_schedule_disabled label {
    color: gray;
    cursor: not-allowed;
}

.when_scn .is_schedule_disabled label:before {
    border: gray solid 1px;
}