@charset "UTF-8";
.color01 {
  color: #CE3A2B;
}

.color02 {
  color: #707070 !important;
}

.color03 {
  color: #006A04 !important;
}

.color04 {
  color: #0069B7 !important;
}

.color05 {
  color: #FFB940 !important;
}

.color06 {
  color: #000000 !important;
}

.color07 {
  color: #A87333;
}

.color08 {
  color: #60AC48;
}

.color09 {
  color: #C24340;
}

.color10 {
  color: #E5007E;
}

.cart_mob {
  position: fixed;
  bottom: 220px;
  right: 1%;
  display: block;
  margin: auto auto 4px auto;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 9999;
}

.cart_mob img {
  width: 56px;
}

.cart_mob font {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #fff;
  display: block;
  border-radius: 24px;
  color: #E61673;
  border: solid 2px #E61673;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 4px;
  font-weight: 900;
}

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

.de {
  text-decoration: line-through;
}

.font-w {
  font-weight: bold !important;
}

.bg01 {
  background: #FFCF7D;
}

.bg03 {
  background: #FFB940 !important;
}

.bg03 {
  background: #0069B7 !important;
}

.text-decoration {
  text-decoration: line-through;
}

.cursor {
  cursor: pointer !important;
}

.line {
  color: #00b507;
  text-decoration: underline;
  margin: 0 4px;
}

input.w_80 {
  width: 80%;
}

.chailease {
  font-size: 14px;
}

form.lab_sm .dti01 {
  text-align: center;
}

form.lab_sm label {
  text-align: center;
}

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

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

button.join_btn {
  display: none;
}

.btn {
  background: #000000;
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  -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;
  letter-spacing: 2px;
}

.btn:hover {
  background: #646464;
}

.btn01 {
  background: #D3EEFD;
  padding: 8px 15px;
  border-radius: 30px;
  color: #0069B7;
  -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;
}

.btn01:hover {
  background: #0069B7;
  color: #fff;
}

.btn-site {
  background: #0069B7 !important;
  color: #fff !important;
}

.btn02 {
  background: #0069B7;
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  -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;
}

.btn_y {
  background: #FCE333;
  padding: 8px 15px;
  border-radius: 30px;
  color: #0069B7;
  -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;
}

.btn_y:hover {
  background: #0069B7;
  color: #fff;
}

.btn03 {
  background: transparent;
  padding: 8px 5px;
  color: #707070;
}

.btn04 {
  background: transparent;
  padding: 8px 15px;
  color: #0069B7;
  border-radius: 30px;
  border: solid 1px #0069B7;
}

.btn04:hover {
  background: #0069B7;
  color: #ffffff;
}

.btn05 {
  background: #E9E9E9;
  padding: 8px 15px;
  border-radius: 60px;
  color: #000000;
  -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;
  letter-spacing: 2px;
}

.btn05:hover {
  color: #fff;
  background: #E8E8E8;
}

.title02 {
  margin-bottom: 30px;
}

.title02 h2, .title02 h3, .title02 h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0069B7;
  padding: 8px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  letter-spacing: 2px;
}

.title02 hr {
  background: #0069B7;
  margin: 0;
}

.title03 {
  background: #F4F4F4;
  color: #0069B7;
  padding: 8px 15px;
}

#backtotop {
  position: fixed;
  display: block;
  bottom: 68px;
  right: 1%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  text-align: center;
  background: url(../images/backtotop_btn.svg) center center no-repeat #999;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  border-radius: 50%;
}

#backtotop.show {
  opacity: 0.9;
}

.tb-item-s {
  position: fixed;
  bottom: 150px;
  right: 1%;
  display: block;
  margin: auto auto 4px auto;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 9999;
}

.tb-item-s .tb-icon-s {
  margin: auto;
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: #ccc 1px 1px 3px;
          box-shadow: #ccc 1px 1px 3px;
}

.tb-item-s .tb-icon-s.line {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(../images/icon-set_c.svg);
}

.number-p {
  /*頁碼 */
}

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

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin: 0 3px;
}

.pagination li.page-item a.page-link {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  background: #0069B7;
  color: #fff;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #000;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  background: #D3EEFD;
}

.pagination li.page-item a.page-link:hover {
  background: #0069B7;
  color: #fff;
  border-radius: 30px;
}

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

.banner img {
  width: 100%;
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
  color: #ffffff;
  text-shadow: 0 2px 3px #00000061;
}

