@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: #334155;
  transition: color 0.15s, border 0.15s;
}
a:hover {
  color: rgb(70.125, 89.375, 116.875);
  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: #334155 !important;
}

.border-bottom-bold {
  border-bottom: 3px solid #334155 !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: #BFDBFE !important;
}

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

.text-danger {
  color: #334155 !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: 0.2em;
  border-radius: 0;
}

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

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

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

.block {
  margin-top: 2.5rem;
}
.block__row {
  padding-bottom: 2.5rem;
}
.block__image {
  display: block;
  max-width: 100%;   /* 不超出容器寬度 */
  max-height: 80vh;  /* 不超出螢幕高度 */
  width: auto;
  height: auto;
}
.block__link {
  text-decoration: underline;
}
.block__content img {
  max-width: 100%;
  height: auto !important;
}
.block__text {
  margin-bottom: 0;
}
.block__title {
  color: #BFDBFE;
  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;
  box-shadow: none !important;
}

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

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

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

.btn-primary {
  color: #334155;
  border: 1px solid #BFDBFE;
  background-color: #BFDBFE;
}
.btn-primary:hover {
  color: #334155;
  border-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
  background-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #334155;
  border-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
  background-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #334155;
  border: 1px solid #BFDBFE;
  background-color: #BFDBFE;
}

.btn-secondary {
  border: 1px solid #9fa0a0;
  background-color: #9fa0a0;
}
.btn-secondary:hover {
  border-color: rgb(133.3664921466, 134.6335078534, 134.6335078534);
  background-color: rgb(133.3664921466, 134.6335078534, 134.6335078534);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  border-color: rgb(133.3664921466, 134.6335078534, 134.6335078534);
  background-color: rgb(133.3664921466, 134.6335078534, 134.6335078534);
}
.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: #BFDBFE;
  border-color: #BFDBFE;
}
.btn-outline-primary:hover {
  border-color: #BFDBFE;
  background-color: #BFDBFE;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  border-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
  background-color: rgb(140.7846153846, 190.7538461538, 253.2153846154);
}

.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: rgb(133.3664921466, 134.6335078534, 134.6335078534);
  background-color: rgb(133.3664921466, 134.6335078534, 134.6335078534);
}

.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.3876651982, 87.6123348018, 87.6123348018, 0.8);
  background-color: rgba(88.3876651982, 87.6123348018, 87.6123348018, 0.8);
}

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

.card-product-home {
  background-color: #FFF;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
}
.card-product-home .card-image {
  padding: 0.625rem;
  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;
  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 {
  padding: 1.25rem 0.625rem 1.5rem;
}
.card-product-home .card-body .card-subtitle {
  margin-bottom: 0.625rem;
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
}
.card-product-home .card-body .card-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.625rem;
  color: #2E2E2E;
  font-size: 1.5rem;
  font-family: 400;
}
.card-product-home .card-body .discount {
  margin-left: 0.625rem;
  color: #FFF;
  background-color: #C7362F;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.375rem;
}
.card-product-home .card-body .original {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2E2E2E;
}
.card-product-home .card-body .btn-cart {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.card-product-home .card-body .btn-cart:hover {
  opacity: 0.6;
}
.card-product-home .card-body .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-home .card-body .card-action .btn {
    width: 30px;
    height: 30px;
  }
}
.card-product-home .card-body .card-action .btn-favorite {
  margin-right: 0.625rem;
  background: url(../img/icon/seafood-favorite.svg) 50% 50% no-repeat;
}
.card-product-home .card-body .card-action .btn-favorite:hover {
  opacity: 0.6;
}
.card-product-home .card-body .card-action .btn-favorite.active {
  background-image: url(../img/icon/star_b.svg);
}

.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: #BFDBFE;
}
.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: #BFDBFE;
  letter-spacing: 0;
}
.card-menu .card-body .card-text {
  font-weight: 300;
}

