@charset "UTF-8";
section {
  z-index: 1;
  position: relative;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.w100 {
  width: 100px;
}

.btn, .btn01 {
  background: #FFF;
  color: #DF9290;
  border-radius: 20px;
  border: solid 1px #DF9290;
}

.btn:hover, .btn01:hover {
  background: #ECB885 !important;
  border: solid 1px #ECB885;
  color: #FFF;
}

.btn01 {
  background: #DF9290 !important;
}

.btn02 {
  background: #DF9290;
  color: #FFF;
  border: solid 1px #DF9290;
}

.btn02:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
}

.btn03 {
  background: #FFF;
  color: #DF9290;
  border: solid 1px #DF9290 !important;
}

.btn03:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF;
}

.btn04 {
  background: #ECB885 !important;
  color: #FFF;
  border: solid 1px #ECB885 !important;
  border-radius: 5px;
  padding: 10px 25px;
}

.btn04:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  color: #FFF;
}

.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: #505050;
  background: #EFEAE4;
  width: 33%;
  font-size: 20px;
  font-weight: 600;
}

.btn_guide:hover {
  background: #ECB885;
  color: #FFF;
}

.btn_guide02 {
  margin: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFF;
  font-weight: 600;
  background: #DF9290;
  width: 33%;
  font-size: 20px;
}

.guide_img img {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.guide_text h3 {
  color: #ECB885;
  margin-bottom: 20px;
  line-height: 26px;
}

.guide_text p {
  line-height: 20px;
}

.color01 {
  color: #DF9290;
}

.color02 {
  color: #b81b23;
}

.color03 {
  color: #ECB885;
}

.color_gray {
  color: #505050;
}

.colora {
  color: #b81b23;
}

.colorb {
  color: #d6790f;
}

.colorc {
  color: #f5c647;
}

.colord {
  color: #239941;
}

.colore {
  color: #1b8cb8;
}

.colorf {
  color: #701da1;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.push {
  padding-top: 150px;
}

.box {
  -webkit-box-shadow: 0px 3px 20px #00000024;
          box-shadow: 0px 3px 20px #00000024;
  background: #FFF;
  padding: 20px;
}

.previewbox img {
  width: 100%;
}

.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, white), color-stop(61%, #ffeeee), to(#ffeeee));
  background: linear-gradient(to bottom, white 0%, white 60%, #ffeeee 61%, #ffeeee 100%);
  position: relative;
}

.bg::before {
  position: absolute;
  background: url(../img/bg_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 40px;
  width: 236px;
  height: 292px;
  content: "";
}

.bg::after {
  position: absolute;
  background: url(../img/bg_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 40px;
  width: 220px;
  height: 270px;
  content: "";
}

.bg01 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg01.jpg");
}

.bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg02.jpg");
}

.bg03 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg03.jpg");
}

.bg04 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg04.jpg");
}

.bg_page {
  background-image: url("../img/bg03.jpg");
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

.banner-all img {
  width: 100%;
}

.maker {
  background: #DF9290;
  color: #ffffff;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}

.banner .swiper-banner {
  width: 100%;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

.banner .swiper-banner .swiper-slide img {
  position: relative;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-slide 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: #707070;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #b1b1b2;
}

.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 2px #ffffff;
}

/*大標*/
.title {
  margin-bottom: 60px;
  text-align: center;
}

.title h1, .title h2 {
  font-size: 30px;
  color: #DF9290;
  font-weight: 600;
  letter-spacing: 6px;
  position: relative;
  display: inline;
}

.title h1::before, .title h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: #EFEAE4;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.title h2.pg {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: solid 4px #DF9290;
}

.title03 {
  margin-bottom: 20px;
}

.title03 h2 {
  text-align: center;
  font-size: 30px;
  color: #DF9290;
  letter-spacing: 6px;
}

.title03 h2 span {
  letter-spacing: 0px;
  color: #707070;
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  position: relative;
}

.title03 h2 span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  left: 80px;
  top: 15px;
}

.title03 h2 span::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #b1b1b2;
  right: 80px;
  top: 15px;
}

.tilte01 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #DF9290;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tilte01 hr {
  margin: 0;
}

.title02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #ECB885;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.title_line h3 {
  font-size: 25px;
  padding-right: 5px;
}

.productbox {
  position: relative;
  display: block;
  z-index: 0;
  margin-bottom: 30px;
}

.product {
  background: #fff;
  -webkit-box-shadow: 3px 0px 20px #00000024;
          box-shadow: 3px 0px 20px #00000024;
  padding: 10px;
}