.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: solid 2px #ffffff;
  text-shadow: 0 2px 3px #00000061;
  opacity: 1;
}

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

.card {
  padding: 10px;
  background: #F2F2F2;
}

.card:hover .card-text .card-text-bottom {
  opacity: 1;
}

.card:hover .card-img-box .card-img-text {
  opacity: 1;
}

.card:hover .card-img-box .card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.card .card-text .card-text-left {
  width: 100%;
  padding: 8px 0;
  color: #000000;
}

.card .card-text .card-text-bottom {
  color: #CE3A2B;
  margin: 0 auto;
  opacity: 0;
  -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;
}

.card .card-img-box {
  position: relative;
}

.card .card-img-box .card-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #0069b7cf;
  padding: 5px 10px;
  color: #fff;
  opacity: 0;
  -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;
}

.card .card-img-box .card-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.card .card-img-box .card-img a {
  display: block;
}

.card .card-img-box .card-img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 15px 0;
}

.bread li {
  margin-right: 20px;
  position: relative;
}

.bread li:last-child::after {
  content: "";
}

.bread li::after {
  content: ">";
  position: absolute;
  top: 0;
  right: -15px;
  color: #0069B7;
}

.bread li a {
  display: block;
  color: #0069B7;
  font-weight: bold;
}

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

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

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
  height: 500px !important;
}

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

.product__carousel .gallery-top .swiper-slide::before {
  content: "";
  font-family: 'fontello';
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
  z-index: 1;
  color: #F2F2F2;
}

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

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

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

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

.Staging .Staging-left, .Staging .Staging-right {
  border: solid 1px #dedede;
  padding: 6px;
}

.Staging .Staging-left {
  width: 80px;
  text-align: center;
}

.Staging .Staging-right {
  width: calc( 100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.Staging .Staging-right span:nth-child(2) {
  color: #CE3A2B;
}

.Staging .Staging-left02, .Staging .Staging-right02 {
  border: solid 1px #dedede;
  padding: 10px 6px;
}

.Staging .Staging-left02 {
  width: 100%;
}

.Staging .Staging-right02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.birthday {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6px;
}

.birthday .bir-bg {
  background: #E2F5FF;
  border-radius: 20px;
}

.birthday .bir-bg .bir-pic {
  width: 100%;
  max-width: 250px;
}

.check-all input[type="checkbox"] {
  display: none;
}

.check-all input + label {
  position: relative;
  padding-top: 30px;
  cursor: pointer;
}

.check-all input + label::after {
  content: '\f096';
  font-family: 'fontello';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 20px;
}

.check-all input[type="checkbox"]:checked + label::after {
  position: absolute;
  font-family: 'fontello';
  content: '\e803';
}

.detail-right-purchase .detail-right-purchase-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs {
  padding: 5px 5px 20px 5px;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs label {
  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;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs-checkbox {
  width: 30px;
  text-align: center;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs-img {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 {
  width: calc( 100% - 130px);
  padding-left: 10px;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .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;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .shopify-buy button {
  background: #0069B7;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}

.detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .shopify-buy input[type="number"] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

.form-1 input {
  width: 100%;
  padding: 8px;
}

.form-1 #xcode {
  width: 200px;
}

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

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

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

.login-box .login-boxs p {
  margin-bottom: 20px;
  color: #000000;
}

.rwd-table-order thead tr {
  border: none;
}

.rwd-table-order thead tr th {
  background: #F4F4F4;
  border-bottom: none;
}

.rwd-table-order tbody tr {
  border-top: none;
}

.rwd-table-order tbody tr td {
  text-align: center;
}

.rwd-table-order tbody tr td a {
  border-bottom: solid 1px #CE3A2B !important;
}

.rwd-table-order tbody tr td button {
  display: block;
  border-radius: 30px;
  padding: 8px 15px;
  border: none !important;
  margin: 3px auto;
}

.rwd-table-order tbody tr td button.order-links-text {
  background: #FEF5B5;
}

.rwd-table-order tbody tr td button.order-play-text {
  background: #D3EEFD;
}

.rwd-table-order tbody tr td button.order-search-text {
  background: #00000000;
}

.rwd-table-order tbody tr td button.order-searchs-text {
  background: #00000000;
}

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

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

.rwd-table thead th {
  background: #ffffff;
  border-bottom: solid 1px #B9B9B9;
}

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

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

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

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

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

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

.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 #F2F2F2;
  padding-right: 10px;
}

.rwd-table.rwd-table-order2 tbody .total {
  background: #F2F2F2;
}

.rwd-table.rwd-table-order2 tbody .total td {
  color: #CE3A2B;
  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 0 4px 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: none;
  background: #0069B7;
  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;
}

.cart2_pic::before {
  display: none !important;
}

@media (min-width: 767px) {
  .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: 60%;
  }
  .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: 20%;
    text-align: center;
  }
  .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%;
    text-align: center;
  }
}

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

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

.bar-graph .bar-graph-bg {
  background: #0069B7;
  height: 10px;
  width: 33.33%;
}

.bar-graph .bar02 {
  margin: 0 auto;
}

.bar-graph .bar03 {
  float: right;
}

.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: #0069B7;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

.bar-graph-text h2.big {
  font-size: 18px;
  font-weight: 600;
}

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

.payment-methoda .payment-method-div {
  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;
}

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

.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);
}

.bir-methoda .bir-method-div {
  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;
}

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

.bir-methoda .bir-method-div .bir-method-way .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bir-methoda .bir-method-div .bir-method-way .answer label, .bir-methoda .bir-method-div .bir-method-way .answer input {
  width: 70%;
}

.bir-methoda .bir-method-div .bir-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  font-size: 18px;
}

