/*
	normal.scss - a CSS normalizer (cf. CSS reset).
	
	Provides a normalized environment for new designs and nice defaults for
	styling simple documents.

	Author: Miikka Koskinen <miikka.koskinen@iki.fi>
*/
/* Box model reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Text styling */
body {
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Palatino", "Palatino Linotype", "Georgia", serif;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 2.25em;
  line-height: 1.86667em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.86667em;
}

h3 {
  font-size: 1em;
  line-height: 1.4em;
  font-variant: small-caps;
}

p, ul, ol, blockquote, pre {
  margin-bottom: 1.4em;
}

li {
  margin-left: 1em;
}

small {
  font-size: 0.8em;
  line-height: 1.75em;
}

/* vim: set ts=4 sw=4 noet: */
body {
  font-family: 'Microsoft JhengHei', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  margin: 0 0 0px;
  padding: 0;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-left: 0;
}

.p-t-7 {
  padding-top: 7px;
}
.btn-border{border:1px solid #333; margin-top:5px;}
.btn-box .btn-primary {
  width: 100%;
  background-color: #bb0000;
  color: #fff !important;
  padding: 9px;
  border: 1px solid #bb0000;
}
.tc_font{font-family: 'Noto Serif TC', serif !important; letter-spacing:2px;}
.btn-box .btn-primary:hover, .btn-box .btn-primary:focus, .btn-box .btn-primary:not(:disabled):not(.disabled).active, .btn-box .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #a67c52;
  border-color: #a67c52;
  color: #fff;
}

