
.ProductsOrderNum {
    width: 110px;
    text-align: center;
    font-size: 0;
    border: 2px solid #603326;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
  }
  
  .ProductsLessBtn input[type="button"],
  .ProductsAddBtn input[type="button"] {
    border: 1px solid #603326;
    /* border-right-width: 1.1px; */
    width: 30px;
    height: 30px;
    /* background-color: white;
              color: gray; */
    background-color: #603326;
    color: white;
    /* border-radius: 30px; */
    display: block;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s;
    align-items: center;
    font-weight: 700;
  }
  
  .ProductsLessBtn input[type="button"]:hover,
  .ProductsAddBtn input[type="button"]:hover {
    background-color: #cc0000;
    /* border-radius: 30px; */
    color: white;
  }
  
  .ProductsLessBtn {
    float: left;
  }
  
  .ProductsAddBtn {
    float: right;
  }
  
  .ProductsInputBox input[type="text"] {
    border-left: 0px solid #cc0000;
    border-right: 0px solid #cc0000;
    border-top: none;
    border-bottom: none;
    background: none;
    text-align: center;
    width: 46px;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    font-weight: 500;
  }

  .ProductsOrderNum > div {
    display: inline-block;
    vertical-align: middle;
}

input.Over {
    /* opacity: 0.3; */
    background: #603326!important;
    cursor: not-allowed !important;
}

/*-----忘記密碼-----*/
.SendComplete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background: rgba(20, 27, 29, .8);
  font-size: 0;
  text-align: center;
}

.SendCompleteBox {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  padding: 40px;
  border: 1px solid #cc0000;
  color: #cc0000;
  border-radius: 10px;
  background: white;
  font-size: 16px;
}

.SendComplete::after {content: "";display: inline-block;vertical-align: middle;height: 100%;width: 0;}

/*-----加入購物車------*/
.OrderOK {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .44);
  font-size: 0;
  text-align: center;
}

.OrderOK::after {content: "";display: inline-block;height: 100%;vertical-align: middle;}

.OrderOkBox {
  display: inline-block;
  padding: 40px 20px;
  background: rgba(0, 0, 0, .86);
  border-radius: 20px;
  width: 200px;
  color: #E3E3E3;
}

.OrderOkItem, .OrderOkTxt {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
}

.OrderOkImg img {
  display: block;
  margin: 0 auto;
  top: 69px;
  position: relative;
  transition: 1s;
}

.OrderOkImg {
  margin-bottom: 10px;
  height: 69px;
  overflow: hidden;
}

.RegSendBtn {
  display: block;
  margin: 30px auto 0;
  font-size: 0;
}

/*--按鈕--*/
.GoldBtn {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #cc0000;
  cursor: pointer;
  transition: .5s;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 40px;
  font-weight: 700;
}

.GoldBtn:hover {
  background: #192226;
  color: white;
  font-weight: 700;