* {
  user-select: none;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Serif TC", serif !important;
  box-sizing: border-box
}

:root {
  --webColorMain: #213D3D;
  --webColorMainRgb: rgba(33,61,61,1);
  --webColorMainRgbTran: rgba(33,61,61,0);
  --webColorHighlight: #F4D2B3;
  --webColorDark: #7E6041;
  --FontColor: #FFF2E9;
  --TitleColor: #FFFFFF;
  --wrapper-width: 1140px;
  --big-wrapper-width: 1280px;
  --small-wrapper-width: 980px;
  --half-wrapper-width: 570px;
  --button-font: 18px;
  --button-font-en: 16px;
  --block-move-up: -20vh;
  --block-move-up-space: 20vh;
  --transspeed: .3s;
  overflow-x: hidden;
}

.good_info_title {
  font-family: 'Noto Serif TC';
  font-size: 23px;
  font-weight: 900;
  color: var(--TitleColor);
}

.big_en_font {
  font-family: 'Noto Serif TC';
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
  color: var(--webColorHighlight);
  margin: 0 5%;
  transform: translateY(3px);
}

.big_title {
  font-family: 'Noto Serif TC';
  font-weight: 900;
  color: var(--TitleColor);
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.big_banner_title {
  font-family: 'Noto Serif TC';
  font-size: 24px;
  font-weight: 900;
  color: var(--TitleColor)
}

.small_banner_title {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  font-weight: 900;
  color: var(--TitleColor)
}

.small_title {
  font-family: 'Noto Serif TC';
  font-size: 14px;
  font-weight: 900;
  color: var(--TitleColor)
}

.input_title {
  font-family: 'Noto Serif TC';
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: var(--InputTitle)
}

.copyright {
  font-family: 'Noto Serif TC';
  font-size: 8px;
  font-weight: 900;
  line-height: 14px;
  text-align: center
}

.modal_title {
  font-family: 'Noto Serif TC';
  font-size: 20px;
  font-weight: 700 !important;
  color: var(--TitleColor)
}

.modal_small_title {
  font-family: 'Noto Serif TC';
  font-size: 18px;
  font-weight: 700;
  color: var(--InputTitle)
}

.modal_text {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  font-weight: 400;
  color: var(--InputTitle);
  text-align: justify
}

.footer_text {
  font-family: 'Noto Serif TC';
  font-size: 8px;
  line-height: 8px;
  font-weight: 900;
  color: var(--webColorHighlight);
}

.thank_text {
  font-family: 'Noto Serif TC';
  font-size: 26px;
  font-weight: 700;
  color: var(--Highlight)
}

#window .small_title {
  line-height: 25px;
}

.radio_title {
  font-family: 'Noto Serif TC';
  font-size: 15px;
  font-weight: 700;
  line-height: 19px
}

.radio_text {
  font-family: 'Noto Serif TC';
  font-size: 12px;
  font-weight: 400;
  line-height: 19px
}

input {
  font-family: 'Noto Serif TC';
  font-size: 12px;
  font-weight: 400;
  color: var(--FontColor)
}


.description_title {
  font-family: 'Noto Serif TC';
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  color: var(--FontColor);
}

.description2 {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: var(--FontColor);
}

.description3 {
  font-family: 'Noto Serif TC';
  font-size: 14px;
  font-weight: 300;
  color: var(--FontColor);
  line-height: 30px;
}

.description4 {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  font-weight: 300;
  color: var(--FontColor);
  line-height: 30px;
}

.description {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: var(--FontColor);
}

.news-info-body .description2 p {
  word-wrap: break-word;
}

.qa_question {
  font-family: 'Noto Serif TC';
  font-size: 26px;
  font-weight: 700;
  color: var(--TitleColor);
}

.qa_answer {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: var(--FontColor);
}

.text {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--FontColor);
}

.text-1 {
  font-family: 'Noto Serif TC';
  font-size: 20px;
  font-weight: 900;
  color: var(--webColorHighlight);
}

.text-2 {
  font-family: 'Noto Serif TC';
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: var(--FontColor);
}

.good-name {
  font-size: 14px;
  color: var(--FontColor);
  font-weight: 300;
}

.good-price {
  font-size: 16px;
  color: var(--webColorHighlight);
  font-weight: 900;
}

a:link,
a {
  text-decoration: none;
  color: var(--webColorHighlight);
  cursor: pointer;
}

a:hover {
  color: var(--webColorHighlight);
}

body,
h1,
ul {
  margin: 0
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important
}

body {
  background-image: url("../images/BG.png");
  background-size: cover;
  background-color: rgba(33, 61, 61, 0.3);
  background-blend-mode: color-dodge;
}

.wrapper {
  width: var(--wrapper-width);
  margin: 0 auto;
}
.half-wrapper {
  width: var(--half-wrapper-width);
}
.big-wrapper {
  width: var(--big-wrapper-width);
}
.small-wrapper {
  width: var(--small-wrapper-width);
}

.green-bg {
  background: var(--webColorMain);
}

.bg-none {
  background-color: transparent !important;
}

.bg {
  background-image: url("../images/bg2.png");
  background-size: contain;
}
.signup-cta {
  padding: 60px;
}

.col-black {
  color: #000
}


.col-white {
  color: #fff !important
}

.col-lightyellow {
  color: var(--FontColor) !important
}

.col-yellow {
  color: var(--webColorHighlight) !important
}

button {
  border: none
}

/*首頁導覽列*/
nav {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(33, 61, 61, 0.95);
  z-index: 99;
}

.logo {
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}
.nav-right {
  margin: 0;
}
.nav-links li {
  list-style: none;
  text-align: left;
  border-right: var(--webColorHighlight) 1px solid;
  position: relative !important;
  padding: 0;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.nav-links li:last-child {
  border-right: none;
}
.nav-li a {
  letter-spacing: 0.1em;
}

.nav-links a {
  color: var(--webColorHighlight);
  padding: 0 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Noto Serif TC';
  font-weight: 900;
  display: block;
}

.burger {
  display: none;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: var(--webColorHighlight);
  margin: 5px;
  transition: all 0.3s ease;
  border-radius: 10px;
}

#pc-nav > li{
  margin-left: 15px;
}


#mobile-nav {
  display: none !important;
  width: 100%;
}


