﻿body {
  /*background: linear-gradient(180deg, #F5FFD2 0%, #E0F29E 100%);*/ }

.OrderRecode_Icon {
  margin-top: 8px; }

.Header_Bottom {
  background: transparent; }

.layoutHeader {
  background: transparent;
  margin-top: 0px !important; }

.layoutHeader p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  line-height: 22px;
  color: #CC765B; }

.menuBtn .webix_icon.mdi.mdi-menu {
  color: #25652E;
  font-size: 28px; }

.menuBtn .webix_icon_button:hover:before {
  background-color: transparent; }

.Header_MemberBarCode .webix_button.webix_img_btn {
  background: white !important; }

.Header_MemberBarCode .webix_image {
  height: 100%;
  max-width: 50px !important; }

.OrderRecord {
  background: transparent; }

.OrderRecord p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  line-height: 16px;
  color: #75955F; }

.ShoppingCart_icon {
  background: transparent; }

.ShoppingCart_icon .webix_el_box {
  opacity: 1;
  padding-top: 0px; }

.ShoppingCart_icon .webix_button {
  font-size: 20px;
  font-family: Segoe UI;
  font-weight: 400;
  line-height: 27px;
  color: #FFFFFF;
  background: transparent; }

.ShoppingCart_icon .webix_secondary .webix_button:focus, .webix_secondary .webix_button:hover {
  background-color: #FFFF; }

.ShoppingCart_icon img {
  max-width: 31px !important;
  max-height: 31px !important;
  width: 100%;
  margin-right: 0px !important; }

.ShoppingCart_icon .webix_badge {
  background-color: #BC4410;
  min-width: 18px;
  height: 18px;
  line-height: 15px;
  right: 2px;
  border: 1px white solid; }

.Menu.webix_tree.webix_sidebar.webix_sidebar_left.webix_sidebar_expanded .webix_scroll_cont {
  margin-top: 100px; }

.Menu .MenuFont {
  font-size: 14px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  line-height: 17px;
  color: #607062;
  vertical-align: middle;
  width: 53px; }

.Menu .webix_icon.wxi-angle-right {
  color: #475E4A;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  margin-top: 7px; }

.Menu .webix_tree_item.webix_selected span {
  color: #475E4A;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  margin-top: 15px; }

.Menu {
  background: #FFFFFF;
  border-right: 2px solid lightgray !important;
  /*border: 1px solid #25652E !important;
    margin:1px;*/ }

.Menu .webix_list_item {
  border: 0px; }

.Layout_Footer {
  border-top: 2px solid lightgray !important; }
  .Layout_Footer .Cart {
    font-size: 18px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    line-height: 21px;
    color: #bc4410; }
    .Layout_Footer .Cart p {
      margin-top: 5px;
      margin-bottom: 5px;
      text-align: right; }
    .Layout_Footer .Cart .webix_template {
      padding: 2px 18px; }
    .Layout_Footer .Cart .CartDesc {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: left; }
      .Layout_Footer .Cart .CartDesc div {
        width: 100%; }
    .Layout_Footer .Cart .CheckOut {
      color: #ffffff;
      display: flex;
      align-items: center;
      height: 100%; }
      .Layout_Footer .Cart .CheckOut .CartTip_Choice {
        width: 80%;
        text-align: left;
        justify-content: left; }
        .Layout_Footer .Cart .CheckOut .CartTip_Choice font {
          font-size: 24px; }
      .Layout_Footer .Cart .CheckOut .CartTip_CheckOut {
        justify-content: right;
        display: flex;
        align-items: center;
        width: 25%; }
        .Layout_Footer .Cart .CheckOut .CartTip_CheckOut img {
          width: 9px;
          height: 17px;
          vertical-align: middle;
          padding-left: 10px; }

.Layout_Footer.ChoiceCart {
  background-color: #bc4410; }
  .Layout_Footer.ChoiceCart .Cart {
    background-color: #bc4410; }