.product::before {
  content: "";
  border: solid 3px #DF9290;
  width: 96%;
  height: 96%;
  right: -4%;
  bottom: 7%;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.product .product-text {
  padding: 10px;
  background: #fff;
}

.product .product-text h4 {
  color: #505050;
  line-height: 1.2;
}

.product .product-text .money {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-text .money p {
  color: #ECB885;
  font-weight: 600;
  font-size: 16px;
}

.product .product-text .money i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #DF9290;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

.product .product-text .money i input {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: transparent;
}

.product .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.product .product-img 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.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.product:hover::before {
  background: #DF9290;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.product:hover .product-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.news-box {
  margin-bottom: 30px;
}

.news-box .news-left {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 74%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.news-box .news-left 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.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.news-box:hover .news-left img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.news-box .news-right {
  padding: 10px 8px;
}

.news-box .news-right .news-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-box .news-right .news-right-text .div-time {
  color: #DF9290;
  text-align: center;
  margin: 0 14px 0px 0;
  border-right: solid 4px #ECB885;
  padding-right: 12px;
  font-weight: 600;
}

.news-box .news-right .news-right-text .div-time .yearmonth {
  margin-bottom: 4px;
}

.news-box .news-right .news-right-text .div-time .day {
  font-size: 30px;
}

.news-box .news-right .news-right-text p {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #505050;
}

.news-box .news-right span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  color: #707070;
  margin-bottom: 0;
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dddddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

.news-date .div-time {
  color: #DF9290;
  text-align: center;
  margin: 0 16px 0 0;
  border-right: solid 4px #ECB885;
  padding-right: 12px;
  font-weight: 600;
}

.news-date .div-time .yearmonth {
  margin-bottom: 4px;
}

.news-date .div-time .day {
  font-size: 30px;
}

.news-date p {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 24px;
  color: #505050;
}

.product_d-money ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.product_d-money ul li i {
  font-size: 28px;
  padding: 0 2px;
  margin: 0 2px 2px 0;
  color: #00b900;
  display: block;
}

.number-p .shopify-buy {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-p .shopify-buy button {
  background: #DF9290;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}

.number-p .shopify-buy input[type="number"] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

.members-search {
  background: #ebebeb;
  border-radius: 4px;
}

.members-search .and {
  position: relative;
}

.members-search .and::after {
  font-size: 14px;
  content: "~";
  position: absolute;
  left: 20px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border .15s linear;
  transition: border .15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #DF9290 !important;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-product {
  padding-top: 60px  !important;
}

.swiper-product .swiper-slide img {
  width: 100%;
}

.swiper-product .swiper-button-next, .swiper-product .swiper-button-prev {
  top: 25px;
  background: #DF9290;
  outline: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.swiper-product .swiper-button-next:after, .swiper-product .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.swiper-product .swiper-button-prev {
  left: auto;
  right: 50px;
  background: #ECB885;
}

.swiper-slide-thumb-active {
  border: solid 3px #ECB885;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-img img {
  width: 100%;
}

.contact-icon img {
  width: 65px;
}

.contact-text {
  width: calc( 100% - 65px);
  padding-left: 10px;
}

.contact-text h3 {
  margin-bottom: 10px;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}

.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}

.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.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( 40% - 10px);
  background: #DF9290;
  border: solid 1px #DF9290;
}

.shop-btn .shop-btn-basket a {
  color: #ffffff;
}

.shop-btn .shop-btn-shop {
  width: calc( 34% - 10px);
  background: #ECB885;
  border: solid 1px #ECB885;
}

.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

.shop-btn .btn-collect {
  width: calc( 26% - 10px);
  background: #FFF;
  border: solid 1px #DF9290;
}

.shop-btn .btn-collect a {
  color: #DF9290;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 31px;
  line-height: 31px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}

ul.tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
}

.tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  /*大標*/
  .title {
    margin: 30px;
  }
  .news-box .news-right .news-right-text .div-time .yearmonth {
    margin-bottom: 4px;
  }
  .news-box .news-right .news-right-text .div-time .day {
    font-size: 24px;
  }
  .news-box .news-right .news-right-text p {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  /*首頁 關於我們標題 */
  .title03 h2 span::before {
    right: 30px;
  }
  .title03 h2 span::after {
    left: 30px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
  .bg_page::before {
    left: 10px;
    width: 120px;
    height: 142px;
  }
}

@media screen and (max-width: 480px) {
  .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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}

.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 .2s, -webkit-transform .2s;
}

.cord04:hover .cord04-img img {
  -webkit-transform: rotate(4deg) scale(1.3);
          transform: rotate(4deg) scale(1.3);
}

.login-box {
  background: #EFEAE4;
  padding: 15px;
}

.login-box .login-boxs {
  border: solid 1px #DF9290;
  text-align: center;
  padding: 30px 15px;
}

.login-box .login-boxs img {
  margin-bottom: 15px;
}

.login-box .login-boxs 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: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .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: .5em 1em;
}

.rwd-table th {
  color: #ffffff;
}

.rwd-table td:before {
  color: #000000;
}

.rwd-table thead th {
  background: #707070;
}

.rwd-table tbody tr {
  background: #ffffff;
}

.rwd-table tbody tr td {
  color: #000000;
}

.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}

.rwd-table tbody tr td button {
  border: solid 1px #000000;
}

.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}

