body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft JhengHei";
}

@media (max-width: 1400px) {
  body #navbarSupportedContent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 150px;
  }
}

@media (max-width: 1200px) {
  body #navbarSupportedContent {
    margin-right: 140px;
  }
}

body nav.probiotic_navbars {
  background-color: #db532d;
  padding: 20px 15px;
  position: fixed;
  z-index: 999999;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars {
    padding: 10px 10px;
  }
}

body nav.probiotic_navbars .logo {
  width: 200px;
  height: 60px;
  margin-right: 19.3%;
  margin-left: 1%;
  cursor: pointer;
}

@media (max-width: 1600px) {
  body nav.probiotic_navbars .logo {
    margin-right: 0;
  }
}

@media (max-width: 1344px) {
  body nav.probiotic_navbars .logo {
    margin-right: 0;
  }
}

@media (max-width: 1209px) {
  body nav.probiotic_navbars .logo {
    margin-right: 0%;
  }
}

@media (max-width: 1154px) {
  body nav.probiotic_navbars .logo {
    margin-right: 2.5%;
  }
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .logo {
    width: 133.3px;
    margin: 0 auto;
    height: 40px;
    position: static;
  }
}

body nav.probiotic_navbars .logo img {
  width: 100%;
  height: 100%;
}

body nav.probiotic_navbars .probiotic_navbar_toggler {
  border: none;
  padding: 4px 5px;
  z-index: 2;
}

body nav.probiotic_navbars .probiotic_navbar_toggler .navbar-toggler-icon {
  background-image: url("../img/nav_collaspe_icon.svg");
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse,
  body nav.probiotic_navbars .collapsing {
    width: 100%;
    background-color: #db532d;
    left: 0;
    top: 60px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav {
    display: inline-block;
    margin: 45px calc(50% - 48px) 45px;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
  margin-left: 0px;
  margin-right: 45px;
  cursor: pointer;
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item:nth-last-child(2),
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item:nth-last-child(2) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
    margin-right: 30px;
  }
}

@media (max-width: 1119px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
    margin-right: 25px;
  }
}

@media (max-width: 1064px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
    margin-right: 20px;
  }
}

