@charset "UTF-8";
/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Zing My Order
    Version                  :       1.0
    Author                   :       Renfos Technologies
    Author  URl              :       www.renfos.com

   ========================================================================== */

/* ==========================================================================
   Master Styles
   ========================================================================== */

body {
    color: #3e5569;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.title {
    font-family: 'Rancho', cursive;
    font-size: 50px;
    text-transform: capitalize;
    color: #29272e;
    margin: 0;
}
.btn {
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-theme {
    background-color: #40b659;
    color: #fff;
}
.btn-theme:hover {
    color: #fff;
}
body::-webkit-scrollbar {
    width: 8px;
}
button::-moz-focus-inner {
    border: 0;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #333;
}
body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #40b659;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
.tooltip {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-bag:before { content: "\f100"; }
.flaticon-shopping-cart:before { content: "\f101"; }
.flaticon-pin:before { content: "\f102"; }
.flaticon-gps:before { content: "\f103"; }
.flaticon-like:before { content: "\f104"; }
.flaticon-favorite-heart-button:before { content: "\f105"; }
.flaticon-dish:before { content: "\f106"; }
.flaticon-cook:before { content: "\f107"; }
.flaticon-mobile:before { content: "\f108"; }
.flaticon-meal:before { content: "\f109"; }
.flaticon-apple:before { content: "\f10a"; }
.flaticon-apple-1:before { content: "\f10b"; }
.flaticon-android-logo:before { content: "\f10c"; }
.flaticon-android:before { content: "\f10d"; }
.flaticon-plus:before { content: "\f10e"; }
.flaticon-home:before { content: "\f10f"; }
.flaticon-user:before { content: "\f110"; }
.flaticon-locked:before { content: "\f111"; }
.flaticon-security:before { content: "\f112"; }
.flaticon-key:before { content: "\f113"; }
.flaticon-mail:before { content: "\f114"; }
.flaticon-phone-call:before { content: "\f115"; }
.flaticon-right-arrow:before { content: "\f116"; }
.flaticon-left-arrow:before { content: "\f117"; }
.flaticon-right-arrow-1:before { content: "\f118"; }
.flaticon-right-arrow-2:before { content: "\f119"; }
.flaticon-left-arrow-1:before { content: "\f11a"; }
.flaticon-spin:before { content: "\f11b"; }
.flaticon-download:before { content: "\f11c"; }
.flaticon-success:before { content: "\f11d"; }
.flaticon-search:before { content: "\f11e"; }
.flaticon-settings:before { content: "\f11f"; }
.flaticon-delivery-truck:before { content: "\f120"; }
.flaticon-delivery-truck-1:before { content: "\f121"; }
.flaticon-fast-delivery:before { content: "\f122"; }
.flaticon-indian:before { content: "\f123"; }
.flaticon-soup:before { content: "\f124"; }
.flaticon-juice:before { content: "\f125"; }
.flaticon-beverage:before { content: "\f126"; }
.flaticon-food:before { content: "\f127"; }
.flaticon-pizza:before { content: "\f128"; }
.flaticon-coffee-cup:before { content: "\f129"; }
.flaticon-meat:before { content: "\f12a"; }
.flaticon-turkey:before { content: "\f12b"; }
.flaticon-breakfast:before { content: "\f12c"; }
.flaticon-dinner:before { content: "\f12d"; }
.flaticon-fruit:before { content: "\f12e"; }
.flaticon-takeaway:before { content: "\f12f"; }
.flaticon-money:before { content: "\f130"; }
.flaticon-star:before { content: "\f131"; }
.flaticon-scooter:before { content: "\f132"; }
.flaticon-donation:before { content: "\f133"; }
.flaticon-help:before { content: "\f134"; }
.flaticon-gps-1:before { content: "\f135"; }
.flaticon-timer:before { content: "\f136"; }
.flaticon-food-1:before { content: "\f137"; }
.flaticon-order-food:before { content: "\f138"; }
.flaticon-stopwatch:before { content: "\f139"; }
.flaticon-fast-food:before { content: "\f13a"; }
.flaticon-garbage:before { content: "\f13b"; }
.flaticon-edit:before { content: "\f13c"; }
.flaticon-view:before { content: "\f13d"; }
.w-10 {
    width: 10% !important
}
.w-90 {
    width: 90% !important
}
.w-12 {
    width: 12% !important
}
.w-88 {
    width: 88% !important
}
.w-15 {
    width: 15% !important
}
.w-85 {
    width: 85% !important
}
.w-20 {
    width: 20% !important
}
.w-80 {
    width: 80% !important
}
.w-30 {
    width: 30% !important
}
.w-70 {
    width: 70% !important
}
.w-40 {
    width: 40% !important
}
.w-60 {
    width: 60% !important
}
@media only screen and (max-width: 1023px) {
    .w-sm-100 {
        width: 100% !important
    }
}
@media only screen and (max-width: 767px) {
    .w-xs-100 {
        width: 100% !important
    }
}
.main-wrap .main-header {
    background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}
.main-wrap .main-header .navbar {
    height: 76px;
}
.main-wrap .main-header .navbar .navbar-brand {
    position: relative;
    padding: 0;
}
.main-wrap .main-header .navbar .navbar-brand img {
    height: 60px;
    /* position: absolute;
    top: -20px; */
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-wrap .main-header.shrink-header .navbar .navbar-brand img {
    height: 50px;
}
.main-wrap .main-header .navbar .main-nav-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: transparent;
}
.main-wrap .main-header .navbar .main-nav-toggler * {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.main-wrap .main-header .navbar .main-nav-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3e5569;
    border-radius: 30px;
    opacity: 1;
    left: 0;
}
.main-wrap .main-header .navbar .main-nav-toggler span:nth-child(1) {
    top: 6px;
}
.main-wrap .main-header .navbar .main-nav-toggler span:nth-child(2) {
    top: 14px;
    width: 80%;
}
.main-wrap .main-header .navbar .main-nav-toggler span:nth-child(3) {
    top: 22px;
}
.main-wrap .main-header .navbar .main-nav-toggler.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.main-wrap .main-header .navbar .main-nav-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.main-wrap .main-header .navbar .main-nav-toggler.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.main-wrap .main-header .navbar .cart-wrap {
    /* border-left: 1px solid rgba(0, 0, 0, 0.18); */
    margin-left: 10px;
    padding-left: 15px;
}
.main-wrap .main-header .navbar .cart-wrap .cart-inner .icon i {
    font-size: 22px;
    margin-right: 8px;
}
.main-wrap .main-header .navbar .cart-wrap .cart-inner .icon {
    position: relative;
}
.main-wrap .main-header .navbar .cart-wrap .cart-inner .count {
    position: absolute;
    background-color: #40b659;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    border-radius: 50%;
    right: 0px;
    top: 3px;
}
.main-wrap .main-header .navbar .cart-wrap .cart-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-wrap .main-header .navbar .navbar-nav .nav-link {
    padding: 5px 15px;
}
.main-wrap .main-header .navbar .navbar-nav .nav-link.btn {
    color: #fff;
    line-height: 21px;
    height: 35px;
    padding-left: 35px;
    position: relative;
}
.main-wrap .main-header .navbar .navbar-nav .nav-link.btn i {
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 7px;
}
.main-wrap .main-header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.main-wrap .main-nav {
    position: fixed;
    top: 76px;
    left: 0;
    width: 300px;
    background: #fff;
    height: calc(100vh - 76px) !important;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    z-index: 999;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.main-wrap.main-nav-expand .main-nav {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.main-wrap .main-nav .main-menu-wrap {
    border-bottom: 1px solid #ededed;
}
.main-wrap .main-nav .main-menu-wrap a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    color: #3e5569;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
}
.main-wrap .main-nav .main-menu-wrap a:hover {
    color: #40b659;
}
.main-wrap .main-nav .main-menu-wrap a i {
    font-size: 20px;
    margin-right: 5px;
    font-weight: normal;
}
.main-wrap .main-nav .links-wrap {
    margin-top: 20px;
}
.main-wrap .main-nav .links-wrap a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 13px;
    padding: 5px 20px;
}
.main-wrap .hero-wrap {
    position: relative;
}
.main-wrap .hero-wrap .hero-slider .slide-bg {
    min-height: calc(100vh - 76px);
}
.main-wrap .hero-wrap .hero-slider .slide-bg img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    /* left: 50%;
    transform: translateX(-50%); */
    right: 0;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    display: none;
    visibility: hidden;
}
.main-wrap .hero-wrap .hero-slider .next-slide {
    right: 30px;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow .arrow-slide {
    position: relative;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow .arrow-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 60px;
    height: 1.5px;
    background-color: #40b659;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow .arrow-slide i {
    font-size: 50px;
    color: #40b659;
    text-align: center;
    display: inline-block;
}
.main-wrap .hero-wrap .hero-slider .prev-slide {
    left: 30px;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow.prev-slide .arrow-slide::before {
    left: 15px;
}
.main-wrap .hero-wrap .hero-slider .slick-arrow.next-slide .arrow-slide::before {
    right: 15px;
}
.main-wrap .hero-wrap .hero-slider .item img {
    width: 100%;
}
.main-wrap .hero-wrap .hero-search-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    margin-top: -100px;
    z-index: 2;
}
.main-wrap .hero-wrap .hero-search-wrap .serach-header h1 {
    font-size: 80px;
    color: #222;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 90px;
}
.main-wrap .hero-wrap .hero-search-wrap .serach-header h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.main-wrap .hero-wrap .hero-search-wrap .serach-header {
    margin-bottom: 40px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form {
    position: relative;
    width: 85%;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .form-control {
    height: 60px;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 18px;
    padding-right: 340px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #40b659;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .search-btn {
    border-radius: 0;
    height: 60px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .locate-me {
    position: absolute;
    top: 50%;
    right: 220px;
    margin-top: -14px;
    font-size: 16px;
    padding-left: 30px;
    color: #555;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .locate-me i {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -4px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap {
    position: absolute;
    top: 0;
    /* width: calc(100% - 54px); */
    width: 100%;
    left: 0px;
    background-color: #fff;
    padding: 20px;
    /* border-radius: 0px 0px 10px 10px;  */
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-wrap .hero-wrap .slider-nav-wrap .hero-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    top: 50%;
    z-index: 666;
    cursor: pointer;
    border: none;
    color: #40b659;
    background-color: #fff;
}
.main-wrap .hero-wrap .slider-nav-wrap .hero-nav:hover {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .hero-wrap .slider-nav-wrap .hero-nav.prev-nav {
    left: 10%;
}
.main-wrap .hero-wrap .slider-nav-wrap .hero-nav.next-nav {
    right: 10%;
}
.main-wrap .main-footer .footer-wdget-wrap {
    padding: 80px 0;
    background-color: #111;
}
.main-wrap .main-footer .footer-wdget-wrap .about-widget .logo img {
    height: 40px;
}
.main-wrap .main-footer .footer-wdget-wrap .about-widget .logo {
    display: block;
    margin-bottom: 20px;
}
.main-wrap .main-footer .footer-wdget-wrap .about-widget p {
    margin: 0;
    color: #fff;
}
.main-wrap .main-footer .footer-wdget-wrap .widget .widget-title {
    margin-top: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.main-wrap .main-footer .footer-wdget-wrap .widget .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-wrap .main-footer .footer-wdget-wrap .widget .footer-links li {
    margin-bottom: 5px;
}
.main-wrap .main-footer .footer-wdget-wrap .widget .footer-links li a {
    color: #fff;
    display: block;
    opacity: 0.6;
}
.main-wrap .main-footer .footer-wdget-wrap .footer-social {
    margin-top: 20px;
}
.main-wrap .main-footer .footer-wdget-wrap .footer-social a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: #444;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
.main-wrap .main-footer .footer-wdget-wrap .footer-social a:hover {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .main-footer .footer-copy {
    background-color: #111;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-wrap .main-footer .footer-copy p {
    color: #fff;
    margin: 0;
}
.main-wrap .main-footer .footer-copy p a {
    color: #fff;
}
.main-wrap .main-footer .footer-privacy-payments {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #111;
    padding: 10px 0;
}
.main-wrap .main-footer .footer-privacy-payments .nav-link {
    color: #fff;
    opacity: 0.5;
}
.main-wrap .main-footer .footer-privacy-payments .paymants-list img {
    height: 40px;
}
.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}
.layer-overlay::before {
    background-color: rgba(17, 17, 17, 0.5);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.main-wrap .download-app-wrap {
    padding-top: 50px;
}
.main-wrap .download-app-wrap .app-content h2 {
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    font-size: 50px;
    margin-bottom: 20px;
}
.main-wrap .download-app-wrap .app-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.main-wrap .download-app-wrap .app-content .app-btn {
    border-radius: 30px;
}
.main-wrap .download-app-wrap .app-content .app-btn i {
    margin-right: 5px;
}
.main-wrap .download-app-wrap .app-content .app-btn.btn-ios {
    background-color: #40b659;
    color: #fff;
    padding: 8px 20px;
    margin-right: 20px;
}
.main-wrap .download-app-wrap .app-content .app-btn.btn-android {
    background-color: transparent;
    border: 1px solid #ffff;
    color: #fff;
}
.main-wrap .sec-title {
    margin-bottom: 40px;
}
.main-wrap .sec-title .top-title {
    font-weight: 500;
    font-size: 16px;
    color: #40b659;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.main-wrap .sec-title .top-title::after, .main-wrap .sec-title .top-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #40b659;
    top: 50%;
    margin-top: -2px;
}
.main-wrap .sec-title .top-title::before {
    left: -18px;
}
.main-wrap .sec-title .top-title::after {
    right: -18px;
}
.main-wrap .sec-title .top-title span {
    position: relative;
}
.main-wrap .sec-title .top-title span::before, .main-wrap .sec-title .top-title span:after {
    content: '';
    position: absolute;
    width: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #40b659;
    top: 50%;
    margin-top: 0px;
}
.main-wrap .sec-title .top-title span::before {
    left: -65px;
}
.main-wrap .sec-title .top-title span::after {
    right: -65px;
}
.main-wrap .sec-title h2 {
    margin: 0;
    font-size: 50px;
}
.main-wrap .how-it-works {
    padding: 50px 0;
}
.main-wrap .how-it-works .step-wrapper {
    position: relative;
}
.main-wrap .how-it-works .step-wrapper .step-number {
    position: absolute;
    top: 10px;
    left: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    z-index: 2;
    background-color: #40b659;
}
.main-wrap .how-it-works .step-wrapper .step-number::before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    opacity: 0.25;
    z-index: -1;
    background-color: #40b659;
}
.main-wrap .how-it-works .step-wrapper .step-number, .main-wrap .how-it-works .step-wrapper .step-number::before {
    border-radius: 100%;
}
@media (min-width: 768px) {
    .main-wrap .how-it-works .step-wrapper .step-number {
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.8rem;
    }
    .main-wrap .how-it-works .step-wrapper .step-number::before {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
    }
}
.main-wrap .how-it-works .step-wrapper div[class^="col-"] {
    padding-left: 6rem;
    padding-right: 6rem;
}
.main-wrap .how-it-works .step-wrapper .step-content h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: capitalize;
}
.main-wrap .how-it-works .step-wrapper .step-content p {
    line-height: 28px;
}
.main-wrap .how-it-works .step-wrapper::before, .main-wrap .how-it-works .step-wrapper::after {
    content: ' ';
    position: absolute;
    left: 26px;
    margin-left: 0;
    width: 4px;
    border-radius: 4px;
    background-color: #c9d0d8;
}
@media (min-width: 768px) {
    .main-wrap .how-it-works .step-wrapper::before, .main-wrap .how-it-works .step-wrapper::after {
        left: 50%;
        margin-left: -2px;
    }
}
.main-wrap .how-it-works .step-wrapper::before {
    top: -1rem;
    bottom: calc(50% + (25px + 1rem));
}
.main-wrap .how-it-works .step-wrapper::after {
    top: calc(50px + 1rem);
    bottom: 1rem;
}
@media (min-width: 768px) {
    .main-wrap .how-it-works .step-wrapper::after {
        top: calc(50% + (25px + 1rem));
        bottom: -1rem;
    }
}
.main-wrap .how-it-works .step-wrapper:last-child::after {
    display: none;
}
.main-wrap .how-it-works .step-wrapper.first::before {
    display: none;
}
.main-wrap .how-it-works .step-wrapper+.step-wrapper {
    padding-top: 40px;
}
.main-wrap .page-title {
    padding: 30px 0;
    background-color: #f7f7f7;
}
.main-wrap .page-title h2 {
    margin: 0;
    font-size: 40px;
}
.main-wrap .page-title p {
    margin: 0;
}

.main-wrap .results-wrap {
    padding: 18px 0;
    background-color: #3e5569;
}
.main-wrap .results-wrap h5 {
    margin: 12px 0 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
}
.main-wrap .results-wrap .inner-header-search {
    border-radius: 30px;
    overflow: hidden;
    padding-right: 40px;
    background-color: #fff;
}
.main-wrap .results-wrap .inner-header-search .form-control {
    border: none;
    border-radius: 0;
    height: 45px;
    padding-left: 20px;
    border-right: 1px solid #d2d8dd;
    padding-right: 50px;
}
.main-wrap .results-wrap .inner-header-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-wrap .results-wrap .inner-header-search .form-group {
    position: relative;
    margin: 0;
}
.main-wrap .results-wrap .inner-header-search .form-group i {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
}
.main-wrap .results-wrap .inner-header-search .btn {
    position: absolute;
    right: 18px;
    top: 2px;
    padding: 0;
    height: 40px;
    width: 40px;
}
.main-wrap .results-wrap .header-search-wrap {
    padding-right: 40px;
    border: 1px solid #e9e9eb;
    border-radius: 30px;
    min-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item {
    position: relative;
    min-height: 38px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    top: 5px;
    background-color: #e9e9e9;
    z-index: 8;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item i {
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 3;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.location {
    min-width: 300px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.location .form-control {
    padding-left: 40px;
}
.main-wrap .results-wrap .header-search-wrap .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .selectize {
    min-width: 200px;
    min-height: 38px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .selectize .selectize-input {
    padding: 9px 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 10px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .selectize-dropdown {
    border: none;
    padding-left: 0;
    border-radius: 6px;
    padding: 5px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item span {
    position: absolute;
    left: 9px;
    top: 8px;
    font-size: 14px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.rating .br-wrapper {
    padding-left: 60px;
    margin-top: 7px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.price .range-slider {
    padding-left: 70px;
    padding-right: 35px;
    margin-top: 19px;
}
.range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}
.range-slider .ui-slider {
    position: relative;
    text-align: left;
}
.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: w-resize;
    background: #3e5569;
    outline: none;
    top: -8px;
    margin-left: -8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}
.range-slider .ui-widget-content {
    background-color: #e8e8e8;
}
.range-slider .ui-widget-header {
    background-color: #66676b;
}
.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}
.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
input.first-slider-value:focus, input.second-slider-value:focus, input.first-slider-value, input.second-slider-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}
input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%;
}
input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}
.range-slider .ui-widget-header {
    background-color: #40b659;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.price .range-slider input.first-slider-value {
    float: none;
    position: absolute;
    left: -22px;
    top: -20px;
    font-size: 14px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.price .range-slider input.second-slider-value {
    position: absolute;
    right: -30px;
    top: -20px;
    font-size: 14px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .br-theme-fontawesome-stars .br-widget a {
    font-size: 15px;
    margin-right: 5px;
}
.main-wrap .listing-wrap .sidebar {
    border-radius: 6px;
    background-color: #fff;
    /* border: 1px solid #eee;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0), 0 4px 15px 0 rgba(0, 0, 0, 0.15); */
}
.main-wrap .listing-wrap .sidebar .widget:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.main-wrap .listing-wrap .sidebar .widget .widget-title {
    margin-top: 0;
    padding: 10px 20px;
    font-family: 'Rancho', cursive;
    font-size: 26px;
    padding-bottom: 0;
}
.zing-checkbox input[type="checkbox"] {
    display: none;
}
.zing-checkbox label {
    position: relative;
    display: block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding-left: 24px;
    font-size: 14px;
}
.zing-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 4px;
    background-color: #ddd;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.zing-checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 1px;
    top: -2px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 10px;
    color: #fff;
}
.zing-checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.zing-checkbox input[type="checkbox"]:checked+label::before {
    background-color: #40b659;
}
.main-wrap .listing-wrap .sidebar .widget .checkboxlist .checkbox-item:last-child label {
    margin-bottom: 0;
}
.main-wrap .listing-wrap .sidebar .widget .widget-body {
    padding: 15px 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item {
    border: 1px solid #ededed;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .img-holder {
    display: inline-block;
    width: 125px;
    min-width: 125px;
    vertical-align: middle;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .img-holder figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder {
    padding-left: 10px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 12px 15px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .title a {
    color: #333;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .type {
    font-size: 15px;
    color: #444;
    margin-bottom: 5px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .location {
    color: #999;
    font-size: 15px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .location i {
    margin-right: 5px;
    color: #40b659;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .delivery {
    font-size: 14px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .delivery i {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.main-wrap .listing-wrap .sidebar .categories-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li {
    width: 33.333%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a {
    display: block;
    width: 100%;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a i {
    font-size: 28px;
    color: #9a9a9a;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a span {
    display: block;
    font-size: 14px;
    color: #3e5569;
    margin-top: 5px;
    font-weight: 600;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 46px;
    display: inline-block;
    border: 1px solid transparent;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a:hover i {
    transform: scale(1.2);
    color: #40b659;
}
.main-wrap .listing-wrap .sidebar .categories-wrap .list-category li a:focus i {
    border-color: #40b659;
    transform: scale(1.2);
    color: #40b659;
}
.main-wrap .listing-wrap .sidebar .rating-widget label i {
    color: #f6af00;
    font-size: 16px;
    margin: 0 2px;
}
.main-wrap .listing-wrap .sidebar .pricing-widget .pricing-list .pricing-item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.main-wrap .listing-wrap .sidebar .pricing-widget .pricing-list .pricing-item input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.main-wrap .listing-wrap .sidebar .pricing-widget .pricing-list .pricing-item label {
    cursor: pointer;
    min-width: 60px;
    padding: 3px 10px;
    border: 1px solid #40b659;
    text-align: center;
    border-radius: 30px;
    color: #40b659;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-family: 'Rancho', cursive;
}
.main-wrap .listing-wrap .sidebar .pricing-widget .pricing-list .pricing-item input:checked+label {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .img-holder {
    display: inline-block;
    width: 90px;
    margin: 0 auto;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .img-holder figure {
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder {
    position: relative;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder h3 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder h3 a {
    color: #444;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder p {
    margin-bottom: 5px;
    font-size: 14px;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder .delivery {
    font-size: 14px;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder .delivery i {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder .status {
    display: inline-block;
    font-size: 12px;
    padding: 3px 9px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    position: relative;
    top: -20px;
}
.main-wrap .listing-wrap .right-sidebar .popular-restaurants-wrap .popular-item .text-holder .status.open {
    background-color: #40b659;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .raty {
    position: absolute;
    right: 10px;
    top: 10px;
}
.raty i.fa-star {
    color: #f6af00;
}
.raty i.fa-star-o {
    color: #b5b5b5;
}
.main-wrap .listing-wrap .right-sidebar .sidebar-advt {
    border-radius: 6px;
    overflow: hidden;
}
.main-wrap .listing-wrap .right-sidebar .sidebar-advt.with-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-wrap .listing-wrap .right-sidebar .sidebar-advt .ad-content {
    color: #fff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.main-wrap .listing-wrap .right-sidebar .sidebar-advt .ad-content h4 {
    font-size: 22px;
    font-weight: 900;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item {
    border: 1px solid #ededed;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .img-wrap {
    position: relative;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .img-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 1;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap {
    padding: 0px 20px;
    padding-bottom: 20px;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head {
    margin-top: -35px;
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head .res-img {
    min-width: 70px;
    max-width: 70px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head .res-img img {}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head .res-content {
    display: inline-block;
    margin-left: 10px;
    vertical-align: super;
    width: 100%;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head .res-content h4 {
    margin-top: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .restaurant-head .res-content p {
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .food-content {
    margin-top: 10px;
    position: relative;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .food-content .delivery {
    font-size: 15px;
    margin-bottom: 5px;
    color: #555;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .food-content .delivery i {
    margin-right: 5px;
}
.main-wrap .listing-wrap .favorites-food-wrap .food-item .content-wrap .food-content .price {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #888;
    font-size: 18px;
}
.main-wrap .order-food-wrap {
    padding: 50px 0;
}
.main-wrap .order-food-wrap .favorites-food-wrap .food-item {
    margin-bottom: 30px;
}
.main-wrap .home-featured-ads {
    padding: 50px 0;
}
.main-wrap .home-featured-ads .banner-featured-img {
    overflow: hidden;
    position: relative;
}
.main-wrap .home-featured-ads .banner-featured-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.main-wrap .home-featured-ads .banner-featured-img .banner-content {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
    z-index: 2;
}
.main-wrap .home-featured-ads .banner-featured-img .banner-content .banner-title {
    text-transform: capitalize;
    color: #fff;
}
.main-wrap .quick-search-by-meal {
    padding: 50px 0;
}
.main-wrap .quick-search-by-meal .meal-types {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 30px 10px;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item .cat-icon {
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item .cat-icon i {
    color: #9a9a9a;
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid transparent;
    transition: all .3s ease;
    border-radius: 50%;
    display: inline-block;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item .cat-icon h5 {
    font-size: 16px;
    text-transform: capitalize;
    color: #29272e;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item+.meal-item::after {
    content: '';
    height: 2px;
    position: absolute;
    top: 40px;
    right: 75%;
    background-color: #f1f1f1;
    left: -25%;
}
.main-wrap .quick-search-by-meal .meal-types .meal-item:hover .cat-icon i {
    border-color: #40b659;
    color: #40b659;
}
.main-wrap .featured-restaurants-wrap {
    padding: 60px 0;
}
.main-wrap .fearured-inner-wrap-list {
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #fff;
}
.main-wrap .fearured-inner-wrap-list .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    padding-right: 20px;
}
.main-wrap .fearured-inner-wrap-list .item+.item {
    border-top: 1px solid #eee;
}
.main-wrap .fearured-inner-wrap-list .item .name-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 50%;
}
.main-wrap .fearured-inner-wrap-list .item .name-wrap .image {
    width: 70px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.main-wrap .fearured-inner-wrap-list .item .name-wrap .content {
    display: inline-block;
    margin-left: 10px;
}
.main-wrap .fearured-inner-wrap-list .item .name-wrap .content h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #3e5569;
}
.main-wrap .fearured-inner-wrap-list .item .name-wrap .content p {
    margin: 0;
    color: #555;
    font-size: 15px;
}
.main-wrap .fearured-inner-wrap-list .item .location {
    font-size: 14px;
    color: #555;
}
.main-wrap .fearured-inner-wrap-list .item .location i {
    margin-right: 5px;
    color: #40b659;
}
.main-wrap .fearured-inner-wrap-list .item .status-wrap .status {
    font-size: 12px;
    padding: 3px 9px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
}
.main-wrap .fearured-inner-wrap-list .item .status-wrap .status.open {
    background-color: #40b659;
}
.main-wrap .fearured-inner-wrap-list .item:hover {
    background-color: #f7f7f7;
}
.main-wrap .listing-wrap .right-sidebar .widget-sec-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner {
    position: relative;
}
/* .main-wrap .listing-wrap .listing-wrap-inner::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #eee;
} */

.main-wrap .single-listing-wrap {
    padding: 60px 0;
    padding-top: 30px;
    background-color: #333;
}
.main-wrap .single-listing-wrap .single-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 30px;
}
.main-wrap .single-listing-wrap .single-header .single-image {
    min-width: 130px;
    max-width: 130px;
    margin-right: 15px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .title {
    font-size: 34px;
    margin-bottom: 5px;
    color: #fff;
}
.main-wrap .single-listing-wrap .single-header .single-h-content p {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.75);
}
.main-wrap .single-listing-wrap .single-header .single-h-content .location i {
    margin-right: 5px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .rating .raty {
    margin-right: 10px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .rating .count {
    font-size: 15px;
    color: #666;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .rating .count a {
    color: rgba(255, 255, 255, 0.75);
}
.main-wrap .single-listing-wrap .single-header .single-h-content .rating .show-more-btn {
    background-color: #40b659;
    padding: 2px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content {
    position: relative;
    width: 100%;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .meta-stats {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .meta-stats .meta-item {
    display: inline-block;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .meta-stats .meta-item span {
    font-weight: 900;
    display: block;
    color: #fff;
    font-size: 18px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .meta-stats .meta-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas {
    position: absolute;
    right: 0;
    top: 0;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .add-fav-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    color: #888;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .add-fav-btn.active {
    color: #ff0303;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .btn-group .btn {
    padding: 5px 15px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .btn-group .dropdown-menu {
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    margin-top: 10px;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .btn-group .dropdown-menu .dropdown-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.main-wrap .single-listing-wrap .single-header .single-h-content .acton-metas .btn-group .dropdown-menu .dropdown-item span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.main-wrap .single-listing-wrap .single-menu-items-nav {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    position: relative;
    z-index: 9999;
}
.main-wrap .single-listing-wrap .single-menu-items-nav .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-wrap .single-listing-wrap .single-menu-items-nav .nav-menu .menu-item {
    padding: 0;
    position: relative;
    float: left;
    margin: 0;
    margin-right: 20px;
}
.main-wrap .single-listing-wrap .single-menu-items-nav .nav-menu .menu-item a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    vertical-align: middle;
    color: #333;
}
.main-wrap .single-listing-wrap .single-menu-items-nav .nav-menu .menu-item .menu-link::before {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 0;
    height: 4px;
    border-radius: 20px;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .3s;
    z-index: 5;
    background-color: #40b659;
}
.main-wrap .single-listing-wrap .single-menu-items-nav .nav-menu .menu-item.active .menu-link::before {
    width: 100%;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap {
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap .nav-tabs {
    border: none;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap .nav-tabs .nav-link {
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    vertical-align: middle;
    color: #333;
    position: relative;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap .nav-tabs .nav-item {
    margin-right: 20px;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap .nav-tabs .nav-link::before {
    content: " ";
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 4px;
    border-radius: 20px;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .3s;
    z-index: 5;
    background-color: #40b659;
}
.main-wrap .single-listing-wrap .single-tab-wrap .tab-nav-wrap .nav-tabs .nav-link.active::before {
    width: 100%;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner {
    padding: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .content-wrap .food-content {
    margin-top: 20px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .content-wrap .food-content h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 900;
    color: #333;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .content-wrap .food-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .content-wrap .food-content .price {
    bottom: auto;
    top: -7px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item {
    margin-bottom: 30px;
    background-color: #fff;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .img-wrap {
    height: 130px;
    overflow: hidden;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .menu-items-section .favorites-food-wrap .food-item .img-wrap img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .right-sidebar .widget-sec-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .right-sidebar .fearured-inner-wrap-list .item .name-wrap .image {
    width: 100px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .right-sidebar .fearured-inner-wrap-list .item .name-wrap {
    position: relative;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .right-sidebar .fearured-inner-wrap-list .item .content .price {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 900;
    color: #888;
}
.main-wrap .single-listing-wrap .about-rating-wrap h3.widget-title {
    margin-top: 30px;
    font-size: 30px;
}
.lising-single .single-content .sidebar-widget form .form-control {
    border-radius: 4px;
    background-color: transparent;
    min-height: 40px;
    color: #333;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-left img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .rating-avatar {
    border-radius: 50%;
    color: #fff;
    background: #40c2de;
    width: 40px;
    height: 40px;
    border-color: #fff;
    overflow: hidden;
    text-align: center;
    font-weight: 900;
    line-height: 40px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body {
    margin-bottom: 20px;
    padding-left: 15px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #444;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body h4 span {
    font-size: 14px;
    color: #999;
    margin-left: 30px;
    float: right;
    font-weight: normal;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body p {
    color: #646e7b;
    line-height: 24px;
    margin-bottom: 0;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body .rating {
    margin-bottom: 10px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media-body .rating i {
    font-size: 14px;
    color: #f7b71a;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .media+.media {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-header h2 {
    font-weight: 900;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-header h2 span {
    font-size: 16px;
    color: #666;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-header p {
    margin: 0;
}
.star-rate i {
    font-size: 16px;
}
.star-rate i.fa {
    color: #ddd;
}
.star-rate i.fa.rated {
    color: #f7b71a;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-form {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .widget-wraper .review-form .form-control {
    min-height: 40px;
    background-color: transparent;
    border-radius: 4px;
}
.main-wrap .single-listing-wrap .about-rating-wrap {
    padding-top: 40px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .rest-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #333;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap {
    background-color: #fff;
}
.main-wrap .main-header .navbar .cart-wrap .nav-link {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.main-wrap .main-header .navbar .cart-wrap .nav-link::after {
    display: none;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu {
    min-width: 260px;
    padding-top: 5px;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-item {
    display: table;
    width: calc(100% - 20px);
    padding: 0;
    margin: 5px 10px;
    position: relative;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-remove {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff5252;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-thumb, .main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-info {
    display: table-cell;
    vertical-align: top;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-thumb {
    width: 70px;
    overflow: hidden;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-thumb>img {
    display: block;
    width: 100%;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-title {
    display: block;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e1e7ec;
    margin-top: 10px;
    font-size: 14px;
    color: #9da9b9;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .toolbar-dropdown-group>.column {
    display: table-cell;
    vertical-align: top;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .toolbar-dropdown-group>.column:first-child {
    padding-right: 6px;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .toolbar-dropdown-group>.column:last-child {
    padding-left: 6px;
    font-weight: 600;
    color: #606975;
}
.main-wrap .main-header .navbar .cart-wrap .dropdown-menu .toolbar-dropdown-group>.column .btn {
    border-radius: 4px;
    padding: 5px;
}
.cbp-spmenu {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 300px;
    z-index: 999;
    visibility: visible;
    display: block !important;
    overflow: visible;
    top: 0;
    background-color: #fff;
}
.cbp-spmenu, .navbar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cbp-spmenu-right {
    right: -300px;
}
.cbp-spmenu.collapse {
    height: 100%;
    background: #fff;
    border-left: 1px solid #ededed;
}
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.cbp-spmenu-push.cbp-spmenu-push-toleft {
    overflow: hidden;
}
.cbp-spmenu-right.cbp-spmenu-open, .cbp-spmenu-push-toleft .navbar-fixed-top .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
/* .cbp-spmenu-push-toleft::after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
} */

/* body.cbp-spmenu-push .main-wrap {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

/* body.cbp-spmenu-push-toleft .main-wrap {
    filter: blur(2px);
} */

.cbp-spmenu .title {
    margin: 0;
    font-size: 30px;
    padding: 20px 15px;
    background-color: #40b659;
    color: #fff;
}
.cbp-spmenu .cart-table {
    width: calc(100% - 30px);
    margin: 15px;
}
.cbp-spmenu .cart-table tr {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.cbp-spmenu .cart-table tr hr {
    margin: 5px 0;
}
.cbp-spmenu .cart-table img {
    width: 70px;
}
.cbp-spmenu .cart-table .product-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.cbp-spmenu .cart-table .product-name a {
    color: #333;
}
.cbp-spmenu .cart-table .restaurant-name {
    font-size: 14px;
    color: #444;
    padding-left: 15px;
    margin: 0;
}
.cbp-spmenu .cart-table .restaurant-name a {
    color: #444;
}
.cbp-spmenu .cart-table .product-price {
    font-size: 13px;
    color: #666;
    padding-left: 15px;
}
.cbp-spmenu .cart-table tr:last-child {
    border-bottom: none;
}
.cbp-spmenu .cart-table tr td:last-child {
    text-align: right;
}
.cbp-spmenu .cart-table .cart-total {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #eee;
}
.cbp-spmenu .cart-table .btn {
    padding: 4px 20px;
}
.cbp-spmenu .cart-table tr td .remove-btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cbp-spmenu .cart-total {
    padding: 15px;
}
.cbp-spmenu .cart-total .total-wrap-inner {
    padding-bottom: 21px;
    border-bottom: 2px solid #40b659;
}
.cbp-spmenu .cart-total .total-wrap-inner .total-item {
    font-size: 13px;
    color: #686b78;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.cbp-spmenu .cart-total .total-wrap-inner .total-item+.total-item {
    margin-top: 10px;
}
.cbp-spmenu .cart-total .total-wrap-inner hr {
    border-top: 1px solid #e9e9eb;
    margin: 17px 0 15px;
}
.cbp-spmenu .cart-total .grand-total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}
.cbp-spmenu .cart-total .grand-total span {
    font-weight: 700;
}
.main-wrap .single-listing-wrap .about-rating-wrap .inner-sec-title {
    margin-bottom: 10px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .inner-sec-title .title {
    margin: 0;
    font-size: 36px;
}
.main-wrap .single-listing-wrap .about-rating-wrap .about-inner-content .info-wrap p {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
}
.main-wrap .single-listing-wrap .about-rating-wrap .about-inner-content .card {
    border: none;
}
.main-wrap .single-listing-wrap .about-rating-wrap .about-inner-content .card .card-header {
    border: none;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav {
    padding: 30px 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    position: relative;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item {
    padding-right: 20px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item a {
    color: #999;
    font-weight: 600;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item.active a {
    color: #3e5569;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .slidingLine {
    position: absolute;
    width: 4px;
    height: 34px;
    top: 0;
    background-color: #40b659;
    border-radius: 20px;
    right: -2.5px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-col-wrap::before {
    content: "";
    position: absolute;
    right: 14px;
    height: 100%;
    width: 1px;
    background-color: #e9e9eb;
    top: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item {
    position: relative;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #40b659;
    border-radius: 20px;
    right: -2.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .menu-item.active::before {
    height: 100%;
}
.main-wrap .main-header .header-restaurant-short-info-wrap {
    position: absolute;
    top: 4px;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-wrap .main-header .header-restaurant-short-info-wrap::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -12px;
    height: calc(100% + 27px);
    width: 1px;
    background-color: #e8e8e8;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-img-wrap {
    width: 50px;
    margin-right: 10px;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-info-wrap h3 {
    margin: 0;
    font-size: 24px;
    font-family: 'Rancho', cursive;
    line-height: 1;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-info-wrap .info-metas {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-info-wrap .info-metas li {
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
    margin-right: 5px;
    line-height: 1;
    color: #666;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-info-wrap .info-metas li:not(:last-child) {
    border-right: 1px solid #d2d2d2;
}
.main-wrap .main-header .header-restaurant-short-info-wrap .short-info-inner-wrap .rest-info-wrap h3 a {
    color: #3e5569;
}
.main-wrap .main-header .header-restaurant-short-info-wrap.visible {
    opacity: 1;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .man-menu-items-nav .nav-menu .divider {
    width: 100%;
    height: 1px;
    background-color: #e9e9eb;
    margin: 5px 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section {}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section .title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section .about-inner-content .info-wrap p {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section .about-inner-content .card {
    border: none;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section .about-inner-content .card .card-header {
    border: none;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .content-section {
    margin-top: 30px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .review-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .review-header h2 {
    font-weight: 900;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .review-header h2 span {
    font-size: 16px;
    color: #666;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .review-header p {
    margin: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .rating-avatar {
    border-radius: 50%;
    color: #fff;
    background: #40c2de;
    width: 40px;
    height: 40px;
    border-color: #fff;
    overflow: hidden;
    text-align: center;
    font-weight: 900;
    line-height: 40px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .media-body {
    margin-bottom: 20px;
    padding-left: 15px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .media-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #444;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .media-body h4 span {
    font-size: 14px;
    color: #999;
    margin-left: 30px;
    float: right;
    font-weight: normal;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .media-body p {
    color: #646e7b;
    line-height: 24px;
    margin-bottom: 0;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap .widget-wraper .media+.media {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.main-wrap .single-listing-wrap .single-menu-items-wrap .menu-items-wrap-inner .review-wrap {
    padding-bottom: 30px;
}
.main-wrap {
    padding-top: 76px;
}
.main-wrap .main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.main-wrap .single-listing-wrap {
    padding-bottom: 0;
}
.main-wrap .main-header .header-search-wrap {
    position: absolute;
    right: 300px;
    padding-right: 40px;
    border: 1px solid #e9e9eb;
    border-radius: 30px;
    min-height: 40px;
    width: 240px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item.location .form-control {
    padding-left: 40px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item {
    position: relative;
    min-height: 38px;
    min-width: 200px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    top: 5px;
    background-color: #e9e9e9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 8;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item i {
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 3;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .selectize {
    min-width: 200px;
    min-height: 38px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .selectize .selectize-input {
    padding: 9px 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 40px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .selectize-dropdown {
    border: none;
    padding-left: 0;
    border-radius: 6px;
    padding: 5px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .selectize-dropdown .option {
    padding: 5px 18px;
    font-size: 14px;
    border-radius: 4px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .selectize-dropdown .active {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .main-header .header-search-wrap .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.main-wrap .main-header.search-open .header-search-wrap {
    width: calc(100% - 400px);
}
.main-wrap .main-header.search-open .header-search-wrap.opened {
    overflow: visible;
}
.main-wrap .main-header.search-open .header-search-wrap.opened .search-wrap-inner .inner-item:not(:last-child)::before {
    opacity: 1;
    visibility: visible;
}
.main-wrap .main-header.search-open .header-restaurant-short-info-wrap.visible {
    opacity: 0;
    visibility: hidden;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-wrapper {
    padding: 0 10px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-bars-pill .br-widget a {
    padding: 5px 10px;
    background-color: #ddd;
    color: #40b659;
    font-size: 11px;
    font-weight: 700;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-bars-pill .br-widget a.br-active, .main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-bars-pill .br-widget a.br-selected {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-bars-pill .br-widget {
    margin-top: 2px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-fontawesome-stars {
    margin-top: 7px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item .br-theme-fontawesome-stars .br-widget a {
    font-size: 15px;
    margin-right: 5px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item span {
    position: absolute;
    left: 9px;
    top: 10px;
    font-size: 12px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item.price {
    min-width: 250px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item.price .br-wrapper {
    padding-left: 45px;
}
.main-wrap .main-header .header-search-wrap .search-wrap-inner .inner-item.rating .br-wrapper {
    padding-left: 60px;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #f7b71a;
}
.main-wrap .main-footer .banner-featured-img .banner-content {
    border-radius: 6px;
    border: 2px solid #666;
    padding: 20px;
}
.main-wrap .main-footer .banner-content .banner-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.main-wrap .main-header .header-search-short-info-wrap {
    position: absolute;
    top: -100px;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-wrap .main-header .header-search-short-info-wrap::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -25px;
    height: calc(100% + 53px);
    width: 1px;
    background-color: #e8e8e8;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item {
    margin-right: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -5px;
    color: #888;
    font-weight: normal;
}
.main-wrap .main-header .header-search-short-info-wrap.visible {
    opacity: 1;
    visibility: visible;
    top: 17px;
}
/* .main-wrap .results-wrap {
    position: absolute;
    top: 76px;
    width: 100%;
}
.main-wrap .listing-wrap {
    padding-top: 130px;
} */

.main-wrap .results-wrap.fixed-results {
    position: fixed;
    top: 76px;
    z-index: 33;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .category-select .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .category-select .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .category-select .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .category-select .selectize-dropdown {
    padding: 0px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .category-select .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .selectize-dropdown-content {
    max-height: 280px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .btn-group {
    width: 100%;
    height: auto;
    text-align: left;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .btn {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0 10px;
    background-color: transparent;
    color: #303030;
    font-size: 14px;
    min-height: 38px;
    padding-right: 20px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .btn input {
    border: none;
    width: 40px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .btn #minPrice {
    text-align: right;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .btn.dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 17px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .dropdown-menu {
    width: 100%;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .dropdown-menu {
    padding: 15px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.price .dropdown-menu .range-slider {
    padding: 0px;
    margin-top: 0;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.price .dropdown-menu .range-slider input {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}
.main-wrap .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
}
.main-wrap .selectize-dropdown {
    border: none;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.rating input {
    width: 15px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item label {
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
    line-height: 1;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.rating .dropdown-menu .br-wrapper {
    padding-left: 0;
    margin-top: 0;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.rating b {
    color: #f6af00;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .type-select .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .type-select .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .type-select .selectize-dropdown {
    padding: 0px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .type-select .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item .type-select .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .btn {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 600;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .dropdown-menu {
    padding: 15px;
    min-width: 250px;
    margin-top: 5px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .dropdown-menu .loc-search-wrap {
    position: relative;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .dropdown-menu .loc-search-wrap .form-control {
    border-radius: 30px;
    font-size: 14px;
    padding-left: 35px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .dropdown-menu .loc-search-wrap i {
    position: absolute;
    left: 10px;
    top: 2px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .dropdown-toggle::after {
    display: none;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize {
    font-weight: normal;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize-input {
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .btn input {
    border: none;
    width: 40px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .price-search-wrap .range-slider {
    font-weight: normal;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item label {
    font-weight: normal;
    color: #555;
    font-size: 13px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item .price-search-wrap label {
    margin-bottom: 15px;
}
.main-wrap .main-header .header-search-short-info-wrap .search-inner .item #curRating {
    width: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info+.info {
    margin-left: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info {
    position: relative;
    padding-left: 25px;
    line-height: 1;
    font-size: 14px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info i {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info:nth-child(2) {
    padding-left: 20px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info:nth-child(2) i {
    font-size: 16px;
    top: -1px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info:nth-child(3) {
    top: 0px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info:nth-child(3) i {
    font-size: 18px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info+.info::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: -10px;
    top: 2px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info .status {
    font-size: 14px;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info .status.preorder {
    color: #c42a00;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info .status.closing-soon {
    color: #999;
}
.main-wrap .listing-wrap .listing-wrap-inner .listing-item .text-holder .meta-infos .info .status.open {
    color: #40b659;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.map-perview-wrap {
    max-width: 130px;
    padding-left: 5px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap .item .radio-btn {
    position: relative;
    display: inline-block;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap .item .radio-btn input {
    opacity: 0;
    visibility: hidden;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap .item .radio-btn label {
    background-color: #ededed;
    padding: 7px 15px;
    border-radius: 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap .item .radio-btn input:checked~label {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form .advance-search-wrap .form-control {
    padding-right: 15px;
    height: 36px;
    font-size: 13px;
    padding-left: 20px;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #40b659;
    border-color: #40b659;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item {
    position: relative;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item:not(:last-child)::before {
    position: absolute;
    right: 0;
    top: -20px;
    bottom: 0;
    width: 1px;
    height: calc(100% + 40px);
    content: "";
    background-color: #f6f6f6;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 15px;
    background-color: #f3f3f3;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-dropdown {
    padding: 0px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .custom-control+.custom-control {
    margin-right: 0;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .custom-control label {
    font-size: 14px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .schedule-input {
    display: none;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form.adv-open .advance-search-wrap .item .range-slider input {
    font-size: 14px;
}
.bootstrap-datetimepicker-widget {
    font-size: 14px;
}
.bootstrap-datetimepicker-widget .table thead {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table thead tr th {
    color: #212121;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}
.bootstrap-datetimepicker-widget .table tr td, .bootstrap-datetimepicker-widget .table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    line-height: 35px;
    position: relative;
    z-index: 1
}
.bootstrap-datetimepicker-widget .table tr td.today, .bootstrap-datetimepicker-widget .table tr td.active {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-shadow: none
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before, .bootstrap-datetimepicker-widget .table tr td.active:before, .bootstrap-datetimepicker-widget .table tr td.active::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #4a5361;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .table tr td.active:hover:before, .bootstrap-datetimepicker-widget .table tr td.active:hover::before {
    background-color: #4a5361 !important
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before {
    background-color: #ef4153
}
.bootstrap-datetimepicker-widget .table tr td.day:hover, .bootstrap-datetimepicker-widget .table tr td.hour:hover, .bootstrap-datetimepicker-widget .table tr td.minute:hover, .bootstrap-datetimepicker-widget .table tr td.second:hover {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table tr td:before, .bootstrap-datetimepicker-widget .table tr td::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}
.bootstrap-datetimepicker-widget .table tr td:hover:before, .bootstrap-datetimepicker-widget .table tr td:hover::before {
    background-color: #f4f4f4;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .timepicker table td {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
    height: auto
}
.bootstrap-datetimepicker-widget .timepicker table td .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker table td span {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 280px
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
    border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
    border-top-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before {
    top: 4px;
    left: 0px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today::before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active::before {
    top: 4px;
    left: 0px
}
.main-wrap .result-header-wrap {
    background-color: #f2f6fc;
    padding: 20px 0;
}
.main-wrap .result-header-wrap p {
    margin-bottom: 5px;
}
.main-wrap .result-header-wrap h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}
.main-wrap .result-header-wrap .map-view-btn {
    background-color: #6c757d;
    font-size: 12px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 30px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    border: none;
    margin-top: 15px;
    text-align: center;
}
.main-wrap .map-view-wrap #search-map {
    height: 500px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.schedule label {
    margin: 0;
    line-height: 20px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.schedule .schedule-input {
    display: none;
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 5px 15px;
}
.main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.schedule .btn span {
    position: static;
}
.login-modal .modal-content {
    border: none;
    background-color: transparent;
}
.login-modal .modal-content .modal-body {
    padding: 0;
}
.login-modal .modal-content .modal-body .login-wrap {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}
.login-modal .modal-content .modal-body .login-wrap .login-header {
    margin-bottom: 10px;
}
.login-modal .modal-content .modal-body .login-wrap .login-header h2 {
    font-weight: 700;
    font-size: 24px;
}
.login-modal .modal-content .modal-body .login-wrap .login-header p {
    font-size: 14px;
}
.btn-facebook {
    background-color: #3B5998;
    color: #fff;
}
.btn-facebook:hover {
    background-color: #1b469f;
    color: #fff;
}
.btn-google {
    background-color: #DB4437;
    color: #fff;
}
.btn-google:hover {
    background-color: #DB4437;
    color: #fff;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 400px;
    }
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap .btn {
    padding: 8px 15px;
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap .btn i {
    margin-right: 10px;
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap h3 {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap h3 span {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    display: block;
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap h3 span::before {
    content: "";
    background-color: #3c3c3c;
    width: 100px;
    height: 1px;
    position: absolute;
    right: 25px;
    top: 7px;
}
.login-modal .modal-content .modal-body .login-wrap .social-btn-wrap h3 span::after {
    content: "";
    background-color: #3c3c3c;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 25px;
    top: 7px;
}
.login-modal .modal-content .modal-body .login-wrap label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #343434;
    font-size: 14px;
    margin-left: 16px;
}
.login-modal .modal-content .modal-body .login-wrap .form-control {
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    padding-left: 35px;
}
.login-modal .modal-content .modal-body .login-wrap .form-group {
    position: relative;
}
.login-modal .modal-content .modal-body .login-wrap .form-group i {
    position: absolute;
    left: 12px;
    bottom: 5px;
    font-size: 16px;
}
.login-modal .modal-content .modal-body .login-wrap .login-footer .btn {
    min-width: 200px;
}
.login-modal .modal-content .modal-body .login-wrap .form-group .forgot_pw {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 13px;
}
.main-wrap .order-wrap .listing-item .text-holder .infos {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
}
.main-wrap .order-wrap .listing-item .text-holder .infos .price {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.main-wrap .order-wrap .listing-item .img-holder {
    min-width: 100px !important;
    width: 100px !important;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .form-control {
    background-color: #fff;
    padding-left: 15px;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    border-radius: 30px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap {
    position: relative;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap .form-control {
    padding-left: 30px;
    border-radius: 30px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap i.flaticon-pin {
    position: absolute;
    left: 10px;
    top: 6px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap .locate-me {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    font-size: 14px;
    padding-left: 20px;
    color: #555;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap .locate-me i {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: -1px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 15px;
    background-color: #f3f3f3;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .radio-btn {
    position: relative;
    display: inline-block;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .radio-btn input {
    opacity: 0;
    visibility: hidden;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .radio-btn label {
    background-color: #ededed;
    padding: 7px 12px;
    border-radius: 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .range-slider .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -6px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner input.first-slider-value {
    font-size: 14px;
    margin-top: -8px;
    margin-left: -42px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner input.second-slider-value {
    font-size: 14px;
    margin-right: -42px;
    margin-top: -8px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .range-slider {
    padding: 0 35px;
    margin-top: 17px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .schedule-input {
    display: none;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap {
    margin-top: 10px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-dropdown {
    padding: 0px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .item .radio-btn input:checked~label {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact {
    position: relative;
    /* padding-right: 133px; */
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .location-wrap .btn {
    position: absolute;
    border-radius: 30px;
    right: 0px;
    top: 0px;
    width: 115px;
    height: 35px;
}
body.modal-open {
    padding-right: 8px !important;
}
.modal.fade {
    -webkit-animation: hideModal 0.15s forwards;
    animation: hideModal 0.15s forwards;
}
.modal.show {
    -webkit-animation: showModal 0.3s;
    animation: showModal 0.3s;
}
@-webkit-keyframes showModal {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showModal {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes hideModal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes hideModal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
.menu-item-modal .modal-content {
    border: none;
    border-radius: 6px;
}
.menu-item-modal .modal-dialog {
    max-width: 560px;
    width: calc(100vw - 48px);
}
.menu-item-modal .modal-content .close {
    text-shadow: none;
    color: #333;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 10px;
}
.menu-item-modal .modal-content .modal-header .modal-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 900;
    color: #333;
}
.menu-item-modal .modal-content .modal-footer .btn {
    font-size: 16px;
}
.menu-item-modal .modal-content .modal-footer .input-counter {
    position: relative;
    max-width: 120px;
    min-width: 120px;
}
.menu-item-modal .modal-content .modal-footer .input-counter span {
    display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    top: 3px;
    color: #40b659;
    background-color: #fff;
}
.menu-item-modal .modal-content .modal-footer .input-counter span::before {
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 30px;
}
.menu-item-modal .modal-content .modal-footer .input-counter span.minus-btn {
    left: 3px;
}
.menu-item-modal .modal-content .modal-footer .input-counter input {
    background: #40b659;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
    color: #ffff;
    padding: 0 40px;
    border-radius: 30px;
}
.menu-item-modal .modal-content .modal-footer .input-counter input::-webkit-inner-spin-button, .menu-item-modal .modal-content .modal-footer .input-counter input ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.menu-item-modal .modal-content .modal-footer .input-counter .minus-btn::before {
    content: "\f068";
}
.menu-item-modal .modal-content .modal-footer .input-counter span.plus-btn {
    right: 3px;
}
.menu-item-modal .modal-content .modal-footer .input-counter .plus-btn::before {
    content: "\f067";
}
.menu-item-modal .modal-content .modal-body .menu-item-content p {
    font-size: 14px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content h4 {
    font-size: 17px;
    font-weight: normal;
    color: #333;
}
.menu-item-modal .modal-content .modal-body .menu-item-content h4 span {
    float: right;
    color: #808080;
    font-weight: normal;
    font-size: 14px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content label {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.menu-item-modal .modal-content .modal-body .menu-item-content label span {
    float: right;
    font-weight: normal;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .form-control {
    font-size: 14px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item .custom-control {
    padding-left: 30px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item h4 {
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 0;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item h4 span {
    float: none;
    margin-left: 10px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item p {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    margin: 0;
    line-height: 20px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item p span {
    font-weight: 600;
    float: none;
}
.menu-item-modal .modal-content .modal-body {
    padding: 30px;
}
.menu-item-modal .modal-content .modal-header {
    padding: 15px 30px;
}
.menu-item-modal .modal-content .modal-footer {
    padding: 15px 30px;
}
.menu-item-modal .modal-content .modal-body .menu-item-content .item-option-wrap .option-item .form-group:last-child {
    margin-bottom: 0;
}
.process-stage-wrapper {
    padding: 50px 0;
    background-color: #f2f6fc;
}
.process-stage-wrapper .process-stages-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-shrink: 100000;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    white-space: normal;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
}
.process-stage-wrapper .process-stages-wrap .process-stages {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    cursor: pointer;
    width: 25%;
    position: relative;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .process-stage-label-container {
    position: absolute;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line .horizontal-line-content {
    position: relative;
    z-index: 2;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line .horizontal-line-content .process-stage-checkbox {
    margin: 0 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    border: 2px solid #2dce89;
    position: relative;
    /* padding: 3px; */
    border-radius: 50%;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line .horizontal-line-content .process-stage-checkbox .icon {
    color: #2dce89;
    font-size: 12px;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line .horizontal-line-pre-line, .process-stage-wrapper .process-stages-wrap .process-stages .process-stage .horizontal-line .horizontal-line-post-line {
    flex-grow: 4;
    border-bottom: 2px solid #2dce89;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage.empty .horizontal-line .horizontal-line-pre-line, .process-stage-wrapper .process-stages-wrap .process-stages .process-stage.empty .horizontal-line .horizontal-line-post-line {
    border-color: #cbd6e2;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage:hover .process-stage-label-container .process-stage-label, .process-stage-wrapper .process-stages-wrap .process-stages .process-stage.active .process-stage-label-container .process-stage-label {
    display: block;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage:first-child .horizontal-line .horizontal-line-pre-line, .process-stage-wrapper .process-stages-wrap .process-stages .process-stage:last-child .horizontal-line .horizontal-line-post-line {
    visibility: hidden;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage.empty .horizontal-line .horizontal-line-content .process-stage-checkbox {
    border-color: #cbd6e2;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage.empty .horizontal-line .horizontal-line-content .process-stage-checkbox .icon {
    visibility: hidden;
}
.process-stage-wrapper .process-stages-wrap .process-stages .process-stage.active .horizontal-line .horizontal-line-post-line {
    border-color: #cbd6e2;
}
.order-wrap .card .card-header h5 {
    font-size: 18px;
    font-weight: 700;
}
.order-wrap .card .card-body h4 {
    font-size: 18px;
}
.order-wrap .card .card-body p {
    font-size: 14px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap {
    padding-right: 130px;
    background-color: #f3f3f3;
    border-radius: 30px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .location-wrap .location-wrap-inner {
    position: relative;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
}
.main-wrap .hero-wrap .hero-search-wrap .search-form-compact .compact-wrap-inner .advance-search-wrap .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.main-wrap .search-map-main-wrap {
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.main-wrap .search-map-main-wrap .search-map-wrapper {
    width: 55%;
    display: inline-block;
    overflow: hidden;
    float: left;
    position: fixed;
    z-index: 10;
}
.main-wrap .search-map-main-wrap #search-map {
    width: 100%;
    height: 100%;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map {
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .map-marker-rest-img {
    margin-right: 15px;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .map-marker-rest-img img {
    height: 80px;
    border-radius: 50%;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .map-marker-info-details {}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .map-marker-info-details h3.rest-heading {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0e3655;
    margin: 0 0 5px;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .map-marker-info-details p.rest-location {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #0e3655;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.main-wrap .search-map-main-wrap .map-marker-wrapper.restaurant-listing-map .item-status-label {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 0 15px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    border-radius: 30px;
    background-color: #6c757d;
}
.main-wrap .search-map-main-wrap .infobubble-wrapper {
    height: auto !important;
    min-width: 350px;
}
.main-wrap .search-map-main-wrap .map-marker-info-details p.rest-location:before {
    content: "\f102";
    font-family: Flaticon;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}
.main-wrap .search-map-main-wrap .marker-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}
.main-wrap .search-map-main-wrap .marker-icon:before {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-wrap .search-map-main-wrap .marker-icon .map-marker-img {
    background-color: #4BCC88;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.main-wrap .search-map-main-wrap .marker-icon .map-marker-img img {
    width: 14px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper {
    width: 45%;
    display: inline-block;
    float: left;
    margin-left: 55%;
}
.main-wrap .search-map-main-wrap .search-filter-wrapper {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #f2f6fc;
    padding-bottom: 15px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item {
    display: inline-block;
    width: calc(100%/3 - 47px);
    position: relative;
    margin-right: 15px;
    float: left;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item i {
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 3;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    font-size: 14px;
    padding: 0;
    background-color: #fff;
    border-color: #eaeaea;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item.location .form-control {
    padding-left: 40px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-color: #eaeaea;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-input .cat-item {
    position: relative;
    padding-left: 25px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-input .cat-item i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-dropdown {
    padding: 0px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-dropdown .cat-item {
    position: relative;
    padding: 8px 20px;
    padding-left: 35px;
    font-size: 14px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .inner-item .selectize-dropdown .cat-item i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}
.selectize-control.single .selectize-input::after {
    border: none;
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    right: 25px;
    margin-top: -8px;
    font-size: 16px;
}
.selectize-control.single .selectize-input.dropdown-active::after {
    content: "\f3d8";
    border: none;
    margin-top: -9px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner .btn {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner a.more-filter-btn {
    display: inline-block;
    float: left;
    margin-top: 13px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner a.more-filter-btn span {
    width: 4px;
    height: 4px;
    display: block;
    background-color: #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-wrap-inner a.more-filter-btn span:nth-child(2) {
    margin-top: 1px;
    margin-bottom: 1px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper {
    float: none;
    clear: left;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .form-control {
    padding: 5px 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .radio-btn {
    position: relative;
    display: inline-block;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .radio-btn input {
    opacity: 0;
    visibility: hidden;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .radio-btn label {
    background-color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .radio-btn input:checked~label {
    background-color: #40b659;
    border-color: #40b659;
    color: #fff;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-wrapper span.filter-inp-title {
    font-size: 14px;
    color: #0e3655;
    padding-right: 10px;
    display: inline-block;
    float: left;
    line-height: 42px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .row {
    margin-left: -5px;
    margin-right: -5px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-slider {
    width: 100%;
    display: inline-block;
    float: right;
    padding-right: 40px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-slider input.first-slider-value {
    font-size: 14px;
    margin-top: -8px;
    margin-left: -42px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-slider input.second-slider-value {
    font-size: 14px;
    margin-right: -42px;
    margin-top: -8px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-slider .ui-slider {
    margin-top: 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .advanced-search-wrapper .range-slider .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -6px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-meta-wrapper {
    display: table;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-meta-wrapper p {
    font-size: 14px;
    font-weight: 700;
    color: #0e3655;
    margin: 0;
    padding-right: 50px;
    display: inline-block;
    float: left;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-meta-wrapper a.reset-btn {
    font-size: 14px;
    font-weight: 700;
    color: #4BCC88;
    display: inline-block;
    float: right;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-meta-wrapper a.back-btn {
    display: inline-block;
    float: right;
    background-color: #3e5569;
    border-radius: 30px;
    padding: 4px 15px;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper {
    display: block;
    width: 100%;
    padding: 0 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item {
    border: 1px solid #ededed;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .img-holder {
    display: inline-block;
    width: 125px;
    min-width: 125px;
    vertical-align: middle;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .img-holder figure {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder {
    padding-left: 10px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 12px 15px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .raty {
    position: absolute;
    right: 10px;
    top: 10px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .title a {
    color: #333;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .type {
    font-size: 15px;
    color: #444;
    margin-bottom: 5px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .location {
    color: #999;
    font-size: 15px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .location i {
    margin-right: 5px;
    color: #40b659;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info {
    position: relative;
    padding-left: 25px;
    line-height: 1;
    font-size: 14px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info i {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info+.info {
    margin-left: 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info:nth-child(2) {
    padding-left: 20px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info:nth-child(2) i {
    font-size: 16px;
    top: -1px;
}
.main-wrap .search-map-main-wrap .search-filter-result-wrapper .search-result-wrapper .listing-item .text-holder .meta-infos .info+.info::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: -10px;
    top: 2px;
}
.main-wrap.auth-wrap {
    padding-top: 0;
}
.main-wrap.auth-wrap .window-height {
    height: 100vh;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
}
.main-wrap.auth-wrap .section-block {
    padding: 30px 15px;
}
.main-wrap.auth-wrap .media-column {
    left: auto;
    right: 0;
    height: 100%;
    position: fixed;
    top: 0;
    padding: 0;
}
.main-wrap.auth-wrap .media-column .bkg-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-wrap.auth-wrap .section-block .row {
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.main-wrap.auth-wrap .section-block .column {
    height: 100%;
}
.main-wrap.auth-wrap .split-hero-content {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
}
.main-wrap.auth-wrap .hero-content-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .logo {
    margin-bottom: 20px;
    display: block;
}
.main-wrap.auth-wrap .section-block .hero-content-inner h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner p {
    color: #999;
    font-size: 14px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .form-group {
    position: relative;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .form-group .form-control {
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 20px;
    padding-left: 40px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .form-group i {
    position: absolute;
    bottom: 2px;
    left: 10px;
    font-size: 20px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .form-group label {
    font-size: 14px;
    font-weight: 700;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .btn {
    font-size: 14px;
    width: 150px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .form-group .form-control:focus~i {
    color: #40b659;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .register-form .form-group .form-control {
    padding-left: 20px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .row {
    margin-left: -5px;
    margin-right: -5px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.main-wrap.auth-wrap .section-block .hero-content-inner .login-form-container select.form-control {
    -webkit-appearance: button;
    background-image: url('../img/down-arrow.svg');
    background-position: right 13px center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
}
.main-wrap .main-header .navbar .user-wrap .btn {
    padding: 0;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle h3 {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 700;
    line-height: 15px;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle h3 span {
    display: block;
    margin: 0;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle::after {
    display: none;
}
.main-wrap .main-header .navbar .user-wrap {
    position: relative;
    margin-left: 15px;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-item {
    font-size: 14px;
    padding: 6px 20px;
}
.main-wrap .main-header .navbar .user-wrap::before {
    content: '';
    width: 1px;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    left: -15px;
    top: -7px;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-menu {
    min-width: 280px;
    border: none;
    border-radius: 3px;
    margin-top: 11px;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    -webkit-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
}
.main-wrap .main-header .navbar .user-wrap .dropdown-menu::after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 5px;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-menu.dropdown-menu-right::after {
    right: 10px;
    left: auto;
}
.main-wrap .main-header .navbar .user-wrap .short-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 15px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #40b659;
    color: #fff;
}
.main-wrap .main-header .navbar .user-wrap .short-info:active .user-info .user-info-name, .main-wrap .main-header .navbar .user-wrap .short-info:active .user-info .user-info-email, .main-wrap .main-header .navbar .user-wrap .short-info:active .user-info .user-info-preferences {
    color: #fff;
}
.main-wrap .main-header .navbar .user-wrap .short-info .avatar {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}
.main-wrap .main-header .navbar .user-wrap .short-info .user-info {
    margin-left: 10px;
}
.main-wrap .main-header .navbar .user-wrap .short-info .user-info .user-info-name {
    margin: 0;
    color: #33475b;
    font-weight: 600;
    font-size: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.main-wrap .main-header .navbar .user-wrap .short-info .user-info .user-info-email {
    color: #7c98b6;
    font-size: 12px;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 2px;
    margin-bottom: 0px;
}
.main-wrap .main-header .navbar .user-wrap .short-info .user-info .user-info-preferences {
    color: #40b659;
    font-size: 14px;
    font-weight: 600;
}
.main-wrap .main-header .navbar .user-wrap .menu-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding: 10px 20px;
}
.main-wrap .main-header .navbar .user-wrap .menu-footer a {
    font-size: 14px;
    color: #40b659;
}
.main-wrap.auth-wrap .dashboard-wrap {
    padding: 50px 0;
    padding-top: 130px;
    background-color: #f2f4f8;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu {
    background-color: #fff;
    -webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, .1);
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, .1);
    border-radius: 6px;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav .nav-head {
    color: #343a40;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav .nav-head .head {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav .nav-head .head:before {
    position: absolute;
    top: 6px;
    left: 0;
    height: 2px;
    width: 12px;
    background-color: #343a40;
    display: block;
    position: absolute;
    content: "";
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul>li {
    display: block;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul>li>a {
    position: relative;
    padding: 12px 24px 12px 13px;
    border-left: 3px solid transparent;
    font-weight: 500;
    display: block;
    color: #6c757d;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul>li>a>i {
    min-width: 24px;
    display: inline-block;
    font-size: 16px;
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul>li.active>a {
    color: #40b659!important;
    border-color: #40b659;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(64, 182, 89, .15)), to(rgba(64, 182, 89, 0)));
    background: linear-gradient(to right, rgba(64, 182, 89, .15) 0, rgba(64, 182, 89, 0) 100%);
}
.main-wrap.auth-wrap .dashboard-wrap .dashboard-sidemenu .sidebar-nav ul>li>a:hover {
    border-color: #40b659;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper {
    padding-bottom: 3rem;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-header:after {
    content: "";
    background-color: #40b659;
    width: 25px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-box {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    padding: 1.5rem 2rem;
    display: block;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo:not(.centered) {
    padding-right: 5px;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .label {
    display: block;
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.4) !important;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .value {
    font-size: 2.43rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    color: #222;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: .81rem;
    vertical-align: middle;
    margin-left: 10px;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .trending-up-basic {
    color: #24b314;
    padding: 0px;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .trending-down-basic {
    color: #e65252;
    padding: 0px;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .trending span {
    display: inline-block;
    vertical-align: middle;
}
.main-wrap.auth-wrap .dashboard-wrap .el-tablo .trending .icon {
    margin-left: 2px;
    vertical-align: middle;
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-box .table:last-child {
    margin-bottom: 0;
}
.main-wrap.auth-wrap .dashboard-wrap .table thead th {
    font-size: .63rem;
    text-transform: uppercase;
    border-top: none;
}
.main-wrap.auth-wrap .dashboard-wrap .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33);
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .table.table-lightborder td {
    border-color: rgba(83, 101, 140, 0.08);
}
.main-wrap.auth-wrap .dashboard-wrap .table td.nowrap {
    white-space: nowrap;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img:nth-child(1) {
    z-index: 5;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img+.cell-img {
    margin-left: -15px;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img:nth-child(2) {
    z-index: 4;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img:nth-child(3) {
    z-index: 3;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img-more {
    font-size: .63rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70%;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 7;
    white-space: nowrap;
}
.main-wrap.auth-wrap .dashboard-wrap .status-pill {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
}
.main-wrap.auth-wrap .dashboard-wrap .status-pill.green {
    background-color: #71c21a;
}
.main-wrap.auth-wrap .dashboard-wrap .status-pill.red {
    background-color: #c21a1a;
}
.main-wrap.auth-wrap .dashboard-wrap .status-pill.yellow {
    background-color: #f8bc34;
}
.main-wrap.auth-wrap .dashboard-wrap .table .cell-image-list .cell-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar {
    margin-bottom: 1rem;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-labels span.bigger {
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-label-right span.info {
    color: #24b314;
    font-size: 13px;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-level-1, .main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-level-2, .main-wrap.auth-wrap .dashboard-wrap .os-progress-bar .bar-level-3 {
    border-radius: 12px;
    height: 6px;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar.primary .bar-level-1 {
    background-color: #F2F2F2;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar.primary .bar-level-2 {
    background-color: #bde2b6;
}
.main-wrap.auth-wrap .dashboard-wrap .os-progress-bar.primary .bar-level-3 {
    background-color: #24b314;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info .element-info-with-icon {
    margin-bottom: 0px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info-with-icon .element-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    color: #24b314;
    font-size: 30px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-inner-header {
    margin-bottom: 0.5rem;
    margin-top: 0px;
    display: block;
    font-weight: 600;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-inner-desc {
    color: #999;
    font-size: .81rem;
    display: block;
}
.main-wrap.auth-wrap .dashboard-wrap label {
    margin-bottom: 4px;
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .form-control {
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.main-wrap.auth-wrap .dashboard-wrap .form-buttons-w {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-wrap.auth-wrap .dashboard-wrap .form-buttons-w .btn {
    padding: 4px 15px;
    font-size: 14px;
}
.main-wrap .hero-wrap .hero-search-wrap .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.how-app-work-section {
    padding: 50px 0;
}
.how-app-work-section .title h3 {
    margin: 0;
    color: #170B35;
    font-size: 32px;
    font-weight: 600;
}
.how-app-work-section .how-app-work-content-wrap {
    padding-left: 85px;
}
.how-app-work-section .how-app-work-content {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    position: relative;
}
.how-app-work-section .how-app-work-content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: url('../img/how-it-works/gradient-sep.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 45px;
}
.how-app-work-section .single-how-app-work {
    padding-left: 10px;
}
.how-app-work-section .single-how-app-work+.single-how-app-work {
    margin-top: 60px;
}
.how-app-work-section .single-how-app-work .icon-box, .how-app-work-section .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: middle;
}
.how-app-work-section .single-how-app-work .icon-box .inner {
    width: 74px;
    height: 74px;
    background: #24b314;
    position: relative;
    border-radius: 50%;
    text-align: center;
}
.how-app-work-section .single-how-app-work .icon-box .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.how-app-work-section .single-how-app-work .icon-box .inner i {
    color: #24b314;
    line-height: 74px;
    font-size: 36px;
    position: relative;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover {
    -webkit-box-shadow: 0px 18px 37px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 18px 37px rgba(0, 0, 0, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
    opacity: 0;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner {
    -webkit-box-shadow: 0px 18px 37px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 18px 37px rgba(0, 0, 0, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .active .inner i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
    opacity: 0;
}
.how-app-work-section .single-how-app-work .text-box {
    padding-left: 40px;
}
.how-app-work-section .single-how-app-work .text-box h4, .how-app-work-section .single-how-app-work .text-box p {
    margin: 0;
}
.how-app-work-section .single-how-app-work .text-box h4 {
    font-size: 20px;
    color: #150A33;
    font-weight: 500;
}
.how-app-work-section .single-how-app-work .text-box p {
    font-size: 14px;
    line-height: 27px;
    color: #656565;
    margin-top: 10px;
}
.how-app-work-section .download-btn {
    display: inline-block;
    vertical-align: middle;
    background: #6541c1;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
    background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    position: relative;
    padding: 12px 0;
    padding-left: 80px;
    border-radius: 28px;
    padding-right: 40px;
}
.how-app-work-section .download-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .download-btn span.avail {
    font-size: 12.5px;
}
.how-app-work-section .download-btn span.store-name {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}
.how-app-work-section .download-btn.active, .how-app-work-section .download-btn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.27);
}
.how-app-work-section .download-btn.active:before, .how-app-work-section .download-btn:hover:before {
    opacity: 0;
}
.how-app-work-section .download-btn.active i.fab, .how-app-work-section .download-btn.active span.avail, .how-app-work-section .download-btn.active span.store-name, .how-app-work-section .download-btn:hover i.fab, .how-app-work-section .download-btn:hover span.avail, .how-app-work-section .download-btn:hover span.store-name {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.how-app-work-section .download-btn.active {
    margin-right: 15px;
}
.how-app-work-section .how-app-work-slider-wrapper {
    position: relative;
    width: 240px;
    height: 555px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
.how-app-work-section .how-app-work-screen-mobile-image {
    background-image: url('../img/how-it-works/device.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 565px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    z-index: 2;
}
.how-app-work-section .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 3;
    margin: 0;
    top: 75px;
}
.how-app-work-section .bx-wrapper .slide-item {
    text-align: center;
}
.how-app-work-section .bx-wrapper .slide-item img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
.how-app-work-section .pager-item {
    display: block;
}
.how-app-work-section .pager-item+.pager-item {
    margin-top: 60px;
}
.how-app-work-section .pager-item.active .icon-box .inner:before {
    opacity: 0;
}
.how-app-work-section .pager-item.active .icon-box .inner i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.how-app-work-section .how-app-work-slider-content {
    position: relative;
}
.how-app-work-section .how-app-work-slider-content img.circled-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.checkout-wrap .checkout-block-wrap {
    padding: 50px 0;
    position: relative;
}
.checkout-wrap .checkout-block-wrap .block-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.checkout-wrap .checkout-block-wrap .block-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
.checkout-wrap .checkout-block-wrap .block-item h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
}
.checkout-wrap .checkout-block-wrap .block-item p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}
.checkout-wrap .checkout-block-wrap .block-item p a {
    font-size: 14px;
    color: #40b659;
}
.checkout-wrap .checkout-block-wrap .block-item .select-date-wrap .form-control {
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-size: 14px;
}
.checkout-wrap .checkout-block-wrap .block-item h4 {
    font-size: 14px;
    font-weight: 700;
}
.checkout-wrap .checkout-block-wrap .block-item label {
    font-size: 14px;
    font-weight: 700;
}
.checkout-wrap .checkout-block-wrap .block-item .payment-type .row {
    margin-left: -5px;
    margin-right: -5px;
}
.checkout-wrap .checkout-block-wrap .block-item .payment-type .row [class*='col-md-'] {
    padding-left: 5px;
    padding-right: 5px;
}
.checkout-wrap .checkout-block-wrap .block-item .payment-type .form-control {
    font-size: 14px;

}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-right: 100px;
    font-size: 14px;
}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block .menu.qty {
    width: 30px;
}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block .menu.price {
    position: absolute;
    right: 0;
    top: 0;
}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block .menu.price span {
    margin-right: 10px;
}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block .menu.item {
    font-weight: 700;
}
.checkout-wrap .checkout-block-wrap .block-item .menu-item-block .menu-block .menu.item span {
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
.checkout-wrap .payment-wrap {
    height: 100%;
    border-left: 1px solid #eaeaea;
    padding: 50px 0;
    padding-left: 30px;

}
.checkout-wrap .payment-wrap .menu-restaurant-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.checkout-wrap .payment-wrap .menu-restaurant-wrap .res-img {
    width: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.checkout-wrap .payment-wrap .menu-restaurant-wrap .res-content p {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}
.checkout-wrap .payment-wrap .menu-restaurant-wrap .res-content p span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.checkout-wrap .payment-wrap .payment-breakdown-wrap .break-down-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.checkout-wrap .payment-wrap .payment-breakdown-wrap .break-down-items span {
    font-size: 14px;
    font-weight: 600;
}
.checkout-wrap .payment-wrap .payment-breakdown-wrap .break-down-items span:last-child {
    text-align: right;
    color: #999;
}
.checkout-wrap .payment-wrap .payment-breakdown-wrap hr {
    margin: 10px 0;
    height: 1px;
    width: 100%;
    border: none;
    background-color: #eaeaea;
}
.checkout-wrap .payment-wrap .payment-breakdown-wrap .break-down-items.total span {
    font-size: 16px;
}
.main-wrap .main-header .header-search-short-info-wrap.restaurant-detail-search {
    left: 350px;
}
.main-wrap .main-header .header-search-short-info-wrap.restaurant-detail-search .search-inner .search-btn {
    font-size: 14px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.main-wrap .main-header .header-search-short-info-wrap.restaurant-detail-search::before {
    height: calc(100% + 46px);
}
.main-wrap .main-header .header-search-short-info-wrap.restaurant-detail-search.visible {
    top: 13px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .card {
    position: relative;
    width: 100%;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .card .card-img {
    height: 100%;
    object-fit: cover;
    max-height: 200px;
    width: unset;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-thumbnail {
    height: auto;
    max-width: unset;
    height: 85px;
    object-fit: cover;
    width: unset !important;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .flex-grow-1 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .card .card-body {
    padding: 20px 20px;
    flex: 1 1 auto;
    position: relative;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-actions {
    align-self: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 30px;
    opacity: 0;
    visibility: hidden;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-actions a {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #999;
    display: inline-block;
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .card:hover .list-actions {
    opacity: 1;
    visibility: visible;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-actions a:hover, .main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-actions a:focus {
    background-color: #dee2e6;
    color: #333;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .menu-list-item .list-item-heading {
    color: #212121;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .pagination .page-link {
    border: none;
    border-radius: 50%;
    padding: 0 3px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 14px;
    color: #212121;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .pagination .page-item {
    margin: 0 3px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .page-item.active .page-link {
    color: #fff;
    background-color: #24b314;
}
.main-wrap.auth-wrap .dashboard-wrap .input-group .input-group-text {
    border: none;
    background-color: #dde1ec;
    height: 35px;
}
.main-wrap.auth-wrap .dashboard-wrap .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.main-wrap.auth-wrap .dashboard-wrap .dropzone {
    min-height: 150px;
    border: 2px solid #dde2ec;
    background: white;
    padding: 54px 54px;
    border-radius: 4px;
}
.main-wrap.auth-wrap .dashboard-wrap .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info {
    position: relative;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info-buttons {
    position: absolute;
    right: 0;
    top: 10px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-info-buttons .btn {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search {
    padding: 0 10px;
    position: relative;
    display: inline-block;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search .input-group {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-bottom: 0;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search .input-group .input-group-addon {
    color: #404E67;
    padding: 2px 10px 2px 0px;
    font-size: 16px;
    cursor: pointer;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search .input-group .input-group-addon.search-close {
    padding: 2px 0px 2px 10px;
    display: none;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search .input-group .form-control {
    padding: 0 10px;
    min-height: auto;
    width: 0;
    border: none;
    color: #353c4e;
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 30px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search.open .input-group .input-group-addon.search-close {
    display: block;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .header-search.open .input-group {
    background-color: #e4e4e4;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    line-height: 1.5;
    padding: 3px 9px;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .element-table {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    border-top: 1px solid #e4e4e4;
}
.main-wrap.auth-wrap .dashboard-wrap .form-control[readonly] {
    background-color: #dde2ec;
}
.main-wrap.auth-wrap .dashboard-wrap .form-control[readonly]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper hr {
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .border-right {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .menu-restaurant-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .menu-restaurant-wrap .res-img {
    width: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .menu-restaurant-wrap .res-content p {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .menu-restaurant-wrap .res-content p span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-contains-wrap {
    padding-left: 15px;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-contains-wrap h4 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-contains-wrap .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    font-size: 14px;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-contains-wrap .item:last-child {
    border: none;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-contains-wrap .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-total-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
} 
.main-wrap.auth-wrap .dashboard-wrap .order-detail-wrap .order-total-wrap h4 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .map-wrap {
    min-height: 200px;
    border: 2px solid #dde2ec;
    background: white;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-wrap.auth-wrap .dashboard-wrap .element-wrapper .map-wrap iframe {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.alert {
    border: none;
    font-size: 14px;
}

.user-wrap .user-wrap-inner {
    padding: 50px 0;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap {
    background-color: #edf1f7;
    height: 100%;
    border-radius: 6px;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul {
    padding: 20px 0;
    list-style: none;
    margin: 0;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li {
    margin-left: 20px;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li a {
    padding: 15px 30px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #535665;
    font-size: 16px;
    text-transform: capitalize;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li a:hover {
    color: #282c3f;
    font-weight: 600;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li.active a {
    background-color: #fff;
    color: #282c3f;
    font-weight: 600;
}
.user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li a i {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    width: 20px;
}
.user-wrap .user-wrap-inner .user-content-wrap {
    background: #fff;
    padding: 37px 0 0 50px;
    min-height: 80vh;
}
.user-wrap .user-wrap-inner .user-content-wrap .heading-block {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.user-wrap .user-wrap-inner .user-content-wrap .heading-block h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #282c3f;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs {
    margin-bottom: 20px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-item {
    margin: 0;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-link {
    color: #495057;
    border: none;
    padding: 8px 20px;
    position: relative;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 0;
    background-color: #40b659;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-link.active {
    color: #282c3f;
    font-weight: 600;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-link.active::before {
    width: 100%;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item {
    padding: 20px;
    border: 1px solid #d4d5d9;
    border-radius: 6px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item + .order-item {
    margin-top: 30px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .img-holder figure {
    margin: 0;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .img-holder figure .img-wrap {
    height: 75px;
    width: 75px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder {
    margin-left: 20px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder .title {
    font-size: 26px;
    margin-bottom: 5px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder .title a {
    color: #282c3f;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder .location,
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder .odrer-date {
    font-size: 14px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder .view-detail {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    color: #40b659;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .status {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .status i {
    margin-left: 5px;
    font-size: 18px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .menu-items {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    padding-right: 200px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .total {
    position: absolute;
    right: 0;
    top: 25px;
    font-weight: 600;
    color: #282c3f;
    text-align: right;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .menu-items .item {
    font-size: 15px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .menu-items .item + .item {
    margin-top: 10px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid #d4d5d9;
    padding: 20px;
    border-radius: 6px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item .icon {
    margin-right: 10px;
    font-size: 20px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item .detail h3 {
    font-size: 18px;
    font-weight: 600;
    color: #282c3f;
    margin: 0;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item .detail p {
    font-size: 14px;
    margin: 0;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item .detail .actions {
    margin-top: 10px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content .address-wrap .address-item .detail .actions a {
    display: inline-block;
    font-weight: 600;
    color: #40b659;
    font-size: 14px;
    margin-right: 15px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content form label {
    font-size: 14px;
    margin: 0;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content form .form-control {
    font-size: 14px;
    min-height: 36px;
}
.user-wrap .user-wrap-inner .user-content-wrap .inner-content #locationMap {
    width: 100%;
    height: 300px;
}
@media only screen and (max-width: 1440px) {
    .main-wrap .results-wrap .header-search-wrap .search-wrap-inner .inner-item.location {
        min-width: auto;
    }
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle .points {
 position: absolute;
    top: -4px;
    right: 70px;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 75%;
    background-color: #fff;
    color: #2dce89;
/*    border: 1px solid #2dce89;
*/
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle .points .label {
    position: absolute;
    right: calc(100% + 5px);
    color: #333 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: normal;
}
.main-wrap .main-header .navbar .user-wrap .dropdown-toggle:hover .points .label {
    opacity: 1;
    visibility: visible;
}
.main-wrap .main-header .navbar .user-wrap .short-info .user-info .user-points {
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 75%;
    background-color: #2dce89;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
.main-wrap .empty-content-wrap {
    padding: 50px 0;
    text-align: center;
}
.main-wrap .empty-content-wrap img {
    height: 150px;
    margin-bottom: 30px;
}
.main-wrap .empty-content-wrap h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}
.main-wrap .empty-content-wrap p a {
    color: #2dce89;
}
.add-fav-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    color: #888;
}
 .add-fav-btn.active {
    color: #ff0303;
}
.bottom-nav-mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 5;
    transition: bottom .5s;
    display: none;
}
.bottom-nav-mobile .nav-link-item {
    text-align: center;
    padding: 5px 5px;
    padding-top: 8px;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.bottom-nav-mobile .nav-link-item a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.bottom-nav-mobile .nav-link-item.logo a img {
    width: 45px;
    height: 45px;
}
.bottom-nav-mobile .nav-link-item a span {
    display: block;
    font-size: 13px;
    color: #555;
}
.bottom-nav-mobile .nav-link-item a i {
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 26px;
    color: #8e8e8e;
}
.bottom-nav-mobile .nav-link-item.sign-in a i {
    width: 45px;
    height: 45px;
    line-height: 44px;
    font-size: 42px;
}
.bottom-nav-mobile .nav-link-item.sign-in a img {
    width: 45px;
    height: 45px;
}
.bottom-nav-mobile.sticky-nav {
    bottom: 0 !important;
}
.bottom-nav-mobile.hide-nav {
    bottom: -62px;
}
.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alert {
    border: none;
    font-size: 14px;
    color: #fff !important;
}
.alert .close {
    font-size: 18px;
    padding: 12px 15px
}
.alert.alert-danger {
    background-color: #f5365c !important;
}
.alert.alert-success {
    background-color: #2dce89 !important;
}
@media (max-width: 768px) {
    .user-wrap .user-wrap-inner .user-content-wrap {
        height: auto;
    }
    .user-wrap .user-wrap-inner {
        padding: 15px 0;
    }
}
@media (max-width: 600px) {
    .main-wrap {
        padding-top: 66px;
    }
    .main-wrap .main-header .navbar {
        height: auto;
    }
    .main-wrap.auth-wrap .split-hero-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }
    .main-wrap.auth-wrap .hero-content-inner {
        display: block;
        position: relative;
        background-color: #fffffff0;
        width: 100%;
        padding: 30px;
        border-radius: 6px;
    }
    .main-wrap .main-header .navbar .cart-wrap {
        margin-left: auto;
        padding-left: 0;
    }
    .main-wrap .main-header .navbar .user-wrap::before {
        display: none;
    }
    .user-wrap .user-wrap-inner .user-aside .user-side-nav-wrap ul li a {
        padding: 5px 20px;
    }
    .user-wrap .user-wrap-inner .user-content-wrap {
        padding: 30px 0 0 0;
    }
    .main-wrap .main-header .navbar .user-wrap {
        margin-left: auto;
    }
    .main-wrap .main-header .navbar .user-wrap .dropdown-toggle h3 {
        display: none;
    }
    .main-wrap .main-header .navbar .user-wrap .dropdown-toggle .points {
        display: none;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .nav-tabs .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }
    .main-wrap .main-header .navbar .navbar-brand img {
        height: 35px;
    }
    .main-wrap .main-header.shrink-header .navbar .navbar-brand img {
        height: 35px;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .status {
        position: static;
        margin-top: 10px;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .menu-items .total {
        position: static;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .status {
        padding-right: 0;
        text-align: left;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail {
        display: block;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .restaurant-detail .text-holder {
        margin: 0;
        margin-top: 10px;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .menu-items {
        padding: 0;
    }
    .bottom-nav-mobile {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .user-wrap .user-wrap-inner .user-content-wrap .inner-content .orders-wrap .order-item .total {
        position: static;
        text-align: left;
        margin-top: 10px;
    }
    .main-wrap .main-header .navbar .user-wrap {
        display: none;
    }
    .main-wrap .main-header .navbar .navbar-brand {
        display: none;
    }
    .main-wrap.auth-wrap .window-height {
        height: auto;
    }
}
.cbp-spmenu .aside-cart-rest-detail {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.cbp-spmenu .aside-cart-rest-detail img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.cbp-spmenu .aside-cart-rest-detail .rest-info h6 {
    color: #444;
    font-weight: 700;
    margin: 0;
}
.aside-empty-content-wrap {
    padding: 100px 30px;
    text-align: center;
}
.aside-empty-content-wrap img {
    height: 70px;
}
.aside-empty-content-wrap h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    margin-top: 30px;
}
.aside-empty-content-wrap p {
    font-size: 14px;
    color: #777;
}