/* Reset Code */

/*=================================================
   上方摘要
===================================================*/
.remark_head {
  width: 100%;
  float: left;
  padding: 10px;
  background: rgba(230, 230, 230, 0.7);
  text-align: center;
  margin-bottom: 1em;
}

.remark_content {
  width: 100%;
  float: left;
  padding: 15px;
}

.deteR {
  float: right;
}

.deteL {
  float: left;
  margin-right: 15px;
  padding: 5px 8px;
}

.detailed-btn a {
  padding: 5px 15px;
  background-color: #ff9800;
  color: #fff;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .25rem;
}

.order-quantity {
  width: 14%;
  float: left;
  margin-top: 3%;
  font-size: 1.1rem;
}

.order table {
  caption-side: bottom;
  border-collapse: collapse;
}

.order td {
  font-size: 14px;
  border: 1px solid #d9d9d9;
  line-height: 1.5;
  padding: 5px;
}

.order img {
  width: 100%;
  height: auto;
  float: left;
}

.form-group {
  width: 100%;
  float: left;
  margin: 3px 0 10px 0;
}

.form-group input[type="text"] {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  color: #666;
  border: 1px #ebebeb solid;
}



/*--responsive media-quries--*/
@media all and (max-width: 600px) {
  .deteR {
    float: left;
    margin-left: 1%;
  }

  .deteL {
    width: 48%;
    margin-right: 2%;
    padding: 5px 8px;
    text-align: left;
  }

  .accordion-body {
    padding: 10px;
  }
  .px-w85 {
    padding-right: 2% !important;
    padding-left: 2% !important;
}
}

@media all and (max-width: 420px) {
  .deteR {
    font-size: 13px;
  }

  .deteL {
    font-size: 13px;
  }

  .detailed-btn a {
    font-size: 12px;
  }
}


/*=================================================
   訂購明細
===================================================*/
.cart-default {
  border-radius: .25rem;
  border: 1px solid var(--border-color-light);
  float: left;
}

