@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.border-bottom {
  border-bottom: solid 1px #000000;
}

.w100 {
  width: 100px;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  background: #FFF;
  color: #D40A18;
  border-radius: 20px;
  border: solid 1px #D40A18;
}
.btn:hover {
  background-color: #F99211 !important;
  border: solid 1px #F99211;
  color: #FFF;
}

.btn01 {
  display: inline-block;
  padding: 20px 70px;
  border-radius: 30px;
  border: 1px solid #D40A18;
  background-color: #FFF;
  box-shadow: 4px 4px 1px 0 #D40A18;
}
.btn01:hover {
  background-color: #F2F2F2;
  box-shadow: 1px 1px 0 0 #D40A18;
}

.btn02 {
  border-radius: 10px;
  background-color: #FEE0C6;
  color: #000;
  padding: 15px 40px;
}

.btn03 {
  border-radius: 10px;
  border: 1px solid #FEEEC6;
  color: #000;
  background-color: #FFF;
  padding: 15px 40px;
}
.btn03:hover {
  background-color: #F2F2F2;
  color: #F99211;
}

.btn04 {
  padding: 5px 12px;
  background-color: #E5E5E5;
  color: #000;
  border: 1px solid #707070;
  border-radius: 4px;
}

.btn05 {
  border-radius: 25px;
  background-color: #828282;
  color: #FFF;
}

.google {
  background-color: #E16322 !important;
  color: #FFF !important;
  padding: 15px 40px !important;
  border-radius: 10px;
}

.btn-more, .btn-submit {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #000000;
  transition: all 0.5s ease-in-out;
  background: transparent;
  padding: 40px 0 0;
}
.btn-more:hover, .btn-submit:hover {
  color: #F99211;
}

.btn-submit {
  font-weight: 600;
}

.l-h {
  line-height: 26px;
}

.guide_list {
  width: 100%;
  margin-bottom: 30px;
}

.btn_guide {
  margin: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
  background: #F99211;
  width: 33%;
  font-size: 20px;
}
.btn_guide:hover {
  background: #D40A18;
  color: #FFF;
}

.btn_guide02 {
  margin: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
  background: #D40A18;
  width: 33%;
  font-size: 20px;
}

.guide_img img {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.guide_text h3 {
  color: #F99211;
  margin-bottom: 20px;
  line-height: 26px;
}
.guide_text p {
  line-height: 20px;
}

.color01 {
  color: #D40A18;
}

.color02 {
  color: #F99211;
}

.color03 {
  color: #b1b1b2;
}

.color_gray {
  color: #505050;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 10% 0;
}

.top-allc {
  padding: 15% 0;
}

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1411764706);
  background: #FFF;
  border-radius: 10px;
}

.bg01 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg01.jpg) center center/cover no-repeat;
}

.bg02 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg02.jpg) center center/cover no-repeat;
}

.bg03 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg03.jpg) center center/cover no-repeat;
}

.bg04 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg04.jpg) center center/cover no-repeat;
}

.bg_page {
  position: relative;
}
.bg_page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_page.jpg");
  background-size: 100%;
  z-index: -1;
}

.banner-all img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.maker {
  background: #D40A18;
  color: #ffffff;
  padding: 8px 25px;
  width: fit-content;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.banner .swiper-banner .swiper-wrapper .swiper-slide img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-banner .swiper-wrapper .swiper-slide img a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-wrapper .swiper-slide img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #FFF;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #fff;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: transparent;
}

/*大標*/
.title {
  margin-bottom: 20px;
}
.title h1, .title h2 {
  text-align: left;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #D40A18;
  letter-spacing: 3px;
}
.title h1 span, .title h2 span {
  letter-spacing: 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: relative;
}
.title h1 span::before, .title h2 span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  background: #F99211;
  left: 0px;
  top: -25px;
}
.title h2.pg {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 4px #D40A18;
}