@media screen and (max-width: 1024px) {
  :root {
    --wrapper-width: 1000px;
    --half-wrapper-width: 500px;
  }  
  .nav-links li {
    padding: 0 20px;
  }
  .big_title {
    margin-bottom: 8px
  }
  .banner-font {
    top: 45% !important;
    left: 20px !important;
  }
  .intro-font {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .bg {
    padding-top: 400px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --wrapper-width: 100%;
    --small-wrapper-width: 100%;
    --half-wrapper-width: 100%;
    --block-move-up:-5vh;
    --block-move-up-space: 5vh;
  }
  .index-coffee-img-5 {
    bottom: -10px !important;
    width: 100px;
    z-index: 5;
    right: 30vw !important;
  }

  svg {
    height: 0px !important;
  }

  .window {
    scale: 0.5;
  }

  .window-logo {
    width: 100px;
  }

  .bg {
    padding-top: 0;
  }

  /*首頁輪播*/
  .index-new-swiper {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px !important;
    padding: 0 5% 30px 5%;
    left: 0 !important;
    margin-left: 0 !important;
  }

  .index-new-swiper .carousel {
    position: relative;
    top: -30px;
    left: 10px;
  }

  .index-new-swiper .carousel:after {
    content: "";
    border: 1px solid var(--webColorHighlight);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 10px;
    pointer-events: none;
  }

  .index-new-swiper .carousel .carousel-indicators {
    bottom: -52px !important;
  }

  .index-new-swiper:before {
    content: "";
    background-color: var(--webColorDark);
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
  }

  .index-order {
    padding: 0 !important;
  }

  .index-info-sec-row {
    transform: translateX(0px) !important;
  }

  .nav-li-search {
    display: none !important;
  }

  .story-coffee-img-1 {
    left: -50px !important;
    width: 85vw !important;
    right: auto !important;
  }

  .story-coffee-img-3 {
    display: none;
  }

  .story-coffee-img-4 {
    scale: 0.65;
    bottom: -78vw !important;
    left: 6% !important;
  }

  .big-left-color-block {
    margin-right: 5% !important;
  }
  .story-right-text {
    padding: calc(90vw - 60px) 10% 0 6%!important;
  }

  .story-left-text {
    padding: 10% 12.5% 10% 7.5% !important;
  }

  .qa_href {
    top: 35px !important;
  }

  .qa_href a {
    margin-right: 10px;
  }

  .qa_question {
    font-size: 22px !important;
  }

  .qa_answer {
    font-size: 16px !important;
  }

  body {
    overflow-x: hidden;
  }

  .mobile-top {
    position: relative;
    margin-top: -270px;
  }

  .nav-links {
    position: fixed;
    right: 0px;
    height: 88vh;
    top: 12vh;
    background: rgba(33, 61, 61, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links {
    padding: 0;
  }

  .nav-en {
    display: none;
  }

  .burger {
    position: absolute;
    display: block;
    right: 15px;
    top: 10px;
  }

  .logo {
    position: absolute;
    left: 20px;
    margin: 0;
    top:8px;
  }
  .logo img {
    height: 30px;
  }

  nav {
    height: 50px;
  }

  .nav-links {
    top: 50px;
    height: calc(100vh - 50px);
  }

  #pc-nav {
    display: none !important;
  }

  .nav-links li {
    border: none;
  }

  .nav-links .mobile-nav a {
    color: var(--TitleColor);
    font-size: 20px !important;
  }

  .nav-links .mobile-nav a:first-child {
    border-right: 1px solid;
  }

  #mobile-nav {
    display: flex !important;
    padding: 30px 0;
  }

  .nav-links li.d-block.d-md-none.w-100 {
    margin-bottom: 30px;
  }

  .nav-links a {
    font-size: 24px !important;
    text-align: center;
  }
  .nav-links .nav-li a {
    padding: 20px 0;
    display: block;
  }

  .nav-links li a .nav-en {
    display: none;
  }

  .search-box input {
    width: 100% !important;
  }

  .banner {
    height: 40vh !important;
    min-height: 40vh;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: multiply;
    z-index: 99;
  }

  .banner2 {
    height: 35vh !important;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: multiply;
    z-index: 99;
  }

  .banner-line:before {
    content: "";
    top: 15px !important;
    height: 40vh !important;
    clip-path: polygon(0 calc(80% - 1px), 50% calc(100% - 1px), 100% calc(80% - 1px), 100% 80%, 50% 100%, 0 80%) !important;
  }

  .banner-line2:before {
    content: "";
    bottom: 68.7vh !important;
    height: 35vh !important;
    clip-path: polygon(0 calc(80% - 1px), 50% calc(100% - 1px), 100% calc(80% - 1px), 100% 80%, 50% 100%, 0 80%) !important;
  }

  .banner-font {
    top: 45% !important;
  }

  .left-color-block {
    padding-bottom: 100px;
  }

  .intro-font {
    padding: 0 10% !important;
    position: relative !important;
    top: 0% !important;
  }

  .round {
    width: 100%;
    position: relative;
    right: 50px;
    top: 100px;
  }

  .banner-title {
    top: calc(17vh - 60px) !important;
  }

  .banner-logo {
    scale: 0.7;
    position: relative;
    top: 5px;
  }

  .shopping-notes-border {
    padding: 15px 20px !important;
  }

  .menu-bottom-border-md {
    border-bottom: 2px solid var(--webColorHighlight);
  }

  .menu-outer-border {
    margin: 0 5% !important;
  }

  .menu-md-center {
    padding: 0 2.5%;
  }

  .menu-lg-center {
    padding: 0 2.5% !important;
  }

  .cover {
    height: initial !important;
  }

  .tag-select-border {
    transform: translateX(0px) !important;
    margin-bottom: 3rem;
  }

}

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-en {
  color: #fff;
  opacity: 0.5;
  font-weight: 100;
  display: block;
  font-size: 12px;
  transition: var(--transspeed);
}

.search-box {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search-box input {
  height: 50px;
  width: 500px;
  background-color: transparent;
  border: var(--webColorHighlight) 1px solid;
  outline: none;
  font-size: 20px;
}

.search-box button {
  background: transparent;
  color: var(--webColorHighlight);
  position: absolute;
  right: 0;
  height: 100%;
  width: 90px;
}

.search-box img {
  position: absolute;
  padding: 18px 20px;
  align-self: center;
  scale: 1.2;
}

.w-8 {
  width: 8%
}

.w-30 {
  width: 30%
}

.w-45 {
  width: 45%
}

.w-60 {
  width: 60%
}

.w-65 {
  width: 65%
}

.w-85 {
  width: 85%
}

.w-90 {
  width: 90%
}

.w-md-75 {
  width: 75%
}

.line-height-nonrmal {
  line-height: normal !important
}

.line-height-little {
  line-height: 25px !important
}

@media screen and (min-width:1400px) {
  .intro-font {
    top: 20% !important;
  }


}

@media screen and (min-width:1200px) {
  .radio_title {
    font-size: 26px !important;
    line-height: 30px !important
  }

  .big_title {
    font-family: 'Noto Serif TC';
    font-weight: 900;
  }

  .good_info_title {
    font-family: 'Noto Serif TC';
    font-size: 28px !important;
  }

  .small_banner_title {
    font-family: 'Noto Serif TC';
    font-size: 18px;
    font-weight: 900;
    color: var(--TitleColor)
  }

  .big_banner_title {
    font-family: 'Noto Serif TC';
    font-size: 36px;
    font-weight: 900;
    color: var(--TitleColor)
  }

  #window .small_title {
    line-height: 40px !important;
  }

  .small_title {
    font-family: 'Noto Serif TC';
    font-size: 20px;
    line-height: 20px
  }

  .input_title {
    font-family: 'Noto Serif TC';
    font-size: 18px;
    font-weight: 700;
    line-height: 18px
  }

  input {
    font-size: 12px;
    font-weight: 400;
    color: var(--FontColor)
  }

  .description_title {
    font-size: 28px !important;
    line-height: 50px !important
  }

  .description {
    font-size: 16px !important;
    line-height: 30px !important
  }

  .description2 {
    font-size: 16px !important;
  }

  .description3 {
    font-size: 16px !important;
  }

  .description4 {
    font-size: 18px !important;
  }

  .good-name {
    font-size: 18px !important;
  }

  .good-price {
    font-size: 22px !important;
  }

  .modal_title {
    position: relative;
    right: -18px
  }

  .footer_text {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .menu li a {
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 10px 20px !important
  }

  .line-2 {
    height: 3px !important;
    width: calc(36px * 4) !important;
  }

  .intro-font {
    top: 33% !important;
  }

  .bg {
    padding-top: 150px !important;
  }

  .ticke-md-bottom-dotted-border {
    border-bottom: none !important
  }


  .ticket-right-dotted-border {
    border-right: 2px var(--webColorHighlight) dashed;
  }


}

@media screen and (min-width:992px) {
  .index-new-swiper .carousel::before {
    content: "";
    background-color: var(--webColorDark);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 75px;
    pointer-events: none;
  }

  .index-order-img-2 {
    top: 9vh !important;
    right: 10% !important;
    scale: 1 !important;
  }

  .index-order-num {
    top: -35px !important;
    font-size: 60px !important;
    font-weight: 400 !important;
  }

  .qa_space, .nav-space {
    padding-top: 117px !important;
  }

  .big_en_font {
    font-size: 50px !important;
    line-height: 50px !important;
    transform: translateY(5px) !important;
  }

  .vertical {
    display: flex;
    margin: auto;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .form-control-count {
    font-size: 1rem !important;
  }

  .max-width {
    max-width: 1120px !important
  }

  .thank_text {
    font-size: 35px !important
  }

  form label {
    font-size: 20px !important
  }


  .form-control {
    padding: .375rem .75rem !important
  }

  .back-top {
    bottom: 5px !important;
    right: 5px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important
  }

  .logo_size {
    width: 85% !important
  }

  .position-lg-relative {
    position: relative
  }

  .good-tag {
    background: var(--webColorMain);
    position: relative;
  }

  .title::before {
    content: "";
    left: calc(50% - 4em) !important;
  }

  .title::after {
    content: "";
    right: calc(50% - 4em) !important;
  }


  .tab-link {
    color: var(--FontColor);
    font-family: 'Noto Serif TC';
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    padding: 10px 0 5px;
    border-bottom: var(--webColorHighlight) 1px solid;
    cursor: pointer;
  }

  .tab-link-active {
    font-weight: 900;
    color: var(--webColorHighlight) !important;
  }

  .tab-link a {
    display: block;
  }
  .tab-link a:hover {
    color: var(--TitleColor) !important;
  }

  .footer-share-icon {
    top: -35% !important;
  }

  #order-moblie-tag {
    display: none;
  }

  .menu-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-coffee-img-1 {
    position: absolute;
    right: -60px;
    z-index: 9;
    top: 10%;
  }

  .menu-coffee-img-2 {
    position: absolute;
    left: -70px;
    z-index: 9;
    bottom: 33%;
  }

  .menu-coffee-img-3 {
    position: absolute;
    right: -100px;
    z-index: 9;
    bottom: 17%;
  }

  .news-coffee-img-1 {
    position: absolute;
    left: calc(50% + 500px);
    z-index: 9;
    top: 46%;
  }

  .news-info-body .news-coffee-img-1 {
    top: 7%;
  }

  .news-coffee-img-2 {
    position: absolute;
    right: calc(50% + 500px);
    z-index: 9;
    top: 75%;
  }

  .news-coffee-img-3 {
    position: absolute;
    right: 12%;
    z-index: 9;
    bottom: 10%;
  }

  .news-coffee-img-4 {
    position: absolute;
    right: 10%;
    z-index: 9;
    bottom: 0;
  }

  .news-coffee-img-5 {
    position: absolute;
    right: 0%;
    z-index: 9;
    top: -0.5%;
    scale: 0.7;
  }

  .news-coffee-img-6 {
    position: absolute;
    right: -5%;
    z-index: 9;
    top: 5%;
    scale: 0.7;
  }

  .timeline .index-coffee-smoke {
    left: auto;
    right: 120px;
    top: 0%;
  }

  .timeline .index-coffee-smoke img {
    height: 150px;
  }

  .news-coffee-img-7 {
    z-index: 9;
    position: absolute;
    bottom: -8%;
  }

  .news-info-body .index-coffee-img-1, .checkout-body .index-coffee-img-1 {
    top: 85%;
    right: auto;
    left: calc(50% + 500px);
    width: 150px;
  }

  .news-info-body .index-coffee-smoke, .checkout-body .index-coffee-smoke {
    top: calc(85% - 140px);
    left: calc(50% + 500px);
  }

  .news-info-body .index-coffee-smoke img, .checkout-body .index-coffee-smoke {
    height: 180px;
  }


  /*timeline*/
  .timeline {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0 150px 0;
  }

  .timeline-vr {
    background-color: var(--webColorHighlight);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }

  .timeline:before,
  .timeline:after {
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    background-color: var(--webColorHighlight);
  }

  .timeline:before {
    top: 0px;
  }

  .timeline:after {
    bottom: 0px;
  }

  .timeline-items {
    left: -50%;
    display: inline-flex;
    width: 100%;
    margin: 0px 0px;
  }

  .timeline-item {
    width: 50%;
    margin: 75px;
    display: inline-block;
    position: relative;
  }

  .timeline-item:before {
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    background-color: var(--webColorHighlight);
    top: 59%;
  }

  .timeline-item.left {
    transform: translateY(-26px);
  }

  .timeline-item.left:before {
    right: -80px;
    z-index: 9;
  }

  .timeline-item.right {
    transform: translateY(25px);
  }

  .timeline-item.right:before {
    left: -80px;
    z-index: 9;
  }

  /*news*/
  .news-content {
    min-height: 800px;
  }
}

.menu {
  float: right;
  line-height: 50px;
  padding-right: 1rem
}

.menu li {
  display: inline-block;
  border-top: none
}

.menu li a:hover {
  color: var(--Highlight);
  font-weight: 700
}

.menu li a {
  padding: 8px 15px;
  font-family: 'Noto Serif TC';
  font-size: 14px;
  font-weight: 700;
  line-height: 14px
}

.nav-link {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--FontColor)
}

.card {
  background: #fff;
  border: 1px solid var(--lightFontColor);
  border-radius: 10px
}

.card-border {
  border: 1px solid #c9c9c9;
  border-radius: 10px
}


.text-justify {
  text-align: justify
}

.pill-border {
  border: 2px solid var(--Highlight);
  border-radius: 20px;
  padding: 10px 0
}

.pill {
  border-radius: 50px;
  background: var(--Highlight)
}

.left-border a:hover {
  color: var(--BtnColor)
}

footer a:hover {
  color: var(--webColorMain);
  transition: ease-in-out .3s
}

.active {
  font-weight: 700;
  color: var(--webColorHighlight)
}

.rotate-180 {
  transform: rotate(180deg)
}


.logo_size {
  width: 65%
}


.border-x-none {
  border-right: none;
  border-left: none;
  border-radius: 0
}

.gutter-x {
  --bs-gutter-x: 0 !important
}

.card-radio {
  border: 1.5px solid var(--Highlight);
  background-color: var(--CardBackground);
  border-radius: 3px
}

.next-pill {
  border-radius: 50px;
  color: var(--BtnColor);
  width: 120px;
  background-color: var(--Highlight);
  font-family: 'Noto Serif TC';
  font-size: 14px;
  font-weight: 700;
  line-height: 12px
}

footer {
  background: #101e1e;
}

.z-index-999 {
  z-index: 999
}

.form-control {
  padding: .375rem .75rem;
  border: 1px solid var(--FontColor) !important;
  border-radius: 1px;
  font-size: 14px;
  background-color: transparent;
  color: var(--webColorHighlight);
}

input.form-control {
  height: 40px;
}

.form-control-bottom {
  border: none;
  border-bottom: 1px solid var(--InputTitle) !important;
  padding: .375rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% - 13px);
  margin-left: 13px;
}