.cart {
  margin-bottom: .3rem;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.cart-content>.cart-item:last-of-type {
  border-width: 0;
}

.cart-content .cart-item {
  padding: 15px;
  border-bottom: 1px solid hsl(0, 0%, 85%);
  border-bottom-width: 1px;
}

.cart-item {
  width: 100%;
  float: left;
}

.item-img {
  width: 10%;
  float: left;
  min-height: 1px;
}

.item-img img {
  width: 100%;
  height: auto;
}

.item-content {
  width: 60%;
  float: left;
  padding-left: 10px;
}

.cart_item-content {
  width: 65%;
  float: left;
  margin-left: 10px;
}

.item-content .detail {
  width: 100%;
  float: left;
}

.detail small {
  font-weight: normal;
}

.text-complete {
  color: #0084ff !important;
}

h3 small,
h4 small,
h5 small {
  font-weight: normal;
}

h3 small,
h4 small,
h5 small {
  font-weight: 300;
}

small,
.small {
  line-height: 18px;
  font-size: 80%;
}

.detail h4 {
  font-size: 1.15rem;
  font-weight: 500;
}

.item-content .detail .meta {
  font-size: 1rem;
  line-height: 1.5;
}

.item-content .detail .quantity {
  margin-bottom: 5px;
}

.quantity {
  margin-top: 5px;
}

.cart-quantity {
  float: left;
  margin: 1.5em 0 5px 0;
}

.cart-price {
  float: right;
  text-align: right;
  font-size: 22px;
  width: 15%;
  margin-top: 2.5%;
}

.cart-total {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: right;
  border-top: 1px solid hsl(0, 0%, 85%);
}

.order {
  float: left;
  width: 100%;
}

.order-content {
  float: left;
  width: 100%;
}

.order-content,
.order-content p {
  margin: 0;
  line-height: 2;
}

/*--responsive media-quries--*/
@media all and (max-width: 990px) {
  .item-content {
  
  }

  .order-quantity {
    margin-top: 3.5%;
  }

  .cart-price {
    margin-top: 3%;
  }
}

@media all and (max-width: 550px) {

  .order-content,
  .order-content p {
    font-size: 15px;
    line-height: 1.5;
  }
 .item-img {
    width: 25%;
  }

  .item-content {
    width: 75%;
  }
  .order-row {
    margin-top: .5rem;
    width: 100%;
    float: left;
  }

  .order-quantity {
    width: 50%;
  }

  .cart-price {
    width: 50%;
  }

}

@media all and (max-width: 420px) {



}


/*=================================================
   下方摘要
===================================================*/
.order-itemListBox {
  width: 100%;
  float: left;
  display: flex;
}

.order-itemListL,
.order-itemListR {
  margin-top: 1em;
  transition: 0.3s ease-in;
  display: table-cell;
  float: left;
  width: 49.5%;
  border: 1px solid hsl(0, 0%, 85%);
}
.order-itemNotes {
  margin-top: 1em;
  transition: 0.3s ease-in;
  display: table-cell;
  float: left;
  width: 100%;
  border: 1px solid hsl(0, 0%, 85%);
}
.order-itemNotes {
  margin-top: 1em;
  transition: 0.3s ease-in;
  display: table-cell;
  float: left;
  width: 100%;
  border: 1px solid hsl(0, 0%, 85%);
}
.order-itemListL {
  margin-right: .5%;
}

.order-itemListR {
  margin-left: .5%;
}

.itemHeader {
  width: 100%;
  float: left;
  padding: 5px 10px;
  transition: 0.3s ease-in;
  display: block;
  background: rgba(230, 230, 230, 0.7);
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.itemList_box {
  width: 100%;
  padding: 15px;
  float: left;
  transition: 0.3s ease-in;
  display: block;
}

.btn-box {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
}

/*--responsive media-quries--*/
@media all and (max-width: 768px) {
  .order-itemListBox {
    display: block;
  }

  .order-itemListL {
    width: 100%;
    margin-right: 0;
  }

  .order-itemListR {
    width: 100%;
    margin-left: 0;
  }
}

@media all and (max-width: 600px) {}

/*=================================================
   注意事項
===================================================*/
.warning {
  width: 100%;
  float: left;
  border: 1px solid hsl(0, 0%, 85%);
  padding: 15px;
  margin-top: 1em;
}

/*======================================== 
     Pay
==========================================*/
.pay {
  width: 12%;
  float: left;
  margin: 1rem 2% 0 0;
  text-align: center;
}

.pay img {
  width: 100%;
  height: auto;
  border: 1px solid #D3D3D3;
}

@media (max-width: 600px) {
  .pay {
    width: 30%;
    margin: 1rem 3% 0 0;
  }
}

@media (max-width: 480px) {
  .pay {
    width: 45%;
    margin: 1rem 5% 0 0;
  }
}


/*=================================================
   查訂單
===================================================*/
.orderTrack_wrapper {
  width: 100%;
  float: left;
  margin-top: 5.8rem !important;
  padding-bottom: 4rem !important;
  min-height: 800px;
  border-top: 1px solid var(--border-color-light);
}

.sign {
  border: 1px solid #ebebeb;
  position: relative;
  margin: 2rem auto 0;
  width: 100%;
}

.sign input[type="text"] {
  background: none;
  width: 90%;
  outline: none;
  border: none;
  padding: 12px 17px;
  font-size: 16px;
  color: #888;
  margin: 0 0 0 18%;
  border-left: 1px solid #ebebeb;
  display: inline-block;
}

.sign i {
  background: url("../images/user.png") no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 7.2%;
}

.sign i.mail {
  background: url(../images/mail.png) no-repeat;
}

.send-box {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.2rem 0 0;
}

.remind {
  font-size: 1rem;
  margin: 2rem 0;
  width: 100%;
  float: left;
  text-align: center;
}

.dete-time {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.dete-price {
  float: left;
  margin-right: 10px;
}

/*--responsive media-quries--*/
@media(max-width:768px) {
  .sign input[type="text"] {
    padding: 8px 18px;
    font-size: 1em;
  }
}

@media(max-width:600px) {
  .sign input[type="text"] {
    padding: 12px 15px;
  }
}

@media(max-width:400px) {
  .sign {
    width: 100%;
    margin: 7% auto 0;
  }

  .sign input[type="text"] {
    width: 85%;
    margin: 0 0 0 16%;
    padding: 9px 13px;
    font-size: 13px;
  }

  .sign i {
    top: 33%;
    left: 5.5%;
  }

}