@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* margin */
body, html {
  font-family: "Noto Sans TC", sans-serif;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

.container {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 42px;
  box-sizing: border-box;
}

.logo {
  max-width: 210px;
  order: 2;
}
@media (min-width: 756px) {
  .logo {
    order: 0;
  }
}

.logo img {
  max-width: 100%;
  height: auto;
}

.nav--list--out {
  order: 1;
}
@media (min-width: 756px) {
  .nav--list--out {
    order: 0;
  }
}

.nav--list {
  display: block;
}
@media (min-width: 375px) and (max-width: 576px) {
  .nav--list {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .nav--list > li {
    border-left: #3F5D45 1px solid;
    border-right: #3F5D45 1px solid;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 756px) {
  .nav--list-item {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.nav--list--btn {
  display: block;
}
@media (min-width: 756px) {
  .nav--list--btn {
    display: none;
  }
}

.cart--btn {
  order: 3;
  justify-content: flex-end;
  margin-left: 2em;
}
@media (min-width: 756px) {
  .cart--btn {
    order: 0;
  }
}

ul li {
  display: inline-block;
  list-style: none;
}

.container div {
  width: 33.3333%;
}
@media (min-width: 756px) {
  .container div {
    width: auto;
  }
}

.bg__img__wrapper {
  display: inline-block;
  width: 100%;
  background: lightgray;
}
@media (min-width: 756px) {
  .bg__img__wrapper {
    height: 496px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bg__img {
  /* width: 100%;
   @include media-lg {   
       width: 960px;
       margin-left: auto;
       margin-right: auto;
   }
   object-fit: cover;
   background-position: center center;*/
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}
@media (min-width: 756px) {
  .bg__img {
    height: 496px;
    width: 960px;
  }
}

.banner--block--out {
  width: 100%;
  display: flex;
}
@media (min-width: 756px) {
  .banner--block--out {
    position: absolute;
    bottom: 85px;
    left: calc(50% - 394px);
    width: 788px;
  }
}

.banner--block {
  width: 260px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: white;
  opacity: 75%;
  display: inline-block;
  border: 1px solid gray;
  box-sizing: border-box;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}
@media (min-width: 756px) {
  .banner--block {
    height: 256px;
    padding: 0px;
  }
}

.bg--block {
  width: 100%;
  height: 420px;
}

@media (min-width: 756px) {
  .header {
    height: 752px;
  }
}

.footer--search {
  display: flex;
  padding: 30px;
  background: #3F5D45 0% 0% no-repeat padding-box;
  color: white;
}
@media (min-width: 756px) {
  .footer--search {
    padding: 42px 112px;
  }
}

.footer--search--icon {
  width: 40px;
  height: 40px;
  margin-right: 1em;
}

.form--input {
  width: 380px;
  height: 56px;
  background: #EAF0ED 0% 0% no-repeat padding-box;
  border: 0px;
}
@media (min-width: 375px) and (max-width: 576px) {
  .form--input {
    width: 100%;
  }
}

.form--btn {
  width: 64px;
  height: 56px;
  background: #FFE180 0% 0% no-repeat padding-box;
  border: 0px;
}

.form--label {
  font-size: 20px;
  margin-bottom: 12px;
  display: block;
  color: white;
}

.bg--light {
  background-color: #EAF0ED;
}

.footer--block {
  padding: 30px;
}
@media (min-width: 756px) {
  .footer--block {
    padding: 30px 122px;
  }
}

.footer--titleImg {
  width: 171px;
  height: 27px;
}

.footer--rightImg {
  display: none;
}
@media (min-width: 756px) {
  .footer--rightImg {
    height: 250px;
    display: inline-block;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  .f--address {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.text-footer {
  text-align: left;
}
@media (min-width: 756px) {
  .text-footer {
    text-align: right;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.nav--tab--item {
  font-size: 20px;
  color: white;
  padding: 14px;
  text-align: center;
  border: 1px solid white;
}
.nav--tab--item.active {
  color: #3F5D45;
  background-color: white;
}

/* flex 相關 */
.d--flex {
  display: flex;
}

.flex--column {
  flex-flow: column;
}

.flex--row--reverse {
  flex-flow: row-reverse;
}

.flex--column--reverse {
  flex-flow: column-reverse;
}

@media (min-width: 375px) and (max-width: 576px) {
  .flex--lg--row--reverse {
    flex-flow: row-reverse;
  }
  .flex--lg--column--reverse {
    flex-flow: column-reverse;
  }
  .flex--lg--column {
    flex-flow: column;
  }
  .flex--sm--wrap {
    flex-wrap: wrap;
  }
}
.flex--justify-center {
  justify-content: center;
}

.flex--justify-between {
  justify-content: space-between;
}

.flex--justify-end {
  justify-content: flex-end;
}

@media (min-width: 756px) {
  .flex--lg--justify-end {
    justify-content: flex-end;
  }
  .flex--lg--justify-start {
    justify-content: flex-start;
  }
}
.flex--slef--center {
  align-self: center;
}

.flex--self--end {
  align-self: flex-end;
}

.flex--self--start {
  align-self: flex-start;
}

.flex--item--center {
  align-items: center;
}

.flex--order1 {
  order: 1 !important;
}

.flex--order2 {
  order: 2;
}

.flex--order3 {
  order: 3;
}

.flex--wrap {
  flex-wrap: wrap;
}

/* 文字相關 */
.text--primary {
  color: #3F5D45;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.text--lg {
  font-size: 1.5em;
}

.fw-600 {
  font-weight: 600;
}

.lh--lg {
  line-height: 1.5em;
}

@media (min-width: 756px) {
  .lh--xlg {
    line-height: 3em;
  }
}

@media (min-width: 756px) {
  .text-vrl {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    vertical-align: middle;
  }
}

.fs-3 {
  font-size: 36px;
}

.fs-2 {
  font-size: 24px;
}

.fs-1 {
  font-size: 16px;
}

/*.my--1em {
    margin-left: 16px;
    margin-right: 16px;
}*/
.ms--auto {
  margin-left: auto;
}

.ms--1 {
  margin-left: 0.5em;
}

.ms--2 {
  margin-left: 1em;
}

.ms--3 {
  margin-left: 1.5em;
}

.mx--auto {
  margin-left: auto;
  margin-right: auto;
}

.mt--auto {
  margin-top: auto;
}

@media (min-width: 756px) {
  .ms-lg-3 {
    margin-left: 5em;
  }
  .ms-lg-1 {
    margin-left: 1.5em;
  }
  .mb-lg-3 {
    margin-bottom: 50px;
  }
  .p-lg-3 {
    padding: 1.5em;
  }
}
/* position */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.left-0 {
  left: 0px;
}

.left-50 {
  left: 50%;
}

.left-100 {
  right: -5px;
}

.bg-yellow {
  background-color: #FFE180;
}

.bg-secondary {
  background-color: #EAF0ED;
}

/*display*/
.d--inline--block {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.container-960 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) and (max-width: 576px) {
  .container-960 {
    width: 100%;
  }
}

.bg-icon {
  background: url(images/envelope-open-fill.svg) no-repeat scroll 7px 7px;
  padding-left: 30px;
}

.p-5 {
  padding: 30px;
}

.p-3 {
  padding: 16px;
}

.p-2 {
  padding: 12px;
}

.px-5 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-3 {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 756px) {
  .px-lg-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.btn {
  width: 100%;
  padding: 16px;
  font-size: 24px;
  text-align: center;
  display: block;
}

.btn--secondary {
  background-color: #FFE180;
  color: #3F5D45;
}

.text-white {
  color: white;
}

.img--cover {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}

.product--card {
  width: 300px;
  height: 436px;
  background-color: #EAF0ED;
  position: relative;
  margin: 20px 10px;
  box-shadow: 5px 5px 5px #3F5D45;
  margin-bottom: 30px;
}

.card--titleTag {
  background-color: #3F5D45;
  color: white;
  padding: 10px;
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  vertical-align: middle;
  left: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.card--titleIcon {
  color: #3F5D45;
  -webkit-text-stroke: 1px;
  position: absolute;
  right: 22px;
  top: 19px;
}

.card--img > img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  display: block;
}

.card--content {
  font-size: 1.5em;
  color: #3F5D45;
  padding: 14px 14px;
  background-color: white;
}

.card--content--title {
  padding: 8px;
}

.card--content--price {
  padding: 8px;
  border-left: #3F5D45 solid 1px;
}

.card--footer button {
  height: 65px;
  border: none;
  color: #3F5D45;
  font-size: 1.5em;
}

.input--inside-icon {
  position: relative;
  width: auto;
  display: flex;
}

.input-icon {
  position: absolute;
  font-size: 20px;
  height: 20px;
  color: #3F5D45;
  top: 50%;
  margin-top: -10px;
  padding-left: 10px;
}

.form--icon--input {
  padding-left: 40px;
}

.index--block--wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 100px;
}

.index--block {
  width: 100%;
  height: 100%;
  padding: 210px 70px;
}
@media (min-width: 756px) {
  .index--block {
    height: 420px;
  }
}

.index--block-content {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: -20px;
  left: 0px;
  flex-flow: column;
}
@media (min-width: 756px) {
  .index--block-content {
    flex-flow: row;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.index--block--inside {
  flex-flow: column-reverse;
}
@media (min-width: 756px) {
  .index--block--inside {
    flex-flow: row;
  }
}

.index--block--img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  order: 2;
}
@media (min-width: 756px) {
  .index--block--img {
    order: 0;
    width: 460px;
    height: 460px;
  }
}

.index--block--titleImg {
  width: 100%;
  height: auto;
}
@media (min-width: 756px) {
  .index--block--titleImg {
    width: auto;
    height: 300px;
  }
}

.index__img__wrapper {
  display: inline-block;
  width: 100%;
  background: lightgray;
}
@media (min-width: 756px) {
  .index__img__wrapper {
    height: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.index__img {
  /* width: 100%;
   @include media-lg {   
       width: 960px;
       margin-left: auto;
       margin-right: auto;
   }
   object-fit: cover;
   background-position: center center;*/
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}
@media (min-width: 756px) {
  .index__img {
    height: 250px;
    width: 100%;
  }
}

.index--block--mainImg {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}
@media (min-width: 756px) {
  .index--block--mainImg {
    width: 460px;
    height: 460px;
  }
}

.index--block--outter {
  width: 100%;
  height: auto;
  background-color: #EAF0ED;
  position: relative;
  box-shadow: inset 0 -100px 0 white;
}
@media (min-width: 756px) {
  .index--block--outter {
    padding: 30px 210px;
  }
}

.index--block--container {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #EAF0ED;
  top: 0px;
  left: 0px;
}
@media (min-width: 756px) {
  .index--block--container {
    background-color: rgba(255, 255, 255, 0);
    top: -50px;
  }
}

.index--block--title {
  padding: 30px 90px;
  background-color: white;
  order: 2;
}
@media (min-width: 756px) {
  .index--block--title {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    order: 0;
  }
}

.index--block--content {
  text-align: center;
  padding: 30px;
  order: 1;
}
@media (min-width: 756px) {
  .index--block--content {
    order: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.header--title {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 300px;
}
@media (min-width: 375px) and (max-width: 576px) {
  .header--title {
    height: 80%;
    top: 20px;
    right: 20px;
  }
}

.sub--nav {
  display: block;
  padding: 0px;
}
@media (min-width: 375px) and (max-width: 576px) {
  .sub--nav {
    margin: 0px;
  }
}

.sub--nav--item, .sub--nav--header {
  display: block;
  font-size: 1.5em;
  text-align: center;
  color: #3F5D45;
  border: #EAF0ED 1px solid;
}

.sub--nav--item {
  padding: 16px 0px;
}
.sub--nav--item.active {
  background-color: #EAF0ED;
}

.sub--nav--header {
  padding: 16px 0px;
  color: white;
  background-color: #3F5D45;
}

.pages-wrapper {
  text-align: right;
  width: 100%;
}
@media (min-width: 375px) and (max-width: 576px) {
  .pages-wrapper {
    text-align: center;
  }
}

.pages {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
@media (min-width: 375px) and (max-width: 576px) {
  .pages {
    justify-content: center;
    margin: 20px;
    padding: 0px;
  }
}

.pages--item {
  border: #EAF0ED 0.5px solid;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3F5D45;
  cursor: pointer;
}
.pages--item.active {
  color: white;
  background-color: #3F5D45;
  border: #3F5D45 0.5px solid;
}
.pages--item:hover {
  color: white;
  background-color: #3F5D45;
  border: #3F5D45 0.5px solid;
}

.login--block {
  background-color: #3F5D45;
  width: 390px;
  height: 380px;
  color: white;
}

.social--block {
  background-color: #EAF0ED;
  width: 390px;
  height: 350px;
  color: #8DA291;
}

.checkbox {
  width: 1em;
  height: 1em;
}

.login--submit {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #3F5D45;
  background-color: #FFE180;
  border: #FFE180 1px solid;
  padding: 16px;
}

.login--block--input {
  width: 330px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social--block--item {
  width: 330px;
  padding: 17px;
  background-color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
}
.social--block--item > img {
  height: 20px;
}

.cart--item {
  color: #3F5D45;
  margin-bottom: 30px;
}
@media (min-width: 375px) and (max-width: 576px) {
  .cart--item {
    padding: 15px;
  }
}

.cart--title {
  color: #3F5D45;
  background-color: #EAF0ED;
  font-size: 24px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.cart--item--img img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}

.cart--item--btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  border: #EAF0ED 1px solid;
  padding: 13px;
  background-color: white;
  cursor: pointer;
}

.cart--item--text {
  margin: 5px;
}

.cart--item--footer, .cart--item--img {
  flex-grow: 1;
}

.cart--item--content {
  flex-grow: 2;
}
.cart--delete--btn {
  border: 0px;
  background-color: white;
  cursor: pointer;
}
@media (min-width: 375px) and (max-width: 576px) {
  .cart--delete--btn {
    display: none;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  .cart--item--img, .cart--item--content {
    width: 50%;
  }
}

.cart--item--footer {
  color: #3F5D45;
}
@media (min-width: 375px) and (max-width: 576px) {
  .cart--item--footer {
    width: 100%;
    border-top: #EAF0ED 1px solid;
    border-bottom: #EAF0ED 1px solid;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1em;
  }
}

.cart--total {
  background-color: white;
  color: #3F5D45;
}
@media (min-width: 756px) {
  .cart--total {
    margin-left: 1em;
    margin-bottom: 1em;
    background-color: #3F5D45;
    color: white;
  }
}

.cart--total--title {
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media (min-width: 375px) and (max-width: 576px) {
  .cart--total--title {
    background-color: #EAF0ED;
    color: #3F5D45;
  }
}

.cart--total--content > ul {
  margin: 0px;
  padding: 0px;
}

.cart--total--content > ul > li {
  display: flex;
  justify-content: space-between;
}

.cart--total--item > p {
  font-weight: lighter;
  font-size: 1em;
  margin: 0px;
}

.cart--total--items > p {
  font-size: 1.2em;
  font-weight: bold;
}

.cart--total--btn {
  width: 100%;
  padding: 16px;
  background-color: #FFE180;
  text-align: center;
  font-size: 1.5em;
  color: #3F5D45;
  font-weight: bold;
  border: 0px;
  cursor: pointer;
}

.cart--total--wrapper {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
}

.checkout--block {
  background-color: #3F5D45;
}
@media (min-width: 756px) {
  .checkout--block {
    margin-bottom: 2em;
  }
}

.checkout--title {
  font-size: 36px;
  padding: 30px 40px;
  color: white;
}
@media (min-width: 375px) and (max-width: 576px) {
  .checkout--title {
    padding: 16px;
  }
}

.step--item {
  position: absolute;
  color: white;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  font-size: 14px;
}
.step--item.active {
  color: #FFE180;
}
.step--item.done {
  background-color: #3F5D45;
  border-radius: 50%;
}

.checkout--detail {
  background-color: white;
  color: #8DA291;
}
@media (min-width: 375px) and (max-width: 576px) {
  .checkout--detail {
    display: none;
  }
}

.checkout--detail--img {
  width: 120px;
  height: 80px;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout--detail--title {
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-color: #EAF0ED;
  color: #8DA291;
}

.checkout--detail--content > ul {
  margin: 0px;
  padding: 0px;
}

.checkout--detail--content > ul > li {
  display: flex;
  justify-content: space-between;
}

.checkout--detail--item {
  font-weight: lighter;
  font-size: 1em;
  margin: 0px;
}

.checkout--detail--items {
  font-size: 1.2em;
  font-weight: bold;
}

.checkout--detail--btn {
  width: 100%;
  padding: 16px;
  background-color: #FFE180;
  text-align: center;
  font-size: 1.5em;
  color: #3F5D45;
  font-weight: bold;
}

.checkout--detail--wrapper {
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 756px) {
  .checkout--detail--wrapper {
    margin-bottom: 5em;
  }
}

.checkout--block--input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.success--content {
  width: 300px;
  top: 0px;
  left: 50%;
  margin-left: -150px;
  height: 100%;
}
.success--content > div {
  margin-top: 3em;
}

.success--img {
  width: 190px;
}/*# sourceMappingURL=all.css.map */