.form-select {
  padding: .125rem .75rem;
  border: 1px solid var(--InputTitle) !important;
  border-radius: 5px;
  background-color: transparent
}

.form-hr {
  overflow: hidden;
  text-align: center
}

form label {
  font-size: 14px
}


.banner {
  background-image: url("../images/banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 85vh;
  min-height: 50vh;
  /*clip-path: polygon(100% 0, 100% 75%, 50% 85%, 0 75%, 0 0);*/
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: relative;
  z-index: 1;
}

.banner-line:before {
  content: "";
  background-color: transparent;
  top: 30px;
  width: 100%;
  height: 85vh;
  min-height: 50vh;
  display: block;
  position: absolute;
  background-color: var(--webColorHighlight);
  clip-path: polygon(0 calc(80% - 2px),
      50% calc(100% - 2px),
      100% calc(80% - 2px),
      100% 80%,
      50% 100%,
      0 80%);

  z-index: 2;
}

.banner2 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  /*clip-path: polygon(100% 0, 100% 75%, 50% 85%, 0 75%, 0 0);*/
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, .4);
  background-blend-mode: multiply;
}

.banner-line2:before {
  content: "";
  background-color: transparent;
  top: 15px;
  width: 100%;
  height: 70vh;
  display: block;
  position: absolute;
  background-color: var(--webColorHighlight);
  clip-path: polygon(0 calc(80% - 2px),
      50% calc(100% - 2px),
      100% calc(80% - 2px),
      100% 80%,
      50% 100%,
      0 80%);

  z-index: 2;
}

.banner-font {
  position: absolute;
  top: 42%;
  align-items: center;
  left: calc(50vw - 570px);
}

.fw-light {
  font-weight: 100 !important;
}

.fw-bolder {
  font-weight: 900 !important;
}

.intro-font {
  padding-right: 100px;
}

#index-news .left-color-block {
  background-color: var(--webColorMain);
  padding: 120px 0 150px !important;
}

.intro-block .intro-photo{
  background: url("../images/cheers.png") no-repeat scroll center/cover;
  position: relative;
  top: calc(-20vh - 70px);
  z-index: -2;
}

#intro .left-color-block {
  background-color: var(--webColorMain);
  position: relative;
  top: var(--block-move-up);
  padding-top: calc(var(--block-move-up-space) + 60px);
  padding-bottom: 150px;
  z-index: 0 !important;
}

#intro2 {
  margin-bottom: 80px;
}
#intro2 > div > div {
  margin-top: var(--block-move-up) !important;
  padding-top: calc(var(--block-move-up-space) + 60px);
  padding-bottom: 130px;
}

#intro2.intro-block .intro-photo {
  top: 0;
}

.big-left-color-block {
  background: linear-gradient(90deg, var(--webColorMainRgb) 0vw, var(--webColorMainRgb) calc(50vw + 570px), var(--webColorMainRgbTran) calc(50vw + 570px), var(--webColorMainRgbTran) 100vw);
  position: relative;
  margin-bottom: 100px;
}

.big-left-color-block::before {
  content: "";
  position: absolute;
  width: calc(50vw + 570px);
  height: 100%;
  top: 15px;
  left: -15px;
  border: 2px solid var(--webColorHighlight);
}

.story-about {
  margin-bottom: 80px;
}

.button1 {
  border: 1px solid var(--webColorHighlight);
  color: var(--webColorHighlight);
  width: 210px;
  position: relative;
  font-size: var(--button-font);
  font-weight: 900;
  transition: var(--transspeed);
  display: block;
}

