/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: "Open Sans";
  font-size: 14px;
  background-color: #f7f7f7; }
  body i.fa {
    margin-right: 5px; }
  body ::-webkit-input-placeholder {
    color: #ccc !important; }
  body :-moz-placeholder {
    color: #ccc !important; }
  body ::-moz-placeholder {
    color: #ccc !important; }
  body :-ms-input-placeholder {
    color: #ccc !important; }
  body a {
    color: #5e37f6; }
    body a:hover {
      color: #45a5d1; }
  body .btn {
    font-size: 14px; }

.popover-link {
  width: 100%;
  display: block;
  font-size: 14px;
  border-bottom: solid 1px #b1b0b0;
  padding: 5px;
  text-decoration: none !important; }
  .popover-link:hover {
    color: #ff6600;
    background-color: #f5faff; }
  .popover-link:last-child {
    border-bottom-style: none; }

/*validator css bootstrap v4*/
.has-feedback {
  position: relative; }

.has-feedback .form-control {
  /*padding-right: 42.5px;*/ }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

/*validator css bootstrap v4*/
.main-content .breadcrumb-option {
  background-color: #fff !important;
  border-bottom: solid 1px #ddd !important;
  padding-bottom: 10px; }
  .main-content .breadcrumb-option a {
    color: #333; }

.price-style {
  color: #ff6600;
  font-size: 16px; }

.btn-selected {
    background-color: #7c3df5;
    border-color: #7c3df5;
    color: #fff !important;
}
    .btn-selected:hover {
        background-color: #6238f6;
        border-color: #6238f6;
    }

/*Menu Top*/
.wrapper-top-menu {
    background: linear-gradient(-45deg,#be4af4,#5c37f6);
    padding-top: 5px;
    padding-bottom: 5px;
    /*.navbar {
        background-color: $primary-color-light;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 35px;

        .navbar-brand {
            padding-left: 5px;
            padding-right: 5px;
        }

        a {
            color: #f1f1f1 !important;

            .link-active {
                color: #fff !important;
            }

            &:hover {
                color: #fff !important;
                background-color: $primary-color-light;
            }
        }

        .navbar-right {
            font-size: 13px;
            line-height: 35px;
        }

        .navbar-toggler {
            border-color: #fff;
            margin-top: 8px;
        }

        .navbar-collapse {
            max-width: 220px;
        }

        .btn-search {
            border-color: #888;

            i.fa {
                margin-right: 0px;
            }
        }
    }*/
}
  .wrapper-top-menu .res-logo {
    max-width: 45px !important;
    margin-right: 9px;
    vertical-align: top;
    margin-top: 2px; }
  .wrapper-top-menu .res-name {
    font-family: 'Lobster', cursive;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    padding-top: 5px !important;
    text-transform: capitalize; }
  .wrapper-top-menu .menu-top {
    padding-top: 13px; }
    .wrapper-top-menu .menu-top li {
      color: #fff; }
  .wrapper-top-menu .navbar-default-page .menu-top {
    padding-top: 0px; }
    .wrapper-top-menu .navbar-default-page .menu-top li {
      padding-top: 15px;
      color: #fff; }
      .wrapper-top-menu .navbar-default-page .menu-top li a {
        color: #fff;
        }
        .wrapper-top-menu .navbar-default-page .menu-top li a:hover {
          text-decoration:underline }
  .wrapper-top-menu .menu-white {
    padding-top: 0px !important;
    margin-bottom: 0px !important; }
    .wrapper-top-menu .menu-white li {
      padding-top: 0px;
      padding-bottom: 0px; }
      .wrapper-top-menu .menu-white li:last-child {
        margin-right: 0px !important; }
    .wrapper-top-menu .menu-white a {
      display: inline-block;
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff !important; }
      .wrapper-top-menu .menu-white a:hover {
        color: #ff6600 !important; }

.wrapper-top-menu-transparent {
  background-color: rgba(255, 255, 255, 0.5) !important; }

/*footer Page*/
.wrapper-footer1 {
    background-color: #e5e5e5;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #333;
}
    .wrapper-footer1 h4 {
        font-size: 20px;
        border-bottom: solid 1px #b9b9bb;
        padding-bottom: 5px;
        font-family: 'Lobster', cursive;
    }
  .wrapper-footer1 ul {
    padding-left: 20px; }
    .wrapper-footer1 ul a {
      color: #333;
      line-height: 25px;
      font-size: 13px; }
      .wrapper-footer1 ul a:hover {
        text-decoration: underline; }

.wrapper-footer2 {
    background: linear-gradient( 298deg,#000000,#bb49f4);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
}

/*Login & Register*/
.modal-login .nav-item {
  font-weight: bold; }
.modal-login .modal-body {
  position: relative; }
.modal-login .tab-restaurant {
  padding: 10px;
  border: solid 1px #ccc;
  border-top-style: none; }

/*Profile Menu*/
.profile-menu a:hover {
  background-color: #f5faff;
  color: #ff6600; }

@media (max-width: 575px) {
  .main-slider {
    margin-top: -114px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .main-slider {
    margin-top: -114px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .less-padding-right {
    padding-right: 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .less-padding-right {
    padding-right: 0px; } }
@media (min-width: 1200px) {
  .less-padding-right {
    padding-right: 0px; } }
/*Restaurants.aspx*/
.title-page {
  color: #5e37f6;
  font-size: 25px;
  line-height: 35px; }

.title-page-list {
  color: #f0ad4e !important; }
  .title-page-list small {
    font-size: 12px; }

.list-restaurant {
  background-color: #fff;
  padding: 15px; }

.res-item:hover {
  background-color: #f5faff; }
.res-item p {
  margin-bottom: 7px; }
.res-item hr {
  border-color: #f7f7f7;
  margin-bottom: 0px; }
.res-item .res-logo {
  border: solid 1px #ccc;
  display: block;
  background-color: #fff;
  text-align: center; }
  .res-item .res-logo:hover {
    border: solid 1px #45a5d1; }
.res-item .res-payallow {
  font-size: 12px;
  padding-top: 5px;
  font-style: italic; }
.res-item .res-info {
  position: relative; }
  .res-item .res-info .res-name {
    font-size: 18px;
    margin-bottom: 12px; }
    .res-item .res-info .res-name a {
      color: #5e37f6 !important; }
      .res-item .res-info .res-name a:hover {
        text-decoration: underline; }
  .res-item .res-info .res-address {
    font-size: 13px;
    color: #f0ad4e; }
  .res-item .res-info .res-tag {
    font-size: 13px; }
  .res-item .res-info .res-delivery {
    font-size: 12px;
    color: #333; }
  .res-item .res-info .res-view-more {
    position: absolute;
    right: 10px;
    top: 27%;
    font-size: 20px; }
    .res-item .res-info .res-view-more:hover {
      color: #ff6600; }

.res-menu {
  padding-left: 25px; }
  .res-menu li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .res-menu a {
    color: #5e37f6; }
  .res-menu .res-menu-children {
    padding-left: 20px; }

.box-res-menu {
  border: solid 1px #f1f1f1;
  background-color: #fff;
  padding: 0px 15px; }
  .box-res-menu .title-box {
    border-bottom: solid 1px #d6d3d3; }
  .box-res-menu .tag-active,
  .box-res-menu .tag-parent-active {
    color: #ff6600; }

#message-filter {
  display: none; }

.title-promotion {
  font-family: 'Lobster', cursive;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 21px; }

/*RestaurantDetail.aspx*/
.restaurant-detail .nav-tabs {
  border-bottom: solid 1px #f1f1f1; }
.restaurant-detail .nav-tabs .nav-item.show .nav-link, .restaurant-detail .nav-tabs .nav-link.active {
  border-color: #f1f1f1 #f1f1f1 #fff; }
.restaurant-detail .disabled {
  background-color: #CCC !important;
  border-color: #CCC !important; }
.restaurant-detail .wrapper-res-info {
  border: solid 1px #f1f1f1;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }
.restaurant-detail .address-info {
  margin-bottom: 8px; }
.restaurant-detail .time-deliver {
  margin-top: 10px; }
  .restaurant-detail .time-deliver p {
    margin-bottom: 5px; }
    .restaurant-detail .time-deliver p.p-label {
      font-size: 12px; }
    .restaurant-detail .time-deliver p.p-content {
      font-size: 16px;
      color: #ff6600; }
.restaurant-detail .tab-content {
  border: solid 1px #f1f1f1;
  border-top-style: none;
  background-color: #fff;
  margin-bottom: 15px; }
  .restaurant-detail .tab-content .tab-pane {
    padding: 15px; }
.restaurant-detail .main-category .title-category {
  font-size: 14px;
  text-transform: uppercase; }
  .restaurant-detail .main-category .title-category span {
    display: inline-block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px; }
.restaurant-detail .main-category .res-category {
  padding: 0px;
  padding-bottom: 20px; }
  .restaurant-detail .main-category .res-category li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f7f7f7; }
  .restaurant-detail .main-category .res-category .active a {
    color: #ff6600; }
  .restaurant-detail .main-category .res-category a {
    color: #5e37f6;
    font-size: 15px; }
    .restaurant-detail .main-category .res-category a:hover {
      color: #ff6600;
      text-decoration: none; }
.restaurant-detail .category-restaurant-detail .title-search-result {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px; }
  .restaurant-detail .category-restaurant-detail .title-search-result span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc; }
.restaurant-detail .category-restaurant-detail .name-cate-filter {
  color: #333; }
.restaurant-detail .category-restaurant-detail .parent-cate {
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  margin-bottom: 0px;
  color: #5e37f6;
  text-transform: uppercase;
  text-align: center;
  padding: 15px; }
.restaurant-detail .category-restaurant-detail .eating-item {
            /*.eating-option {
                font-size: 13px;
                margin-bottom: 5px;

                span {
                    color: #888;
                }
            }*/ }
  .restaurant-detail .category-restaurant-detail .eating-item:hover {
    background-color: #f5faff; }
  .restaurant-detail .category-restaurant-detail .eating-item .eating-photo {
    max-width: 160px; }
  .restaurant-detail .category-restaurant-detail .eating-item .eating-name {
    color: #5e37f6;
    margin-bottom: 5px;
    font-size: 16px; }
  .restaurant-detail .category-restaurant-detail .eating-item .eating-des {
    font-size: 13px;
    margin-bottom: 5px; }
  .restaurant-detail .category-restaurant-detail .eating-item .eating-price {
    font-size: 13px;
    margin-bottom: 0px; }
.restaurant-detail .category-restaurant-detail .eating-extra {
  display: none;
  position: relative;
  margin-bottom: -17px;
  background-color: #f7f7f7; }
  .restaurant-detail .category-restaurant-detail .eating-extra .arrow-up {
    position: absolute;
    right: 35px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f7f7f7; }
  .restaurant-detail .category-restaurant-detail .eating-extra .ck-extra {
    display: block;
    float: left;
    width: 100%; }
    .restaurant-detail .category-restaurant-detail .eating-extra .ck-extra input[type=checkbox] {
      margin-right: 5px;
      height: 18px;
      width: 18px;
      display: block;
      float: left; }
    .restaurant-detail .category-restaurant-detail .eating-extra .ck-extra label {
      font-size: 13px;
      display: block;
      float: left; }
  .restaurant-detail .category-restaurant-detail .eating-extra .ck-option {
    display: block;
    float: left;
    width: 100%; }
    .restaurant-detail .category-restaurant-detail .eating-extra .ck-option input[type=radio] {
      margin-right: 5px;
      height: 18px;
      width: 18px;
      display: block;
      float: left; }
    .restaurant-detail .category-restaurant-detail .eating-extra .ck-option label {
      font-size: 13px;
      display: block;
      float: left; }
  .restaurant-detail .category-restaurant-detail .eating-extra:hover {
    background-color: #ffffcc; }
    .restaurant-detail .category-restaurant-detail .eating-extra:hover .arrow-up {
      border-bottom-color: #ffffcc; }
  .restaurant-detail .category-restaurant-detail .eating-extra .form-check {
    overflow: hidden; }
    .restaurant-detail .category-restaurant-detail .eating-extra .form-check input {
      margin-top: 2px; }
    .restaurant-detail .category-restaurant-detail .eating-extra .form-check label:hover {
      color: #ff6600;
      text-decoration: underline; }
.restaurant-detail .google-map {
  height: 300px;
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 15px; }
.restaurant-detail .address-info h5 {
  color: #5e37f6;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 15px; }
.restaurant-detail .address-info p {
  margin-bottom: 5px; }
.restaurant-detail .address-info .time-deliver-detail {
  font-size: 12px; }
.restaurant-detail .order-wrapper {
  border: solid 1px #5e37f6;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden; }
  .restaurant-detail .order-wrapper .title-basket {
    font-size: 12px;
    font-weight: bold;
    color: #333; }
    .restaurant-detail .order-wrapper .title-basket span {
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: solid 1px #ccc; }
  .restaurant-detail .order-wrapper .card-title {
    padding: 7px 15px;
    color: #fff;
    background-color: #51b3e0;
    margin-bottom: 0px;
    border-bottom: solid 1px #5e37f6; }
  .restaurant-detail .order-wrapper .card-block {
    padding: 8px; }
    .restaurant-detail .order-wrapper .card-block .box-loading {
      width: 100%;
      position: absolute;
      top: 30%;
      left: 0;
      padding-top: 10px;
      display: none; }
    .restaurant-detail .order-wrapper .card-block p {
      margin-bottom: 2px;
      padding: 5px; }
    .restaurant-detail .order-wrapper .card-block .order-item p {
      margin-bottom: 0px; }
    .restaurant-detail .order-wrapper .card-block .order-item .food-name {
      padding-bottom: 0px;
      font-weight: bold;
      color: #5e37f6; }
    .restaurant-detail .order-wrapper .card-block .order-item .food-option {
      padding-bottom: 0px;
      padding-top: 0px !important;
      font-size: 12px; }
    .restaurant-detail .order-wrapper .card-block .order-item .number-food {
      font-weight: bold;
      padding-left: 3px;
      padding-right: 3px;
      display: inline-block; }
    .restaurant-detail .order-wrapper .card-block .order-item .bt-change-number {
      text-decoration: none;
      color: #ccc; }
      .restaurant-detail .order-wrapper .card-block .order-item .bt-change-number i.fa {
        margin-right: 0px !important; }
      .restaurant-detail .order-wrapper .card-block .order-item .bt-change-number:hover {
        color: #ff6600; }
    .restaurant-detail .order-wrapper .card-block .order-item hr {
      margin-top: 4px;
      margin-bottom: 0px; }
    .restaurant-detail .order-wrapper .card-block .p-total {
      background-color: #fcf8e3;
      padding: 5px;
      margin-bottom: 15px; }
    .restaurant-detail .order-wrapper .card-block .p-summary {
      background-color: #f7f7f7;
      font-size: 13px; }
    .restaurant-detail .order-wrapper .card-block .price-style {
      font-size: 14px !important; }

/*Default.aspx*/
.main-slider {
  background-size: cover;
  background-position: top center;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -74px; }
  .main-slider .slide-text {
    text-align: center;
    margin-bottom: 30px; }
    .main-slider .slide-text h1 {
      color: #fff;
      text-shadow: 1px 1px #333;
      font-size: 38px;
      font-weight: 300 !important;
      margin-bottom: 15px; }
    .main-slider .slide-text h4 {
      color: #fff;
      text-shadow: 1px 1px #333;
      font-weight: 300 !important; }
  .main-slider .form-search {
    padding: 30px;
    background: rgba(255, 255, 255, 0.5); }
    .main-slider .form-search .ddlOptionSearch,
    .main-slider .form-search .txtKeyword {
      min-width: 250px;
      border: solid 1px #45a5d1;
      border-radius: 0px !important;
      font-size: 18px;
      color: #45a5d1;
      font-family: "Open Sans", sans-serif;
      background: rgba(255, 255, 255, 0.6); }
    .main-slider .form-search .txtKeyword {
      padding-top: 13px;
      padding-bottom: 14px; }
    .main-slider .form-search .btn-search {
        border-radius: 0px !important;
        font-size: 20px;
        background-color: rgb(187 74 245);
        border: solid 1px #a144f5;
        font-family: "Open Sans", sans-serif;
    }
      .main-slider .form-search .btn-search:hover {
        cursor: pointer; }

.row-steps {
  /*background-image: url('../../Images/restaurant_image/dotte-guide.png');
  background-position: top center;*/
  padding-bottom: 30px;
  margin-top: 20px;
  background-repeat: no-repeat;
  margin-top: 20px; }
  .row-steps img {
    margin-bottom: 15px;
    display: inline-block;
    width: 64px !important;
    margin-top: 25px; }
    .row-steps .p-title {
        color: #5e38f6;
        font-size: 17px;
        font-family: 'Lobster', cursive;
    }

.wrapper-about-us {
  background-image: url(../../Images/section-bg.jpg);
  background-repeat: repeat;
  padding-top: 15px;
  padding-bottom: 15px; }
  .wrapper-about-us .img-vietnam-food {
    max-width: 300px !important; }
  .wrapper-about-us h4 {
    color: #5e37f6;
    margin-bottom: 15px;
    margin-top: 15px; }
  .wrapper-about-us .ul-reason {
    padding-left: 20px; }
    .wrapper-about-us .ul-reason li {
      padding-bottom: 10px; }
      .wrapper-about-us .ul-reason li a {
        color: #333;
        font-size: 16px; }

/*OrderDetail.aspx*/
.div-process {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34); }
  .div-process .img-process {
    display: inline-block;
    margin-top: 250px; }

.order-detail .wrapper-food-order,
.order-detail .wrapper-address-deliver {
  border: solid 1px #f1f1f1;
  background-color: #fff;
  padding: 15px; }
  .order-detail .wrapper-food-order h5,
  .order-detail .wrapper-address-deliver h5 {
    font-weight: 300 !important;
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
    font-size: 18px;
    color: #ff6600; }
.order-detail .wrapper-address-deliver label {
  font-size: 13px; }
.order-detail .wrapper-address-deliver select {
  font-size: 14px; }
  .order-detail .wrapper-address-deliver select option {
    font-size: 14px; }
.order-detail .wrapper-address-deliver .label-info {
  font-weight: bold !important;
  color: #5e37f6; }
.order-detail .table-food-order th {
  text-align: center;
  background-color: #f7f7f7; }
.order-detail .table-food-order td {
  vertical-align: middle; }
.order-detail .table-food-order .tr-skip-border td {
  border-top-style: none; }
.order-detail .table-food-order ul {
  margin-bottom: 0px !important; }
.order-detail .tab-pane {
  padding: 15px;
  border: solid 1px #ccc;
  border-top-style: none;
  margin-bottom: 15px; }

.wrapper-order-detail {
  display: none; }

/*Finish.aspx*/
.order-finish .wrapper-finish-alert {
  background-color: #fff;
  padding: 15px; }
  .order-finish .wrapper-finish-alert h5 {
    font-weight: 300 !important; }
  .order-finish .wrapper-finish-alert p {
    margin-bottom: 5px; }

/*MyProfile.aspx*/
.wrapper-profile,
.wrapper-menu-profile {
  border: solid 1px #f1f1f1;
  background-color: #fff;
  padding: 15px; }
  .wrapper-profile .table-orders th,
  .wrapper-menu-profile .table-orders th {
    background-color: #f7f7f7; }

/*MapRestaurants.aspx*/
.map-info-window {
  line-height: 20px; }
  .map-info-window strong {
    color: #5e37f6;
    font-size: 18px; }

.carousel-item .img-fluid {
  height: 100% !important;
  width: 100% !important; }

/*Order types*/
.order-type {
  margin-top: 8px;
  margin-left: 4px;
  background-color: #e5e5e5; }
  .order-type td {
    background-color: #f7f7f7;
    border: solid 1px #f7f7f7;
    border-bottom: solid 1px #bfbebe;
    padding-top: 7px;
    text-align: center !important;
    width: 3%;
    margin-right: 2px !important; }
    .order-type td label:hover {
      cursor: pointer !important;
      color: #f60; }
    .order-type td input[type="radio"] {
      display: none; }
  .order-type .active {
    background-color: #fff !important;
    border: solid 1px #bfbebe;
    border-left: solid 2px #bfbebe;
    border-bottom: solid 1px #fff; }
    .order-type .active label {
      color: #f60; }
  .order-type label {
    color: #5e37f6;
    text-transform: uppercase; }

.popover-content {
  color: #ff7742; }

/*datepicker custom*/
.datepicker {
  font-size: 14px !important; }
  .datepicker .input-group-addon:hover {
    cursor: pointer; }
  .datepicker .dow {
    color: #0275d8 !important;
    padding-top: 5px;
    padding-bottom: 5px; }
  .datepicker td.day.disabled {
    color: #ccc !important;
    cursor: not-allowed !important; }

.datepicker-days .day {
  color: #0275d8 !important;
  padding-top: 5px;
  padding-bottom: 5px; }
.datepicker-days .day:hover {
  color: #fff !important;
  background-color: #0275d8 !important; }
.datepicker-days .day:hover {
  color: #fff !important;
  background-color: #0275d8 !important; }
.datepicker-days .day.active {
  color: #fff !important;
  background-color: #0275d8 !important; }
.datepicker-days .day.new {
  color: #f0ad4e !important; }
.datepicker-days .day.old {
  color: #f0ad4e !important; }

/*datepicker custom*/
.list-nail-shop .typeahead__field input {
  height: 40px !important;
  /*border:solid 1px #eca035 !important;*/
  border: solid 1px #ccc !important;
  font-size: 16px !important;
  font-weight: 100 !important; }
.list-nail-shop .input-group-addon {
  /*background-color: #f0ad4e !important;
  color:#fff !important;*/ }

.title-slidebar {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 15px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 9px; }

/*# sourceMappingURL=restaurant-style.css.map */


.navs-steps{
    border-bottom:solid 2px #ddd;
    margin-bottom:20px;
}
.navs-steps .nav-link{
    font-size:18px;
    color:#888;
}

    .navs-steps .active {
        border-bottom: solid 2px #5f38f6;
        margin-bottom: -2px;
        font-weight: bold;
        color: #5d37f6;
    }

.employee-box{
    margin-top:15px;
    margin-bottom:15px;
    background-color:#fdfdfd;
    padding:10px;
    text-align:center;
    border:solid 1px #ccc;
}
.btn-service{
    margin-bottom:10px;
    display:block;
    overflow:hidden;
}
.btn-service .sp-name{
    display:inline-block;
    float:left;
    font-weight:bold;
    text-transform:capitalize;
}
.btn-service .sp-price{
    display:inline-block;
    float:right;
    color:#ff6600;
}
.category-service{
    margin-bottom:15px;
    margin-top:20px;
    text-transform:capitalize;
}
.title-service{
    padding:10px 0;
    background-color:#fff;
    border-bottom:solid 2px #ddd;
    margin-top:30px;
    text-transform:uppercase;
    font-size:18px;
}
.container-apt{
    padding:15px;
    background-color:#fff;
    margin:20px 0;
}
#datetimepickerinline{
    background-color:#fdfdfd;
    padding:10px;
    border:solid 1px #ddd;
}
.btn-time{
    margin-left:10px;
    margin-bottom:10px;
}

.text-primary {
    color: #5d37f6 !important
}