.title-vertical {
  margin: 20px auto 40px;
  justify-content: center;
  display: flex;
}
.title-vertical .title-span {
  display: inline-block;
  margin-left: 40px;
}
.title-vertical .title-span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 30px;
  background: #EC971C;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.title-vertical-order, .title-vertical-cart {
  margin: 0 auto;
}

.title01 {
  align-items: end;
  display: flex;
  justify-content: center;
}
.title01 h2 {
  font-size: 44px;
  font-weight: 300;
  color: #80340E;
}
.title01 h4 {
  font-size: 24px;
  color: #F99211;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title02 {
  align-items: center;
  color: #d19b6c;
}
.title02 i {
  font-size: 25px;
  padding-right: 5px;
}

.title_line hr {
  background: #E8E8E8;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #F99211;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  font-size: 25px;
  padding-right: 5px;
}

.title_line_blank hr {
  background: transparent;
}
.title_line_blank hr::before {
  display: none;
}

.index-gift .title01 {
  margin-bottom: 20px;
}

.gift {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.1);
  margin-bottom: 30px;
}
.gift:hover {
  box-shadow: 0 4px 12px 0 rgba(212, 10, 24, 0.2);
}
.gift .btn-primary:hover {
  background-color: #F99211 !important;
}
.gift .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 100%;
  border: 1px solid #D40A18;
  border-radius: 10px;
  margin-bottom: 20px;
}
.gift .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gift .titlebox, .gift .btnbox, .gift .btnbox2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gift .titlebox, .gift .btnbox {
  justify-content: space-between;
}
.gift .btnbox2 {
  justify-content: center;
}
.gift .titlebox {
  margin-bottom: 20px;
}
.gift .titlebox h3 {
  font-size: 18px;
  color: #943142;
}
.gift .titlebox p {
  font-size: 18px;
  color: #333;
  font-weight: 300;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  line-height: 2em !important;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.modal.show {
  display: flex;
}

.modal-content {
  background: #fff;
  padding: 24px 28px;
  border-radius: 8px;
  min-width: 260px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.confirm-btn {
  background: #c29363;
  color: #fff;
  border: none;
  padding: 8px 22px;
  border-radius: 6px;
  cursor: pointer;
  float: right;
  margin-top: 12px;
  font-size: 16px;
}

.confirm-btn:hover {
  opacity: 0.9;
}

.form-search {
  margin: 30px 0;
}
.form-search form .btn02 {
  padding: 10px 15px;
}
.form-search form .input-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-search form .input-group label {
  color: #D40A18;
  font-size: 20px;
  width: 120px;
  font-weight: bold;
}
.form-search form .input-group .form-control {
  width: calc(100% - 63px);
  font-size: 16px;
  line-height: 25px;
  padding: 6px;
}
.form-search form .input-group .input-group-append {
  margin-left: 10px !important;
}
.form-search form .input-group .input-group-append button {
  background: #F99211;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
}

.card01 {
  position: relative;
  margin-bottom: 35px;
}
.card01 a {
  display: block;
}
.card01 .card-img {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.card01 .card-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
}
.card01 .card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 5px;
  color: #D40A18;
  text-align: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7019607843);
}
.card01:hover .card-img {
  opacity: 0.8;
}

.index-cake {
  background-color: #FFF;
}
.index-cake .titlebox {
  margin-bottom: 20px;
}

.cake {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(51, 51, 51, 0.1);
  margin-bottom: 30px;
}
.cake:hover {
  box-shadow: 0 4px 12px 0 rgba(212, 10, 24, 0.2);
}
.cake:hover .textbox h3 {
  color: #80340E;
}
.cake .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.cake .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cake .textbox {
  margin-bottom: 20px;
}
.cake .textbox h3 {
  font-size: 18px;
  color: #000000;
}

.products_detail .page-container .row .products_detail-img .product__carousel .swiper-wrapper .swiper-slide {
  position: relative;
}
.products_detail .page-container .row .products_detail-img .product__carousel .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  background: url(../img/product-bg.png) center center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
}

