@charset "UTF-8";
.product__item .img, .product__item .img img, .ad__item img, .brand__item::before, .brand__item::after, .order__table .productName__img, .order__table .delete-icon, .login-submenu li, .community ul li, .news__row ul li, .store__item img, .store__item::before, .store__item::after, .loading {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.title {
  text-align: center;
  color: #000;
  font-family: "Noto Serif TC", 微軟正黑體, serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .07rem;
  width: 100%;
  margin-bottom: 20px;
}

.title span {
  font-size: 18px;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 10px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 30px;
  }
  .title span {
    font-size: 16px;
  }
}

.product__item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.product__item .img {
  min-height: 320px;
  background-image: url("../../images/logo-gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 145px auto;
}

.product__item .img img {
  width: 100%;
  height: auto;
  opacity: .9;
}

.product__item .label {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 10px;
  color: #ffffff;
  background: rgba(0, 99, 179, 0.5);
  z-index: 98;
}

.product__item .product-name {
  width: 100%;
  color: #000;
  padding: 10px;
}

.price::before {
  content: "$";
  padding-right: 8px;
}

.price.discount {
  color: #0063b3;
}

@media only screen and (min-width: 1024px) {
  .product__item:hover .img {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .product__item:hover .img img {
    option: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media only screen and (max-width: 1366px) {
  .product__item .img {
    min-height: 20vw !important;
  }
}

.wrapper--other {
  max-width: 1100px;
}

.bigTitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.563rem;
  color: #0063b3;
  font-weight: 500;
  letter-spacing: .3rem;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .bigTitle {
    margin-bottom: 15px;
  }
}

.section {
  margin-bottom: 3rem;
}

.typesetting__title {
  margin-bottom: 8px;
  position: relative;
}

.typesetting__title::before {
  content: "\e91c";
  margin-right: 8px;
  color: #0063b3;
  font-family: 'icomoon';
}

.typesetting__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(43%, rgba(0, 99, 179, 0.56)), to(#0063b3));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 99, 179, 0.56) 43%, #0063b3 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 99, 179, 0.56) 43%, #0063b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0063b3',GradientType=1 );
}

.typesetting p {
  padding: 0 35px;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.typesetting p:last-child {
  margin-bottom: 0;
}

.typesetting__ul {
  padding: 0 30px 0 60px;
}

.typesetting__ul li {
  padding-left: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.typesetting__ul li p {
  padding: 0;
}

.typesetting__ul li ul {
  padding: 7px 0 0 30px;
}

.typesetting__ul li .typesetting__ul--disc li {
  list-style-type: disc;
}

.typesetting__ul li .typesetting__ul--decimal-leading-zero li {
  list-style-type: decimal-leading-zero;
}

.typesetting__ul--disc li {
  list-style-type: disc;
}

.typesetting__ul--decimal li {
  list-style-type: decimal;
}

.typesetting__ul--decimal-leading-zero li {
  list-style-type: decimal-leading-zero;
}

.typesetting__ul--spacing {
  margin-bottom: 20px;
}

.typesetting__ul--spacing li {
  margin-bottom: 15px;
}

.typesetting__ul--spacing li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .typesetting p {
    padding-right: 10px;
  }
  .typesetting__ul {
    padding: 0 10px 0 30px;
  }
  .typesetting__ul li ul {
    padding-left: 20px;
  }
}

.point-text {
  color: #ff0000;
}

.point-text a {
  color: #999;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .point-text a:hover {
    color: #000;
  }
}

.product--index {
  margin: 3rem auto;
}

.product--index .product__item {
  padding: 0 10px;
}

.product--index .product__item .img {
  min-height: 310px;
}

.product--index .product__item .product-name {
  text-align: center;
}

.product--index .prev, .product--index .next {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  cursor: pointer;
}

.product--index .prev::before, .product--index .next::before {
  color: #ffffff;
  font-size: 46px;
  font-family: 'icomoon';
}

.product--index .prev {
  left: 0;
}

.product--index .prev::before {
  content: "\f104";
}

.product--index .next {
  right: 0;
}

.product--index .next::before {
  content: "\f105";
}

.product--index .slick-dots {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .product--index .product__item:hover .a-cover {
    background: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 768px) {
  .product--index {
    margin: 0 auto 1.5rem;
  }
}

.index-block {
  padding: 0;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .index-block {
    margin-bottom: 1.5rem;
  }
}

.ad__item {
  margin: 0 15px 30px;
  overflow: hidden;
  position: relative;
}

.ad__item img {
  width: 100%;
  height: auto;
}

.ad__item--w33 {
  width: calc(33.33333333333333% - 30px);
}

.ad__item--w100 {
  width: calc(100% - 30px);
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .ad__item:hover {
    cursor: pointer;
  }
  .ad__item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media only screen and (max-width: 768px) {
  .ad__item {
    margin: 0 7px 14px;
  }
  .ad__item--w33 {
    width: calc(33.33333333333333% - 14px);
  }
  .ad__item--w100 {
    width: calc(100% - 14px);
  }
}

@media only screen and (max-width: 480px) {
  .ad__item--w33 {
    width: calc(100% - 14px);
  }
}

.video__item {
  width: calc(33.33333333333333% - 30px);
  margin: 0 15px 30px;
}

.video__item iframe {
  width: 100%;
  height: 260px;
}

.video__item:nth-child(n+4) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .video__item {
    width: calc(50% - 14px);
    margin: 0 7px 14px;
  }
}

@media only screen and (max-width: 480px) {
  .video__item {
    width: calc(100% - 14px);
  }
}

@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.brand {
  padding: 0 45px;
}

.brand__item {
  width: calc(25% - 90px);
  margin: 0 45px 45px;
  position: relative;
}

.brand__item::before, .brand__item::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0;
}

.brand__item::before {
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.brand__item::after {
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}

.brand__item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .brand__item:hover::before, .brand__item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 1024px) {
  .brand {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .brand__item {
    width: calc(25% - 30px);
    margin: 0 15px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .brand .title {
    margin-bottom: 0;
  }
  .brand__item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .brand__item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

.shopping-img {
  padding: 0 30px 30px 0;
}

.shopping-img img {
  width: calc(100% - 40px);
  height: auto;
  padding-left: 40px;
}

.product__sort .drop-down {
  width: calc(100% - 200px);
}

.product__sort .drop-down .form__field {
  padding: 0 20px 0 0;
}

.product__sort .result-text {
  width: 200px;
  color: #da0000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__sort .result-text::before {
  content: "共";
  margin-right: 10px;
  color: #000;
}

.product__sort .result-text::after {
  content: "件商品";
  margin-left: 10px;
  color: #000;
}

.product__sort .seo-keywords {
  width: 100%;
  margin: 15px 0;
}

.product__sort--search .drop-down {
  width: calc(100% - 260px);
}

.product__sort--search .result-text {
  width: 260px;
}

.product__sort--search .result-text::before {
  content: "搜尋結果：共";
}

.product__list {
  margin: 30px 0 20px;
}

.product__list .product__item {
  width: calc(33.33333333% - 30px);
  margin: 0 30px 30px 0;
}

.product__list .product__item:nth-child(3n) {
  margin-right: 0;
}

.product__list .product__item .price-box .special-offer {
  width: 110px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.product__list .product__item .price-box .coupon-icon {
  width: calc(100% - 110px);
  text-align: right;
  margin: 0;
  padding: 0 0 0 10px;
}

.product__list .product__item .price-box .coupon-icon::before {
  font-size: 20px;
  margin-right: 5px;
}

.product__section {
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .product__list {
    padding-left: 30px;
  }
  .product__list .product__item {
    width: calc(50% - 30px);
  }
  .product__list .product__item:nth-child(3n) {
    margin-right: 30px;
  }
  .product__list .product__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .product__sort .drop-down, .product__sort .result-text {
    width: 100%;
  }
  .product__sort .drop-down {
    margin-bottom: 10px;
  }
  .product__sort .drop-down .form__field {
    padding-right: 0;
  }
  .product__sort .result-text {
    padding: 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product__list {
    padding-left: 0;
  }
  .product__list .product__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .product__list .product__item:nth-child(3n) {
    margin-right: 0;
  }
}

.product-basic .img {
  width: 400px;
}

.product-basic .img .flex-direction-nav {
  display: none;
}

.product-basic .basic {
  width: calc(100% - 400px);
  padding-left: 20px;
}

.product-basic .basic h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 600;
}

.product-basic .basic .share {
  margin: 10px 0;
}

.product-basic .basic .share::before {
  content: "分享";
  color: #999999;
  font-size: 14px;
  vertical-align: text-bottom;
}

.product-basic .basic .share iframe {
  display: inline-block;
  margin-right: 10px;
}

.product-basic .basic .info-edit {
  min-height: 200px;
}

.product-basic .basic .info-edit ul {
  margin-left: 20px;
}

.product-basic .basic .purchase {
  font-size: 14px;
}

.product-basic .basic .purchase .row {
  margin: 0 0 5px;
}

.product-basic .basic .purchase .form__group {
  padding: 0;
}

.product-basic .basic .purchase .form__group .form__label, .product-basic .basic .purchase .form__group .form__field {
  padding: 0;
}

.product-basic .basic .purchase__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-basic .basic .purchase__right .form__label {
  text-align: right;
  padding-right: 15px !important;
}

.product-basic .basic .purchase .process-btn::before {
  content: "\f05a";
  font-family: 'icomoon';
  color: #0063b3;
  font-size: 24px;
  vertical-align: baseline;
  margin-right: 10px;
}

.product-basic .basic .purchase .btnbox {
  padding: 10px;
}

.coupon-icon {
  color: #007eff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 10px 15px;
}

.coupon-icon::before {
  content: "\e90b";
  font-family: 'icomoon';
  font-size: 24px;
  vertical-align: baseline;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .product-basic .img, .product-basic .basic {
    width: 100%;
  }
  .product-basic .img img {
    max-width: 400px;
    height: auto;
    margin: auto;
  }
  .product-basic .basic {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768PX) {
  .product-basic .basic .purchase__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-basic .basic .purchase__right .special-offer {
    width: 100%;
  }
}

.price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #777777;
}

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

.price.special-offer {
  color: #da0000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.563rem;
  font-weight: 800;
  text-align: right;
}

.price.special-offer::before {
  font-weight: normal;
}

.special-offers {
  padding: 4px 15px;
  color: #da0000;
  background: #f7f7f7;
}

#desciption:checked ~ .tabs #desciption-label::after,
#specification:checked ~ .tabs #specification-label::after {
  width: 100%;
  background: #0063b3;
}

#desciption:checked ~ .tabs #desciption-panel,
#specification:checked ~ .tabs #specification-panel {
  display: block;
}

.recommend .title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3.188rem;
  text-align: left;
  margin-bottom: 0;
}

.recommend .title span {
  display: inline-block;
}

.recommend .title span::before {
  content: "/";
  margin-right: 5px;
}

.recommend__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .product__list .product__item:hover img {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .recommend .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.563rem;
    text-align: center;
  }
}

.step {
  width: 100%;
  margin: 50px 0;
  padding: 0 2rem;
  text-align: center;
}

.step li {
  display: inline-block;
  margin-right: 110px;
  font-size: 24px;
  color: #cccccc;
  font-weight: 300;
}

.step li:last-child {
  margin-right: 0;
}

.step li .step-num {
  width: 75px;
  height: 75px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #cccccc;
  color: #ffffff;
  font-family: "Noto Serif TC", 微軟正黑體, serif;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 25px;
  position: relative;
}

.step li.current {
  color: #000;
}

.step li.current .step-num {
  background: #0063b3;
}

.step li.current .step-num::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px #0063b3 solid;
  position: absolute;
  left: -12.5px;
  top: -12.5px;
}

@media only screen and (max-width: 1280px) {
  .step li {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .step {
    padding: 0;
  }
  .step li {
    font-size: 20px;
    margin-right: 20px;
  }
  .step li .step-num {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .step li.current .step-num::after {
    width: 65px;
    height: 65px;
    left: -6px;
    top: -6px;
  }
}

@media only screen and (max-width: 768px) {
  .step {
    margin: 25px 0 0;
    text-align: left;
  }
  .step li {
    width: 48%;
    margin: 0 10px 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .step li {
    width: 100%;
    margin-right: 0;
  }
}

.order__table {
  margin: 40px 0;
}

.order__table .tr {
  border-bottom: 1px #cccccc solid;
}

.order__table .tr.no-line {
  border-bottom: none;
}

.order__table .th, .order__table .td {
  display: inline-block;
  padding: 10px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order__table .th {
  letter-spacing: .5rem;
  background: #f7f7f7;
  border-top: 1px #cccccc solid;
}

.order__table .td.productName {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.order__table .productName {
  width: calc(100% - 610px);
}

.order__table .sellingPrice, .order__table .discountPrice, .order__table .Quantity, .order__table .Amount {
  width: 130px;
}

.order__table .Delete {
  width: 90px;
  position: relative;
}

.order__table .Discount {
  width: 100%;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 10px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.order__table .Discount::before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 20px;
  vertical-align: middle;
  margin-right: 15px;
}

.order__table .Discount .pass::before, .order__table .Discount .fail::before {
  margin-right: 10px;
}

.order__table .Discount .pass {
  color: #999999;
}

.order__table .Discount .pass::before {
  content: "已符合";
}

.order__table .Discount .fail {
  color: #000;
  text-decoration: underline;
}

.order__table .Discount .fail::before {
  content: "未符合";
}

.order__table .sellingPrice span, .order__table .discountPrice span, .order__table .Amount span {
  font-weight: 600;
}

.order__table .productName {
  position: relative;
}

.order__table .productName__img {
  width: 90px;
  min-height: 90px;
  background-image: url("../../images/logo-gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 70% auto;
}

.order__table .productName__img img {
  width: 100%;
  height: auto;
}

.order__table .productName__name {
  width: calc(100% - 90px);
  padding-left: 20px;
  color: #0063b3;
}

.order__table .delete-icon {
  width: 30px;
  height: 30px;
  color: #999999;
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.order__table .fare, .order__table .total {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.order__table .fare {
  color: #777777;
  padding-bottom: 0;
}

.order__table .fare span {
  color: #da0000;
  font-weight: 600;
  margin-left: 30px;
}

.order__table .fare span::before {
  content: "運費：NT$";
  color: #777777;
  font-weight: normal;
}

.order__table .total {
  padding-top: 0;
}

.order__table .total .price::before {
  content: "NT$";
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.order__table .half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order__table .half.discount-code {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.order__table .half.discount-code .form__label .form__title {
  color: #777777;
  padding-left: 0;
}

.order__table .half.discount-code .form__field {
  padding: 0 10px 0 0;
}

.order__table .half.discount-code .form__field .btn {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
}

.order__table .half.discount-code .use .form__label .form__title {
  padding-top: 0;
}

.order__table .half.discount-code .use .form__field {
  padding: 10px 10px 0 0;
}

.order__table .half.discount-code .use .form__field .form__div {
  color: #0063b3;
}

.order__table .half .total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__table--check .productName {
  width: calc(100% - 520px);
}

.order .btnbox {
  margin-bottom: 30px;
}

.order__div {
  margin-bottom: 40px;
}

.order__div .subject {
  font-size: 20px;
  font-weight: 300;
}

.order__div .subject::before {
  content: "\e912";
  font-family: 'icomoon';
  color: #999999;
  margin-right: 10px;
}

.order__div .subject .form__group {
  padding: 0;
}

.order__div .subject .form__group .form-selection {
  padding: 0;
  font-size: 16px;
  color: #da0000;
}

.order__div .form-selection__img img {
  width: auto;
  height: 35px;
  display: inline-block;
  margin-right: 6px;
}

.order__div .form-selection--inline {
  vertical-align: top;
}

.order__div .atm {
  padding: 25px;
  background: #f7f7f7;
  margin-top: 15px;
}

.order__div .atm-form .form__label {
  padding-top: 0;
}

.order__div .atm-form .form__field {
  padding: 0 10px;
}

.order__div .atm-form .btn {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

.order__div .form-selection--Invoice .form__group {
  padding: 0;
}

.order__div .form-selection--Invoice .form__group .form__field {
  padding: 0 5px;
}

.order__div .form__div {
  padding: 6px 10px;
}

.order__div--check .form__label .form__title {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .order__table .Delete:hover .delete-icon {
    color: #cccccc;
  }
  .order__table .productName:hover .productName__img {
    opacity: .7;
  }
  .order__table .productName:hover .productName__name {
    text-decoration: underline;
  }
  .order__table .Discount .fail:hover {
    color: #999999;
  }
}

@media only screen and (max-width: 768px) {
  .order__table {
    margin: 25px 0 40px;
  }
  .order__table .th {
    display: none;
  }
  .order__table .td {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .order__table .productName {
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order__table .productName__img {
    width: 60px;
    min-height: 60px;
  }
  .order__table .productName__name {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  .order__table .sellingPrice, .order__table .discountPrice, .order__table .Quantity, .order__table .Amount {
    width: 50%;
  }
  .order__table .sellingPrice::before, .order__table .discountPrice::before, .order__table .Quantity::before, .order__table .Amount::before {
    color: #999999;
    font-size: 14px;
    width: 100%;
  }
  .order__table .sellingPrice {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order__table .sellingPrice::before {
    content: "售價";
  }
  .order__table .discountPrice {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order__table .discountPrice::before {
    content: "活動價";
  }
  .order__table .Quantity {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order__table .Quantity::before {
    content: "數量";
  }
  .order__table .Quantity .form__control {
    width: 70%;
  }
  .order__table .Amount {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order__table .Amount::before {
    content: "小計";
  }
  .order__table .Delete {
    width: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order__table .Discount {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order__table .Discount::before {
    margin-right: 7px;
  }
  .order__table .delete-icon {
    font-size: 24px;
    padding: 0;
  }
  .order__table .fare, .order__table .total {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .order__table .fare span {
    display: block;
  }
  .order__table .half {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  .order__div .form-selection--Invoice .form__group {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .order__table .fare span {
    margin-left: 0;
  }
}

.loginbox {
  margin: 60px 0;
  background-image: url("../../images/login-bg.jpg");
  background-position: left 260px;
  background-repeat: no-repeat;
}

.loginbox__text {
  width: calc(100% - 600px);
  padding: 60px 40px;
}

.loginbox__text h3 {
  color: #0063b3;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  margin-bottom: 20px;
}

.loginbox__text p {
  margin-bottom: 120px;
}

.loginbox__form {
  width: 600px;
  min-height: 740px;
  padding: 60px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.loginbox__form--forget {
  padding-top: 8vw;
}

@media only screen and (max-width: 768px) {
  .loginbox {
    margin: 30px 0;
    background: none;
  }
  .loginbox__text, .loginbox__form {
    width: 100%;
  }
  .loginbox__text {
    padding: 0 20px 30px;
    background-image: url("../../images/login-bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45% auto;
  }
  .loginbox__text p {
    margin-bottom: 40px;
  }
  .loginbox__form {
    padding: 40px;
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .loginbox__form {
    padding: 40px 20px;
  }
}

.login-submenu {
  text-align: center;
  margin-bottom: 40px;
}

.login-submenu li {
  padding: 7px 20px 7px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.938rem;
  letter-spacing: .5rem;
  color: #777777;
  display: inline-block;
  margin: 0 25px;
  position: relative;
}

.login-submenu li.current {
  color: #ffffff;
  background: #da0000;
}

@media only screen and (max-width: 480px) {
  .login-submenu {
    margin-bottom: 20px;
  }
  .login-submenu li {
    margin: 0 10px;
  }
}

.text-center {
  color: #777777;
  text-align: center;
  margin: 15px 0;
}

.text-center.forget a {
  color: #777777;
}

.text-center.forget i {
  font-size: 24px;
  color: #999999;
}

.text-center .agree {
  color: #da0000;
}

.community {
  text-align: center;
  margin-top: 40px;
}

.community__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.938rem;
  color: #777777;
  padding-bottom: 10px;
  position: relative;
}

.community__title::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 39px);
  content: "";
  width: 78px;
  height: 1px;
  background: #999999;
}

.community ul {
  margin: 30px 0;
}

.community ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.community ul li img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 1024px) {
  .form-subnav {
    width: 100%;
  }
}

.order__table .orderNumber, .order__table .orderDate, .order__table .totalAmount, .order__table .payment, .order__table .status {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order__table .status {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order__table .status .btn--sm {
  font-size: 14px;
  line-height: 18px;
}

.order--list {
  padding-right: 20px;
}

.order--list .order__table {
  margin: 0 0 40px;
}

.order__number {
  margin: 0 20px 20px;
}

.order__number::before {
  content: "訂單編號：";
}

@media only screen and (min-width: 1024px) {
  .login-submenu li:hover {
    background: #f7f7f7;
  }
  .login-submenu li.current:hover {
    background: #da0000;
  }
  .text-center.forget a:hover {
    color: #000;
  }
  .text-center .agree:hover {
    color: #000;
  }
  .community ul li:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media only screen and (max-width: 1024px) {
  .order--list {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .order--list .order__table .orderNumber, .order--list .order__table .orderDate, .order--list .order__table .totalAmount, .order--list .order__table .payment, .order--list .order__table .status, .order--list .order__table .Delete {
    width: 33.33333333333333%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .order--list .order__table .orderNumber::before, .order--list .order__table .orderDate::before, .order--list .order__table .totalAmount::before, .order--list .order__table .payment::before, .order--list .order__table .status::before, .order--list .order__table .Delete::before {
    color: #999999;
    width: 100%;
  }
  .order--list .order__table .orderNumber {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order--list .order__table .orderNumber::before {
    content: "訂單編號";
  }
  .order--list .order__table .orderDate {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order--list .order__table .orderDate::before {
    content: "訂購日期";
  }
  .order--list .order__table .Delete {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order--list .order__table .Delete::before {
    content: "明 細";
  }
  .order--list .order__table .totalAmount {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order--list .order__table .totalAmount::before {
    content: "總 計";
  }
  .order--list .order__table .payment {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order--list .order__table .payment::before {
    content: "付款方式";
  }
  .order--list .order__table .status {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order--list .order__table .status::before {
    content: "訂單狀態";
  }
}

@media only screen and (max-width: 480px) {
  .order--list .order__table .orderNumber, .order--list .order__table .orderDate, .order--list .order__table .totalAmount, .order--list .order__table .payment {
    width: 50%;
  }
  .order--list .order__table .totalAmount {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order--list .order__table .payment {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order--list .order__table .status {
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .order--list .order__table .status .btn {
    width: 120px;
    margin-left: 10px;
  }
  .order--list .order__table .Delete {
    width: 30px;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order--list .order__table .Delete::before {
    display: none;
  }
}

.news {
  margin-bottom: 40px;
}

.news__row {
  padding: 0 35px 25px;
  margin-bottom: 25px;
  background-image: url("../../images/line.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}

.news__row::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e91c";
  font-family: 'icomoon';
  font-size: 24px;
  color: #0063b3;
}

.news__row h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.938rem;
  font-weight: 400;
  color: #0063b3;
  margin-bottom: 10px;
}

.news__row .news-basic {
  color: #999999;
}

.news__row ul {
  margin: 10px 0 0;
}

.news__row ul li {
  display: inline-block;
  margin-right: 20px;
}

.news__row ul li::before {
  font-family: 'icomoon';
  color: #999999;
  margin-right: 10px;
  vertical-align: top;
}

.news__row ul li:nth-child(1)::before {
  content: "\e90c";
}

.news__row ul li:nth-child(2)::before {
  content: "\f055";
}

.news__title {
  padding: 0 30px 15px;
  margin-bottom: 20px;
  border-bottom: 1px #000 solid;
}

.news__title h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.563rem;
  font-weight: 300;
}

.news__title .day {
  color: #999999;
  font-weight: 600;
}

.news .edit {
  padding: 30px;
}

@media only screen and (min-width: 1024px) {
  .news__row:hover h3 {
    color: #000;
  }
  .news__row:hover .news-basic {
    color: #000;
  }
  .news__row:hover ul li:nth-child(2) {
    color: #999999;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media only screen and (max-width: 480px) {
  .news__title {
    padding: 0 0 15px;
  }
  .news__title h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .news .edit {
    padding: 15px 0;
  }
}

.qa {
  margin-bottom: 30px;
}

.qa__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.qa__title::before {
  content: "\e91c";
  font-family: 'icomoon';
  font-size: 24px;
  color: #0063b3;
  margin-right: 10px;
}

.contact {
  margin-bottom: 40px;
}

.contact div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__form {
  padding-right: 20px;
}

.contact__info {
  padding-left: 20px;
}

.contact .tips {
  min-height: 56px;
  margin-bottom: 20px;
  padding-left: 27px;
  position: relative;
}

.contact .tips::before {
  font-family: 'icomoon';
  content: "\e912";
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact .googlemap {
  margin-bottom: 30px;
}

.contact .googlemap iframe {
  width: 100%;
  height: 350px;
}

.contact .info {
  margin: 0 30px;
}

.contact .info dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #0063b3;
  font-weight: 300;
  margin-bottom: 10px;
}

.contact .info dd {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .contact div {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .contact__form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .contact__info {
    width: 100%;
    padding-left: 0;
  }
  .contact .info {
    margin: 0 10px;
  }
}

.store__dropdown {
  margin-bottom: 30px;
}

.store__dropdown .form__label {
  text-align: right;
}

.store__map {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 60%;
  position: relative;
}

.store__map .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.store__map .map iframe {
  width: 100%;
  height: 600px;
}

.store .store__map-error {
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 25px;
  position: absolute;
  z-index: 2;
}

.store .store__map-error.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store .store-row__no-store {
  padding: 20px;
  display: none;
  font-size: 20px;
  background-color: #f1f1f1;
}

.store .store-row__no-store.on {
  display: block;
}

.store .gmap__content {
  font-family: "Open Sans", "Noto Sans TC", 微軟正黑體, sans-serif;
}

.store .gmap__name {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 20px;
  color: #0063b3;
}

.store .gmap__info {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 16px;
}

.store .gmap__info-item {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.store .gmap__info-item:last-child {
  border-bottom-width: 0;
}

.store .gmap__info-item i {
  margin-right: 3px;
  color: #0063b3;
}

.store .gmap__info-item span {
  color: #0063b3;
}

.store__info {
  margin-bottom: 40px;
}

.store__item {
  width: calc(100%/3 - 50px);
  margin: 0 25px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

.store__item img {
  max-width: 100%;
  height: auto;
}

.store__item::before, .store__item::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0;
}

.store__item::before {
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.store__item::after {
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
}

.loading {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.loading.open {
  opacity: 1;
  z-index: 999;
}

.loading-box {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) #35a4ff #35a4ff;
  -webkit-animation: loadingRotate 1.5s infinite ease-out;
          animation: loadingRotate 1.5s infinite ease-out;
}

@-webkit-keyframes loadingRotate {
  form {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingRotate {
  form {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.area-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 300;
  padding: 10px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.area-title::before {
  content: "\e91c";
  font-family: 'icomoon';
  font-size: 26px;
  color: #0063b3;
  margin-right: 5px;
}

.area-title span::after {
  content: "銷售據點";
  margin-left: 10px;
}

.store-row {
  padding: 0 20px 20px;
  background-image: url("../../images/line.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  margin-bottom: 20px;
}

.store-row dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #0063b3;
  margin-bottom: 10px;
}

.store-row dd {
  color: #777777;
  margin-bottom: 10px;
}

.store-row dd:last-child {
  margin-bottom: 0;
}

.store-row dd::before {
  color: #0063b3;
  font-family: 'icomoon';
}

.store-row dd.add::before {
  content: "\e934  地址：";
}

.store-row dd.tel::before {
  content: "\e91d  電話：";
}

.store-row dd.time::before {
  content: "\e91b  營業時間：";
}

.store-row dd.web::before {
  content: "\e909  ";
}

.store-row .show-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .store__item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .store__item:hover::before, .store__item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .store__map {
    padding-bottom: 75%;
  }
}

@media only screen and (max-width: 480px) {
  .store__map {
    padding-bottom: 100%;
  }
  .store__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .store-row .show-btn {
    width: 100%;
    margin-top: 10px;
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
}

/*團購頁*/
.groupbuying-box, .groupbuying-box01{ width: 100%; padding: 30px; margin-bottom: 50px; box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.1); justify-content: space-between; }
.groupbuying-img{ width: 500px; height: auto; }
.groupbuying-img img{ max-width: 100%; height: auto; }
.groupbuying-text{ width: calc(100% - 550px); margin-top: 20px;}
.groupbuying-list{ margin: 30px 0 20px; }
.groupbuying__item .product__box{ width: calc(100% - 340px); display: inline-block; vertical-align: top; margin-left: 10px;}
.groupbuying__item{ margin: 0 30px 30px 0; width: calc(50% - 30px); }
.groupbuying__item img{ max-width: 100%; height: auto; width: 320px; }
.groupbuying__item .groupbuying-pic{ display: inline-block; }
.groupbuying__item .product-name{ font-size: 20px; margin-bottom: 20px; }
.groupbuying__item .fixed-price{ font-size: 18px; color: #333333; margin-bottom: 10px;  letter-spacing: 0.2rem; }
.groupbuying__item .fixed-price span{ text-decoration: line-through; }
.groupbuying__item .group-price{ font-size: 24px; letter-spacing: 0.2rem; }
.groupbuying__item .group-price span{ color: #da0000; }
.groupbuying__item .group-price span:nth-child(2){ font-weight: bold;}
.groupbuying__item .btnbox{ padding: 30px 0 10px; }
.groupbuying__item .btn{ width: 160px; height: 55px; line-height: normal; display: inline-flex; align-items: center; justify-content: center; letter-spacing: 0.05rem;}
.groupbuying__item .pro-arrow{ width: 7px; height: 14px; display: inline-block; margin-left: 15px; }
.groupbuying-note{ margin-bottom: 80px; }
.groupbuying-note h5{ font-size: 26px; font-weight: bold; margin-bottom: 20px; }
.w-full{ width: 100%; }
.groupbuying-finish{ margin-bottom: 40px;}
.finish-img{ width: 62px; height: 62px; margin: 60px auto 45px; text-align: center; }
.finish-img img{ width: 100%; height: auto; }
.finish-title{ font-size: 38px; text-align: center; margin: 50px auto 30px; letter-spacing: 0.2rem; }
.groupbuying-wrapper{ padding-top: 20px;}

@media only screen and (max-width: 1500px) {
.groupbuying__item .btn{ width: 140px; }
}

@media only screen and (max-width: 1200px) {
.groupbuying__item{ width: 100%; margin: 0 0 30px 0; }
}

@media only screen and (max-width: 1024px) {
.groupbuying-img{ width: 400px; }
.groupbuying-text{ width: calc(100% - 420px); }

}

@media only screen and (max-width: 980px) {
.groupbuying-img img{ margin: auto; }
.groupbuying-img{ width: 100%; margin: auto; text-align: center; }
.groupbuying-text{ width: 100%; margin-top: 20px; }
}

@media only screen and (max-width: 640px) {
.groupbuying__item img{  margin: auto; }
.groupbuying__item .groupbuying-pic{  text-align: center; display: block; }
.groupbuying__item .product__box{ width: 100%; margin-left: 0; }
.groupbuying__item .btn{ width: 160px; }
.finish-img{ width: 55px;  height: 55px;  margin: 60px auto 35px; }
.finish-title{ font-size: 36px; }
}