body .container .header .hamburger, body .container .footer__top, body .container .footer__top__area__btns > :first-child, body .container .footer__top__area__btns > :last-child, body .container .footer__bottom, body .container .checkout_1 .ship .form-btn, body .container .checkout_1 .order .cart-check__second, body .container .checkout_1 .order .cart-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "PingFang TC", "cwTeXYen", sans-serif;
}

body .container {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body .container .header {
  max-width: 940px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .header__left {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .header__left img {
  width: 200px;
}

body .container .header__right {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .header .hamburger {
  cursor: pointer;
  display: none;
  width: 15%;
}

body .container .header .hamburger span {
  margin: 5px 0;
  position: relative;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3f5d45;
}

body .container .header .hamburger span:before, body .container .header .hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3f5d45;
}

body .container .header .hamburger span:before {
  top: -5px;
}

body .container .header .hamburger span:after {
  top: 5px;
}

body .container .header .mobile-bar {
  display: none;
  background: #fff;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .header .mobile-bar li {
  display: none;
  margin: 0;
  padding: 10px 0;
  width: 90%;
  border-bottom: 1px solid #EAF0ED;
}

body .container .header .mobile-bar li:hover {
  background-color: #ffe180;
}

body .container .header .mobile-bar li a {
  text-decoration: none;
  color: #3f5d45;
}

body .container .header .mobile-bar li:last-child {
  border: none;
}

body .container .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35%;
}

body .container .header__right > a {
  color: #3f5d45;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .container .header__right > a:hover {
  text-decoration: underline;
}

body .container .footer {
  width: 100%;
}

body .container .footer__top {
  height: 116px;
  background-color: #3f5d45;
}

body .container .footer__top__area {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .footer__top__area__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5em;
}

body .container .footer__top__area__img > :first-child {
  width: 40px;
  margin: 0 10px 0 0;
}

body .container .footer__top__area__btns {
  width: 40%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .container .footer__top__area__btns > :first-child {
  width: 20%;
  background-color: white;
}

body .container .footer__top__area__btns i {
  color: #3f5d45;
}

body .container .footer__top__area__btns > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  width: 60%;
  outline: none;
  border: 0;
  font-size: 1.2em;
  border: 0px;
  height: 100%;
}

body .container .footer__top__area__btns > :last-child {
  background-color: #ffe180;
  width: 20%;
}

body .container .footer__bottom {
  height: 341px;
  width: 100%;
  color: #3f5d45;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EAF0ED;
}

body .container .footer__bottom__first {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container .footer__bottom__first__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 25px;
}

body .container .footer__bottom__first__left > :first-child {
  width: 170px;
}

body .container .footer__bottom__first__right {
  width: 50px;
  height: 100%;
  background-image: url("../img/sm-footer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body .container .footer__bottom__second {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .footer__bottom__second__left > * {
  width: 32px;
}

@media screen and (max-width: 768px) {
  body .container .header .mobile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .container .header .mobile-bar > :last-child {
    margin-bottom: 10px;
  }
  body .container .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .container .header__right {
    width: 15%;
  }
  body .container .header__right > :nth-child(1),
  body .container .header__right > :nth-child(2),
  body .container .header__right > :nth-child(3) {
    display: none;
  }
  body .container .footer__top {
    height: 186px;
  }
  body .container .footer__top__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60%;
  }
  body .container .footer__top__area__btns {
    width: 100%;
  }
  body .container .footer__bottom {
    height: 311px;
  }
  body .container .footer__bottom__first {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body .container .footer__bottom__first__left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  body .container .footer__bottom__first__right {
    display: none;
  }
  body .container .footer__bottom__second {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body .container .checkout_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 30px 0;
}

body .container .checkout_1 .ship {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .checkout_1 .ship .form {
  height: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3f5d45;
  color: #EAF0ED;
}

body .container .checkout_1 .ship .form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  position: relative;
}

body .container .checkout_1 .ship .form__title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

body .container .checkout_1 .ship .form__title ul::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  background: #EAF0ED;
}

body .container .checkout_1 .ship .form__title ul li {
  width: 17px;
  height: 17px;
  background: #3f5d45;
  border: 1px solid #EAF0ED;
  border-radius: 50%;
  z-index: 1;
}

body .container .checkout_1 .ship .form__title ul .done::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transform: translate(10%, -55%);
          transform: translate(10%, -55%);
  background: #EAF0ED;
}

body .container .checkout_1 .ship .form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container .checkout_1 .ship .form__name > * {
  width: 49%;
}

body .container .checkout_1 .ship .form__name input {
  width: 100%;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EAF0ED;
  border: 0px;
  font-size: 1.2em;
  color: #8DA291;
  padding: 0 20px;
  outline: none;
}

body .container .checkout_1 .ship .form__name p {
  font-size: 1.2em;
  margin-bottom: 10px;
}

body .container .checkout_1 .ship .form__phone > input {
  width: 100%;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EAF0ED;
  border: 0px;
  font-size: 1.2em;
  color: #8DA291;
  padding: 0 20px;
  outline: none;
}

body .container .checkout_1 .ship .form__phone p {
  font-size: 1.2em;
  margin-bottom: 10px;
}

body .container .checkout_1 .ship .form__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .checkout_1 .ship .form__area > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body .container .checkout_1 .ship .form__area select {
  border-radius: 0;
  width: 49%;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EAF0ED;
  border: 0px;
  color: #8DA291;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  outline: none;
}

body .container .checkout_1 .ship .form__area p {
  font-size: 1.2em;
  margin-bottom: 10px;
}

body .container .checkout_1 .ship .form__address {
  width: 100%;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EAF0ED;
  border: 0px;
  font-size: 1.2em;
  padding: 0 20px;
  color: #8DA291;
  outline: none;
}

body .container .checkout_1 .ship .form-btn {
  height: 65px;
  background-color: #ffe180;
  color: #3f5d45;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

body .container .checkout_1 .ship .form-btn:hover {
  text-decoration: underline;
}

body .container .checkout_1 .order {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .checkout_1 .order .cart-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #EAF0ED;
  margin-bottom: 20px;
}

body .container .checkout_1 .order .cart-check__first {
  width: 100%;
  height: 128px;
  background-color: #fff;
  color: #8DA291;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .container .checkout_1 .order .cart-check__first > :nth-child(1),
body .container .checkout_1 .order .cart-check__first :nth-child(2),
body .container .checkout_1 .order .cart-check__first :nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container .checkout_1 .order .cart-check__first > :nth-child(2),
body .container .checkout_1 .order .cart-check__first :nth-child(3) {
  font-size: 0.9em;
  font-weight: 200;
}

body .container .checkout_1 .order .cart-check__first > :nth-child(3) {
  font-size: 1.2em;
  font-weight: 400;
}

body .container .checkout_1 .order .cart-check__second {
  width: 100%;
  height: 65px;
  background-color: #EAF0ED;
  text-decoration: none;
  color: #8DA291;
  font-size: 1.6em;
}

body .container .checkout_1 .order .cart-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #EAF0ED;
}

body .container .checkout_1 .order .cart-list__title {
  width: 100%;
  height: 65px;
  color: #8DA291;
  background-color: #EAF0ED;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 8px;
}

body .container .checkout_1 .order .cart-list__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f5d45;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .container .checkout_1 .order .cart-list__detail .itmeA {
  background-image: url("../img/item1.jpg");
}

body .container .checkout_1 .order .cart-list__detail .itmeB {
  background-image: url("../img/item2.jpg");
}

body .container .checkout_1 .order .cart-list__detail .itmeC {
  background-image: url("../img/item3.jpg");
}

body .container .checkout_1 .order .cart-list__detail__img {
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center;
}

body .container .checkout_1 .order .cart-list__detail__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1em;
  line-height: 25px;
  color: #8DA291;
}

body .container .checkout_1 .order .cart-list__detail__name > :nth-child(2) {
  font-size: 1.2em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body .container .checkout_1 {
    width: 100%;
    margin: 0px;
  }
  body .container .checkout_1 .ship {
    width: 100%;
  }
  body .container .checkout_1 .order {
    display: none;
  }
}
/*# sourceMappingURL=checkout_1.css.map */