.quantity .number-p .shopify-buy {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quantity .number-p .shopify-buy button {
  background: #A7A7A7;
  color: #ffffff;
  width: 30px;
  height: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}
.quantity .number-p .shopify-buy input[type=number] {
  height: 30px;
  width: 60px;
  text-align: center;
}
.quantity .number-p .shopify-buy .shopify-buy-button01 {
  border-radius: 5px 0 0 5px;
}
.quantity .number-p .shopify-buy .shopify-buy-button02 {
  border-radius: 0 5px 5px 0;
}

.shop-btn {
  display: flex;
  margin: 40px 0 0;
  align-items: center;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop, .shop-btn .btn-collect {
  padding: 8px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover, .shop-btn .btn-collect:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a, .shop-btn .btn-collect:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  width: calc(50% - 50px);
  background: #FEE0C6;
  border: solid 1px #FEE0C6;
  border-radius: 5px;
}
.shop-btn .shop-btn-basket a {
  color: #000;
}
.shop-btn .shop-btn-shop {
  width: calc(50% - 50px);
  background: #C68C49;
  border: solid 1px #C68C49;
  border-radius: 5px;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}
.shop-btn .btn-collect {
  width: calc(26% - 10px);
  background: #FFF;
  border: solid 1px #D40A18;
}
.shop-btn .btn-collect a {
  color: #D40A18;
}

.frame01 {
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(51, 51, 51, 0.1);
}

.index-news .title01 {
  margin-bottom: 20px;
}

.news01 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
  border-bottom: 1px dashed #CCC;
  background: #FFF;
}
.news01 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto;
  padding-bottom: 20%;
  border-radius: 10px;
  width: 20%;
}
.news01 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.news01 .textbox {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 80%;
}
.news01 .textbox h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.messagebox {
  text-align: center;
}
.messagebox p {
  line-height: 1.5;
}

.index-store .title01 {
  margin-bottom: 20px;
}