.bir-methoda .bir-method-div .bir-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;
}

.successfully-ordered-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  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 #B9B9B9;
  margin: 20px auto;
  padding: 40px 40px;
}

.successfully-ordered-div img {
  width: 90px;
}

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

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

.cart_OK-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  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 #B9B9B9;
  margin: 40px auto;
  padding: 70px 40px;
}

.cart_OK-div .cart_OK-div-img {
  width: 25%;
  text-align: center;
}

.cart_OK-div .cart_OK-div-img img {
  width: 135px;
}

.cart_OK-div .cart_OK-div-text {
  width: 50%;
  padding: 0 30px;
}

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

.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 .shop-btn-end {
  border-radius: 60px;
  padding: 8px;
  width: calc( 50% - 10px);
  margin-right: 10px;
  text-align: center;
}

.shop-btn .shop-btn-basket a, .shop-btn .shop-btn-shop a, .shop-btn .shop-btn-end a {
  font-size: 20px;
}

.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover, .shop-btn .shop-btn-end:hover {
  background: #646464;
}

.shop-btn .shop-btn-end {
  background: #B9B9B9;
  color: #ffffff;
  font-size: 20px;
}

.shop-btn .shop-btn-basket {
  background: #D3EEFD;
}

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

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

.shop-btn .shop-btn-shop {
  background: #FCE333;
}

.shop-btn .shop-btn-shop a {
  color: #0069B7;
}

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

.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;
}

.deskTopTablets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.deskTopTablets #photo_path {
  width: calc( 100% - 130px);
}

.deskTopTablets .other6 {
  width: 120px;
  margin-left: 10px;
  text-align: center;
  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;
  background: #E9E9E9;
  border-radius: 30px;
}

.deskTopTablets .other6 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
}

.Certificate {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63.25%;
  margin: 2px 0;
}

.Certificate 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;
}

.Lighx-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3000000;
  display: none;
}

.Lighx-box .Lighx-boxs {
  width: 800px;
  padding: 10%;
  background: #fff;
  border: solid 1px #B9B9B9;
}

.Lighx-box .Lighx-boxs .Lighx-boxs-img {
  text-align: center;
}

.Lighx-box .Lighx-boxs .Lighx-boxs-img img {
  width: 300px;
  margin: 0 auto;
}

.Lighx-box .Lighx-boxs .Lighx-boxs-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Lighx-box .Lighx-boxs .Lighx-boxs-btn .Lighx-boxs-btns {
  width: 30%;
  text-align: center;
  margin: 10px;
}

.checkbox-detail-ajax-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.checkbox-detail-ajax-box .ajax-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 50px;
  max-height: 600px;
  width: 900px;
  height: auto;
  overflow: auto;
}

.checkbox-detail-ajax-box .ajax-box .ajax-box-btn {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 28px;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  color: #0069B7;
}

.checkbox-detail-ajax-box .ajax-box .gray {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  height: 30px;
}

.checkbox-detail-ajax-box .ajax-box .gray02 {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  height: 60px;
}

.product_detail_jumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_detail_jumps .product_detail_jumps-left {
  width: calc(40% - 15px);
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 38%;
  margin-right: 15px;
}

