@import url("https://fonts.googleapis.com/css?family=Poppins|Noto+Sans+TC");
@import url("https://fonts.googleapis.com/css?family=Poppins|Noto+Serif+TC");
.flex_around {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_between {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_center, .guest_block, .footer .footer_block, .contact_info, .img_group, #logo_s, .social a, .social, .info_group, .product_group, .video_block .video_text, .video_block, .hot_group .item, .hot_group, .banner .select_block .selectize-input, .banner .select_block form .select_group .selectize-input, .banner .select_block form .button_group, .banner .select_block .tag2, .banner .select_block .tag, .banner, .menu, .social_line i, .social_line {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_start, #checkout_form .form-check, .number_block, .banner .select_block form #dynamic, .banner .select_block form .select_group, .banner .select_block form, .menu .category .list_item, .menu .sub_menu, .menu .mega-dropdown-column .widget-list-item {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_end {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.background_template, .banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body,
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  clear: both;
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, FontAwesome;
  font-size: 16px;
  color: #222;
  padding: 0;
  margin: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  letter-spacing: 1px;
  background-color: #fff;
  line-height: 2;
  transition: 0.3s;
  height: 100%;
  min-height: 100vh;
}

.badge {
  padding: 5px 10px;
}

.btn {
  border: none;
}

.btn-primary {
  background: #ff6627;
}
.btn-primary:hover {
  background: #ff4d00;
}

.btn-warning {
  background: #f7d300;
}
.btn-warning:hover {
  background: #e6c300;
}

.social_line {
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  right: 50px;
  bottom: 200px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  transition: 0.3s;
}
.social_line i {
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #06c755;
}
.social_line .text {
  font-size: 12px;
  color: #222;
  font-weight: bold;
  margin-top: -5px;
}
.social_line:hover {
  border-color: #06c755;
  box-shadow: none;
}
@media (max-width: 1000px) {
  .social_line {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 100px;
  }
  .social_line .text {
    font-size: 10px;
  }
}

.btn-scroll-top {
  background: transparent;
  width: 150px;
  height: 150px;
}
.btn-scroll-top:hover {
  background: transparent;
}
@media (max-width: 1000px) {
  .btn-scroll-top {
    width: 75px;
    height: 75px;
  }
}

.not_found {
  min-height: calc(100vh - 310px);
}

.navbar-brand {
  margin: 0 auto;
  width: auto;
  height: 100px;
}
.navbar-brand img {
  height: 100%;
  width: auto;
}
@media (max-width: 1000px) {
  .navbar-brand {
    height: 75px;
    margin-left: 0;
  }
}

.navbar-toolbar {
  position: absolute;
  right: 50px;
}
@media (max-width: 1000px) {
  .navbar-toolbar {
    right: 20px;
  }
}

.navbar-toolbar {
  right: 50px;
}
@media (max-width: 1000px) {
  .navbar-toolbar {
    right: 20px;
    top: 20px;
  }
}

#menu_icon {
  width: 46px;
  height: 46px;
  margin-left: 15px;
}