.card-news {
  border: 0;
  border-radius: 0;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  padding: 0.625rem;
}
.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: 71.25%;
  border-radius: 0;
}
.card-news .card-body {
  padding: 1.25rem 0 0.625rem;
}
.card-news .card-body .card-category {
  display: flex;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
  font-family: "Noto Serif TC", sans-serif;
}
.card-news .card-body .card-date {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
}
.card-news .card-body .card-text {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 992px) {
  .card-news .card-body .card-text {
    height: 54px;
  }
}

.card-video {
  border: 0;
  border-radius: 0;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  padding: 0.625rem;
}
.card-video .card-body {
  padding: 1.25rem 0 0.625rem;
}
.card-video .card-body .card-category {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
}
.card-video .card-body .card-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}
.card-video .image-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.card-video .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.card-member-level {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid #E3E5EA;
  border-radius: 5px;
  padding: 1.5rem;
}
.card-member-level .card-header {
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: unset;
  border-bottom: 1px solid #E3E5EA;
}
.card-member-level .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-member-level .card-name {
  margin: 0 1rem 0 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2E2E2E;
}
@media (max-width: 575px) {
  .card-member-level .card-name {
    font-size: 1.25rem;
  }
}
.card-member-level .card-level {
  font-size: 1.5rem;
  font-weight: 400;
  color: #7B8187;
}
@media (max-width: 575px) {
  .card-member-level .card-level {
    font-size: 1.25rem;
  }
}
.card-member-level .card-link {
  text-decoration: underline;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #334155;
}
@media (max-width: 575px) {
  .card-member-level .card-link {
    font-size: 0.875rem;
  }
}
.card-member-level .card-des {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2E2E;
}
@media (max-width: 575px) {
  .card-member-level .card-des {
    font-size: 0.875rem;
  }
}
.card-member-level .card-notice {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(46, 46, 46, 0.8);
}
@media (max-width: 575px) {
  .card-member-level .card-notice {
    font-size: 0.875rem;
  }
}

.task-wrap .row {
  row-gap: 1rem;
  margin-right: -8px;
  margin-left: -8px;
}
.task-wrap .row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.card-task {
  padding: 1.5rem 1.5rem 1.5rem 0;
  border: 1px solid #E3E5EA;
  border-radius: 5px;
}
.card-task .card-body {
  padding: 0 0 0 1.25rem;
  border-left: 0.375rem solid #BFDBFE;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-task .card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2E2E2E;
}
@media (max-width: 575px) {
  .card-task .card-title {
    font-size: 1.125rem;
  }
}
.card-task .card-des {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2E2E;
}
@media (max-width: 575px) {
  .card-task .card-des {
    font-size: 0.875rem;
  }
}

.card-store .card-image {
  position: relative;
  padding-bottom: 100%;
}
.card-store .card-image img {
  height: 100% !important;
  position: absolute;
  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: 0.25rem;
}

label.card-coupon {
  cursor: pointer;
}
label.card-coupon.active {
  border-color: #BFDBFE;
}
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 {
  transform: rotate(180deg);
}

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

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

.dropdown-item {
  color: #727171;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #BFDBFE;
  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 #334155;
}
.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 #334155;
  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: 0.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: #334155;
  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 #334155;
}
@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: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .form-group .form-text {
    padding-left: 1rem;
  }
}
.form-group em.error {
  margin: 0.25rem 0 -25px;
  padding-left: 0.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 #334155;
}
.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 #334155;
  background: url(../img/icon/arrow_carrot-down.svg) right 7px top 5px/23px auto no-repeat;
}
.custom-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.custom-select.border {
  padding-left: 0.75rem;
  border: 1px solid #334155 !important;
}
.custom-select.border-gray {
  padding-left: 0.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: #334155;
  background-color: #334155;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #334155 !important;
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  border-color: #334155 !important;
  background-color: transparent !important;
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label:before, .custom-control-label:after {
  top: 0.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 #334155;
}
textarea.form-control:focus {
  border: 0;
  border-bottom: 1px solid #000;
}
textarea.form-control[rows="1"] {
  height: calc(2.25rem + 2px);
}

.input-daterange .input-group-text {
  background-color: transparent;
  border: unset;
}

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

button.close {
  text-shadow: none;
}

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

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

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

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

.fancybox-skin {
  background-color: #FFF !important;
}

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

.nav-top {
  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: #BFDBFE;
}

.nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #334155;
}
.nav-tabs .nav-item {
  margin: 0 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: #FFF;
  background-color: #334155;
}

