/*
Template Name: Food Line - Online Food Ordering Website HTML Template
Author: Gurdeep
Author URI: https://wrapbootstrap.com/user/gurdeep
Version: 1.0
*/
/*
-- Body
-- Nav
-- login/Register
-- Homepage Search Block
-- Homepage
-- Customize Bootstrap
-- Listing
-- Detail
-- Checkout Page
-- My Account
-- Track Order Page
-- Footer
-- Mobile Media
*/
/* Body */
body {
    background: #f3f7f8;
    font-size: 16px;
    font-weight: 500;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
button, a {
    outline: none !important;
    color: #c20000;
    text-decoration: none !important;
}
p {
    font-size: 13px;
    color: #7a7e8a;
}
img {
    image-rendering: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
/* Nav */
.osahan-nav {
    background: #fff none repeat scroll 0 0 !important;
    padding: 0;
    z-index: 9;
}
.osahan-nav .nav-link {
    font-weight: 600;
    padding: 28px 0px !important;
    margin: 0 0 0 31px;
}
.nav-osahan-pic {
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    position: relative;
    margin: -8px 5px -6px 0;
    vertical-align: text-top;
}
.dropdown-cart-top {
    border-top: 2px solid #c20000;
    min-width: 340px;
}
.dropdown-cart-top-header {
    min-height: 107px;
}
.dropdown-cart-top-header .img-fluid {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    float: left;
    height: 59px;
    padding: 3px;
    width: 59px;
}
.dropdown-cart-top-header p.text-secondary {
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
}
.dropdown-cart-top-header h6 {
    font-size: 14px;
}
.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 6px;
    height: 13px;
    line-height: 12px;
    text-align: center;
    width: 13px;
}
.dropdown-cart-top-body .food-item {
    float: left;
    margin: 4px 10px 0 0;
}
/* login/Register */ :root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}
.login, .image {
    min-height: 100vh;
}
.bg-image {
    background-image: url('../img/login-bg.png');
    background-size: cover;
    background-position: center;
}
.login-heading {
    font-weight: 300;
}
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group > input, .form-label-group > label {
    padding: 15px 0;
    border-radius: 0px;
    height: 51px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #ced4da;
    box-shadow: none !important;
}
.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.btn-google {
    color: white;
    background-color: #ea4335;
}
.btn-facebook {
    color: white;
    background-color: #3b5998;
}
/* Homepage Search Block */
.homepage-search-block {
    background-color: #eef0ef;
}
.homepage-search-form .form-control {
    font-size: 15px;
    height: 50px;
    padding-right: 106px;
}
.homepage-search-form .form-group {
    position: relative;
}
.homepage-search-form .locate-me {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #eee;
    color: #666;
    font-size: 13px;
    padding: 14px 10px;
    border-radius: 0px;
    position: absolute;
    right: 6px;
    top: 1px;
}
.homepage-search-form .locate-me:hover {
    background: #fff none repeat scroll 0 0;
    color: #c20000;
}
.homepage-search-form .locate-me i {
    font-size:16px; 
}
.homepage-search-form .btn {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 13px 5px;
}
.homepage-search-form .location-dropdown i {
    left: 18px;
    position: absolute;
    top: 17px;
    z-index: 9;
}
.homepage-search-form .select2-selection {
    border-color: #ced4da !important;
    border-radius: 0.25rem !important;
    height: 50px !important;
    outline: none !important;
}
.homepage-search-form .select2-selection__rendered {
    font-size: 15px;
    line-height: 47px !important;
    padding: 0 28px 0 31px !important;
}
.homepage-search-form .select2-selection__arrow {
    right: 9px !important;
    top: 13px !important;
}
.select2-dropdown {
    margin: -2px 0 0 0;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}
