/*!
Section Element
 */
/* line 11, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
html {
  overflow-x: inherit;
}

/* line 14, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
body {
  margin: 0;
  font-family: "Noto Sans TC", "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 25, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* line 30, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 43, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 49, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 55, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 60, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 65, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 70, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 75, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 80, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 85, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 90, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 95, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 100, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 105, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 110, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 115, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-first {
  order: -1;
}

/* line 119, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-1 {
  order: 1;
}

/* line 123, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-2 {
  order: 2;
}

/* line 127, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-3 {
  order: 3;
}

/* line 131, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-4 {
  order: 4;
}

/* line 135, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-5 {
  order: 5;
}

/* line 139, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-6 {
  order: 6;
}

/* line 143, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-7 {
  order: 7;
}

/* line 147, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-8 {
  order: 8;
}

/* line 151, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-9 {
  order: 9;
}

/* line 155, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-10 {
  order: 10;
}

/* line 159, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-11 {
  order: 11;
}

/* line 163, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.order-12 {
  order: 12;
}

/* line 167, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 171, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 175, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 179, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 183, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 187, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 191, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 195, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 199, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 203, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 207, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 212, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 217, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 222, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 226, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 230, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 234, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 238, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 242, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 246, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 250, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 254, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 258, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 262, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 266, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 270, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 273, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 276, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 279, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 282, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 285, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 288, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 291, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 294, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 297, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 300, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 303, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 306, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 309, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 312, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 315, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 318, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 321, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 324, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 327, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 330, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 333, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 336, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 339, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 342, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 348, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 353, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 358, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 362, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 366, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 370, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 374, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 378, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 382, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 386, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 390, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 394, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 398, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 402, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 406, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-first {
    order: -1;
  }
  /* line 409, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 412, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 415, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 418, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 421, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 424, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 427, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 430, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 433, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 436, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 439, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 442, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 445, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 448, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 451, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 454, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 457, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 460, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 463, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 466, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 469, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 472, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 475, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 478, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 484, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 489, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 494, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 498, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 502, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 506, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 510, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 514, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 518, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 522, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 526, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 530, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 534, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 538, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 542, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 545, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 548, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 551, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 554, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 557, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 560, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 563, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 566, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 569, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 572, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 575, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 578, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 581, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 584, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 587, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 590, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 593, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 596, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 599, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 602, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 605, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 608, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 611, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 614, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1170px) {
  /* line 620, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 625, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 630, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 634, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 638, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 642, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 646, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 650, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 654, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 658, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 662, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 666, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 670, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 674, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 678, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 681, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 684, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 687, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 690, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 693, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 696, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 699, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 702, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 705, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 708, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 711, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 714, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 717, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 720, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 723, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 726, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 729, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 732, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 735, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 738, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 741, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 744, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 747, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 750, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 755, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.stuck {
  padding-left: 0px;
  padding-right: 0px;
  left: auto;
}

/* line 761, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.menu .panel-collapse {
  background: transparent;
}

/* line 765, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.menu ul.other-section > li .panel-body ul li .bigger, .menu ul.content-section > li .panel-body ul li .bigger {
  font-size: 1.45rem !important;
}

/* line 769, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.navbar-toggler {
  padding: 4px 12px;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 779, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.menu ul.other-section > li .arrow:after, .menu ul.other-section > li .arrow[aria-expanded=false]:after, .menu ul.content-section > li .arrow:after, .menu ul.content-section > li .arrow[aria-expanded=false]:after {
  color: #ec9729 !important;
}

/* line 783, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.menu ul.other-section > li .arrow:after, .menu ul.other-section > li .arrow[aria-expanded=true]:after, .menu ul.content-section > li .arrow:after, .menu ul.content-section > li .arrow[aria-expanded=true]:after {
  color: #ec9729 !important;
}

@media (min-width: 992px) {
  /* line 788, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .header-container .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  /* line 791, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
  .header-container .container {
    max-width: 1200px !important;
  }
}

/* line 794, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.header-container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 814, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.header-container .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 827, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.header-container .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 834, //172.26.103.103/UX-Support/Product/UFood/Web/Revamp Oct 2017/20180528-Ufood-HTML/new-layout/scss/food-bugfix.scss */
.header-container .dropdown-menu.show {
  display: block !important;
}

/*# sourceMappingURL=../css/food-bugfix.map */