body {
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  background-color: #f0eef1;
}

select {
  -webkit-appearance: inherit;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
  outline: 0;
}

header.shop_header {
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
}

header.shop_header .logo {
  width: 235px;
  margin: 0 auto;
}

.final_price .line .name .tips {
  margin-right: 0;
}

#step_top {
  background-color: transparent;
}

#step_top .step .num {
  border-color: #0c0445;
}

#step_top .step.now .num {
  background-color: #0c0445;
  border-color: #0c0445;
}

.input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input_box input {
  padding-top: 5px;
  padding-bottom: 5px;
  border: initial;
  border: 1px solid #000;
  margin-right: 15px;
}

.carItems .ui-state-default .ui-icon {
  background-size: 0;
}

.carItems .ui-spinner-input {
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}

.carItems .ui-widget {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.carItems .ui-button-text-only .ui-button-text {
  padding: 0;
}

.carItems .ui-spinner a.ui-spinner-down {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 30px;
  cursor: pointer;
  border-right: 1px solid #d8d8d8;
  background-color: transparent;
}

.carItems .ui-spinner a.ui-spinner-down:after {
  display: block;
  content: '-';
  color: #080808;
}

.carItems .ui-spinner a.ui-spinner-down.disable:after {
  color: #d8d8d8;
}

.carItems .ui-spinner a.ui-spinner-up {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 30px;
  cursor: pointer;
  border-left: 1px solid #d8d8d8;
}

.carItems .ui-spinner a.ui-spinner-up:after {
  position: relative;
  top: 1px;
  display: block;
  content: '+';
  color: #080808;
}

.carItems .ui-spinner a.ui-spinner-up.disable:after {
  color: #d8d8d8;
}

.final_price .fee .name {
  background-color: #0c0445;
}

.shop_contain {
  border-bottom: 0;
  padding-bottom: 100px;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
}

.button_box.step_button .link_button {
  background-color: #0c0445;
  border: 0;
}

.button_box.step_button .back {
  background-color: #c8adbf;
  border: 0;
}

.shop_contain {
  padding-top: 240px;
  margin-bottom: 130px;
  border-bottom: 0;
}

.final_price .line .price {
  width: 80%;
}

footer {
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
}

footer .trademark {
  margin: 0 auto;
}

footer .multiBlk {
  margin-top: 0;
}

footer:before {
  content: '';
  max-width: 1200px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

@media only screen and (max-width: 650px) {
  .shop_contain {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=web_sunnyshop.css.map */