/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

* {
  color: #3F5D45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.header {
  position: relative;
  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;
  padding: 30px 0;
  z-index: 99999;
}

.header .button-toggle {
  display: none;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .button-toggle {
    display: block;
    width: 20%;
  }
}

@media (max-width: 584px) {
  .header .button-toggle {
    display: block;
    width: 20%;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .button-toggle a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
}

@media (max-width: 584px) {
  .header .button-toggle a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .button-toggle img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 584px) {
  .header .button-toggle img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}

.header .shopcar {
  display: none;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .shopcar {
    display: block;
    width: 20%;
  }
}

@media (max-width: 584px) {
  .header .shopcar {
    display: block;
    width: 20%;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .shopcar a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
}

@media (max-width: 584px) {
  .header .shopcar a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .shopcar img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 584px) {
  .header .shopcar img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 584px) {
  .header h1 {
    width: 60%;
  }
}

.header h1 .logo {
  background: url("https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/master/student-week1/logo-all-dark.svg") no-repeat;
  background-size: auto;
  width: 220px;
  height: 40px;
  display: block;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header h1 .logo {
    background: url("https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/master/student-week1/logotype-sm-dark.svg") no-repeat;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 584px) {
  .header h1 .logo {
    background: url("https://raw.githubusercontent.com/hexschool/webLayoutTraining1st/master/student-week1/logotype-sm-dark.svg") no-repeat;
    width: 175px;
    height: 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0px;
  z-index: 999;
}

.header .menu.active {
  max-height: 200px;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 584px) {
  .header .menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .menu li {
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu li {
    width: 100%;
  }
}

@media (max-width: 584px) {
  .header .menu li {
    width: 100%;
  }
}

.header .menu li a {
  font-size: 16px;
  padding: 0 30px;
  font-weight: 600;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}

@media (max-width: 584px) {
  .header .menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}

.header .menu li:hover {
  color: #77b182;
  background: #EAF0ED;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu li:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 584px) {
  .header .menu li:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu li:hover {
    background-color: #EAF0ED;
  }
}

@media (max-width: 584px) {
  .header .menu li:hover {
    background-color: #EAF0ED;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .header .menu li:nth-child(4) {
    display: none;
  }
}

@media (max-width: 584px) {
  .header .menu li:nth-child(4) {
    display: none;
  }
}

.container {
  max-width: 940px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .container {
    max-width: 80%;
  }
}

.contact-fluid {
  background: #3F5D45;
}

.contact-fluid .contact {
  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: 0 auto;
  max-width: 800px;
  padding: 30px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-fluid .contact {
    width: 80%;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .contact-fluid .contact {
    width: 80%;
  }
}

@media (max-width: 584px) {
  .contact-fluid .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-fluid .contact .subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

@media (max-width: 584px) {
  .contact-fluid .contact .subTitle {
    width: 80%;
    padding: 0 0 30px;
  }
}

.contact-fluid .contact .subTitle img {
  max-width: 40px;
  height: auto;
  margin-right: 20px;
}

.contact-fluid .contact .subTitle h3 {
  font-size: 24px;
  font-weight: 500;
  color: #EAF0ED;
}

.contact-fluid .contact .subForm {
  position: relative;
  width: 48%;
}

@media (max-width: 584px) {
  .contact-fluid .contact .subForm {
    width: 80%;
  }
}

.contact-fluid .contact .subForm .txt {
  width: 75%;
  background-color: #EAF0ED;
  border: 0;
  padding: 16px 16px 16px 64px;
}

.contact-fluid .contact .subForm .mailbtn {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 20px;
}

.contact-fluid .contact .subForm .send {
  display: block;
  width: 64px;
  background-color: #FFE180;
  background-image: url("https://github.com/hexschool/webLayoutTraining1st/blob/master/student-week1/arrow_forward-24px.png?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 75%;
}

.footer {
  background-color: #EAF0ED;
}

.info {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .info {
    width: 80%;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .info {
    width: 80%;
  }
}

@media (max-width: 584px) {
  .info {
    padding: 0 30px;
  }
}

.info .infoContent {
  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;
  padding: 30px 0;
}

.info .infoContent .logoAndContact {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 220px;
}

@media (max-width: 584px) {
  .info .infoContent .logoAndContact {
    width: 100%;
    height: auto;
  }
}

.info .infoContent .logoAndContact img {
  max-width: 170px;
  height: auto;
}

@media (max-width: 584px) {
  .info .infoContent .logoAndContact img {
    margin-bottom: 30px;
  }
}

.info .infoContent .logoAndContact .Contactinfo {
  font-size: 16px;
  font-weight: 500;
}

.info .infoContent .marketingContent .vert {
  font-size: 24px;
  font-weight: 900;
  color: #3F5D45;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 2px;
}

@media (max-width: 584px) {
  .info .infoContent .marketingContent .vert {
    display: none;
  }
}

.info .infoElse {
  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;
  padding-bottom: 30px;
}

@media (max-width: 584px) {
  .info .infoElse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 584px) {
  .info .infoElse .socailmediaBtn {
    margin-bottom: 20px;
  }
}

.info .infoElse .socailmediaBtn ul {
  display: table;
}

.info .infoElse .socailmediaBtn ul li {
  float: left;
  margin-right: 8px;
}

.info .infoElse .socailmediaBtn ul li img {
  width: 32px;
}

.banner img {
  margin-bottom: 60px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 584px) {
  .banner img {
    margin-bottom: 0;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 584px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .sidemenu {
  width: 33%;
  text-align: center;
}

@media (min-width: 585px) and (max-width: 767px) {
  .main .sidemenu {
    width: 45%;
    margin-right: 5%;
  }
}

@media (max-width: 584px) {
  .main .sidemenu {
    width: 100%;
    margin-bottom: 60px;
  }
}

.main .sidemenu .sidemenu_title {
  background: #3F5D45;
  padding: 16px 0;
  color: #EAF0ED;
  font-size: 24px;
  font-weight: 600;
}

.main .sidemenu li {
  border: 1px solid #EAF0ED;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .sidemenu li:hover {
  background: #EAF0ED;
}

.main .sidemenu li a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 0;
}

@media (min-width: 585px) and (max-width: 767px) {
  .main .sidemenu li a {
    font-size: 16px;
  }
}

.main .product {
  width: 66%;
}

@media (max-width: 584px) {
  .main .product {
    width: 100%;
  }
}

.main .product .product_list {
  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;
}

@media (min-width: 585px) and (max-width: 767px) {
  .main .product .product_list {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 584px) {
  .main .product .product_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .product .product_list .product_list_item {
  position: relative;
  width: 48%;
  margin: 0 1%;
  text-align: center;
}

@media (min-width: 585px) and (max-width: 767px) {
  .main .product .product_list .product_list_item {
    width: 100%;
  }
}

@media (max-width: 584px) {
  .main .product .product_list .product_list_item {
    width: 80%;
    margin: 0 10%;
  }
}

.main .product .product_list .product_list_item img {
  width: 100%;
  height: auto;
}

.main .product .product_list .product_list_item .intro {
  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;
  text-align: center;
  font-size: 20px;
  border: 1px solid #EAF0ED;
}

.main .product .product_list .product_list_item .intro h3 {
  width: 50%;
  border-right: 1px solid #EAF0ED;
  font-weight: 300;
  padding: 14px 5%;
}

.main .product .product_list .product_list_item .intro p {
  width: 50%;
  font-weight: 600;
  padding: 14px 0;
}

.main .product .product_list .product_list_item .addCart {
  display: block;
  padding: 16px 0;
  font-weight: 600;
  font-size: 24px;
  background: #EAF0ED;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .product .product_list .product_list_item .addCart:hover {
  color: #EAF0ED;
  background: #3F5D45;
}

.main .product .product_list .product_list_item .fav {
  position: absolute;
  right: 22px;
  top: 19px;
}

.main .product .product_list .product_list_item .star {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 10px;
  background: #3F5D45;
  color: #EAF0ED;
  font-size: 16px;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 3px;
}

.main .product .pagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
}

@media (max-width: 584px) {
  .main .product .pagelist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main .product .pagelist img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main .product .pagelist li {
  width: 60px;
  text-align: center;
}

.main .product .pagelist .marks a {
  display: block;
  padding: 17px 18px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
}

.main .product .pagelist .marks a:hover {
  border: 1px solid #3F5D45;
}

.main .product .pagelist .number a {
  display: block;
  padding: 16px;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .product .pagelist .number a:hover {
  color: #EAF0ED;
  background: #3F5D45;
}

@media (min-width: 585px) and (max-width: 640px) {
  .checkout-container {
    max-width: 100%;
  }
}

.checkout-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-main {
    padding: 30px 0;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkout-main {
    padding: 30px 0;
  }
}

@media (min-width: 585px) and (max-width: 640px) {
  .checkout-main {
    padding: 0;
  }
}

@media (max-width: 584px) {
  .checkout-main {
    padding: 0;
  }
}

.checkout-main .receipt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 57%;
  font-weight: 600;
}

@media (min-width: 585px) and (max-width: 640px) {
  .checkout-main .receipt {
    width: 100%;
  }
}

@media (max-width: 584px) {
  .checkout-main .receipt {
    width: 100%;
  }
}

.checkout-main .receipt .receiptContent {
  padding: 30px 40px 0px;
  background-color: #3F5D45;
}

.checkout-main .receipt .receiptContent .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: 30px;
}

.checkout-main .receipt .receiptContent .Title .titleTxt {
  width: 50%;
  font-size: 50px;
  color: #EAF0ED;
}

.checkout-main .receipt .receiptContent .Title .progressbar {
  width: 50%;
  height: 1px;
  border-top: 1px solid #EAF0ED;
  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;
}

.checkout-main .receipt .receiptContent .Title .progressbar i {
  color: #EAF0ED;
  background-color: #3F5D45;
  font-size: 20px;
}

.checkout-main .receipt .receiptContent .receiptType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.checkout-main .receipt .receiptContent .receiptType a {
  display: block;
  width: 50%;
  font-size: 20px;
  padding: 14px 50px;
  color: #EAF0ED;
  border: 1px solid #EAF0ED;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkout-main .receipt .receiptContent .receiptType a {
    padding: 14px 40px;
  }
}

.checkout-main .receipt .receiptContent .receiptType a:hover {
  background-color: #EAF0ED;
  color: #3F5D45;
}

.checkout-main .receipt .receiptContent .receiptType a.active {
  background-color: #EAF0ED;
  color: #3F5D45;
}

.checkout-main .receipt .receiptContent .receiptData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-main .receipt .receiptContent .receiptData h3 {
  width: 100%;
  font-size: 20px;
  color: #EAF0ED;
  margin-bottom: 8px;
}

.checkout-main .receipt .receiptContent .receiptData .textArea {
  width: 100%;
  padding: 17px 20px;
  margin-bottom: 16px;
  color: #8DA291;
}

.checkout-main .receipt .receiptSend .send {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #FFE180;
  width: 100%;
  font-size: 24px;
  color: #3F5D45;
  text-align: center;
  padding: 13px 0;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.checkout-main .receipt .receiptSend .send:after {
  background: #77b182;
  content: "";
  height: 155px;
  left: -120px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100px;
  z-index: 10;
}

.checkout-main .receipt .receiptSend .send:hover {
  letter-spacing: 10px;
  border: 2px solid #77b182;
}

.checkout-main .receipt .receiptSend .send:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.checkout-main .order {
  width: 40%;
}

@media (max-width: 584px) {
  .checkout-main .order {
    display: none;
  }
}

@media (min-width: 585px) and (max-width: 640px) {
  .checkout-main .order {
    display: none;
  }
}

.checkout-main .order .orderDataTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EAF0ED;
  margin-bottom: 20px;
}

.checkout-main .order .orderDataTxt .title {
  width: 100%;
  padding: 16px 100px;
  background-color: #EAF0ED;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #8DA291;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-main .order .orderDataTxt .title {
    padding: 16px 80px;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkout-main .order .orderDataTxt .title {
    padding: 16px 50px;
  }
}

.checkout-main .order .orderDataTxt .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 20px;
}

.checkout-main .order .orderDataTxt .content li {
  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;
}

.checkout-main .order .orderDataTxt .content .subtotal, .checkout-main .order .orderDataTxt .content .shipping {
  font-size: 16px;
  margin-bottom: 8px;
}

.checkout-main .order .orderDataTxt .content .subtotal p, .checkout-main .order .orderDataTxt .content .shipping p {
  color: #8DA291;
  font-weight: 300;
}

.checkout-main .order .orderDataTxt .content .total {
  font-size: 20px;
  margin-top: 8px;
}

.checkout-main .order .orderDataTxt .content .total p {
  color: #8DA291;
  font-weight: 600;
}

.checkout-main .order .orderDataContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EAF0ED;
}

.checkout-main .order .orderDataContent .title {
  width: 100%;
  padding: 16px 100px;
  background-color: #EAF0ED;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #8DA291;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-main .order .orderDataContent .title {
    padding: 16px 80px;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkout-main .order .orderDataContent .title {
    padding: 16px 50px;
  }
}

.checkout-main .order .orderDataContent .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 20px;
  height: 350px;
  overflow-y: scroll;
}

.checkout-main .order .orderDataContent .content .items {
  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: 16px;
  overflow: hidden;
  min-height: 80px;
}

.checkout-main .order .orderDataContent .content .items .items-img {
  width: 47%;
  height: 80px;
}

.checkout-main .order .orderDataContent .content .items .items-img img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout-main .order .orderDataContent .content .items .items-intro {
  width: 47%;
}

.checkout-main .order .orderDataContent .content .items .items-intro .name {
  font-weight: 300;
  font-size: 16px;
}

.checkout-main .order .orderDataContent .content .items .items-intro .price {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkoutSuccess-container {
    max-width: 100%;
  }
}

.checkoutSuccess-main {
  position: relative;
  margin: 0 auto 60px;
  width: 100%;
  min-height: 460px;
  background: url("https://bit.ly/2P7GhNd");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 584px) {
  .checkoutSuccess-main {
    margin-bottom: 0;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkoutSuccess-main {
    margin-bottom: 0;
  }
}

.checkoutSuccess-main .content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 584px) {
  .checkoutSuccess-main .content {
    width: 100%;
  }
}

.checkoutSuccess-main .content .SuccessProgressbar {
  margin: 0 auto 33px;
  width: 195px;
  height: 1px;
  border-top: 1.5px solid #3F5D45;
  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;
}

.checkoutSuccess-main .content .SuccessProgressbar i {
  border-radius: 999em;
  color: #3F5D45;
  background-color: #EAF0ED;
  font-size: 20px;
}

.checkoutSuccess-main .content h2 {
  color: #3F5D45;
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 50px;
}

@media (max-width: 584px) {
  .checkoutSuccess-main .content h2 {
    margin-bottom: 0;
    font-size: 35px;
  }
}

@media (min-width: 585px) and (max-width: 767px) {
  .checkoutSuccess-main .content h2 {
    margin-bottom: 35px;
    font-size: 35px;
  }
}

.checkoutSuccess-main .content .checkoutSuccess-btn {
  width: 100%;
  color: #3F5D45;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  background-color: #FFE180;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.checkoutSuccess-main .content .checkoutSuccess-btn:hover {
  border: 2px solid #77b182;
}

@media (max-width: 584px) {
  .checkoutSuccess-main .content .checkoutSuccess-btn {
    display: none;
  }
}

.checkoutSuccess-main .btn-pad-mobile {
  display: none;
  width: 100%;
  text-align: center;
  color: #3F5D45;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  background-color: #FFE180;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.checkoutSuccess-main .btn-pad-mobile:hover {
  border: 2px solid #77b182;
}

@media (max-width: 584px) {
  .checkoutSuccess-main .btn-pad-mobile {
    display: block;
  }
}
/*# sourceMappingURL=w5.css.map */