@media (max-width: 1014px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .probiotics_nav_item .probiotics_nav_link,
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .probiotics_nav_item .probiotics_nav_link {
  color: #ffffff !important;
  font-size: 18px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .nav_line,
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .nav_line {
  display: none;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .nav_line,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .nav_line {
    display: block;
    margin-top: 45px;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .nav_line hr,
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .nav_line hr {
  border-top: 1px solid #FFFFFF;
}

body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .active,
body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .active {
  font-weight: 600;
  border-bottom: #ffffff 1px solid;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .probiotics_navbar_nav .active,
  body nav.probiotic_navbars .collapsing .probiotics_navbar_nav .active {
    margin-bottom: 13px;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link,
body nav.probiotic_navbars .collapsing .nav_other_link {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link,
  body nav.probiotic_navbars .collapsing .nav_other_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    margin: 0 auto;
    padding-bottom: calc(100vh - 453px);
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone {
    display: none;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user img, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone img,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user img,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone img {
  width: 35px;
  height: 40px;
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user a, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone a,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user a,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone a {
  display: none;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user a, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone a,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user a,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone a {
    display: block;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user a img, body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone a img,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user a img,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone a img {
  width: 35px;
  height: 40px;
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone {
  display: none;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_phone,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_phone {
    margin-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_mb,
body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_mb {
  display: none;
  color: #ffffff !important;
  font-size: 18px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  body nav.probiotic_navbars .probiotics_nav_collapse .nav_other_link .nav_user_mb,
  body nav.probiotic_navbars .collapsing .nav_other_link .nav_user_mb {
    display: block;
  }
}

body .social_link_fixed {
  position: fixed;
  bottom: 47px;
  right: 11px;
  z-index: 9;
}

body .social_link_fixed a img {
  width: 80px;
  height: 80px;
}

body .social_link_fixed .nav_shop_cart {
  display: inline-block;
  position: relative;
}

body .social_link_fixed .nav_shop_cart .nav_shop_cart_number {
  position: absolute;
  right: 6px;
  top: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF0000;
  font-weight: 600;
}

body footer {
  width: 100%;
  height: 423px;
  background-color: #381b1b;
  position: relative;
}

@media (max-width: 767px) {
  body footer {
    height: auto;
  }
}

body footer .footer_container {
  max-width: 1110px;
  width: 100%;
  margin: auto;
  padding-top: 110px;
  position: relative;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  body footer .footer_container {
    width: 92.5%;
  }
}

@media (max-width: 767px) {
  body footer .footer_container {
    padding-top: 85px;
    padding-bottom: 65px;
  }
}

body footer .footer_container .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_social {
    display: block;
  }
}

body footer .footer_container .footer_social .social_logo {
  width: 158px;
  height: auto;
  padding-top: 2px;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_social .social_logo {
    margin: 0px auto 30px;
    display: table;
  }
}

body footer .footer_container .footer_social .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 152px;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_social .social_link {
    margin: 0px auto 30px;
  }
}

body footer .footer_container .footer_social .social_link .fb_link {
  margin-right: 15px;
}

body footer .footer_container .footer_social .social_link .ig_link {
  margin-right: 15px;
}

body footer .footer_container .footer_social .social_link a img {
  width: 40px;
}

body footer .footer_container .footer_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information {
    display: block;
    text-align: center;
  }
}

body footer .footer_container .footer_information .service_terms {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .service_terms {
    margin-bottom: 30px;
  }
}

body footer .footer_container .footer_information .service_terms .service_title {
  font-size: 24px;
  margin-bottom: 16px;
}

body footer .footer_container .footer_information .service_terms .service_content {
  font-size: 16px;
  text-align: right;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .service_terms .service_content {
    text-align: center;
  }
}

body footer .footer_container .footer_information .service_terms .service_content a {
  margin-bottom: 5px;
}

body footer .footer_container .footer_information .contact_information {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .contact_information {
    margin-bottom: 40px;
  }
}

body footer .footer_container .footer_information .contact_information .contact_title {
  font-size: 24px;
  margin-bottom: 18px;
  width: 100%;
}

body footer .footer_container .footer_information .contact_information .contact_content {
  font-size: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .contact_information .contact_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body footer .footer_container .footer_information .contact_information .contact_content .phone_number,
body footer .footer_container .footer_information .contact_information .contact_content .email,
body footer .footer_container .footer_information .contact_information .contact_content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .contact_information .contact_content .phone_number,
  body footer .footer_container .footer_information .contact_information .contact_content .email,
  body footer .footer_container .footer_information .contact_information .contact_content .address {
    display: block;
    text-align: center;
  }
}

body footer .footer_container .footer_information .contact_information .contact_content .title {
  margin-right: 25px;
}

@media (max-width: 767px) {
  body footer .footer_container .footer_information .contact_information .contact_content .title {
    margin-right: 0px;
  }
}

body footer .footer_container .footer_copyright {
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  left: calc(50% - 122.5px);
  bottom: 6px;
  letter-spacing: 1.5px;
}

@media (max-width: 1199px) {
  body footer .footer_container .footer_copyright {
    left: calc(60% - 122.5px);
  }
}

@media (max-width: 767px) {
  body footer .footer_container .footer_copyright {
    width: 146px;
    position: static;
    text-align: center;
    margin: 0 auto;
  }
}

body footer .go_to_top {
  width: 60px;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
  cursor: pointer;
}

body .nav_shadow {
  position: absolute;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 991px) {
  body .nav_shadow {
    width: 100%;
    height: 60px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inherit;
  color: currentColor;
  text-decoration: none;
}

a:hover {
  color: currentColor;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.fb_dialog {
  z-index: 9999 !important;
}
/*# sourceMappingURL=template.css.map */