.button1::before {
  content: "";
  position: absolute;
  background-color: var(--webColorHighlight);
  width: 2px;
  height: 30px;
  right: -5%;
  top: 10px;
  transition: var(--transspeed);
}

.button1::after {
  content: "";
  position: absolute;
  background-color: var(--webColorHighlight);
  width: 2px;
  height: 30px;
  left: -5%;
  top: 10px;
  transition: var(--transspeed);
}
.button1 span {
  font-size: var(--button-font-en);
  transition: var(--transspeed);
}
.button1:hover {
  background: var(--webColorHighlight) !important;
  color: var(--webColorMain) !important;
  transition: var(--transspeed);
}
.button1:hover span {
  transition: var(--transspeed);
}
.button1:hover::before, .button1:hover::after {
  height: 100%;
  top: 0;
  transition: var(--transspeed);
}

.button2 {
  background: transparent;
  border: 1px var(--FontColor) solid;
  border-radius: 50px;
  width: 150px;
  color: var(--FontColor) !important;
  display: block;
  transition: var(--transspeed);
}
.button2:hover {
  background: var(--TitleColor);
  color: var(--webColorMain) !important;
  transition: var(--transspeed);
}

.button3 {
  background: transparent;
  border: 1px var(--FontColor) solid;
  border-radius: 50px;
  width: auto;
  color: var(--FontColor) !important;
  display: inline-block;
  padding: 5px 20px;
  transition: var(--transspeed);
}

.button3:hover {
  background: var(--TitleColor);
  color: var(--webColorMain) !important;
  transition: var(--transspeed);
}

.button3.logout-btn {
  border: 1px solid var(--webColorHighlight);
  color: var(var(--webColorHighlight));
}

.button3.logout-btn:hover {
  background: var(--webColorHighlight);
}

.button4 {
  font-size: 18px;
  font-weight: 900;
  border: 1px solid var(--webColorHighlight);
  color: var(--webColorHighlight);
  width: 150px;
  height: 50px;
  transition: var(--transspeed);
  display: flex;
  justify-content: center;
  align-items: center;
}
.button4[type="submit"], .button4-2 {
  color: var(--TitleColor);
  background: var(--webColorDark) !important;
  transition: var(--transspeed);
}
.button4:hover {
  background: var(--webColorHighlight) !important;
  color: var(--webColorDark);
  transition: var(--transspeed);
}


.index-order {
  width: 100%;
  position: relative;
  margin-top: var(--block-move-up);
}

.title {
  position: relative;
}

.title::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 33px;
  height: 2px;
  left: 33px;
}

.title::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 33px;
  height: 2px;
  right: 33px;
}

.title2 {
  position: relative;
}

.title2::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 30px;
  height: 2px;
  left: 0;
}

.title2::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 30px;
  height: 2px;
  right: 0;
}

.title2.title2-2, .title.title-2 {
  display: inline-block;
}

.title2.title2-2::before, .title.title-2::before {
  left: calc(100% + 20px) !important;
}

.title2.title2-2::after, .title.title-2::after {
  right: calc(100% + 20px) !important;
}

.title3 {
  position: relative;
}

.title3::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 35px;
  height: 2px;
  left: 0%;
}

.title3::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--webColorHighlight);
  width: 35px;
  height: 2px;
  right: 0%;
}

.opacity-50ps {
  opacity: 0.5;
}

.photo-line {
  position: absolute;
  border: 1px solid var(--webColorHighlight);
  width: 260px;
  height: 194px;
  top: 7px;
  left: 39px;
  z-index: 9999;
}

.position-relative {
  position: relative;
}

.online-mask {
  position: absolute;
  background: rgba(0, 0, 0, .4);
  width: 260px;
  height: 60px;
  bottom: 0;
  left: 49px;
}

.left-font {
  position: absolute;
  left: 10px;
  top: 30%;
}

.right-icon {
  position: absolute;
  right: 30px;
  top: 30%;
}

.banner-title {
  top: calc(35vh - 80px);
  position: absolute;
  text-align: center;
}


i {
  font-family: 'FontAwesome' !important;
}

#good-tag .fa-chevron-right {
  position: absolute;
  right: 0;
  line-height: 50px;
}


.produce-photo {
  position: relative;
  display: inline-block;
}

.produce-photo:hover::before {
  top:0;
  left:0;
  transition: var(--transspeed);
  z-index: 10;
}
.produce-photo:hover {
  background: var(--TitleColor);
  transition: var(--transspeed);
}
.produce-photo:hover img {
  opacity: 0.4;
  transition: var(--transspeed);
}
.produce-photo:hover::after {
  opacity: 1;
  left:0;
  transition: var(--transspeed);
}

.produce-photo::before {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: solid 1px var(--webColorHighlight);
  content: '';
  display: block;
  transition: var(--transspeed);
}

.produce-photo::after {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: -30px;
  width: 100%;
  height: 100%;
  background: url("../images/view-item.png") no-repeat scroll center/50px auto;
  content: '';
  display: block;
  transition: var(--transspeed);
}

/*分頁*/
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: var(--TitleColor);
  opacity: 0.5;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
}

ul.pagination li a.active {
  color: var(--webColorHighlight);
  opacity: 1;
  position: relative;
  top: -10px;
}

ul.pagination li a.active::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  right: 44%;
  background: var(--webColorHighlight);
}

ul.pagination li a:hover:not(.active) {
  color: var(--webColorHighlight);
}

.sitemap li {
  border-right: 1px var(--webColorHighlight) solid;
  flex: 1;
  margin: 0 0 10px 0;
}

.sitemap li:last-child {
  border: none;
}


.sitemap li a {
  font-family: 'Noto Serif TC';
  font-size: 16px;
  display: block;
  transition: var(--transspeed);
}

.sitemap li a:hover {
  color: var(--TitleColor);
  transition: var(--transspeed);
}

.footer-info li {
  margin-top: 10px;
  text-align: justify;
}

.footer-share-icon {
  position: absolute;
  top: 75%;
  display: inline-grid;
}
.footer-share-icon a {
  display: block;
  width: 30px;
  text-align: center;
}

/*手機板tag*/
.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#qa-moblie-tag .nav {
  border: 0;
}

#qa-moblie-tag .tab-link {
  white-space: nowrap;
  color: var(--webColorHighlight);
  margin: 0 5px;
  padding: 10px 0;
  border: 0;
  border: 1px var(--webColorHighlight) solid;
  border-radius: 50px;
}

#order-moblie-tag .nav-tabs .nav-link {
  white-space: nowrap;
  color: var(--webColorHighlight);
  margin: 0 20px;
  padding: 10px 0;
  border: 0;
}

#order-moblie-tag {
  background: var(--webColorMain);
  padding-top: 270px;
  position: relative;
  bottom: 270px;
}

.nav-link-active {
  border-bottom: var(--webColorHighlight) 5px solid !important;
  color: var(--webColorHighlight) !important;
  z-index: 999;
}

.back-page {
  font-size: 18px;
}

.order-info-photo {
  box-shadow: 20px 20px var(--webColorDark);
  position: relative;

}

.order-info-photo::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--webColorHighlight);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
}

.news-info-photo {
  box-shadow: 20px 20px var(--webColorDark);
  position: relative;
}

.news-info-photo img {
  max-width: 100%;
}

.index-order-num {
  position: absolute;
  top: -15px;
  right: 15px;
  color: var(--TitleColor);
  font-size: 30px;
  font-weight: 700;
}

.index-info-photo {
  position: relative;
}