.rwd-table.rwd-table-order2 thead {
  background: #707070;
}

.rwd-table.rwd-table-order2 tr {
  border: none;
}

.rwd-table.rwd-table-order2 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}

.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: #ebebeb;
}

.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}

.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}

.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: 10%;
}

.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}

.rwd-table.rwd-table-order3 td .shopify-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc( 100% - 80px);
  margin: 0 10px;
  text-align: center;
}

.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@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), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .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), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #ebebeb;
  height: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bar-graph .bar-graph-bg {
  background: #DF9290;
  height: 12px;
  width: 33.33%;
}

.bar-graph .bar-graph-bg02 {
  width: 66.66%;
}

.bar-graph .bar-graph-bg03 {
  width: 100%;
}

.bar-graph-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bar-graph-text h2 {
  width: 33.33%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #ebebeb;
}

.payment-methoda .payment-method-div {
  border: solid 1px #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
}

.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}

.payment-methoda .payment-method-div .payment-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  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);
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ECB885;
  margin: 40px auto;
  padding: 80px 30px;
}

.successfully-ordered-div .successfully-ordered-div-img {
  width: 150px;
  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% - 150px);
  padding: 0 30px;
}

.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .push {
    padding-top: 180px;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    bottom: 90px;
    right: 20px;
    width: 150px;
    height: 184px;
  }
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}

@media screen and (max-width: 1200px) {
  /*首頁 關於我們標題 */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .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;
  }
}

@media screen and (max-width: 768px) {
  .push {
    padding-top: 220px;
  }
  .productbox {
    margin-bottom: 30px;
  }
  .product::before {
    content: "";
    border: solid 3px #DF9290;
    width: 96%;
    height: 96%;
    right: -4%;
    bottom: 7%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  }
  .product .product-text {
    padding: 8px 8px 0px 8px;
    background: #fff;
  }
  .product .product-text h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .product .product-text .money {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .product-text .money p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product .product-text .money i {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .product .product-text .money i input {
    width: 100%;
    height: 36px;
  }
  /*大標*/
  .title {
    margin: 30px 0;
    text-align: center;
  }
  .title h1, .title h2 {
    font-size: 26px;
    letter-spacing: 4px;
  }
  /*首頁 關於我們標題 */
  .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%;
  }
}

@media screen and (max-width: 667px) {
  .Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .shop-btn .shop-btn-basket {
    width: 45%;
  }
  .shop-btn .shop-btn-shop {
    width: 40%;
  }
  .box {
    padding: 20px  10px;
  }
  .push {
    padding-top: 200px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .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 #cccccc00;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}

@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: 25px;
  }
  .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;
  }
}

@media screen and (max-width: 575px) {
  .bg_page {
    background-attachment: scroll;
  }
  .push {
    padding-top: 180px;
  }
  .product .product-text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .imgbox {
    width: 80%;
    margin: 0 auto;
  }
  .btn_guide, .btn_guide02 {
    padding: 6px 2px !important;
    margin: 6px;
    font-size: 18px;
  }
  .guide_img {
    margin: 0 auto;
  }
  .guide_text {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 450px) {
  .classy-navbar .nav-bg ul li a {
    font-size: 14px;
  }
  .push {
    padding-top: 150px;
  }
  .btn_guide, .btn_guide02 {
    font-size: 16px;
  }
  /*首頁 關於我們標題 */
  .title03 h2 span::before {
    width: 50px;
  }
  .title03 h2 span::after {
    width: 50px;
  }
  .contact-icon img {
    width: 50px;
  }
  .contact-text {
    width: calc( 100% - 50px);
    padding-left: 10px;
  }
  .contact-text h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  /*首頁 關於我們標題 */
  .title03 h2 span::before {
    right: 15px;
  }
  .title03 h2 span::after {
    left: 15px;
  }
}
