@charset "UTF-8";
html {
  margin-top: 0 !important; }

* {
  margin: 0;
  padding: 0; }

body::before {
  background-image: url("../img/images/img-06.png");
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2c4d65;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1001;
  padding: 0 16px; }
  header img {
    width: 119.87px;
    height: 56px; }
  header button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px 16px; }
  header #offcanvas-menu {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s; }
    header #offcanvas-menu #close-menu {
      margin: 40px 24px 20px 24px;
      display: flex;
      align-items: center; }
      header #offcanvas-menu #close-menu span {
        margin-left: 1rem;
        color: #707070;
        font-family: "Noto Sans TC", sans-serif; }
    header #offcanvas-menu ul {
      margin: 0 24px;
      padding: 0; }
      header #offcanvas-menu ul li {
        list-style-type: none;
        font-family: "Noto Sans TC", sans-serif;
        color: #434343; }
        header #offcanvas-menu ul li a {
          color: #434343;
          text-decoration: none;
          font-weight: 500;
          letter-spacing: 1.6px;
          font-size: 16px;
          line-height: 32px;
          display: block;
          padding: 32px 0; }
      header #offcanvas-menu ul .headerwire {
        margin: 0;
        height: 1px;
        background-image: linear-gradient(to right, #bebebe 5px, transparent 5px);
        background-size: 10px 1px;
        background-repeat: repeat-x;
        position: relative; }
  header #offcanvas-menu.active {
    opacity: 1;
    visibility: visible; }
  header #offcanvas-menu::-webkit-scrollbar {
      display: none;
  }