.news-info-photo::before,
.index-info-photo::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--webColorHighlight);
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-control-count {
  display: block;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid var(--FontColor);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-count > * {
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

#goodscount {
  display: block !important;
  border: none;
  border-right: 1px solid var(--FontColor);
  border-left: 1px solid var(--FontColor);
  color: var(--FontColor);
  background: transparent;
  font-size: 18px;
}

.type-btn {
  background: transparent;
  border: 1px var(--TitleColor) solid;
  border-radius: 50px;
  color: var(--TitleColor);
}

.type-btn-active {
  background: transparent;
  border: 1px var(--webColorHighlight) solid;
  border-radius: 50px;
  color: var(--webColorHighlight);
}
.product-variable .type-btn {
  margin: 0 5px 10px 0;
  display: inline-block;
}

.cart-btn {
  color: var(--webColorHighlight);
  font-size: 18px;
  border: var(--webColorHighlight) 1px solid;
  background: transparent;
}

.buy-btn {
  background: var(--webColorDark);
  color: var(--TitleColor);
  border: var(--webColorHighlight) 1px solid;
  font-size: 18px;
}

.shopping-notes-border {
  border: 1px var(--webColorHighlight) solid;
  border-radius: 3px;
  padding: 15px 40px;
}

.unlike {
  cursor: pointer;
}

.menu-bottom-border {
  border-bottom: 2px solid var(--webColorHighlight);
}

.menu-right-border {
  border-right: 2px solid var(--webColorHighlight);
}

.frame1, .frame2, .frame3, .frame4 {
  width: 30px;
}
.frame1 {
  position: absolute;
  left: 0;
}

.frame2 {
  position: absolute;
  right: 0;
}

.frame3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.frame4 {
  position: absolute;
  right: 0;
  bottom: 0;
}


.menu-outer-border {
  border: 5px var(--webColorHighlight) solid;
  padding: 15px;
}

.menu-inner-border {
  border: 3px var(--webColorHighlight) solid;
}

.menu-dotted-border {
  border: 5px var(--webColorHighlight) dashed;
  width: 100%;
  height: 100%;
}

.ticket-outer-border {
  border: 2.5px var(--webColorHighlight) solid;
  padding: 15px;
}

.ticket-inner-border {
  border: 0.8px var(--webColorHighlight) solid;
}


.menu-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.menu-lg-center {
  padding: 10% 15%;
}

.menu-img {
  width: 120%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0%;
  left: 0;
}

.timeline li {
  margin-bottom: 3rem;
}

.tag-select {
  border: 1px solid var(--webColorHighlight);
  color: var(--webColorHighlight);
  width: 200px;
  position: relative;
  background-color: transparent;
}

.tag-select option {
  background-color: var(--webColorMain);
  color: var(--webColorHighlight);
}

.tag-select-border::before {
  content: "";
  position: absolute;
  background-color: var(--webColorHighlight);
  width: 2px;
  height: 25px;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}

.tag-select-border {
  position: relative;
  width: 200px;
}

.timeline .tag-select-border {
  margin-left: calc(50% + 60px);
}

.tag-select-border::after {
  content: "";
  position: absolute;
  background-color: var(--webColorHighlight);
  width: 2px;
  height: 25px;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
}

.contact-img-border {
  display: inline-flex;
  border: 2px solid var(--webColorHighlight);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.contact-img-border img {
  padding: 17.5px;
  max-width: 100%;
}

/*map*/
iframe {
  display: inline-block;
  box-shadow: 20px 20px #7E6041;
}

iframe {
  width: 100%;
}

.warp {
  position: relative;
}

.warp .front {
  width: 100%;
  height: 100%;
  top: 5px;
  left: -10px;
  border: 2px solid var(--webColorHighlight);
  position: absolute;
  pointer-events: none;
}

/*QA*/

.accordion-button,
.accordion-item {
  background-color: transparent !important;
  color: var(--webColorHighlight);
  box-shadow: none !important;
  border-radius: 0 !important;
  border-right: 0;
  border-left: 0;

}

.accordion-button {
  padding: 25px 0;
}

.accordion-item:first-child {
  border-top: 0;
}

.accordion-button:not(.collapsed) {
  border: none !important;
  color: var(--webColorHighlight);
}

.accordion-button:after {
  background-image: url(../images/down.png) !important;
}

.accordion-button:focus {
  border-color: var(--webColorHighlight);
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.qa_space,
.nav-space {
  padding-top: 30px;
}

.qa_href {
  display: flow-root;
  position: absolute;
  top: 50px;
}

.story-right-text {
  padding: 150px 80px 0 30px;
}

.story-left-text {
  padding: 150px 30px 80px 80px;
}

.story-right-img {
  position: relative;
  right: -30px;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ticke-md-bottom-dotted-border {
  border-bottom: 3px var(--webColorHighlight) dashed;
}

.story-coffee-img-1 {
  z-index: 9;
  position: absolute;
  right: 7vw;
  top: -100px;
  width: 110%;
}

.story-coffee-img-2 {
  z-index: 9;
  position: absolute;
  right: 50%;
  top: 60%;
  transform: translateX(100%);
  width: 45%;
}

.story-coffee-img-3 {
  z-index: 9;
  top: -6%;
  position: absolute;
  right: 3%;
  scale: 0.65;
}

.story-coffee-img-4 {
  position: absolute;
  left: 150px;
  z-index: 10;
  bottom: -150px;
  width: 80px;
}

.index-coffee-img-1 {
  position: absolute;
  z-index: 98;
  left: -130px;
  top: -100px;
  width: 200px;
}

.index-coffee-smoke {
  position: absolute;
  top: -220px;
  left: -110px;
  z-index: 99;
  filter: invert(1);
  pointer-events: none;
}

.index-coffee-smoke img {
  height: 200px;
}

.story-about .index-coffee-smoke {
  left: auto;
  right: 160px;
  top: -50px;
}

.story-about  .index-coffee-smoke img {
  height: 100px;
}

.smoke-wrap {
  position: absolute;
}

.smoke, .smoke2 {
  filter: blur(5px);
  transform-origin: 50% 50%;
}

.smoke {
  animation: smoke1 6s linear infinite;
  animation-delay: 0.5s;
}

.smoke2 {
  animation: smoke2 6s linear infinite;
  animation-delay: 3s;
}

.smoke3 {
  animation: smoke1 6s linear infinite;
  animation-delay: 1.5s;
}

@keyframes smoke1 {
  0% {
    filter: blur(0px);
    transform: translateY(0px) scale(-1, 1);
    opacity: 0;
  }

  25% {
    filter: blur(3px);
    transform: translateY(-10px) scale(-1, 1.05);
    opacity: 0.5;
  }

  50% {
    filter: blur(5px);
    transform: translateY(-20px) scale(-1, 1.1);
    opacity: 1;
  }

  75% {
    filter: blur(5px);
    transform: translateY(-30px) scale(-1, 1.15);
    opacity: 0.5;
  }

  100% {
    filter: blur(7px);
    transform: translateY(-40px) scale(-1, 1.2);
    opacity: 0;
  }
}

@keyframes smoke2 {
  0% {
    filter: blur(0px);
    transform: translateY(0px) scale(1);
    opacity: 0;
  }

  25% {
    filter: blur(3px);
    transform: translateY(-10px) scale(1.05);
    opacity: 0.5;
  }

  50% {
    filter: blur(5px);
    transform: translateY(-20px) scale(1.1);
    opacity: 1;
  }

  75% {
    filter: blur(5px);
    transform: translateY(-30px) scale(1.15);
    opacity: 0.5;
  }

  100% {
    filter: blur(7px);
    transform: translateY(-40px) scale(1.2);
    opacity: 0;
  }
}

.index-coffee-img-2 {
  position: absolute;
  z-index: 97;
  left: -12.5%;
  scale: 0.9;
}

.index-coffee-img-3 {
  position: absolute;
  z-index: 98;
  top: -5px;
  right: 0;
  scale: 0.65;
}

.index-coffee-img-4 {
  position: absolute;
  z-index: 97;
  top: -150px;
  right: 40px;
  scale: 0.65;
}

.index-coffee-img-5 {
  position: absolute;
  bottom: 50px;
  right: 12.5%;
  scale: 1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.index-info-sec-row {
  transform: translateX(30px);
}

.index-order-img-1 {
  position: relative;
  right: 10%;
  padding-top: 9vh;
  width: 105%;
  top: 0;
}

.index-order-img-1 {
  position: absolute !important;
  right: 0 !important;
  padding-top: 0 !important;
  width: 140% !important;
  top: -50px !important;
}
.index-order-img-1-border {
  animation-name: spin;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.index-order-img-2 {
  position: absolute;
  top: 14vh;
  right: 10%;
  scale: 0.8;
}

.coffee-swing {
  animation: CoffeeSwing 4s infinite;
}

@keyframes CoffeeSwing {
  0% {
    transform: rotate(-3deg) translate(-1px, -1px);
  }
  50% {
    transform: rotate(3deg) translate(1px, 1px);
  }
  100% {
    transform: rotate(-3deg) translate(-1px, -1px);
  }
}

.index-info-photo .float-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*首頁輪播*/
.index-new-swiper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.index-new-swiper .carousel {
  position: relative;
  top: -30px;
  left: 10px;
}

.index-new-swiper .carousel:after {
  content: "";
  border: 1px solid var(--webColorHighlight);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 10px;
  pointer-events: none;
}


.index-new-swiper .carousel .carousel-indicators {
  bottom: -60px;
}

.index-new-swiper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.carousel-indicators [data-bs-target] {
  border: 1px var(--webColorHighlight) solid;
  background-color: transparent !important;
  height: 3px !important;
  border-radius: 50px;
}

.carousel-indicators .active {
  background-color: var(--webColorHighlight) !important;
  border: 1px var(--webColorHighlight) solid;
  height: 5px;
}

#index-news {
  margin-top: 150px;
  z-index: 2;
}

/*窗花*/
#window img {
  max-width: 100%;
}
.window-down {
  position: relative;
  top: 80px;
  width: 100%;
}

.window1 {
  background: url("../images/windowB.png"), url("../images/window1.png");
}

.window2 {
  background: url("../images/windowB.png"), url("../images/window2.png");
}

.window {
  clip-path: url(#myPath);
  width: 124px;
  height: 335px;
  background-size: 100%, auto 100%;
  transition: 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}


.window:hover {
  background-size: 100%, auto 120%;
}

.content {
  flex: 1;
}

svg {
  height: 100px;
}

.header-nav-active:hover {
  pointer-events: none;
}

.header-nav-active::before {
  left: 13px
}

.header-nav-active::after {
  right: 13px;
}

.header-nav-active::after, .header-nav-active::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: var(--webColorHighlight);
  top: calc(50% - 2px);
  border-radius: 50%;
}

.header-nav-active .nav-en {
  display: none;
}

.line-2 {
  height: 1.5px;
  width: calc(24px * 4);
  background: var(--webColorHighlight);
}

/*footer*/
#footer {
  padding: 60px 0 40px;
}
.footer-info a {
  font-size: 14px;
}

@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 50%, 0);
  }
}