.select2-search__field {
    outline: none !important;
    border: 1px solid #ced4da;
}
.owl-carousel-category .owl-nav button {
    top: 36px;
}
/* Homepage */
.owl-carousel-four .item {
    padding: 6px 7px;
}
.osahan-category-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid #fff;
}
.osahan-category-item:hover {
    border: 1px solid #c20000;
}
.osahan-category-item h6 {
    margin: 0px;
    font-size: 13px;
    color: #c20000;
}
.osahan-category-item p {
    margin: 0px;
    font-size: 12px;
}
.osahan-category-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 2px 0 8px 0;
}
.line {
    background-color: #5e5e5e;
    border-radius: 12px;
    display: inline-table;
    height: 4px;
    margin: 0 0 51px;
    width: 50px;
}
/* Customize Bootstrap */
.small, small {
    font-size: 85%;
    font-weight: 600;
}
.select2, .select2 span {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 96%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.modal-footer .btn {
    font-size: 14px;
    padding: 12px 16px;
}
.btn-success, .badge-success {
    background-color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success {
    color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    border-color: #3ecf8e !important;
    background-color: #3ecf8e !important;
}
.text-success {
    color: #3ecf8e !important;
}
.border-success {
    border-color: #3ecf8e !important;
}
.btn-danger, .badge-danger {
    background-color: #c20000 !important;
    border-color: #c20000 !important;
}
.btn-outline-danger {
    color: #c20000 !important;
    border-color: #c20000 !important;
}
.btn-outline-danger:hover {
    color: #ffffff !important;
    border-color: #c20000 !important;
    background-color: #c20000 !important;
}
.text-danger {
    color: #c20000 !important;
}
.border-danger {
    border-color: #c20000 !important;
}
.btn-primary, .badge-danger {
    background-color: #c20000 !important;
    border-color: #c20000 !important;
}
.btn-outline-primary {
    color: #c20000 !important;
    border-color: #c20000 !important;
}
.btn-primary:hover, .badge-danger:hover, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    border-color: #c20000 !important;
    background-color: #c20000 !important;
}
.text-primary {
    color: #c20000 !important;
}
.border-primary {
    border-color: #c20000 !important;
}
.btn-lg {
    font-size: 15px;
    font-weight: bold;
    padding: 14px 35px;
    letter-spacing: 1px;
}
.modal-content {
    border: none;
    border-radius: 2px;
}
.btn {
    border-radius: 2px;
}
.form-control {
    font-size: 13px;
    border-radius: 2px;
    min-height: 38px;
}
.card {
    border-radius: 2px;
}
.rounded {
    border-radius: 2px !important;
}
.input-group-text {
    border-radius: 2px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.nav-pills .nav-link {
    border-radius: 2px;
}
.alert, .badge, .dropdown-menu {
    border-radius: 2px;
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 2px;
}
.bg-dark {
    background-color: #000 !important;
}
.pb-5, .py-5 {
    padding-bottom: 4rem !important;
}
.pt-5, .py-5 {
    padding-top: 4rem !important;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-item {
    border-radius: 0 !important;
    padding: 7px 18px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
}
.dropdown-item:focus {
    background-color: #c20000;
    color: #fff;
}
/* Listing */
.list-cate-page {
    margin: -5px 0px 0px 0px;
}
.filters-card-body {
    padding: 18px 0 0 0;
}
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    left: 12px;
    top: 13px;
}
.filters-search .form-control {
    padding-left: 34px;
}
.custom-checkbox label.custom-control-label, .custom-radio label.custom-control-label {
    padding-top: 2px;
    cursor: pointer;
}
.filters-card-header a {
    font-weight: 500;
    width: 100%;
    display: block;
}
.filters-card-header a i {
    margin: 2px -2px 0 0;
}
.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
.list-card .star {
    right: 8px;
    bottom: 8px;
}
.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .member-plan {
    left: 8px;
    top: 8px;
}
.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .list-card-image {
    position: relative;
}
.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}
/* detail */
.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}
.restaurant-detailed-header-left {
    text-shadow: 0px 0px 10px #000;
}
.count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}
.generator-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c20000+1,fe792b+100 */
    background: #c20000; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c20000 1%, #fe792b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c20000 1%, #fe792b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c20000 1%, #fe792b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c20000', endColorstr='#fe792b', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.restaurant-detailed-banner {
    position: relative;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 200px;
    width:100%;
    object-fit: cover;
}
.restaurant-detailed-header {
    bottom: 0;
    left: 0;
    padding: 65px 0 17px;
    position: absolute;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
}
.homepage-great-deals-carousel .item img {
    border-radius: 2px;
}
.restaurant-detailed-earn-pts .img-fluid.float-left {
    height: 61px;
}
.card-icon-overlap {
    overflow: hidden;
    position: relative;
}
.red-generator-bg {
    background: #ff3371;
    background: -moz-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: -webkit-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: linear-gradient(135deg, #ff3371 1%, #fe6753 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3371', endColorstr='#fe6753', GradientType=1);
}
.border-btn {
    border: 1px solid #dee0e6;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 0 10px 0;
}
.restaurant-detailed-ratings .generator-bg {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 3px 6px;
}
.explore-outlets-search .form-control {
    border-radius: 2px !important;
    font-size: 15px;
    height: 50px;
    padding: 5px 20px;
}
.explore-outlets-search .btn {
    color: #777777;
    font-size: 15px;
    padding: 13px 17px;
    position: absolute;
    z-index: 9;
    right: 0;
    text-decoration: none;
}
.mall-category-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 7px 0;
}
.mall-category-item img {
    height: 89px;
    object-fit: cover;
    width: 100%;
}
.mall-category-item h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 10px 3px 10px;
}
.mall-category-item .btn {
    padding: 2px 8px;
    font-size: 12px;
    right: 7px;
    top: 7px;
}
.mall-category-item small {
    background: #ececec;
    color: #c20000;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 10px;
}
.mall-category-item:hover small {
    background: #c20000;
    color: #ffffff;
}
.address-map {
    border-radius: 2px;
    overflow: hidden;
}
.new-arrivals-card .card-img .new-arrivals {
    bottom: 11px;
    left: 12px;
    position: absolute;
}
.new-arrivals {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 1px 13px;
    text-transform: uppercase;
}
.new-arrivals-card .card-img {
    position: relative;
}
.total-like-user {
    border: 2px solid #fff;
    height: 34px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    width: 34px;
}
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.offer-dedicated-nav .nav-link.active, .offer-dedicated-nav .nav-link:hover, .offer-dedicated-nav .nav-link:focus {
    border-color: #3868fb;
    color: #3868fb;
}
.offer-dedicated-nav .nav-link {
    border-bottom: 2px solid #fff;
    color: #000000;
    padding: 16px 0;
    font-weight: 600;
}
.offer-dedicated-nav .nav-item {
    margin: 0 37px 0 0;
}
.restaurant-detailed-action-btn {
    margin-top: 12px;
}
.restaurant-detailed-header-right .btn-success {
    border-radius: 3px;
    height: 45px;
    margin: -18px 0 18px;
    min-width: 130px;
    padding: 7px;
}
.text-black {
    color: #000000;
}
.icon-overlap {
    bottom: -23px;
    font-size: 74px;
    opacity: 0.23;
    position: absolute;
    right: -32px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.restaurant-detailed-header-left img {
    width: 88px;
    height: 88px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
/* Checkout Page */
.addresses-item a.btn.btn-sm {
    min-width: 157px;
}
.osahan-cart-item-profile img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
}
.osahan-cart-item-profile p {
    font-size: 10px;
}
.osahan-payment .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-payment .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-payment .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-payment .nav-link.active i {
    background: #282c3f !important;
}
.osahan-payment .tab-content {
    background: #f3f7f8;
    padding: 20px;
}
.osahan-card i {
    font-size: 35px;
    vertical-align: middle;
    color: #6c757d;
}
.osahan-card {
    margin: 0 0 0 7px;
}
.osahan-payment label {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-weight: 600;
}
/* My Account */
.payments-item img.mr-3 {
    width: 47px;
}
.order-list .btn {
    border-radius: 2px;
    min-width: 121px;
    font-size: 13px;
    padding: 7px 0 7px 0;
}
.osahan-account-page-left .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-account-page-left .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-account-page-left .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-account-page-left .nav-link.active i {
    background: #282c3f !important;
}
.osahan-user-media img {
    width: 90px;
}
.card offer-card h5.card-title {
    border: 2px dotted #000;
}
.card.offer-card h5 {
    border: 1px dotted #daceb7;
    display: inline-table;
    color: #17a2b8;
    margin: 0 0 19px 0;
    font-size: 15px;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #fffae6;
    position: relative;
}
.card.offer-card h5 img {
    height: 22px;
    object-fit: cover;
    width: 22px;
    margin: 0 8px 0 0;
    border-radius: 2px;
}
.card.offer-card h5:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    bottom: 0;
}
.card.offer-card h5:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
}
.payments-item .media {
    align-items: center;
}
.payments-item .media img {
    margin: 0 40px 0 11px !important;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.order-list img.mr-4 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 2px;
}
.osahan-cart-item p.text-gray.float-right {
    margin: 3px 0 0 0;
    font-size: 12px;
}
.osahan-cart-item .food-item {
    vertical-align: bottom;
}
/* Track Order Page */
.osahan-track-order-page {
    min-height: 676px;
}
.osahan-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #c20000;
}
/* Footer */
.footer {
    background: #EDF1F4;
}
.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    line-height: 26px;
    list-style: outside none none;
}
.footer ul li a {
    color: #6c8293;
}
.search-links a {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    margin: 0 2px;
}
.search-links {
    font-size: 11px;
}
footer {
    background-color: #f0f4f7;
}
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .m-none {
        display: none;
    }
    .homepage-search-title {
        text-align: center;
    }
    .list-cate-page {
        margin: 22px 0 0 0;
    }
    .d-none-m {
        display: none;
    }
    .row.pt-2.pb-2 {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .row.pt-2 {
        padding-top: 0px !important;
    }
    .offer-card-horizontal .col-md-4.col-4.p-4 {
        padding: 0 0 0 15px !important;
    }
    .row.mt-4.pt-2 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .homepage-add-section {
        padding: 0 13px;
    }
    .breadcrumb-osahan h1 {
        font-size: 34px;
    }
    .breadcrumb-osahan h6 {
        font-size: 15px;
    }
    .breadcrumb-osahan {
        padding-left: 15px;
        padding-right: 15px;
    }
    .reviews-members .media .mr-3 {
        width: 36px;
        height: 36px;
    }
    .total-like {
        font-size: 12px;
    }
    .restaurant-detailed-action-btn.float-right .btn {
        margin: 3px 0px;
        font-size: 13px;
    }
    .login .col-md-9.col-lg-8.mx-auto.pl-5.pr-5 {
        padding: 0 11px !important;
    }
    .login.d-flex.align-items-center.py-5 {
        padding: 0 !important;
    }
    .h5, h5 {
        font-size: 16px;
    }
    .homepage-add-section .col-md-3.col-6 {
        padding: 2px 2px;
    }
    .homepage-ad .item {
        padding: 0 2px;
    }
    .osahan-nav {
        padding: 15px 15px;
    }
    .navbar-toggler {
        padding: 5px 8px;
        border-radius: 2px;
    }
    .osahan-nav .nav-link {
        margin: 0px;
        text-align: center;
        padding: 14px 0 !important;
        border-bottom: 1px solid #eef0ef;
    }
    .osahan-nav .dropdown-item {
        text-align: center;
    }
    .osahan-slider {
        padding: 18px 0 0 0px !important;
    }
    .pt-5, .py-5 {
        padding-top: 3rem !important;
    }
    .pb-5, .py-5 {
        padding-bottom: 3rem !important;
    }
    .homepage-search-block {
        padding: 3rem 0 !important;
    }
    .mobile-none {
        display: none;
    }
    .card {
        margin-bottom: 15px !important;
    }
    p {
        font-size: 12px;
    }
    .restaurant-detailed-header-left img {
        float: none !important;
        margin: 0 0 14px 0 !important;
    }
    .restaurant-detailed-header-left {
        text-align: center;
    }
    .restaurant-detailed-header-right .btn-success {
        margin-top: 18px;
    }
    .restaurant-detailed-header-right.text-right {
        text-align: center !important;
    }
    .restaurant-detailed-action-btn.float-right {
        float: none !important;
        margin: auto;
        text-align: center;
        width: 100% !important;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #dedede;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .offer-dedicated-nav .nav-item {
        flex: auto;
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0 11px !important;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .address-map.float-right.ml-5 {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
    .address-map.float-right.ml-5 iframe {
        width: 100%;
    }
    .osahan-track-order-detail p.text-gray.mb-5 {
        margin: 1px 0 11px 0 !important;
    }
    .osahan-account-page-left .nav-tabs {
        padding-left: 0px !important;
    }
    .osahan-account-page-left {
        height: auto !important;
        margin: 0 0 15px 0;
    }
    .order-list .float-right {
        float: none !important;
    }
    .row.mb-4 {
        margin-bottom: 0px !important;
    }
    .app {
        margin-bottom: 26px;
    }
    .footer ul li a {
        font-size: 12px;
    }
    .footer h6 {
        font-size: 13px;
        text-transform: capitalize;
    }
    .osahan-payment .col-sm-4.pr-0 {
        padding-right: 15px !important;
    }
    .osahan-payment .col-sm-8.pl-0 {
        padding-left: 15px !important;
        margin: 14px 0 0 0;
    }
    .p-5.osahan-invoice.bg-white.shadow-sm {
        padding: 15px !important;
    }
    .h3, h3 {
        font-size: 22px;
    }
    .p-5 {
        padding: 20px !important;
    }
    .osahan-account-page-right {
        padding: 0px !important;
        border: none;
        background: transparent !important;
        box-shadow: none !important;
        margin-top: 15px;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .homepage-add-section .col-md-3.col-6 {
        padding: 2px 2px;
    }
    .homepage-search-title {
        text-align: center;
    }
    .row.pt-2.pb-2 {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .row.pt-2 {
        padding-top: 0px !important;
    }
    .d-none-m {
        display: none;
    }
    .list-cate-page {
        margin: 22px 0 0 0;
    }
    .row.mt-4.pt-2 {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .offer-card-horizontal .col-md-4.col-4.p-4 {
        padding: 0 0 0 15px !important;
    }
    .homepage-add-section {
        padding: 0 13px;
    }
    .homepage-ad .item {
        padding: 0 2px;
    }
    .container {
        max-width: 100%;
    }
    .osahan-nav {
        padding: 15px 15px;
    }
    .navbar-toggler {
        padding: 5px 8px;
        border-radius: 2px;
    }
    .osahan-nav .nav-link {
        margin: 0px;
        text-align: center;
        padding: 14px 0 !important;
        border-bottom: 1px solid #eef0ef;
    }
    .osahan-nav .dropdown-item {
        text-align: center;
    }
    .osahan-slider {
        padding: 18px 0 0 0px !important;
    }
    .pt-5, .py-5 {
        padding-top: 3rem !important;
    }
    .pb-5, .py-5 {
        padding-bottom: 3rem !important;
    }
    .homepage-search-block {
        padding: 3rem 0 !important;
    }
    .mobile-none {
        display: none;
    }
    .card {
        margin-bottom: 15px !important;
    }
    p {
        font-size: 12px;
    }
    .restaurant-detailed-header-left img {
        float: none !important;
        margin: 0 0 14px 0 !important;
    }
    .restaurant-detailed-header-left {
        text-align: center;
    }
    .restaurant-detailed-header-right .btn-success {
        margin-top: 18px;
    }
    .restaurant-detailed-header-right.text-right {
        text-align: center !important;
    }
    .restaurant-detailed-action-btn.float-right {
        float: none !important;
        margin: auto;
        text-align: center;
        width: 100% !important;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #dedede;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .offer-dedicated-nav .nav-item {
        flex: auto;
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0 11px !important;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .address-map.float-right.ml-5 {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
    .address-map.float-right.ml-5 iframe {
        width: 100%;
    }
    .osahan-payment .nav-link i {
        display: block;
        margin: 0 auto 10px auto;
    }
    .osahan-payment .nav-link {
        text-align: center;
    }
    .osahan-track-order-detail p.text-gray.mb-5 {
        margin: 1px 0 11px 0 !important;
    }
    .osahan-account-page-left .nav-tabs {
        padding-left: 0px !important;
    }
    .osahan-account-page-left {
        height: auto !important;
        margin: 0 0 15px 0;
    }
    .order-list .float-right {
        float: none !important;
    }
    .row.mb-4 {
        margin-bottom: 0px !important;
    }
    .app {
        margin-bottom: 26px;
    }
    .footer ul li a {
        font-size: 12px;
    }
    .footer h6 {
        font-size: 13px;
        text-transform: capitalize;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
    .osahan-nav {
        padding: 15px 15px;
    }
    .navbar-toggler {
        padding: 5px 8px;
        border-radius: 2px;
    }
    .osahan-nav .nav-link {
        margin: 0px;
        text-align: center;
        padding: 14px 0 !important;
        border-bottom: 1px solid #eef0ef;
    }
    .osahan-nav .dropdown-item {
        text-align: center;
    }
    .osahan-slider {
        padding: 18px 0 0 0px !important;
    }
    .pt-5, .py-5 {
        padding-top: 3rem !important;
    }
    .pb-5, .py-5 {
        padding-bottom: 3rem !important;
    }
    .homepage-search-block {
        padding: 3rem 0 !important;
    }
    .card {
        margin-bottom: 15px !important;
    }
    p {
        font-size: 12px;
    }
    .restaurant-detailed-header-left img {
        float: none !important;
        margin: 0 0 14px 0 !important;
    }
    .restaurant-detailed-header-left {
        text-align: center;
    }
    .restaurant-detailed-header-right .btn-success {
        margin-top: 18px;
    }
    .restaurant-detailed-header-right.text-right {
        text-align: center !important;
    }
    .restaurant-detailed-action-btn.float-right {
        float: none !important;
        margin: auto;
        text-align: center;
        width: 100% !important;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #dedede;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .offer-dedicated-nav .nav-item {
        margin: 0 8px !important;
    }
    .offer-dedicated-nav {
        text-align: center;
    }
    .address-map.float-right.ml-5 {
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
    .address-map.float-right.ml-5 iframe {
        width: 100%;
    }
    .osahan-payment .nav-link i {
        display: block;
        margin: 0 auto 10px auto;
    }
    .osahan-payment .nav-link {
        text-align: center;
    }
    .osahan-track-order-detail p.text-gray.mb-5 {
        margin: 1px 0 11px 0 !important;
    }
    .osahan-account-page-left .nav-tabs {
        padding-left: 0px !important;
    }
    .osahan-account-page-left {
        height: auto !important;
        margin: 0 0 15px 0;
    }
    .order-list .float-right {
        float: none !important;
    }
    .row.mb-4 {
        margin-bottom: 0px !important;
    }
    .app {
        margin-bottom: 26px;
    }
    .footer ul li a {
        font-size: 12px;
    }
    .footer h6 {
        font-size: 13px;
        text-transform: capitalize;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
.form-elegant .font-small {
    font-size: 0.8rem;
}
.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}
.form-elegant .z-depth-1-half, .form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}
.form-elegant .modal-header {
    border-bottom: none;
}
.modal-dialog .form-elegant .btn .fab {
    color: #2196f3 !important;
}
.form-elegant .modal-body, .form-elegant .modal-footer {
    font-weight: 400;
}


/*************** custon css start *******************/
.navbar .navbar-nav .nav-item i {
    color: #c20000;
}
.dropdown-cart {
    background-color: #c20000;
    padding: 0 20px;
    margin-left: 20px;
}
.dropdown-cart .nav-link {
    margin-left: 0;
    color: #fff !important;
}
.navbar .navbar-nav .nav-item.dropdown-cart .nav-link i {
    padding-right: 5px;
    font-size: 20px;
    color: #fff;
}
.dropdown-cart .nav-link #cartCounter {
    margin-left: 7px;
    background-color: #fff !important;
    color: #c20000;
    padding: 0 7px;
    line-height: 20px;
}
.dropdown-cart .nav-link:after {
    display: none;
}
.chef-main {
    padding: 0 10px;
}
.chef-main .chef-img {
    border-radius: 50%;
    -moz-border-radius: 50%; 
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.chef-main .chef-img img {
    object-fit: cover;
    width: 200px;
    height: 200px;
}
.chef-main .chef-intro {
    text-align: center;
}
.chef-main .chef-intro h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.chef-main .chef-intro .position {
    color: #c20000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 12px;
}
.chef-main .chef-intro .content {
    color: #7a7e8a;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
}
.app-line {
    padding-top: 10px;
}
.app-line p {
    color: #333;
}
.divider-main .divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}
.divider-main .divider:before,
.divider-main .divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 10px;
    width: 50%;
    border-top: 1px solid #eee; 
}
.divider-main .divider:before {
    right: 15px;
}
.divider-main .divider:after {
    left: 15px;
}
.download-app-icons img {
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}
.app-screen {
    background-size:contain;
    margin: auto;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-primary {
    font-size: 15px;
    font-weight: 600;
}
.generator-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c20000+1,fe792b+100 */
    background: #c20000; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c20000 1%, #c20000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c20000 1%, #c20000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c20000 1%, #c20000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c20000', endColorstr='#A70000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.btn-success, .badge-success {
    background-color: #dca317 !important;
    border-color: #dca317 !important;
}
.text-success {
    color: #dca317 !important;
}
.border-success {
    border-color: #dca317 !important;
}
.osahan-cart-item label {
    font-size: 14px;
    display: block;
}
.cartPayBtn.btn {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}
.icofont-ui-press.text-success {
    color: #3ecf8e !important;
}

.gold-members .btn.add-item-btn {
    border-color: #c20000;
    font-size: 14px;
    font-weight: bold;
    color: #c20000;
    border-radius:3px;
}
.gold-members .btn.add-item-btn:hover {
    background-color: #c20000;
    color: #fff;
}
.gold-members .count-number .btn.dec {
    margin-right: -5px;
    border-color: #c20000;
    color: #c20000;
    font-size: 14px;
    padding: 4px 7px;
}
.gold-members .count-number .btn.dec:hover {
    background-color: #c20000;
    color: #fff;
}
.gold-members .count-number .count-number-input {
    margin: 0 !important;
    border-color: #c20000;
    color: #fff;
    background-color: #c20000;
    font-size: 16px;
    padding: 4px 0;
    height: 31px;
    width: 30px;
}
.gold-members .count-number .right.btn.inc {
    margin-left: -5px;
    border-color: #c20000;
    color: #c20000;
    font-size: 14px;
    padding: 4px 7px;
}
.gold-members .count-number .right.btn.inc:hover {
    background-color: #c20000;
    color: #fff;
}
.osahan-cart-item .food-item {
    vertical-align: middle;
}
.gold-members .order-product-total {
    display: block !important;
    float: none !important;
    padding-left: 13px;
}
.login-section .signup-box,
.login-section .login-box {
    display: block;
    text-align: center;
    font-size: 13px;
}
.login-section .signup-box .gold-members,
.login-section .login-box .gold-members {
    padding: 10px 0 !important;
}
.login-section .signup-box .media,
.login-section .login-box .media {
    display: block;
}
.login-section .signup-box {
    background-color: #c20000 !important;
    color: #fff;
}
.login-section .signup-box a,
.login-section .login-box a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.login-section .signup-box a:hover{
    color: #fff;
}
.login-section .login-box {
    border-color: #c20000 !important;
}
.login-section .login-box a {
    color: #c20000;
}
.login-section .login-box a:hover {
    color: #c20000;
}
.subscribe-box {
    padding-right: 50px;
    border-right: 1px solid #dee2e6;
}
.contact-box {
    padding-left: 50px;
    padding-top: 10px;
}
.contact-box a {
    display: block;
    font-size: 18px;
}
.filters .filters-body .form-group i {
    left: 0;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
}
.filters .filters-body .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 10px 0 10px 25px;
}
.filters .filters-body .form-group .form-control:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
.filters .filters-body .filters-card-header a {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
.filters .filters-body .filters-card-header a:hover {
    color: #000;
}
.filters .filters-body .filters-card-header a i {
    margin-top: 0;
}
.filters .filters-body .custom-control {
    padding-bottom: 10px;
    font-size: 13px;
}
.filters .filters-body .card-shop-filters .link {
    font-size: 14px;
}
.filters .filters-body .card-shop-filters .link:hover {
    color: #c20000;
}
#pills-tab .nav-item .active {
    color: #c20000;
    border-color: #c20000;
}
#pills-tab .nav-item a:hover {
    color: #c20000;
    border-color: #c20000;   
}
.wrapper-main {
    margin-top: 77px;
}
.mobile-view {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    left: 95%;
    top: 11px;
}
.homepage-search-block .homepage-search-title h5 {
    margin-bottom: 30px !important;
}
.osahan-category-item h6 {
    font-size: 16px;
    line-height: 30px;
}
.osahan-category-item p {
    font-size: 14px;
}
.osahan-category-item {
    margin: 5px;
}
#loginModal .btn-login,
#signupForm .btn-login,
.otp-model .btn-login {
    background-color: #c20000;
    color: #fff !important;
}
#loginModal .btn-login:hover,
#signupForm .btn-login:hover,
.otp-model .btn-login:hover {
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.28) , 0 2px 2px 0 rgba(0,0,0,.15);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.28) , 0 2px 2px 0 rgba(0,0,0,.15)
}
#loginModal .btn-google i,
#loginModal .btn-facebook i {
    color: #fff !important;
}
#loginModal .custom-checkbox {
    padding-top: 10px !important;
}
#loginModal .custom-checkbox .custom-control-label,
#signupForm .custom-checkbox .custom-control-label {
    font-size: 13px;
    color: #999;
}
#signupForm .custom-control.custom-checkbox {
    position: relative;
    padding-bottom: 20px;
}
.nav-item.dropdown .dropdown-menu {
    left: 30px;
    right: auto;
}
.nav-item.dropdown-cart .dropdown-menu {
    left: auto;
    right: 0;
}
.form-label-group .error {
    font-size: 12px;
    padding: 0;
    color: red;
    bottom: -50px;
    top: auto;
}
.custom-control .error {
    font-size: 12px;
    padding: 0;
    color: red;
    bottom: -50px;
    top: auto;
}
.form-label-group .form-control.error {
    color: #000;
}
#signupForm .custom-control.custom-checkbox .error {
    font-size: 12px;
    padding: 0px;
    color: red;
    top: auto;
    bottom: 0;
    position: absolute;
    left: 0;
}
#signInForm a:hover,
#signupForm a:hover {
    color: #000;
}
.otp-input {
    position: relative;
}
.otp-input .form-control {
    padding-right: 90px;
}
.otp-input .resend-anchor {
    position: absolute;
    right: 10px;
    top: 19px;
    font-size: 12px;
    z-index: 22;
}
.otp-input .resend-anchor:hover {
    color: #000;
}
.download-app-foot ul {
    margin: 0;
    padding: 0;
}
.download-app-foot ul li {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block; 
}
.download-app-foot ul li img {
    width: 210px;
    border-radius: 10px;
}
.follow-app-foot ul {
    margin: 0;
    padding: 0;
}
.follow-app-foot ul li {
    display: inline-block;
    background-color: #c20000;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.follow-app-foot ul li a {
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.about-links-foot ul {
    margin: 0;
    padding: 0;
}
.about-links-foot ul li {
    list-style: none;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}
.about-links-foot ul li a {
    color: #999;
}
.about-links-foot ul li a:hover {
    color: #000;
}
.about-links-foot ul li a:before {
    content: "- ";
}
.about-head {
    background-image: url('../img/about.jpg');
}
#signupForm label.error {
    margin-top:44px;
    color:red;
}
#newsletterEmail-error, #appLinkPhoneNumber-error, #appLinkEmail-error{
    font-size: 12px;
    bottom: -22px;
    position: absolute;
    color: red;   
    padding:0px;
}
.download-app-icons {
    margin-top: 2.5rem !important;
}
#deliveryArea-error {
    font-size: 12px;
    bottom: -18px;
    position: absolute;
    color: red;    
}
#addressForm .error {
    font-size: 12px;
    color: red;    
}
#newsletterEmail-error{
    font-size: 12px;
    bottom: -50px;
    position: absolute;
    color: red;   
    padding:0px;
}
.text-info {
    color: #888 !important;
    font-weight: normal;
}
/*************Temp header note Start************/
.temp-note {
    background-color: red;
    padding: 10px 0;
    font-family: arial;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: fixed;
    top:0;
    z-index: 40;
    left: 0;
    right: 0;
}
.osahan-nav {
    position:fixed;
    width:100%;
    top:0px;
}
/*************Temp header note End************/
/*************Tiffin start*************/
.process-steps {
    margin-top: 0px;
    margin-bottom: 50px;
}
.process-steps ul {
    margin: 0;
    padding: 0;
}
.process-steps ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 33.33%;
    margin-right: -5px;
}
.process-steps ul li .icon {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 5px;
}
.process-steps ul li .icon .icon-back {
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: auto;
    z-index: 2;
    position: relative;
}
.process-steps ul li .icon .fas {
    color: #c20000;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    margin: auto;
    height: 100px;
}
.process-steps ul li .title {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.process-steps ul li .icon:before {
    content: "";
    width: 50%;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
}
.process-steps ul li .icon:after {
    content: "";
    width: 50%;
    height: 7px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
}
.process-steps ul li:first-child .icon:before {
    display: none;
}
.process-steps ul li:last-child .icon:after {
    display: none;
}
.process-steps ul li p {
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 18px;
    margin: 0;
    font-weight: normal;
}
.process-steps ul li.active .icon .icon-back {
    background-color: #c20000;
}
.process-steps ul li.active .icon .fas {
    color: #fff;
}
.process-steps ul li.active .title {
    color: #c20000;
}
.process-steps ul li.active p {
    color: #333;
}
.process-steps ul li.active .icon:before {
    background-color: #c20000;
}
.process-steps ul li.active .icon:after {
    background-color: #c20000;
}
.radio-div-container {
    margin-bottom: 10px;
    margin-top: 10px;
}
.radio-div-container ul {
    margin: 0;
    padding: 0;
}
.radio-div-container ul li {
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    background: #fff url(../img/normal-radio.png) no-repeat left 10px center;
    border: 1px solid #ced4da;
    color: #888;
    font-size: 14px;
}
.radio-div-container ul li a {
    padding: 8px 15px 8px 30px;
    display: block;
    text-decoration: none;
    color: #888;
    cursor: pointer;
}
.radio-div-container ul li.active {
    color: #fff;
    border: 1px solid #c20000;
    background: #c20000 url(../img/current-radio.png) no-repeat left 10px center;
}
.radio-div-container ul li.active a {
    color: #fff;
}
.radio-div-container ul li i {
    margin-right: 5px;
}
.tiffin-form .form-group label {
    font-size: 18px;
    color: #333;
}
.tiffin-form .form-group .form-control {
    line-height: 40px;
    font-size: 14px;
    min-height: 40px;
}

.tiffin-form .form-group .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.tiffin-form .form-group .form-control::-webkit-input-placeholder {
    color: #8e8e8e;
    opacity: 1;
    font-size: 14px;
}

.tiffin-form .form-group .form-control::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
    font-size: 14px;
}

