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

.btn-header:hover {
  color: #white !important;
  background-color: #ffc107;
}

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

.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: #4f81bd !important;
}

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

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

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

.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 span {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-right: 0px;
  }
}

@media screen and  (max-width: 982px) {
  .nav-item {
    padding-right: 10px;
  }
}

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

@media screen and (max-width: 768px) {
  .process-step .btn {
    font-size: medium !important;
  }
}

@media screen and (max-width: 768px) {
  .btn-header {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .process-step .btn {
    padding: .65rem 0rem;
  }
}

#tblresponsive {
  display: block;
}

#accordion-1 {
  display: none;
}

table tr td {
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  #accordion-1 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #tblresponsive {
    display: none;
  }
}

@media screen and (max-width: 512px) {
  .process-step .btn {
    font-size: small !important;
  }
}

@media screen and (max-width: 512px) {
  .btn-header {
    width: 110px;
  }
}

@media screen and (max-width: 512px) {
  .process-step .btn {
    padding: .8rem 0rem;
  }
}