.prd-btn.cart-btn .btn-primary:hover i{ color: #fff; }


.wrapperul {
        text-align: center;
        width:100%;
        padding: 20px 0;
    }
ul.buttongrup{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom:1;
        *display: inline; }
 ul.buttongrup li{
 
 }       
.btn-box .btn-outline { 
  background-color: #fff;
  font-size:18px;
  color: #555 !important;
  padding: 4px 8px;
  border: 1px solid #555;
  margin: 8px 8px;
}

.btn-box .btn-outline.active, .btn-box .btn-outline:hover, .btn-box .btn-outline:focus, .btn-box .btn-outline:not(:disabled):not(.disabled).active, .btn-box .btn-outline:not(:disabled):not(.disabled):active {
  background-color: #a67c52;
  color:#fff !important;
  border-color: #a67c52;
}
.container {
  max-width: 1000px;
  padding-left:8px; padding-right:8px;
}
.row {
   
    margin-right: -8px;
    margin-left: -8px;
}    
@media (max-width: 1920px) {
  .logo img {
    width: 200px; 
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 200px; 
  }
}
@media (max-width: 600px) {
  .logo img {
    width: 140px; 
  }
}
.banner {
  margin-bottom: 5%;
}

.banner-dots li {
  width: 60px;
  height: 8px;
  background-color: #fff;
}

.banner-dots li.active {
  background-color: #a67c52;
}

@media (max-width: 767px) {
  .banner-dots {
    margin-bottom: 0;
  }
  .banner-dots li {
    width: 40px;
  }
}

.banner-slider > div {
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.link {
  margin-bottom: 3%;
}

.line-box {
  border-top: 1px solid #555;
  padding-top: 5%;
  margin-top: 2%;
}

.prd-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.prd-quantity a {
  width: 28px;
  height: 28px;
  border: #777 1px solid;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  background-color: #fff;
}

.prd-quantity input {
  width: 50px;
  height: 28px !important;
  border: #777 1px solid;
  border-width: 1px 0;
  text-align: center;
}

.title {
  font-size: 40px;
  text-align: center;
  line-height: 55px;
}

.title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 16.5px 0 16.5px;
  border-color: #a67c52 transparent transparent transparent;
  margin: 15px auto 30px;
}

.title.no-triangle::after{ border:none;  }


@media (max-width: 767px) {
  .title {
    font-size: 25px;
    line-height: 30px;
  }
  .title::after {
    margin: 10px auto 15px;
    border-width: 16px 10.5px 0 10.5px;
  }
}

.prd-title {
  font-size: 14px;
  color: #777676;
  text-align:left;
}

.prd-gray {
  background-color: #f7f7f7;
  padding: 2px 10px;
}

.prd-gray .prd-star {
  color: #a61f24;
}

.prd-about > div {
  margin-bottom: 15px;
}

.prd-about .prd-name {
  font-size: 22px;
  font-weight: bold;
  color: #777676;
}

.prd-about a {
  color: #777676;
}

.prd-about .prd-og-price b {
  text-decoration: line-through;
}

.prd-about .prd-sale {
  color: #b20000;
  margin: 0 10px;
}

.prd-about .prd-sale b {
  font-size: 24px;
  font-weight: bold;
}

.prd-about .prd-discount {
  background-color: #b20000;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
}

@media (max-width: 600px) {
  .prd-about .prd-gray {
    display: block;
    padding: 0;
    margin-top: 10px;
    background-color: transparent;
  }
}

.prd-choose {
  padding: 2% 3%;
}

.prd-choose > div {
  margin-bottom: 15px;
}

.prd-choose .prd-sizechoose span {
  width: 28px;
  height: 28px;
  border: #777 1px solid;
  border-radius: 2px;
  background-color: #FFF;
  margin-right: 6px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.product-description .content{border:1px solid #ccc;padding:20px 20px; background:#fcfcfc;}
.product-description h4{font-size:20px; font-weight:bold; margin-bottom:15px; }
.product-description p{font-size:18px; margin-bottom:20px; }
.prd-choose .prd-sizechoose span.active {
  color: #C3C3C3;
  border: #C3C3C3 1px solid;
  background-image: url("../img/sizeOutBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.prd-price{color:#a67c52; padding:5px 0; text-align:left;}
.prd-choose .prd-sizelink {
  color: cornflowerblue;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

.prd-choose .prd-sizelink i {
  color: #343434;
  margin-right: 5px;
}

.prd-choose .btn-box a {
  width: 45%;
}

.prd-choose .btn-box a.btn-checkout {
  background-color: #343434;
  color: #b4b4b4;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #343434;
}

.prd-choose .btn-box a.btn-checkout:hover {
  background-color: #010101;
}

.prd-choose .btn-box a.btn-add-cart {
  background-color: #a67c52;
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #a67c52;
}

.prd-choose .btn-box a.btn-add-cart:hover {
  background-color: #8e6e10;
}

.prd-choose .prd-tips {
  color: #777676;
  margin-top: 20px;
}

.prd-item {
  text-align: center;
  margin-bottom: 10px;
}

.prd-item a {
  color: #000;
}

.prd-item a:hover .prd-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prd-img {
  overflow: hidden;
  border: 2px solid #b1a069;
}

.prd-img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.prd-mtitle {
  font-size: 18px;
  margin: 10px 0;
}

.prd-btn {
  margin-top: 10px;
}

.prd-btn .btn {
  width: auto;
  margin: 0 auto;
  height: 38px;
  padding: 5px;
  display: block;
  background-color: #bb0000;
  color: #fff !important;
}

.prd-album img {
  width: 100%;
}

.prd-thumbnails {
  text-align: center;
  margin-top: 5px;
}

.prd-thumbnails a {
  display: inline-block;
  width: calc(100% / 4 - 4px);
  margin-left: -1px;
  cursor: pointer;
  position: relative;
}

.prd-thumbnails a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 52, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.prd-thumbnails a:hover::before {
  background-color: rgba(52, 52, 52, 0);
}

.table-row {
  border-bottom: none;
}

.table-header {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .table-header {
    display: none;
  }
}

.table-body {
  padding-top: 10px;
  position: relative;
  margin-bottom: 10px;
}

.shopping-cart .table-header {
  border-bottom: 1px solid #ededed;
}

.shopping-cart .table-body {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.shopping-cart .table-body:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.item-information {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .item-information {
    padding-right: 50px;
  }
}

.item-information span img {
  padding-right: 5px;
}

.item-detail {
  color: #777676;
  font-size: 13px;
}

@media (max-width: 767px) {
  .item-price {
    text-align: right !important;
  }
}

.item-oprice {
  font-size: 13px;
  text-decoration: line-through;
}

.item-action a {
  cursor: pointer;
}

@media (max-width: 767px) {
  .item-action {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .item-quantity {
    width: 50%;
    text-align: right !important;
  }
  .item-total {
    width: 100%;
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .item-quantity {
    text-align: left !important;
  }
}

.item-summary > div {
  margin-bottom: 10px;
}

.item-summary > div:last-child {
  margin-bottom: 0;
}

.order {
  margin-bottom: 20px;
  border: 1px solid #ededed;
}

.order .form-group, .order p {
  margin-bottom: 10px;
}

.order .form-control {
  font-size: 15px;
}

.order select, .order input {
  border:1px solid #ccc;
  height: 34px;
}

.order select[type="checkbox"], .order input[type="checkbox"] {
  height: auto;
}

.order hr {
  margin: 25px 0;
}

.order .btn-checkout {
  background-color: #a67c52;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #a67c52;
  width: 100%;
}

.order .btn-checkout:hover {
  background-color: #010101;
}

.order-box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.order-box > div {
  margin-bottom: 20px;
}

.order-form, .order-summary {
  height: 100%;
  border: 1px solid #ededed;
}

.order-form .form-group, .order-summary .form-group {
  margin-bottom: 10px;
}

.order-form .form-group:last-child {
  margin-bottom: 0;
}

.order-summary .btn-checkout {
  background-color: #a67c52;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #a67c52;
  width: 100%;
}

.order-summary .btn-checkout:hover {
  background-color: #010101;
}
.order-data{}
.order-data > div {
 border:1px solid #efefef; padding:20px; margin-bottom:20px;
}

.order-data > div h5 {
  font-size: 18px;
}

.order-data > div h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #efefef;
  margin-top: 5px;
}

.order-data > div li {
  margin-bottom: 15px;
}

.order-money > div {
  background-color: #f7f7f7;
  padding: 40px 20px;
}

.order-money > div h5 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.order-money > div li {
  margin-bottom: 10px;
}

.order-money > div li.total {
  font-size: 20px;
  font-weight: bold;
}

.summary-box > div {
  margin-bottom: 15px;
}

.summary-box > div > div {
  width: 50%;
}

.section-header {
  padding: 10px 15px;
  background-color: #F6F6F6;
  line-height: 26px;
  font-size: 18px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.section-header h3 {
  margin-bottom: 0;
}

.section-header span {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 15px;
}

.section-body {
  padding: 15px;
}

.customer-prdInfo {
  margin-bottom: 20px;
}

.customer-prdInfo .card {
  border: 1px solid #ededed;
}

.customer-prdInfo .card-header, .customer-prdInfo .card .show {
  border-bottom: 1px solid #ededed;
}

@media (max-width: 767px) {
  .customer-prdInfo .card-header button {
    width: 100%;
  }
  .customer-prdInfo .card-header > div h4 {
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
  }
  .customer-prdInfo .card-header p {
    display: none;
  }
}

.customer-prdInfo .card-body {
  padding: 0;
}

.customer-prdInfo .card button {
  position: relative;
}

.customer-prdInfo .card button::after {
  content: "";
  color: #333;
  bottom: 2px;
  right: 0px;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/down.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.customer-prdInfo .card button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.customer-prdInfo .card-item:last-child {
  border-bottom: none;
}

.customer-prdInfo button {
  color: #343434;
  padding: 0;
}

.customer-prdInfo button:hover {
  color: #343434;
  text-decoration: none;
}

.customer-prdInfo button p {
  margin-bottom: 0;
}

.customer-remark .tips {
  margin-top: 10px;
  color: #777676;
  font-size: 14px;
}

.customer-delivery img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.customer-delivery .btn-search {
  background-color: #9DAAB0;
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #9DAAB0;
  width: 100%;
}

.customer-delivery .btn-search:hover {
  background-color: #677880;
}

.stepwizard {
  display: table;
  width: 50%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .stepwizard {
    width: 100%;
  }
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #777676;
  z-order: 0;
}

.stepwizard .btn-default {
  background-color: #777676;
  color: #fff;
}

.stepwizard .btn-step {
  background-color: #a67c52;
  border: 1px solid #a67c52;
}

.stepwizard .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 30%;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 767px) {
  .scrollTop {
  /*  display: none;*/
  }
  .scrollTop .bar{display: none;}
}

.scrollTop span {
  width: 42px;
  height: 42px;
  display: block;
  background-color: #fff;
  border: 1px solid #a67c52;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  position: relative;
  margin: 8px 0;
}

.scrollTop span i {
  color: #a67c52;
}

.scrollTop span i::before {
  color: #a67c52;
}

.scrollTop span:hover {
  background-color: #a67c52;
}

.scrollTop span:hover i {
  color: #fff;
}

.scrollTop span:hover i::before {
  color: #fff;
}

.scrollTop span:hover .bar {
  width: 180px;
  opacity: 1;
}

.scrollTop span.top {
  background-color: #a67c52;
  margin-top: 40px;
}

.scrollTop .bar {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 21px;
  color: white;
  background-color: #a67c52;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  width: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scrollTop .bar a {
  color: #fff !important;
  background-color: #a67c52;
  padding: 10px 3px;
  text-align: left;
  padding-left: 15px;
}

.scrollTop img {
  width: 15px;
}
@media (max-width: 767px) {
  .scrollTop {
  /*  display: none;*/
  }
  .scrollTop .bar{display: none;}
}
.navbar-brand{margin:0 auto;}
.label-gift{background: #689f38 ;}	
.label-discount{background: #d01716 ;}	
.label-limit{background: #0288d1 ;}	
.label-ultra{background: #ff8400 ;}	
.label-preorder{color:#fff;display:inline-block;float:left;margin-bottom:0;margin-right:4px; font-size: .8125rem;
    padding: 4px 8px; vertical-align: middle; line-height: normal;}  








.input-wrapper{ display: flex; }
.prd-btn.cart-btn{ margin-top: 0;  }

.prd-btn.cart-btn .btn-primary{ border: 1px solid #a67c52; padding: 0px 10px; width: 80px;}
.prd-btn.cart-btn .btn-primary i{ line-height: 38px; color: #a67c52;}








/*-- 0706 add check-page--*/

.check-wrapper{ padding: 20px; width: 100%; max-width: 900px; margin: 0 auto;}

.check-wrapper .check-input form >div{ margin: 0px 0 20px; width: 100%;}
.check-wrapper .check-input form input{ background: #eee; padding: 10px; border-radius: 4px; height: 50px;}
.check-wrapper .check-input form label{ display: block;}

.check-wrapper .check-input .input-info input{ width: 100%; margin-bottom: 20px;}
.check-wrapper .check-input .validate-wrapper input{ width: calc(100% - 166px); margin-bottom: 20px;}

.check-wrapper .check-input .validate-wrapper a.validate-img{ display: inline-block; margin-left: 10px;}
.check-wrapper .check-input .validate-wrapper a.validate-img img{ display:inline-block; height: 50px; width:150px;}


.check-wrapper .check-input form button{ display: inline-block; padding: 10px 40px; height: 50px; width: 100%; border-radius: 4px; background: #a67c52; font-weight: bold; color: #fff; letter-spacing: 0.1em; font-size: 16px;}
.check-wrapper .check-input form button:disabled,
.check-wrapper .check-input form button[disabled]{  background: #aaaaaa; font-weight: bold; color: #fff; letter-spacing: 0.1em; font-size: 16px;}

.check-result{ margin-top: 40px;}

.result-text .text{ font-size: 22px;  text-align: center; margin: 20px auto; letter-spacing: 0.05em; line-height: 1.6em;}

.result-info .result-section{ font-size: 24px; margin: 20px 0 10px; border-bottom: 1px solid #ccc; color: #ccc; padding-bottom: 10px; letter-spacing: 0.05em;}

.info-wrapper ul li{ display: flex;  border-bottom: 1px dashed #ddd; align-items: center;}
.info-wrapper ul li > div{ padding: 6px 10px; letter-spacing: 0.05em;}
.info-wrapper ul li .info-title{ min-width: 120px; padding: 6px 10px;}

.info-wrapper ul li a{ font-weight: bold;}
.info-wrapper ul li a.pay-none,
.info-wrapper ul li a.pay-none:hover{ color: #ccc;}
.info-wrapper ul li a.pay-done,
.info-wrapper ul li a.pay-done:hover{ color: #a67c52;}
.info-wrapper ul li a.pay-waiting,
.info-wrapper ul li a.pay-waiting:hover{ color: #0288d1;}
.info-wrapper ul li a.pay-failed,
.info-wrapper ul li a.pay-failed:hover{ color: #f00;}

.info-wrapper ul.p-wrapper li > div{ padding: 6px 10px; letter-spacing: 0.05em;}
.info-wrapper ul.p-wrapper li div.p-title{ width: 50%; text-align: right;}
.info-wrapper ul.p-wrapper li div.p-price,
.info-wrapper ul.p-wrapper li div.p-qty{ width: 25%; text-align: right;}


.info-summary{ display: flex; justify-content: flex-end; margin: 20px 0; letter-spacing: 0.05em; flex-wrap: wrap;}
.info-summary > div{ padding: 6px 10px 6px 20px; font-size: 18px;}
.info-summary div.total{ font-weight: bold;}

.info-note { border-bottom: 1px solid #ccc; padding-bottom: 10px; letter-spacing: 0.05em;}
.info-note div{ padding: 6px 10px; letter-spacing: 0.05em;}





/*-- 0706 end check-page --*/


















































/*# sourceMappingURL=style.css.map */