.tiffin-form .form-group .form-control:-ms-input-placeholder {
    color: #8e8e8e;
    opacity: 1;
    font-size: 14px;
}

.tiffin-form .form-group .form-control::-ms-input-placeholder {
    color: #8e8e8e;
    opacity: 1;
    font-size: 14px;
}

.tiffin-form .form-group .form-control::placeholder {
    color: #8e8e8e;
    opacity: 1;
    font-size: 14px;
}
.tiffin-form .form-group .select2 .select2-selection {
    height: 40px;
}
.tiffin-form .form-group .select2 .select2-selection .select2-selection__arrow b {
    top: 18px;
}
.tiffin-form .form-group .select2 .select2-selection .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
    color: #8e8e8e;
    padding-left: 15px;
}
.big-btn-icon {
    background-color: #c20000;
    border: none;
    border-radius: 7px;
    padding: 15px 20px;
    color: #fff;
    font-size: 22px;
    margin: auto;
}
.big-btn-icon i {
    position: relative;
    font-size: 30px;
    top: 2px;
    margin-left: 5px;
}
.big-btn-icon:hover {
    color: #fff;
}
.tiffin-section h5 {
    font-size: 18px;
    color: #333;
}
/*************Tiffin End***************/
/************pills slider start**********/
.owl-carousel .owl-item .item .mall-category-item h6 {
    color:#c20000;
    font-size: 16px;
    line-height: 20px;
}
.owl-carousel .owl-item .item .mall-category-item {
    background-color: #fff !important;
}
#pills-tabContent .owl-carousel .owl-item .item .osahan-category-item:hover,
.homepage-search-block .owl-carousel .owl-item .item .osahan-category-item:hover,
.owl-carousel .owl-item .item .mall-category-item:hover {
    background-color: #c20000 !important;
}
#pills-tabContent .owl-carousel .owl-item .item .osahan-category-item:hover a h6,
.homepage-search-block .owl-carousel .owl-item .item .osahan-category-item:hover a h6,
.owl-carousel .owl-item .item .osahan-category-item:hover a h6,
.owl-carousel .owl-item .item .mall-category-item:hover h6 {
    color: #fff;
}
#pills-tabContent .owl-carousel .owl-item .item .osahan-category-item:hover a p,
.homepage-search-block .owl-carousel .owl-item .item .osahan-category-item:hover a p,
.owl-carousel .owl-item .item .osahan-category-item:hover a p,
.owl-carousel .owl-item .item .mall-category-item:hover a p {
    color: rgba(255,255,255,.7);
}
.owl-carousel .owl-item .item .mall-category-item small {
    color: #7a7e8a;
    font-size: 14px;
    background-color: transparent;
    font-weight: normal;
}
.owl-carousel .owl-item .item .mall-category-item:hover small {
    color: rgba(255,255,255,.7);
}
.mall-category-item .btn:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/************pills slider end**********/