/*add by WL*/
/*首頁slider*/
#carouselExampleControls2 a.carousel-control-prev.banner-arrow {
  margin-left: -170px !important;
  opacity: 0.8;
  transition: var(--transspeed);
}
#carouselExampleControls2 a.carousel-control-prev.banner-arrow:hover {
  margin-left: -165px !important;
  transition: var(--transspeed);
}

/*特製分隔線*/
.custom-dashed-border-inner {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23F4D2B3FF' stroke-width='12' stroke-dasharray='1%2c10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.custom-dashed-border-y::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/custom-dashed-border-ver.png) repeat-y scroll center/100% auto;
}
.custom-dashed-border-x::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0;
  right: 0;
  background: url(../images/custom-dashed-border.png) repeat-y scroll center/100% auto;
}
hr.signup-form-hr {
  opacity: 1;
  margin: 60px 0;
  border: none;
  position: relative;
  height: 7px;
  overflow: inherit;
}
hr.signup-form-hr::before, hr.signup-form-hr::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0;
  right: 50%;
  background: url(../images/custom-dashed-border.png) repeat-y scroll center/100% auto;
}
hr.signup-form-hr::after {
  right: auto;
  left: 50%;
}

/*側邊欄頁面布局*/
.with-sidebar {
  background: linear-gradient(90deg, var(--webColorMainRgb) 0vw, var(--webColorMainRgb) calc(50vw - 350px), var(--webColorMainRgbTran) calc(50vw - 350px), var(--webColorMainRgbTran) 100vw);
}
.good-tag::before {
  content: "";
  background: var(--webColorMain);
  width: 500%;
  height: 125%;
  position: absolute;
  top: -300px;
  right: 0;
  z-index: -2;
}

/*首頁消息*/
#index-news2 {
  background: url(../images/BG.png) no-repeat scroll center/cover;
  margin-top: -115px;
  z-index: 1;
}
.news-left-bg {
  background: url("../images/index-news.png") no-repeat scroll center/cover;
}
.news-right-content {
  padding: 60px 0 60px;
}
#index-news2 .story-coffee-img-2 {
  right: calc(50% - -250px);
    top: auto;
    width: 300px;
    bottom: calc(0% - 150px);
}

/*首頁學堂輪播*/
#index-knowledge {
  margin-top: 150px;
  z-index: 2;
}
#index-knowledge .carousel-indicators {
  position: absolute;
  bottom: 126px;
  left: 22%;
}
.knowledge-slider-left {
  background-color: var(--webColorMain);
  margin-top: 40px;
  padding-top: 110px;
  padding-bottom: 150px;
}
.knowledge-slider-right .half-wrapper {
  background: linear-gradient(0deg, var(--webColorDark) 0%, var(--webColorDark) calc(100% - 80px), rgba(0,0,0,0) calc(100% - 80px), rgba(0,0,0,0) 100%);
  padding-bottom: 80px;
}
.knowledge-slider-right img {
  position: relative;
  left: -20px;
}
.knowledge-slider-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
  border: 1px solid var(--webColorHighlight);
}
#index-knowledge .index-coffee-img-1 {
  left: calc(50% - 130px);
}
#index-knowledge .index-coffee-smoke {
  left: calc(50% - 105px);
}
#index-knowledge .index-coffee-img-5 {
  right: calc(50% + 100px);
  z-index: 2;
}
.knowledge-slider-img-info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  padding: 20px 30px;
  left: 0;
  width: 100%;
}
.knowledge-slider-img-info *{
  color: var(--TitleColor);
}
.knowledge-slider-img-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.knowledge-slider-img-dec {
  font-weight: 300;
  line-height: 1.5em;
}

/*消息內頁*/
.related-new {
  padding: 80px 0;
}
.related-new-link img{
  width: 100%;
}
.related-new-title {
  font-size: 22px;
  color: #fff;
  text-align: justify;
  line-height: 1.3em;
  font-weight: 900;
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  display: block;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
}

/*合作廠商logo*/
.coop-logo > div:hover img {
  transition: var(--transspeed);
}
.coop-logo > div:hover img{
  opacity: 1;
  transition: var(--transspeed);
}

/*登入頁*/
.login-body .signup-cta{
  padding: 0;
}
.login-method .ticket-outer-border {
  background: var(--webColorMain);
}
.ticke-bottom-dotted-border {
  border-bottom: dashed var(--webColorHighlight) 2px;
}
.login-method {
  margin-bottom: 80px;
}
.login-avatar img {
  width:25%;
  max-width:100px;
}
.login-social-button {
  display: block;
  height: 50px;
  background: var(--TitleColor);
  line-height: 50px;
  font-weight: 900;
}
.fb-login-button {
  color: #0084FF;
}
.google-login-button {
  color: #EB5043
}
.line-login-button {
  color: #06C755;
}
.login-social-button, .login-social-button:hover, .login-social-button div, .login-social-button:hover div {
  transition: var(--transspeed); 
}
.login-social-button:hover, .login-social-button:hover div {
  color: var(--TitleColor);
}
.fb-login-button:hover {
  background: #0084FF;
}
.google-login-button:hover {
  background: #EB5043;
}
.line-login-button:hover {
  background: #06C755;
}
.default-account .forget-password {
  border-right: 1px solid var(--TitleColor);
}

/*加入會員說明*/
.why-join-member {
  padding: 18px 0 10px;
}
.why-join-member ul {
  list-style: auto;
  padding-left: 1.2em;
}

/*註冊頁*/
.quick-signup-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--webColorHighlight);
}
.quick-signup-title::before, .quick-signup-title::after {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--webColorHighlight);
  display: block;
  position: absolute;
  top: 50%;
  left: -55px;
}
.quick-signup-title::after {
  left: auto;
  right: -55px;
}
form.signup-form, .quick-signup-group {
  max-width: 560px;
}
.signup-inner {
  padding: 80px 0;
  overflow: hidden;
}
h2.signup-form-step-title {
  color: var(--TitleColor);
  font-weight: 900;
  font-size: 26px;
  position: relative;
  left: -2em;
}
h2.signup-form-step-title span{
  color: var(--webColorHighlight);
  display: inline-block;
  margin-right: 15px;
}
form.signup-form .form-control:focus {
  color: var(--webColorHighlight);
}
.signup-form .tag-select {
  width: 100%;
  height: 40px;
  background: url(../images/down.png) no-repeat scroll;
  background-position: calc(100% - 10px) 50%;
}
.signup-form input[type="checkbox"] {
  display:none;
}
.signup-form input[type="checkbox"] + span {
  display:inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width:22px;
  height:22px;
  border-radius: 3px;
  border: 1px solid var(--webColorHighlight)
}
.signup-form input[type="checkbox"]:checked+span {
  background: var(--webColorHighlight) url("../images/checkbox.png") no-repeat scroll center/100%;
}
.checkbox-label {
  font-size: 16px !important;
  color: var(--TitleColor);
}
.checkbox-label a {
  text-decoration: underline;
}

/*購物紀錄*/
.member-greeting h3 {
  font-size: 16px;
  color: var(--webColorHighlight);
}
.member-level-label {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
}
.member-level-label img {
  max-width: 100%;
}
#order-moblie-tag .logout-btn {
  position: relative;
  top: -5px;
  word-break: keep-all;
}