.nav-pills {
  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: #334155;
}

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

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

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

.pagination {
  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: 0.25rem;
  content: "";
  border-bottom: 4px solid #334155;
}
.pagination .page-item.disabled .page-link {
  color: #AEB0B3;
  background-color: transparent;
}
.pagination .page-item .page-link {
  background-color: transparent;
  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 {
  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: 0.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;
  border-left: 2px solid #727171;
  border-right: 2px solid #727171;
}
.table-cart td, .table-cart th {
  font-size: 1rem;
  padding: 0.5rem;
  border-top: 1px solid #AEB0B3;
  text-align: right;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table-cart td, .table-cart th {
    padding: 0.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: #BFDBFE;
}
.table-cart a {
  color: #727171;
}
.table-cart a:hover {
  color: #BFDBFE;
}
.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: flex;
  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%;
  object-fit: cover;
}
.table-cart .cart-product .cart-title {
  margin-left: 0.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: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 0.5rem);
}
.table-cart .cart-quantity .form-control {
  border: 1px solid #BFDBFE;
}
.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;
  }
}

/* 會員中心-會員規則 */
.table-rules {
  border: 1px solid #2E2E2E;
}
.table-rules tr th, .table-rules tr td {
  border: 1px solid #2E2E2E;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  color: #2E2E2E;
  line-height: 2;
}
.table-rules tr th {
  background-color: #BFDBFE;
  font-weight: 500;
  word-break: keep-all;
}
.table-rules tr td {
  font-weight: 400;
}
@media (max-width: 767px) {
  .table-rules thead {
    display: none;
  }
  .table-rules tr {
    display: flex;
    flex-direction: column;
  }
  .table-rules tr:not(:last-child) td {
    display: flex;
    text-align: left;
  }
  .table-rules tr:not(:last-child) td::before {
    content: attr(data-before);
    flex-shrink: 0;
    width: 30%;
    border-right: 1px solid #2E2E2E;
    margin-right: 1rem;
  }
  .table-rules tr th, .table-rules tr td {
    font-size: 0.875rem;
  }
}

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

.header-space {
  height: 3.75rem;
}
@media (min-width: 1200px) {
  .header-space {
    height: 5.75rem;
  }
}
@media (min-width: 1440px) {
  .header-space {
    height: 7.25rem;
  }
}