.storebox {
  padding: 40px 60px;
  border-radius: 20px;
  border: 1px solid #D40A18;
  background: #FFF;
  box-shadow: 4px 4px 1px 0 #D40A18;
}
.storebox .infobox {
  display: inline-block;
}
.storebox .info {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.storebox .info img {
  margin-right: 10px;
}
.storebox .info p {
  word-break: break-all;
}
.storebox .left p {
  white-space: nowrap;
}
.storebox .btnbox {
  display: flex;
  margin-top: 30px;
}

.maps01 {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}
.maps01 iframe, .maps01 object, .maps01 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-antiFraud {
  background-color: #97402D;
}
.index-antiFraud .imgbox {
  position: relative;
}
.index-antiFraud .imgbox img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.frame02 {
  position: relative;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border-bottom: 8px solid #F99211;
  padding: 30px;
}

.video-pic {
  position: relative;
  margin-bottom: 30px;
}
.video-pic p {
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.video-pic .pic {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 20px;
}
.video-pic .pic:hover::after {
  width: 100px;
  height: 80px;
  left: calc(50% - 50px);
  top: calc(50% - 40px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.video-pic .pic img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
.video-pic .pic::after {
  position: absolute;
  content: "";
  background: url(../img/play_yt.svg);
  width: 80px;
  height: 60px;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.article02 {
  margin-bottom: 20px;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.article02:hover {
  box-shadow: 0 4px 12px 0 rgba(148, 49, 66, 0.25);
}
.article02:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.article02:hover h3 {
  color: #943142;
}
.article02 .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px 10px 0 0;
}
.article02 .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}
.article02 .textbox {
  padding: 20px;
  background-color: #FFF;
}
.article02 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article02 p {
  line-height: 1.25;
}

.frame02 h4 {
  padding: 20px 0;
  color: #943142;
  border-bottom: 1px solid #943142;
  margin-bottom: 30px;
}

.guide, .payment, .privacy {
  padding: 0;
}
.guide .page-container, .payment .page-container, .privacy .page-container {
  padding-top: 100px;
}
.guide .page-container .row .guidebox, .guide .page-container .row .paymentbox, .guide .page-container .row .privacybox, .payment .page-container .row .guidebox, .payment .page-container .row .paymentbox, .payment .page-container .row .privacybox, .privacy .page-container .row .guidebox, .privacy .page-container .row .paymentbox, .privacy .page-container .row .privacybox {
  width: 100%;
  margin: 60px auto;
}

.collect {
  background: #FFF;
  border: solid 2px #FFE8E8;
  margin-bottom: 20px;
}
.collect .collect-text {
  padding: 10px;
}
.collect .collect-text h4 {
  color: #231600;
}
.collect .collect-text .money {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collect .collect-text .money p {
  color: #FF4E51;
  font-weight: 600;
  font-size: 16px;
}
.collect .collect-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px 0px;
  max-width: 180px;
}
.collect .collect-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_d-money ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.members-search {
  background: #E6F1EF;
  border-radius: 4px;
}
.members-search .and {
  position: relative;
}
.members-search .and::after {
  font-size: 14px;
  content: "~";
  position: absolute;
  left: 20px;
}

ul.tabs {
  margin: 0 auto;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
ul.tabs li {
  cursor: pointer;
  padding: 10px 30px;
  border-bottom: 2px solid #B2B2B2;
  color: #A7A7A7;
  font-size: 24px;
  font-weight: 600;
}

ul.tabs li:hover {
  border-bottom: 2px solid #D40A18;
}
ul.tabs li.active {
  color: #F99211;
  border-bottom: 2px solid #F99211;
}

.title_line h3 {
  color: #D40A18;
  margin-bottom: 25px;
}

.contactbox {
  padding: 80px 60px 60px;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.contactbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #F99211;
  border-radius: 0 0 10px 10px;
}
.contactbox .col-lg-7 {
  padding: 0 0 0 50px;
}

.forms-group {
  padding-top: 20px;
}
.forms-group .d-sm-flex .col-sm-2 {
  margin-right: 20px;
}
.forms-group .d-sm-flex textarea {
  padding: 35px 0;
}
.forms-group .text-center {
  margin-top: 35px;
}

.forms-cart {
  padding-top: 0px;
  font-size: 20px;
}
.forms-cart .border-check {
  padding-bottom: 20px;
}
.forms-cart .d-lg-flex label {
  padding-left: 0;
}
.forms-cart .d-lg-flex textarea {
  padding: 35px 0;
}
.forms-cart .text-center {
  margin-top: 35px;
}

.contact-icon img {
  max-width: 30px;
  width: 100%;
}

.contact-text {
  width: calc(100% - 65px);
  padding-left: 10px;
}
.contact-text p {
  font-size: 18px;
  color: #6B6B6B;
}
.contact-text h3 {
  margin-bottom: 10px;
}

.maps {
  background: #D40A18;
  margin-top: 25px;
  width: 100%;
}

.tab_container {
  width: 100%;
  border-top: none;
  clear: both;
  float: left;
  background: #fff;
}

.rwd-table thead tr th {
  font-size: 20px;
  font-weight: 400;
}

.text_cart p {
  padding: 5px 12px;
  font-size: 20px;
  font-weight: 400;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information, .Subscriber-Information, .payment-method {
  padding-top: 70px;
}
.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 20px;
  font-weight: 400;
}
.Recipient-Information .col-12 .title_line .color03, .Subscriber-Information .col-12 .title_line .color03, .payment-method .col-12 .title_line .color03 {
  font-size: 22px;
  color: #D40A18;
  padding: 0 2px;
}

.cord04 {
  border: solid 1px #ffffff;
  background: #ffffff;
  overflow: hidden;
  margin: 10px 0;
}
.cord04 .cord04-img {
  height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cord04 .cord04-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cord04:hover .cord04-img img {
  transform: rotate(4deg) scale(1.3);
}

.login-box {
  background: #80340E;
  padding: 15px;
}
.login-box .login-boxs {
  border: solid 1px #D40A18;
  text-align: center;
  padding: 30px 15px;
}
.login-box .login-boxs img {
  margin-bottom: 15px;
}
.login-box .login-boxs img p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #505050;
}

.form-1 input {
  width: 100%;
  padding: 8px;
}
.form-1 #xcode {
  width: 200px;
}

.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #AE9778;
}
.rwd-table tbody tr {
  background: #ffffff;
}
.rwd-table tbody tr td {
  color: #000000;
}
.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}

.shopify-buy-sub, .shopify-buy-add {
  border: solid 1px #000000;
  border-radius: 50%;
  background: #000000;
  color: #fff;
}
.shopify-buy-sub:hover, .shopify-buy-add:hover {
  background: #000000;
  color: #ffffff;
}

.order-content {
  padding-top: 20px;
}
.order-content hr {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #F99211 0%, #F99211 50%, #FFF 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.order-content .col-12 {
  padding-top: 50px;
}
.order-content .col-lg-12 {
  padding-top: 80px;
}

.order-center span {
  color: #F99211;
  border-bottom: 1px solid #F99211;
}

.title_cart hr {
  background: #E8E8E8;
  height: 4px;
  position: relative;
}
.title_cart hr::before {
  content: "";
  background: #EC971C;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.text_order p {
  font-size: 20px;
}

.rwd-table.rwd-table-order2 td {
  font-size: 16px;
}
.rwd-table.rwd-table-order2 thead {
  background: #AE9778;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px 10px;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
  color: #D40A18;
  font-size: 20px;
}

.shopify-number .shopify-buy button {
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
}
.shopify-number .shopify-buy .shopify-buy-sub, .shopify-number .shopify-buy .shopify-buy-add {
  position: relative;
}
.shopify-number .shopify-buy .shopify-buy-sub::before, .shopify-number .shopify-buy .shopify-buy-add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 12px;
  height: 3px;
}
.shopify-number .shopify-buy .shopify-buy-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  height: 12px;
  width: 3px;
}
.shopify-number .shopify-buy .shopify-buy__quantity {
  width: 20% !important;
  text-align: center;
  max-height: 40px;
  height: 100%;
}

