html {
  font-size: 16px;
}

body {
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #fff;
  font-size: 1rem;
  color: #323232;
}

@font-face {
  font-family: GENSEKIGOTHIC-B;
  src: url(../assets/fonts/GENSEKIGOTHIC-B.TTC);
}

.font-GENSEKIGOTHIC-B {
  font-family: GENSEKIGOTHIC-B, Microsoft JhengHei;
}

h1,
h2,
h3 {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: inherit;
}

h4,
h5,
h6 {
  font-family: inherit;
  color: inherit;
}

h2 {
  font-size: 26px;
}

@media screen and (min-width: 992px) {
  .h1-md {
    font-size: 43px !important;
    font-weight: 550;
  }
}

h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}

a {
  color: #af7558;
}

a:hover {
  color: #059045;
  text-decoration: none;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.ls-1px {
  letter-spacing: 1px;
}

.a-text-white a {
  color: white !important;
}

a.signup-policy {
  color: #af7558;
  /*
    color: #007bff;
    */
}

a.signup-policy:hover {
  color: #964d29;
}

@media screen and (max-width: 576px) {
  .modal-dialog {
    margin: 1.5rem 0.8rem;
  }
}

a.text-gge-red:hover,
.text-active {
  color: #b01e1c !important;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .select-width-min992 {
    display: none;
  }
}

@media screen and (max-width: 991.9px) {
  .select-width-max992 {
    display: none;
  }
}

@media screen and (max-width: 405px) {
  .select-width-max405 + div {
    margin-top: -92px;
  }
}

@media screen and (max-width: 405px) {
  .select-width-max405 {
    margin-right: -55px !important;
  }
}

@media screen and (max-width: 405px) {
  .select-width-max405-logo {
    padding-right: 55px !important;
  }
}

.z-2 {
  z-index: 2;
}

.top-0 {
  top: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem;
}

.rounded-10 {
  border-radius: 1rem;
}

[class*="y32-bg"],
[class*="y33-bg"] {
  position: relative;
  transition: 0.3s;
}

[class*="y32-bg"] > *,
[class*="y33-bg"] > * {
  position: relative;
  z-index: 1;
}

[class*="y32-bg"]::before,
[class*="y33-bg"]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  z-index: 0;
  transition: 0.3s;
}

[class*="y32-bg"]:hover::before,
[class*="y33-bg"]:hover::before {
  height: 42%;
}

.y32-bg-FFA2A4::before {
  background-color: #ffa2a4 !important;
}

.y32-bg-C1EDF8::before {
  background-color: #c1edf8 !important;
}

.y32-bg-A2A0AA::before {
  background-color: #a2a0aa !important;
}

.y33-bg-DFDBD8::before {
  background-color: #dfdbd8 !important;
}

@media screen and (max-width: 767.98px) {
  .mt-y32-02 {
    margin-top: calc(13vw - 1.5rem);
  }
}

.gx-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.gx-2 > * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.circle-2rem {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  /* line-height: 1; */
}

/*
@media screen and (max-width: 424px) {
    .select-width-max424-nav {
        flex-direction: row-reverse !important;
        width: 100% !important;
    }
}
*/

/*背景圖用padding調整比例 高 比 寬*/

/*首頁banner*/
/*
.home-banner-content {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
*/
.home-banner-content {
  position: absolute;
  z-index: 2;
}

.home-banner-content {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  z-index: 1;
}

.home-content {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  z-index: 1;
}

.home-banner-content.lt {
  left: 10%;
  top: 40%;
}

.home-banner-content.lb {
  left: 10%;
  bottom: 40%;
}

.home-banner-content.rt {
  right: 10%;
  top: 40%;
}

.home-banner-content.rb {
  right: 10%;
  bottom: 40%;
}

.home-banner-content.c {
  text-align: center;
  left: 10%;
  right: 10%;
  top: 27%;
}

@media screen and (min-width: 992px) {
  .home-banner-content p {
    font-size: 21px !important;
    letter-spacing: 1px;
  }

  .home-banner-content.text-white {
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }

  .home-banner-content.text-white .btn {
    text-shadow: none;
  }

  .home-content p {
    font-size: 21px !important;
    letter-spacing: 1px;
  }

  .home-content.text-white {
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }

  .home-content.text-white .btn {
    text-shadow: none;
  }
}