@media (max-width: 1199px) {
  .navbar-top {
    padding: 0.4rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-top {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
    transition: padding 0.3s;
  }
}
@media (min-width: 1200px) {
  .navbar-top.is-sticky {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-top .navbar-nav {
    flex-direction: row;
  }
}
.navbar-top .navbar-nav .nav-item {
  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;
  transform: scale(1.06);
}

.navbar-logo {
  height: 5.25rem;
}
@media (max-width: 1399px) {
  .navbar-logo {
    height: 3.75rem;
  }
}
@media (max-width: 1199px) {
  .navbar-logo {
    height: 3rem;
  }
}
.navbar-logo img {
  height: 100%;
  object-fit: contain;
  object-position: top left;
}

.cart-count-menu {
  right: -4px;
  bottom: -6px;
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  color: #fff;
  font-size: 0.875rem;
  background-color: #C7362F;
  border: 2px solid #BFDBFE;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0;
}
.cart-count-menu:empty {
  display: none;
}

.navbar-group {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .navbar-group {
    box-shadow: none;
  }
}
.navbar-group .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.navbar-group .navbar-nav .nav-item {
  display: flex;
  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: flex;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10rem;
  margin-top: 0.6rem;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .navbar-group .navbar-brand .name {
    max-width: 15rem;
    font-size: 1.5rem;
  }
}
.navbar-group .event-countdown {
  position: relative;
  top: 0.125rem;
  margin: auto;
  font-size: 1.625rem;
  color: #334155;
}
.navbar-group .event-countdown small {
  font-size: 1.125rem;
}
.navbar-group .event-countdown [data-countdown] {
  letter-spacing: 0;
}

.navbar-main.kol-nav .navbar-nav {
  gap: 1.875rem;
}
@media (min-width: 1200px) {
  .navbar-main.kol-nav .navbar-nav .nav-item {
    width: auto;
  }
}

@media (max-width: 576px) {
  .kol-event-nav .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .kol-event-nav .navbar-nav .nav-item:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .kol-event-nav .navbar-nav .nav-item:last-child {
    margin-right: auto;
  }
}

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

.header-space-group {
  height: 10.375rem;
}
@media (min-width: 577px) {
  .header-space-group {
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .header-space-group {
    height: 4.75rem;
  }
}

.navbar-search {
  margin-left: 1.875rem;
  max-width: 20vw;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 0.3125rem;
}
@media (max-width: 1399px) {
  .navbar-search {
    margin-left: 2.625rem;
  }
}
@media (max-width: 1199px) {
  .navbar-search {
    max-width: 100%;
    margin: 2.5rem 0 0 0;
  }
}
.navbar-search .form-control {
  flex-grow: 1;
  border: 0;
  padding: 0.5rem 0.625rem 0.5rem 0;
}
.navbar-search .btn-search {
  flex-shrink: 0;
  min-width: fit-content;
  padding: 0.5rem 0.625rem;
}
.navbar-search .btn-search img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  object-position: center;
}

.navbar-main {
  padding: 1rem 0.625rem;
}
@media (max-width: 1199px) {
  .navbar-main {
    padding: 0.5rem 0.625rem 0.5rem 1.25rem;
  }
}
.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: #334155;
}
.navbar-main .navbar-collapse {
  width: 100%;
  margin: 0 3% 0 5%;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-collapse {
    order: 3;
    margin: 0 -2rem;
    padding: 1.25rem 3rem;
    height: calc(100vh - 3.75rem);
    overflow-y: auto;
    transition: none;
  }
}
.navbar-main .logo {
  top: -140px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.navbar-main .sticky-logo {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.navbar-main .navbar-nav {
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .navbar-main .navbar-nav {
    gap: 0.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar-main .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-main .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav .nav-item.nav-item-logo {
    width: 23.2%;
  }
}
.navbar-main .navbar-nav .nav-link {
  color: #334155;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  padding: 0.7rem 0.5rem 0.3rem;
  transition: 0.3s;
}
.navbar-main .navbar-nav .nav-link:hover, .navbar-main .navbar-nav .nav-link:active {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav .nav-link {
    text-align: center;
  }
}
.navbar-main .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
@media (max-width: 1199px) {
  .navbar-main .dropdown-toggle {
    justify-content: space-between;
  }
}
.navbar-main .dropdown-toggle::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon/dropmenu-down-black.svg);
  transform: translateY(-0.1875rem);
}
@media (max-width: 1199px) {
  .navbar-main .dropdown-toggle::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-main .dropdown-menu {
    padding: 1rem 0;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1490196078);
    border-radius: 5px;
  }
  .navbar-main .dropdown-menu .discount-title {
    color: #666666;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1199px) {
  .navbar-main .dropdown-menu {
    background-color: #BFDBFE;
    margin-top: -0.25rem;
    box-shadow: none;
  }
  .navbar-main .dropdown-menu .discount-title {
    color: #334155;
    margin: 1.5rem 0 0.625rem;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.navbar-main .dropdown-item {
  padding: 0.5rem 1rem;
  color: #334155;
}
@media (min-width: 1200px) {
  .navbar-main .dropdown-item {
    font-size: 1rem;
    text-align: center;
  }
  .navbar-main .dropdown-item:hover {
    background-color: rgba(174, 176, 179, 0.2);
  }
}
.navbar-main .navbar-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-icon {
    gap: 1.125rem;
  }
}
.navbar-main .navbar-icon .nav-item .nav-link {
  position: relative;
  padding: 0.3125rem;
}
.navbar-main .navbar-icon .nav-item img {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-icon .nav-item img {
    width: 1.75rem;
    height: 1.75rem;
  }
}

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

.wrapper {
  background-color: #F8FAFC;
}

main.content {
  background-color: #FFF;
  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 0.4rem;
  border-bottom: 3px solid #334155;
}
@media (min-width: 992px) {
  .section-header .section-title {
    min-width: 600px;
  }
}
.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 {
  margin-bottom: 1rem;
  color: #334155;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-header .section-title h2 {
    font-size: 2rem;
  }
}
.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: 0.4rem;
  color: #000;
  font-weight: 300;
}

.section-subtitle {
  border-left: 3px solid #334155;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: #2E2E2E;
  margin: 2.5rem 0;
}

/* 無資料 */
.empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: 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: #334155;
  border-left: 5px solid #334155;
}

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

