/* created for sign-up page. */
/*
Boxful sass variables
*/
/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.home-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 22px;
  }

  div.home-title h2 {
    font-size: 22px;
  }
}
#rt-top-surround {
  /* To hide original header */
  display: none;
}

.container-fluid, .container {
  font-family: Lato;
}

#boxful-green-header {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
  background-color: #00c4b4;
  color: #ffffff;
}
#boxful-green-header > div {
  height: 100%;
}
#boxful-green-header .logo {
  text-align: left;
}
#boxful-green-header .logo > img {
  margin-top: 15px;
  margin-left: 30px;
}
#boxful-green-header #step-btns {
  text-align: right;
  margin-top: 5px;
  margin-right: 30px;
}
#boxful-green-header #step-btns .step-btn {
  display: inline-block;
  margin-right: 50px;
  color: #1bb2a4;
}
#boxful-green-header #step-btns .step-btn .step-num, #boxful-green-header #step-btns .step-btn .step-completed {
  margin: auto;
  width: 30px;
  height: 30px;
  border: solid transparent 2px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 18px;
  text-align: center;
  background-color: #1bb2a4;
  color: #00c4b4;
}
#boxful-green-header #step-btns .step-btn .step-name {
  margin-top: 2px;
  font-size: 14px;
}
#boxful-green-header #step-btns .step-btn .step-completed {
  display: none;
  background-image: url("/images/checkout/tick-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#boxful-green-header #step-btns .step-btn:last-of-type {
  margin-right: 0px;
}
#boxful-green-header #step-btns .step-btn.completed .step-completed {
  display: block !important;
}
#boxful-green-header #step-btns .step-btn.completed .step-num, #boxful-green-header #step-btns .step-btn.completed .step-completed {
  display: none;
}
#boxful-green-header #step-btns .step-btn.current {
  color: #ffffff;
}
#boxful-green-header #step-btns .step-btn.current .step-num, #boxful-green-header #step-btns .step-btn.current .step-completed {
  border: solid #fff 2px;
  background-color: transparent;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #boxful-green-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
  }
  #boxful-green-header #step-btns {
    text-align: center;
    margin-top: 5px;
    margin-right: 0px;
  }
  #boxful-green-header #step-btns .step-btn {
    margin-right: 35px;
  }
  #boxful-green-header #step-btns .step-btn .step-num, #boxful-green-header #step-btns .step-btn .step-completed {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  #boxful-green-header #step-btns .step-btn .step-name {
    margin-top: 2px;
    font-size: 14px;
  }
  #boxful-green-header #step-btns .step-btn:last-of-type {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 360px) {
  #boxful-green-header #step-btns .step-btn {
    margin-right: 30px;
  }
  #boxful-green-header #step-btns .step-btn .step-name {
    font-size: 13px;
  }

  html[lang=zh-tw] #boxful-green-header #step-btns .step-btn {
    margin-right: 20px;
  }
}

/*# sourceMappingURL=boxful-checkout-header-sass.css.map */