.product_detail_jumps .product_detail_jumps-left img {
  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;
}

.product_detail_jumps .product_detail_jumps-right {
  width: 60%;
}

.Privacy-ajax .Privacy_jump {
  padding: 50px 15px;
  height: 80vh;
  overflow: hidden;
}

.Privacy-ajax .Privacy_jump .Privacy-box {
  width: 100%;
  height: 95%;
  overflow: auto;
}

.Privacy-box form {
  padding: 15px 0;
}

.Privacy-box form .forms-Privacy-box {
  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;
  width: 100%;
}

.Privacy-box form .forms-Privacy-box label {
  width: 100px;
}

.Privacy-box form .forms-Privacy-box .file-upload {
  width: calc( 100% - 120px);
  margin: 0 10px;
  display: block;
  text-align: center;
}

.Privacy-box form .forms-Privacy-box .file-upload .file-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-align: left;
  border-radius: 3px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.Privacy-box form .forms-Privacy-box .file-upload .file-select input#chooseFile {
  position: absolute;
  top: 0;
  left: 0;
}

.Privacy-box form .forms-Privacy-box .file-upload .file-select .file-select-button {
  background: #E9E9E9;
  padding: 5px 15px;
  border-radius: 30px;
  width: 100px;
  position: relative;
}

.Privacy-box form .forms-Privacy-box .file-upload .file-select .file-select-name {
  width: calc( 100% - 110px);
  border: 1px solid #B9B9B9;
  margin-right: 10px;
  padding: 3px 8px;
}

.Privacy-box form .forms-Privacy-box .file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.order02_jump {
  padding: 40px 15px !important;
}

.unit {
  background: #FEF8D4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
  margin: 15px;
}

.unit p {
  color: #0069B7;
}

.unit p span {
  color: #E5007E;
}

.remind {
  background: #E2F5FF;
  border-radius: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
  margin: 15px;
}

.remind p span {
  font-size: 13px;
}

@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
  .card .card-text .card-text-left {
    padding: 4px 0;
  }
  .card .card-text .card-text-bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .cart_OK-div {
    padding: 70px 0px;
  }
}

@media screen and (max-width: 1024px) {
  /*產品 */
  .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: 15%  !important;
  }
  .forms-group .dti01 {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .cart_mob {
    position: fixed;
    bottom: 220px;
    right: 1%;
    display: block;
    margin: auto auto 4px auto;
    vertical-align: middle;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    z-index: 9999;
  }
  .cart_mob img {
    width: 56px;
  }
  .cart_mob font {
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 21px;
    background: #fff;
    display: block;
    border-radius: 24px;
    color: #E61673;
    border: solid 2px #E61673;
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    right: 4px;
    font-weight: 900;
  }
  .bread {
    margin: 15px 0px 0px 0px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 50%;
  }
  .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: 10%;
  }
  .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;
  }
  .rwd-table.rwd-table-order2 {
    border: none;
  }
  .rwd-table.rwd-table-order2 thead {
    border-top: solid 1px #B9B9B9;
  }
  .rwd-table.rwd-table-order2 tr {
    border: solid 1px #B9B9B9;
    border-top: none;
  }
  .rwd-table-order tbody tr td {
    text-align: left !important;
  }
  .rwd-table-order tbody tr td .td-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rwd-table-order tbody tr td .td-btn button {
    margin: 10px 3px !important;
    padding: 6px 3px;
  }
  /*產品 */
  .product__carousel {
    margin: 1em auto 1em;
  }
  .cord04 .cord04-img {
    height: 225px;
  }
  .successfully-ordered-div {
    width: 65%;
    padding: 30px;
  }
  .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%;
  }
  .Lighx-box .Lighx-boxs {
    width: 400px;
    padding: 10% 0px;
  }
  .checkbox-detail-ajax-box .ajax-box {
    width: 90%;
    padding: 50px 20px 50px 20px;
  }
  .product_detail_jumps .product_detail_jumps-left, .product_detail_jumps .product_detail_jumps-right {
    width: 100%;
    margin-right: 0;
  }
  .product_detail_jumps .product_detail_jumps-left {
    padding-bottom: 100%;
    margin-bottom: 15px;
  }
  .birthday .bir-pic {
    width: 80%;
  }
  .cart_OK-div {
    width: 80%;
  }
  .cart_OK-div .cart_OK-div-text {
    padding: 30px 0px;
  }
  .Lighx-box .Lighx-boxs .Lighx-boxs-btn .Lighx-boxs-btns {
    width: 36%;
  }
  form.forms-group textarea {
    height: 90px;
  }
  .unit p {
    display: block;
    width: 50%;
  }
  .cart_OK-div .cart_OK-div-img {
    width: 30%;
  }
  p.sm {
    font-size: 14px;
  }
  .login-box .login-boxs p {
    font-size: 15px;
  }
  .bir-methoda .bir-method-div .bir-method-way .answer label {
    font-size: 16px;
  }
  .birthday .bir-bg .bir-pic {
    max-width: 175px;
  }
}