.y-introduce {
  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;
    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: 3.17rem;
  right: 0;
  position: sticky;
  z-index: 3;
  border-bottom: 1px solid #AEB0B3;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .side-menu {
    position: sticky;
    top: 68px;
    display: flex;
    width: 20%;
    padding: 4rem 1%;
    border-bottom: 0;
    box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
  }
}
@media screen and (max-width: 991.98px) {
  .side-menu {
    display: none;
  }
}
.side-menu a {
  color: #727171;
}
.side-menu a:hover {
  color: #334155;
}
.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: 0.75rem 1rem;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .side-menu .menu-list {
    width: 100%;
    padding: 0 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: 0.45rem 0;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .side-menu .menu-list .menu-item .menu-link {
    display: flex;
  }
}
.side-menu .menu-list .menu-item .menu-link.active {
  color: #334155;
  font-weight: bold;
}
@media (min-width: 992px) {
  .side-menu .menu-list .menu-item .menu-link i {
    top: 4px;
    margin-right: 0.25rem;
  }
}

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

.footer {
  position: relative;
  z-index: 5;
  padding: 2.5rem 0 1.5rem;
  color: #fff;
  background-color: #BFDBFE;
}
.footer .footer-logo {
  display: inline-block;
  height: 8.5rem;
  padding: 0.625rem 0;
}
@media (max-width: 1200px) {
  .footer .footer-logo {
    height: 6.5rem;
  }
}
@media (max-width: 768px) {
  .footer .footer-logo {
    height: 5rem;
  }
}
.footer .footer-logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer .footer-menu {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer .footer-menu {
    margin-bottom: 0;
    text-align: center;
  }
}
.footer .footer-menu.mobile-menu {
  text-align: center;
}
.footer .footer-menu.mobile-menu h5 {
  text-align: center;
}
.footer .footer-menu.mobile-menu a {
  text-align: center;
  line-height: 1.4;
}
.footer .footer-menu.text-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer .footer-menu.text-center {
    margin-top: 2rem;
  }
}
.footer .footer-menu.text-center > a {
  padding: 0.5rem 0;
}
.footer .footer-menu h5 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .footer-menu h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-menu h5 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.footer .footer-menu > a {
  display: block;
  padding: 0.15rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer .footer-menu > a {
    font-size: 0.9rem;
    padding: 0.1rem 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-menu > a {
    padding: 0.25rem 0;
    font-size: 1.1rem;
  }
}
.footer .footer-menu > a[href]:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .footer .footer-info .row > [class*=col-] {
    white-space: normal;
  }
}
.footer .footer-info a {
  color: #334155;
  font-size: 1rem;
  font-weight: 500;
}
.footer .footer-info address {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .footer .footer-info address {
    font-size: 1.125rem;
  }
}
.footer .footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .footer .footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
.footer .footer-bottom .company-name {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer .footer-bottom .company-name {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 769px) {
  .footer .footer-bottom .company-name {
    font-size: 2rem;
  }
}

.footer .footer-bottom .company-info {
  font-size: 1.75rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .footer .footer-bottom .company-info {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 769px) {
  .footer .footer-bottom .company-info {
    font-size: 1.2rem;
  }
}

.footer .footer-bottom .copyright {
  color: #334155;
  font-size: 0.875rem;
  line-height: 2.1;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .footer-bottom .copyright {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.footer .footer-bottom .copyright a {
  color: rgba(16, 15, 15, 0.6);
  text-decoration: underline;
  font-weight: 400;
}
.footer .footer-bottom .copyright a:hover {
  color: rgba(23, 20, 20, 0.8);
}
.footer .footer-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer .footer-icon {
    gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-icon {
    gap: 1rem;
    justify-content: flex-end;
  }
}
.footer .footer-icon .social-icon {
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .footer-icon .social-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-icon .social-icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.footer .footer-icon .social-icon:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.footer .footer-icon .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 2rem 0 1.5rem;
  }
  .footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fixed-button {
  right: 3%;
  bottom: 3%;
  position: fixed;
  z-index: 2000;
  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: 80vw;
}
@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: 80vw;
}
@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;
  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: flex;
  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: 12.34375vw !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: 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: 0.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 #BFDBFE;
  transition: height 0.4s;
}
@media (min-width: 992px) {
  .center-line {
    top: 0;
    left: 50%;
    transition: height 0.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: flex;
  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 {
  justify-content: flex-start;
  margin-left: -0.4rem;
}
.about-timeline .dot-before:after {
  display: none;
}
.about-timeline .dot-after {
  margin-left: -0.4rem;
}
.about-timeline .dot-after:after {
  display: none;
}
@media (min-width: 992px) {
  .about-timeline .dot-after {
    justify-content: flex-end;
    margin-right: -0.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 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: 0.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;
  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: 0.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: 0.5rem;
  letter-spacing: 0.3rem;
  font-weight: normal;
}
.about-feature .about-premium .heading .subtitle {
  margin-bottom: 0.6rem;
  letter-spacing: 0.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;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .about-feature .about-timeline:before {
    width: 578px;
  }
}
.about-feature .about-timeline [class*=text-] {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .about-feature .about-timeline .text-lg-left {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .about-feature .about-timeline .text-lg-right {
    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: 0.5rem;
  font-size: 1.1rem;
}
.about-feature .about-timeline dl {
  display: flex;
  margin: 0;
}
.about-feature .about-timeline dl dt {
  white-space: nowrap;
}
.about-feature .about-timeline dl dd {
  margin: 0;
  padding-left: 0.375rem;
}

/* login */
.login-sns .btn-fb-login {
  display: flex;
  align-items: center;
  padding: 0;
}
.login-sns .btn-fb-login:hover span {
  background-color: #334155;
  color: #FFF;
}
.login-sns .btn-fb-login:hover span:before {
  border: 1px solid #FFF;
}
.login-sns .btn-fb-login img {
  margin: 0 0.5rem;
}
.login-sns .btn-fb-login span {
  position: relative;
  flex-grow: 1;
  padding: 0.375rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  transition: background 0.15s;
}
.login-sns .btn-fb-login span:before {
  top: 0.3rem;
  left: 0.375rem;
  position: absolute;
  width: calc(100% - 0.7rem);
  height: calc(100% - 0.6rem);
  content: "";
  border: 1px solid #000;
}

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

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

/* redirect */
.redirect-action {
  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 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 #BFDBFE;
}
.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: 6.25rem;
}

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

.btn-group-contact {
  display: flex;
  justify-content: 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 {
  color: #FFF;
  background-color: #0E4FFF;
  border-color: #0E4FFF;
}
.btn-group-contact.blue:hover {
  border-color: rgb(0, 58.7966804979, 218);
  background-color: rgb(0, 58.7966804979, 218);
}

.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;
  object-fit: cover;
}

.home-section {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .home-section {
    padding: 3.625rem 0;
  }
}
.home-section.product-section .row {
  row-gap: 2.5rem;
}

.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;
  object-fit: cover;
}
.home-links .image-top img {
  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;
  transform: translate(-50%, -50%);
}
.home-links .text-1 {
  color: #fff;
  text-shadow: 0px 3px 6px #000;
}
.home-links .text-2 {
  color: #334155;
}
@media (min-width: 768px) {
  .home-links .text-2 {
    transform: translate(-50%, -186%);
  }
}

.home-section-title {
  color: #2E2E2E;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.home-section-title::after {
  content: "";
  background-color: #C7362F;
  display: block;
  width: 5rem;
  height: 0.5rem;
}

.menu-section {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 1px solid rgba(191, 219, 254, 0.25);
  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(191, 219, 254, 0.5);
}

.menu-title {
  margin-bottom: 3rem;
  padding-left: 1rem;
  color: #BFDBFE;
  border-left: 15px solid #BFDBFE;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .menu-title {
    display: flex;
    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: 0.75rem;
  border-bottom: 5px solid #BFDBFE;
}
.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: 500;
  font-size: 2rem;
  color: #2E2E2E;
}
.news .news-body {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.news .news-footer {
  text-align: center;
}

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

.card-product {
  flex: 0 0 50%;
  max-width: 50%;
  border: 0;
  border-bottom: 1px solid #AEB0B3;
  border-radius: 0;
  background-color: #FFF;
  transition: background 0.3s;
}
.card-product:nth-child(2n):after {
  border: 0;
}
@media (min-width: 992px) {
  .card-product {
    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;
  box-shadow: 2px 2px 15px 0 rgb(202, 202, 202);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.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;
  transition: color 0.3s;
}
.card-product a:hover {
  color: #000;
}
.card-product .card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
}
@media (min-width: 768px) {
  .card-product .card-link {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .card-product .card-link {
    padding: 0.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: #C7362F;
}
.card-product .custom-image {
  top: 0;
  left: 0;
  position: absolute;
  width: 40%;
  padding: 0.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: flex;
  padding: 1.25rem 0.25rem;
}
@media (min-width: 768px) {
  .card-product .card-body {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .card-product .card-body {
    flex-direction: column;
  }
}
.card-product .card-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card-product .card-content {
    max-width: 80%;
  }
}
.card-product .card-content .card-category {
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.card-product .card-content .card-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.card-product .card-content .card-title .expiring {
  font-weight: normal;
}
.card-product .card-content .card-text {
  display: flex;
  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 {
  order: 2;
  margin-top: 0.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #334155;
}
@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 {
  order: 1;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .card-product .card-content .card-text .original {
    font-size: 1.5rem;
  }
}
.card-product .card-content .card-text .price-wrap {
  display: inline-block;
  margin-top: 0.625rem;
}
.card-product .card-content .card-text .price-wrap .discount {
  margin-left: 0.625rem;
  color: #FFF;
  background-color: #C7362F;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.375rem;
}
.card-product .card-content .card-text .price-wrap .original {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2E2E2E;
}
.card-product .card-action {
  right: 0.1rem;
  bottom: 1.15rem;
  position: absolute;
  margin-left: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .card-product .card-action {
    position: static;
    transform: translateY(1.25rem);
  }
}
.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/seafood-add-cart.svg) 50% 50% no-repeat;
  background-size: contain;
}
.card-product .card-action .btn-cart:hover {
  opacity: 0.6;
}
.card-product .card-action .btn-favorite {
  margin-right: 0.625rem;
  background: url(../img/icon/seafood-favorite.svg) 50% 50% no-repeat;
}
.card-product .card-action .btn-favorite:hover {
  opacity: 0.6;
}
.card-product .card-action .btn-favorite.active {
  background-image: url(../img/icon/star_b.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: 0.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 -0.3rem 0;
}
@media (min-width: 768px) {
  .product-carousel .owl-thumbs {
    margin: 1rem -0.15rem 0;
    padding: 0 0.89rem;
  }
}
.product-carousel .owl-thumbs .owl-thumb-item {
  position: relative;
  width: calc(20% - 0.6rem);
  margin: 0 0.3rem 0.6rem;
  padding: 0;
  border: 1px solid #727171;
  background-color: transparent;
  cursor: pointer;
  transition: border 0.15s;
}
@media (min-width: 992px) {
  .product-carousel .owl-thumbs .owl-thumb-item {
    width: calc(20% - 0.3rem);
    margin: 0 0.15rem 0.5rem;
  }
}
.product-carousel .owl-thumbs .owl-thumb-item.active {
  border-color: #BFDBFE;
}
.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: flex;
  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_red.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: #334155;
  font-weight: bold;
}
.product-col-detail .product-title .expiring {
  font-weight: normal;
}
.product-col-detail .product-price {
  display: flex;
  align-items: flex-end;
  padding: 0.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 {
  order: 2;
}
.product-col-detail .product-price .discount span {
  color: #334155;
  font-weight: bold;
}
.product-col-detail .product-price .discount + .original span {
  color: #334155;
  font-weight: 300;
  font-size: 1.5rem;
  text-decoration: line-through;
}
.product-col-detail .product-price .original {
  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: 0.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: #C7362F;
}
.product-col-detail .select-count {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #BFDBFE;
  border: 1px solid #BFDBFE;
  font-weight: bold;
}
.product-col-detail .select-count.quantity {
  background-color: #C7362F;
  border: 1px solid #C7362F;
}
.product-col-detail .select-option {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #BFDBFE;
}
.product-col-detail .select-option .select-option-title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #BFDBFE;
}
.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: 0.25rem 0.75rem;
  color: #fff;
  font-size: 0.9375rem;
  background-color: rgba(191, 219, 254, 0.5);
}
.product-col-detail .product-relate .relate-list {
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
  list-style: none;
  border-left: 5px solid #BFDBFE;
}
.product-col-detail .product-relate .relate-list li {
  margin-bottom: 0.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: 0.5rem;
}
@media (min-width: 992px) {
  .product-col-detail .product-buy .btn-cart img {
    top: -1px;
  }
}

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

.product-plus {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
}
.product-plus .plus-item {
  padding: 0.5rem;
  border-bottom: 1px solid #727171;
}
@media (min-width: 768px) {
  .product-plus .plus-item {
    padding: 0 0.9rem;
  }
}
.product-plus .plus-item:first-child {
  border-top: 1px solid #727171;
}
.product-plus .plus-item > .row > [class^=col] {
  display: flex;
  align-items: center;
}
.product-plus .plus-item a {
  color: #727171;
}
.product-plus .plus-item a:hover {
  color: #334155;
}
.product-plus .plus-item .plus-title .plus-image {
  max-height: 50px;
  margin-right: 0.25rem;
}
.product-plus .plus-item .plus-price span {
  white-space: nowrap;
}
.product-plus .plus-item .plus-price .original {
  margin-right: 0.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: flex;
  width: 100%;
}
.product-plus .plus-item .plus-buy .product-quantity {
  display: none;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .product-plus .plus-item .plus-buy .product-quantity {
    display: flex;
  }
}
.product-plus .plus-item .plus-buy .product-quantity .form-control {
  width: 40px;
}
.product-plus .plus-item .plus-buy .btn {
  flex: 1;
  min-width: auto;
}

.store-map {
  display: flex;
  width: calc(100% + 40px);
  margin: -0.5rem -20px 0;
  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;
  object-fit: cover;
}

.store-info {
  justify-content: space-evenly;
  margin-top: -1rem;
  padding: 2rem 0;
  border-top: 1px solid #BFDBFE;
  border-bottom: 1px solid #BFDBFE;
}
.store-info .row {
  margin-bottom: 1.5rem;
  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: #BFDBFE;
  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: flex;
    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;
    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%;
  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 {
  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: 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 {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  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;
  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 {
  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;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  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;
  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;
  transition: opacity 200ms ease;
  border-radius: 30px;
  transition: transform 0.15s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #286040;
  transform: scale(1.3);
}

.owl-theme .owl-item {
  opacity: 0;
  transition: opacity 0.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: #BFDBFE;
  border-radius: 50rem;
  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;
  box-shadow: none !important;
  transition: background 0.15s;
}
.sweet-alert button.confirm {
  background-color: #BFDBFE !important;
}
.sweet-alert button.confirm:hover {
  background-color: rgb(140.7846153846, 190.7538461538, 253.2153846154) !important;
}
.sweet-alert button.cancel {
  background-color: #AEB0B3 !important;
}
.sweet-alert button.cancel:hover {
  background-color: rgb(147.6878980892, 150.3375796178, 154.3121019108) !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(191, 219, 254, 0.2);
}
