*,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir', 'Nunito', Sans-Serif, serif;
}
html,
body,
div,
span,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
link,
input,
textarea,
form,
select,
iframe,
img,
audio,
video {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
a,
link,
input,
textarea,
form,
div,
span,
article {
  line-height: 1.375;
  color: #424242;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  margin: 0;
  padding: 0;
}
html,
body,
.layout,
#__next {
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
a,
a:active,
a:hover,
a:visited,
a:link,
a:focus {
  outline: 0;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e2e2e2;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: #424242;
}
input::placeholder,
textarea::placeholder {
  color: #BFBFBF;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page {
  max-width: 1024px;
}
.place-holder {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clickable {
  cursor: pointer;
}
.layout-group-info {
  z-index: 501;
  margin-bottom: 20px;
  padding: 16px;
  width: 100%;
  background: #F8F8F8;
  position: fixed;
  top: 0;
  cursor: pointer;
}
.layout-group-info .content {
  position: relative;
  margin: auto;
  max-width: 1170px;
}
.layout-group-info .btn-next {
  position: absolute;
  right: 16px;
  top: 16px;
}
.layout-group-info .btn-invite {
  position: absolute;
  right: 16px;
  top: 0;
  height: 32px;
  border-radius: 20px;
  background: white;
  padding: 7px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #424242;
}
.layout-group-info .btn-invite img {
  margin-right: 16px;
}
.layout-group-info .title {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}
.layout-group-info .title img {
  margin-right: 8px;
}
.layout-group-info .info-row {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.layout-group-info .info {
  display: flex;
  align-items: center;
  margin-right: 16px;
  color: #424242;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.layout-group-info .info img {
  margin-right: 8px;
}
.popup-view-group-expired .title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #424242;
}
.popup-view-group-expired .description {
  margin-top: 12px;
  font-size: 14px;
  color: #767676;
}
.popup-view-group-expired .btn-leave {
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  margin-top: 24px;
}
.popup-view-share-group-order .content {
  padding-bottom: 96px;
}
.popup-view-share-group-order .content .banner {
  width: 100%;
  text-align: center;
}
.popup-view-share-group-order .content .title {
  font-weight: 500;
  font-size: 24px;
  color: #424242;
  margin-top: 8px;
  margin-bottom: 8px;
}
.popup-view-share-group-order .content .title img {
  width: 24px;
  margin-right: 8px;
}
.popup-view-share-group-order .content .subtitle {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.popup-view-share-group-order .content .info {
  margin-top: 8px;
  font-size: 14px;
}
.popup-view-share-group-order .content .input-group {
  margin-top: 24px;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.popup-view-share-group-order .content .input-group input {
  width: 100%;
  border-radius: 20px;
  padding: 8px 12px;
}
.popup-view-share-group-order .content .input-group .btn-copy {
  position: absolute;
  right: 16px;
  top: 8px;
}
.popup-view-share-group-order .content .section {
  position: relative;
}
.popup-view-share-group-order .content .section img {
  margin-right: 12px;
  display: inline-block;
  width: 18px;
}
.popup-view-share-group-order .content .section .info {
  display: inline-block;
  width: calc(100% - 30px);
  border-bottom: 1px solid #ECECEC;
  padding: 16px;
}
.popup-view-share-group-order .content .section .info .btn-edit {
  padding: 6px 16px;
  position: absolute;
  top: 16px;
  right: 0;
  background: #F6F6F6;
  border-radius: 50px;
  font-size: 14px;
  color: #767676;
}
.popup-view-share-group-order .content .option {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #FAFAFA;
  font-weight: 500;
  font-size: 14px;
  color: #424242;
  position: relative;
}
.popup-view-share-group-order .content .option img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.popup-view-share-group-order .content .btn-start,
.popup-view-share-group-order .content .btn-save {
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  margin-top: 24px;
  background: #6FC16D;
  border-radius: 10px;
  width: calc(100% - 32px);
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 9px;
  color: #FFFFFF;
  text-align: center;
}

.component-system-msg {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 24px;
  max-width: 673px;
  width: 100%;
  z-index: 1015;
}
@media screen and (max-width: 768px) {
  .component-system-msg {
    padding: 0 16px;
  }
}
.component-system-msg .msg-block .single-msg {
  position: relative;
  margin-bottom: 12px;
  padding: 24px;
  border-radius: 9px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg {
    padding: 12px 16px;
    min-height: 60px;
  }
}
.component-system-msg .msg-block .single-msg .left {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .left {
    margin-right: 12px;
  }
}
.component-system-msg .msg-block .single-msg .left img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .left img {
    width: 20px;
    height: 20px;
  }
}
.component-system-msg .msg-block .single-msg .right {
  float: left;
  width: calc(100% - 102px);
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right {
    width: calc(100% - 54px);
  }
}
.component-system-msg .msg-block .single-msg .right h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.component-system-msg .msg-block .single-msg .right p {
  font-size: 16px;
}
.component-system-msg .msg-block .single-msg .right p span {
  color: #6FC16D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg .right p span:hover {
  color: #6FC16D;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .right p {
    font-size: 14px;
  }
}
.component-system-msg .msg-block .single-msg .close {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .component-system-msg .msg-block .single-msg .close {
    top: 12px;
    right: 30px;
  }
}
.component-system-msg .msg-block .single-msg .close img {
  width: 16px;
  height: 16px;
}
.component-system-msg .msg-block .single-msg-error {
  color: #E42D2D;
  background-color: #FFF0F0;
}
.component-system-msg .msg-block .single-msg-error .right .title,
.component-system-msg .msg-block .single-msg-error .right .message {
  color: #E42D2D;
}
.component-system-msg .msg-block .single-msg-error .right .title span,
.component-system-msg .msg-block .single-msg-error .right .message span {
  color: #E42D2D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg-error .right .title span:hover,
.component-system-msg .msg-block .single-msg-error .right .message span:hover {
  color: #E42D2D;
}
.component-system-msg .msg-block .single-msg-success {
  color: #6FC16D;
  background-color: #ECFFEC;
}
.component-system-msg .msg-block .single-msg-success .right .title,
.component-system-msg .msg-block .single-msg-success .right .message {
  color: #6FC16D;
}
.component-system-msg .msg-block .single-msg-success .right .title span,
.component-system-msg .msg-block .single-msg-success .right .message span {
  color: #6FC16D;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.component-system-msg .msg-block .single-msg-success .right .title span:hover,
.component-system-msg .msg-block .single-msg-success .right .message span:hover {
  color: #6FC16D;
}

.section-footer {
  bottom: 0;
  max-width: 1440px;
  margin: auto;
  padding: 0 32px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-footer {
    padding: 40px 16px;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }
}
.section-footer .footer-terms-and-policy-mobile {
  display: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-footer .footer-terms-and-policy-mobile {
    display: block;
  }
}
.section-footer .footer-terms-and-policy-mobile a span {
  color: #BFBFBF;
  white-space: nowrap;
  margin-right: 24px;
}
.section-footer .section-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-footer .section-footer-inner .footer-text {
  width: 50%;
  font-style: normal;
  font-size: 12px;
  color: #BFBFBF;
}
.section-footer .section-footer-inner .footer-text .footer-highlight {
  color: #6FC16D;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .section-footer .section-footer-inner .footer-text .footer-highlight {
    display: block;
    margin-left: 0;
  }
}
.section-footer .section-footer-inner .footer-text .footer-highlight b {
  color: inherit;
}
.section-footer .section-footer-inner .footer-terms-and-policy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-footer .section-footer-inner .footer-terms-and-policy {
    display: none;
  }
}
.section-footer .section-footer-inner .footer-terms-and-policy a span {
  color: #BFBFBF;
  white-space: nowrap;
  margin-right: 24px;
}
.section-footer .section-footer-inner .lang {
  width: 50%;
  text-align: right;
}
.section-footer .section-footer-inner .lang .lang-text {
  font-size: 14px;
  margin-bottom: 8px;
}
.section-footer .section-footer-inner .lang .lang-tabs .single-tab {
  cursor: pointer;
  float: right;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #ececec;
}

.element-search-bar {
  position: relative;
  max-width: 305px;
  width: 100%;
  height: 40px;
}
.element-search-bar input {
  height: 40px;
  width: 100%;
  border-radius: 20px;
  border: 0;
  padding: 0 16px 0 48px;
  font-size: 14px;
  font-weight: 400;
  background: #f6f6f6;
}
.element-search-bar .btn-search {
  position: absolute;
  left: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.element-search-bar .btn-close {
  position: absolute;
  right: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.location-bar {
  border: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .location-bar {
    background-color: #ffffff;
    margin-right: 0;
  }
}
.location-bar .location-bar-inner {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 24px 0 48px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .location-bar .location-bar-inner {
    padding: 0;
  }
}
.location-bar .location-bar-inner .text-green {
  color: #6FC16D;
}
.location-bar .location-bar-inner .no-zipcode {
  color: #6FC16D;
}
.location-bar .location-bar-inner-active {
  color: #424242;
}
.location-bar .header-img-location {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 16px;
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .location-bar .header-img-location {
    display: none;
  }
}

.section-header {
  width: 100%;
}
.section-header .section-header-placeholder {
  height: 64px;
}
@media screen and (max-width: 767px) {
  .section-header .section-header-placeholder {
    height: 48px;
  }
}
.section-header .mobile-location-bar-placeholder {
  height: 48px;
}
.section-header .section-header-desktop,
.section-header .section-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header .section-header-desktop .header-left,
.section-header .section-header-mobile .header-left,
.section-header .section-header-desktop .header-right,
.section-header .section-header-mobile .header-right {
  display: flex;
  align-items: center;
}
.section-header .section-header-desktop .header-left,
.section-header .section-header-mobile .header-left {
  flex-grow: 999;
}
.section-header .section-header-desktop .header-left .header-logo img,
.section-header .section-header-mobile .header-left .header-logo img {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.section-header .section-header-desktop .header-left .header-left-element:not(:last-of-type),
.section-header .section-header-mobile .header-left .header-left-element:not(:last-of-type) {
  margin-right: 16px;
}
.section-header .section-header-desktop .header-right,
.section-header .section-header-mobile .header-right {
  justify-content: flex-end;
}
.section-header .section-header-desktop .header-right .header-btn,
.section-header .section-header-mobile .header-right .header-btn {
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section-header .section-header-desktop .header-right .header-btn-signup,
  .section-header .section-header-mobile .header-right .header-btn-signup {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
  }
}
.section-header .section-header-desktop .header-right .btn-cart,
.section-header .section-header-mobile .header-right .btn-cart {
  cursor: pointer;
  background: #D6F1D6;
  border-radius: 20px;
  width: fit-content;
  padding: 8px 20px;
  height: 40px;
  color: #6FC16D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header .section-header-desktop .header-right .btn-cart img,
.section-header .section-header-mobile .header-right .btn-cart img {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.section-header .section-header-desktop .header-right .btn-cart .amount,
.section-header .section-header-mobile .header-right .btn-cart .amount {
  font-size: 12px;
  font-weight: 500;
  color: #6FC16D;
}
.section-header .section-header-desktop {
  height: 64px;
  padding: 0 40px;
}
.section-header .section-header-mobile {
  height: 48px;
  padding: 0 16px;
  font-weight: 900;
  font-size: 18px;
}
.section-header .section-header-mobile .header-left {
  margin-right: 16px;
}
.section-header .section-header-mobile .header-left .header-logo img {
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 5px;
}
.section-header .section-header-mobile .header-left .go-back {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.section-header .section-header-mobile .header-left .btn-show-search {
  width: 20px;
  height: 20px;
}
.section-header .section-header-mobile .header-right .menu {
  width: 20px;
  height: 20px;
}
.section-header .section-header-mobile .header-right .page-menu {
  text-align: center;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
}
.section-header .section-header-mobile .header-right .page-menu .page-menu-header {
  height: 48px;
  position: relative;
  margin-bottom: 42px;
}
.section-header .section-header-mobile .header-right .page-menu .page-menu-header img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 9px;
}
.section-header .section-header-mobile .header-right .page-menu .option {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 32px;
}
.section-header .section-header-mobile .header-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-header .section-header-mobile .header-center .page-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.section-header .section-header-mobile .header-center .location-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header .section-header-mobile .header-center .location-bar .location-bar-inner {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  background-color: transparent;
}
.section-header .section-header-mobile .header-center .location-bar .location-bar-inner .no-zipcode {
  color: #6fc16d;
}
.section-header .section-header-mobile .header-center .location-bar .header-img-location {
  width: 20px;
  height: 20px;
  z-index: 2;
  margin-right: 12px;
}
.section-cart {
  z-index: 500;
  background: #6FC16D;
  border-radius: 29px;
  height: 54px;
  color: white;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-cart {
    display: none;
  }
}
.section-cart .left {
  position: relative;
  left: 32px;
  top: 14px;
}
.section-cart .count {
  position: absolute;
  top: 14px;
  left: 66px;
  line-height: 26px;
  font-size: 16px;
  color: white;
}
.section-cart .amount {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: white;
}
.section-cart .right {
  position: relative;
  right: 32px;
  top: 14px;
  float: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: white;
}

.page-group {
  max-width: inherit;
  margin: auto;
  line-height: 1.375;
}
.page-group .header {
  background: white;
  text-align: right;
  border-bottom: 1px solid #ECECEC;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
.page-group .header img {
  position: absolute;
  left: 16px;
  width: 28px;
  top: 6px;
  height: 28px;
}
.page-group .header .tab {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  padding: 9px;
}
.page-group .row {
  margin: 0;
}
.page-group .page-banner {
  padding: 64px 16px 16px 16px;
  border-bottom: 1px solid #ececec;
}
.page-group .page-banner .existing-transaction {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  background: #FFF0F0;
  font-weight: 500;
  margin-bottom: 32px;
  color: #424242;
}
.page-group .page-banner .existing-transaction .btn-edit {
  float: right;
  font-weight: 500;
  color: #424242;
}
.page-group .page-banner .title {
  font-size: 16px;
  font-weight: 500;
}
.page-group .page-banner .rich-textarea-block {
  margin-top: 12px;
  position: relative;
}
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block {
  overflow: hidden;
}
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor {
  border: none;
  padding: 0;
}
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container h1,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor h1,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container h2,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor h2,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container h3,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor h3,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container h4,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor h4,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-container p,
.page-group .page-banner .rich-textarea-block .rich-textarea-innner-block .ql-editor p {
  padding: 0;
}
.page-group .page-banner .rich-textarea-block .mask {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: calc(100% + 2px);
  height: 60px;
  background: linear-gradient(0, #ffffff 15%, rgba(255, 255, 255, 0) 100%);
  margin: -1px;
}
.page-group .page-banner .rich-textarea-block .mask-control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-weight: 500;
}
.page-group .page-banner .rich-textarea-block .mask-control .btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
}
.page-group .page-banner .rich-textarea-block .mask-control .btn-toggle img {
  margin-right: 4px;
  height: 20px;
  width: 20px;
}
.page-group .page-banner .rich-textarea-block .mask-off {
  bottom: -30px;
}
.page-group .page-banner .rich-textarea-block .mask-off .btn-toggle img {
  transform: rotate(-180deg);
}
.page-group .page-banner .description {
  font-size: 13px;
  margin-top: 8px;
  font-weight: 400;
  color: white;
}
.page-group .count-down {
  font-size: 14px;
}
.page-group .count-down .time {
  display: inline;
  color: #CF6363;
}
.page-group .info-row {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 24px;
}
.page-group .info-row .info-block {
  padding: 0 8px;
}
.page-group .info-row .info-block .info-title {
  width: fit-content;
  font-size: 12px;
  color: #979797;
}
.page-group .info-row .info-block .info-content {
  margin-top: 12px;
  font-size: 16px;
}
.page-group .info-row .info-block .info-content .btn-delivery-info {
  color: #6fc16d;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 8px;
}
.page-group .page-content {
  padding-bottom: 120px;
}
.page-group .btn-follow {
  margin: 24px 16px 16px 16px;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
}
.page-group .delivery-method-section {
  padding-left: 8px;
  padding-right: 8px;
}
.page-group .delivery-method-section .delivery-option {
  margin-top: 16px;
}
.page-group .delivery-method-section .delivery-option-check {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.page-group .delivery-method-section .delivery-option-info {
  display: inline-block;
  max-width: 80%;
}
.page-group .payment-section .payment-option {
  padding: 8px;
  cursor: pointer;
}
.page-group .payment-section .payment-option img {
  margin-right: 12px;
}
.page-group .item-row {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
  border-bottom: 1px solid #E2E2E2;
}
.page-group .item-row .image-column {
  display: block;
  float: left;
  height: 120px;
  width: 120px;
  margin-bottom: 16px;
  border-radius: 15px;
  overflow: hidden;
}
.page-group .item-row .image-column img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.page-group .item-row .info-column {
  padding: 0 16px;
  display: block;
  float: left;
  width: calc(100% - 120px);
  min-height: 100px;
  position: relative;
  font-size: 14px;
}
.page-group .item-row .info-column .item-name {
  font-size: 16px;
  font-weight: 500;
  line-break: anywhere;
  margin-bottom: 12px;
}
.page-group .item-row .info-column .item-unit {
  margin-bottom: 24px;
}
.page-group .item-row .info-column .item-stat {
  font-size: 12px;
  color: #767676;
  position: absolute;
  bottom: 0;
}
.page-group .item-row .info-column .item-price {
  margin-bottom: 30px;
}
.page-group .item-row .purchase-column {
  width: calc(100% - 32px);
  display: inline-block;
  float: right;
  height: 20px;
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.page-group .item-row .purchase-column .num-bar {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-group .item-row .purchase-column .num-bar img,
.page-group .item-row .purchase-column .num-bar .count {
  float: left;
}
.page-group .item-row .purchase-column .num-bar .count {
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}
.page-group .item-row .purchase-column .num-bar img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.page-group .item-row .purchase-column .num-bar .choose-unit {
  padding: 9px 19px;
  background: #6FC16D;
  border-radius: 15px;
  color: white;
  position: relative;
}
.page-group .item-row .purchase-column .num-bar .choose-unit .floating-count {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  border: 1px solid #DE4A39;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  background: #DE4A39;
  font-weight: 500;
  transform: translate(30%, -30%);
}
.page-group .banner-row {
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .page-group .banner-row {
    display: flex;
    justify-content: space-between;
  }
}
.page-group .banner-row .left {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-group .banner-row .left {
    margin-right: 24px;
    width: calc(60% - 24px);
  }
}
.page-group .banner-row .left img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 164px;
}
@media screen and (min-width: 768px) {
  .page-group .banner-row .left img {
    height: 300px;
  }
}
.page-group .banner-row .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-group .banner-row .right {
    width: 40%;
  }
}
.page-group .banner-row .right .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.page-group .carousel-row {
  overflow: hidden;
  border-radius: 15px;
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
}
.page-group .carousel-row .component-carousel {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .page-group .carousel-row .component-carousel {
    height: 164px;
  }
}
.page-group .category-tab-row {
  padding: 12px 12px;
  display: inline-block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  background-color: #f8f8f8;
}
.page-group .category-tab-row::-webkit-scrollbar {
  display: none;
}
.page-group .category-tab-row .category-content {
  width: max-content;
  position: relative;
}
.page-group .category-tab-row .category-tab {
  float: left;
  font-size: 14px;
  color: #767676;
  padding: 4px 8px;
  border-radius: 5px;
  width: inherit;
  font-weight: 700;
}
.page-group .category-tab-row .category-tab-selected {
  background-color: #6FC16D;
  color: #fff;
}
.page-group .category-tab-locked {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 48px;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 49, 107, 0.05);
}
.page-group .statement-row {
  margin: 24px 0 0 0;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  background: white;
  width: 100%;
}
.page-group .statement-row .statement-inner-block {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #767676;
}
.page-group .list-title {
  font-size: 20px;
  font-weight: 500;
  margin: 24px 16px 4px 16px;
}
.page-group .transaction-row {
  padding: 16px;
  border-bottom: 1px solid #ECECEC;
}
.page-group .transaction-row .transaction-title {
  font-size: 16px;
}
.page-group .transaction-row .transaction-title .time-diff {
  float: right;
}
.page-group .transaction-row .transaction-title img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 16px;
}
.page-group .transaction-row .transaction-title .right {
  font-size: 16px;
  font-weight: 500;
}
.page-group .transaction-row .user-info-phone {
  font-size: 16px;
  font-weight: 500;
}
.page-group .transaction-row .id-row {
  margin-bottom: 12px;
}
.page-group .transaction-row .transaction-row-body {
  margin-top: 12px;
  line-break: anywhere;
  margin-left: 54px;
}
.page-group .support {
  text-align: center;
  margin-top: 16px;
  color: #BFBFBF;
}
.page-group .cart-bar {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 60px;
  padding: 10px;
  bottom: 48px;
  left: 0;
  background: #6FC16D;
  color: white;
}
.page-group .cart-bar .left {
  float: left;
  color: white;
  font-size: 16px;
  padding: 9px;
}
.page-group .cart-bar .right {
  float: right;
  cursor: pointer;
  color: white;
  font-size: 16px;
  padding: 9px;
}
.page-group .cart-bar-iphone-x {
  bottom: 82px;
}
.page-group h1 {
  margin-top: 16px;
  font-size: 16px;
  padding: 8px;
}
.page-group .input-row {
  width: 100%;
  padding: 4px 8px;
}
.page-group .input-row input {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  padding: 9px;
}
.page-group .input-row .half {
  width: calc(50% - 8px);
}
.page-group .input-row .half-left {
  margin-right: 8px;
}
.page-group .input-row .half-right {
  margin-left: 8px;
}
.page-group .input-row .full {
  width: 100%;
}
.page-group .tip-input {
  position: relative;
}
.page-group .tip-input .floating {
  position: absolute;
  left: 17px;
  line-height: 24px;
  top: 13px;
}
.page-group .tip-input .full {
  padding-left: 27px;
}
.page-group .bill-row {
  padding: 16px;
}
.page-group .checkout-bar {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 60px;
  bottom: 48px;
  left: 0;
  background: #6FC16D;
  color: white;
}
.page-group .checkout-bar .full {
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 19px;
}
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.page-group-order {
  max-width: inherit;
  margin: auto;
}
.page-group-order .popup-header {
  margin-top: 48px;
}
.page-group-order .popup-header h1 {
  font-size: 24px;
  line-height: 33px;
  margin: 24px 0 12px 0;
}
.page-group-order .popup-header p {
  font-size: 18px;
  margin: 0 0 24px 0;
}
.page-group-order .popup-main .photo-cover {
  float: left;
  width: 75%;
  height: 291px;
  padding-left: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-cover {
    width: 100%;
    height: 119px;
    padding-right: 0;
  }
}
.page-group-order .popup-main .photo-cover .cover {
  height: 100%;
  width: 100%;
  background-color: #F4F4F4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: relative;
}
.page-group-order .popup-main .photo-cover .cover .btn-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.page-group-order .popup-main .photo-drop {
  float: left;
  width: 25%;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop {
    width: 100%;
  }
}
.page-group-order .popup-main .photo-drop .photo-drop-area {
  cursor: pointer;
  border: 1px dashed #979797;
  height: 291px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop .photo-drop-area {
    height: 119px;
    margin-bottom: 24px;
  }
}
.page-group-order .popup-main .photo-drop .photo-drop-area .block-loading {
  position: unset;
}
.page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button {
  height: 291px;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button {
    height: 119px;
  }
}
.page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button img {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button img {
    margin-top: 32px;
  }
}
.page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button p {
  margin-top: 32px;
  font-size: 18px;
  color: #BFBFBF;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop .photo-drop-area .photo-drop-area-button p {
    margin-top: 8px;
  }
}
.page-group-order .popup-main .photo-drop-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop-desktop {
    display: none;
  }
}
.page-group-order .popup-main .photo-drop-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-drop-mobile {
    display: block;
  }
}
.page-group-order .popup-main .photo-replace {
  display: none;
}
.page-group-order .popup-main .photo-gallery {
  width: calc(100% + 16px);
  margin: 16px -8px 0 -8px;
  padding: 0;
}
.page-group-order .popup-main .photo-gallery .photo-single-item {
  position: relative;
  height: 140px;
  background-color: #F4F4F4;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 16px 8px;
  width: calc(33.3333% - 16px);
  float: left;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-group-order .popup-main .photo-gallery .photo-single-item {
    height: 119px;
    width: calc(50% - 16px);
  }
}
.page-group-order .popup-main .photo-gallery .photo-single-item .btn-set-as-cover {
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  float: left;
  height: 27px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #6FC16D;
  color: #6FC16D;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 8px;
  font-weight: 500;
  word-break: keep-all;
}
.page-group-order .popup-main .photo-gallery .photo-single-item .btn-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.page-group-order .page-content {
  padding: 0 16px;
  padding-bottom: 70px;
}
.page-group-order .page-content h1 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #424242;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-group-order .item-row {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #BFBFBF;
}
.page-group-order .item-row .image-column {
  display: block;
  float: left;
  height: 80px;
  width: 80px;
}
.page-group-order .item-row .image-column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-group-order .item-row .info-column {
  padding: 0 16px;
  display: block;
  float: left;
  width: calc(100% - 80px);
  min-height: 100px;
  position: relative;
}
.page-group-order .item-row .info-column .item-name {
  line-break: anywhere;
}
.page-group-order .item-row .info-column .item-stat {
  font-size: 12px;
  line-height: 17px;
  color: #767676;
  position: absolute;
  bottom: 0;
}
.page-group-order .item-row .item-price {
  margin-bottom: 30px;
}
.page-group-order .item-row .purchase-column {
  width: 100%;
  height: 20px;
  display: inline-block;
  float: right;
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.page-group-order .item-row .purchase-column .num-bar {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-group-order .item-row .purchase-column .num-bar img,
.page-group-order .item-row .purchase-column .num-bar div {
  display: inline;
}
.page-group-order .item-row .purchase-column .num-bar img {
  cursor: pointer;
}
.page-group-order .delivery-method-section {
  padding-left: 8px;
  padding-right: 8px;
}
.page-group-order .delivery-method-section .delivery-option {
  margin-top: 16px;
}
.page-group-order .delivery-method-section .delivery-option-check {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.page-group-order .delivery-method-section .delivery-option-info {
  display: inline-block;
  max-width: 80%;
}
.page-group-order .info-row {
  margin-top: 8px;
}
.page-group-order .payment-instruction {
  margin: 4px 0 24px 0;
  font-size: 20px;
  line-height: 20px;
  color: #424242;
  font-weight: 500;
}
.page-group-order .payment-row {
  padding: 8px 0;
}
.page-group-order .payment-row .copy-block {
  margin-top: 12px;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px;
}
.page-group-order .payment-row .left {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.page-group-order .payment-row .middle {
  font-size: 16px;
  border: none;
  line-height: 22px;
}
.page-group-order .payment-row .right {
  text-align: right;
  color: #6FC16D;
}
.page-group-order .payment-row .right img {
  width: 20px;
  height: 20px;
}
.page-group-order .btn-edit {
  display: inline-block;
  cursor: pointer;
  margin-top: 16px;
  width: 100%;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  padding: 9px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #6FC16D;
  color: white;
}
.page-group-order .btn-cancel {
  display: inline-block;
  cursor: pointer;
  margin-top: 16px;
  width: 100%;
  height: 40px;
  background: white;
  border-radius: 5px;
  padding: 9px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #6FC16D;
  color: #6FC16D;
}
.page-group-order .input-row {
  width: 100%;
  padding: 4px 0px;
}
.page-group-order .input-row input {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  padding: 9px;
}
.page-group-order .input-row .half {
  width: calc(50% - 8px);
}
.page-group-order .input-row .half-left {
  margin-right: 8px;
}
.page-group-order .input-row .half-right {
  margin-left: 8px;
}
.page-group-order .input-row .full {
  width: 100%;
}
.page-group-order .tip-input {
  position: relative;
}
.page-group-order .tip-input .floating {
  position: absolute;
  left: 17px;
  line-height: 24px;
  top: 13px;
}
.page-group-order .tip-input .full {
  padding-left: 27px;
}
.page-group-order .payment-proof-submitted,
.page-group-order .payment-proof-submit {
  margin-top: 48px;
  padding: 16px;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  margin-left: -16px;
  margin-right: -16px;
}
.page-group-order .payment-proof-submitted .title,
.page-group-order .payment-proof-submit .title {
  font-weight: bold;
  font-size: 16px;
  color: #424242;
}
.page-group-order .payment-proof-submitted .status,
.page-group-order .payment-proof-submit .status {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.page-group-order .payment-proof-submitted img,
.page-group-order .payment-proof-submit img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.page-group-order .payment-proof-submitted .status {
  color: #6FC16D;
}
.page-group-order .payment-proof-submit {
  background: #FFF0F0;
}
.page-group-order .payment-proof-submit .status {
  color: #B52525;
}
.page-group-order .section-contact {
  margin-bottom: 16px;
}
.page-group-order .section-info {
  margin-bottom: 180px;
}
.page-group-order .section-edit {
  z-index: 100;
  position: fixed;
  bottom: 60px;
  left: 16px;
  right: 16px;
}
.page-group-order .section-title {
  margin-top: 16px;
  font-size: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-group-order .section-subtitle {
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-group-order .section-contact .section-title,
.page-group-order .section-info .section-title {
  font-size: 14px;
  font-weight: 500;
}
.page-group-order .section-contact .contact-row,
.page-group-order .section-info .contact-row {
  margin-top: 8px;
}
.page-group-order .cart-bar {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 60px;
  padding: 10px;
  bottom: 0;
  left: 0;
  background: #6FC16D;
  color: white;
}
.page-group-order .cart-bar .left {
  float: left;
  color: white;
  line-height: 22px;
  font-size: 16px;
  padding: 9px;
}
.page-group-order .cart-bar .right {
  float: right;
  cursor: pointer;
  color: white;
  line-height: 22px;
  font-size: 16px;
  padding: 9px;
}
.page-group-order .cart-bar-iphone-x {
  bottom: 0px;
}
.page-group-order .image-area {
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.page-group-order .image-area::-webkit-scrollbar {
  display: none;
}
.page-group-order .image-area .product-image-loading {
  width: 100%;
  height: 100%;
}
.page-group-order .image-area .product-image-field {
  cursor: pointer;
  height: 100%;
  white-space: nowrap;
}
.page-group-order .image-area .product-image-field .single-image {
  width: 235px;
  height: 100%;
  background-color: #F4F4F4;
  display: inline-block;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
}
.page-group-order .image-area .product-image-field .single-image:not(:last-of-type) {
  margin-right: 16px;
}
.page-group-order .image-area .image-area-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-group-order .image-area .image-area-content .text {
  margin-top: 16px;
}
.page-group-order textarea {
  resize: none;
  width: 100%;
  height: 84px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.page-group-order .btn-submit {
  display: inline-block;
  cursor: pointer;
  margin-top: 32px;
  width: calc(100%);
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  padding: 9px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.page-group-share {
  max-width: inherit;
  margin: auto;
}
.page-group-share .page-content {
  padding: 64px 16px 70px 16px;
}
.page-group-share .page-content .section-head {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.page-group-share .page-content .section-head .section-head-image {
  flex-basis: 70px;
}
.page-group-share .page-content .section-head .section-head-image img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.page-group-share .page-content .section-head .section-head-text {
  margin-left: 12px;
}
.page-group-share .page-content .section-head .section-head-text .title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-group-share .page-content .section-head .section-head-text .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.page-group-share .page-content .section-sharing-list .single-sharing {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 16px;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image {
  height: 120px;
  width: 120px;
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-price {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  margin-bottom: 4px;
  font-weight: 700;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-title {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block:not(:last-of-type) {
  margin-right: 4px;
}
.page-group-share .page-content .section-sharing-list .single-sharing .single-sharing-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.page-group-share .page-content .section-sharing-list .single-sharing:not(:last-of-type) {
  margin-bottom: 16px;
}

.page-account {
  max-width: 1024px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-account {
    padding: 16px;
    padding-bottom: 100px;
  }
}
.page-account .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .page-account .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-account .go-back {
    display: none;
  }
}
.page-account .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-account .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-account .go-back img {
  width: 32px;
  height: 32px;
}
.page-account h1 {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-account h1 {
    display: none;
  }
}
.page-account .account-section {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  width: 100%;
  max-width: 675px;
}
.page-account .account-section .section-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}
.page-account .account-section .section-title img {
  margin-right: 16px;
}
.page-account .account-section .section-content {
  padding-left: 41px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-account .account-section .section-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-account .link-account-section {
  max-width: 675px;
}
.page-account .link-account-section .section-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
}
.page-account .link-account-section .account-facebook {
  margin-top: 24px;
}
.page-account .link-account-section .account-facebook .left {
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.page-account .link-account-section .account-facebook .left img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.page-account .link-account-section .account-facebook .right {
  float: right;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
  text-decoration: underline;
  cursor: pointer;
}
.page-account .logout-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
}
.page-account .btn-logout {
  cursor: pointer;
  margin-top: 24px;
  width: 325px;
  height: 40px;
  padding: 9px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #BFBFBF;
}
@media screen and (max-width: 768px) {
  .page-account .btn-logout {
    width: 100%;
  }
}
.page-account .field-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-account .field-value {
  margin-top: 24px;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-account .field-input {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 343px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .page-account .field-input {
    width: 100%;
  }
}
.page-account .field-row {
  width: 343px;
}
@media screen and (max-width: 767px) {
  .page-account .field-row {
    width: 100%;
  }
}
.page-account .field-row .row-left,
.page-account .field-row .row-right {
  width: 45%;
  display: inline-block;
}
.page-account .field-row .row-right {
  margin-left: 10%;
}
.page-account .field-row .field-title,
.page-account .field-row .field-input {
  width: 100%;
}
.page-account .input-field {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #767676;
}
.page-account .input-full {
  margin-top: 12px;
  padding: 12px;
  width: 100%;
  max-width: 500px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
}
.page-account .input-full-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-account .input-group {
  width: 100%;
  max-width: 500px;
}
.page-account .input-group .left {
  margin-top: 12px;
  width: calc(50% - 4px);
  height: 40px;
  padding: 12px;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
}
.page-account .input-group .right {
  margin-top: 12px;
  width: calc(50% - 4px);
  height: 40px;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
}
.page-account .input-group .input-group-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-account .input-full::placeholder,
.page-account .input-group .left::placeholder,
.page-account .input-group .right::placeholder,
.page-account textarea::placeholder {
  color: #BFBFBF;
}
.page-account input:disabled {
  background: #ECECEC !important;
}
.page-account .btn-save {
  cursor: pointer;
  margin-top: 40px;
  width: 300px;
  height: 40px;
  display: inline-block;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .page-account .btn-save {
    width: 100%;
  }
}
.page-account .btn-delete {
  cursor: pointer;
  margin-top: 40px;
  width: 300px;
  height: 40px;
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: 1px solid #6FC16D;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
}
@media screen and (max-width: 767px) {
  .page-account .btn-delete {
    width: 100%;
  }
}
.page-account .add-one {
  cursor: pointer;
  padding: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #767676;
}
.page-account .add-one img {
  height: 22px;
  width: 22px;
  margin-right: 16px;
}
.page-account .address-element {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}
.page-account .address-element .address-row .address-text {
  float: left;
  width: calc(100% - 45px);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-account .address-element .address-row .address-delete {
  float: right;
  text-align: right;
  width: 45px;
  overflow: hidden;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-account .address-element .address-row .address-name {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-account .card-element {
  margin-top: 24px;
  padding: 16px 24px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}
.page-account .card-element .card-text {
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-account .card-element .card-text img {
  margin-right: 24px;
}
.page-account .card-element .card-text .address-delete {
  cursor: pointer;
  float: right;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-account .card-element .card-expire {
  margin-top: 16px;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #424242;
}
.page-account .element-card-form {
  width: 100%;
  max-width: 500px;
}
.page-account .element-card-form .form-row {
  width: 100%;
}
.page-account .element-card-form .element-card-form-number {
  margin-top: 12px;
  width: 100%;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 12px;
}
.page-account .element-card-form .element-card-form-expire {
  width: calc(50% - 8px);
  margin-right: 8px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 12px;
}
.page-account .element-card-form .element-card-form-cvc {
  width: calc(50% - 8px);
  margin-left: 8px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 12px;
}

.page-category {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-category {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.page-category .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1800px) {
  .page-category .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-category .go-back {
    display: none;
  }
}
.page-category .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-category .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-category .go-back img {
  width: 32px;
  height: 32px;
}
.page-category .page-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-category .page-title {
    margin-bottom: 12px;
  }
}
.page-category .page-title .category {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .page-category .page-title .category {
    display: none;
  }
}
.page-category .page-title .count {
  font-weight: 400;
  font-size: 18px;
  color: #767676;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-category .page-title .count {
    font-size: 16px;
  }
}
.page-category .section-items {
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .page-category .section-items {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page-category .block-loading {
  position: relative;
  height: 120px;
  width: 100%;
}

.page-transaction {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-transaction {
    padding-bottom: 100px;
  }
}
.page-transaction .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .page-transaction .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-transaction .go-back {
    display: none;
  }
}
.page-transaction .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-transaction .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-transaction .go-back img {
  width: 32px;
  height: 32px;
}
.page-transaction .page-title {
  font-weight: 900;
  font-size: 32px;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .page-transaction .page-title {
    display: none;
  }
}
.page-transaction .store-status-closed {
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #EA5959;
}
.page-transaction .store-status-ongoing {
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #6FC16D;
}
.page-transaction .page-left {
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-transaction .page-left {
    padding-right: 0;
  }
}
.page-transaction .page-right {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .page-transaction .page-right {
    padding-left: 0;
  }
}
.page-transaction .page-right .btn-edit {
  cursor: pointer;
  margin-top: 12px;
  height: 45px;
  padding: 11px;
  background: #FFFFFF;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
}
.page-transaction .page-right .btn-edit-disabled {
  margin-top: 24px;
  height: 45px;
  padding: 11px;
  background: #BFBFBF;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.page-transaction .page-right .btn-cancel {
  cursor: pointer;
  margin-top: 12px;
  height: 45px;
  padding: 11px;
  background: #FFFFFF;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
}
.page-transaction .page-right .summary-description {
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-transaction .transaction-summary {
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-summary {
    padding: 0;
    border: none;
    border-bottom: 1px solid #ECECEC;
    border-radius: 0;
    padding-bottom: 12px;
  }
}
.page-transaction .transaction-summary .item-content-row .left {
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-transaction .transaction-summary .item-content-row .right {
  text-align: right;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
}
.page-transaction .transaction-summary .item-content-row:not(:last-of-type) {
  margin-bottom: 12px;
}
.page-transaction .transaction-summary .item-notice-row {
  margin-top: 16px;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #424242;
  background: #F8F8F8;
  border-radius: 5px;
}
.page-transaction .transaction-summary .order-id {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #424242;
}
.page-transaction .transaction-summary .status {
  margin-top: 24px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #6FC16D;
}
.page-transaction .transaction-summary .time,
.page-transaction .transaction-summary .address,
.page-transaction .transaction-summary .contact-email,
.page-transaction .transaction-summary .contact-phone {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-transaction .transaction-summary .note-to-customer {
  margin-top: 24px;
}
.page-transaction .transaction-summary .note-to-customer .note-to-customer-title {
  font-size: 18px;
  font-weight: 900;
}
.page-transaction .transaction-summary .note-to-customer .seller-note {
  margin-top: 16px;
  font-size: 16px;
}
.page-transaction .transaction-summary .btn-proof {
  cursor: pointer;
  margin-top: 12px;
  height: 40px;
  padding: 9px;
  background: #6FC16D;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.page-transaction .transaction-item {
  border-bottom: 1px solid #ECECEC;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 675px;
}
.page-transaction .transaction-item .item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-transaction .transaction-item .item-body .item-image {
  cursor: pointer;
  border-radius: 10px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-image {
    width: 104px;
    height: 104px;
  }
}
.page-transaction .transaction-item .item-body .item-group {
  float: left;
  width: calc(100% - 90px);
  padding-left: 16px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-group {
    width: calc(100% - 104px);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
  }
}
.page-transaction .transaction-item .item-body .item-info .name {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-info .name {
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    margin-bottom: 8px;
  }
}
.page-transaction .transaction-item .item-body .item-info .option-text {
  font-size: 14px;
  color: #767676;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-transaction .transaction-item .item-body .item-info .unit {
  font-size: 16px;
  color: #767676;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-info .unit {
    font-size: 14px;
  }
}
.page-transaction .transaction-item .item-body .item-count-price-group {
  height: 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-count-price-group {
    height: 24px;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
  }
}
.page-transaction .transaction-item .item-body .item-count-price-group .modify-count {
  width: 64px;
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-right: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-count-price-group .modify-count {
    height: 24px;
    margin-right: 0;
  }
}
.page-transaction .transaction-item .item-body .item-count-price-group .modify-count .count {
  width: 64px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-transaction .transaction-item .item-body .item-count-price-group .modify-count .count {
    line-height: 24px;
    width: 48px;
  }
}
.page-transaction .transaction-item .item-body .item-count-price-group .price-deleted {
  text-align: right;
  line-height: 32px;
  font-size: 16px;
  width: 72px;
  text-decoration: line-through;
}
.page-transaction .transaction-item .item-body .item-count-price-group .price {
  text-align: right;
  line-height: 32px;
  font-size: 16px;
  width: 72px;
}
.page-transaction .transaction-item .item-note {
  margin-top: 12px;
  font-size: 16px;
  color: #767676;
}
.page-transaction .popup-cancel-transaction .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 500;
}
.page-transaction .popup-cancel-transaction .popup-block {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 438px;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  background-color: #fff;
  z-index: 550;
  padding: 24px;
  border-radius: 5px;
}
.page-transaction .popup-cancel-transaction .popup-header {
  margin-bottom: 24px;
}
.page-transaction .popup-cancel-transaction .popup-header img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.page-transaction .popup-cancel-transaction .popup-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #424242;
}
.page-transaction .popup-cancel-transaction .popup-content {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.page-transaction .popup-cancel-transaction .btn-row {
  margin-top: 32px;
}
.page-transaction .popup-cancel-transaction .btn-row .btn-no {
  display: inline-block;
  cursor: pointer;
  width: 183px;
  height: 44px;
  margin-left: 24px;
  border: 1px solid #6FC16D;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
  border-radius: 5px;
  text-align: center;
  color: #6FC16D;
}
.page-transaction .popup-cancel-transaction .btn-row .btn-yes {
  display: inline-block;
  cursor: pointer;
  width: 183px;
  height: 44px;
  border: 1px solid #6FC16D;
  font-weight: 500;
  background: #6FC16D;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
  border-radius: 5px;
  text-align: center;
  color: white;
}

.page-upload-proof .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .page-upload-proof .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-upload-proof .go-back {
    display: none;
  }
}
.page-upload-proof .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-upload-proof .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-upload-proof .go-back img {
  width: 32px;
  height: 32px;
}
.page-upload-proof .page-left {
  margin-top: 32px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-upload-proof .page-left {
    margin-top: 16px;
    padding-right: 0;
  }
}
.page-upload-proof .page-left .upload-proof-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
}
.page-upload-proof .page-left .upload-proof-subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}
.page-upload-proof .page-left .section-summary-mobile {
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 38px;
  display: none;
}
@media screen and (max-width: 767px) {
  .page-upload-proof .page-left .section-summary-mobile {
    display: block;
  }
}
.page-upload-proof .page-left .section-summary-mobile .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
.page-upload-proof .page-left .section-summary-mobile .title img {
  margin-right: 20px;
}
.page-upload-proof .page-left .section-summary-mobile .summary-row {
  width: 100%;
  margin-top: 12px;
}
.page-upload-proof .page-left .section-summary-mobile .summary-row .left {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  color: #767676;
}
.page-upload-proof .page-left .section-summary-mobile .summary-row .right {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  color: #767676;
  text-align: right;
}
.page-upload-proof .page-left .section-summary-mobile .divider {
  margin-top: 24px;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}
.page-upload-proof .page-left .section-summary-mobile .summary-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-upload-proof .page-left .payment-options {
  margin-bottom: 32px;
}
.page-upload-proof .page-left .payment-options .option-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}
.page-upload-proof .page-left .payment-options .instruction {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.page-upload-proof .page-left .upload-section {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
}
.page-upload-proof .page-left .upload-section .upload-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
}
.page-upload-proof .page-left .upload-section .upload-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.page-upload-proof .page-left .upload-section .image-area {
  margin-top: 16px;
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.page-upload-proof .page-left .upload-section .image-area::-webkit-scrollbar {
  display: none;
}
.page-upload-proof .page-left .upload-section .image-area .product-image-loading {
  width: 100%;
  height: 100%;
}
.page-upload-proof .page-left .upload-section .image-area .product-image-field {
  cursor: pointer;
  height: 100%;
  white-space: nowrap;
}
.page-upload-proof .page-left .upload-section .image-area .product-image-field .single-image {
  width: 235px;
  height: 100%;
  background-color: #F4F4F4;
  display: inline-block;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
}
.page-upload-proof .page-left .upload-section .image-area .product-image-field .single-image:not(:last-of-type) {
  margin-right: 16px;
}
.page-upload-proof .page-left .upload-section .image-area .image-area-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}
.page-upload-proof .page-left .upload-section .image-area .image-area-content .text {
  margin-top: 16px;
}
.page-upload-proof .page-left .note-section {
  margin-bottom: 70px;
}
.page-upload-proof .page-left .note-section .note-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.page-upload-proof .page-left .note-section textarea {
  border-radius: 5px;
  resize: none;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  height: 70px;
}
.page-upload-proof .page-left .btn-upload {
  width: 277px;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 11px 0;
  text-align: center;
  background-color: #6FC16D;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-upload-proof .page-left .btn-upload {
    width: 100%;
  }
}
.page-upload-proof .page-left .note {
  font-size: 14px;
  line-height: 19px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.page-upload-proof .page-right {
  margin-top: 32px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .page-upload-proof .page-right {
    margin-top: 16px;
    padding-left: 0;
  }
}
.page-upload-proof .page-right .section-summary {
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-upload-proof .page-right .section-summary {
    display: none;
  }
}
.page-upload-proof .page-right .section-summary .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
.page-upload-proof .page-right .section-summary .title img {
  margin-right: 20px;
}
.page-upload-proof .page-right .section-summary .summary-row {
  width: 100%;
  margin-top: 12px;
}
.page-upload-proof .page-right .section-summary .summary-row .left {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  color: #767676;
}
.page-upload-proof .page-right .section-summary .summary-row .right {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  color: #767676;
  text-align: right;
}
.page-upload-proof .page-right .section-summary .divider {
  margin-top: 24px;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}
.page-upload-proof .page-right .section-summary .summary-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}

.page-mart {
  padding-top: 48px;
  padding-bottom: 32px;
}
.page-mart .page-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-mart .page-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.page-mart .page-detail {
  font-size: 16px;
  color: #767676;
  margin-bottom: 48px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-mart .page-detail {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.page-mart .page-content {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .page-mart .page-content {
    margin: 0;
  }
}
.page-mart .page-content .item-card {
  padding: 0 12px 24px 12px;
}
@media screen and (max-width: 767px) {
  .page-mart .page-content .item-card {
    padding: 0 0 24px 0;
  }
}
.page-mart .page-content .item-card .item-card-inner-block {
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  padding: 16px;
}
.page-mart .page-content .item-card .item-card-inner-block .item-image {
  margin-bottom: 16px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.page-mart .page-content .item-card .item-card-inner-block .item-image .buy-now-tag {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 5px 0 5px 0;
  background: #4CA349;
  z-index: 10;
}
.page-mart .page-content .item-card .item-card-inner-block .item-image .image-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-mart .page-content .item-card .item-card-inner-block .item-detail .item-name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-mart .page-content .item-card .item-card-inner-block .item-detail .item-deadline {
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-mart .page-content .item-card .item-card-inner-block .item-detail .item-deadline img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translateY(-2px);
}

.element-download-bar .download-bar-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: #f4f4f4;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.element-download-bar .download-bar-block .left,
.element-download-bar .download-bar-block .mid {
  float: left;
}
.element-download-bar .download-bar-block .right {
  float: right;
}
.element-download-bar .download-bar-block .left {
  width: 40px;
}
.element-download-bar .download-bar-block .left img {
  width: 20px;
  height: 20px;
  margin: 20px 10px;
  cursor: pointer;
}
.element-download-bar .download-bar-block .mid {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 11px 0;
}
.element-download-bar .download-bar-block .right {
  font-weight: 700;
  line-height: 60px;
  width: 90px;
  color: #6FC16D;
  cursor: pointer;
  text-align: center;
}

.page-login {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-login h1 {
  font-size: 32px;
  font-weight: 700;
}
.page-login p {
  font-size: 16px;
  font-weight: normal;
  color: #767676;
  margin-top: 16px;
}
.page-login .input-phone-number {
  margin-top: 40px;
  position: relative;
  max-width: 325px;
  height: 40px;
}
.page-login .input-phone-number input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-login .input-phone-number input::placeholder {
  color: #BFBFBF;
}
.page-login .input-phone-number .input-phone-button {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  color: #6FC16D;
}
.page-login .input-verify-code {
  margin-top: 16px;
  position: relative;
  max-width: 238px;
  height: 40px;
}
.page-login .input-verify-code input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-login .input-verify-code input::placeholder {
  color: #BFBFBF;
}
.page-login .input-phone-number .input-error,
.page-login .input-verify-code .input-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-login .agree-policy {
  margin-top: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #BFBFBF;
}
.page-login .agree-policy img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.page-login .agree-policy b {
  font-weight: 400;
  color: #6fc16d;
  cursor: pointer;
}
.page-login .btn-login {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-login .btn-login {
    width: 100%;
  }
}
.page-login .btn-login-white {
  width: 325px;
  height: 44px;
  background: white;
  color: #6FC16D;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-login .btn-login-white {
    width: 100%;
  }
}
.page-login .btn-wx-login {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-login .btn-wx-login {
    width: 100%;
  }
}
.page-login .divider {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-login .divider {
    width: 100%;
  }
}
.page-login .btn-fb-login {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #1877F2;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-login .btn-fb-login {
    width: 100%;
  }
}
.page-login .btn-fb-login img {
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
.page-login .btn-signup {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: white;
  color: #6FC16D;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-login .btn-signup {
    width: 100%;
  }
}

.page-transaction-phone {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-transaction-phone h1 {
  font-size: 32px;
  font-weight: 700;
}
.page-transaction-phone p {
  font-size: 16px;
  font-weight: normal;
  color: #767676;
  margin-top: 16px;
}
.page-transaction-phone .input-phone-number {
  margin-top: 40px;
  position: relative;
  max-width: 325px;
  height: 40px;
}
.page-transaction-phone .input-phone-number input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-transaction-phone .input-phone-number input::placeholder {
  color: #BFBFBF;
}
.page-transaction-phone .input-phone-number .input-phone-button {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  color: #6FC16D;
}
.page-transaction-phone .input-verify-code {
  margin-top: 16px;
  position: relative;
  max-width: 238px;
  height: 40px;
}
.page-transaction-phone .input-verify-code input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-transaction-phone .input-verify-code input::placeholder {
  color: #BFBFBF;
}
.page-transaction-phone .input-phone-number .input-error,
.page-transaction-phone .input-verify-code .input-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-transaction-phone .error-message {
  margin: 24px 0;
}
.page-transaction-phone .error-message .error-message-copy {
  font-size: 13px;
  line-height: 16px;
  margin: 12px 0;
  color: #E42D2D;
}
.page-transaction-phone .error-message .error-message-copy img {
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 8px;
}
.page-transaction-phone .btn-confirm {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-transaction-phone .btn-confirm {
    width: 100%;
  }
}

.page-product-has-options {
  padding-top: 32px;
  max-width: unset;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-product-has-options {
    padding-top: 0;
  }
}
.page-product-has-options .go-back {
  position: absolute;
  cursor: pointer;
  top: 32px;
  left: 32px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .page-product-has-options .go-back {
    display: none;
  }
}
.page-product-has-options .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-product-has-options .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-product-has-options .go-back img {
  width: 32px;
  height: 32px;
}
.page-product-has-options .page-product-inner-block {
  padding: 32px;
  max-width: 564px;
  width: 100%;
  height: calc(100% - 140px);
  position: fixed;
  overflow: scroll;
  left: 50%;
  top: 96px;
  transform: translateX(-50%);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 400;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  margin: 0 auto;
}
.page-product-has-options .page-product-inner-block::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-product-has-options .page-product-inner-block {
    padding: 0 16px;
    position: relative;
    overflow: unset;
    box-shadow: none;
    top: unset;
    left: unset;
    transform: translate(0, 0);
  }
}
.page-product-has-options .page-product-inner-block .section-product-image .product-image-block {
  border-radius: 10px;
  overflow: hidden;
}
.page-product-has-options .page-product-inner-block .section-product-info .product-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-top: 24px;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options {
  margin-top: 24px;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option {
  margin-bottom: 24px;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .option-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .option-note {
  marign-left: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
  font-weight: 400;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice .single-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice .single-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice .single-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice .single-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice .multiple-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice .multiple-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice .multiple-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice .multiple-choice-title,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice img {
  float: left;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice img,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  transform: translateY(1px);
}
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .single-choice .extra-fee,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .single-choice .extra-fee,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .single-choice-list .multiple-choice .extra-fee,
.page-product-has-options .page-product-inner-block .section-product-info .section-options .single-option .multiple-choice-list .multiple-choice .extra-fee {
  float: right;
  font-size: 14px;
  line-height: 19px;
  color: #BFBFBF;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-instruction .section-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.page-product-has-options .page-product-inner-block .section-product-info .section-instruction .instruction {
  resize: none;
  width: 100%;
  height: 62px;
  padding: 9px 12px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.page-product-has-options .page-product-inner-block .section-product-info .divider {
  width: 100%;
  border: 1px solid #ECECEC;
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-product-has-options .page-product-inner-block .description {
  font-size: 16px;
  color: #767676;
}
.page-product-has-options .page-product-inner-block .purchase-option {
  position: relative;
  margin-top: 20px;
}
.page-product-has-options .page-product-inner-block .purchase-option img {
  width: 22px;
  height: 22px;
  position: absolute;
}
.page-product-has-options .page-product-inner-block .purchase-option .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.page-product-has-options .page-product-inner-block .purchase-option .price del {
  font-weight: normal;
  color: #BFBFBF;
}
.page-product-has-options .page-product-inner-block .purchase-option .unit {
  margin-top: 8px;
  font-size: 16px;
}
.page-product-has-options .page-product-inner-block .purchase-option .indent-option {
  position: relative;
  left: 40px;
}
.page-product-has-options .page-product-inner-block .purchase-option .indent-option .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.page-product-has-options .page-product-inner-block .purchase-option .indent-option .price del {
  font-weight: normal;
  color: #BFBFBF;
}
.page-product-has-options .page-product-inner-block .purchase-option .indent-option .unit {
  margin-top: 8px;
  font-size: 16px;
}
.page-product-has-options .page-product-inner-block .purchase-option .selected .price,
.page-product-has-options .page-product-inner-block .purchase-option .selectable .price,
.page-product-has-options .page-product-inner-block .purchase-option .selected .unit,
.page-product-has-options .page-product-inner-block .purchase-option .selectable .unit {
  color: #424242;
}
.page-product-has-options .page-product-inner-block .purchase-option .unselectable .price,
.page-product-has-options .page-product-inner-block .purchase-option .unselectable .unit {
  color: #BFBFBF;
}
.page-product-has-options .page-product-inner-block .purchase-option .sold-out {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-product-has-options .page-product-inner-block .purchase-option .sold-out .price,
.page-product-has-options .page-product-inner-block .purchase-option .sold-out .unit {
  opacity: 0.6;
}
.page-product-has-options .purchase-button-group {
  max-width: 564px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 400;
  left: 50%;
  bottom: 0;
  padding: 16px 32px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-product-has-options .purchase-button-group {
    position: relative;
  }
}
.page-product-has-options .purchase-button-group .button-group-counter {
  float: left;
  width: 178px;
  height: 45px;
  position: relative;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page-product-has-options .purchase-button-group .button-group-counter {
    float: none;
    height: 48px;
    padding: 8px 16px;
    margin: 16px auto 0 auto;
    border: 1px solid #ECECEC;
  }
}
.page-product-has-options .purchase-button-group .button-group-counter .left {
  position: absolute;
  left: 16px;
  height: 32px;
  width: 32px;
}
.page-product-has-options .purchase-button-group .button-group-counter .right {
  position: absolute;
  right: 16px;
  height: 32px;
  width: 32px;
}
.page-product-has-options .purchase-button-group .button-group-counter .input-item-qty {
  width: calc(100% - 64px);
  text-align: center;
  border: none;
}
.page-product-has-options .purchase-button-group .btn-purchase {
  float: right;
  height: 45px;
  width: calc(100% - 202px);
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-product-has-options .purchase-button-group .btn-purchase {
    display: none;
  }
}
.page-product-has-options .btn-purchase-mobile {
  display: none;
  position: fixed;
  z-index: 651;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
  width: calc(100% - 32px);
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-product-has-options .btn-purchase-mobile {
    display: block;
  }
}
.page-product-no-options {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-product-no-options {
    padding-bottom: 120px;
  }
}
.page-product-no-options .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1800px) {
  .page-product-no-options .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-product-no-options .go-back {
    display: none;
  }
}
.page-product-no-options .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-product-no-options .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-product-no-options .go-back img {
  width: 32px;
  height: 32px;
}
.page-product-no-options .page-left {
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-product-no-options .page-left {
    padding-right: 0;
  }
}
.page-product-no-options .page-left .product-image {
  border-radius: 10px;
  overflow: hidden;
}
.page-product-no-options .page-right {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .page-product-no-options .page-right {
    padding-left: 0;
  }
}
.page-product-no-options .page-right h1 {
  font-size: 24px;
  margin-top: 0;
  color: #424242;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-product-no-options .page-right h1 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
  }
}
.page-product-no-options .page-right .num-bar {
  margin-top: 24px;
  width: 178px;
  height: 48px;
  box-shadow: 0px 1px 20px rgba(0, 49, 107, 0.2);
  position: relative;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background: white;
}
@media screen and (max-width: 767px) {
  .page-product-no-options .page-right .num-bar {
    position: fixed;
    bottom: 116px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-product-no-options .page-right .num-bar .left {
  position: absolute;
  left: 8px;
}
.page-product-no-options .page-right .num-bar .right {
  position: absolute;
  right: 8px;
}
.page-product-no-options .page-right .num-bar .input-item-qty {
  width: calc(100% - 64px);
  text-align: center;
  border: none;
}
.page-product-no-options .page-right .divider {
  width: 100%;
  border: 1px solid #ECECEC;
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-product-no-options .page-right .description {
  font-size: 16px;
  color: #767676;
}
.page-product-no-options .page-right .purchase-option {
  position: relative;
  margin-top: 20px;
}
.page-product-no-options .page-right .purchase-option img {
  width: 22px;
  height: 22px;
  position: absolute;
}
.page-product-no-options .page-right .purchase-option .indent-option {
  position: relative;
  left: 40px;
}
.page-product-no-options .page-right .purchase-option .indent-option .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.page-product-no-options .page-right .purchase-option .indent-option .price del {
  font-weight: normal;
  color: #BFBFBF;
}
.page-product-no-options .page-right .purchase-option .indent-option .unit {
  margin-top: 8px;
  font-size: 16px;
}
.page-product-no-options .page-right .purchase-option .selected .price,
.page-product-no-options .page-right .purchase-option .selectable .price,
.page-product-no-options .page-right .purchase-option .selected .unit,
.page-product-no-options .page-right .purchase-option .selectable .unit {
  color: #424242;
}
.page-product-no-options .page-right .purchase-option .unselectable .price,
.page-product-no-options .page-right .purchase-option .unselectable .unit {
  color: #BFBFBF;
}
.page-product-no-options .page-right .purchase-option .sold-out {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-product-no-options .page-right .purchase-option .sold-out .price,
.page-product-no-options .page-right .purchase-option .sold-out .unit {
  opacity: 0.6;
}

.page-signup {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-signup h1 {
  font-size: 32px;
  font-weight: 700;
}
.page-signup p {
  font-size: 16px;
  font-weight: normal;
  color: #767676;
  margin-top: 16px;
}
.page-signup .input-phone-number {
  margin-top: 40px;
  position: relative;
  max-width: 325px;
  height: 40px;
}
.page-signup .input-phone-number input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-signup .input-phone-number input::placeholder {
  color: #BFBFBF;
}
.page-signup .input-phone-number .input-phone-button {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  color: #6FC16D;
}
.page-signup .input-verify-code {
  margin-top: 16px;
  position: relative;
  max-width: 238px;
  height: 40px;
}
.page-signup .input-verify-code input {
  padding: 10px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
}
.page-signup .input-verify-code input::placeholder {
  color: #BFBFBF;
}
.page-signup .input-phone-number .input-error,
.page-signup .input-verify-code .input-error {
  border-color: #E42D2D;
  background: #fff8f6;
}
.page-signup .agree-policy {
  margin-top: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #BFBFBF;
}
.page-signup .agree-policy img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.page-signup .agree-policy b {
  font-weight: 400;
  color: #6fc16d;
  cursor: pointer;
}
.page-signup .btn-signup {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: #6FC16D;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-signup .btn-signup {
    width: 100%;
  }
}
.page-signup .btn-login {
  border-radius: 5px;
  width: 325px;
  height: 44px;
  background: white;
  color: #6FC16D;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 44px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-signup .btn-login {
    width: 100%;
  }
}

.page-group-history {
  max-width: inherit;
  margin: auto;
}
.page-group-history .header {
  text-align: right;
  border-bottom: 1px solid #ECECEC;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 10;
}
.page-group-history .header img {
  position: absolute;
  left: 16px;
  width: 28px;
  top: 6px;
  height: 28px;
}
.page-group-history .header .tab {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-group-history .page-content {
  padding: 0 16px;
  padding-bottom: 70px;
}
.page-group-history .page-content h1 {
  margin-top: 64px;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-group-history .page-content .tab-group .tab {
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 4px 0;
  margin-right: 8px;
}
.page-group-history .page-content .tab-group .tab-selected {
  color: #6FC16D;
}
.page-group-history .page-content .row {
  margin: 0;
}
.page-group-history .transaction-row {
  position: relative;
  padding: 16px;
  box-shadow: 0 1px 20px rgba(0, 49, 107, 0.2);
  margin-top: 24px;
  border-radius: 10px;
}
.page-group-history .transaction-row .row-title {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
  margin-bottom: 12px;
}
.page-group-history .transaction-row .row-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  margin-bottom: 12px;
}
.page-group-history .transaction-row .row-description {
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.page-group-history .transaction-row .payment-proof {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #B52525;
}

.group-header {
  height: 48px;
  padding: 10px 16px;
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: white;
  border-bottom: 1px solid #ECECEC;
}
.group-header img {
  float: left;
  width: 28px;
  height: 28px;
}
.group-header .logo {
  float: left;
  width: 28px;
  height: 28px;
}
.group-header .goback {
  float: left;
  width: 20px;
  height: 20px;
  margin: 4px 0;
  transform: rotate(90deg);
}
.group-header .header-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #424242;
}
.group-header .header-input {
  margin-left: 8px;
  height: 28px;
  border: 1px solid #ECECEC;
  line-height: 22px;
  padding: 3px 6px;
  border-radius: 5px;
}
.group-header .header-links {
  float: right;
}
.group-header .header-links .header-single-link {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 28px;
  color: #424242;
}
.group-header .header-links .header-single-link:not(:last-child) {
  margin-right: 24px;
}
.group-header .header-links .active {
  color: #6fc16d;
}
.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

.group-nav-bar {
  width: 100%;
  min-height: 48px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ECECEC;
}
.group-nav-bar .group-nav-tab {
  text-align: center;
  flex-grow: 1;
  padding: 8px 0;
}
.group-nav-bar .group-nav-tab img {
  width: 18px;
  height: 18px;
}
.group-nav-bar .group-nav-tab .text {
  font-size: 10px;
  line-height: 14px;
}

.page-group-account {
  max-width: inherit;
  margin: auto;
}
.page-group-account .header {
  text-align: right;
  border-bottom: 1px solid #ECECEC;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 10;
}
.page-group-account .header img {
  position: absolute;
  left: 16px;
  width: 28px;
  top: 6px;
  height: 28px;
}
.page-group-account .header .tab {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  padding: 9px;
}
.page-group-account .page-content {
  padding: 0 16px;
  padding-bottom: 70px;
}
.page-group-account .page-content h1 {
  margin-top: 64px;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-group-account .page-content .btn-logout {
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #E2E2E2;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 9px;
  color: #BFBFBF;
  font-size: 16px;
  line-height: 22px;
}

.page-group-home {
  padding: 64px 16px;
}
.page-group-home h1 {
  margin: 24px 0 16px 0;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}
.page-group-home .seller-info-row {
  margin-top: 16px;
}
.page-group-home .seller-info-row .seller-image {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
.page-group-home .seller-info-row .seller-name {
  display: inline-block;
  color: #424242;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
}
.page-group-home .section-sharing-list .single-sharing {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 16px;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image {
  height: 120px;
  width: 120px;
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-price {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  margin-bottom: 4px;
  font-weight: 700;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-title {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block:not(:last-of-type) {
  margin-right: 4px;
}
.page-group-home .section-sharing-list .single-sharing .single-sharing-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.page-group-home .section-sharing-list .single-sharing:not(:last-of-type) {
  margin-bottom: 16px;
}

.page-group-seller {
  max-width: inherit;
  margin: auto;
}
.page-group-seller .popup-header h1 {
  font-size: 24px;
  line-height: 33px;
  margin: 24px 0 12px 0;
}
.page-group-seller .popup-header p {
  font-size: 18px;
  margin: 0 0 24px 0;
}
.page-group-seller .page-content {
  padding: 64px 16px;
}
.page-group-seller .page-content h1 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-group-seller .page-content .seller-info-row .seller-image {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
.page-group-seller .page-content .seller-info-row .seller-name {
  display: inline-block;
  color: #424242;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
}
.page-group-seller .page-content .btn-follow {
  margin: 24px 0 16px 0;
  border: 1px solid #6FC16D;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #6FC16D;
}
.page-group-seller .section-sharing-list .single-sharing {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 16px;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel {
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image {
  height: 120px;
  width: 120px;
  margin-bottom: 4px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-image .overlay .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-price {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  margin-bottom: 4px;
  font-weight: 700;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block .block-title {
  font-size: 12px;
  line-height: 17px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-carousel .carousel-block:not(:last-of-type) {
  margin-right: 4px;
}
.page-group-seller .section-sharing-list .single-sharing .single-sharing-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.page-group-seller .section-sharing-list .single-sharing:not(:last-of-type) {
  margin-bottom: 16px;
}

.page-home {
  position: relative;
  overflow: hidden;
}
.page-home .section-headline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-home .section-headline {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.page-home .section-title {
  font-weight: 900;
  font-size: 44px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.page-home .section-description {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-home .section-description {
    font-size: 16px;
  }
}
.page-home .page-home-header {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-header {
    padding: 12px 16px;
  }
}
.page-home .page-home-header img {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-header img {
    height: 20px;
    width: 20px;
  }
}
.page-home .page-home-header .btn-group span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-header .btn-group span {
    font-size: 16px;
    font-weight: 500;
  }
}
.page-home .page-home-hero-image {
  width: 100%;
  height: 650px;
  background-image: url('/static/home/homepage_hero_image.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-hero-image {
    height: 375px;
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.page-home .page-home-hero-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.page-home .page-home-hero-image .text-block {
  z-index: 1;
  margin-left: 8.3333%;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-hero-image .text-block {
    margin-left: 0;
  }
}
.page-home .page-home-hero-image .text-block .text-title,
.page-home .page-home-hero-image .text-block .text-subtitle {
  color: #ffffff;
}
.page-home .page-home-hero-image .text-block .text-title {
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 72px;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-hero-image .text-block .text-title {
    margin-bottom: 8px;
    font-size: 40px;
  }
}
.page-home .page-home-hero-image .text-block .text-subtitle {
  margin-bottom: 48px;
  font-weight: 900;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .page-home .page-home-hero-image .text-block .text-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page-home .page-home-hero-image .text-block .btn-get-started {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 25.5px;
  background-color: #6fc16d;
  display: inline-block;
  cursor: pointer;
}
.page-home .section-welcome {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-welcome {
    flex-direction: column;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-welcome .left {
    margin-bottom: 24px;
  }
}
.page-home .section-welcome .left .section-description {
  margin-bottom: 40px;
}
.page-home .section-welcome .left .btn-get-started {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 25.5px;
  background-color: #6fc16d;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-home .section-welcome .right {
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .page-home .section-welcome .right {
    margin-left: 0;
  }
}
.page-home .section-welcome .right img {
  width: 100%;
  border-radius: 15px;
}
.page-home .section-how-it-works {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works {
    margin-bottom: 40px;
  }
}
.page-home .section-how-it-works .section-headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .section-headline {
    margin-bottom: 12px;
  }
}
.page-home .section-how-it-works .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .section-title {
    margin-bottom: 24px;
  }
}
.page-home .section-how-it-works .tutorial-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .tutorial-block {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .tutorial-block .single-block {
    margin-bottom: 16px;
  }
}
.page-home .section-how-it-works .tutorial-block .single-block img {
  width: 100%;
  margin-bottom: 64px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .tutorial-block .single-block img {
    margin-bottom: 16px;
  }
}
.page-home .section-how-it-works .tutorial-block .single-block .single-block-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .tutorial-block .single-block .single-block-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.page-home .section-how-it-works .tutorial-block .single-block .single-block-description {
  font-size: 18px;
  color: #767676;
}
@media screen and (max-width: 768px) {
  .page-home .section-how-it-works .tutorial-block .single-block .single-block-description {
    font-size: 14px;
  }
}
.page-home .section-group-purchase {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase {
    margin-bottom: 72px;
  }
}
.page-home .section-group-purchase .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .section-title {
    margin-bottom: 24px;
  }
}
.page-home .section-group-purchase .single-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block {
    align-items: start;
    margin-bottom: 16px;
  }
}
.page-home .section-group-purchase .single-block .left {
  width: 300px;
  height: auto;
  margin-right: 42px;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block .left {
    width: 50%;
    margin-right: 15px;
  }
}
.page-home .section-group-purchase .single-block .left img {
  width: 300px;
  height: auto;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block .left img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block .right {
    width: 50%;
  }
}
.page-home .section-group-purchase .single-block .right .single-block-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block .right .single-block-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.page-home .section-group-purchase .single-block .right .single-block-description {
  font-size: 18px;
  color: #767676;
}
@media screen and (max-width: 768px) {
  .page-home .section-group-purchase .single-block .right .single-block-description {
    font-size: 14px;
  }
}
.page-home .section-why {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why {
    margin-bottom: 72px;
  }
}
.page-home .section-why .section-headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .section-headline {
    margin-bottom: 12px;
  }
}
.page-home .section-why .section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .section-title {
    margin-bottom: 24px;
  }
}
.page-home .section-why .why-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  column-gap: 24px;
  max-width: 83.3333%;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .why-block {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    column-gap: 0;
    max-width: 100%;
  }
}
.page-home .section-why .why-block .single-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .why-block .single-block {
    margin-bottom: 16px;
  }
}
.page-home .section-why .why-block .single-block img {
  margin-right: 24px;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .why-block .single-block img {
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }
}
.page-home .section-why .why-block .single-block .single-block-title {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page-home .section-why .why-block .single-block .single-block-title {
    font-weight: 500;
    font-size: 16px;
  }
}
.page-home .section-experience {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-experience {
    margin-bottom: 72px;
  }
}
.page-home .section-experience .section-headline,
.page-home .section-experience .section-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-experience .section-headline {
    margin-bottom: 12px;
  }
}
.page-home .section-experience .mockup {
  width: 100%;
}
.page-home .section-experience .mockup img {
  width: 100%;
}
.page-home .section-review {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review {
    margin-bottom: 72px;
  }
}
.page-home .section-review .section-headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .section-headline {
    margin-bottom: 12px;
  }
}
.page-home .section-review .content-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block {
    flex-direction: column;
  }
}
.page-home .section-review .content-block .left {
  width: 41.6666%;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.page-home .section-review .content-block .left .section-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block .left .section-title {
    margin-bottom: 12px;
  }
}
.page-home .section-review .content-block .left .five-stars img {
  height: 24px;
  width: 24px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block .left .five-stars img {
    height: 20px;
    width: 20px;
  }
}
.page-home .section-review .content-block .right .review-list {
  margin-bottom: 24px;
}
.page-home .section-review .content-block .right .review-list .single-review {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block .right .review-list .single-review {
    padding: 16px;
  }
}
.page-home .section-review .content-block .right .review-list .single-review .review-user {
  display: flex;
  margin-bottom: 16px;
}
.page-home .section-review .content-block .right .review-list .single-review .review-user .left {
  margin-right: 16px;
  width: 44px;
}
@media screen and (max-width: 768px) {
  .page-home .section-review .content-block .right .review-list .single-review .review-user .left {
    margin-bottom: 0;
  }
}
.page-home .section-review .content-block .right .review-list .single-review .review-user .left img {
  height: 44px;
  width: 44px;
  border-radius: 22px;
}
.page-home .section-review .content-block .right .review-list .single-review .review-user .right .user-name {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 4px;
}
.page-home .section-review .content-block .right .review-list .single-review .review-user .right .user-location {
  font-size: 14px;
}
.page-home .section-review .content-block .right .review-list .single-review .review-content {
  font-size: 16px;
}
.page-home .section-review .content-block .right .review-list .single-review:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-home .section-review .content-block .right .list-control {
  display: flex;
  justify-content: flex-end;
}
.page-home .section-review .content-block .right .list-control .previous,
.page-home .section-review .content-block .right .list-control .next {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.page-home .section-review .content-block .right .list-control .previous {
  margin-right: 16px;
}
.page-home .section-review .content-block .right .list-control .next {
  transform: rotate(180deg);
}
.page-home .section-contact {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact {
    margin-bottom: 72px;
  }
}
.page-home .section-contact .section-headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .section-headline {
    margin-bottom: 12px;
  }
}
.page-home .section-contact .content-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block {
    flex-direction: column;
  }
}
.page-home .section-contact .content-block .left {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.page-home .section-contact .content-block .left .section-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .left .section-title {
    margin-bottom: 12px;
  }
}
.page-home .section-contact .content-block .left .section-description {
  color: #767676;
  max-width: 590px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .left .section-description {
    margin-bottom: 12px;
  }
}
.page-home .section-contact .content-block .left .section-description a {
  color: #6FC16D;
}
.page-home .section-contact .content-block .left img {
  max-width: 411px;
  width: 100%;
}
.page-home .section-contact .content-block .right {
  flex-grow: 999;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .right {
    width: 100%;
  }
}
.page-home .section-contact .content-block .right .input-block {
  margin-bottom: 24px;
  width: 100%;
}
.page-home .section-contact .content-block .right .input-block .input-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
}
.page-home .section-contact .content-block .right .input-block input {
  border: 0;
  border-bottom: 1px solid #979797;
  max-width: 360px;
  width: 100%;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .right .input-block input {
    max-width: 100%;
  }
}
.page-home .section-contact .content-block .right .input-block textarea {
  border: 1px solid #979797;
  border-radius: 5px;
  max-width: 360px;
  width: 100%;
  resize: none;
  height: 90px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .right .input-block textarea {
    max-width: 100%;
  }
}
.page-home .section-contact .content-block .right .btn-block {
  width: 100%;
  margin-top: 32px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .right .btn-block {
    margin-top: 24px;
    max-width: 100%;
  }
}
.page-home .section-contact .content-block .right .btn-block .btn-submit {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-home .section-contact .content-block .right .btn-block .btn-submit {
    width: 100%;
    max-width: 100%;
  }
}
.page-home .section-ready-to-sell {
  height: 650px;
  width: 100%;
  background-image: url('/static/home/homepage_graphic.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-home .section-ready-to-sell {
    height: 450px;
    padding: 0 16px;
  }
}
.page-home .section-ready-to-sell .window-block {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 40px 36px;
  margin-left: 8.3333%;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .page-home .section-ready-to-sell .window-block {
    padding: 16px;
    margin-left: 0;
    width: 66.6666%;
  }
}
.page-home .section-ready-to-sell .window-block .section-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-home .section-ready-to-sell .window-block .section-title {
    margin-bottom: 12px;
  }
}
.page-home .section-ready-to-sell .window-block .section-description {
  font-size: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-home .section-ready-to-sell .window-block .section-description {
    margin-bottom: 24px;
  }
}
.page-home .section-ready-to-sell .window-block .btn-get-started {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 25.5px;
  background-color: #6fc16d;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-sale {
  max-width: unset;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-sale {
    padding-top: 12px;
    padding-bottom: 64px;
  }
}
.page-sale .page-content-inner .banner-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-sale .page-content-inner .banner-name {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.page-sale .page-content-inner .item-list {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .page-sale .page-content-inner .item-list {
    margin: 0 -8px;
  }
}
.page-sale .page-content-inner .item-list .section {
  margin-bottom: 48px;
}
.page-sale .page-content-inner .item-list .section-items {
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .page-sale .page-content-inner .item-list .section-items {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page-sale .page-content-inner .item-list .item-card {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .page-sale .page-content-inner .item-list .item-card {
    padding: 8px;
  }
}
.page-sale .page-content-inner .item-list .item-card .item-card-content {
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.7);
  cursor: pointer;
  overflow: hidden;
}
.page-sale .page-content-inner .item-list .item-card .item-card-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-sale .page-content-inner .item-list .item-card .item-card-title {
    font-size: 16px;
  }
}

.page-detail {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-detail {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.page-detail .photo-gallery {
  height: 366px;
  width: 100%;
  margin-bottom: 32px;
}
.page-detail .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .page-detail .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .go-back {
    display: none;
  }
}
.page-detail .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-detail .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-detail .go-back img {
  width: 32px;
  height: 32px;
}
.page-detail .page-left .store-name {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .store-name {
    margin-bottom: 24px;
  }
}
.page-detail .page-left .store-name h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .store-name h1 {
    font-size: 20px;
  }
}
.page-detail .page-left .store-name p {
  font-size: 16px;
  color: #767676;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .store-name p {
    font-size: 16px;
  }
}
.page-detail .page-left .info-block {
  width: 100%;
}
.page-detail .page-left .info-block h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .info-block h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.page-detail .page-left .info-block h2 img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .info-block h2 img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
.page-detail .page-left .info-block .info {
  font-size: 16px;
  color: #767676;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .info-block .info {
    padding-left: 32px;
  }
}
.page-detail .page-left .info-block:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-detail .page-left .info-block:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.page-detail .page-left .info-block-address .address {
  margin-top: 16px;
  height: 275px;
  width: 100%;
}

.component-photo-gallery {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.component-photo-gallery .hero-image-left .hero-image-single,
.component-photo-gallery .hero-image-right .hero-image-single {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e8e8e8;
}
.component-photo-gallery .hero-image-left {
  position: relative;
  flex-basis: 60%;
  flex-grow: 3;
  margin-right: 6px;
}
.component-photo-gallery .hero-image-right {
  flex-basis: 40%;
  flex-grow: 2;
}
.component-photo-gallery .hero-image-right .hero-image-top-right {
  height: calc(60% - 6px);
  margin-bottom: 6px;
}
.component-photo-gallery .hero-image-right .hero-image-bottom-right {
  height: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.component-photo-gallery .hero-image-right .hero-image-bottom-right .hero-image-bottom-right-first {
  flex-basis: 50%;
  flex-grow: 1;
  margin-right: 3px;
}
.component-photo-gallery .hero-image-right .hero-image-bottom-right .hero-image-bottom-right-second {
  flex-basis: 50%;
  flex-grow: 1;
  margin-left: 3px;
}

.element-image {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ececec;
}
.element-image .image-loading-layer {
  position: absolute;
  background-color: #ececec;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  animation-name: breath;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.element-image .image-loading-layer .loading-icon {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.element-image .image-body {
  object-fit: cover;
  border: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
@keyframes breath {
  0% {
    background-color: #ececec;
  }
  50% {
    background-color: #e1e1e1;
  }
  100% {
    background-color: #ececec;
  }
}

.page-history {
  max-width: 1024px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-history {
    padding: 16px;
    padding-bottom: 100px;
  }
}
.page-history .go-back {
  position: absolute;
  cursor: pointer;
  top: 96px;
  left: 48px;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .page-history .go-back {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .page-history .go-back {
    display: none;
  }
}
.page-history .go-back .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 32px;
  height: 32px;
}
.page-history .go-back .mask:hover {
  background: #C4C4C4;
  opacity: 0.3;
  transition: all 0.2s;
}
.page-history .go-back img {
  width: 32px;
  height: 32px;
}
.page-history h1 {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-history h1 {
    display: none;
  }
}
.page-history .note {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin: 12px 0 32px 0;
}
.page-history .transaction-row {
  cursor: pointer;
  position: relative;
  max-width: 675px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 49, 107, 0.15);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row {
    align-items: start;
  }
}
.page-history .transaction-row .transaction-left-block {
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-left-block {
    width: 100%;
  }
}
.page-history .transaction-row .transaction-left-block .transaction-date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-left-block .transaction-date {
    font-size: 14px;
  }
}
.page-history .transaction-row .transaction-left-block .transaction-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
}
.page-history .transaction-row .transaction-left-block .transaction-info .transaction-amount {
  width: 80px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-left-block .transaction-info .transaction-amount {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.page-history .transaction-row .transaction-left-block .transaction-info .transaction-layout-block {
  display: flex;
  flex-direction: row;
}
.page-history .transaction-row .transaction-left-block .transaction-info .transaction-layout-block .transaction-items {
  width: 80px;
  margin-right: 16px;
  color: #767676;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-left-block .transaction-info .transaction-layout-block .transaction-items {
    width: 70px;
    margin-right: 8px;
    font-size: 14px;
  }
}
.page-history .transaction-row .transaction-left-block .transaction-info .transaction-layout-block .transaction-address {
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
  color: #767676;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-left-block .transaction-info .transaction-layout-block .transaction-address {
    width: calc(100% - 70px);
    font-size: 14px;
  }
}
.page-history .transaction-row .transaction-left-block .transaction-m2-status {
  margin-top: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #E42D2D;
}
.page-history .transaction-row .transaction-status {
  position: absolute;
  top: 16px;
  right: 16px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page-history .transaction-row .transaction-status {
    font-size: 14px;
  }
}
.page-history .empty-orders {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-history .empty-orders div {
  margin-top: 30px;
  font-size: 24px;
  line-height: 33px;
  color: #767676;
}

.page-policy {
  max-width: 1024px;
  width: 100%;
  padding: 0 16px;
  margin: auto;
}
.page-policy .policy-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.page-policy .policy-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.page-policy .policy-content .single-policy {
  margin-bottom: 20px;
}
.page-policy .policy-content .single-policy .single-policy-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-policy .policy-content .single-policy p,
.page-policy .policy-content .single-policy ul {
  margin-bottom: 12px;
}
.page-policy .policy-content .single-policy table,
.page-policy .policy-content .single-policy th,
.page-policy .policy-content .single-policy td {
  border: 1px solid #424242;
}
.page-policy .policy-content .single-policy th,
.page-policy .policy-content .single-policy td {
  padding: 8px;
}
.page-policy .policy-content .single-policy .left {
  text-align: left;
}
.page-policy .policy-content .single-policy .center {
  text-align: center;
}

.page-support {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-support {
    padding-top: 12px;
    padding-bottom: 64px;
  }
}
.page-support h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-support p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 8px;
}

.page-terms {
  padding: 32px;
  max-width: 1024px;
  margin: auto;
  float: none;
  border: none;
  line-height: 1.8;
}
.page-terms .page-head {
  margin-bottom: 32px;
}
.page-terms .page-head .head-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-terms .page-head .head-content {
  font-size: 14px;
  background-color: #F9FAFC;
  padding: 24px;
}
.page-terms .page-content {
  font-size: 24px;
  font-weight: 700;
}
.page-terms .page-content .section {
  margin-bottom: 32px;
}
.page-terms .page-content .section .section-title {
  margin-bottom: 16px;
}
.page-terms .page-content .section .section-content {
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.page-terms .page-content .section .section-content .section-subtitle {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-unsubscribe {
  background: #FBFBFB;
}
.page-unsubscribe .floating-card {
  background-color: #ffffff;
  display: block;
  margin: 30px auto;
  max-width: 680px;
  box-shadow: 0 1px 15px 0 rgb(0 49 10.7%);
  padding: 90px 60px;
  border-radius: 10px;
}
.page-unsubscribe .floating-card .card-title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #797979;
}
@media screen and (max-width: 767px) {
  .page-unsubscribe .floating-card .card-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.page-unsubscribe .floating-card .card-description,
.page-unsubscribe .floating-card .card-content {
  font-size: 16px;
  line-height: 1.4;
  color: #797979;
  margin-bottom: 24px;
}
.page-unsubscribe .floating-card .btn-unsubscribe {
  float: left;
  cursor: pointer;
  margin-top: 40px;
  width: 230px;
  height: 40px;
  display: inline-block;
  background: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.page-unsubscribe .floating-card .btn-cancel {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 40px;
  width: 230px;
  height: 40px;
  display: inline-block;
  background: white;
  border: 1px solid #6FC16D;
  color: #6FC16D;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding: 9px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-unsubscribe .floating-card .btn-cancel {
    margin-top: 12px;
    margin-left: 0;
  }
}

