.btn-header {
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 5%;
  background-color: rgb(211,211,211);
  border-color: rgb(211,211,211);
  color: white;
  font-family: "微軟正黑體", "新細明體";
  border: 1px solid #CCC;
}

.btn-header-active {
  background-color: #F60;
}

.process {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.process-step .btn {
  padding: .5rem 0rem;
}

.popup-box {
  width: 50vw;
}

.cartCount {
  font-size: 15px;
  background: #ff0000;
  border-radius: 10px;
  color: #fff;
  padding: 0 5px;
  vertical-align: top !important;
  margin-left: -13px !important;
}

.btn-outline-success {
  border-color: transparent !important;
}

.nav-item :hover {
  background-color: #fcc800;
}

.wrap {
  padding-top: 0px;
}

.nav-link {
  padding: 0 !important;
  color: #198754 !important;
}

.nav-link i {
  font-size: 30px;
}

.nav-link .Icon {
  font-size: 30px;
}

.container .title {
  margin-top: 10px;
}

.nav-link .repay {
  padding: 9px;
}

.nav-link:hover {
  color: white !important;
}

.nav-link span {
  vertical-align: middle !important;
  margin-right: 5px;
}

@media screen and  (max-width: 982px) {
  .nav-link .navLabel {
    /*display: none;*/
  }
}

@media screen and  (max-width: 766px) {
  .nav-link .navLabel {
    display: inline;
  }
}