.rwd-table.rwd-table-order2 tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 48%;
}
.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}
.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #EEEEEE;
}
.rwd-table.rwd-table-order2 tbody .total td {
  color: #F99211;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 td:last-child th:nth-child(1), .rwd-table.rwd-table-order3 td:last-child td:nth-child(1) {
  width: 60%;
}
.rwd-table.rwd-table-order3 td:last-child th:nth-child(2), .rwd-table.rwd-table-order3 td:last-child td:nth-child(2) {
  width: 20%;
}
.rwd-table.rwd-table-order3 td:last-child th:nth-child(3), .rwd-table.rwd-table-order3 td:last-child td:nth-child(3), .rwd-table.rwd-table-order3 td:last-child th:nth-child(4), .rwd-table.rwd-table-order3 td:last-child td:nth-child(4) {
  width: 10%;
}
.rwd-table.rwd-table-order3 td:last-child td:nth-child(4) i {
  font-size: 25px;
}
.rwd-table.rwd-table-order3 td:last-child td .shopify-buy {
  display: flex;
  margin: 0 10px;
}
.rwd-table.rwd-table-order3 td:last-child td .shopify-buy input.shopify-buy__quantity {
  width: calc(100% - 80px);
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td:last-child td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #ebebeb;
  height: 12px;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bar-graph .bar-graph-bg {
  background: #F99211;
  height: 12px;
  width: 33.33%;
}
.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}
.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: flex;
  flex-wrap: wrap;
}
.bar-graph-text h2 {
  width: 33.33%;
  color: #F99211;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}
.bar-graph-text .bar-graph-text-color {
  color: #A7A7A7;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #FFF;
}

.payment-methoda .payment-method-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 12px;
  font-size: 20px;
  background: #EEEEEE;
}
.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}
.payment-methoda .payment-method-div .payment-method-way .answer {
  display: flex;
  align-items: center;
}
.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}
.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 30px 5px 5px;
  cursor: pointer;
}
.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.payment-methoda .payment-method-div .payment-method-text {
  width: calc(100% - 200px);
}
.payment-methoda .payment-method-div .payment-method-text p {
  font-size: 20px;
}