nav {
  height: 67px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  background-color: #2c4d65; }
  nav div:nth-of-type(1) {
    background-color: #2c4d65;
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
    z-index: 5;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center; }
    nav div:nth-of-type(1) a {
      color: #f7f7f7;
      text-decoration: none;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: 500;
      letter-spacing: 1.4px;
      font-size: 14px;
      line-height: 28px; }
    nav div:nth-of-type(1) span {
      margin: 0 8px;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: 500;
      letter-spacing: 1.4px;
      font-size: 14px;
      line-height: 28px;
      color: #f7f7f7; }
  nav div:nth-of-type(2) {
    background-color: #2c4d65;
    color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  nav h5 {
    margin: 0 24px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 28px; }

/* 隱藏所有瀏覽器的數字輸入欄位箭頭 */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.menu-overlay.active {
  display: block; }

input[type="radio"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none; }

input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%; }

input[type="radio"]:checked:before {
  background: #2c4d65; }

input[type="checkbox"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid darkgray;
  background-color: none !important;
  border-radius: 50%;
  outline: none; }

input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%; }

input[type="checkbox"]:checked:before {
  background-color: #2c4d65; }

.swal2-confirm:focus {
  box-shadow: none !important;
  font-weight: 500; }

.prompt_container {
  font-size: 18px !important;
  color: #434343 !important;
  font-weight: 400 !important;
  letter-spacing: 1.8px !important;
  line-height: 32px !important; }

.swal2-html-container {
  margin: 0 !important;
  margin-top: 28px !important; }

.swal2-confirm {
  margin: 0;
  margin-bottom: 28px; }

.swal2-popup {
  padding: 0; }

body.woocommerce-view-order p {
  display: none !important; }

body.woocommerce-view-order .entry-content {
  margin: 0; }

body.woocommerce-view-order .entry-header {
  display: none !important; }

body.woocommerce-view-order .woocommerce-MyAccount-navigation {
  display: none !important; }

body.woocommerce-view-order .woocommerce-column {
  display: none !important; }

body.woocommerce-view-order footer {
  display: none !important; }

body.woocommerce-view-order .widget-area {
  display: none !important; }

body.woocommerce-view-order .store_name {
  margin: 118px 24px 0 24px; }
  body.woocommerce-view-order .store_name h3 {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 36px;
    font-size: 18px;
    color: #434343;
    margin: 0;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .store_name span {
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 36px;
    font-size: 18px;
    color: #434343;
    margin: 0;
    font-family: "Noto Sans TC", sans-serif; }

body.woocommerce-view-order .receive {
  margin: 0 24px;
  padding: 32px 0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 2px 5px 8px rgba(26, 26, 26, 0.102); }
  body.woocommerce-view-order .receive .number {
    font-weight: 400;
    letter-spacing: 1.8px;
    line-height: 36px;
    font-size: 18px;
    color: #434343;
    margin: 0 24px;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .receive h5 {
    font-weight: 800;
    letter-spacing: 6.4px;
    line-height: 32px;
    font-size: 64px;
    color: #434343;
    margin: 18px 24px 35px;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .receive .illustrate {
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    margin: 0 24px;
    font-family: "Noto Sans TC", sans-serif; }

body.woocommerce-view-order .time {
  margin: 24px 24px 0; }
  body.woocommerce-view-order .time .pickup_time {
    display: flex; }
  body.woocommerce-view-order .time .data {
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    white-space: nowrap;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .time .data_content {
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    margin-left: 3px;
    font-family: "Noto Sans TC", sans-serif; }

body.woocommerce-view-order .product {
  margin: 40px 24px 0; }
  body.woocommerce-view-order .product .product_list {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.woocommerce-view-order .product .product_list h5 {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 32px;
      color: #434343;
      margin: 0;
      font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .product .product_price {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    color: #434343;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .product .content_selection {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    color: #434343;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order .product .content_selection span::before {
    content: "、"; }
  body.woocommerce-view-order .product span:nth-child(1)::before {
    display: none; }

body.woocommerce-view-order .thank_wire2 {
  margin: 32px 24px;
  height: 1px;
  background-image: linear-gradient(to right, #a1a1a1 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative; }

body.woocommerce-view-order .remark_order {
  margin: 0 24px;
  color: #434343; }
  body.woocommerce-view-order .remark_order h5 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 36px;
    margin: 0;
    font-family: "Noto Sans TC", sans-serif; }

body.woocommerce-view-order .remark_wire2 {
  margin: 40px 24px 14px;
  height: 1px;
  background-image: linear-gradient(to right, #a1a1a1 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative; }

body.woocommerce-view-order .woocommerce-order-details__title {
  display: none; }

body.woocommerce-view-order table {
  border: none !important; }
  body.woocommerce-view-order table thead {
    display: none; }
  body.woocommerce-view-order table tbody {
    display: none !important; }
  body.woocommerce-view-order table tfoot th {
    border: none !important;
    padding: 0 !important;
    padding: 24px 24px 0 !important;
    font-weight: 400 !important;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order table tfoot td {
    border: none !important;
    padding: 0 !important;
    text-align: right !important;
    padding: 24px 24px 0 !important;
    font-weight: 400 !important;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-size: 16px;
    color: #434343;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order table tfoot .total_price th {
    color: #434343;
    font-weight: 500 !important;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 36px;
    font-family: "Noto Sans TC", sans-serif; }
  body.woocommerce-view-order table tfoot .total_price td {
    color: #434343;
    font-weight: 500 !important;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 36px;
    font-family: "Noto Sans TC", sans-serif; }

body.woocommerce-view-order .site-main {
  position: relative; }

body.woocommerce-view-order .sd_btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }
  body.woocommerce-view-order .sd_btn .sd {
    width: 226px;
    height: 56px;
    border-radius: 32px;
    border: 0;
    background: #2c4d65;
    color: #fafafa;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 24px;
    margin-bottom: -120px; }

body.woocommerce-view-order .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important; 
}

body.woocommerce-view-order .page {
  margin: 0 0 120px 0; }

.no_login {
  color: #434343;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-align: center; }

/*# sourceMappingURL=global.css.map */