@media screen and (max-width: 991.9px) {
  .home-banner-content.text-white,
  .home-banner-content.text-dark,
  .home-banner-content.text-black {
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }

  .home-content.text-white {
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }
}

@media screen and (max-width: 991.9px) and (min-width: 768.1px) {
  /*
    .home-banner-content {
        width: 60%;
        padding-left: 4rem;
    }
    */
}

@media screen and (max-width: 768px) and (min-width: 576.1px) {
  /*   
    .home-banner-content {
        width: 75%;
        padding-left: 2rem;
    }
    */
}

@media screen and (max-width: 576px) {
  /*
    .home-banner-content {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    */
}

.home-banner-content h2 {
  line-height: 140%;
  font-weight: 850;
  margin-top: auto;
  margin-bottom: 1.5rem;
  font-size: 42px;
}

@media screen and (max-width: 576px) {
  .home-banner-content h2 {
    font-weight: 550 !important;
    font-size: 26px !important;
  }
}

@media screen and (max-width: 576px) {
  .home-banner-content p {
    font-size: 16px !important;
  }

  .home-content p {
    font-size: 16px !important;
  }
}

.banner-height {
  padding-top: calc(1 / 2 * 100%);
}

@media screen and (max-width: 768px) {
  .banner-height {
    height: 100vw !important;
  }
}

.banners-bottom-margin {
  margin-top: 3rem !important;
  margin-bottom: 5rem !important;
}

.bg-mama {
  background-image: url(../img/mama-bg.jpg);
  background-size: cover;
  background-position: center;
}

/*首頁banner結束*/

@media screen and (max-width: 767.9px) {
  .banner-img-h {
    height: 43vh !important;
  }
}

@media screen and (max-width: 992px) {
  .pt100 {
    padding-top: 100% !important;
  }
}

.banner-img-h {
  height: calc(100vh - 69px);
}

.h1-to-w2 {
  padding-top: 50%;
}

/*背景圖用至中*/

.bg-center {
  background-position: 50% 50%;
}
.bg-default {
  background-color: #059045;
}
.bg-gge-gray {
  background-color: #e8e8e8 !important;
}

.bg-gge-light {
  background-color: #f8f9fa !important;
}

.bg-gge-dark {
  background-color: #63666a !important;
}

.bg-CBBDA7 {
  background-color: #cbbda7;
}

.btn-gge-orange {
  color: #fff !important;
  background-color: #f26f25 !important;
  border-color: #f26f25 !important;
}

.btn-outline-light:hover {
  color: #63666a !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.line-hover-color:hover {
  color: #00c300 !important;
}

.row-small-gutters {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.row-small-gutters .col-small-gutters {
  padding-right: 1px !important;
  padding-left: 1px !important;
  margin-bottom: 2px !important;
}

/*Q & A*/
.tab-content-style {
  box-shadow: none !important;
  color: #53595f !important;
}

.pills-gray a:hover {
  color: #53595f;
}

.pills-gray a {
  color: #778088;
}

.pills-gray a.active {
  color: white !important;
  background-color: #53595f !important;
}

/*businessbeans 那頁的*/

.businessbeans-banner-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(65, 40, 28, 0.6);
}

@media screen and (max-width: 768px) {
  .businessbeans-banner-content h1 {
    font-size: 24px !important;
  }
}

.businessbeans-banner-content p {
  font-size: 17px !important;
}

@media screen and (max-width: 768px) {
  .businessbeans-banner-content p {
    font-size: 15px !important;
  }
}

/*gifts 那頁的*/

.bg-gradient-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0%,
    transparent 100%
  );
}

.bouy-box {
  overflow: hidden;
  position: relative;
}

.hover-detail {
  opacity: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #059045, #930d18);
  position: absolute;
  bottom: -100%;
  text-align: left;
  transition: all 300ms ease-in-out;
  z-index: -1;
  padding: 20px;
  align-content: baseline;
}

