body {
  background-size: 100% 100%;
  background: rgba(255, 255, 255, 0.4) url(/jakarta.faces.resource/images/main_bg.jpg.xhtml) fixed center;
  background-blend-mode: multiply;
  width: 100%;
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-family: 'Lato', "微軟正黑體", "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

#top {
  background: linear-gradient(to right, #0DF0FE 0%, #15004D 18%, #7E6BE0 70%, #ED0E67 100%);
}

#menu {
  background-color: #191919;
}

#main {
  min-height: 400px;
}

#footer {
  background: #191919;
  position: relative;
}

#footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 11px;
  background: url(/jakarta.faces.resource/images/footer_shadow.png.xhtml) repeat left top;
}

#copyright {
  background: linear-gradient(to right, #ED0E67 20%, #7E6BE0 40%, #15004D 82%, #0DF0FE 100%);
  position: relative;
  z-index: 1;
  font-size: 0;
}

#copyright p {
  width: 100%;
  padding: 7px 0;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

#menu .ui-megamenu, #right-menu {
  padding: 0;
  border: none;
  background: transparent;
}

#menu .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link {
  border-radius: 0 !important;
}

#menu .ui-menu .ui-menu-list .ui-menuitem {
  background-color: #191919;
}

#menu .ui-menu .ui-menu-list .ui-menu-child {
  background-color: #191919;
}

#menu .ui-menu .ui-menu-list .ui-menu-child.ui-shadow {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: inherit !important;
}

#menu .ui-menu.ui-megamenu .ui-widget-header {
  color: #ED0E67 !important;
}

#menu .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
  background: #323232 !important;
}

/*#menu .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active .ui-menuitem-link {*/
/*  background-color: #323232;*/
/*}*/

#right-menu .ui-linkbutton, #right-menu .ui-button, #right-menu .far {
  background: none;
  border: none;
  color: white;
}

#right-menu .ui-badge {
  width: 1rem !important;
  min-width: 1rem !important;
  min-height: 1rem !important;
  height: 1rem !important;
  line-height: 1rem !important;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

#title {
  background-color: #323232;
  margin-bottom: 20px;
}

.title_area {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
  text-align: left;
  font-weight: bold;
}

.title_area:before {
  position: absolute;
  left: 108px;
  bottom: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #323232 transparent transparent transparent;
}

.title_area p {
  margin: 0 0 10px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  min-width: 325px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 2rem;
  color: #0DF0FE;
}

.footer_sitemap_row p {
  padding-left: 12px;
  background: url(/jakarta.faces.resource/images/pink_row.png.xhtml) no-repeat left center;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

.footer_sitemap_row .social_list {
  margin-top: -16px;
  padding: 16px 0 0 0;
  text-align: left;
  font-size: 0;
}

.footer_sitemap_row .social_list a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 8px;
  text-align: center;
}

.footer_sitemap_row .social_list a img {
  vertical-align: middle;
  margin-top: 12px;
}

.footer_sitemap_row .social_list.ceo_logo img {
  width: 64px;
  margin-right: 10px;
}

.footer_sitemap_row ul {
  padding-left: 12px;
  padding-top: 4px;
}

.footer_sitemap_row ul li {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}

.footer_sitemap_row ul li a {
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer_sitemap_row ul li a:hover {
  color: #e5007f;
}

.container {
  max-width: 1200px;
}

.logo {
  width: 122px;
}

.logo img {
  width: 100%;
}

.member_stat {
  vertical-align: middle;
  float: right;
  text-align: right;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  vertical-align: top;
}

a {
  outline: none;
  text-decoration: none;
}

.purple-button {
  background: #7E6BE0 !important;
  color: white !important;
  border: 1px solid #7E6BE0 !important;
}

.red-button {
  background: #ED0E67 !important;
  color: white !important;
  border: 1px solid #ED0E67 !important;
}

.general-button {
  background: #7E6BE0 !important;
  color: white !important;
  border: 1px solid #7E6BE0 !important;
}

.ui-spinner-button {
  background: #7E6BE0 !important;
  border: 1px solid #7E6BE0 !important;
}

.sub_title_bar {
  width: 100%;
  position: relative;
}

.sub_title_bar:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.67;
  background: url(/jakarta.faces.resource/images/title_tag.png.xhtml) no-repeat left center;
  background-size: auto 30px;
}

.sub_title_bar p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 356px;
  height: 36px;
  padding-left: 28px;
  position: relative;
  color: black;
  font-size: 1.3rem;
  line-height: 38px;
  font-weight: 600;
}

.sub_title_bar p .far {
  vertical-align: middle;
  padding-right: 10px;
  margin-left: -10px;
  margin-top: -6px;
  margin-right: 10px;
}