@media screen and (max-width: 768px) {
  form.lab_sm label {
    text-align: left;
  }
  .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: 7px 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 15 0 0;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 17px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p.cart2 {
    width: 50%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 25%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 28%;
  }
  .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: 6%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 25%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 28%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3) {
    width: 6%;
    margin-bottom: 21px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 6%;
    margin-bottom: 8px;
  }
  .rwd-table.rwd-table-order3 th:nth-child(4) i, .rwd-table.rwd-table-order3 td:nth-child(4) i {
    color: #B2B2B2 !important;
  }
  .rwd-table td:first-child {
    padding-top: 0;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin-bottom: 0;
  }
  .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;
  }
  .rwd-table td:nth-child(3):before {
    margin-bottom: 13px;
  }
  .rwd-table td:nth-child(4):before {
    margin-bottom: 6px;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(1), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 50%;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(2), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(2) {
    width: 15%;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(3), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 12%;
  }
  .cart_OK-div {
    width: 90%;
    margin: 20px auto;
    padding: 15px;
  }
  .cart_OK-div .cart_OK-div-img {
    text-align: center;
  }
  .cart_OK-div .cart_OK-div-img img {
    width: 120px;
  }
  .cart_OK-div .cart_OK-div-text {
    width: 55%;
    padding: 0px;
  }
  .cart_OK-div .cart_OK-div-text p {
    font-size: 17px;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs {
    outline: solid 1px #dcdcdc;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs-img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 {
    width: 100%;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .shopify-buy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payment-methoda .payment-method-div {
    font-size: 16px;
  }
  .rwd-table-order tbody tr td .td-btn {
    display: inline-block;
  }
  .rwd-table-order tbody tr td.one_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 667px) {
  .card:hover .card-img-box .card-img-text h2{
    font-size: 14px;
  }
  .chailease {
    font-size: 13px;
  }
  h3.sm {
    font-size: 16px;
  }
  p.sm {
    font-size: 13px;
  }
  .pagination li.page-item a.page-link {
    line-height: 1;
    padding: 8px 12px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .swiper-product .swiper-slide {
    width: 100%;
  }
  .card .card-text .card-text-bottom {
    font-size: 13px;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
  .shop-btn.shop-btn-open {
    position: fixed;
    bottom: 27px;
    left: 0;
    background: #fff;
    z-index: 1;
    padding: 9px;
    border-bottom: solid 5px #d19b6c;
  }
  .shop-btn.shop-btn-open .shop-btn-basket, .shop-btn.shop-btn-open .shop-btn-shop {
    padding: 10px;
  }
  .shop-btn-basket a, .shop-btn-shop a {
    font-size: 16px  !important;
  }
  .shop-btn .shop-btn-end {
    font-size: 16px  !important;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .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: 7px 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;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 16px;
  }
  .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;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    width: 150px;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
    width: calc( 100% - 150px);
  }
  .deskTopTablets #photo_path {
    width: calc( 100% - 70px);
  }
  .deskTopTablets .other6 {
    width: 70px;
  }
  .deskTopTablets .other6 a {
    line-height: 44px;
  }
  .Certificate {
    margin: 4px 0;
  }
  .successfully-ordered-div {
    width: 70%;
    padding: 30px 4px 30px 4px;
  }
  .successfully-ordered-div img {
    width: 75px;
  }
}

@media screen and (max-width: 575px) {
  button.join_btn {
    display: inline-block;
  }
  .login-box {
    display: none;
  }
  .birthday .bir-pic {
    max-width: 250px;
  }
}

@media screen and (max-width: 450px) {
  .card:hover .card-img-box .card-img-text h2{
    font-size: 12px;
  }
  .bir-methoda .bir-method-div .bir-method-way .answer label {
    font-size: 14px;
  }
  .birthday .bir-bg .bir-pic {
    max-width: 155px;
  }
  .card {
    padding: 10px 10px 4px 10px;
  }
  .card .card-text .card-text-left {
    padding: 2px 0;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .shopify-buy button {
    width: 25px;
    height: 25px;
    font-size: 19px;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 .shopify-buy input[type="number"] {
    height: 25px;
    width: 45px;
  }
  .detail-right-purchase .detail-right-purchase-box .detail-right-purchase-boxs .detail-right-purchase-boxs01 {
    padding-left: 5px;
  }
  .Staging .Staging-left, .Staging .Staging-right {
    padding: 2px;
  }
  .Staging .Staging-left {
    width: 42px;
    text-align: center;
    font-size: 13px;
  }
  .Staging .Staging-right {
    width: calc( 100% - 20px);
    font-size: 13px;
  }
  .payment-methoda .payment-method-div {
    padding: 10px 4px;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    width: 130px;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 4px 0;
    width: calc( 100% - 130px);
  }
  .cart_OK h3 {
    font-size: 16px;
  }
  .cart_OK-div {
    width: 90%;
    margin: 20px auto;
    padding: 6px;
  }
  .cart_OK-div .cart_OK-div-img {
    width: 40%;
    text-align: center;
  }
  .cart_OK-div .cart_OK-div-img img {
    width: 120px;
  }
  .cart_OK-div .cart_OK-div-text {
    width: 60%;
    padding: 0px;
  }
  .cart_OK-div .cart_OK-div-text p {
    font-size: 16px;
  }
  .unit p {
    display: block;
    width: 100%;
  }
  .Lighx-box .Lighx-boxs {
    width: 350px;
  }
}

@media screen and (max-width: 450px) {
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 100%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 41%;
  }
  .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(3):before {
    width: 2.5em;
  }
  .rwd-table.rwd-table-order3 td:nth-child(4):before {
    width: 2.5em;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0px 6px 0px 0px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 55%;
  }
  .rwd-table th, .rwd-table td {
    margin: 0.2em 1em;
  }
  .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    margin-bottom: 7px;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(1), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 100%;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(2), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(2) {
    width: 40%;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(3), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 40%;
    padding-bottom: 0;
  }
  .w_sm02::before {
    width: 4.5em !important;
  }
  .w_sm03::before {
    width: 2.5em !important;
  }
  h3.font_16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  form.lab_sm label {
    font-size: 14px;
  }
  .Lighx-box .Lighx-boxs {
    width: 300px;
    padding: 30px 0px;
  }
  .Lighx-box .Lighx-boxs .Lighx-boxs-img img {
    width: 250px;
  }
  .Lighx-box .Lighx-boxs .Lighx-boxs-btn .Lighx-boxs-btns {
    width: 45%;
  }
  .birthday .bir-pic {
    width: 90%;
  }
  input.w_80 {
    width: 60%;
  }
  .Privacy-box form .forms-Privacy-box label {
    margin-bottom: 10px;
  }
  .Privacy-box form .forms-Privacy-box .file-upload {
    width: 100%;
    margin: 0;
  }
  .Privacy-box form .forms-Privacy-box .file-upload .file-select .file-select-name {
    width: 130;
  }
  .successfully-ordered-div {
    width: 80%;
  }
  .cart2_RWD .rwd-table.rwd-table-order2 th:nth-child(2), .cart2_RWD .rwd-table.rwd-table-order2 td:nth-child(2) {
    width: 30%;
  }
}

@media screen and (max-width: 350px) {
  .btn {
    padding: 8px;
  }
  .btn01 {
    padding: 8px;
  }
  .btn02 {
    padding: 8px;
  }
  .btn06 {
    padding: 8px;
  }
  .btn04 {
    padding: 8px;
  }
  .btn05 {
    padding: 8px;
  }
  .cart_OK-div {
    width: 90%;
    margin: 20px auto;
    padding: 6px;
  }
  .cart_OK-div .cart_OK-div-img {
    width: 30%;
    text-align: center;
  }
  .cart_OK-div .cart_OK-div-img img {
    width: 80px;
  }
  .cart_OK-div .cart_OK-div-text {
    width: 70%;
    padding: 0px;
  }
}

@media screen and (max-width: 320px) {
  .shop-btn a {
    font-size: 14px !important;
  }
  .shop-btn .shop-btn-end {
    font-size: 14px  !important;
  }
}
