@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";
html {
  font-size: 15px; }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }

body {
  color: #727171;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }
  @media (min-width: 992px) {
    body {
      letter-spacing: 0.1em; } }

a {
  color: #286040;
  -webkit-transition: color .15s, border .15s;
  -o-transition: color .15s, border .15s;
  transition: color .15s, border .15s; }
  a:hover {
    color: #193c28;
    text-decoration: none; }

button:focus {
  outline: 0; }

hr {
  border-top: 1px solid #AEB0B3; }

.small, small {
  font-size: 90%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9fa0a0 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9fa0a0 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9fa0a0 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9fa0a0 !important; }

.bg-light {
  background-color: rgba(174, 176, 179, 0.2) !important; }

.bg-dark {
  background-color: #727171 !important; }

.border-primary {
  border-color: #286040 !important; }

.border-bottom-bold {
  border-bottom: 6px solid #286040 !important; }

/* container */
.container {
  max-width: 1330px; }

.container-lg {
  max-width: 992px; }

.container-md {
  max-width: 768px; }

.container-sm {
  max-width: 640px; }

.container-product {
  max-width: 1160px; }
  @media (min-width: 992px) {
    .container-product {
      padding-left: 30px;
      padding-right: 30px; } }

/* row */
.row {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; }
    @media (min-width: 768px) {
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

i.material-icons,
i.material-icons-outlined,
i.material-icons-two-tone {
  font-size: inherit;
  position: relative;
  top: 2px; }

.md-18 {
  font-size: 1.125rem !important; }

.md-24 {
  font-size: 1.5rem !important; }

.md-36 {
  font-size: 2.25rem !important; }

.md-48 {
  font-size: 3rem !important; }

.md-60 {
  font-size: 3.75rem !important; }

.md-72 {
  font-size: 4.5rem !important; }

.text-primary {
  color: #286040 !important; }

.text-secondary {
  color: #b6906b !important; }

.text-danger {
  color: #286040 !important; }

.text-dark {
  color: #727171 !important; }

.text-muted {
  color: #9fa0a0 !important; }

.text-black {
  color: #000; }

.text-sm {
  font-size: 0.9375rem !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em; }

.font-weight-medium {
  font-weight: 500 !important; }

.alert {
  border-radius: 0; }

.alert-light hr {
  border-top-color: #AEB0B3; }

.badge {
  padding-bottom: .2em;
  border-radius: 0; }

.badge-primary {
  background-color: #286040; }

.badge-secondary {
  background-color: #AEB0B3; }

.badge-danger {
  background-color: #286040; }

.block {
  margin-top: 2.5rem; }
  .block__row {
    padding-bottom: 2.5rem; }
  .block__image {
    width: 100%; }
  .block__link {
    text-decoration: underline; }
  .block__content img {
    max-width: 100%;
    height: auto !important; }
  .block__text {
    margin-bottom: 0; }
  .block__title {
    color: #286040;
    font-size: 1.0625rem; }
  @media (max-width: 767px) {
    .block .col-md-6:first-child > img {
      margin-bottom: 1.5rem; } }
  @media (max-width: 767px) {
    .block .col-md-6:last-child > img {
      margin-top: 1.5rem; } }

.btn {
  min-width: 106px;
  border-radius: 0.5rem; }
  @media (min-width: 400px) {
    .btn {
      min-width: 110px; } }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn-group-lg > .btn, .btn-lg {
  padding: .375rem 1rem;
  font-size: 1.125rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .375rem .5rem;
  font-weight: 300; }
  .btn-group-sm > .btn .icon, .btn-sm .icon {
    margin-left: 1.5rem; }

.btn-block {
  min-width: auto; }

.btn-primary {
  border: 1px solid #286040;
  background-color: #286040; }
  .btn-primary:hover {
    border-color: #193c28;
    background-color: #193c28; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #193c28;
    background-color: #193c28; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #286040;
    background-color: #286040; }

.btn-secondary {
  border: 1px solid #9fa0a0;
  background-color: #9fa0a0; }
  .btn-secondary:hover {
    border-color: #858787;
    background-color: #858787; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    border-color: #858787;
    background-color: #858787; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    border: 1px solid #9fa0a0;
    background-color: #9fa0a0; }

.btn-dark {
  border: 1px solid #000;
  background-color: #000; }
  .btn-dark:hover {
    border-color: black;
    background-color: black; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    border-color: black;
    background-color: black; }
  .btn-dark.disabled, .btn-dark:disabled {
    border: 1px solid #000;
    background-color: #000; }

.btn-outline-primary {
  color: #286040;
  border-color: #286040; }
  .btn-outline-primary:hover {
    border-color: #286040;
    background-color: #286040; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #193c28;
    background-color: #193c28; }

.btn-outline-secondary {
  color: #9fa0a0;
  border-color: #9fa0a0; }
  .btn-outline-secondary:hover {
    border-color: #9fa0a0;
    background-color: #9fa0a0; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    border-color: #858787;
    background-color: #858787; }

.btn-outline-dark {
  color: #727171;
  border-color: rgba(114, 113, 113, 0.8); }
  .btn-outline-dark:hover {
    border-color: rgba(114, 113, 113, 0.8);
    color: #727171;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    border-color: rgba(88, 88, 88, 0.8);
    background-color: rgba(88, 88, 88, 0.8); }

.card {
  border: 0;
  border-radius: 0; }
  .card .card-subtitle {
    color: #727171; }
  .card .card-text {
    color: #727171; }

.card-product-home {
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; }
  @media (min-width: 992px) {
    .card-product-home {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .card-product-home:hover {
    -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16); }
  .card-product-home .card-image {
    padding: 1.25rem;
    padding-bottom: 0; }
    .card-product-home .card-image a {
      position: relative;
      display: block;
      padding-bottom: 100%; }
      .card-product-home .card-image a > img {
        width: 100%;
        height: 100%;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover; }
    .card-product-home .card-image .discount-image {
      top: 0;
      left: 0;
      position: absolute;
      width: 26%;
      height: 26%; }
      .card-product-home .card-image .discount-image img {
        max-width: 100%; }
    .card-product-home .card-image .btn-favorite {
      right: 0.75rem;
      bottom: 0.75rem;
      position: absolute;
      width: 27px;
      height: 24px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      padding: 0;
      border: 0;
      background: url(../img/icon/heart_outline.svg) 50% 50% no-repeat;
      cursor: pointer; }
      .card-product-home .card-image .btn-favorite.active {
        background-image: url(../img/icon/heart.svg); }
  .card-product-home .card-body .card-subtitle {
    margin-top: 0;
    color: #000;
    font-weight: 300; }
  .card-product-home .card-body .card-title {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.25rem;
    color: #286040; }
  .card-product-home .card-body .discount {
    margin-right: 0.5rem;
    color: #286040;
    font-size: 1.25rem; }
  .card-product-home .card-body .original {
    font-size: 1.125rem; }
  .card-product-home .card-body .btn-cart {
    border: 0;
    background-color: transparent;
    cursor: pointer; }

.card-menu {
  border: 0;
  border-radius: 0; }
  .card-menu a {
    color: #727171; }
  .card-menu .card-img-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-bottom: 100%;
    border-radius: 0; }
  .card-menu .card-body {
    padding: 0.5rem 0 1.75rem; }
    .card-menu .card-body .card-title {
      margin-bottom: 0.7rem;
      color: #286040; }
    .card-menu .card-body .card-subtitle {
      padding-bottom: 0.375rem;
      font-weight: 300;
      border-bottom: 1px solid rgba(114, 113, 113, 0.5);
      letter-spacing: 0.1em; }
    .card-menu .card-body .card-summary {
      margin-bottom: 0;
      padding: 0.25rem 0;
      font-size: 1.125rem;
      font-weight: 300;
      border-bottom: 1px solid rgba(114, 113, 113, 0.5); }
    .card-menu .card-body .card-price {
      margin-top: 0.375rem;
      margin-bottom: 0.25rem;
      font-size: 1.25rem;
      font-weight: 600;
      color: #286040;
      letter-spacing: 0; }
    .card-menu .card-body .card-text {
      font-weight: 300; }

.card-news {
  border: 0;
  border-radius: 0; }
  .card-news a {
    color: #727171; }
  .card-news .card-img-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-bottom: 76.2%;
    border-radius: 0; }
  .card-news .card-body {
    padding: 2rem 0; }
    .card-news .card-body .card-category {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: .5rem;
      margin-right: 1.25rem;
      font-size: 1.25rem;
      font-weight: 500;
      font-family: 'Noto Serif TC', sans-serif; }
    .card-news .card-body .card-date {
      display: block;
      font-size: 1.125rem;
      font-weight: 300; }
    .card-news .card-body .card-text {
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      word-wrap: break-word;
      height: 50px;
      font-size: 1.125rem;
      font-weight: 300; }
      @media (min-width: 992px) {
        .card-news .card-body .card-text {
          height: 54px; } }

.card-store .card-image {
  position: relative;
  padding-bottom: 100%; }
  .card-store .card-image img {
    height: 100% !important;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }
  .card-store .card-image .card-label {
    top: 0;
    left: 0;
    position: absolute;
    width: 24%;
    height: 24%; }

.card-store .card-body {
  padding-left: 0;
  padding-right: 0; }

.card-store .card-text {
  white-space: pre-wrap; }

.card-coupon {
  min-height: 234px;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #AEB0B3; }
  @media (min-width: 992px) {
    .card-coupon {
      min-height: 248px; } }
  .card-coupon:after {
    right: -15px;
    bottom: 0;
    position: absolute;
    height: 50px;
    content: "";
    border-left: 15px solid rgba(40, 96, 64, 0.5); }
  .card-coupon .card-title {
    line-height: 1.5; }
  .card-coupon .card-text {
    margin-bottom: .25rem; }

label.card-coupon {
  cursor: pointer; }
  label.card-coupon.active {
    border-color: #286040; }
  label.card-coupon .custom-control {
    position: static; }
  label.card-coupon .custom-control-label span {
    position: relative;
    top: 1px; }
    @media (min-width: 992px) {
      label.card-coupon .custom-control-label span {
        top: -1px; } }

.dropdown.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown-toggle:after {
  width: 12px;
  height: 8px;
  margin-left: .155em;
  vertical-align: .155em;
  border: 0;
  background: url(../img/icon/arrow_up.svg) 0 0 no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16); }

.dropdown-item {
  color: #727171; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #286040;
    background-color: transparent; }

.form-row.no-gutters {
  position: relative;
  margin-right: 0;
  margin-left: 0; }
  .form-row.no-gutters:before {
    position: absolute;
    top: calc(2.25rem + 1px);
    display: block;
    width: 100%;
    content: "";
    border-bottom: 1px solid #286040; }
  .form-row.no-gutters > .col,
  .form-row.no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0; }

.form-control {
  color: #727171;
  border: 1px solid #727171;
  border-radius: 0; }
  .form-control:focus {
    border: 1px solid #286040;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control:disabled, .form-control[readonly] {
    background-color: rgba(174, 176, 179, 0.2); }

.form-group {
  position: relative;
  margin-bottom: 2rem; }
  .form-group label {
    top: 0.4rem;
    left: 0;
    position: absolute;
    z-index: 1;
    left: .5rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .form-group label {
        left: 1rem; } }
    .form-group label span {
      position: relative;
      top: -6px;
      margin-left: -1px;
      color: #286040;
      font-size: 80%; }
    .form-group label + .custom-control-inline {
      margin-left: 6.3rem; }
      @media (min-width: 768px) {
        .form-group label + .custom-control-inline {
          margin-left: 6.8rem; } }
  .form-group .form-control {
    padding-left: 6.3rem;
    border: 0;
    border-bottom: 1px solid #286040; }
    @media (min-width: 768px) {
      .form-group .form-control {
        padding-left: 6.8rem; } }
    .form-group .form-control:focus {
      border: 0;
      border-bottom: 1px solid #000; }
    .form-group .form-control::disabled, .form-group .form-control[readonly] {
      background-color: #AEB0B3; }
  .form-group .custom-select {
    padding-left: 6.3rem;
    padding-right: 2.25rem; }
    @media (min-width: 768px) {
      .form-group .custom-select {
        padding-left: 6.8rem; } }
  .form-group .form-text {
    margin-top: .5rem;
    padding-left: .5rem; }
    @media (min-width: 768px) {
      .form-group .form-text {
        padding-left: 1rem; } }
  .form-group em.error {
    margin: .25rem 0 -25px;
    padding-left: .5rem; }
    @media (min-width: 768px) {
      .form-group em.error {
        padding-left: 1rem; } }
    .form-group em.error + .form-text {
      margin-top: 28px; }

.error {
  color: #E5A66C; }

em.error {
  display: block;
  font-size: 90%;
  font-style: normal; }

.input-group {
  margin-bottom: 2rem; }
  .input-group .form-control {
    border: 0;
    border-bottom: 1px solid #286040; }
    .input-group .form-control:disabled, .input-group .form-control[readonly] {
      background-color: rgba(174, 176, 179, 0.2); }

.custom-select {
  color: #727171;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #286040;
  background: url(../img/icon/arrow_carrot-down.svg) right 7px top 5px/23px auto no-repeat; }
  .custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000; }
  .custom-select.border {
    padding-left: .75rem;
    border: 1px solid #286040 !important; }
  .custom-select.border-gray {
    padding-left: .75rem;
    border: 1px solid #AEB0B3 !important;
    background-image: url(../img/icon/arrow_carrot-down_gray.svg); }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #286040;
  background-color: #286040; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #286040 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #286040 !important;
  background-color: transparent !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    top: .2rem; }
  .custom-control-label::before {
    border-color: #9fa0a0; }

.custom-control-inline {
  margin-right: 1.5rem; }
  .custom-control-inline em.error {
    bottom: -1.5rem;
    left: 0;
    position: absolute;
    white-space: nowrap; }

textarea.form-control {
  border: 0;
  border-bottom: 1px solid #286040; }
  textarea.form-control:focus {
    border: 0;
    border-bottom: 1px solid #000; }
  textarea.form-control[rows="1"] {
    height: calc(2.25rem + 2px); }

.list-group-item {
  border: 1px solid #AEB0B3; }

button.close {
  text-shadow: none; }

.modal-content {
  border: 0;
  border-radius: 0;
  background-color: #286040; }

.modal-header {
  border-bottom: 0; }
  .modal-header .close {
    margin-right: -.5rem; }

.modal-body {
  color: #fff; }
  .modal-body .btn {
    min-width: 110px;
    color: #000; }

.modal-footer {
  min-height: 56px;
  border-top: 0; }

.nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto; }
  .nav .nav-link {
    position: relative;
    padding: .5rem 1rem;
    color: #727171; }
    @media (min-width: 400px) {
      .nav .nav-link {
        font-size: 1.125rem; } }
    @media (min-width: 576px) {
      .nav .nav-link {
        padding: .5rem 2rem; } }
    .nav .nav-link:hover {
      color: #286040; }
    .nav .nav-link.active {
      color: #286040;
      font-weight: bold; }

.nav-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nav-top .nav-link {
    color: #727171;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .nav-top .nav-link {
        font-size: 1.25rem; } }
    .nav-top .nav-link:hover, .nav-top .nav-link.active {
      color: #286040; }

.nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #286040; }
  .nav-tabs .nav-item {
    margin: 0 .25rem; }
    .nav-tabs .nav-item .nav-link {
      color: #727171;
      font-size: 1rem;
      border-color: #727171;
      border-bottom: 0;
      border-radius: 0;
      background-color: transparent; }
      .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
        color: #286040;
        border-color: #286040; }

.nav-pills {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .nav-pills .nav-link {
    border-radius: 0;
    font-weight: 400 !important; }
    .nav-pills .nav-link:hover, .nav-pills .nav-link.active {
      color: #fff !important;
      background-color: #286040; }

.nav-light .nav-link {
  color: #AEB0B3; }
  .nav-light .nav-link:hover, .nav-light .nav-link.active {
    color: #286040; }

.nav-dark .nav-link {
  color: #000; }
  .nav-dark .nav-link:hover, .nav-dark .nav-link.active {
    color: #286040; }

/* tabs */
.tab-content > .tab-pane img {
  max-width: 100% !important;
  height: auto !important; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0; }
  .pagination .page-item.active .page-link {
    color: #000;
    font-weight: bold;
    background-color: transparent; }
    .pagination .page-item.active .page-link:after {
      display: block;
      margin-top: .25rem;
      content: '';
      border-bottom: 4px solid #286040; }
  .pagination .page-item.disabled .page-link {
    color: #AEB0B3; }
  .pagination .page-item .page-link {
    color: #727171;
    font-size: 1.125rem;
    border: 0; }
    .pagination .page-item .page-link:hover {
      color: #000;
      background-color: transparent; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.table {
  border-top: 2px solid #727171;
  border-bottom: 2px solid #727171; }
  .table th {
    white-space: nowrap; }
  .table td, .table th {
    font-size: 0.9375rem;
    border-top: 1px solid #727171; }
  .table thead th {
    border-bottom: 1px solid #727171;
    font-weight: normal; }

.table-sm td, .table-sm th {
  padding: .5rem; }

.table-bordered td, .table-bordered th {
  border: 1px solid #AEB0B3 !important; }

/* cart */
.table-cart {
  margin-bottom: 2rem;
  border-top: 2px solid #727171;
  border-bottom: 2px solid #727171; }
  .table-cart td, .table-cart th {
    font-size: 1rem;
    padding: .5rem;
    border-top: 1px solid #AEB0B3;
    text-align: right;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .table-cart td, .table-cart th {
        padding: .25rem 2rem;
        border-top: 1px solid #727171;
        border-left: 1px solid #727171;
        text-align: center; } }
    .table-cart td:first-child, .table-cart th:first-child {
      border-left: 0; }
  .table-cart th {
    font-weight: normal;
    border-bottom: 1px solid #727171; }
  .table-cart td.td-delete + td, .table-cart td:first-child {
    border-top: 0; }
  .table-cart td .btn {
    min-width: auto; }
    .table-cart td .btn:hover {
      color: #286040; }
  .table-cart a {
    color: #727171; }
    .table-cart a:hover {
      color: #286040; }
  .table-cart .td-delete {
    height: 0;
    padding: 0;
    border-top: 0; }
    @media (min-width: 768px) {
      .table-cart .td-delete {
        display: table-cell; } }
    .table-cart .td-delete:before {
      display: none; }
      @media (min-width: 768px) {
        .table-cart .td-delete:before {
          display: block; } }
    .table-cart .td-delete .btn-delete {
      top: 2px;
      right: 0;
      position: absolute;
      z-index: 10; }
      @media (min-width: 768px) {
        .table-cart .td-delete .btn-delete {
          position: static; } }
  .table-cart .btn-delete [data-icon] {
    font-size: 1.5rem; }
  .table-cart .cart-product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .table-cart .cart-product img {
      max-width: 70px; }
      @media (min-width: 768px) {
        .table-cart .cart-product img {
          max-width: 80px; } }
    .table-cart .cart-product .discount-image {
      top: 0;
      left: 0;
      position: absolute;
      width: 30px;
      height: 30px; }
      .table-cart .cart-product .discount-image img {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .table-cart .cart-product .cart-title {
      margin-left: .75rem;
      padding-right: 3rem;
      text-align: left; }
      @media (min-width: 768px) {
        .table-cart .cart-product .cart-title {
          padding-right: 0; } }
    .table-cart .cart-product a {
      display: block; }
  .table-cart .cart-quantity {
    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;
    width: calc(100% + .5rem); }
    .table-cart .cart-quantity .form-control {
      border: 1px solid #286040; }
  .table-cart .td-empty:before {
    content: ''; }
  .table-cart .td-empty:first-child {
    border-top: 0; }
  .table-cart .discount {
    display: block; }
    .table-cart .discount + .price {
      display: block;
      color: #9fa0a0;
      text-decoration: line-through; }
  .table-cart .total-text {
    font-weight: bold; }
  .table-cart .total {
    font-size: 1.25rem;
    font-weight: bold;
    white-space: nowrap; }

/* respTables.js */
@media (max-width: 767px) {
  .table-resp.table-resp-order td {
    padding-left: 5.5rem; } }

.table-resp tr {
  border-bottom: 1px solid #727171; }
  .table-resp tr:first-child {
    border-top: 2px solid #727171; }
    @media (min-width: 768px) {
      .table-resp tr:first-child {
        border-top: 1px solid #727171; } }

.table-resp th {
  display: none; }
  @media (min-width: 768px) {
    .table-resp th {
      display: table-cell; } }

.table-resp td {
  position: relative;
  display: block;
  width: 100%; }
  @media (max-width: 767px) {
    .table-resp td {
      padding-left: 3.5rem; } }
  @media (min-width: 768px) {
    .table-resp td {
      display: table-cell;
      width: auto; } }
  .table-resp td:before {
    left: 0.5rem;
    position: absolute;
    content: attr(data-before);
    display: block;
    color: #727171; }
    @media (min-width: 768px) {
      .table-resp td:before {
        content: '';
        width: 0; } }
  .table-resp td br {
    display: none; }
    @media (min-width: 768px) {
      .table-resp td br {
        display: block; } }

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 992px) {
    .header {
      -webkit-box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.16);
      box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.16); } }

.header-space {
  height: 70px; }
  @media (min-width: 992px) {
    .header-space {
      height: 232px; } }
  @media (min-width: 992px) {
    .header-space.is-sticky {
      height: 136px; } }

@media (max-width: 991px) {
  .navbar-top {
    padding: 0.4rem;
    padding-left: 2rem; } }

@media (min-width: 992px) {
  .navbar-top {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s; } }

@media (min-width: 992px) {
  .navbar-top.is-sticky {
    padding-top: 1.5rem;
    padding-bottom: 0; } }

@media (max-width: 991px) {
  .navbar-top .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.navbar-top .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navbar-top .navbar-nav .nav-link {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 768px) {
    .navbar-top .navbar-nav .nav-link {
      padding-left: 1rem;
      padding-right: 1rem; } }

.navbar-top .foodpanda {
  width: 32px;
  height: 32px;
  margin: -1px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06); }

.cart-count-menu {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  color: #fff;
  font-size: 0.75rem;
  background-color: #727171;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0; }
  .cart-count-menu:empty {
    display: none; }

.navbar-group {
  height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .navbar-group {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .navbar-group .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .navbar-group .navbar-nav .nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-group .navbar-nav .nav-link {
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      @media (min-width: 768px) {
        .navbar-group .navbar-nav .nav-link {
          padding-left: 1rem;
          padding-right: 1rem; } }
  .navbar-group .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .navbar-group .navbar-brand .logo {
      max-height: 45px; }
      @media (min-width: 768px) {
        .navbar-group .navbar-brand .logo {
          max-height: 50px; } }
    .navbar-group .navbar-brand .feat {
      max-width: 7px;
      margin: 0.75rem 0.5rem 0; }
      @media (min-width: 768px) {
        .navbar-group .navbar-brand .feat {
          max-width: 14px;
          margin: 0.7rem 1.25rem 0; } }
    .navbar-group .navbar-brand .name {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 84px;
      margin-top: 0.6rem;
      color: #000;
      font-size: 1.1875rem;
      line-height: 1; }
      @media (min-width: 768px) {
        .navbar-group .navbar-brand .name {
          max-width: none;
          font-size: 1.5rem; } }
  .navbar-group .event-countdown {
    position: relative;
    top: 0.125rem;
    margin: auto;
    font-size: 1.625rem;
    color: #12312B; }
    .navbar-group .event-countdown small {
      font-size: 1.125rem; }
    .navbar-group .event-countdown [data-countdown] {
      letter-spacing: 0; }

.navbar-count {
  padding: 0.75rem;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .navbar-count .event-countdown {
    font-size: 1.25rem;
    color: #12312B; }
    .navbar-count .event-countdown small {
      font-size: 0.9375rem; }

.header-space-group {
  height: 120px; }
  @media (min-width: 768px) {
    .header-space-group {
      height: 70px; } }

.navbar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #12312B; }
  .navbar-search .form-control {
    border: 0; }
  .navbar-search .btn-search {
    min-width: auto; }

@media (max-width: 991px) {
  .navbar-main {
    padding: 0 2rem; } }

.navbar-main.is-sticky .logo {
  opacity: 0; }

.navbar-main.is-sticky .sticky-logo {
  display: inline-block;
  max-width: 168px;
  margin-top: -66px;
  opacity: 1; }

.navbar-main.is-sticky .navbar-nav .nav-link {
  color: #12312B; }

@media (max-width: 991px) {
  .navbar-main .navbar-collapse {
    margin: 0 -2rem;
    padding: 0.5rem 2rem;
    height: calc(100vh - 70px);
    overflow-y: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.navbar-main .logo {
  top: -140px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.navbar-main .sticky-logo {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.navbar-main .navbar-nav {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  .navbar-main .navbar-nav .nav-item {
    width: 100%; }
    @media (min-width: 992px) {
      .navbar-main .navbar-nav .nav-item {
        width: 12.8%; } }
    @media (max-width: 991px) {
      .navbar-main .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(114, 113, 113, 0.5); } }
    @media (max-width: 991px) {
      .navbar-main .navbar-nav .nav-item:last-child {
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .navbar-main .navbar-nav .nav-item.nav-item-logo {
        width: 23.2%; } }
  .navbar-main .navbar-nav .nav-link {
    color: #12312B;
    font-size: 1.375rem;
    font-weight: 300; }
    @media (max-width: 991px) {
      .navbar-main .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; } }
    @media (min-width: 992px) {
      .navbar-main .navbar-nav .nav-link {
        color: #000;
        text-align: center; } }

@media (max-width: 991px) {
  .navbar-main .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.navbar-main .dropdown-toggle:after {
  margin-left: auto;
  margin-right: 1rem; }
  @media (min-width: 992px) {
    .navbar-main .dropdown-toggle:after {
      display: none;
      margin-left: .215em;
      vertical-align: .215em; } }

@media (max-width: 991px) {
  .navbar-main .dropdown-menu {
    margin-top: -0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-main .dropdown-item {
  font-size: 1.25rem; }

main.content, .side-content {
  padding-bottom: 6rem; }
  @media (min-width: 992px) {
    main.content, .side-content {
      padding-bottom: 7rem; } }

main.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 70px);
  padding-top: 3rem; }
  @media (min-width: 992px) {
    main.content {
      min-height: calc(100vh - 136px);
      padding-top: 4rem; } }
  main.content img {
    max-width: 100%;
    height: auto !important; }

.section {
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .section {
      padding: 3rem 0; } }

.section-header {
  margin-bottom: 2rem;
  text-align: center; }
  @media (min-width: 992px) {
    .section-header {
      margin-bottom: 3rem; } }
  .section-header .section-title {
    display: inline-block;
    min-width: 100%;
    padding: 0 0 .4rem;
    border-bottom: 6px solid #286040; }
    @media (min-width: 992px) {
      .section-header .section-title {
        min-width: 440px; } }
    .section-header .section-title.news {
      border-color: #CD7B61; }
    .section-header .section-title.certification {
      border-color: #AAB473; }
    .section-header .section-title.insurance {
      border-color: #929496; }
    .section-header .section-title.sgs {
      border-color: #E5A66C; }
    .section-header .section-title h2 {
      color: #286040;
      font-size: 1.4rem;
      font-weight: bold; }
      @media (min-width: 992px) {
        .section-header .section-title h2 {
          font-size: 1.75rem; } }
      .section-header .section-title h2.title-lg {
        font-size: 1.6rem; }
        @media (min-width: 992px) {
          .section-header .section-title h2.title-lg {
            font-size: 2rem; } }
    .section-header .section-title p {
      margin-bottom: .4rem;
      color: #000;
      font-weight: 300; }

/* 無資料 */
.empty {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 0; }
  @media (min-width: 992px) {
    .empty {
      padding: 3rem 0; } }
  .empty .empty-icon {
    display: block;
    margin-bottom: 1.25rem;
    color: #AEB0B3;
    font-size: 4.5rem; }
  .empty h5 {
    margin-bottom: 0;
    font-weight: normal; }
  .empty .btn {
    margin-top: 1.5rem; }

.sub-title {
  padding-left: 0.5rem;
  color: #286040;
  border-left: 5px solid #286040; }

.y-tittle picture img {
  max-width: 170%; }

.y-introduce {
  -webkit-transform: translate(-22%);
  -ms-transform: translate(-22%);
  transform: translate(-22%);
  width: 140%; }
  .y-introduce p.event-detail {
    width: 170%;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    max-width: 946px; }

@media (max-width: 996px) {
  .y-tittle {
    padding: 0px 0px 0px 5px; }
    .y-tittle picture img {
      max-width: 100% !important; }
  .y-introduce {
    max-width: unset !important;
    width: unset !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    margin-top: 24px !important; }
    .y-introduce p.event-detail {
      max-width: unset;
      width: unset;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 32px; } }

/* 商品側欄版型 */
.side-menu {
  top: 70px;
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  border-bottom: 1px solid #AEB0B3;
  background-color: #fff;
  overflow: hidden; }
  @media (min-width: 992px) {
    .side-menu {
      position: -webkit-sticky;
      position: sticky;
      top: 68px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20%;
      padding: 4rem 1%;
      border-bottom: 0;
      -webkit-box-shadow: 2px 2px 15px 0 #cacaca;
      box-shadow: 2px 2px 15px 0 #cacaca; } }
  .side-menu a {
    color: #727171; }
    .side-menu a:hover {
      color: #286040; }
  .side-menu .side-brand {
    display: none; }
    @media (min-width: 992px) {
      .side-menu .side-brand {
        display: block;
        margin-bottom: 2rem;
        padding: 0 1rem; } }
  .side-menu .menu-list {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0;
    padding: .75rem 1rem;
    list-style: none;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .side-menu .menu-list {
        width: 100%;
        padding: 0 .65rem;
        border-bottom: 0;
        white-space: normal; } }
    .side-menu .menu-list .menu-item {
      display: inline-block; }
      @media (min-width: 992px) {
        .side-menu .menu-list .menu-item {
          display: block; } }
      .side-menu .menu-list .menu-item .menu-subtitle {
        display: block;
        margin-right: 1rem;
        padding: 0.25rem 0; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item .menu-subtitle {
            margin-right: 0; } }
      .side-menu .menu-list .menu-item .menu-link {
        display: inline-block;
        padding: .25rem 0;
        font-size: 1.25rem; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item .menu-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .side-menu .menu-list .menu-item .menu-link.active {
          color: #286040;
          font-weight: bold; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item .menu-link i {
            top: 4px;
            margin-right: .25rem; } }

.side-content {
  width: 100%; }
  @media (min-width: 992px) {
    .side-content {
      width: 80%; } }

.footer {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #12312B; }
  .footer .footer-logo {
    max-width: 100%; }
  .footer .footer-menu {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .footer .footer-menu {
        margin-top: 3.25rem;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .footer .footer-menu {
        margin-top: 4.5rem; } }
    .footer .footer-menu h5 {
      margin-bottom: 0.75rem; }
    .footer .footer-menu > a {
      display: block;
      padding: .15rem 0;
      color: #fff; }
      .footer .footer-menu > a[href]:hover {
        text-decoration: underline; }
  .footer .footer-info {
    text-align: center; }
    .footer .footer-info .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer .footer-info .row > [class*=col-] {
        white-space: nowrap; }
    .footer .footer-info a {
      color: #fff; }
      .footer .footer-info a:hover {
        text-decoration: underline; }
    .footer .footer-info address {
      font-size: 0.9375rem; }
      @media (min-width: 768px) {
        .footer .footer-info address {
          font-size: 1.125rem; } }
    .footer .footer-info .copyright {
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .footer .footer-info .copyright {
          font-size: 1rem; } }

.fixed-button {
  right: 3%;
  bottom: 3%;
  position: fixed;
  z-index: 2000;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem; }
  .fixed-button a.foodpanda {
    border-radius: 100%;
    overflow: hidden; }
    @media (min-width: 992px) {
      .fixed-button a.foodpanda {
        top: 3%;
        position: fixed; } }
  .fixed-button a img {
    width: 43px; }
    @media (min-width: 992px) {
      .fixed-button a img {
        width: 50px; } }

.about-header {
  position: relative;
  margin-top: 50px;
  height: calc(100vw * 600/750); }
  @media (min-width: 992px) {
    .about-header {
      margin-top: 0;
      height: 90vh; } }
  .about-header .hero-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vw * 600/750); }
    @media (min-width: 992px) {
      .about-header .hero-image {
        height: 90vh; } }
    .about-header .hero-image.hero-about {
      background-image: url(../img/about/header_about.jpg); }
      @media (min-width: 992px) {
        .about-header .hero-image.hero-about {
          background-image: none; } }
    .about-header .hero-image.hero-feature {
      background-image: url(../img/about/header_feature_m.jpg?v=20200309); }
      @media (min-width: 992px) {
        .about-header .hero-image.hero-feature {
          top: 0;
          position: fixed;
          background-image: url(../img/about/header_feature.jpg?v=20200309);
          background-position: 50% 0; } }
  .about-header .hero-video {
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  .about-header .hero-text {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4; }
    .about-header .hero-text .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media (min-width: 992px) {
        .about-header .hero-text .container {
          width: 70%; } }
    .about-header .hero-text .text {
      margin-left: 2%;
      margin-bottom: 12%; }
      @media (min-width: 768px) {
        .about-header .hero-text .text {
          margin-left: 4%; } }
      @media (min-width: 992px) {
        .about-header .hero-text .text {
          margin-bottom: 6%; } }
      .about-header .hero-text .text img {
        width: 70%; }
        @media (min-width: 992px) {
          .about-header .hero-text .text img {
            width: auto;
            height: calc(100vw * 237/1920) !important; } }

.about-content {
  position: relative;
  background-color: #fff; }
  .about-content:before {
    top: -80px;
    position: absolute;
    width: 100%;
    height: 80px;
    display: block;
    content: '';
    padding: 0;
    margin: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(83%, rgba(255, 255, 255, 0.95)), to(#fff));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 83%, #fff 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 83%, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 83%, #fff 100%); }
    @media (min-width: 992px) {
      .about-content:before {
        top: -130px;
        position: absolute;
        width: 100%;
        height: 130px; } }
  .about-content .section-title {
    position: relative;
    z-index: 3; }
    .about-content .section-title:before {
      top: 0;
      left: 50%;
      position: absolute;
      content: "";
      height: 100%;
      border-right: 3px solid #fff; }
    .about-content .section-title h2, .about-content .section-title p {
      position: relative; }
  .about-content section {
    position: relative;
    margin-top: -7rem;
    padding-top: 6rem;
    padding-bottom: 9rem;
    overflow: hidden; }
    @media (min-width: 992px) {
      .about-content section {
        padding-bottom: 18rem; } }
    .about-content section h1, .about-content section h2, .about-content section h3, .about-content section h4, .about-content section h5, .about-content section h6 {
      margin-bottom: .375rem;
      color: #000; }
    .about-content section p {
      margin-bottom: 0;
      font-size: 1.1rem;
      line-height: 2; }
    @media (min-width: 992px) {
      .about-content section ul {
        margin-bottom: 0; } }
    .about-content section ul li {
      line-height: 1.6; }
    .about-content section [class*="col-"] {
      padding: 0 2rem;
      overflow: hidden; }
      @media (min-width: 992px) {
        .about-content section [class*="col-"] {
          padding: 0 3rem; } }

.center-line {
  top: 15rem;
  left: 15px;
  position: absolute;
  z-index: 2;
  height: 0;
  content: "";
  border-right: 2px solid #286040;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s; }
  @media (min-width: 992px) {
    .center-line {
      top: 0;
      left: 50%;
      -webkit-transition: height .8s;
      -o-transition: height .8s;
      transition: height .8s; } }
  .center-line.feature {
    height: 388px; }
    @media (min-width: 992px) {
      .center-line.feature {
        height: 482px; } }

.about-timeline .subtitle {
  font-size: 1.3125rem;
  font-weight: 500; }

.about-timeline [class*="dot-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about-timeline [class*="dot-"]:before, .about-timeline [class*="dot-"]:after {
    width: 35px;
    height: 35px;
    display: inline-block;
    content: "";
    background: url(../img/icon/dot_r.svg) 50% 50% no-repeat;
    background-size: 120%; }

.about-timeline .dot-before {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -.4rem; }
  .about-timeline .dot-before:after {
    display: none; }

.about-timeline .dot-after {
  margin-left: -.4rem; }
  .about-timeline .dot-after:after {
    display: none; }
  @media (min-width: 992px) {
    .about-timeline .dot-after {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: -.4rem; }
      .about-timeline .dot-after:before {
        display: none; }
      .about-timeline .dot-after:after {
        display: inline-block; } }
  @media (min-width: 992px) {
    .about-timeline .dot-after + ul li:before {
      left: auto;
      right: 0; } }

.about-timeline ul {
  list-style: none;
  padding: 0 .4rem;
  color: #000; }
  .about-timeline ul li {
    position: relative;
    padding: 0 1rem;
    font-size: 1.3125rem; }
    .about-timeline ul li:before {
      left: 0;
      position: absolute;
      display: block;
      content: "•";
      font-weight: bold; }
    .about-timeline ul li p {
      margin: .25rem 0;
      color: #727171; }

/* 公司沿革 */
.about-history .section-title h2 {
  margin-left: -16px; }

/* 特色經營 */
.about-feature .center-line {
  top: 16.5rem; }
  @media (min-width: 992px) {
    .about-feature .center-line {
      top: 0; } }

.about-feature .about-slogan {
  position: relative; }
  .about-feature .about-slogan:after {
    bottom: 0;
    left: 50%;
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 16px);
    border-bottom: 6px solid #d7000f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .about-feature .about-slogan:after {
        width: calc(100% - 20px); } }
    @media (min-width: 992px) {
      .about-feature .about-slogan:after {
        width: 578px; } }
  .about-feature .about-slogan h3 {
    margin-bottom: 1rem;
    font-weight: normal;
    letter-spacing: .4rem; }

.about-feature .about-premium {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .about-feature .about-premium {
      background: url(../img/about/about_premium.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    .about-feature .about-premium {
      padding: 8rem 0; } }
  .about-feature .about-premium .content {
    max-width: 100%; }
    @media (min-width: 768px) {
      .about-feature .about-premium .content {
        max-width: 50%; } }
    @media (min-width: 992px) {
      .about-feature .about-premium .content {
        max-width: 500px;
        margin-left: auto; } }
  .about-feature .about-premium .heading {
    margin-bottom: 1rem;
    border-bottom: 1px solid #000; }
    .about-feature .about-premium .heading .title {
      margin-bottom: .5rem;
      letter-spacing: .3rem;
      font-weight: normal; }
    .about-feature .about-premium .heading .subtitle {
      margin-bottom: .6rem;
      letter-spacing: .1rem;
      font-size: 2.0625rem;
      font-weight: lighter; }
  .about-feature .about-premium .img {
    max-width: 110%;
    margin-left: -5%; }

.about-feature .about-timeline {
  position: relative; }
  .about-feature .about-timeline:before {
    top: 0;
    left: 50%;
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: calc(100% - 16px);
    border-bottom: 6px solid #d7000f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      .about-feature .about-timeline:before {
        width: 578px; } }
  .about-feature .about-timeline [class*="text-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 992px) {
    .about-feature .about-timeline .text-lg-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .about-feature .about-timeline .text-lg-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .about-feature .about-timeline .content {
    max-width: 500px; }
  .about-feature .about-timeline img {
    margin-left: 10px;
    max-width: calc(100% - 17px); }
    @media (min-width: 992px) {
      .about-feature .about-timeline img {
        margin-left: 0;
        max-width: 100%; } }
  .about-feature .about-timeline ul, .about-feature .about-timeline dl, .about-feature .about-timeline p {
    color: #727171;
    line-height: 1.8 !important; }
  .about-feature .about-timeline ul li {
    margin-bottom: .5rem;
    font-size: 1.1rem; }
  .about-feature .about-timeline dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .about-feature .about-timeline dl dt {
      white-space: nowrap; }
    .about-feature .about-timeline dl dd {
      margin: 0;
      padding-left: .375rem; }

/* login */
.login-sns .btn-fb-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }
  .login-sns .btn-fb-login:hover span {
    background-color: #286040; }
  .login-sns .btn-fb-login img {
    margin: 0 .5rem; }
  .login-sns .btn-fb-login span {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .375rem;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: .25rem;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .login-sns .btn-fb-login span:before {
      top: 0.3rem;
      left: 0.375rem;
      position: absolute;
      width: calc(100% - .7rem);
      height: calc(100% - .6rem);
      content: "";
      border: 1px solid #000; }

.login-account a {
  color: #727171; }
  .login-account a:hover {
    color: #286040; }

.login-hr {
  margin: 2rem 0; }

/* redirect */
.redirect-action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .redirect-action i.material-icons-outlined {
    display: inline-block;
    margin-bottom: 1rem;
    color: #000;
    font-size: 3.6rem; }

/* coupon */
.coupon-container {
  padding: 0 .75rem 2rem; }
  @media (min-width: 1200px) {
    .coupon-container {
      padding: 0 0 2rem; } }

.contact-image {
  padding-bottom: 100%;
  background-position: 50%;
  background-size: cover; }
  @media (min-width: 768px) {
    .contact-image {
      padding-bottom: 54%; } }

.section-contact {
  padding: 2rem 0; }
  @media (min-width: 992px) {
    .section-contact {
      padding: 3rem 0; } }
  .section-contact:empty {
    padding-top: 0;
    padding-bottom: 0; }
  .section-contact .form-group {
    margin-bottom: 1.75rem; }
    .section-contact .form-group label {
      left: 0; }
    .section-contact .form-group .form-control {
      padding-left: 4rem;
      border-bottom: 1px solid #727171;
      background-color: transparent; }
      .section-contact .form-group .form-control:focus {
        border-bottom: 1px solid #286040; }
    .section-contact .form-group textarea.form-control {
      padding-left: 5rem; }
    .section-contact .form-group .help-block {
      left: 0; }

main.not_open_closed_bg {
  padding-bottom: 54%;
  background: url(../img/group/not_open_closed_m.jpg) center bottom no-repeat;
  background-size: 100% auto; }
  @media (min-width: 768px) {
    main.not_open_closed_bg {
      padding-bottom: 34%;
      background-image: url(../img/group/not_open_closed.jpg); } }

@media (max-width: 767px) {
  .not-open-closed-title {
    font-size: 1.375rem; } }

.btn-group-contact {
  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;
  padding: 0.75rem;
  font-size: 1.25rem;
  border-radius: 0; }
  .btn-group-contact img {
    margin-right: 1rem; }
  .btn-group-contact.blue {
    background-color: #0E4FFF;
    border-color: #0E4FFF; }
    .btn-group-contact.blue:hover {
      border-color: #003bda;
      background-color: #003bda; }

.home-banner {
  position: relative; }

.home-carousel .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .home-carousel .item-image {
      padding-bottom: 52.3%; } }
  .home-carousel .item-image iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.home-section {
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .home-section {
      padding: 3rem 0; } }

.product-carousel-container {
  margin: 0 -1rem -1rem; }
  .product-carousel-container .owl-dots {
    margin-top: calc(30px - 1rem) !important; }

.home-links .image {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .home-links .image {
      margin-bottom: 0.5rem; } }
  .home-links .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.home-links .image-top img {
  -o-object-position: top;
  object-position: top; }

.home-links .image-1 {
  padding-bottom: 56%; }

.home-links .image-2 {
  padding-bottom: 53%; }

.home-links .text {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  display: none;
  font-size: 2rem;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-links .text-1 {
  color: #fff;
  text-shadow: 0px 3px 6px #000; }

.home-links .text-2 {
  color: #12312B; }
  @media (min-width: 768px) {
    .home-links .text-2 {
      -webkit-transform: translate(-50%, -186%);
      -ms-transform: translate(-50%, -186%);
      transform: translate(-50%, -186%); } }

.menu-section {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 1px solid rgba(40, 96, 64, 0.25);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .menu-section {
      padding: 3rem; } }
  .menu-section:after {
    right: -15px;
    bottom: 0;
    position: absolute;
    height: 50px;
    content: "";
    border-left: 15px solid rgba(40, 96, 64, 0.5); }

.menu-title {
  margin-bottom: 3rem;
  padding-left: 1rem;
  color: #286040;
  border-left: 15px solid #286040;
  line-height: 1.8; }
  @media (min-width: 576px) {
    .menu-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .menu-title small {
    display: block;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .menu-title small {
        margin-left: 0.7rem; } }

.news img {
  max-width: 100%; }

.news .news-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 1rem; }
  @media (min-width: 576px) {
    .news .news-content {
      padding-top: 2rem; } }

.news .news-header .news-subtitle {
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 5px solid #286040; }
  .news .news-header .news-subtitle.news {
    border-color: #CD7B61; }
  .news .news-header .news-subtitle.certification {
    border-color: #AAB473; }
  .news .news-header .news-subtitle.insurance {
    border-color: #929496; }
  .news .news-header .news-subtitle.sgs {
    border-color: #E5A66C; }

.news .news-header .news-title {
  font-weight: bold; }

.news .news-body {
  padding-top: .5rem;
  padding-bottom: 2rem; }

.news .news-footer {
  text-align: center; }

/* 商品列表 */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.card-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border: 0;
  border-bottom: 1px solid #AEB0B3;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
  .card-product:nth-child(2n):after {
    border: 0; }
  @media (min-width: 992px) {
    .card-product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
      .card-product:nth-child(2n):after {
        border-right: 1px solid #AEB0B3; }
      .card-product:nth-child(3n):after {
        border: 0; } }
  .card-product:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 15px 0 #cacaca;
    box-shadow: 2px 2px 15px 0 #cacaca;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .card-product:after {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    border-right: 1px solid #AEB0B3; }
  .card-product:hover {
    border-color: transparent;
    background-color: #fff; }
    .card-product:hover:before {
      top: -1px;
      left: -1px;
      z-index: 2;
      width: calc(100% + 1px);
      height: calc(100% + 2px);
      opacity: 1; }
  .card-product a {
    color: #727171;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .card-product a:hover {
      color: #000; }
  .card-product .card-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem; }
    @media (min-width: 768px) {
      .card-product .card-link {
        padding: 1.5rem; } }
    @media (min-width: 1200px) {
      .card-product .card-link {
        padding: .5rem 1.5rem; } }
    @media (min-width: 1440px) {
      .card-product .card-link {
        padding: 1rem 3rem; } }
    .card-product .card-link:hover .card-text span:first-child {
      color: #286040; }
  .card-product .custom-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 40%;
    padding: .75rem; }
    @media (min-width: 768px) {
      .card-product .custom-image {
        width: 35%;
        padding: 1rem; } }
    @media (min-width: 1200px) {
      .card-product .custom-image {
        top: 4%;
        left: 0;
        position: absolute; } }
    .card-product .custom-image img {
      max-width: 100%; }
  .card-product .card-img-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    border-radius: 0; }
  .card-product .card-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem .25rem; }
    @media (min-width: 768px) {
      .card-product .card-body {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .card-product .card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
    @media (min-width: 768px) {
      .card-product .card-content {
        max-width: 80%; } }
    .card-product .card-content .card-category {
      margin-bottom: .25rem;
      font-weight: normal; }
    .card-product .card-content .card-title {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: .4rem;
      font-weight: bold; }
      .card-product .card-content .card-title .expiring {
        font-weight: normal; }
    .card-product .card-content .card-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .card-product .card-content .card-text > span {
        display: block;
        line-height: 1; }
        .card-product .card-content .card-text > span small {
          font-size: 0.9375rem; }
      .card-product .card-content .card-text .discount {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: .25rem;
        font-size: 1.375rem;
        font-weight: 500; }
        @media (min-width: 992px) {
          .card-product .card-content .card-text .discount {
            font-size: 1.5rem; } }
        .card-product .card-content .card-text .discount + .original span {
          font-size: 1.125rem;
          font-weight: lighter;
          text-decoration: line-through; }
      .card-product .card-content .card-text .original {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 1.375rem; }
        @media (min-width: 992px) {
          .card-product .card-content .card-text .original {
            font-size: 1.5rem; } }
  .card-product .card-action {
    right: 0.1rem;
    bottom: 1.15rem;
    position: absolute;
    margin-left: auto;
    white-space: nowrap; }
    .card-product .card-action .btn {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 24px;
      height: 24px;
      min-width: auto;
      padding: 0; }
      @media (min-width: 768px) {
        .card-product .card-action .btn {
          width: 30px;
          height: 30px; } }
    .card-product .card-action .btn-cart {
      background: url(../img/icon/shop_g.svg) 50% 50% no-repeat; }
      .card-product .card-action .btn-cart:hover {
        background-image: url(../img/icon/shop_r.svg); }
    .card-product .card-action .btn-favorite {
      display: none;
      background: url(../img/icon/star_g.svg) 50% 50% no-repeat; }
      @media (min-width: 400px) {
        .card-product .card-action .btn-favorite {
          display: inline-block; } }
      .card-product .card-action .btn-favorite:hover {
        background-image: url(../img/icon/star_b.svg); }
      .card-product .card-action .btn-favorite.active {
        background-image: url(../img/icon/star_r.svg); }

/* 商品詳細 */
.product-content {
  padding: 1rem 0 3.5rem; }
  @media (min-width: 768px) {
    .product-content {
      padding: 2.5rem 0 3.5rem; } }
  @media (min-width: 768px) {
    .product-content > [class*="col-"]:first-child {
      max-width: 50%; } }
  @media (min-width: 992px) {
    .product-content > [class*="col-"]:first-child {
      max-width: 415px; } }

.custom-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  padding: .75rem; }
  @media (min-width: 768px) {
    .custom-image {
      padding: 1rem; } }
  .custom-image img {
    max-width: 60px; }
    @media (min-width: 992px) {
      .custom-image img {
        max-width: 120px; } }

.product-col-image {
  position: relative; }
  @media (min-width: 768px) {
    .product-col-image {
      padding-top: 2rem; } }
  .product-col-image .custom-image {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    @media (min-width: 768px) {
      .product-col-image .custom-image {
        top: 1.6rem;
        left: 0;
        position: absolute; } }
    .product-col-image .custom-image img {
      max-width: 120px; }
  .product-col-image .product-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%; }

.product-carousel .owl-thumbs {
  margin: 1rem -.3rem 0; }
  @media (min-width: 768px) {
    .product-carousel .owl-thumbs {
      margin: 1rem -.15rem 0;
      padding: 0 .89rem; } }
  .product-carousel .owl-thumbs .owl-thumb-item {
    position: relative;
    width: calc(20% - .6rem);
    margin: 0 .3rem .6rem;
    padding: 0;
    border: 1px solid #727171;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: border .15s;
    -o-transition: border .15s;
    transition: border .15s; }
    @media (min-width: 992px) {
      .product-carousel .owl-thumbs .owl-thumb-item {
        width: calc(20% - .3rem);
        margin: 0 .15rem .5rem; } }
    .product-carousel .owl-thumbs .owl-thumb-item.active {
      border-color: #286040; }
    .product-carousel .owl-thumbs .owl-thumb-item > div {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 100%; }

.product-col-detail {
  position: relative; }
  @media (min-width: 768px) {
    .product-col-detail > div {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }
  .product-col-detail .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .product-col-detail .product-action {
        margin: 0 0 1rem; } }
    @media (min-width: 992px) {
      .product-col-detail .product-action {
        margin: 0; } }
    .product-col-detail .product-action [class*="btn-"] {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
    .product-col-detail .product-action .btn-favorite {
      width: 65px;
      height: 30px;
      background: url(../img/icon/favorite_g.svg) 0 50% no-repeat; }
      .product-col-detail .product-action .btn-favorite.active {
        background: url(../img/icon/favorite_r.svg) 0 50% no-repeat; }
    .product-col-detail .product-action .btn-share {
      width: 70px;
      height: 30px;
      background: url(../img/icon/share_g.svg) 0 50% no-repeat; }
  .product-col-detail .product-category {
    margin-bottom: 0.25rem;
    font-size: 1.125rem; }
  .product-col-detail .product-title {
    margin-bottom: 1rem; }
    .product-col-detail .product-title h3 {
      color: #286040;
      font-weight: bold; }
    .product-col-detail .product-title .expiring {
      font-weight: normal; }
  .product-col-detail .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: .5rem 0;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    color: #000; }
    .product-col-detail .product-price > span {
      font-size: 1.75rem;
      font-weight: 300; }
      .product-col-detail .product-price > span small {
        font-size: 1rem;
        font-weight: 300; }
    .product-col-detail .product-price .discount {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .product-col-detail .product-price .discount span {
        color: #286040;
        font-weight: bold; }
      .product-col-detail .product-price .discount + .original span {
        color: #12312B;
        font-weight: 300;
        font-size: 1.5rem;
        text-decoration: line-through; }
    .product-col-detail .product-price .original {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-right: 1rem; }
  .product-col-detail .product-summary {
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #727171;
    font-weight: 300;
    color: #000;
    white-space: pre-wrap; }
  .product-col-detail .product-spec {
    margin-bottom: 1rem;
    padding-top: .75rem;
    font-weight: 300;
    color: #000; }
    .product-col-detail .product-spec.border-bottom {
      padding-bottom: 0.75rem;
      border-bottom: 1px solid #727171 !important; }
  .product-col-detail .free-shipping {
    margin-bottom: 1rem;
    padding: 0.25rem 0.75rem;
    color: #fff;
    background-color: #b6906b; }
  .product-col-detail .select-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.375rem 0.75rem;
    color: #fff;
    background-color: #286040;
    border: 1px solid #286040;
    font-weight: bold; }
    .product-col-detail .select-count.quantity {
      background-color: #b6906b;
      border: 1px solid #b6906b; }
  .product-col-detail .select-option {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border: 1px solid #286040; }
    .product-col-detail .select-option .select-option-title {
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #286040; }
    .product-col-detail .select-option .options .option-title {
      margin-bottom: 0.25rem; }
    .product-col-detail .select-option .options .option-item {
      margin-bottom: 1rem; }
      .product-col-detail .select-option .options .option-item:last-child {
        margin-bottom: 0.5rem; }
  .product-col-detail .product-relate {
    margin-bottom: 1rem; }
    .product-col-detail .product-relate .relate-title {
      margin-bottom: 1rem;
      padding: .25rem .75rem;
      color: #fff;
      font-size: 0.9375rem;
      background-color: rgba(40, 96, 64, 0.5); }
    .product-col-detail .product-relate .relate-list {
      margin-bottom: .25rem;
      padding-left: .75rem;
      list-style: none;
      border-left: 5px solid #286040; }
      .product-col-detail .product-relate .relate-list li {
        margin-bottom: .25rem; }
        .product-col-detail .product-relate .relate-list li:last-child {
          margin-bottom: 0; }
  .product-col-detail .product-buy .product-option {
    margin-bottom: 1rem; }
  .product-col-detail .product-buy .product-quantity .form-control {
    font-size: 1.125rem;
    font-weight: bold; }
  .product-col-detail .product-buy .btn {
    width: 100%;
    min-width: auto; }
  .product-col-detail .product-buy .btn-cart {
    margin-top: 1rem;
    line-height: 2;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .product-col-detail .product-buy .btn-cart {
        height: 100%;
        margin-top: 0;
        padding: 0; } }
    .product-col-detail .product-buy .btn-cart img {
      position: relative;
      top: -2px;
      width: 28px;
      margin-right: .5rem; }
      @media (min-width: 992px) {
        .product-col-detail .product-buy .btn-cart img {
          top: -1px; } }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-quantity button {
    height: calc(2.25rem + 2px);
    border: 1px solid #286040;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .product-quantity button:hover {
      background-color: #286040; }
      .product-quantity button:hover [data-icon] {
        color: #fff; }
  .product-quantity [data-icon] {
    position: relative;
    top: 2px;
    color: #286040;
    font-size: 1.375rem;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s; }
  .product-quantity .form-control {
    border: 0;
    border-top: 1px solid #286040;
    border-bottom: 1px solid #286040;
    border-radius: 0;
    text-align: center; }

.product-plus {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0; }
  .product-plus .plus-item {
    padding: .5rem;
    border-bottom: 1px solid #727171; }
    @media (min-width: 768px) {
      .product-plus .plus-item {
        padding: 0 .9rem; } }
    .product-plus .plus-item:first-child {
      border-top: 1px solid #727171; }
    .product-plus .plus-item > .row > [class^=col] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .product-plus .plus-item a {
      color: #727171; }
      .product-plus .plus-item a:hover {
        color: #286040; }
    .product-plus .plus-item .plus-title .plus-image {
      max-height: 50px;
      margin-right: .25rem; }
    .product-plus .plus-item .plus-price span {
      white-space: nowrap; }
    .product-plus .plus-item .plus-price .original {
      margin-right: .75rem;
      font-weight: lighter;
      text-decoration: line-through; }
      @media (min-width: 768px) {
        .product-plus .plus-item .plus-price .original {
          margin-right: 2rem; } }
    .product-plus .plus-item .plus-price .discount strong {
      font-size: 1.25rem;
      font-weight: bold; }
    .product-plus .plus-item .plus-buy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .product-plus .plus-item .plus-buy .product-quantity {
        display: none;
        margin-right: .75rem; }
        @media (min-width: 768px) {
          .product-plus .plus-item .plus-buy .product-quantity {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .product-plus .plus-item .plus-buy .product-quantity .form-control {
          width: 40px; }
      .product-plus .plus-item .plus-buy .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: auto; }

.store-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  margin: -0.5rem  -20px 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  @media (min-width: 768px) {
    .store-map {
      width: 100%;
      margin: 0; } }
  .store-map iframe {
    width: 100%; }

.store-carousel .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .store-carousel .item-image {
      padding-bottom: 54%; } }
  .store-carousel .item-image iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.store-info {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: -1rem;
  padding: 2rem 0;
  border-top: 1px solid #286040;
  border-bottom: 1px solid #286040; }
  .store-info .row {
    margin-bottom: 1.5rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .store-info .row:last-child {
      margin-bottom: 0; }
  .store-info span {
    display: block; }
  .store-info .name {
    margin-bottom: 0;
    font-size: 1rem; }
  .store-info .text {
    color: #286040;
    font-size: 1.25rem;
    font-weight: 400;
    white-space: pre-wrap; }

/**
*  brand for page info_brand
*/
.bg-black {
  background-color: black; }

main.brand {
  width: 100%; }
  main.brand .banner-section .bg-img {
    background-position: right;
    background-repeat: no-repeat; }
    @media (max-width: 992px) {
      main.brand .banner-section .bg-img {
        background-position: center; } }
    main.brand .banner-section .bg-img .container {
      width: 100%;
      height: auto;
      padding: 125px 0 119px 49px; }
      @media (max-width: 992px) {
        main.brand .banner-section .bg-img .container {
          padding: 0px;
          padding-top: 50px;
          margin: 0 auto; } }
      main.brand .banner-section .bg-img .container .content-section p {
        max-width: 588px;
        max-height: 392px;
        text-align: left;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 36px;
        color: #ffffff; }
        @media (max-width: 992px) {
          main.brand .banner-section .bg-img .container .content-section p {
            text-align: justify;
            max-width: 344px;
            max-height: 519px;
            font-size: 18px !important;
            letter-spacing: 1.8px !important;
            line-height: 32px !important;
            margin: 0 auto;
            margin-bottom: 48px !important; } }
      main.brand .banner-section .bg-img .container .author {
        position: relative;
        margin-top: 82px;
        max-height: 54px;
        padding-bottom: 119px; }
        @media (max-width: 992px) {
          main.brand .banner-section .bg-img .container .author {
            margin-top: 36px;
            padding-bottom: 550px; } }
        main.brand .banner-section .bg-img .container .author .content p {
          max-width: 344px;
          max-height: unset;
          font-size: 18px !important;
          letter-spacing: 1.8px !important;
          line-height: 32px !important;
          padding: 0px;
          margin-bottom: 10.5px; }
          @media (max-width: 992px) {
            main.brand .banner-section .bg-img .container .author .content p {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              margin-bottom: 0px !important; } }
        main.brand .banner-section .bg-img .container .author .sign {
          position: absolute;
          margin-left: 100px; }
          @media (max-width: 992px) {
            main.brand .banner-section .bg-img .container .author .sign {
              margin: 0px;
              left: 55%;
              top: 18px;
              -webkit-transform: translate(20%, 100%);
              -ms-transform: translate(20%, 100%);
              transform: translate(20%, 100%); } }

.brand-section .row p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
  max-width: 350px; }

.brand-section .row h2 {
  font-size: 42px;
  letter-spacing: 4.2px;
  line-height: 60px;
  color: #286040; }

.brand-section .row h3 {
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 42px;
  color: #000000; }

.other-section .container-fuild {
  width: 100%; }
  .other-section .container-fuild .y-picture {
    width: 100%; }
    .other-section .container-fuild .y-picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (max-width: 768px) {
      .other-section .container-fuild .y-picture img {
        height: 280px; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #9fa0a0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #286040;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      margin: 5px 7px;
      background: #9fa0a0;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px;
      -webkit-transition: -webkit-transform .15s;
      transition: -webkit-transform .15s;
      -o-transition: transform .15s;
      transition: transform .15s;
      transition: transform .15s, -webkit-transform .15s; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #286040;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }

.owl-theme .owl-item {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .owl-theme .owl-item.active {
    opacity: 1; }

.owl-theme .owl-nav {
  margin-top: 0; }
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(114, 113, 113, 0.5) !important;
    background-color: #286040;
    border-radius: 50rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .owl-theme .owl-nav .owl-prev:hover,
    .owl-theme .owl-nav .owl-next:hover {
      background-color: transparent; }
    .owl-theme .owl-nav .owl-prev img,
    .owl-theme .owl-nav .owl-next img {
      position: relative;
      top: -1px;
      width: 20px; }
  .owl-theme .owl-nav .owl-prev {
    left: -66px; }
  .owl-theme .owl-nav .owl-next {
    right: -66px; }

.sweet-alert {
  border-radius: 0; }
  .sweet-alert button {
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .sweet-alert button.confirm {
      background-color: #286040 !important; }
      .sweet-alert button.confirm:hover {
        background-color: #193c28 !important; }
    .sweet-alert button.cancel {
      background-color: #AEB0B3 !important; }
      .sweet-alert button.cancel:hover {
        background-color: #94969a !important; }

body .fancybox-close {
  width: 40px;
  height: 40px;
  top: 2px;
  right: 12px;
  background: #fff url(../img/icon/close.svg) 50% 50% no-repeat;
  background-size: 18px;
  border-radius: 100%; }
  @media (min-width: 768px) {
    body .fancybox-close {
      width: 50px;
      height: 50px;
      top: 8px;
      right: 25px;
      background-size: 25px; } }

body .fancybox-overlay {
  background: none;
  background-color: rgba(40, 96, 64, 0.2); }

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