﻿.ui-widget-content .ui-state-active {
	background: #fe6150;
	color: white;
}

.ui-widget-content .ui-menu-item-wrapper {
	border: none !important;
	font-size: 16px;
	padding: 10px;
	border-radius: 8px;
}
.ui-widget.ui-widget-content {
    padding: 10px;
    border-radius: 8px;
    max-height: 400px;
    overflow: auto;
}

.menu_types .owl-theme .owl-nav {
    margin: 0;
}

.menu_types .owl-theme .owl-nav [class*=owl-] {
    top: 0;
}
    .menu_types .owl-theme .owl-nav .disabled:hover {
        color: inherit;
    }
    .menu_types .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
        color: #ff6252;
    }
.menu_types .owl-nav button.owl-prev {
    left: -30px;
}
.menu_types .owl-nav button.owl-next {
    right: -20px;
}
.resturentFilter_header .menu_types {
    padding: 10px 46px;
}
.dd-style-one .dropdown-menu .dropdown-item {
    padding: 15px 10px !important;
    border-radius: 8px;
    margin-bottom: 5px;
}
.dd-style-one .dropdown-menu .dropdown-item.active {
    background: #ffecea !important;
    color: #fe6150 !important;
}
    .dd-style-one .dropdown-menu .dropdown-item:hover {
        background: #ffecea !important;
        color: #fe6150 !important;
    }

.dd-style-one .dropdown-menu {
    padding: 25px 17px !important;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.header .navbar-nav > li.user > a {
    color: #262d40;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
}
.header .navbar-nav > li.user > a:hover {
    text-decoration: none !important;
}

.single-line-ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat_img {
    height: 180px;
    overflow: hidden;
}

.cat_img img, .trending-img img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.trending-img {
    height: 250px;
    overflow:hidden;
}

.resturentFilter_header .menu_types {
    width: 0;
    max-width: none;
    flex: 1;
}

.resturentFilter_header .food_types .food_types_dropdown .dropdown-menu .wrap {
    max-height: 50vh;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resturent_search .close_search {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 4px;
    right: 10px !important;
}

.review-order-wrap { 
    max-height: 40vh;
    overflow: auto;
    margin: 0 -20px;
    padding: 10px;
}

.resturent_filter .search_product .food_search .resturent_search::before { 
    position: absolute;
}
.resturent_filter .search_product .food_search .resturent_search .form-control {
    padding-left: 50px;
    height: 100%;
}

.header .m-location {
    max-width: 250px;
    margin-right: 30px;
}
.header .m-location .m-location-area {
    width: calc(100% - 42px);
}
.header .m-location .m-location-area .m-location-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.k-icon.k-clear-value.k-i-close {
    display: none !important;
}

.address_modal_wrap .form-group .form-control {
    font-size: 24px;
    color: #707070;
    padding: 0 42px;
    height: 63px;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.text-black {
    color: #2b2b2b;
}

.email-area {
    padding: 20px;
    /* background: #ffc0ba; */
    /*margin-top: -8px;*/
    background: #ffecea;
    color: #fe6150;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header .navbar-nav > li.user .dropdown-menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.header .navbar-nav > li.user .dropdown-menu {
    padding: 0;
}
.header .navbar-nav > li.user .dropdown-menu ul li a {padding-top: 15px;padding-bottom: 15px;}
.header .navbar-nav > li.user .dropdown-menu:before {
    border-bottom-color: #ffecea;
}
.header .navbar-nav > li.user {
    margin-right: 0px;
}

.order-history .card {
    margin-bottom: 20px;
}

.order-history .inner > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-history .order-item p {
    margin-bottom: 5px;
}

.order-history .title,
.order-history .amount {
    color: #fe6150;
}
.order-history .order-item .datetime {
    color: #fe6150b5;
}
.page-title-custom {
    margin-bottom: 30px
}

.orderdetail-popup .modal-header {
    flex-direction: column;
    align-items: center;
}

.orderdetail-popup .modal-header .datetime {
    color: #fe6150;
}