/************fix cart start************/
.fix-cart-bar {
    background-color: #00c251;
    border-radius: 3px;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    right: auto;
    left: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    width: 400px;
    z-index: 5555555555;
}
.fix-cart-bar .fb-total-item {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 5px;
}
.fix-cart-bar .fb-price {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
.fix-cart-bar .fb-price span {
    font-size: 14px;
}
.fix-cart-bar .fb-cart-link {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    float: right;
    font-weight: 500;
}
.fix-cart-bar .fb-cart-link a {
    color: #fff;
}
.fix-cart-bar .fb-cart-link a i {
    font-size: 20px;
}
/*************fix cart end*************/

.btn-primary {
    text-transform: uppercase;
}
.btn {
    text-transform: uppercase;
}
#sendAppLinkPhoneForm .btn-primary {
    font-size: 14px;
}
.offer-dedicated-body-left a:hover {
    color: #000;
}
#userAddressesContainer .addresses-item {
    border: none !important;
    margin-bottom: 0 !important;
}
#userAddressesContainer .addresses-item .gold-members {
    background-color: #f9f9f9;
    border-bottom: 2px solid #fff;
}
#userAddressesContainer .addresses-item .gold-members:hover {
    background-color: #f2f2f2;
}
#userAddressesContainer .addresses-item.border-success .gold-members {
    background-color: rgba(167, 0, 0, .05);
}
#userAddressesContainer .addresses-item.border-success .gold-members i {
    color: #c20000;
}
#userAddressesContainer .addresses-item.border-success .gold-members .media-body h6 {
    color: #c20000;
}
#userAddressesContainer .addresses-item.border-success .gold-members .media-body .btn-success {
    background-color: #c20000 !important;
    border: 1px solid #c20000 !important;
    color: #fff;
}
#userAddressesContainer .addresses-item.border-success .gold-members .media-body .btn-success:hover {
    color: #fff;
}
#userAddressesContainer .addresses-item:hover .gold-members:after {
    content: "Click on deliver here to choose address";
    position: absolute;
    bottom: 4px;
    right: 2px;
    color: #000;
    background-color: #e1e1e1;
    padding: 5px 20px;
    font-size: 12px;
}
#userAddressesContainer .addresses-item.border-success .gold-members:after {
    content: "Current address";
    position: absolute;
    bottom: 4px;
    right: 2px;
    color: #c20000;
    background-color: #fff;
    padding: 5px 20px;
    font-size: 12px;
}
section.pricing {
/*  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}
.pricing .card {
    border: none;
    transition: all 0.2s;
    box-shadow: 0 0rem 0rem 0 rgba(0, 0, 0, 0);
    border-radius: 0;
}
.pricing .card .card-body h5 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin:0;
    background-color: transparent;
    color: #666;
}
.pricing .card .card-body h6 {
    padding-bottom: 20px;
    background-color: transparent;
    color: #666;
}
.pricing .card.buy .card-body h5 {
    padding-top: 20px;
    padding-bottom: 0px;
    margin:0;
    background-color: #c20000;
    color: #fff !important;
}
.pricing .card.buy .card-body h6 {
    padding-bottom: 20px;
    background-color: #c20000;
    color: #fff;
}
.pricing .card .fa-ul {
    border-radius: 1rem 0 0 1rem;
    border: 1px solid #f2f2f2;
    margin: 20px 0;
    border-right: none;
}
.pricing .card .fa-ul {
    margin: -1px 0 0;
}
.pricing .card.buy .fa-ul {
    border-radius: 0;
    border: none;
    margin: 0;
}
.pricing .card .fa-ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 15px;
    margin-bottom: 0;
}
.pricing .card.buy .fa-ul li {
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.05), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.05), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.05);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.05), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.pricing .card .fa-ul li:last-child {
    border-bottom: none;
}
.pricing .card.buy .fa-ul li:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.pricing .card .fa-ul li:nth-child(even) {
    background-color: #f9f9f9;
}
.pricing hr {
    margin: 1.5rem 0;
}
.pricing .card .card-body {
    padding: 0;
    border-top: 1px solid transparent;
}
.pricing .card.buy .card-body {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 1rem 0 0 1rem;
}
.pricing .card.buy:last-child .card-body {
    border-radius: 0 1rem 1rem 0;
    border-left: 0;
}
.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}
.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}
.pricing .card-price .period {
    font-size: 0.8rem;
}
.pricing ul li {
    margin-bottom: 1rem;
}
.pricing .text-muted {
    opacity: 1;
}
.pricing .btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 5rem;
    padding: 1rem;
    margin: 20px;
    width: auto;
    transition: all 0.2s;
}
.pricing .card.buy .fa-ul li i {
    font-size: 24px;
    line-height: 19px;
    padding-top: 0;
    position: relative;
    top: 2px;
}
.pricing .card.buy .fa-ul li i.fa-times-circle {
    color: #ff0033;
}
.pricing .card.buy .fa-ul li i.fa-check-circle {
    color: #4bb543;
}
.white-text {
    color: #fff;
    text-decoration: underline;
}
.white-text:hover  {
    color:#fff;
}
/* Hover Effects on Card */
/*
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}*/

.strike-price {
    color: #999;
    text-decoration:line-through;
    padding-right:3px;
}

.avatar {
    padding: 0px 0 0;
    min-height: auto;
}

.avatar img {
    width: 100px;
    height: auto;
    object-fit: cover;
    border-radius:7px;
}
.avatarmini {
    padding: 0px 0 0;
    min-height: auto;
}

.avatarmini img {
    width: 50px;
    height: auto;
    object-fit: cover;
    border-radius:7px;
}
.category-menu {
  background-color: #444;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  padding: 7px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.category-menu a {
  color: #fff;
  text-decoration: none;
}

.category-menu .pure-veg-icon {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 1;
}

.category-menu.position-top {
  bottom: 90px;
}

.category-menu .select-cate {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 42px;
  right: 0px;
  min-width: 200px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  z-index: 2;
  border: 1px solid #e1e1e1;
}

.category-menu .select-cate ul {
  margin: 0;
  padding: 0;
}

.category-menu .select-cate ul li {
  list-style: none;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 10px 5px;
  text-transform: none;
}

.category-menu .select-cate ul li span {
  float: right;
}

.fade-div {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.show-div-class {
  display: block !important;
}
#categoriesButton {
    display: none;
}
@media (max-width: 991px) {
    /*************Temp header note Start************/
    .temp-note {
        font-size: 14px;
        line-height: 20px;
    }
    /*.osahan-nav {
        position:fixed;
        width:100%;
        top:60px;
    }*/
    /*************Temp header note End************/
    .about-links-foot {
        margin-bottom: 40px;
    }
    .about-links-foot ul li {
        display: inline-block;
        padding-right: 30px;
    }
    .osahan-nav {
        background: #c20000 !important;
    }
    .osahan-nav .navbar-brand img {
        display: none;
    }
    .osahan-nav .navbar-brand:before {
        content: "Food";
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
    }
    .osahan-nav .navbar-brand:after {
        content: "Airway";
        color: #fff;
        font-size: 24px;
        font-weight: 300;
    }
    .osahan-nav .navbar-toggler {
        background-color: #fff;
    }
    .osahan-nav .navbar-toggler .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .fix-cart-bar {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 10px;
    }
    .fix-cart-bar .col-sm-7 {
        max-width: 58.333333%;
    } 
    .fix-cart-bar .col-sm-5 {
        max-width:41.666667%;
    }
    .osahan-nav {
        padding: 8px 15px;
    }
    .wrapper-main {
        margin-top: 62px;
    }
    #navbarNavDropdown .navbar-nav li {
        color: #fff;
    }
    #navbarNavDropdown .navbar-nav li a {
        color: #fff;
        text-align: left;
    }
    #navbarNavDropdown .navbar-nav li a i {
        display: none;
    }
    #navbarNavDropdown .navbar-nav li .dropdown-toggle:after {
        border-width: 7px;
        float: right;
        margin-top: 9px;
    }
    #navbarNavDropdown .navbar-nav li.dropdown .dropdown-menu {
        background-color: rgba(255,255,255,.2);
        border:none;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    #navbarNavDropdown .navbar-nav li.dropdown .dropdown-menu a {
        padding: 14px 10px !important;
        font-size: 16px;
    }
    #showOnWebOnly {
        display: none;    
    }
    .category-menu {
        display: none;
    }
    .category-listing {
        background-color: #fff;
        border-bottom:3px solid #f2f2f2; 
    }
    .category-wrapper {
        background-color: #fff;
        padding: 0 !important;
        margin: 0 !important;
    }
    #categoriesButton {
        display: block;
    }
    .category-wrapper .list-items-wrapper {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .category-listing h5 {
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        letter-spacing: .5px;
        padding-left: 20px;
        font-size: 18px;
    }
    .category-listing .gold-members .media .avatar {
        flex: 0 0 25%;
    }
    .category-listing .gold-members .media .avatar img {
        width: 100%;
    }
    .category-listing .gold-members .media .media-body {
        flex: 0 0 70%;
    }
    .category-listing .gold-members .media .media-body h6 {
        color: #333;
        font-weight: 700;
        font-size: 16px;
        white-space: normal;
    }
    .category-listing .gold-members .media .media-body p {
        margin-bottom: 2px;
    }
    .category-listing .gold-members .media .media-body .price-wrap {
        color: #333;
        font-weight: 600;
        font-size: 14px;
    }
    .category-listing .gold-members .media .media-body .price-wrap .percentage-off {
        color: #c20000;
        padding-left: 3px;
    }
    .category-listing .gold-members .media .media-body .ingredients {
        color: #666;
        font-size: 13px;
        font-weight: normal;
        white-space: normal;
    }
    .category-listing .gold-members .media .media-body .item-summary {
        color: #999;
        font-size: 13px;
        white-space: normal;
    }
}
@media (max-width: 767px) {
    .wrapper-main .restaurant-detailed-banner {
        display: none;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block;
    }
    .product-listing-menu .col-md-12 {
        padding: 0;
    }
    .product-listing-menu #pills-tab {
        background-color: #c20000;
    }
    .product-listing-menu #pills-tab li {
        border: none;
        padding: 0;
        margin: 0 !important;
    }
    .product-listing-menu #pills-tab li a {
        border: none;
        color: #fff;
    }
    .product-listing-menu #pills-tab li a.active {
        background-color: #fff;
        color: #c20000;
    }
    .download-app-icons img {
        height: 40px;
    }
    .about-links-foot ul li {
        display: block;
        padding-right: 0;
    }
    .mobile-download-section .section-header h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    .mobile-download-section .section-header p,
    .mobile-download-section .app-line {
        text-align: center;
    }
    .becomemember-section {
        border-top: 1px solid #e1e1e1;
    }
    .becomemember-section .line {
        margin-bottom: 30px;
    }
    /*************Temp header note Start************/
    .temp-note {
        font-size: 14px;
        line-height: 20px;
    }
    /*.osahan-nav {
        position:fixed;
        width:100%;
        top:0px;
    }
    .wrapper-main {
        margin-top: 90px !important;
    }*/
    /*************Temp header note End************/

    .fix-cart-bar {
        padding: 10px;
    }
    .fix-cart-bar .fb-total-item {
        font-size: 12px;
    }
    .fix-cart-bar .fb-price {
        font-size: 20px;
    }
    .fix-cart-bar .fb-price span {
        font-size: 12px;
    }
    .fix-cart-bar .fb-cart-link {
        font-size: 20px;
    }
    .fix-cart-bar .fb-cart-link a i {
        font-size: 18px;
    }

}
/*************** custon css end *******************/