/* Reset Code */


/*=================================================
   訂購明細
===================================================*/
.cart_warp {
  float: left;
  width: 100%;
  margin: 2em 0 1em;
}

.cart-warp {
  width: 100%;
  float: left;
}

.warp-process {
  width: 100%;
  float: left;
}

.warp-process img {
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 5px #888888;
}

.SingleOrder {
  border: 1px solid rgba(230, 230, 230, 0.7);
  float: left;
  margin: 1em 2.5% 0;
}

.cart.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;

}

.delete-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 360px;
}

.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 .item-tool {
  width: 5%;
  float: left;
  margin-top: 3%;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.far {
  font-weight: 400;
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btn-circle {
  height: 35px;
  width: 35px;
  line-height: 33px;
  padding: 0;
  border-radius: 50%;
}

.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: 56%;
  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.2rem;
  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: 3%;
}

.cart-total {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: right;
  border-top: 1px solid hsl(0, 0%, 85%);
}

.checkout {
  float: left;
  width: 100%;
  min-height: 68vh;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  /*align-items:center;*/
}

.order-content {
  float: left;
  width: 100%;
}

.order-content,
.order-content p {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}

/*--responsive media-quries--*/
@media all and (max-width: 550px) {
  .checkout {}
}

@media all and (max-width: 450px) {
  .checkout {}
}

/*--數量--*/
.cart-quantity {
  font-size: 1.2rem;
  width: 14%;
  float: left;
  margin-top: 3.5%;
  display: block;
  text-align: center;
}

.count-box {
  width: 14%;
  float: left;
  margin-top: 3%;
  display: block;
  font-size: 1.1rem;
  box-sizing: border-box;
  line-height: 1.2em;
  height: 40px;
}

.count-box a {
  display: block;
  float: left;
  text-align: center;
  color: #8C8C8C;
  width: 40px;
  height: 100%;
  font-size: 20px;
  line-height: normal;
  padding-top: 6px;
  text-decoration: none;
}

.count-box a:hover {
  color: #555;
}

.count-box a:focus {
  color: #555;
}

.count-box input {
  display: block;
  float: left;
  text-align: center;
  width: 65px;
  height: 100%;
  color: #545454;
  font-size: 16px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

.count-box .stock {
  position: absolute;
  font-size: 14px;
  color: #d84545;
  font-weight: bold;
  top: -18px;
  right: 3px;
  line-height: 1;
}

.stock-note:empty {
  background-color: transparent;
}

.color-bg-dark {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.order-quantity {
  width: 14%;
  float: left;
  margin-top: 1.6%;
  font-size: 1.1rem;
}

/*--responsive media-quries--*/
@media all and (max-width: 990px) {

  .cart-item .item-tool {
    width: 5%;
  }

  .item-img {
    width: 14%;
  }

  .item-content {
    width: 45%;

  }

  .count-box {
    width: 20%;
  }

  .cart-price {
    width: 13%;
    font-size: 1.25rem;
  }
}

@media all and (max-width: 768px) {
  .item-content {
    width: 43%;
  }

  .detail h4 {
    font-size: 1.1rem;
  }

  .item-content .detail .meta {
    font-size: .9rem;
    line-height: 1;
  }
    .cart-item .item-tool {
        width: 6%;
    }
  .count-box {
    width: 24%;
    margin-top: 5%;
  }

  .cart-price {
    margin-top: 5%;
  }

}

@media all and (max-width: 700px) {
  .cart-content .cart-item {
    padding: 10px;
  }

  .cart-item .item-tool {
    width: 7%;
  }

  .btn-circle {
    height: 32px;
    width: 32px;
    line-height: 32px;
  }

  .item-img {
    width: 9%;
  }

  .item-content {
    width: 46%;
  }

  .count-box {
    width: 25%;
  }

  .detail h4 {
    font-size: 1.05rem;
  }

  .cart-total {
    padding: 10px;
  }
}

@media all and (max-width: 550px) {
  .cart-item {
    display: block;
    position: relative;
  }

  .cart-item .item-tool {
    width: auto;
    position: absolute;
    right: 5px;
    top: 0px;
  }

  .item-img {
    width: 25%;
  }

  .item-content .detail .meta {
    font-size: 1rem;
  }

  .item-content {
    width: 65%;
  }

  .btn-circle {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .order-row {
    margin-top: .5rem;
    width: 100%;
    float: left;
  }

  .count-box {
    width: 80%;
    height: 32px;
  }

  .cart-price {
    width: 20%;
    font-size: 1.1rem;
  }

}

@media all and (max-width: 420px) {
  .order-content, .order-content p {
    font-size: 15px;
    line-height: 1.5;
}
  .count-box {
    width: 60%;
  }

  .cart-price {
    width: 40%;

  }
}

/*=================================================
	  摘要
=================================================*/
.order-itemList {
  display: block;
  float: left;
  width: 26%;
  margin-right: 2%;
}

.itemHeader {
  width: 100%;
  float: left;
  padding: 10px;
  transition: 0.3s ease-in;
  display: block;
  background: #7fb9cc;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}

.itemList_box {
  width: 100%;
  float: left;
  transition: 0.3s ease-in;
  display: block;
}

.itemList_row {
  width: 100%;
  float: left;
  padding: 8px 0;
  border-bottom: 1px solid #e1e1e1;
}

.itemList_row ul li,
.itemList_row-end ul li {
  list-style-type: none;
  margin-bottom: 1em;
  font-size: 15px;
  color: #999;
}

.itemList_row span {
  float: right;
}

.itemList_row-end {
  width: 100%;
  float: left;
  padding: 12px 0px;
}

.itemList_row-end span {
  float: right;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ff4e00;
}

.btn-box {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
}

.Cart_btn-box {
  width: auto;
  float: right;
  margin-top: 1rem !important;
}


/*--responsive media-quries--*/
@media all and (max-width: 900px) {
  .order-itemList {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 600px) {}


/*=================================================
   付款運送方式
===================================================*/
.Pay_Shipping {
  width: 72%;
  float: right;
}

.Pay_Shipping-content {
  width: 100%;
  float: left;
  padding: 20px 15px;
}

.ShippingMethod {
  width: 100%;
  float: left;
  margin-bottom: .3rem;
  font-size: 18px;
}

.ShippingMethod img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
}

.Pay_Transport {
  width: 33.33333336%;
  float: left;
  margin-bottom: .3rem;
  font-size: 18px;
}

.Pay_Transport img {
  width: 25px;
  height: auto;
  margin-right: 5px;
  vertical-align: sub;
}

.consignee {
  display: block;
  width: 100%;
  float: left;
}

.chcekout h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.chcekout h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  margin-bottom: .3rem;
}

.chcekout h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
}

.form-group {
  width: 100%;
  float: left;
  margin: 3px 0 15px 0;
}

.form-groupL {
  width: 50%;
  float: left;
  padding-right: 3px;
  margin: 3px 0 15px 0;
}

.form-groupR {
  width: 50%;
  float: left;
  margin: 3px 0 15px 0;
}

.form-group span,
.form-groupL span,
.form-groupR span {
  color: #FFA500;
  font-size: 0.875em;
  line-height: 1;
}

.chcekout select,
.chcekout-form input[type="date"],
.chcekout-form input[type="text"],
.chcekout-form input[type="password"],
.chcekout-form input[type="tel"],
.chcekout-form input[type="email"],
.chcekout-form textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  color: #666;
  border: 1px solid hsl(0, 0%, 85%);
}
.rebate input[type="text"] {
  outline: none;
  width: 3rem;
  font-size: 16px;
  color: #666;
  border: 1px solid hsl(0, 0%, 85%);
  margin-left: 10px;
  text-align: center;
}
.chcekout-form select {
  background: #Ffff url(../images/down.png) no-repeat 97% 52%;
  -webkit-appearance: none;
}

.chcekout textarea {
  width: 100%;
  color: #666;
  resize: none;
  background: none;
  height: 6em;
  padding: 10px;
  outline: none;
  font-size: 16px;
  border: 1px solid hsl(0, 0%, 85%);
}

.chcekout_form-control {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 15px;
  color: #888;
  width: 100%;
}

.chcekout_check-area {
  width: 100%;
  float: left;
  color: #333;
  background: none;
  outline: none;
  font-size: 16px;
}


/*--responsive media-quries--*/
@media(max-width:900px) {
  .Pay_Shipping {
    width: 100%;
    float: left;
  }

  .Pay_Shipping-content {
    padding: 20px 0;
  }
}

@media(max-width:540px) {
  .chcekout select,
  .chcekout-form input[ type="date"],
  .chcekout-form input[type="text"],
  .chcekout-form input[type="password"],
  .chcekout-form input[type="tel"],
  .chcekout-form input[type="email"],
  .chcekout-form textarea {
    font-size: 15px;
    padding: 3px 10px;
  }

  .form-groupL,
  .form-groupR {
    width: 100%;
    padding-right: 0;
    margin: 3px 0 10px 0;
  }
}


@media(max-width:450px) {
  .chcekout h3 {
    font-size: 1rem;
  }

}



/*========= 表單元件 =======*/
.my-checkbox {
  transform: scale(1.5);
  margin: 0 5px;
}

.CheckBox {
  width: auto;
  float: left;
  min-width: 120px;
}

.check-area {
  width: 100%;
  float: left;
  color: #333;
  background: none;
  outline: none;
  font-size: 16px;
  margin-bottom: .3rem;
}

.RadioButtons label input {
  position: absolute;
  left: -9999px;
}

.RadioButtons label input:checked+span {
  background-color: #f5f5f5;
}

.RadioButtons label input:checked+span:before {
  box-shadow: inset 0 0 0 0.4375em #cddda4;
}

.RadioButtons label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.RadioButtons label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #cddda4;
}


/*--responsive media-quries--*/
@media(max-width:660px) {
  .CheckBox {
    width: 50%;
  }

  .check-area {
    font-size: 15px;
  }
}

@media(max-width:500px) {
  .CheckBox {
    width: 100%;
  }

  select {
    padding: 8px;
    font-size: 15px;
  }

}



.total-row span {
  font-size: 22px;
}

@media (max-width: 990px) {
  .total-row span {
    font-size: 1.25rem;
  }
}

@media (max-width: 520px) {
  .total-row span {
    font-size: 1.1rem;
  }
}

@media (max-width: 550px) {
  .total-row span {
    font-size: 1.15rem;
  }
}