.rwd-m {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

@media screen and (min-width: 768.1px) {
  .bouy-box {
    cursor: default;
  }
}

@media screen and (min-width: 768.1px) {
  .collapse-m {
    display: none;
  }
}

@media screen and (min-width: 768.1px) {
  .bouy-box:hover .hover-detail {
    z-index: 20;
    opacity: 1;
    bottom: 0;
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
  }
}

.hover-detail-m {
  opacity: 1;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #059045, #930d18);
  top: 0;
  text-align: left;
  transition: all 300ms ease-in-out;
  z-index: 20;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .select-width-min768-by {
    padding-top: 25% !important;
  }
}

/*home-main-hover*/
a.home-main-hover .card-body {
  transition: 0.3s;
}

a.home-main-hover:hover .card-body {
  background-color: #f2f2f2 !important;
}

.border-radius-20px {
  border-radius: 20px;
  overflow: hidden;
}

/*home-main-hover end*/
.bg-gge-red {
  background-color: #059045;
}

.text-default,
.text-gge-red {
  color: #059045 !important;
}

.bg-gge-orange {
  background-color: #f26f25 !important;
}

.text-default1,
.text-gge-orange {
  color: #f26f25 !important;
}

.text-gge-coffee {
  color: #af7558 !important;
}

.body-text-color {
  color: #53595f !important;
}

.bg-gge-gray {
  background-color: #e8e8e8;
}

.bg-gge-light {
  background-color: #fafafa;
}

.bg-gge-dark {
  background-color: #63666a;
}

.bg-00000045 {
  background-color: #00000045 !important;
}

/* btn */

.btn {
  font-family: "Microsoft JhengHei" !important;
}

.btn,
.btn:hover {
  box-shadow: none;
}

.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: #059045;
  --bs-btn-border-color: #059045;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #059045;
  --bs-btn-disabled-border-color: #059045;
}

.btn-gge-white {
  background-color: white;
  color: #059045;
}

.btn-gge-white:hover {
  background-image: linear-gradient(to right, #fff, #f6d3d2);
  color: #059045;
}

.btn-gge-red {
  color: #fff;
  background-color: #059045 !important;
  border-color: #059045 !important;
}

.btn-gge-red:hover {
  color: #fff;
  background-color: #b01e1c !important;
  border-color: #b01e1c !important;
}

.btn-gge-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 36, 32, 0.25);
}

/* btn-outline-gge-red */
.btn-outline-gge-red {
  color: #059045 !important;
  background-color: #fff !important;
  border-color: #059045 !important;
}

.btn-outline-gge-red:hover {
  color: #fff !important;
  background-color: #059045 !important;
  border-color: #fff !important;
}

.btn-outline-gge-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 36, 32, 0.25);
}

.btn-gge-orange {
  color: #fff;
  background-color: #f26f25 !important;
  border-color: #f26f25 !important;
}

.btn-outline-light:hover {
  color: #63666a !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-ED6C00 {
  color: #ed6c00;
  border-color: #ed6c00;
}

.btn-outline-ED6C00:hover {
  color: #fff;
  background-color: #ed6c00;
  border-color: #ed6c00;
}

.btn-outline-ED6C00:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 108, 0, 0.5);
}

.btn-rounded {
  border-radius: 1.8rem;
}

/*自訂 btn-outline 顏色*/

.btn-outline-default {
  color: #059045;
  background-color: white;
  border-color: #059045;
}

.btn-outline-default:hover {
  color: #fff;
  background-color: #059045;
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
  color: #63bf8d;
  background-color: transparent;
}

.btn-fb-blue {
  color: #ffffff;
  background-color: #3b579d;
}

.btn-fb-blue:hover {
  color: #ffffff;
  background-color: #314883;
}

/* btn end */

.gge-border-bottom {
  border-bottom: solid 3px #059045;
}

.kerry-border-bottom {
  border-bottom: solid 3px #f46f21;
}

.gray-border-bottom {
  border-bottom: solid 3px #808080;
}

.footer-top {
  border-top: solid 2px white;
}

.bottom-line-content {
  margin: 0 0 1.5rem;
}

.bottom-line-content ~ p a:hover {
  border-bottom: solid 1.5px #ffffff;
}

.bottom-line-contact a:hover {
  border-bottom: solid 1.5px #ffffff;
}

.pointer,
.cursor-pointer {
  cursor: pointer;
}

.font-22 {
  font-size: 22px;
}