/*表格樣式*/
table *{
  color: var(--TitleColor);
  font-size: 16px;
  font-weight: 200;
}
th {
  border-bottom-width: 2px !important;
  border-style : solid;
  border-color: var(--webColorHighlight);
}
td {
  border-color: var(--webColorHighlight);
}
td, th {
  vertical-align: middle;
  text-align: center;
  padding: 25px 0 !important;
}
table th, td.ot {
  color: var(--webColorHighlight);
  font-weight: 900;
}
tr:hover {
  background: rgba(255,255,255,0.12);
}

/*消費詳情*/
td.oi {
  width: 10%;
}
td.oi img {
  width: 100%;
  border: 1px solid var(--webColorHighlight);
}
.op, .os, .osu {
  color: var(--webColorHighlight);
  font-weight: 900;
}
h2.order-detail-title {
  color: var(--webColorHighlight);
  font-weight: 900;
  padding: 0 !important;
}
.order-detail-frame {
  max-width: 600px;
  margin: 40px auto 80px;
}
.order-detail-frame .ticket-outer-border {
  background: var(--webColorMain);
}
.order-detail-frame h1 {
  color: var(--TitleColor);
  font-weight: 900;
  font-size: 33px;
}
.order-detail-list {
  border-width: 1px 0;
  border-color: var(--webColorHighlight);
  border-style: solid;
}
.order-detail-frame h3 {
  color: var(--webColorHighlight);
  font-size: 16px;
  font-weight: 900;
}
.order-detail-grid {
  display: grid;
  grid-template-columns: 5em auto;
  grid-row-gap: 0.8em;
  justify-content: start;
}
.order-detail-grid * {
  margin: 0;
  color: var(--TitleColor);
  font-weight: 200;
}
.odg-info-totle {
  color: var(--webColorHighlight);
  font-weight: 900;
}
.coupon-code {
  border: 1px solid var(--webColorHighlight);
}
.coupon-code-icon {
  background: url("../images/logoN-3.png") no-repeat scroll center/50px auto;
}
.coupon-code h4 {
  color: var(--TitleColor);
  font-size: 16px;
  font-weight: bold;
}
.coupon-code-info {
  font-size: 14px;
  color: var(--TitleColor);
  text-align: justify;
  font-weight: 200;
}
.coupon-code-expiry-date span {
  color: var(--webColorHighlight);
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.order-totle-frame * {
  color: var(--TitleColor);
  font-size: 18px;
}
.otf-totle span, .otf-shipping span{
  color: var(--webColorHighlight);
  font-weight: 900;
}
.otf-totle span {
  font-size: 26px;
  display: inline-block;
  margin-left: 5px;
}
.order-totle-frame {
  border-top: 2px solid var(--webColorHighlight);
}
.order-totle-frame::before, .order-totle-frame::after {
  content: "";
  width: 100vw;
  height: 1px;
  border-top: 2px solid var(--webColorHighlight);
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
}
.order-totle-frame::after {
  left: auto;
  right: 50%;
}

/*230318新購物車計算*/
.cart-cal-table-item {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.cart-cal-table-item * {
  text-align: right !important;
  margin: 0 0 12px 0;
}
.cart-cal-table-item .ccti-num {
  width: 200px;
}
.cart-cal-table-item-sum .ccti-num{
  font-weight: bold;
  font-size: 1.25em;
  color: var(--webColorHighlight);
}

/*收藏無商品*/
.collection-empty-tips  {
  min-height: 600px;
  padding-bottom: 150px;
}
.collection-empty-tips * {
  color: var(--TitleColor) !important;
}
.collection-empty-tips svg {
  fill: var(--FontColor);
  width: 40px;
  height: 40px !important;
}
.collection-empty-title {
  font-size: 22px;
  font-weight: 900;
}

/*修改個資*/
.edit-profile-form.signup-form {
  margin-bottom: 120px;
}
.js-demeter-tw-zipcode-selector {
  display: none !important;
}

/*會員分級*/
.lever-compare-table th {
  word-break: keep-all;
}
.lever-compare-table img {
  width: 30px;
}
.lever-compare-table table, .lever-compare-table th, .lever-compare-table td {
  border-width: 1px;
  border-collapse: collapse;
}

/*尋找訂單*/
.search-order-body .ticket-outer-border {
  background: var(--webColorMain);
  margin-bottom: 150px;
}

/*菜單*/
.menu-body .index-coffee-smoke {
  top: auto;
  left: calc(50% + 490px);
  bottom: 33%;
}

/*購物車*/
/*購物流程*/
.shopping-step {
  width: 500px;
}
.shopping-step .step-num {
  font-size: 24px;
  font-weight: 900;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  background: transparent;
  color: var(--TitleColor);
  margin-bottom: 10px;
  opacity: 0.5;
}
.shopping-step .step-current .step-num {
  background: var(--webColorHighlight);
  opacity: 1;
  color: var(--webColorMain);
}
.shopping-step .step-dot {
  width: 10px;
  height: 10px;
  background: var(--TitleColor);
  border-radius: 50%;
  margin-bottom: 20px;
  opacity: 0.5;
  position: relative;
}
.shopping-step .step-current .step-dot {
  background: var(--webColorHighlight);
  opacity: 1;
}
.shopping-step .step-dot::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 0;
}
.shopping-step .step-dot.sd-l::before {
  display: none;
}
.shopping-step .step-text {
  color: var(--TitleColor);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.shopping-step .step-current .step-dot::before {
  opacity: 1;
  background: var(--webColorHighlight);
}
.shopping-step-content {
  padding: 100px 0 40px;
}
.shopping-step img{
  max-width: 500px;
}
.shopping-step-content .table {
  margin-bottom: 120px;
}

/*購物車*/
.cart-detail-table {
  width: 100%;  
}
.cart-body .form-control-count {
  width: 160px;
}
button.button-del {
  background: transparent;
  width: 100%;
  height: 50px;
  text-decoration: underline;
}
.coupon-title.me-1 {
  word-break: keep-all;
  padding: 0 !important;
  margin: 0 15px 0 0 !important;
}
.coupon-input input {
  height: 50px;
  margin-right: -1px;
}
.used-coupon .oit span, .used-coupon .oit span i {
  color: var(--webColorHighlight) !important;
  font-size: 0.8em;
}

/*結帳*/
.checkout-body .news-coffee-img-1 {
  top: 20%;
}
.checkout-body .news-coffee-img-2 {
  top: 50%;
}
.checkout-body .index-coffee-img-1 {
  top: 72%;
}
.checkout-body .index-coffee-smoke {
  top: calc(72% - 140px);
}
.radio-label {
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  margin-right: 20px;
}
.signup-form.checkout-form input[type="radio"] {
  display:none;
}
.signup-form.checkout-form input[type="radio"] + span {
  display:inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width:22px;
  height:22px;
  border-radius: 50%;
  border: 1px solid var(--webColorHighlight)
}
.signup-form.checkout-form input[type="radio"]:checked+span {
  background: var(--webColorMain);
  box-shadow: inset 0 0 0 6px var(--webColorHighlight);
}
hr.checkout-hr {
  border-bottom: 1px solid var(--webColorHighlight);
  opacity: 1;
  margin: 40px auto 30px;
  width: calc(100% - 20px);
}

/*下訂成功*/
.shopping-step-content {
  padding-bottom: 80px;
}

/*咖啡學堂*/
.knowledge-list * {
  color: var(--TitleColor);
}
.knowledge-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 7em;
}
.knowledge-list div {
  width: 100%;
}
.knowledge-title.kt-head, .knowledge-date.kd-head {
  font-weight: 900;
  text-align: center;
  color: var(--webColorHighlight);
  padding-bottom: 15px;
  border-bottom: 2px solid var(--webColorHighlight);
}
.knowledge-title:not(.kt-head) {
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.knowledge-title a {
  color: var(--TitleColor);
  display: block;
}
.knowledge-title a span, .knowledge-cata {
  display: inline-block;
  color: var(--webColorHighlight);
  font-weight: 900;
  margin-right: 10px;
}
.knowledge-title a:hover {
  text-decoration: underline;
}
.knowledge-date {
  text-align: center;
}
.knowledge-title:not(.kt-head), .knowledge-date:not(.kd-head) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--webColorHighlight);;
}
.news-right-content .knowledge-title:not(.kt-head) {
  padding-left: 15px;
  padding-right: 15px;
}

/*浮動社群選單*/
.float-social-quick-links {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 100px;
}
.float-social-quick-links a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  transition: var(--transspeed);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.fsql:hover {
  transition: var(--transspeed);
  box-shadow: 1px 0 8px rgba(0,0,0,0.6);
}
.fsql-line {
  background-image: url("../images/icon-line.png");
  background-color: #06c755;
  margin-bottom: 15px;
}
.fsql-line:hover {
  background-color: #039940;
}
.fsql-fb {
  background-image: url("../images/icon-messenger.png");
  background-color: #0084ff;
}
.fsql-fb:hover {
  background-color: #0167c7;
}

