body {
  color: #646262;
}

header {
  border-bottom: 1px solid #e1e1e1;
  background: #e7d3b7;
}

.top {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .logo {
  max-height: 60px;
}

.target {
  font-weight: 400;
}

.text-thin {
  font-weight: 200;
}

.title h1 {
  color: #646262;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 60px;
}
.title h2 {
  font-size: 16px;
  font-weight: normal;
  color: #f39fa8;
  margin-bottom: 0;
}
.title .tag {
  font-weight: 300;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.case-title {
  font-size: 24px;
  font-weight: bold;
}

.v-demo .descript {
  margin-top: 5px;
}

.bg-gray {
  background: #f8f8f8;
}

.text-gray {
  color: #aeabab;
}

.border-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.border-bottom-gray {
  border-bottom: 1px solid #e1e1e1;
}

.m-section {
  width: 100%;
  background: #fff;
  z-index: 999;
}
.m-section .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .m-section .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.m-section .menu .logo {
  max-height: 50px;
}
.m-section .menu a.item {
  display: inline-block;
  color: #838383;
  padding: 20px;
}
.m-section .menu a.item:hover {
  text-decoration: none;
  color: #eed6c2;
}
.m-section .menu a.item.active {
  color: #dcbfa6;
  text-shadow: 1px 1px 6px #dcbfa6;
}
.m-section .menu a.item span {
  display: inline-table;
  font-size: 10px;
  color: #dcbfa6;
  transform: translateY(-6px);
  top: 0;
}

.menu-fixed {
  position: fixed;
  top: 0;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content .card {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.content .card h1 {
  font-size: 16px;
  font-weight: normal;
}
.content .card-hover:hover {
  border: 1px solid #585756;
}

.bar-fix {
  height: 6px;
}
.bar-fix .progress-bar {
  background-color: #5dccae;
}

@media (min-width: 992px) {
  .donate-items {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    max-height: 90vh;
    overflow: scroll;
  }
}
.donate-items a:hover {
  text-decoration: none;
}
.donate-items p {
  margin-bottom: 0;
}
.donate-items h2 {
  font-size: 18px;
  line-height: 36px;
  color: #646262;
  margin-bottom: 0;
}
.donate-items .plan {
  color: #9f7a6c;
}
.donate-items .count {
  font-size: 12px;
  color: #555555;
  background: #edecf1;
  padding: 5px;
  border-radius: 5px;
}
.donate-items .description {
  padding: 10px 5px;
  font-size: 15px;
}
.donate-items .description p {
  color: #585756;
  margin-bottom: 1rem;
}
.donate-items .donate {
  width: 100%;
  height: 40px;
  color: aliceblue;
  background: #5dccae;
}
.donate-items .donate:hover {
  color: aliceblue;
  background: #71dfc2;
}
.donate-items .card:hover {
  border: 1px solid #585756;
}

.percent {
  padding-left: 10px;
}

.btn-donate {
  width: 235px;
  height: 40px;
  color: aliceblue;
  background: #5dccae;
}
.btn-donate:hover {
  color: aliceblue;
  background: #71dfc2;
}

.btn-green {
  height: 40px;
  color: aliceblue;
  background: #5dccae;
}
.btn-green:hover {
  color: aliceblue;
  background: #71dfc2;
}

.btn-pink {
  height: 40px;
  color: aliceblue;
  background: #f39fa8;
}
.btn-pink:hover {
  color: aliceblue;
  background: #e7acb2;
}

.btn-brown-light {
  height: 40px;
  color: aliceblue;
  background: #dcbfa6;
}
.btn-brown-light:hover {
  color: aliceblue;
  background: #eed6c2;
}

.news-box {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.news-box a {
  color: #5dccae;
}
.news-box a:hover {
  color: #f39fa8;
  text-decoration: none;
}
.news-box h3 {
  font-size: 20px;
  font-weight: 400;
  color: #646262;
}
.news-box h3 a {
  color: #555555;
  text-decoration: none;
}
.news-box:hover {
  border: 1px solid #585756;
}
.news-box .post-date {
  color: #aeabab;
  font-weight: 200;
}

.faq .question > div > span {
  color: #646262;
  margin-right: 15px;
}
.faq .ans {
  font-weight: 200;
  color: #767676;
  display: none;
}
.faq.active .ans {
  display: block !important;
}
.faq.active .fa-angle-up:before {
  content: "\f107";
}

footer {
  padding-top: 30px;
  padding-bottom: 60px;
}

.vbox {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top:30px;*/
  height: 0;
  overflow: hidden;
}

.vbox iframe,
.vbox object,
.vbox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gotop {
  position: fixed;
  cursor: pointer;
  z-index: 90;
  right: 30px;
  bottom: 70px;
  display: none;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #dcbfa6;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

::placeholder {
  color: #ebebeb;
}

.font-red {
  color: #da4040;
}

.total {
  font-size: 24px;
}

.product-title {
  font-size: 20px;
  line-height: 1.8rem;
}

.price {
  font-size: 22px;
  color: #dcbfa6;
}
.price span {
  font-size: 16px;
  color: #dcbfa6;
  margin-right: 8px;
}

/*-- Quantity --*/
.quantity {
  color: #1a1a1a;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.quantity-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
  color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.quantity .qtybutton {
  position: absolute;
  cursor: pointer;
  top: 0;
  font-weight: 700;
  width: 36px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quantity .qtybutton.inc {
  right: 0;
  text-align: left;
}

.quantity .qtybutton.dec {
  left: 0;
  text-align: right;
}

.quantity--2 {
  max-width: 120px;
  height: calc(1.5em + 0.75rem - 2px);
  line-height: calc(1.5em + 0.75rem - 2px);
}

.quantity--2 .qtybutton {
  width: 20px;
}

.coupon-form-areas {
  display: inline-block;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  position: relative;
}

.shipment {
  display: none;
}

.old-price {
  font-size: 12px;
  color: #bfbfbf;
  text-decoration: line-through;
  margin-right: 8px;
}

.main-content p {
  margin-bottom: 1rem;
  line-height: 1.8rem;
}

.mobile-purchase {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 100;
  border-radius: 0;
  min-height: 50px;
}

.mobile-purchase:hover {
  color: aliceblue;
}

@media (max-width: 767px) {
  .gotop {
    bottom: 70px;
  }
  .mobile-purchase {
    display: flex !important;
  }
  .top {
    height: 50px;
  }
  .top .logo {
    max-height: 40px;
  }
}
label span {
  color: #da4040;
}

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