.menu {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .menu .nav-item {
    width: 100%;
  }
}
.menu .mega-dropdown-column {
  width: 100%;
  min-width: 340px;
  margin: 0 auto;
}
.menu .mega-dropdown-column .widget-list-item {
  text-align: left;
}
@media (max-width: 1000px) {
  .menu .mega-dropdown-column {
    min-width: 100%;
  }
}
.menu .sub_menu {
  max-width: 100%;
}
.menu .category {
  width: 100%;
  margin: 5px auto;
}
.banner {
  position: relative;
  height: 450px;
  width: 100%;
  margin-bottom: 150px;
}
.banner .select_block {
  position: absolute;
  bottom: -50px;
  width: 1000px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 30px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.banner .select_block .tag {
  height: 30px;
  position: absolute;
  left: 5px;
  top: -30px;
  width: fit-content;
  min-width: 100px;
  padding: 0 10px;
  color: #fff;
  background: #ff6627;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.banner .select_block .tag2 {
  height: 30px;
  position: absolute;
  left: 120px;
  top: -30px;
  width: fit-content;
  min-width: 120px;
  padding: 0 10px;
  color: #fff;
  background: #01a0ea;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.banner .select_block .tag.active,
.banner .select_block .tag2.active {
  height: 36px;
  top: -36px;
  font-weight: bold;
}
.banner .select_block form .mb-3 {
  min-width: 200px;
  margin: 10px;
}
.banner .select_block form .mb-3 label {
  width: 100%;
  text-align: left;
}
.banner .select_block form .form_desc {
  font-size: 12px;
}
.banner .select_block form .option_price {
  width: 100%;
}
.banner .select_block form .button_group {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.banner .select_block form .button_group button {
  width: 100%;
  max-width: 150px;
  margin: 5px;
}
.banner .select_block form .button_group button.disabled {
  opacity: 1;
}
.banner .select_block form .select_group {
  width: auto;
  margin: 5px 0;
}
.banner .select_block form .select_group .form-control {
  width: auto;
  min-width: 200px;
  margin: 5px;
  border-color: #ccc;
  text-align: center;
}
.banner .select_block form .select_group .selectize-input {
  padding: 5px 20px;
  padding-right: 30px;
}
.banner .select_block form .select_group .selectize-control {
  height: 44px;
}
.banner .select_block form #dynamic {
  width: auto;
}
.banner .select_block .selectize-input {
  height: 44px;
}
.banner .select_block .form-label {
  color: #fff;
}

.hot_group {
  width: 100%;
  padding: 10px;
}
.hot_group .item {
  width: calc(25% - 20px);
  margin: 10px;
  transition: 0.3s;
  opacity: 0.8;
  cursor: pointer;
}
.hot_group .item:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
@media (max-width: 1000px) {
  .hot_group .item {
    width: calc(50% - 20px);
  }
}

.info {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
}

.home section,
.top_up section {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto;
  margin-bottom: 50px;
}

.number_block {
  width: auto;
  display: none;
}
.number_block .form-control {
  max-width: 75px !important;
  min-width: auto !important;
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 25px;
}

.video_width {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
}

.video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_block .video_text,
.video_block .video_main {
  width: 50%;
  padding: 15px;
}
.video_block .video_text {
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 10px;
}
.video_block .video_text .big {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #f59e0b 50%, transparent 100%);
  border-image: linear-gradient(to right, transparent 0%, #f59e0b 50%, transparent 100%);
  border-image-slice: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.video_block .video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video_block .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1000px) {
  .video_block {
    flex-direction: column;
  }
  .video_block .video_text,
  .video_block .video_main {
    width: 100%;
  }
}

.info_group {
  margin: 20px auto;
  width: 100%;
}
.info_group img {
  width: 175px;
  margin: 10px;
}

.social a {
  margin: 5px;
}

#logo_s {
  margin: 10px;
  width: 125px;
}

#banner {
  width: 100%;
  max-width: 100%;
}

.product-card {
  padding-bottom: 0;
}

.product-title {
  min-height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.product-price {
  font-size: 16px;
  font-weight: bold;
}
.product-price .text-og {
  font-size: 14px;
  color: gray;
  font-weight: 500;
  text-decoration: line-through;
}
.product-price .text-discount {
  font-size: 14px;
}
.product-price .text-accent {
  color: #373f50 !important;
}
.product-price .price {
  color: #ff6627;
}

.share_page {
  width: 100%;
  max-width: 1400px;
}

.img_group img {
  width: calc(33% - 20px);
  margin: 10px;
  min-width: 300px;
}

.contact_info {
  max-width: 1200px;
  margin: 0 auto;
}
.contact_info .info_item {
  margin: 10px;
  width: calc(33% - 20px);
  min-width: 300px;
  height: 100%;
}
.contact_info .info_item .card {
  min-height: 230px;
}

.text_ul {
  text-align: left;
}
.text_ul li {
  text-align: left;
  margin-bottom: 20px;
}

.about_block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.footer {
  display: block;
}
.footer .footer_block .footer_menu {
  text-align: left;
  margin: 10px;
}

#checkout_form .h6 {
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}
#checkout_form label {
  text-align: left;
  margin-left: 0;
  width: 100%;
  padding: 0 5px;
}
#checkout_form .form-check {
  margin: 10px 0;
}
#checkout_form .desc {
  text-align: left;
  font-size: 14px;
}

.product_item {
  position: relative;
}
.product_item .del_btn {
  position: absolute;
  right: 0px;
  top: 20%;
  color: #ff6627;
  cursor: pointer;
}

.product_card .text-accent {
  font-size: 14px;
}
@media (max-width: 500px) {
  .product_card {
    flex: 0 0 auto;
    width: 50%;
  }
}

#main {
  height: min-content;
}

.full_block {
  min-height: calc(100vh - 420px);
}

.login_block {
  margin: 50px auto;
  width: 90%;
  height: auto;
  max-width: 500px;
  min-height: calc(100vh - 370px);
}
.login_block table {
  width: 100%;
}
.login_block table td {
  word-break: break-all;
  min-width: 100px;
}
.login_block form {
  width: 100%;
}
.login_block form .form-label {
  width: 100%;
  text-align: left;
}

.apn_block {
  width: 100%;
  max-width: 800px;
  background: #f7d300;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px;
}
.apn_block .form-control {
  width: 100%;
  max-width: 100%;
  margin: 5px auto;
}
.apn_block .apn_data {
  text-align: left;
  display: none;
}

.bs-line:hover {
  color: #06c755;
}
.bs-line.bs-dark:hover {
  color: #fff;
  background: #06c755;
}

.bs-weixin:hover {
  color: #09b83e;
}
.bs-weixin.bs-dark:hover {
  color: #fff;
  background: #09b83e;
}

.member_block .nav-link-style {
  font-size: 14px;
}
.member_block .col-lg-8 {
  min-height: calc(100vh - 450px);
}

.guest_block {
  min-height: calc(100vh - 310px);
  width: 100%;
}
.guest_block .min-h-screen {
  width: 100%;
}

.cart_block {
  height: 100%;
}

.about_text p {
  word-break: break-all;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.order-details .product-title {
  max-width: 450px;
}

.qr_img {
  width: 100%;
}
.qr_img img {
  width: 100%;
  height: auto;
}
.qr_img img.loading {
  width: 75px;
  height: 75px;
}

#price_og {
  font-size: 16px;
  color: gray;
  text-decoration: line-through;
}

.tax_block {
  display: none;
}

.bg-dark {
  background-color: #b3dfff !important;
}
.bg-dark h1 {
  color: #4b566b !important;
}
.bg-dark h1 a {
  color: #4b566b !important;
}

.bg-darker {
  background-color: #01a0ea !important;
}

.page-link.active,
.active > .page-link {
  background-color: #01a0ea !important;
}

.region {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.ship_block {
  display: none;
}

h1.product_title {
  border-bottom: 3px solid #196ba5;
  font-size: 16px;
  padding: 0;
}
h1.product_title .title {
  color: #fff;
  background: #196ba5;
  width: 100px;
  padding: 3px 0;
  border-radius: 5px 5px 0 0;
}

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