.successfully-ordered .text-center h4 {
  font-weight: 400;
}

.successfully-ordered-div {
  display: flex;
  flex-wrap: wrap;
  max-width: 570px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  padding: 80px 40px;
}
.successfully-ordered-div .successfully-ordered-div-img {
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}
.successfully-ordered-div .successfully-ordered-div-text {
  width: calc(100% - 200px);
  padding: 0 30px;
}
.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .bg04::after {
    height: 589px;
  }
  .title-sale {
    padding-top: 0;
  }
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
  .products .page-container .productwrap .col-lg-9 {
    padding: 0;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 {
    margin-bottom: 30px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product {
    width: 100%;
    margin-bottom: 10px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text h4 {
    font-size: 20px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text .money p {
    font-size: 18px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  .infobox p {
    font-size: 18px;
  }
  .infobox .money p {
    font-size: 16px;
  }
  .infobox .money span {
    font-size: 16px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
  .gallery-top {
    border: 3px solid pink;
  }
}
@media screen and (min-width: 992px) {
  .maps {
    max-width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .top-allc {
    padding: 20% 0 10%;
  }
  .title01 h2 {
    font-size: 32px;
  }
  .title01 h4 {
    font-size: 20px;
  }
  .btn01 {
    padding: 12px 16px;
    border-radius: 20px;
    box-shadow: 2px 2px 1px 0 #D40A18;
  }
  .btn02, .btn03 {
    padding: 15px 5px;
    width: 100%;
    text-align: center;
  }
  .btn03 {
    margin-bottom: 5px;
  }
  .login, .shopping {
    margin-bottom: 10px;
  }
  .frame02 {
    padding: 20px;
  }
  .index-cake .title01 {
    margin-bottom: 20px;
  }
  .news01 .imgbox {
    padding-bottom: 90%;
    width: 100%;
  }
  .news01 .textbox {
    width: 100%;
    margin-top: 10px;
  }
  .news01 .textbox h3 {
    font-size: 18px;
  }
  .news01 .textbox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news01 .textbox .btnbox {
    margin-top: 10px;
  }
  .storebox {
    padding: 10px;
    margin-bottom: 20px;
  }
  .video-pic .pic {
    border-radius: 10px;
  }
  .article02 .textbox {
    padding: 10px;
  }
  .article02 .textbox h3 {
    font-size: 18px;
  }
  .article02 .textbox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .shop-btn .shop-btn-basket {
    width: 50%;
  }
  .shop-btn .shop-btn-shop {
    width: 50%;
  }
  .contactwrap {
    padding-top: 30px;
  }
  .contactbox {
    padding: 20px;
  }
  .contactbox .col-lg-7 {
    padding: 0;
  }
  .contactbox .col-lg-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .guide .page-container .row .guidebox, .guide .page-container .row .paymentbox, .guide .page-container .row .privacybox, .payment .page-container .row .guidebox, .payment .page-container .row .paymentbox, .payment .page-container .row .privacybox, .privacy .page-container .row .guidebox, .privacy .page-container .row .paymentbox, .privacy .page-container .row .privacybox {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 90%;
    margin: 5px auto;
  }
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 100px;
  }
  .title03 h2 span::after {
    width: 100px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
    padding: 0 10px;
  }
  ul.tabs li {
    display: block;
    min-width: 120px;
    text-align: center;
    padding: 10px 6px;
    font-size: 16px;
  }
  .swiper-products {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 667px) {
  .top-allc {
    padding: 25% 0 10%;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
  .Recipient-Information, .Subscriber-Information, .payment-method {
    padding-top: 40px;
  }
  .order-content {
    padding-top: 0px;
  }
  .order-content .col-12 {
    padding-top: 20px;
  }
  .order-content .col-lg-12 {
    padding-top: 40px;
  }
  .contactwrap .contactbox {
    padding: 60px 40px;
  }
  .rwd-table thead tr th {
    font-size: 16px;
    font-weight: 400;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .top-allc {
    padding: 35% 0 10%;
  }
  .container {
    width: 90%;
  }
  .btn_guide, .btn_guide02 {
    padding: 6px 2px !important;
    margin: 6px;
  }
  .guide_img {
    margin: 0 auto;
  }
  .guide_text {
    text-align: center;
    margin-bottom: 40px;
  }
  /*大標*/
  .title h1, .title h2 {
    font-size: 26px;
  }
  .title h1 span, .title h2 span {
    font-size: 24px;
  }
  .title h1 span::after, .title h2 span::after {
    width: 150px;
  }
  .products_detail-text {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .box {
    width: 90%;
    margin: 5px auto;
  }
  .products .page-container .productwrap .col-lg-9 {
    padding: 0;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 {
    margin-bottom: 30px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product {
    width: 100%;
    margin-bottom: 10px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text h4 {
    font-size: 18px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text .money p {
    font-size: 16px;
    margin-top: 0px;
  }
  .order-center tr td {
    text-align: left !important;
  }
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 19%;
    text-align: right;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 40%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3) {
    width: 15%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50% !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 20px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100% !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px !important;
  }
  /*大標*/
  .title h1, .title h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .title h1 span, .title h2 span {
    font-size: 20px;
  }
  .title h1 span::after, .title h2 span::after {
    width: 150px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text h4 {
    font-size: 18px;
  }
  .products .page-container .productwrap .col-lg-9 .col-12 .col-md-4 .product-text .money p {
    font-size: 18px;
  }
  .shop-btn .shop-btn-basket {
    width: 50%;
  }
  .shop-btn .shop-btn-shop {
    width: 50%;
  }
  .Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .Recipient-Information .col-12 .title_line .color03, .Subscriber-Information .col-12 .title_line .color03, .payment-method .col-12 .title_line .color03 {
    font-size: 18px;
    color: #D40A18;
    padding: 0 2px;
  }
  .Recipient-Information .text_order .row .col-md-10 p, .Subscriber-Information .text_order .row .col-md-10 p, .payment-method .text_order .row .col-md-10 p {
    font-size: 16px;
  }
  .bar-graph-text h2 {
    font-size: 16px;
  }
  .payment-methoda .payment-method-div:nth-child(2n) {
    background: #FFF;
  }
  .payment-methoda .payment-method-div {
    font-size: 18px;
    padding: 6px 8px;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-text p {
    font-size: 16px;
    line-height: 1.2;
  }
  .text_cart p {
    padding: 0 5px;
    font-size: 16px;
  }
  .payment-method .col-12, .Subscriber-Information .col-12 {
    margin-top: 30px;
  }
  .successfully-ordered .text-center h4 {
    font-weight: 400;
  }
  .successfully-ordered-div {
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
  }
  .successfully-ordered-div .successfully-ordered-div-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  /*大標*/
  .title-guide h1, .title-guide h2 {
    display: block;
    font-size: 28px;
    letter-spacing: 3px;
  }
  .title-guide h1 span, .title-guide h2 span {
    margin-left: 0px;
    margin-top: 10px;
  }
  .title-guide h1 span::before, .title-guide h2 span::before {
    width: 30px;
    height: 3px;
    left: 0;
    top: -10px;
    transform: translateY(0);
  }
  .btn_guide, .btn_guide02 {
    font-size: 17px;
  }
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
  .cord04 .cord04-img {
    height: 350px;
  }
  .contact-icon img {
    max-width: 50px;
  }
  .contact-text {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .contact-text h3 {
    margin-bottom: 10px;
  }
  .contactwrap .contactbox {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 360px) {
  /*首頁 關於我們標題  */
  .title03 h2 span::before {
    right: 15px;
  }
  .title03 h2 span::after {
    left: 15px;
  }
}/*# sourceMappingURL=all.css.map */