.vertical-spaced {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.product-grid-item {
  background: #1212126e;
  border-radius: 0.5rem;
  border: none !important;
  margin: 0.5rem;
}

.product-grid-item .product-grid-item-content {
  text-align: center;
  position: relative;
}

.product-grid-item img {
  max-width: 75%;
  max-height: 192px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  margin: 1rem 0;
}

.product-grid-item .product-grid-item-top, .product .product-grid-item .product-grid-item-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-grid-item .product-grid-item-top a {
  text-decoration: none;
  color: white !important;
}

.product-grid-item .product-grid-item-content .product-name {
  margin: 0 0 1rem 0;
  min-height: 48px;
  color: white !important;
}

.product-grid-item .product-grid-item-content img {
  transition: transform .2s;
}

.product-grid-item .product-grid-item-content img:hover {
  transform: scale(1.1);
}

#product-list .ui-dataview-header, #cart-list .ui-dataview-header, #order-item-list .ui-dataview-header {
  display: none;
}

#product-list .ui-paginator-bottom {
  background: #25252590 !important;;
  border: none;
}

#product-list #product-list_content, #cart-list #cart-list_content {
  background: #32323290 !important;
  margin-top: 0;
  padding: 1rem;
}

.product-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.product-list-item img {
  width: 150px;
  background: white;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.product-list-item .product-list-detail {
  padding-left: 1em;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

.product-list-item .product-list-action {
  margin-top: 1rem;
  margin-left: auto;
}

.product-grid-item.border-1 {
  border: 1px solid var(--surface-d);
}

.card {
  background: var(--surface-e);
  padding: 2rem;
  box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  border-radius: 4px;
  margin-bottom: 2rem;
}

.product-grid-item .product-grid-item-top, .product-grid-item .product-grid-item-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-name {
  font-size: 1rem;
  font-weight: 700;
  color: white !important;
}

.cart-product-name {
  font-size: 1.4rem;
  font-weight: 700;
}

.product-category-icon {
  vertical-align: middle;
  margin-right: .5rem;
}

.product-category {
  font-weight: 600;
  vertical-align: middle;
}

.product-list-item .product-list-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.product-list-item .product-price {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  align-self: flex-end;
}

.main-carousels .ui-carousel-header {
  background: none !important;
  padding: 0 0 6px 0 !important;
  border: none !important;
}

.main-carousels .ui-carousel-viewport {
  border: none !important;
  background: none !important;
}

.main-carousels .ui-carousel-viewport .ui-carousel-items .ui-carousel-item {
  background: #1212126e;
  border-radius: 0.5rem;
  border: none !important;
}

.text-content {
  background: #1212126e;
  color: white;
  border-radius: 0.5rem;
  padding: 16px !important;
}

.text-content a {
  color: white;
  transition: all 0.2s ease;
}

.text-content a:hover {
  color: #e5007f;
}

#otp-setup-form\:otp-setup-qr {
  margin-left: auto;
  margin-right: auto;
  width: 256px !important;
  display: block;
}

#scan-qr {
  margin-left: auto;
  margin-right: auto;
  width: 192px !important;
  display: block;
}

#login-box .ui-panelgrid .ui-panelgrid-cell, #reset-box .ui-panelgrid .ui-panelgrid-cell, #otp-box .ui-panelgrid .ui-panelgrid-cell {
  background: none !important;
}

#member-point-tx .ui-paginator {
  background: none !important;
  border: none !important;
}

.ui-panel-images {
  width: 100%;
  height: 100%;
}

.ui-galleria-panel {
  width: 100%;
  height: 100%;
}

.ui-galleria-panel img {
  width: inherit;
  height: auto;
}

.clear-bg-button {
  background: transparent !important;
  border: none !important;
}

h3.ui-panelmenu-header.ui-state-active {
  border: 0 !important;
  color: white !important;
}

.whatsapp-button {
  background: darkgreen !important;
  color: white !important;
  font-size: 9px !important;
  vertical-align: middle !important;
  border: none !important;
  height: 20px !important;
  margin-top: -4px !important;
}

.whatsapp-button .ui-button-text {
  padding: 0.214rem 1rem 0.429rem 2rem !important;
}

.whatsapp-button .ui-icon {
  font-size: 9px !important;
  padding: 3px !important;
}

.embed-doc ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.embed-doc ol {
  list-style: revert;
  margin: revert;
  padding: revert;
}

h3.input-form, label.input-form, .input-form.ui-chkbox-label {
  color: white !important;
}

.iti {
  width: 100%;
}

.iti__flag-box, .iti__country-name {
  color: white !important;
}

@media only screen and (max-width: 600px) {

  .text-content iframe {
    width: 100% !important;
    height: auto;
  }

  .title_area p {
    font-size: 1.1rem;
  }

}