.icon-css i {
  margin-right: 6px;
}

.icon-css a:hover i {
  color: #e6e6e6;
}

@media screen and (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

/* 放大 */
.bg-img {
  overflow: hidden;
}

.bg-img .go-big {
  transform: scale(1, 1);
  transition: all 0.7s ease-out;
}

.bg-img .go-big:hover {
  transform: scale(1.2, 1.2);
}

/* cart */
#cart-table th.th-qty {
  width: 150px;
}

@media all and (max-width: 576px) {
  #cart-table th.th-qty {
    width: 120px;
  }
}

/* checkout */
.checkout-remove {
  color: #999;
  cursor: pointer;
}

.checkout-remove:hover {
  color: #f00;
}

.input-group-btn .btn {
  padding: 6px 12px 7px 12px;
  line-height: inherit;
}

.input-group-btn .btn.btn-999 {
  border: none !important;
  background-color: #999 !important;
  color: #fff !important;
}

.input-group-btn .btn.btn-bbb {
  border: none !important;
  background-color: #bbb !important;
  color: #fff !important;
}

/* back-top */
#back-top a {
  box-sizing: content-box !important;
  width: 46px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  height: 46px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #464646;
  border-radius: 100px;
  border: 3px solid #e3e3e3;
  background: #fff;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#back-top a:hover {
  color: #104265 !important;
  border: 3px solid #104265 !important;
}

/* badge */
.badge {
  min-width: 20px;
}

/* content */
.content h3 {
  margin-bottom: 1.8rem;
}

.content img {
  width: 100%;
  max-width: 100%;
}

.content p,
.prd-content p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.content li,
.prd-content li {
  line-height: 1.6;
  text-align: justify;
}

.content.content-media h2 {
  color: #111;
}

/* prd-content */
.prd-content img {
  max-width: 100%;
}

/* parsley */
.parsley-errors-list > li {
  font-size: 13px;
}

/* mb-topmenu */
.mb-topmenu.bg-gge-red {
  height: 100vh;
}

.mb-topmenu.bg-gge-red a {
  color: #fff;
}

.mb-topmenu.bg-gge-red i {
  color: rgba(255, 255, 255, 0.5);
}

.mb-topmenu h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
}

.mb-topmenu li {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
  .mb-topmenu h4 {
    margin-bottom: 1.2rem;
  }

  .mb-topmenu li {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.mb-topmenu hr {
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
}

/* line-height */

.lh-2 {
  line-height: 2 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

/* border */
.border-ccc {
  border-color: #ccc !important;
}

.border-ddd {
  border-color: #ddd !important;
}

.border-eee {
  border-color: #eee !important;
}

.border-e1e1e1 {
  border-color: #eee !important;
}

.border-3 {
  border-width: 3px !important;
}

/* table */

.table-align-middle th,
.table-align-middle td {
  vertical-align: middle;
}

/* marguee */
.mq-prev,
.mq-next {
  width: auto;
}

.mq-inner {
  width: calc(100% - 40px);
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.02);
}

.text-a39065 {
  color: #a39065;
}

.text-ED6C00 {
  color: #ed6c00;
}

@media screen and (min-width: 992px) {
  .bg-linear-lg {
    background-image: linear-gradient(to right, #737373 15%, #fff 50%);
  }
}

/* gge-easy */
.bg-ese {
  background-image: linear-gradient(
    180deg,
    #ffffff 15%,
    rgba(255, 255, 255, 0) 80%
  );
}

.bg-ese .table th {
  border-color: #ffffff;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.g-3 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.gx-md-3 > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 576px) {
  .fs-sm-28 {
    font-size: 28px;
  }

  .fs-sm-18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-32 {
    font-size: 32px;
  }

  .fs-md-18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .gx-lg-5 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .gx-lg-5 > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .fs-xl-38 {
    font-size: 38px;
  }
}

.pb-16vw3rem {
  padding-bottom: calc(16vw - 3rem);
}

.gy-5 {
  margin-top: -3rem;
}

.gy-5 > * {
  margin-top: 3rem;
}

.my-5rem {
  margin-top: 5rem;
  margin-bottom: 5rem !important;
}

/* pt-*p */
.pt-42p {
  padding-top: 42% !important;
}