@media (min-width: 992px) {
  .nav-li a {
    position: relative;
    top:0;
    transition: var(--transspeed);
  }
  .nav-li a:hover {
    top:-3px;
    transition: var(--transspeed);
  }
  .nav-li a:hover .nav-en {
    opacity: 1;
    transition: var(--transspeed);
  }
  .order-detail-table td {
    padding: 10px 0 !important;
  }
  .knowledge-body .tag-select-border {
    position: absolute;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --big-wrapper-width: 100%;
  }
  .with-sidebar {
    background: transparent;
  }
  .single-product-info {
    margin-top: 60px !important;
  }
  #carouselExampleControls2 .carousel-inner {
    margin-left: 150px;
  }
  #carouselExampleControls2 a.carousel-control-prev.banner-arrow {
    margin-left: 0 !important;
  }
  #carouselExampleControls2 a.carousel-control-prev.banner-arrow:hover {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 992px) {
  .wow, .index-order-img-1, .index-order-img-1-border, .coffee-swing {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  /*nav*/
  ul.nav-links.d-flex.align-items-stretch.nav-active {
    overflow: auto;
  }

  /*分頁*/
  ul.pagination li a {
    padding: 8px 12px;
  }

  /*首頁輪播*/
  #carouselExampleControls2 .carousel-inner {
    margin-left: 100px;
  }

  /*首頁最新消息*/
  #index-news2 {
    margin-top: 0;
  }
  #index-news2 .knowledge-list a {
    font-size: 14px;
  }

  /*首頁學堂輪播*/
  #index-knowledge {
    margin-top: 120px;
  }
  .knowledge-slider-left {
    margin-top: 0;
    padding-top: 40px;
  }
  .knowledge-slider-right {
    margin-top: -80px;
  }
  .knowledge-slider-right .half-wrapper {
    padding: 0 30px 80px;
  }
  .knowledge-slider-right img {
    left: 0
  }
  .knowledge-slider-img::after {
    left: -10px;
  }
  .knowledge-slider-img-info {
    left: 0;
  }
  #index-knowledge .carousel-indicators {
    left: 0;
    bottom: 20px;
  }
  #index-knowledge .index-coffee-img-5 {
    right: 30px !important;
    z-index: 3;
    position: absolute;
    left: auto;
    top: -30px;
  }
  #index-knowledge .index-coffee-img-1 {
    left: auto;
    right: 30px;
  }
  #index-knowledge .index-coffee-smoke {
    left: auto;
  }

  /*自訂虛線邊框*/
  .custom-dashed-border-mb-x.custom-dashed-border-y::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    top: auto;
    bottom: 0;
    right: 0;
    background: url(../images/custom-dashed-border.png) repeat-x scroll center/auto 100%;
  }

  .big_title {
    font-size: 22px;
    line-height: 1.5em;
  }
  /*手機選單*/
  .header-nav-active {
    top: auto;
  }

  /*文字介紹區塊*/
  #intro .left-color-block {
    padding-top: calc(var(--block-move-up-space) + 40px);
    margin-top: var(--block-move-up);
  }

  /*線上訂購*/
  .index-order-img-1 {
    padding-top: 0 !important;
    right: 20px !important;
    top: -100px !important;
    width: 120% !important;
  }
  .index-order-img-2 {
    top: -30px;
  }
  .online-shop-grid {
    padding-top: calc(100vw + 30px) !important;
  }
  .index-order .button1 {
    margin-top: 60px;
  }

  /*最新消息*/
  #index-news {
    margin-top: 130px;;
  }
  #index-news .left-color-block {
    padding: 80px 0 120px !important;
  }
  .timeline .tag-select-border {
    margin-left: auto;
  }
  .index-coffee-img-1 {
    left: auto;
    top: -20px;
    width: 150px;
    right: 30px;
  }
  .index-coffee-smoke img {
    height: 120px;
  }
  .index-coffee-smoke{
    top: -80px;
    left: auto;
    right: 160px;
  }

  /*消息內頁*/
  .related-new-title {
    font-size: 18px;
  }

  /*加入會員CTA*/
  .signup-cta {
    padding: 60px 30px;
  }
  .signup-cta .button2 {
    margin: 20px auto;
  }
  .why-join-member {
    padding: 18px 0 30px;
  }

  /*聯絡我們CTA*/
  #window {
    padding-bottom: 60px;
  }

  /*故事*/
  #intro2 {
    margin-bottom: 0
  }
  #intro2 > div > div {
    padding-top: calc(var(--block-move-up-space) + 20px);
    padding-bottom: 80px;
  }
  .big-left-color-block::before {
    width: 100%;
  }
  .story-coffee-img-2 {
    width: 38%;
    right: 55%;
    top: 31vw;
  }
  .index-coffee-img-3 {
    top: -25px;
    width: 30%;
    right: -10px;
  }
  .story-about .index-coffee-smoke {
    right: 90px;
    top: -70px;
  }
  /*理念*/
  .story-vision {
    flex-direction: column-reverse;
  }
  .story-right-img {
    right: -4%;
  }
  .good_info_title{
    font-size: 16px;
  }

  /*產品列表*/

  /*會員註冊*/
  h2.signup-form-step-title {
    left: 0;
    font-size: 18px;
  }

  /*訂購紀錄*/
  .order-history-body #order-moblie-tag .nav-tabs .nav-link {
    margin: 0 auto;
  }

  /*表格*/
  table * {
    font-size: 14px;
  }
  .order-view, .ov {
    display: none;;
  }
  td.os::after {
    content: "";
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
    display: inline-block;
    background: url(../images/GO.png) no-repeat scroll center/cover;
  }

  /*消費詳情*/
  .order-detail-frame h1 {
    font-size: 22px;
  }
  .order-detail-frame {
    margin: 40px auto 60px;
  }
  .coupon-code-icon {
    height: 100px;
  }
  .order-img:not(.cart-oi), .oi:not(.cart-oi) {
    display: none;
  }
  .order-totle-frame * {
    font-size: 16px;
  }
  .otf-totle span {
    font-size: 22px;
  }

  /*收藏*/
  .collection-empty-tips  {
    min-height: auto;
    padding: 20px 0 100px;
  }

  /*會員等級*/
  .lever-compare-table-mb .big_banner_title {
    font-size: 18px;
  }
  .lever-compare-table-mb .menu-outer-border {
    padding: 10px;
  }
  .lever-compare-table-mb img {
    width: 30px;
  }
  .lever-compare-table-mb > div > div:first-child, .lever-compare-table-mb > div > div:nth-child(2) {
    border-bottom: 1px solid var(--webColorHighlight);
  }

  /*購物車*/
  .shopping-step-content {
    padding: 60px 0 40px;
  }
  .shopping-step {
    width: 320px;
  }
  .shopping-step .step-num {
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
  .shopping-step .step-dot::before {
    width: 124px;
  }
  .shopping-step .step-text {
    font-size: 16px;
  }
  .shopping-step-content .table {
    margin-bottom: 60px;
  }
  .cart-detail-table .order-item, .cart-detail-table .order-group {
    text-align: left;
  }
  .cart-detail-table th, .cart-detail-table td {
    padding: 5px 10px !important;
  }
  .cart-detail-table .oit, .cart-detail-table .on {
    margin-bottom: 5px;
  }
  td.oi img {
    width: 60px;
  }
  .coupon-title.me-1 {
    margin: 0 0 5px 10px !important;
  }

  /*結帳*/
  .edit-profile-form.signup-form.checkout-form {
    margin-bottom: 40px;
  }

  .cart-cal-table-item * {
    width:50% !important;
  }

  /*浮動社群選單*/
  .float-social-quick-links {
    right: 10px;
    bottom: 80px;
  }

  .float-social-quick-links a {
    width: 50px;
    height: 50px;
  }
  .fsql-line {
    margin-bottom: 10px;
  }

  /*footer*/
  .contact-info {
    margin-top: 30px !important;
  }
  .footer-share-icon {
    top: auto;
    bottom: 0;
    flex-direction: row;
    align-items: start;
    position: relative;
    justify-content: start !important;
    margin: 30px 0 0 20px;
  }
  .sitemap {
    max-width: 470px;
    margin: 0 auto;
  }
  .sitemap li {
    flex: 25%;
    margin: 0 0 10px 0;
    max-width: 95px;
  }
  .sitemap li:nth-of-type(4) {
    border-right-width: 0;
  }
}