@charset "UTF-8";
/* CSS Document */
/*步驟*/
ul.step {
  margin-bottom: 50px;
  text-align: center;
}

ul.step li {
  padding: 0 50px;
  display: inline-block;
  color: #CECECE;
  position: relative;
}

ul.step li.current {
  color: #1f2639;
}

ul.step li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
  margin-right: 15px;
}

ul.step li .Txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

ul.step li .Txt strong {
  font-weight: normal;
  font-size: 15px;
}

ul.step li .Txt strong b {
  font-size: 25px;
  margin-left: 7px;
}

ul.step li .Txt p {
  font-size: 20px;
}

.formWrap {
  clear: both;
  position: relative;
}

.infoArea {
  overflow: hidden;
  margin-right: 360px;
}

.priceArea {
  width: 320px;
  position: absolute;
  right: 0;
  top: 0;
}

/**結帳說明**/
.noteBox .title, .itemBox .title {
  font-size: 18px;
  font-weight: normal;
  color: #231815;
  padding: 10px 0;
}

.noteBox .title strong, .itemBox .title strong {
  font-weight: normal;
}

.noteBox .textEditor {
  padding: 15px;
}

.itemBox, .section {
  margin-top: 25px;
}

/**清單表格**/
.itemBox table {
  border-collapse: collapse;
  width: 100%;
}

.itemBox table th {
  padding: 10px;
  background: #ECECEC;
  text-align: left;
}

.itemBox table td {
  padding: 10px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9;
}

.itemBox table td a {
  color: #1f2639;
}

.itemBox table td a strong {
  display: inline-block;
  vertical-align: middle;
}

.itemBox table td a img {
  width: 60px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.itemBox table td .btn_remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555;
}

/**資料填寫**/
.section .title {
  /*項目標題區*/
  padding: 10px 15px;
  background: #f5f5f5;
}

.section .title strong {
  /*標題字*/
  font-size: 14px;
  color: #1f2639;
}

.section .box {
  padding: 15px 0;
}

.section .left {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #222;
  height: 20px;
}

.section .left em {
  font-size: 12px;
  color: #F00;
}

.section .left b.note {
  font-weight: normal;
  font-size: 12px;
  color: #D07474;
  padding-left: 5px;
}

.section .radioSet label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.section .radioSet label:last-child {
  margin-right: 0;
}

.section ul {
  margin-top: 15px;
}

.section ul li {
  display: none;
  line-height: 1.8;
}

.section ul li:first-child {
  display: block;
}

.section input[type="text"], .section select {
  padding: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.section textarea {
  padding: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  height: 100px;
}

.section label.same {
  /*同聯絡人*/
  cursor: pointer;
}

.section label.same:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: "\f096";
}

.section label.same.select:before {
  content: "\f046";
}

.error {
  box-shadow: 0 0 10px #FF1717;
  border: 1px solid #B32B2B !important;
}

/*總計*/
.totalArea {
  border-bottom: 1px solid #d9d9d9;
}

.totalArea h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #231815;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.totalArea table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.totalArea table td {
  padding: 8px;
}

.totalArea table tr td:last-child {
  text-align: right;
}

.totalArea table tr.total td {
  background: rgba(31, 38, 57, 0.9);
  font-size: 18px;
  color: #FFF;
}

.totalArea b {
  font-size: 18px;
}

.discountNote {
  margin-top: 10px;
  font-size: 15px;
  color: #E02528;
  line-height: 1.8;
}

/*按鈕區塊*/
.btnArea {
  clear: both;
  margin-top: 30px;
}

.btnArea > a {
  margin-bottom: 5px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  color: #FFF;
}

.btnArea p {
  margin-top: 5px;
  color: #d92047;
}

.fixBox {
  position: relative;
  background: #FFF;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/*結帳完成*/
.orderStatus {
  /*感謝購物資訊*/
  margin-bottom: 30px;
  font-size: 15px;
  color: #d92047;
  line-height: 1.8;
}

.orderStatus b {
  font-size: 16px;
  color: #333;
}

.inforArea .formBox b {
  /*確定的靜態資料*/
  font-size: 15px;
  color: #5C5C5C;
}

/*960*/
@media screen and (max-width: 960px) {
  .infoArea {
    margin: 0;
  }
  .priceArea {
    position: static;
    width: 100%;
  }
  .fixBox {
    position: static;
  }
}

/*960 end*/
/*640*/
@media screen and (max-width: 640px) {
  ul.step li {
    padding: 0 5px;
  }
  ul.step li i {
    font-size: 28px;
    margin-right: 5px;
  }
  ul.step li .Txt p {
    font-size: 13px;
  }
  .itemBox table td a img {
    display: none;
  }
}

/*640end*/
