@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");
:root {
  --btn-mainlink: #5C312F;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Arial", sans-serif, "微軟正黑體";
  font-size: 16px;
  color: #5A5A5A;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.w-1920 {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.w-1000 {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.w-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #FF6C6C;
}

a,
a:hover {
  text-decoration: none;
}

.bg-coloud {
  background: #BAD7E0;
}

.bg {
  background: #ffffff;
}

.checkout-btn {
  outline: 1px solid #444444;
  padding: 6px 10px;
  border-radius: 20px;
  color: #444444;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .checkout-btn {
    padding: 8px 20px;
  }
}
.checkout-btn::before {
  content: "";
  position: absolute;
  background-color: #FF6C6C;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover {
  outline: none;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover::before {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
.page a {
  color: #646464;
  padding: 3px;
  margin: 3px;
}

.mainBtn {
  border-radius: 2rem;
  color: #FF6C6C;
  border: 1px solid #FF6C6C;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: 140px;
  display: block;
  background-color: transparent;
  transition: all ease 0.3s;
}
.mainBtn:hover {
  background-color: #FF6C6C;
  color: var(--white);
}

.subtitle {
  color: #5A5A5A;
  line-height: 36px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.subtitle::first-letter {
  color: #FF6C6C;
}

.main-title {
  color: #444444;
}
.main-title::first-letter {
  color: #FF6C6C;
}

.moreBtn {
  color: var(--white);
  background-color: #FF6C6C;
  border-radius: 2rem;
  padding: 0.5rem 1.3rem;
  transition: all 0.3s ease-in;
}

.moreBtn:hover {
  background-color: #FF6C6C;
  color: var(--white);
}

.searchBtn {
  background-color: #FF6C6C;
  color: #f8aaaa;
  font-size: 14px;
}

.bread_crumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.bread_crumbs li {
  font-size: 15px;
  padding-left: 5px;
}
.bread_crumbs li::after {
  content: "/";
  margin-left: 5px;
}
.bread_crumbs li:last-child {
  color: #D4AF37;
}
.bread_crumbs li:last-child::after {
  content: "";
}
.bread_crumbs li a {
  color: #5A5A5A;
}

.text-mark {
  color: #D4AF37;
  font-size: 85%;
  margin-left: 5px;
}

.submitBtn {
  background: #FF6C6C;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}

.submitBtn:hover {
  background: #f8aaaa;
  color: var(--white);
}

.submitBtn2 {
  background: #f8aaaa;
  color: var(--white);
  padding: 0.6rem 1.5rem;
}

.submitBtn2:hover {
  background: #FF6C6C;
  color: var(--white);
}

@media (min-width: 1200px) {
  .border-lg-right {
    border-right: 1px solid #eaeaea;
  }
  .border-lg-left {
    border-left: 1px solid #eaeaea;
  }
}
.more {
  color: #646464;
  transition: all ease 0.3s;
}
.more:hover {
  color: #FF6C6C;
}

.titleBox {
  position: relative;
  z-index: 1;
}
.titleBox .title {
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  color: #FF6C6C;
}
.titleBox .title h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.titleBox .title h3::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  z-index: -1;
  background: #ffe8e8;
  display: inline-block;
  margin-left: -20px;
}
.titleBox .reciprocalBox {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.txt {
  color: #646464;
  line-height: 1.6;
}

.burger-menu {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu .burger {
  position: absolute;
  background: #FF6C6C;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -30%;
  transform: translateY(-23%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.burger-menu .burger::before, .burger-menu .burger::after {
  position: relative;
  background: #FF6C6C;
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  left: 0;
  transition: all 0.3s ease-in-out;
}
.burger-menu .burger::before {
  top: 8px;
}
.burger-menu .burger::after {
  bottom: 10px;
}

.burger-menu.menu-on .burger {
  background: transparent;
}
.burger-menu.menu-on .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 2px;
}
.burger-menu.menu-on .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}

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

.proBox .item {
  margin: 1rem 0.5rem;
  transition: all ease 0.5s;
}
.proBox .item:hover {
  transform: translateY(-12px);
}
.proBox .item .img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.priceBox {
  font-family: "Quicksand", Arial;
  font-weight: 400;
  color: #444444;
}
.priceBox .originalPrice {
  color: #5A5A5A;
  text-decoration: line-through;
  font-size: 85%;
}
.priceBox .offerPrice {
  color: #444444;
  font-size: 1rem;
}
.priceBox .offerPrice .price {
  font-weight: 600;
  font-size: 1.8rem;
  margin-left: 3px;
}

.textBox {
  padding: 1rem 0.5rem 1rem;
}
.textBox h3 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.textBox h3 a {
  color: #444444;
}
@media (min-width: 992px) {
  .textBox h3 {
    font-size: 1.3rem;
  }
}
.textBox .locationBox {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.textBox .locationBox i {
  color: #FF6C6C;
}

.price-box {
  align-items: flex-end;
}
.price-box .map i {
  color: #f8aaaa;
  margin-right: 5px;
}
.price-box .originalPrice,
.price-box .offerPrice {
  color: #444444;
}
.price-box {
  /* 原價 */
}
.price-box .originalPrice {
  display: inline-block;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 10px;
}
.price-box .offerPrice .price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .price-box .offerPrice .price {
    font-size: 1.4rem;
  }
}

.nav_area {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.phoneSearch {
  top: 10%;
}
.phoneSearch .modal-content button.close {
  text-align: right;
  padding: 5px;
  font-size: 1.8rem;
}
.phoneSearch .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #444444;
  font-size: 1.6rem;
}

.phoneSearchBox {
  padding: 1rem 1rem 3rem;
}
.phoneSearchBox form {
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.phoneSearchBox form input {
  width: 100%;
  margin-right: 8px;
  border: 1px solid #f8aaaa;
  padding: 0.8rem;
  border-radius: 5px;
}
.phoneSearchBox form input:focus {
  outline: 0;
}
.phoneSearchBox form input::-moz-placeholder {
  font-size: 1rem;
}
.phoneSearchBox form input::placeholder {
  font-size: 1rem;
}
.phoneSearchBox form button {
  background-color: #FF6C6C;
  color: #ffffff;
  padding: 0.6rem;
  border: none;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phoneSearchBox .keyword-tags {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.phoneSearchBox .keyword-tags.show {
  display: flex;
}
.phoneSearchBox .keyword-tags .keyword-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background-color: #f8aaaa;
  border: 2px solid #FF6C6C;
  color: #ffffff;
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.phoneSearchBox .keyword-tags .keyword-tag:hover {
  background-color: #FF6C6C;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.phoneSearchBox .keyword-tags .search-history-section hr {
  border-color: rgba(255, 108, 108, 0.2);
}
.phoneSearchBox .keyword-tags .search-history-section .btn-clear-history {
  background: none;
  border: none;
  color: #FF6C6C;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.phoneSearchBox .keyword-tags .search-history-section .btn-clear-history:hover {
  color: #f8aaaa;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.8rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #FF6C6C;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item .history-keyword {
  cursor: pointer;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item .history-keyword:hover {
  text-decoration: underline;
}
.phoneSearchBox .keyword-tags .search-history-section .search-history-list .history-item:hover {
  background-color: #e8e8e8;
  border-color: #FF6C6C;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pagecontent {
  position: relative;
}
.pagecontent:before {
  content: "";
  background: url(../img/cloud_bg2.png) no-repeat top center/contain;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 33%;
}
@media (min-width: 992px) {
  .pagecontent .box-1 {
    width: 287px;
    height: 200px;
    bottom: 5%;
    left: -3%;
    position: absolute;
    background: url(../img/box.png) no-repeat left top/contain;
    transform-origin: left bottom;
    animation: boxRotate 8s linear infinite;
  }
}
.pagecontent .box-2 {
  background: url(../img/cloud4.png) no-repeat left top/contain;
  width: 287px;
  height: 140px;
  bottom: 10%;
  right: -2%;
  position: absolute;
}

@keyframes boxRotate {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/* directory start 麵包屑*/
.directoryRow {
  position: relative;
  top: 0.5rem;
  z-index: 2;
}
.directoryRow ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.directoryRow li {
  color: var(--text);
  font-size: 14px;
}
.directoryRow li a {
  text-decoration: none;
  color: #5A5A5A;
}
.directoryRow li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
}
.directoryRow li:last-child, .directoryRow li:last-child > a {
  color: #FF6C6C;
}

/* directory end */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.pagination li {
  padding: 0.5rem;
  font-size: 1.125rem;
}
.pagination li.active .page-link {
  background-color: #f8aaaa;
  color: #ffffff;
  border: none;
}
.pagination li .page-link {
  color: #f8aaaa;
  border-radius: 5px;
  background-color: transparent;
  border: none;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  color: #FF6C6C;
  border: none;
  background-color: transparent;
  font-size: 1rem;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}

/* POP廣告 / 側邊廣告 */
.adSidebg {
  background: rgba(0, 0, 0, 0.212);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
}

.adSideBox {
  position: fixed;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 5001;
}
.adSideBox:hover {
  color: #ffffff;
}
.adSideBox a.adSide img {
  width: auto;
  height: 70vh;
  min-height: 400px;
}
.adSideBox a.closeAdSide {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  writing-mode: vertical-rl;
  width: 40px;
  height: 40px;
}
.adSideBox img {
  max-height: 70vh;
  width: auto;
}
.adSideBox img.closed {
  display: none;
}
.adSideBox .closeAdSide svg {
  fill: #ffffff;
  width: 25px;
  height: 25px;
}

/* 訂單查詢頁面表單樣式 */
.smallText {
  font-size: 0.9rem;
  color: #FF6C6C;
}

.required {
  color: red;
  font-size: 0.9rem;
}

.memberInforBox .orderContentBox {
  max-width: 600px;
  margin: 2rem auto;
}
.memberInforBox .pack {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 2rem;
}
.memberInforBox .memberMiddle .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .memberInforBox .memberMiddle .form-group {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.memberInforBox .memberMiddle .form-group .addressBox {
  display: flex;
  flex-wrap: wrap;
}
.memberInforBox .memberMiddle .form-group .addressBox .use-items .row {
  gap: 0.8rem;
}
.memberInforBox .memberMiddle .form-group .addressBox .use-items .row .use-col {
  flex: 0 0 calc(33.33% - 1rem);
  margin-bottom: 0.5rem;
}
.memberInforBox .memberMiddle .form-group .col-form-label {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .memberInforBox .memberMiddle .form-group .col-form-label {
    flex: 0 0 93px;
  }
}
.memberInforBox .memberMiddle .form-group .form-control {
  flex: 1;
  height: auto;
  border-radius: 5px;
  border: 2px solid #ddd;
  padding: 0.8rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.memberInforBox .memberMiddle .form-group .form-control:focus {
  outline: none;
  border-color: #FF6C6C;
  box-shadow: 0 0 0 3px rgba(255, 108, 108, 0.1);
}
.memberInforBox .memberMiddle .form-group .use-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 50px;
  background: #f8aaaa;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 0;
}
.memberInforBox .memberMiddle .form-group .use-btn:hover {
  background: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.memberInforBox .memberBottom {
  font-size: 1rem;
}

.bg-main {
  background-color: #FF6C6C;
}

.text-sub {
  color: #f8aaaa;
}

.text-main {
  color: #FF6C6C;
}

.text-lightBlack {
  color: #5A5A5A;
}

.text-darkBlack {
  color: #444444;
}

.text-white {
  color: #ffffff;
}

.text-nav {
  color: #cccccc;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mainbg {
  background-color: #EAEFF3;
}
@media (min-width: 992px) {
  .mainbg {
    background-color: transparent;
  }
}

.subbg {
  background-color: #D7E2EA;
}

.margin-r-s {
  margin-right: 0;
}
@media (min-width: 992px) {
  .margin-r-s {
    margin-right: -1.5rem;
  }
}

.margin-l-s {
  margin-left: 0;
}
@media (min-width: 992px) {
  .margin-l-s {
    margin-left: -1.5rem;
  }
}

.goTop {
  position: fixed;
  justify-content: center;
  right: 1.125rem;
  bottom: 40px;
  text-align: center;
  border: 1px solid #FF6C6C;
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ffffff;
  color: #FF6C6C;
  transition: all 0.5s;
  animation: 3s arrowTop ease-out infinite;
}
.goTop:hover {
  background-color: #f8aaaa;
  color: var(--white);
}
.goTop:hover i {
  color: var(--white);
}
.goTop i {
  color: #FF6C6C;
  font-size: 1.4rem;
}

@keyframes arrowTop {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-10%);
  }
}
/* music animations */
@keyframes revealFromRight {
  0%, 100% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  50%, 90% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes revealFromLeft {
  0%, 100% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  50%, 90% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .header {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 0 4rem;
  }
}

/* 手機漢堡選單 */
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FF6C6C;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 4px;
}

/* 手機漢堡選單end */
/* 主選單開始 */
.nav_area {
  background: #ffffff;
  position: fixed;
}
.nav_area::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(../img/nav_bg.png) repeat-x center bottom;
}
.nav_area .logoImgBox {
  width: 150px;
  position: relative;
  z-index: 1;
}
.nav_area .logoImgBox .logoImg {
  width: 100%;
  height: 100%;
  padding-top: 55%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav_area {
  /* 導航箭頭按鈕 */
}
.nav_area .desktopNav {
  position: relative;
  flex: 1;
  min-width: 0;
}
.nav_area .navBtnBox {
  display: none;
}
@media (min-width: 992px) {
  .nav_area .navBtnBox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .nav_area .navBtnBox .container {
    position: relative;
    height: 100%;
  }
  .nav_area .navBtnBox a {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #444444;
  }
  .nav_area .navBtnBox a.disabled {
    opacity: 0;
    pointer-events: none;
  }
  .nav_area .navBtnBox #left {
    left: 0;
  }
  .nav_area .navBtnBox #right {
    right: 0;
  }
}
.nav_area {
  /* 選單容器 */
}
.nav_area .container-nav {
  position: relative;
}
.nav_area .container-nav .scroll.viewport {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.nav_area .container-nav.has-arrows .scroll.viewport {
  width: calc(100% - 70px);
}

.menu-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  gap: 1.5rem;
}
.menu-main li {
  flex-shrink: 0;
  white-space: nowrap;
}
.menu-main li.active a {
  color: #FF6C6C;
}
.menu-main li a {
  color: #5A5A5A;
  display: block;
  padding: 0.8rem 0.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

/* menu-sub 下拉選單 */
header nav {
  display: none;
}
@media (min-width: 992px) {
  header nav {
    display: block;
  }
}
header nav ul .menu-sub {
  position: absolute;
  background: #ffffff;
  color: #FF6C6C;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 200px;
  display: none;
  font-size: 1.125rem;
  overflow: visible;
}
header nav ul .title {
  color: #FF6C6C;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  border-bottom: 1px solid #FF6C6C;
  padding: 5px;
  font-size: 15px;
}

header nav li:hover .menu-sub {
  display: block;
  white-space: normal;
  margin-top: -1px;
}

#desktopDownMenu .menu-sub a.item {
  color: #5A5A5A;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 1rem;
  display: block;
}
#desktopDownMenu .menu-sub a.item:hover {
  background-color: #eaeaea;
  color: #FF6C6C;
}

#desktopDownMenu .menu-sub .menu-sub-group {
  position: relative;
}
#desktopDownMenu .menu-sub .menu-sub-group a.item.has-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#desktopDownMenu .menu-sub .menu-sub-group a.item.has-sub i {
  font-size: 0.75rem;
}
#desktopDownMenu .menu-sub .menu-sub-group .menu-sub-child {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 1003;
}
#desktopDownMenu .menu-sub .menu-sub-group .menu-sub-child a.item {
  color: #5A5A5A;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 1rem;
  display: block;
}
#desktopDownMenu .menu-sub .menu-sub-group .menu-sub-child a.item:hover {
  background-color: #eaeaea;
  color: #FF6C6C;
}
#desktopDownMenu .menu-sub .menu-sub-group:hover .menu-sub-child {
  display: block;
}

.topBox {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.topBox li a {
  color: #FF6C6C !important;
  font-size: 14px;
}
.topBox li a i {
  font-size: 1.125rem;
}
.topBox li a span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FF6C6C;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
}
.topBox .memberBtn {
  display: flex;
}
.topBox .memberBtn .top_nav {
  margin: 0 0.3rem;
  background-color: #f8aaaa;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topBox .memberBtn .top_nav a {
  cursor: pointer;
}
.topBox .memberBtn .top_nav i, .topBox .memberBtn .top_nav svg {
  color: #ffffff;
  fill: #ffffff;
  font-size: 1.3rem;
}

.navbar {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease-in;
}

.navbar.fixed {
  position: fixed;
}

.navbar-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #FF6C6C;
  background-color: var(--white);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 992px) {
  .brand {
    display: none;
  }
  #navbar-menu {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 calc(100% - 200px);
    background-color: var(--white);
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar-nav li.dropdown a.dropdown-toggle::after {
    display: none;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    position: absolute;
    text-align: center;
    border-top: none;
    min-width: 100%;
    width: 9.5rem;
    padding: 0;
    background-color: var(--white);
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
  .navbar-nav li.dropdown ul.dropdown-menu a:hover {
    background-color: #FF6C6C;
    color: #D4AF37;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    background-color: black;
  }
  .navbar-collapse {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 59px;
    padding-top: 67px;
    left: 0;
    height: calc(100vh - 50px);
    background-color: #BAD7E0;
  }
}
.logo {
  width: 150px;
  padding: 10px;
}
@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}
.logo a {
  width: 100%;
  display: block;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (min-width: 1200px) {
  .logo a {
    padding-bottom: 28%;
  }
}

.bootsnav ul.nav > li a {
  color: #5A5A5A;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  padding: 0.6rem 1.25rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
.bootsnav ul.nav > li a:hover {
  color: #FF6C6C;
}
.bootsnav ul.nav > li.active a, .bootsnav ul.nav > li a.active {
  color: #D4AF37;
}
.bootsnav ul.nav > li.active .dropdown-menu li a {
  color: #FF6C6C;
}
.bootsnav ul.nav > li.active .dropdown-menu li a:hover {
  color: #D4AF37;
}

@keyframes boat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(160px);
  }
}
#phoneMenu .menuTrigger {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #phoneMenu .menuTrigger {
    display: none;
  }
}
#phoneMenu.page {
  overflow-x: hidden;
  position: relative;
}
#phoneMenu .wrapper {
  position: relative;
  transition: ease 0.5s;
}
#phoneMenu .wrapper.pushed {
  position: fixed;
}
#phoneMenu .wrapper.pushed::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1000;
  background-color: rgba(39, 39, 39, 0.5);
}

#phoneMenu nav.panel:not(.proInfoPanel).isOpen {
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}

#phoneMenu .closeSubPanel,
#phoneMenu .closePanel,
#phoneMenu .openSubPanel, #phoneMenu .fs-3 {
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

nav.panel {
  display: block;
}

@media (min-width: 992px) {
  #phoneMenu nav.panel.isOpen {
    transform: translateX(30rem);
  }
}
.phone_menu_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1rem;
}
.phone_menu_head .phone_menu_head_title {
  width: 5rem;
}

.phone_menu_right {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phone_menu_right div {
  flex: 0 0 40px;
  font-size: 1.4rem;
  position: relative;
}

/* header start*/
#phoneMenu nav.panel {
  width: 100%;
  background: #ffffff;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  transition: ease 0.5s;
  z-index: 1001;
  overflow-y: auto;
}

#phoneMenu .proInfoPanel.isOpen {
  transform: translateX(-100%);
  z-index: 1002;
}
#phoneMenu .proInfoPanel.isOpen .proInfoPanel {
  transform: translateX(0%);
  z-index: 1001;
}
#phoneMenu .proInfoPanel.isOpen nav.panel > ul {
  padding: 1.25rem 1.25rem 0 1.25rem;
}
#phoneMenu .proInfoPanel.isOpen .cursor-pointer {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  #phoneMenu nav.panel {
    width: 30rem;
    left: -30rem;
    right: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
}
#phoneMenu .menuTrigger ul.phoneCart {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
#phoneMenu .menuTrigger ul.phoneCart li a {
  text-decoration: none;
  display: flex;
  color: #FF6C6C;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
#phoneMenu .menuTrigger ul.phoneCart li a span.counter {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FF6C6C;
  color: #ffffff;
  text-align: center;
  margin-left: -1px;
}
#phoneMenu nav.panel ul li a {
  padding: 0.6rem 1.5rem;
  margin-bottom: 0.8rem;
  color: #444444;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#phoneMenu nav.panel ul li a svg {
  width: 18px;
  fill: #444444;
  margin-right: 5px;
}
#phoneMenu nav.panel ul li a i {
  margin-right: 5px;
  font-size: 1.3rem;
}
#phoneMenu nav.panel ul li a.subheading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.8rem 1rem;
  margin-bottom: 5px;
  position: relative;
}
#phoneMenu nav.panel ul li a.arrow::after {
  font-family: "bootstrap-icons";
  content: "\f282";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#phoneMenu nav.panel ul li a:hover {
  color: #f8aaaa;
  background-color: #eaeaea;
}
#phoneMenu nav.panel ul div {
  margin-bottom: 0.5rem;
}
#phoneMenu nav.panel ul li.closePanel {
  color: #FF6C6C;
  border: none;
}
#phoneMenu nav.panel ul.s-btn li {
  display: flex;
  justify-content: center;
}
#phoneMenu nav.panel ul.s-btn li a {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 5px;
  color: #FF6C6C;
  font-size: 1.125rem;
}
#phoneMenu nav.panel ul.s-btn li a span {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 0.1rem;
  background-color: #FF6C6C;
  color: #ffffff;
  border: 1px solid #FF6C6C;
  text-align: center;
  justify-content: center;
}

ul.phoneCart i {
  color: #FF6C6C;
  font-size: 1.3rem;
}
ul.phoneCart svg {
  fill: #FF6C6C !important;
  color: #FF6C6C;
  width: 20px;
  height: 20px;
}

/* 手機選單下拉樣式 */
#phoneMenu nav.panel ul.phoneMenu .item {
  border-bottom: 1px solid #eaeaea;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header a.subheading {
  flex: 1;
  margin-bottom: 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header a.subheading::after {
  display: none;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-header .dropdown-icon {
  font-size: 1rem;
  color: #444444;
  transition: transform 0.3s ease;
  padding: 0.5rem;
}
#phoneMenu nav.panel ul.phoneMenu .item.dropdown-open > .dropdown-header .dropdown-icon {
  transform: rotate(180deg);
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-header {
  padding: 0.3rem 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  margin-bottom: 0;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li a:hover {
  background-color: #eaeaea;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-submenu {
  padding-left: 1rem;
}
#phoneMenu nav.panel ul.phoneMenu .item .dropdown-submenu li .dropdown-submenu li a {
  font-size: 0.95rem;
  color: #777777;
}

/* 搜尋紀錄區塊 */
.search-history {
  padding: 0 1rem 1rem;
}
.search-history__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
.search-history__title {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.search-history__clear {
  background: none;
  border: none;
  color: #999;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.search-history__clear:hover {
  color: #f8aaaa;
}
.search-history__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-history__item {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0.3rem 0.5rem 0.3rem 0.8rem;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.search-history__item:hover {
  background-color: #eaeaea;
  border-color: #f8aaaa;
}
.search-history__keyword {
  color: #444444;
  cursor: pointer;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-history__keyword:hover {
  color: #f8aaaa;
}
.search-history__delete {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0 0.2rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-history__delete:hover {
  color: #e74c3c;
}

/* footer start*/
footer {
  background: url(../img/footer-bg.png);
  border-top: 1px solid #FF6C6C;
  padding: 2rem 0 0;
  color: #444444;
  position: relative;
}
footer .footer-link ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
footer .footer-link li a {
  padding: 1rem;
  padding: 0.5rem;
}
footer .items {
  display: flex;
  flex-wrap: wrap;
}
footer .items a {
  flex: 0 0 50%;
  width: 50%;
}
footer p, footer a {
  font-size: 0.9rem;
  line-height: 1.55rem;
  margin-bottom: 0.3rem;
  color: #444444;
  text-decoration: none;
}
footer a:hover {
  color: #f8aaaa;
}
footer h4 {
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
footer .copy > .row {
  padding-bottom: 2rem;
}
footer .copy .itembox {
  display: flex;
  flex-wrap: wrap;
}
footer .copy .itembox p {
  flex: 0 0 30%;
}
footer .copy .photonic-footer {
  color: #ffffff;
}
footer .copy .photonic-footer a {
  color: #ffffff;
}
footer .copy .photonic-footer a:before {
  content: "/";
}
footer .copyrightBox {
  background-color: #f8aaaa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 85%;
  padding: 0.8rem 15px;
  margin-left: -15px;
  margin-right: -15px;
}
footer .copyrightBox p, footer .copyrightBox a {
  color: #5A5A5A;
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media (min-width: 992px) {
  footer {
    padding: 3rem 0px 0;
  }
}
/* Footer 手風琴樣式 */
.footer-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media (min-width: 992px) {
  .footer-accordion-item {
    border-bottom: none;
    padding: 0 15px;
  }
}
.footer-accordion-item .footer-accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-accordion-item .footer-accordion-toggle {
    cursor: default;
    padding: 0;
    margin-bottom: 0.8rem;
  }
}
.footer-accordion-item .footer-accordion-toggle i {
  transition: transform 0.3s ease;
}
.footer-accordion-item .footer-accordion-content {
  display: none;
  padding: 1rem;
}
@media (min-width: 992px) {
  .footer-accordion-item .footer-accordion-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.footer-accordion-item.active .footer-accordion-toggle i {
  transform: rotate(180deg);
}
.footer-accordion-item.active .footer-accordion-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-accordion-item.no-content .footer-accordion-toggle {
  cursor: default;
}
.footer-accordion-item.no-content .footer-accordion-toggle i {
  display: none;
}
.footer-accordion-item.no-content .footer-accordion-content {
  display: flex;
  flex-wrap: wrap;
}

/* footer end*/
.content_area {
  padding: 1rem 0 0;
  width: 100%;
  margin-top: 126px;
  overflow: hidden;
}

.bannerOwlCarouselRow {
  padding: 0;
}
@media (min-width: 992px) {
  .bannerOwlCarouselRow {
    padding: 1.5rem 0;
  }
  .bannerOwlCarouselRow img {
    border-radius: 15px;
    border: 4px solid #FF6C6C;
  }
}
.bannerOwlCarouselRow .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bannerOwlCarouselRow .owl-nav .owl-prev, .bannerOwlCarouselRow .owl-nav .owl-next {
  background-color: #ffffff !important;
  border: 1px solid #FF6C6C !important;
  color: #FF6C6C !important;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.bannerOwlCarouselRow .owl-nav .owl-prev:hover, .bannerOwlCarouselRow .owl-nav .owl-next:hover {
  background-color: #FF6C6C !important;
  color: #ffffff !important;
}
.bannerOwlCarouselRow .owl-nav .owl-prev:focus, .bannerOwlCarouselRow .owl-nav .owl-next:focus {
  outline: none;
}
.bannerOwlCarouselRow .owl-nav .owl-prev span, .bannerOwlCarouselRow .owl-nav .owl-next span {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .bannerOwlCarouselRow .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% - 120px - 180px);
  }
}
.bannerOwlCarouselRow .owl-dots {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .bannerOwlCarouselRow {
    padding: 4rem 0 3rem;
  }
}

.bannerOwlCarouselRow .owl-dots .owl-dot span, .productListRow .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #FF6C6C;
  margin: 5px;
  transition: all ease-in 0.3s;
}
.bannerOwlCarouselRow .owl-dots .owl-dot.active span, .productListRow .owl-dots .owl-dot.active span {
  background-color: #FF6C6C;
}

.threeSquareAdRow {
  display: flex;
  flex-wrap: nowrap;
  padding: 2rem 0;
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
.threeSquareAdRow .item {
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 1200px) {
  .threeSquareAdRow {
    padding: 3rem 0;
    gap: 0.8rem;
  }
}

.timerProducts, .bannerAdFrame, .containerlookUpAdRow, .goods-pro {
  background-color: #ffffff;
}

.containerlookUpAdRow {
  padding: 2rem 0 1rem;
}
@media (min-width: 1200px) {
  .containerlookUpAdRow {
    padding: 3rem 0;
  }
}

.goods-pro .titleBox span {
  position: relative;
}
.goods-pro .titleBox span::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -90px;
  width: 150px;
  height: 30px;
  background: url(../img/ribbon.png) no-repeat top center/contain;
  z-index: 1;
}
.goods-pro .titleBox span::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -90px;
  width: 150px;
  transform: rotateY(180deg);
  height: 30px;
  background: url(../img/ribbon.png) no-repeat top center/contain;
  z-index: 1;
}

.offer-Pro {
  background: #FAF3ED;
  margin-top: -1.5rem;
  padding: 4rem 0;
}
.offer-Pro .item {
  margin: 0;
}
.offer-Pro .item a.imgbox {
  background-color: #ffffff;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.productListRow .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.productListRow .owl-nav .owl-prev, .productListRow .owl-nav .owl-next {
  background-color: #ffffff !important;
  border: 1px solid #FF6C6C !important;
  color: #FF6C6C !important;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.productListRow .owl-nav .owl-prev:hover, .productListRow .owl-nav .owl-next:hover {
  background-color: #FF6C6C !important;
  color: #ffffff !important;
}
.productListRow .owl-nav .owl-prev:focus, .productListRow .owl-nav .owl-next:focus {
  outline: none;
}
.productListRow .owl-nav .owl-prev span, .productListRow .owl-nav .owl-next span {
  font-size: 2.4rem;
}
.productListRow .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}
.productListRow .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.productBranchRow.courseBOX {
  padding: 3rem 0;
  margin-top: -3rem;
  position: relative;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX {
    padding: 4rem 0 6rem;
    margin-top: -1rem;
  }
}
.productBranchRow.courseBOX .box {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.productBranchRow.courseBOX .box.box-1 {
  width: 150px;
  height: 105px;
  left: -4%;
  bottom: 15%;
  transform-origin: left bottom;
  background: url(../img/box.png) no-repeat left top/cover;
  animation-delay: 6s;
  animation: boxRotate 8s linear infinite;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .box.box-1 {
    width: 287px;
    height: 200px;
    bottom: 5%;
  }
}
.productBranchRow.courseBOX .box.box-2 {
  width: 150px;
  height: 105px;
  right: 0;
  bottom: 0;
  z-index: 8;
  transform-origin: left bottom;
  background: url(../img/teacher.png) no-repeat left top/cover;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .box.box-2 {
    width: 264px;
    height: 180px;
    bottom: -5%;
  }
}
.productBranchRow.courseBOX .product-tabs-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.productBranchRow.courseBOX .product-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0 0.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  scroll-padding: 0 0.8rem;
  /* 確保滾動時保持左右邊距 */
}
.productBranchRow.courseBOX .product-tabs-nav::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .product-tabs-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 0;
    overflow-x: hidden;
    scroll-padding: 0;
  }
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn {
  margin: 5px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn .img {
  width: 100%;
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn:hover {
  transform: translateY(-2px);
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn.active {
  transform: translateY(-5px);
}
.productBranchRow.courseBOX .product-tabs-nav .product-tab-btn.active .img {
  filter: drop-shadow(2px 2px 8px rgba(255, 251, 6, 0.8));
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .product-tabs-nav .product-tab-btn {
    width: 120px;
    height: 120px;
  }
}
.productBranchRow.courseBOX .tab-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border: 2px solid #FF6C6C;
  border-radius: 50%;
  color: #FF6C6C;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.productBranchRow.courseBOX .tab-scroll-btn:hover {
  background-color: #FF6C6C;
  color: var(--white);
}
.productBranchRow.courseBOX .tab-scroll-btn.tab-scroll-left {
  left: -15px;
}
.productBranchRow.courseBOX .tab-scroll-btn.tab-scroll-right {
  right: -15px;
}
@media (min-width: 992px) {
  .productBranchRow.courseBOX .tab-scroll-btn {
    display: none;
  }
}
.productBranchRow.courseBOX .product-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.productBranchRow.courseBOX .product-tab-content.show {
  display: block;
}
.productBranchRow.courseBOX .product-tab-content.active {
  display: block;
  opacity: 1;
}
.productBranchRow.courseBOX .product-tab-content.show.active {
  animation: fadeInTab 0.4s ease-in-out;
}
.productBranchRow.courseBOX .product-tab-content .row-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.courseBoxs {
  width: 100%;
}
.courseBoxs .ADimg-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg-wrapper {
    overflow: visible;
  }
}
.courseBoxs .ADimg {
  display: block;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg {
    display: flex;
    gap: 1.5rem;
  }
}
.courseBoxs .ADimg .firstProImg {
  display: none;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .firstProImg {
    display: block;
    width: 40%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .courseBoxs .ADimg .firstProImg:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
.courseBoxs .ADimg .firstProImg div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.courseBoxs .ADimg .secondaryProImg-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper {
    width: calc(60% - 1.5rem);
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper.slick-slider .slick-list,
  .courseBoxs .ADimg .secondaryProImg-wrapper.slick-slider .slick-track {
    transform: none !important;
    width: 100% !important;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots {
  bottom: -30px;
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots li button:before {
  color: #FF6C6C;
  opacity: 0.3;
  font-size: 10px;
}
.courseBoxs .ADimg .secondaryProImg-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg-item {
    width: calc(33.333% - 0.67rem) !important;
    flex-shrink: 0;
    float: none !important;
    margin: 0 !important;
    display: block !important;
  }
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg-item.mobile-tablet-slide {
    display: none !important;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg {
  display: block;
  border-radius: 10px;
  margin: 0 0.8rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg {
    margin: 0;
  }
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.courseBoxs .ADimg .secondaryProImg-wrapper .secondaryProImg div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 廣告 start */
.ADslider {
  background-color: #ffe8e8;
  padding: 2rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ADslider {
    padding: 4rem 0 1rem;
  }
}
.ADslider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ADslider .slideshow-slider .slick-prev {
  left: 1rem;
  z-index: 5;
}
.ADslider .slideshow-slider .slick-next {
  right: 1rem;
  z-index: 5;
}
.ADslider .slideshow-slider .slick-prev:before,
.ADslider .slideshow-slider .slick-next:before {
  font-size: 30px;
}
.ADslider .slideshow-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
}
.ADslider .slideshow-slider .slick-dots li button {
  width: 30px;
  height: 30px;
}
.ADslider .slideshow-slider .slick-dots li button::before {
  color: #FF6C6C;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
}
.ADslider .slide-item a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hotsale {
  padding: 1.6rem 0 3rem;
  background-color: #FAF3ED;
  position: relative;
}
.hotsale::before, .hotsale::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 26%;
  top: 0;
  background-color: #ffffff;
}
.hotsale::before {
  left: 0;
  clip-path: polygon(0 0, 100% 32%, 100% 0);
}
.hotsale::after {
  right: 0;
  clip-path: polygon(100% 0, 0 0, 0 32%);
}
@media (min-width: 992px) {
  .hotsale {
    padding: 5rem 0 3rem;
  }
  .hotsale::before, .hotsale::after {
    height: 30%;
  }
  .hotsale::before {
    clip-path: polygon(0 0, 100% 50%, 100% 0);
  }
  .hotsale::after {
    clip-path: polygon(100% 0, 0 0, 0 50%);
  }
}
.hotsale .titleBox {
  margin-bottom: 3rem;
  margin-top: -1.5rem;
}
.hotsale .imgbox {
  display: block;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 15px;
  overflow: hidden;
}
.hotsale .imgbox .img {
  padding-bottom: 100%;
  width: 100%;
}
.hotsale .textBox h3 {
  text-align: left;
}

.btn-more {
  display: inline-block;
  padding: 0.6rem 2.5rem;
  background-color: #FF6C6C;
  color: #ffffff;
  border-radius: 25px;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn-more:hover {
  background-color: #f8aaaa;
  color: #ffffff;
  text-decoration: none;
}

/* 影片嵌入 RWD start */
.mov {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mov iframe,
.mov video,
.mov embed,
.mov object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 影片嵌入 RWD end */
/* recommend start 推薦商品*/
.recommendRow {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .recommendRow {
    padding: 4rem 0;
  }
}
.recommendRow .contentBox {
  margin-top: 2rem;
}
.recommendRow .contentBox .proImg {
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: 1rem;
}
.recommendRow .recommend-pro {
  display: flex;
  flex-wrap: wrap;
}
.recommendRow .recommend-pro .item {
  width: 100%;
  margin-bottom: 1rem;
}
.recommendRow .recommend-pro .item a {
  color: #f8aaaa;
  display: flex;
  margin-bottom: 1rem;
}
.recommendRow .recommend-pro ~ .item .img {
  order: 1;
}
.recommendRow .recommend-pro .img {
  flex: 0 0 40%;
  width: 100%;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.recommendRow .recommend-pro .pro-info {
  padding: 1rem;
  flex: 0 0 60%;
}
.recommendRow .recommend-pro .pro-info h3 {
  color: #444444;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.recommendRow .recommend-pro .pro-info p {
  color: #777777;
  margin-bottom: 1.5rem;
}

.sale-Pro {
  background: #FAF3ED;
  position: relative;
  padding: 3rem 0 4rem;
}
.sale-Pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: url(../img/bg2.png) repeat-x center top;
}
.sale-Pro .title {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.sale-Pro .imgbox {
  display: block;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 15px;
  overflow: hidden;
}
.sale-Pro .imgbox .img {
  padding-bottom: 100%;
  width: 100%;
}
.sale-Pro .item {
  border: none;
  margin: 0;
}
.sale-Pro .item:hover {
  border: none;
  transform: translateY(-12px);
}
.sale-Pro .proBox {
  margin-top: 4rem;
}
.sale-Pro .owl-nav {
  width: 0;
  top: -9rem;
  right: 100px;
}
@media (min-width: 1200px) {
  .sale-Pro .owl-nav {
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sale-Pro .owl-nav .owl-prev {
    position: absolute;
    right: 80px;
    left: auto;
  }
  .sale-Pro .owl-nav .owl-next {
    right: 0;
  }
}

.productBranchRow {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .productBranchRow {
    padding: 3rem 0;
  }
}
.productBranchRow .branch-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.productBranchRow .branch-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  padding: 0 0.5rem;
}
.productBranchRow .branch-tabs-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .productBranchRow .branch-tabs-nav {
    justify-content: center;
    gap: 1rem;
  }
}
.productBranchRow .branch-tab-btn {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  background-color: #ffe8e8;
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.productBranchRow .branch-tab-btn:hover {
  background-color: #FF6C6C;
  color: #ffffff;
}
.productBranchRow .branch-tab-btn.active {
  background-color: #FF6C6C;
  color: #ffffff;
}
@media (min-width: 992px) {
  .productBranchRow .branch-tab-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
.productBranchRow .tab-scroll-btn {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #FF6C6C;
  border-radius: 50%;
  color: #FF6C6C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.productBranchRow .tab-scroll-btn:hover {
  background-color: #FF6C6C;
  color: #ffffff;
}
@media (min-width: 992px) {
  .productBranchRow .tab-scroll-btn {
    display: none;
  }
}
.productBranchRow .branch-tab-content {
  display: none;
}
.productBranchRow .branch-tab-content.active {
  display: block;
}
.productBranchRow .branch-ad-slider .item {
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider .item {
    padding: 0;
  }
}
.productBranchRow .branch-ad-slider .ad-img {
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider {
    display: grid !important;
    grid-template-columns: 40% repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
  }
  .productBranchRow .branch-ad-slider .item:first-child {
    grid-column: 1;
    grid-row: 1/3;
  }
  .productBranchRow .branch-ad-slider .item:first-child .ad-img {
    padding-bottom: 0;
    height: 100%;
  }
  .productBranchRow .branch-ad-slider .item:not(:first-child) .ad-img {
    padding-bottom: 100%;
  }
}
.productBranchRow .branch-ad-slider .owl-dots {
  margin-top: 1rem;
}
.productBranchRow .branch-ad-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #FF6C6C;
  margin: 5px;
  transition: all ease-in 0.3s;
}
.productBranchRow .branch-ad-slider .owl-dots .owl-dot.active span {
  background-color: #FF6C6C;
}
@media (min-width: 992px) {
  .productBranchRow .branch-ad-slider .owl-dots {
    display: none;
  }
}

/* 跑馬燈  start*/
.announcement-fluid {
  background-color: #ffe8e8;
}

.announcementRow .announcementBox {
  height: 45px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.announcementRow .announcementBox .subtitle {
  margin-bottom: 0;
  margin-right: 5px;
  color: #FF6C6C;
}
.announcementRow .announcementBox .more {
  margin-bottom: 0;
  font-size: 14px;
}

.announcementRow #announcementCarousel {
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
}
.announcementRow #announcementCarousel div {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
}
.announcementRow #announcementCarousel div a {
  text-decoration: none;
  color: #5A5A5A;
  font-size: 0.9rem;
}
.announcementRow #announcementCarousel div a .news-time {
  margin-right: 2px;
}

/* 跑馬燈  end*/
/* social-bar 固定右側選單 start */
.social-bar {
  display: none;
}

@media (min-width: 992px) {
  .social-bar {
    position: fixed;
    right: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }
  .social-bar .fixed-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .social-bar .fixed-menu li a {
    display: block;
  }
  .social-bar .social-bar__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .social-bar .social-bar__instagram {
    background: linear-gradient(45deg, #405DE6, #E1306C, #FCAF45, #FCAF45);
    border-radius: 5px 0 0 0;
  }
  .social-bar .social-bar__fb {
    background: #3b5998;
  }
  .social-bar .social-bar__line {
    background-color: #00c200;
  }
  .social-bar .social-bar__mailbox {
    background-color: #ff4300;
  }
  .social-bar .social-bar__phone {
    background-color: #ff7300;
    border-radius: 0 0 0 5px;
  }
}
/* social-bar 固定右側選單 end */
.product-tabs-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-tabs-bar::-webkit-scrollbar {
  display: none;
}
.product-tabs-bar.show {
  display: block;
}
.product-tabs-bar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 20px;
  padding: 0;
  gap: 0;
  white-space: nowrap;
}
.product-tabs-bar ul li {
  flex-shrink: 0;
}
.product-tabs-bar ul li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #5A5A5A;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.product-tabs-bar ul li a:hover, .product-tabs-bar ul li a.active {
  color: #f8aaaa;
  border-bottom-color: #f8aaaa;
}
@media (min-width: 576px) {
  .product-tabs-bar ul li a {
    padding: 1.125rem 1rem;
  }
}

.pro_cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
  align-items: center;
}
.pro_cont .img {
  flex: 0 0 170px;
}
.pro_cont .textbox {
  flex: 0 0 100%;
  background: url(../img/wood.png);
  border-radius: 1rem;
  padding: 0.5rem;
  border: 2px solid #f8aaaa;
  position: relative;
}
.pro_cont .textbox:after {
  content: "";
  background: #F4F0DE;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 1rem;
  border: 2px solid #f8aaaa;
  margin: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_cont .textbox .text {
  position: relative;
  z-index: 1;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #FF6C6C;
}
@media (min-width: 576px) {
  .pro_cont .img {
    padding: 1rem;
  }
  .pro_cont .textbox {
    flex: 0 0 calc(100% - 170px);
  }
}
@media (min-width: 992px) {
  .pro_cont .textbox {
    padding: 1rem;
  }
  .pro_cont .textbox .text {
    font-size: 1.25rem;
    padding: 1.5rem 2.5rem;
  }
  .pro_cont .textbox:after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
  }
}

.productPublic {
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}
.productPublic #itemBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* 左產品選單 */
#leftBox {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  #leftBox {
    flex: 0 0 260px;
    width: 260px;
  }
}

#proAccordion {
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
#proAccordion .cardBox_area {
  border: 0;
  overflow: unset;
  background: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  #proAccordion .cardBox_area.collapse:not(.show) {
    display: block;
  }
  #proAccordion .cardBox_area {
    background: transparent;
  }
  #proAccordion {
    padding-left: 0;
    padding-right: 0;
  }
}
#proAccordion .product_menu_phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FF6C6C;
  padding: 0.8rem 1rem;
  width: 100%;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
#proAccordion .product_menu_phone h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
#proAccordion .product_menu_phone h4 span {
  display: none;
}
#proAccordion .product_menu_phone::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}
#proAccordion .product_menu_phone[aria-expanded=true]::after, #proAccordion .product_menu_phone.active::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  #proAccordion .product_menu_phone {
    display: none;
  }
}
#proAccordion .item-title {
  background-color: #FF6C6C;
  width: 100%;
  display: none;
  border-radius: 5px 5px 0 0;
  padding: 0.8rem;
}
@media (min-width: 992px) {
  #proAccordion .item-title {
    display: block;
  }
}
#proAccordion .item-title h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
#proAccordion .item-title h4 span {
  margin-left: 5px;
}
#proAccordion .cardBox .cardBox-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
#proAccordion .cardBox .cardBox-header a:hover {
  background-color: rgba(255, 108, 108, 0.1);
}
#proAccordion .cardBox .cardBox-header a .pro-menu-title {
  flex: 1;
}
#proAccordion .cardBox .cardBox-header a.protitle::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
  color: #5A5A5A;
  transition: transform 0.2s ease;
}
#proAccordion .cardBox .cardBox-header a.protitle:not(.collapsed)::after {
  transform: rotate(90deg);
  color: #FF6C6C;
}
#proAccordion .cardBox .cardBox-header a:not(.protitle)::after {
  content: none;
}
#proAccordion .cardBox.active > .cardBox-header > a,
#proAccordion .cardBox .cardBox-header > a.active {
  color: #FF6C6C;
  font-weight: 600;
  background-color: rgba(255, 108, 108, 0.05);
}
#proAccordion .navList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#proAccordion .navList li a {
  display: block;
  padding: 0.7rem 1rem 0.7rem 1.5rem;
  color: #5A5A5A;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
#proAccordion .navList li a:hover {
  background-color: rgba(255, 108, 108, 0.08);
  color: #FF6C6C;
}
#proAccordion .navList li.active > a {
  color: #FF6C6C;
  font-weight: 600;
  background-color: rgba(255, 108, 108, 0.1);
}
#proAccordion .icon_pic {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

#rightContentBox {
  order: 2;
  display: flex;
  flex-flow: column nowrap;
  padding: 0px 0 3rem;
  width: 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  #rightContentBox {
    width: 0;
    flex: 1;
  }
}

.searchClass {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}
.searchClass .search-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FF6C6C;
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.searchClass .search-toggle span {
  color: #ffffff;
  font-size: 1rem;
}
.searchClass .search-toggle span i {
  margin-right: 0.5rem;
}
.searchClass .search-toggle i {
  color: #ffffff;
}
@media (min-width: 992px) {
  .searchClass .search-toggle {
    display: none;
  }
}
.searchClass .itembox.desktop-filter {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .searchClass .itembox.desktop-filter {
    display: flex;
  }
}
.searchClass .itembox.desktop-filter .main-filter {
  flex: 0 0 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.searchClass .itembox.desktop-filter .main-filter > * {
  flex: 1 1 100%;
  min-width: 0;
  color: #5A5A5A;
  font-size: 1rem;
}
.searchClass .itembox.desktop-filter .main-filter .category_select,
.searchClass .itembox.desktop-filter .main-filter .sub_category_select {
  flex: 1 1 calc(50% - 5px);
}
.searchClass .itembox.desktop-filter .main-filter .city_select,
.searchClass .itembox.desktop-filter .main-filter .town_select {
  flex: 1 1 calc(50% - 5px);
}
.searchClass .itembox.desktop-filter .main-filter select,
.searchClass .itembox.desktop-filter .main-filter input {
  height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 12px;
  background-color: #ffffff;
}
.searchClass .itembox.desktop-filter .main-filter select:focus,
.searchClass .itembox.desktop-filter .main-filter input:focus {
  outline: none;
  border-color: #FF6C6C;
  box-shadow: 0 0 0 2px rgba(255, 108, 108, 0.1);
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn {
  background: #FF6C6C;
  width: 120px;
  flex: 0 0 120px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn:hover {
  background: #ff3939;
}
.searchClass .itembox.desktop-filter .main-filter .submitBtn i {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .searchClass .itembox.desktop-filter .main-filter > * {
    flex: 1 1 calc(50% - 10px);
  }
  .searchClass .itembox.desktop-filter .main-filter .category_select,
  .searchClass .itembox.desktop-filter .main-filter .sub_category_select,
  .searchClass .itembox.desktop-filter .main-filter .city_select,
  .searchClass .itembox.desktop-filter .main-filter .town_select {
    flex: 1 1 calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .searchClass .itembox.desktop-filter .main-filter {
    flex-wrap: nowrap;
  }
  .searchClass .itembox.desktop-filter .main-filter .class-range {
    flex: 1 1 200px;
  }
  .searchClass .itembox.desktop-filter .main-filter .category_select, .searchClass .itembox.desktop-filter .main-filter .sub_category_select, .searchClass .itembox.desktop-filter .main-filter .city_select, .searchClass .itembox.desktop-filter .main-filter .town_select {
    flex: 1 1 0;
  }
  .searchClass .itembox.desktop-filter .main-filter > * {
    flex: 1 1 0;
  }
}

#sub_category_select[style*="display: none"],
#town_select[style*="display: none"] {
  display: none !important;
}

.sub-filter {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
.sub-filter .item ~ .item select {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 5px;
}

.filter-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.filter-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.filter-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.filter-modal.show {
  transform: translateY(0);
}
.filter-modal .filter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.filter-modal .filter-modal-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #444444;
}
.filter-modal .filter-modal-header h4 i {
  margin-right: 0.5rem;
  color: #FF6C6C;
}
.filter-modal .filter-modal-header .close-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #999;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}
.filter-modal .filter-modal-header .close-btn:hover {
  color: #444444;
}
.filter-modal .filter-modal-body {
  padding: 1rem 1.25rem;
  overflow-y: auto;
  flex: 1;
}
.filter-modal .filter-modal-body .filter-item {
  margin-bottom: 1rem;
}
.filter-modal .filter-modal-body .filter-item label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5A5A5A;
  margin-bottom: 0.5rem;
}
.filter-modal .filter-modal-body .filter-item .form-control {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 1rem;
  background-color: #ffffff;
}
.filter-modal .filter-modal-body .filter-item .form-control:focus {
  outline: none;
  border-color: #FF6C6C;
  box-shadow: 0 0 0 2px rgba(255, 108, 108, 0.1);
}
.filter-modal .filter-modal-footer {
  display: flex;
  gap: 10px;
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
  flex-shrink: 0;
  background: #ffffff;
}
.filter-modal .filter-modal-footer .btn {
  flex: 1;
  height: 48px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-modal .filter-modal-footer .btn-reset {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #5A5A5A;
}
.filter-modal .filter-modal-footer .btn-reset:hover {
  background: #eee;
}
.filter-modal .filter-modal-footer .btn-search {
  background: #FF6C6C;
  border: none;
  color: #ffffff;
}
.filter-modal .filter-modal-footer .btn-search:hover {
  background: #ff3939;
}

.proItemBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.proItemBox .item {
  flex: 0 0 50%;
  padding: 12px;
  margin: 0 0 1rem;
  border: none;
  position: relative;
}
.proItemBox .item:hover {
  border: none;
  transform: translateY(0);
}
@media (min-width: 576px) {
  .proItemBox .item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .proItemBox .item {
    flex: 0 0 33.333%;
  }
}
.proItemBox .item .img_container {
  position: relative;
  overflow: hidden;
}
.proItemBox .item .img_container::after {
  display: none;
}
.proItemBox .item .img_container .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.proItemBox .item .img_container .store_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.proItemBox .item .img_container .store_btn i {
  font-size: 1rem;
  color: #FF6C6C;
}
.proItemBox .item .img_container .store_btn:hover {
  background: #ffffff;
  transform: scale(1.1);
}
.proItemBox .item .img_container.addcart_area {
  position: absolute;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.proItemBox .item .img_container.addcart_area a {
  width: 100%;
  height: 100%;
}
.proItemBox .item .img_container.addcart_area .store_btn {
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  width: 100px;
  height: auto;
  padding: 5px;
  color: #ffffff;
  background-color: #f8aaaa;
}
.proItemBox .item:hover .img_container.addcart_area {
  opacity: 1;
}
.proItemBox .item .textBox {
  padding: 0.75rem 0.25rem;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.proItemBox .item .textBox h3 {
  font-size: 1rem;
  width: 100%;
  font-weight: 300;
  color: #444444;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.proItemBox .item .textBox h3 a {
  color: #444444;
  margin-bottom: 0.65rem;
}
.proItemBox .item .textBox h3 a:hover {
  color: #FF6C6C;
}
@media (min-width: 992px) {
  .proItemBox .item .textBox h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
.proItemBox .item .textBox .priceBox {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: baseline;
  gap: 0.5rem;
}
.proItemBox .item .textBox .priceBox .originalPrice {
  font-size: 0.85rem;
  color: #999;
  text-decoration: line-through;
}
.proItemBox .item .textBox .priceBox .offerPrice {
  font-size: 1rem;
  color: #5A5A5A;
}
.proItemBox .item .textBox .priceBox .offerPrice .price {
  font-size: 1.4rem;
  color: #444444;
  font-weight: 600;
}
.proItemBox .item .textBox .addcarBox {
  display: none !important;
}

.proBrandZone .titleBrandBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.proBrandZone .titleBrandBox .leftBox {
  color: #5A5A5A;
}

.productinfo .productIntroBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.productinfo .productIntroBox .proImgBox {
  flex: 0 0 100%;
  margin-bottom: 12px;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgBox {
    flex: 0 0 calc(50% - 10px);
  }
}
.productinfo .productIntroBox .pdSpacing {
  flex: 0 0 100%;
  order: 1;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .pdSpacing {
    order: 2;
    flex: 0 0 calc(50% - 10px);
  }
}
.productinfo .productIntroBox .pdSpacing .pro_cont {
  border-radius: 20px;
  padding: 1rem 1rem 1.5rem;
}
.productinfo .productIntroBox .pdSpacing.is-sticky {
  z-index: 998;
  transition: top 0.3s ease;
}
.productinfo .productIntroBox .proImgWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.productinfo .productIntroBox .proImgWrapper .mainImgArea {
  flex: 1;
  order: 1;
  min-width: 0;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .mainImgArea {
    order: 1;
    flex: 1;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea {
  order: 2;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea {
    order: 1;
    flex: 0 0 110px;
    width: 110px;
    max-height: 500px;
    overflow: hidden;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: auto;
    max-height: 500px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar {
    width: 4px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
  }
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item:hover {
  opacity: 1;
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item.current {
  opacity: 1;
  border-color: #FF6C6C;
  border-width: 2px;
  border-style: solid;
}
.productinfo .productIntroBox .proImgWrapper .thumbArea .thumb-list .item .bgImg-responsive-12fBy12 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  background-size: cover;
}
.productinfo .productIntroBox #carousel01 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .productinfo .productIntroBox #carousel01 .owl-dots {
    display: none;
  }
}
.productinfo .productIntroBox .bgImg-responsive-12fBy12 {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.productinfo .productIntroBox .share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 0.3rem;
}
.productinfo .productIntroBox .share .love_btn,
.productinfo .productIntroBox .share .share_btn,
.productinfo .productIntroBox .share .store_btn {
  color: #5A5A5A;
  padding: 0.5rem;
  border: 1px solid transparent;
}
.productinfo .productIntroBox .share .love_btn.fill,
.productinfo .productIntroBox .share .share_btn.fill,
.productinfo .productIntroBox .share .store_btn.fill {
  color: #5A5A5A;
}
.productinfo .productIntroBox .share .love_btn i,
.productinfo .productIntroBox .share .share_btn i,
.productinfo .productIntroBox .share .store_btn i {
  font-size: 1.2rem;
}
.productinfo .class-tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.productinfo .class-tag-box .class-tag-item {
  display: inline-block;
  color: #5A5A5A;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.productinfo .proTitleBox h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #444444;
  line-height: 1.4;
}
.productinfo .proTitleBox .num {
  font-size: 1rem;
  color: #5A5A5A;
}
.productinfo .proTitleBox .prod_tag {
  display: inline-block;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-left: 0.5rem;
}
.productinfo .proTitleBox .prod_tag.kol_tag {
  background-color: #ff7300;
  color: #ffffff;
}
.productinfo .proinfoBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.productinfo .proinfoBox .item {
  flex: 1 0 100%;
  padding-bottom: 0.5rem;
}
.productinfo .proinfoBox .item h4 {
  font-weight: normal;
  font-size: 1rem;
  color: #5A5A5A;
  margin: 0;
}
.productinfo .proinfoBox .item.prodesc {
  background-color: #f6f6f6;
  padding: 0.8rem 1rem;
  color: #444444;
  font-size: 1.1rem;
  position: relative;
}
.productinfo .specialZone {
  margin-bottom: 0.5rem;
}
.productinfo .specialZone .activityBox.sell .activity {
  display: inline-block;
  color: #FF6C6C;
  font-weight: 500;
  padding: 0.5rem 0;
}
.productinfo .contentBox {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.5rem;
  width: 100%;
}
.productinfo .contentBox p {
  color: #5A5A5A;
  margin-top: 1rem;
  line-height: 1.6;
}
.productinfo .bottomBox .priceBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.productinfo .bottomBox .amountBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.productinfo .bottomBox .amountBox .originalPrice {
  display: inline-block;
  color: #5A5A5A;
  font-weight: 300;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.productinfo .bottomBox .amountBox .offerPrice {
  font-size: 1.2rem;
  color: #444444;
}
.productinfo .bottomBox .amountBox .offerPrice .price {
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .productinfo .bottomBox .amountBox .offerPrice .price {
    font-size: 3rem;
  }
}
.productinfo .bottomBox .couponBox {
  margin-top: 1rem;
}
.productinfo .bottomBox .couponBox a {
  display: inline-block;
  background-color: #f8aaaa;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.productinfo .bottomBox .couponBox a:hover {
  background-color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
@media (min-width: 992px) {
  .productinfo .bottomBox .couponBox {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.productinfo .activityBox {
  margin-bottom: 0.5rem;
}
.productinfo .activityBox .activity {
  color: #5A5A5A;
}
.productinfo .activityBox .activity .selectTitle {
  font-weight: 500;
  color: #444444;
}
.productinfo .activityBox .activity.format {
  margin-bottom: 0.5rem;
}
.productinfo .activityBox .activity.mark {
  color: #FF6C6C;
  background-color: transparent;
  font-size: 0.9rem;
}
.productinfo .format-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.productinfo .format-items span label {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
  color: #444444;
  margin-bottom: 3px;
}
.productinfo .format-items span label .price_option_pic {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.productinfo .format-items span label .price_option_price {
  color: #FF6C6C;
  font-weight: 500;
}
.productinfo .format-items span label:hover {
  border-color: #FF6C6C;
  color: #FF6C6C;
}
.productinfo .format-items span label.ui-state-active {
  border-color: #FF6C6C;
  color: #FF6C6C;
  background-color: rgba(255, 108, 108, 0.05);
}
.productinfo .format-items span input[type=radio]:checked + label,
.productinfo .format-items span input[type=radio]:checked ~ label {
  border-color: #FF6C6C;
  color: #FF6C6C;
  background-color: rgba(255, 108, 108, 0.05);
}
.productinfo .format-items span input[type=radio] {
  display: none;
}
.productinfo .format-items span .ui-checkboxradio-icon {
  display: none !important;
}
.productinfo .format-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.productinfo .format-checkbox-list .format-checkbox-item {
  border-bottom: 1px solid #eaeaea;
}
.productinfo .format-checkbox-list .format-checkbox-item.active .format-checkbox-label .checkmark {
  background-color: #FF6C6C;
  border-color: #FF6C6C;
}
.productinfo .format-checkbox-list .format-checkbox-item.active .format-checkbox-label .checkmark::after {
  display: block;
}
.productinfo .format-checkbox-list .format-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.productinfo .format-checkbox-list .format-checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.productinfo .format-checkbox-list .format-checkbox-label .checkmark {
  position: relative;
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-right: 0.75rem;
  transition: all 0.2s ease;
}
.productinfo .format-checkbox-list .format-checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.productinfo .format-checkbox-list .format-checkbox-label .format-title {
  flex: 1;
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.4;
}
.productinfo .format-checkbox-list .format-checkbox-label .format-price {
  color: #5A5A5A;
  font-size: 1.125rem;
  white-space: nowrap;
  margin-left: 1rem;
}
.productinfo .format-checkbox-list .format-checkbox-label:hover .checkmark {
  border-color: #FF6C6C;
}
.productinfo .amount-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}
.productinfo .amount-item .spinnerBox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.productinfo .amount-item .spinnerBox p {
  margin: 0;
  min-width: 40px;
  display: inline;
  color: #5A5A5A;
}
.productinfo .amount-item .spinnerBox .spinner {
  display: flex;
  align-items: center;
}
.productinfo .amount-item .spinnerBox .spinner .btn {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.productinfo .amount-item .spinnerBox .spinner .btn:hover {
  background: #f5f5f5;
}
.productinfo .amount-item .spinnerBox .spinner input.count {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.productinfo .amount-item .bankStagingBox p {
  margin: 0;
  color: #5A5A5A;
}
.productinfo .cartBoxFixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .productinfo .cartBoxFixed {
    position: relative;
    box-shadow: none;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
.productinfo .cartBoxFixed .addCartBox, .productinfo .cartBoxFixed .shoppingBox {
  flex: 0 0 49%;
}
.productinfo .cartBoxFixed .addCartBox a {
  background-color: #ffffff;
  color: #FF6C6C;
  padding: 0.6rem;
  border-radius: 5px;
  display: block;
  text-align: center;
  border: 1px solid #FF6C6C;
}
.productinfo .cartBoxFixed .addCartBox a:hover {
  background-color: #f8aaaa;
  border: 1px solid #f8aaaa;
  color: #ffffff;
}
.productinfo .cartBoxFixed .addCartBox a.cartButton4 {
  background-color: #f8aaaa;
  color: #ffffff;
  border: none;
}
.productinfo .cartBoxFixed .addCartBox a.cartButton4:hover {
  background-color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.productinfo .cartBoxFixed .shoppingBox a {
  background-color: #FF6C6C;
  border-radius: 5px;
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border: 1px solid #FF6C6C;
  padding: 0.6rem;
}
.productinfo .cartBoxFixed .shoppingBox a:hover {
  background-color: #ff3939;
}
.productinfo .cartBoxFixed .shoppingBox a.btn-disabled, .productinfo .cartBoxFixed .shoppingBox a[disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
.productinfo .cartBoxFixed .shoppingBox a.btn-disabled:hover, .productinfo .cartBoxFixed .shoppingBox a[disabled]:hover {
  background-color: #ccc;
}
.productinfo .proPreparationBox {
  text-align: center;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.productinfo .proPreparationBox p {
  color: #5A5A5A;
  margin-bottom: 1rem;
}
.productinfo .proPreparationBox .sayButton {
  display: inline-block;
  background-color: #f8aaaa;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.productinfo .proPreparationBox .sayButton:hover {
  background-color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.productinfo .labelBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.productinfo .labelBox span {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  color: #5A5A5A;
  position: relative;
}
.productinfo .labelBox span::before {
  content: "#";
}
.productinfo .suggestProductBox {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .suggestProductBox .titleBox {
  margin-bottom: 1.5rem;
}
.productinfo .suggestProductBox .titleBox .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #444444;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a {
  display: block;
  text-decoration: none;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a .bgImg {
  width: 100%;
  padding-bottom: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0.5rem;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a h4 {
  color: #444444;
  font-weight: 400;
  font-size: 1.125rem;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a .suggestPrice {
  color: #444444;
  font-family: "Quicksand", Arial;
  margin-right: 3px;
}
.productinfo .suggestProductBox .suggest-owl-carousel .item a .suggestPrice span {
  font-size: 1.6rem;
  font-weight: 600;
}
.productinfo .tabRow {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .tabRow .tabBox .tabNavBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f8aaaa;
  margin-bottom: 1.5rem;
}
.productinfo .tabRow .tabBox .tabNavBox li {
  position: relative;
}
.productinfo .tabRow .tabBox .tabNavBox li a {
  display: block;
  padding: 1rem 1.4rem;
  color: #5A5A5A;
  text-decoration: none;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  text-align: center;
}
.productinfo .tabRow .tabBox .tabNavBox li a:hover {
  color: #FF6C6C;
}
.productinfo .tabRow .tabBox .tabNavBox li a.active {
  color: #FF6C6C;
  font-weight: 600;
}
.productinfo .tabRow .tabBox .tabNavBox li a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF6C6C;
}
.productinfo .tabRow .tabBox .tab-bottom {
  display: none;
}
.productinfo .tabRow .tabBox .tabcontent {
  display: none;
  padding: 1rem 0;
  color: #5A5A5A;
  line-height: 1.8;
}
.productinfo .tabRow .tabBox .tabcontent#tab1 {
  display: block;
}
.productinfo .tabRow .tabBox .tabcontent img {
  max-width: 100%;
  height: auto;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa {
  margin-top: 1.5rem;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  resize: vertical;
  min-height: 100px;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa textarea:focus {
  outline: none;
  border-color: #FF6C6C;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa .btn.togo {
  background-color: #f8aaaa;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.productinfo .tabRow .tabBox .tabcontent .loginQa .btn.togo:hover {
  background-color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.productinfo .popularProBranch {
  width: 100%;
  padding-top: 1rem;
}
.productinfo .popularProBranch .togo {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #f8aaaa;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.productinfo .popularProBranch .togo:hover {
  background-color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.productinfo .popularProBranch .togo i {
  margin-left: 0.5rem;
}
.productinfo .basic-info-card {
  width: 100%;
  margin-top: 2rem;
}
.productinfo .basic-info-card .info-section {
  width: 100%;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 15px;
}
.productinfo .basic-info-card .info-section .info-title {
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
.productinfo .basic-info-card .info-section .info-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444444;
  padding-bottom: 5px;
  margin: 0;
}
.productinfo .basic-info-card .info-section .info-content {
  color: #5A5A5A;
  line-height: 1.8;
  font-size: 1rem;
}
.productinfo .basic-info-card .info-section .info-content.collapsible {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.productinfo .basic-info-card .info-section .info-content.collapsible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
}
.productinfo .basic-info-card .info-section .info-content.collapsible.expanded {
  max-height: none;
}
.productinfo .basic-info-card .info-section .info-content.collapsible.expanded::after {
  display: none;
}
.productinfo .basic-info-card .info-section .info-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}
.productinfo .basic-info-card .info-section .info-content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.productinfo .basic-info-card .info-section .info-content ul, .productinfo .basic-info-card .info-section .info-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.productinfo .basic-info-card .info-section .info-content ul li, .productinfo .basic-info-card .info-section .info-content ol li {
  margin-bottom: 0.5rem;
}
.productinfo .basic-info-card .info-section .info-content p {
  margin-bottom: 1rem;
}
.productinfo .basic-info-card .info-section .show-more-btn {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 1rem;
}
.productinfo .basic-info-card .info-section .show-more-btn span {
  color: #f8aaaa;
  cursor: pointer;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}
.productinfo .basic-info-card .info-section .show-more-btn span:hover {
  color: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.productinfo .basic-info-card .info-section .show-more-btn span i {
  font-size: 0.85rem;
}

.askpriceModel .modal-content,
.askpriceOkModel .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.askpriceModel .modal-content .close,
.askpriceOkModel .modal-content .close {
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
.askpriceModel .modal-content .modal-header,
.askpriceOkModel .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
}
.askpriceModel .modal-content .modal-header .modal-title,
.askpriceOkModel .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 1rem;
}
.askpriceModel .modal-content .modal-body,
.askpriceOkModel .modal-content .modal-body {
  padding: 1rem 1.5rem 2rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content,
.askpriceOkModel .modal-content .modal-body .ask_price_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .pic,
.askpriceOkModel .modal-content .modal-body .ask_price_content .pic {
  flex: 0 0 100px;
}
.askpriceModel .modal-content .modal-body .ask_price_content .pic img,
.askpriceOkModel .modal-content .modal-body .ask_price_content .pic img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text {
  flex: 1;
  padding-left: 1rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text h3,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.askpriceModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num input,
.askpriceOkModel .modal-content .modal-body .ask_price_content .text .askpriceModel_product_num input {
  width: 80px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.askpriceModel .modal-content .modal-body .askprice_order,
.askpriceOkModel .modal-content .modal-body .askprice_order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .askprice_order .name,
.askpriceOkModel .modal-content .modal-body .askprice_order .name {
  font-weight: 500;
}
.askpriceModel .modal-content .modal-body .askprice_order .price,
.askpriceOkModel .modal-content .modal-body .askprice_order .price {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.askpriceModel .modal-content .modal-body .form-group,
.askpriceOkModel .modal-content .modal-body .form-group {
  margin-bottom: 1rem;
}
.askpriceModel .modal-content .modal-body .form-group label,
.askpriceOkModel .modal-content .modal-body .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.askpriceModel .modal-content .modal-body .form-group textarea,
.askpriceOkModel .modal-content .modal-body .form-group textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.75rem;
}
.askpriceModel .modal-content .modal-body .addCartBox,
.askpriceOkModel .modal-content .modal-body .addCartBox {
  text-align: center;
}
.askpriceModel .modal-content .modal-body .addCartBox .cartButton4,
.askpriceOkModel .modal-content .modal-body .addCartBox .cartButton4 {
  display: inline-block;
  background-color: #FF6C6C;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.askpriceModel .modal-content .modal-body .addCartBox .cartButton4:hover,
.askpriceOkModel .modal-content .modal-body .addCartBox .cartButton4:hover {
  background-color: #ff3939;
}

.datetime-selector-box {
  margin-bottom: 2rem;
}
.datetime-selector-box .datetime-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.datetime-selector-box .datetime-selector:hover {
  background: #f0f0f0;
  border-color: #f8aaaa;
}
.datetime-selector-box .datetime-selector i:first-child {
  color: #f8aaaa;
  font-size: 1.2rem;
}
.datetime-selector-box .datetime-selector span {
  flex: 1;
  color: #444444;
}
.datetime-selector-box .datetime-selector i:last-child {
  color: #999;
}

.datetime-hint-box {
  margin-bottom: 1.5rem;
}
.datetime-hint-box .datetime-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #856404;
  font-size: 0.95rem;
  margin: 0;
}
.datetime-hint-box .datetime-hint i {
  font-size: 1.1rem;
  color: #f57c00;
}

.datetimeModal .modal-dialog {
  max-width: 400px;
}
.datetimeModal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.datetimeModal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}
.datetimeModal .modal-header .modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #444444;
}
.datetimeModal .modal-header .close {
  font-size: 1.5rem;
  opacity: 0.5;
}
.datetimeModal .modal-header .close:hover {
  opacity: 1;
}
.datetimeModal .modal-body {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}
.datetimeModal .datetime-section {
  margin-bottom: 20px;
}
.datetimeModal .datetime-section .section-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 15px;
}
.datetimeModal .calendar-container .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.datetimeModal .calendar-container .calendar-header .btn-nav {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #666;
}
.datetimeModal .calendar-container .calendar-header .btn-nav:hover {
  color: #f8aaaa;
}
.datetimeModal .calendar-container .calendar-header .current-month {
  font-weight: 500;
  color: #444444;
}
.datetimeModal .calendar-container .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 10px;
}
.datetimeModal .calendar-container .calendar-weekdays span {
  padding: 8px 0;
  font-size: 0.85rem;
  color: #999;
}
.datetimeModal .calendar-container .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.datetimeModal .calendar-container .calendar-days .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.datetimeModal .calendar-container .calendar-days .day:hover:not(.disabled):not(.empty) {
  background: rgba(248, 170, 170, 0.1);
}
.datetimeModal .calendar-container .calendar-days .day.today {
  color: #f8aaaa;
  font-weight: 600;
}
.datetimeModal .calendar-container .calendar-days .day.selected {
  background: #f8aaaa;
  color: #fff;
}
.datetimeModal .calendar-container .calendar-days .day.has-slots {
  position: relative;
  font-weight: bold;
}
.datetimeModal .calendar-container .calendar-days .day.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.datetimeModal .calendar-container .calendar-days .day.empty {
  cursor: default;
}
.datetimeModal .time-group {
  margin-bottom: 15px;
}
.datetimeModal .time-group .time-group-title {
  font-size: 0.9rem;
  color: #5A5A5A;
  margin-bottom: 10px;
}
.datetimeModal .time-group .time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.datetimeModal .time-group .time-slots .time-slot {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  min-width: 80px;
}
.datetimeModal .time-group .time-slots .time-slot .time {
  font-size: 0.95rem;
  color: #444444;
  display: block;
}
.datetimeModal .time-group .time-slots .time-slot .remaining {
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-top: 3px;
}
.datetimeModal .time-group .time-slots .time-slot:hover:not(.disabled) {
  border-color: #f8aaaa;
  background: rgba(248, 170, 170, 0.05);
}
.datetimeModal .time-group .time-slots .time-slot.selected {
  border-color: #f8aaaa;
  background: rgba(248, 170, 170, 0.1);
}
.datetimeModal .time-group .time-slots .time-slot.selected .time {
  color: #f8aaaa;
  font-weight: 500;
}
.datetimeModal .time-group .time-slots .time-slot.disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}
.datetimeModal .time-group .time-slots .time-slot.disabled .time, .datetimeModal .time-group .time-slots .time-slot.disabled .remaining {
  color: #ccc;
}
.datetimeModal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.datetimeModal .modal-footer .datetime-summary .selected-info {
  font-size: 0.9rem;
  color: #444444;
}
.datetimeModal .modal-footer .datetime-summary .selected-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f8aaaa;
  margin-top: 3px;
}
.datetimeModal .modal-footer .btn-confirm {
  background: #f8aaaa;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.datetimeModal .modal-footer .btn-confirm:hover:not(:disabled) {
  background: rgb(244.1195652174, 122.8804347826, 122.8804347826);
}
.datetimeModal .modal-footer .btn-confirm:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.cart-items h4, .cart-form h4 {
  background-color: #eaeaea;
  color: #444444;
  font-size: 1.25rem;
  font-weight: 400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 20px;
}

.confirm-btn, .send-btn {
  background-color: #FF6C6C;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.6rem;
}

.form-box {
  padding: 1rem;
}

.confirmModal .modal-header {
  border-bottom: none;
  padding: 0;
}
.confirmModal .modal-title {
  font-size: 1.4rem;
  text-align: center;
}
.confirmModal .all-box h3 {
  font-size: 1.125rem;
}
.confirmModal .all-box .detail {
  font-size: 85%;
}
.confirmModal .all-box .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.confirmModal .all-box .cart-list {
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.confirmModal .all-box .cart-list .img {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.activityLabel a {
  background-color: #FF6C6C;
  color: #ffffff !important;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-top: 0.5rem;
}
.activityLabel a:hover {
  color: #ffffff !important;
  background-color: #f8aaaa;
}

.table-ans {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.table-ans thead {
  background-color: #f8aaaa;
}
.table-ans thead th {
  padding: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #f8aaaa;
  border: 1px solid #dee2e6;
  text-align: left;
}
.table-ans tbody tr {
  border-bottom: 1px solid #dee2e6;
}
.table-ans tbody tr th {
  background-color: #f8f9fa;
  padding: 0.75rem;
  font-weight: 500;
  color: #5A5A5A;
  border: 1px solid #dee2e6;
  vertical-align: top;
}
.table-ans tbody tr td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  vertical-align: top;
  color: #444444;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .table-ans {
    display: block;
    border: none;
  }
  .table-ans thead {
    display: none;
  }
  .table-ans tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .table-ans tbody > template, .table-ans tbody > tr:first-of-type {
    display: block;
  }
  .table-ans tbody tr {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .table-ans tbody tr:nth-child(odd) {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
  }
  .table-ans tbody tr:nth-child(odd) th {
    background-color: #f8aaaa;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    width: auto;
  }
  .table-ans tbody tr:nth-child(odd) td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .table-ans tbody tr:nth-child(odd) td:last-child {
    font-size: 0.8rem;
    color: #5A5A5A;
    padding: 0.5rem 1rem;
    background-color: #fafafa;
    text-align: right;
  }
  .table-ans tbody tr:nth-child(even) {
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 1rem;
  }
  .table-ans tbody tr:nth-child(even) th {
    background-color: #f0f0f0;
    color: #5A5A5A;
    border: none;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    width: auto;
  }
  .table-ans tbody tr:nth-child(even) td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .table-ans tbody tr:nth-child(even) td:last-child {
    font-size: 0.8rem;
    color: #5A5A5A;
    padding: 0.5rem 1rem;
    background-color: #fafafa;
    text-align: right;
  }
  .table-ans tbody tr th, .table-ans tbody tr td {
    display: block;
    width: 100%;
    border: none;
  }
}

.qa-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qa-card-list .qa-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.qa-card-list .qa-card .qa-question .qa-label {
  background-color: #f8aaaa;
  color: #ffffff;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-card-list .qa-card .qa-question .qa-label .qa-date {
  font-size: 0.75rem;
  opacity: 0.8;
}
.qa-card-list .qa-card .qa-question .qa-content {
  padding: 1rem;
  color: #444444;
  line-height: 1.6;
}
.qa-card-list .qa-card .qa-answer {
  border-top: 1px solid #eee;
}
.qa-card-list .qa-card .qa-answer .qa-label {
  background-color: #f5f5f5;
  color: #5A5A5A;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-card-list .qa-card .qa-answer .qa-label .qa-date {
  font-size: 0.75rem;
}
.qa-card-list .qa-card .qa-answer .qa-content {
  padding: 1rem;
  color: #444444;
  line-height: 1.6;
  background-color: #fafafa;
}

#tab_qa .text-muted {
  color: #5A5A5A;
  font-size: 1rem;
}

.recommendBox a {
  width: 100%;
  background-color: #FF6C6C;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
}

.couponBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.couponBox .item {
  flex: 0 0 31%;
}

.activity_text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
}
.activity_text .subtitle {
  margin-right: 1rem;
}

#selectType .format-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#selectType .format-items span label {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
  color: #444444;
  margin-bottom: 3px;
}
#selectType .format-items span label:hover {
  border-color: #FF6C6C;
  color: #FF6C6C;
}
#selectType .format-items span input[type=radio]:checked + label {
  border-color: #FF6C6C;
  color: #FF6C6C;
  background-color: rgba(255, 108, 108, 0.05);
}
#selectType .format-items span input[type=radio] {
  display: none;
}

/* 左側會員選單 - 與 productMenu 風格一致 */
.memberInforBox .goCartBox {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}
.memberInforBox .goCartBox .cartBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #444444;
  color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.memberInforBox .goCartBox .cartBox i {
  font-size: 1.5rem;
}
.memberInforBox .goCartBox .cartBox .counter {
  background: #ffffff;
  color: #FF6C6C;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0.1rem 0.5rem;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 600;
}
.memberInforBox .goCartBox .cartBox .title {
  font-weight: 500;
  color: #ffffff;
  font-size: 1.25rem;
}
.memberInforBox .goCartBox .cartBox:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 108, 108, 0.3);
}
.memberInforBox .memberToggle.memberNumberBox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #f8aaaa;
  padding: 0.6rem 1rem;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
}
.memberInforBox .memberToggle.memberNumberBox .photo {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberInforBox .memberToggle.memberNumberBox .photo i {
  font-size: 1.2rem;
  color: #f8aaaa;
}
.memberInforBox .memberToggle.memberNumberBox .title.memberName {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
.memberInforBox .memberToggle.memberNumberBox::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}
.memberInforBox .memberToggle.memberNumberBox.active::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .memberInforBox .memberToggle.memberNumberBox {
    border-radius: 10px 10px 0 0;
    cursor: default;
  }
  .memberInforBox .memberToggle.memberNumberBox::after {
    display: none;
  }
}
.memberInforBox .memberMwnu {
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.memberInforBox .memberMwnu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.memberInforBox .memberMwnu ul li.item {
  border-bottom: 1px solid #f0f0f0;
}
.memberInforBox .memberMwnu ul li.item:last-child {
  border-bottom: none;
}
.memberInforBox .memberMwnu ul li.item:last-child a {
  color: #999;
}
.memberInforBox .memberMwnu ul li.item:last-child a:hover {
  color: #d9534f;
  background-color: rgba(217, 83, 79, 0.05);
}
.memberInforBox .memberMwnu ul li.item:last-child a::before {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
  font-size: 1rem;
}
.memberInforBox .memberMwnu ul li.item a {
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  color: #5A5A5A;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.memberInforBox .memberMwnu ul li.item a.member::before {
  content: "\f4da";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.product_store::before {
  content: "\f417";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.orderform::before {
  content: "\f290";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.examination::before {
  content: "\f224";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.scratch_history::before {
  content: "\f3e5";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.consumption_exchange::before {
  content: "\f3ff";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.coupon::before {
  content: "\f49f";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.points::before {
  content: "\f520";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.reg_product::before {
  content: "\f588";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.buyform::before {
  content: "\f52a";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.askprice::before {
  content: "\f4a3";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a.share_content::before, .memberInforBox .memberMwnu ul li.item a.down_line::before {
  content: "\f4c3";
  font-family: "bootstrap-icons";
  margin-right: 0.6rem;
}
.memberInforBox .memberMwnu ul li.item a:hover {
  background-color: rgba(255, 108, 108, 0.05);
  color: #FF6C6C;
  padding-left: 1.2rem;
}
.memberInforBox .memberMwnu ul li.item a.active {
  color: #FF6C6C;
  font-weight: 600;
  background-color: rgba(255, 108, 108, 0.08);
  border-left: 3px solid #FF6C6C;
}

.memberInforBox {
  display: flex;
  flex-wrap: wrap;
}
.memberInforBox #leftBox {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .memberInforBox #leftBox {
    flex: 0 0 280px;
    width: 280px;
    margin-bottom: 0;
  }
}

.memberContentBox {
  padding: 1rem;
  flex: 1;
  margin-bottom: 3rem;
  border-radius: 10px;
}

.memberContentBox {
  overflow: hidden;
}
.memberContentBox > div.paddingSpacing {
  padding: 1.5rem 15px;
}

.product-store-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 576px) {
  .product-store-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-store-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-store-grid .product-store-item {
  position: relative;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-store-grid .product-store-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.product-store-grid .product-store-item:hover .remove-btn {
  opacity: 1;
}
.product-store-grid .product-store-item .product-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-store-grid .product-store-item .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product-store-grid .product-store-item .product-img:hover img {
  transform: scale(1.05);
}
.product-store-grid .product-store-item .product-info {
  padding: 0.8rem;
}
.product-store-grid .product-store-item .product-info .product-title {
  display: block;
  font-size: 1.125rem;
  color: #444444;
  text-decoration: none;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-store-grid .product-store-item .product-info .product-title:hover {
  color: #FF6C6C;
}
.product-store-grid .product-store-item .product-info .product-code {
  font-size: 0.8rem;
  color: #5A5A5A;
  margin: 0;
}
.product-store-grid .product-store-item .remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
}
.product-store-grid .product-store-item .remove-btn:hover {
  background: #d9534f;
}
.product-store-grid .product-store-item .remove-btn i {
  font-size: 0.8rem;
}
.product-store-grid .empty-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem;
  color: #5A5A5A;
  font-size: 1rem;
}

.memberTop {
  margin-bottom: 1.5rem;
}
.memberTop .titleBox {
  margin-bottom: 1rem;
}
.memberTop .tabNavBox {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #f0f0f0;
}
.memberTop .tabNavBox .nav-item a {
  display: block;
  padding: 0.8rem 1.5rem;
  color: #5A5A5A;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
}
.memberTop .tabNavBox .nav-item a:hover {
  color: #FF6C6C;
}
.memberTop .tabNavBox .nav-item.active a {
  color: #FF6C6C;
  border-bottom-color: #FF6C6C;
  font-weight: 600;
}

.memberMiddle .couponBox .orderTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  font-size: 0.95rem;
}
.memberMiddle .couponBox .orderTable thead tr.tr-only-hide {
  background: #444444;
}
.memberMiddle .couponBox .orderTable thead tr.tr-only-hide th {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border: none;
}
.memberMiddle .couponBox .orderTable thead tr.tr-only-hide th:first-child {
  border-radius: 8px 0 0 0;
}
.memberMiddle .couponBox .orderTable thead tr.tr-only-hide th:last-child {
  border-radius: 0 8px 0 0;
}
.memberMiddle .couponBox .orderTable tbody tr {
  transition: background-color 0.2s ease;
}
.memberMiddle .couponBox .orderTable tbody tr:hover {
  background-color: rgba(255, 108, 108, 0.03);
}
.memberMiddle .couponBox .orderTable tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.memberMiddle .couponBox .orderTable tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.memberMiddle .couponBox .orderTable tbody tr td {
  padding: 1rem 0.8rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  border-top: none;
  color: #444444;
}
.memberMiddle .couponBox .orderTable tbody tr td a {
  color: #FF6C6C;
  text-decoration: none;
}
.memberMiddle .couponBox .orderTable tbody tr td a:hover {
  text-decoration: underline;
}
.memberMiddle .couponBox .orderTable tbody tr td .transferBox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.memberMiddle .couponBox .orderTable tbody tr td .transferBox .custom-file {
  flex: 1;
}
.memberMiddle .couponBox .orderTable tbody tr td .transferBox .custom-file input.form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 0.85rem;
}
.memberMiddle .couponBox .orderTable tbody tr td .transferBox .custom-file input.form-control:focus {
  border-color: #FF6C6C;
  box-shadow: 0 0 0 2px rgba(255, 108, 108, 0.1);
  outline: none;
}
.memberMiddle .couponBox .orderTable tbody tr td .use-btn,
.memberMiddle .couponBox .orderTable tbody tr td .btn.more {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.memberMiddle .couponBox .orderTable tbody tr td .btn.more {
  background: #FF6C6C;
  color: #ffffff;
}
.memberMiddle .couponBox .orderTable tbody tr td .btn.more:hover {
  background: rgb(255, 67.2, 67.2);
}
.memberMiddle .couponBox .orderTable tbody tr td .use-btn.cancel {
  background: #f8d7da;
  color: #721c24;
}
.memberMiddle .couponBox .orderTable tbody tr td .use-btn.cancel:hover {
  background: #f5c6cb;
}
@media (max-width: 767px) {
  .memberMiddle .couponBox .orderTable thead {
    display: none;
  }
  .memberMiddle .couponBox .orderTable tbody tr {
    display: block;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .memberMiddle .couponBox .orderTable tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    text-align: right;
    border-bottom: 1px solid #eee;
  }
  .memberMiddle .couponBox .orderTable tbody tr td:last-child {
    border-bottom: none;
  }
  .memberMiddle .couponBox .orderTable tbody tr td::before {
    content: attr(data-th);
    font-weight: 600;
    color: #444444;
    text-align: left;
  }
  .memberMiddle .couponBox .orderTable tbody tr td .transferBox {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }
  .memberMiddle .couponBox .orderTable tbody tr td .transferBox .custom-file {
    width: 100%;
  }
}

.memberBottom {
  padding: 1.5rem;
  border-top: 1px solid #f0f0f0;
  margin-top: 1.5rem;
  color: #5A5A5A;
  font-size: 0.9rem;
  line-height: 1.6;
}

.smallMOdel .close {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  font-size: 1.8rem;
}
.smallMOdel .close:focus {
  outline: 0;
}
.smallMOdel .modal-header {
  padding: 8px;
  justify-content: center;
}
.smallMOdel .modal-header .modal-title {
  font-size: 1.4rem;
}
.smallMOdel .modal-body {
  padding: 1rem 1rem 2rem;
}
.smallMOdel .modal-body .form-control {
  padding: 0.6rem;
}
.smallMOdel .modal-body .verifyCode {
  margin-bottom: 1rem;
}
.smallMOdel .modal-body .verify-input-area {
  width: 75%;
  padding-right: 0;
}
.smallMOdel .modal-body .verify-input-area input {
  width: 100%;
  padding: 1rem 0.5rem;
  border: 1px solid #ccc;
}
.smallMOdel .modal-body .submitBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.smallMOdel .modal-body .submitBox .submitBtn {
  flex: 0 0 100%;
  border-radius: 5px;
  cursor: pointer;
}
.smallMOdel .modal-body .registeredBox {
  display: flex;
  gap: 5px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.smallMOdel .modal-body .registeredBox a {
  color: #FF6C6C;
}
.smallMOdel .modal-body .spinnerBox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.smallMOdel .modal-body .spinnerBox p {
  flex: 0 0 60px;
  margin-bottom: 0;
}
.smallMOdel .modal-body .spinnerBox .spinner {
  flex: 0 0 calc(100% - 60px);
}
.smallMOdel .modal-body .format-items {
  max-height: 25vh;
  overflow-y: auto;
}
.smallMOdel .modal-body .tourist {
  width: 100%;
}
.smallMOdel .modal-body .tourist a {
  background-color: #ffffff;
  color: #FF6C6C;
  display: block;
  border-radius: 5px;
  padding: 0.6rem 1.5rem;
  text-align: center;
  border: 1px solid #FF6C6C;
}
.smallMOdel .modal-body .tourist a:hover {
  background-color: #FF6C6C;
  color: #ffffff;
}

.cart-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: box-shadow 0.2s ease;
}
.cart-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cart-card .cart-card-img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.cart-card .cart-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-card .cart-card-img .prod_tag {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: #ffffff;
}
.cart-card .cart-card-img .prod_tag.kol_tag {
  background: #F83D02;
}
.cart-card .cart-card-img .prod_tag.add_tag {
  background: #72B24E;
}
.cart-card .cart-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cart-card .cart-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.cart-card .cart-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #444444;
  margin: 0;
  line-height: 1.4;
}
.cart-card .cart-card-delete {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #eaeaea;
  color: #f8aaaa;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.cart-card .cart-card-delete:hover {
  background: #f5c6cb;
  transform: scale(1.1);
}
.cart-card .cart-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: auto;
}
.cart-card .cart-card-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cart-card .cart-card-label {
  font-size: 0.9rem;
  color: #5A5A5A;
  min-width: 50px;
}
.cart-card .cart-card-value {
  font-size: 0.95rem;
  color: #444444;
}
.cart-card .cart-card-value.price {
  font-weight: 600;
  color: #FF6C6C;
  font-size: 1.1rem;
}
.cart-card .cart-card-quantity .input-group.spinner {
  width: auto;
}
.cart-card .cart-card-quantity .input-group.spinner .btn {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  background: #ffffff;
}
.cart-card .cart-card-quantity .input-group.spinner .btn:hover {
  background: #f5f5f5;
}
.cart-card .cart-card-quantity .input-group.spinner .form-control.cart-count {
  width: 50px;
  padding: 0.25rem;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}
.cart-card-total {
  padding-top: 0.5rem;
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.3rem;
}

.cart-examinee-section {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.cart-card.cart-card-new {
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.cart-card.cart-card-new .cart-card-top {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  position: relative;
}
.cart-card.cart-card-new .cart-card-img {
  width: 100px;
  height: 100px;
}
.cart-card.cart-card-new .cart-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart-card.cart-card-new .cart-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 36px;
  line-height: 1.4;
  margin: 0;
}
.cart-card.cart-card-new .cart-register-btn {
  align-self: flex-start;
  background: green;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
}
.cart-card.cart-card-new .cart-register-btn:hover {
  background: #ff3939;
  color: #ffffff;
}
.cart-card.cart-card-new .cart-card-delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.cart-card.cart-card-new .cart-card-datetime {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e9ecef;
}
.cart-card.cart-card-new .cart-card-datetime .datetime-label {
  color: #5A5A5A;
  font-size: 1rem;
}
.cart-card.cart-card-new .cart-card-datetime .datetime-value {
  color: #444444;
  font-size: 1.25rem;
}
.cart-card.cart-card-new .cart-card-amount .amount-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.cart-card.cart-card-new .cart-card-amount .amount-header:hover {
  background: #f8f9fa;
}
.cart-card.cart-card-new .cart-card-amount .amount-label {
  color: #5A5A5A;
  font-size: 1rem;
}
.cart-card.cart-card-new .cart-card-amount .amount-value {
  color: #F68C69;
  font-size: 1.25rem;
  font-weight: 600;
}
.cart-card.cart-card-new .cart-card-amount .amount-toggle {
  margin-left: auto;
  color: #FF6C6C;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.cart-card.cart-card-new .cart-card-amount .amount-toggle i {
  font-size: 0.75rem;
}
.cart-card.cart-card-new .cart-card-amount .amount-detail {
  padding: 0.5rem 1rem 1rem;
  background: #fafafa;
  border-top: 1px dashed #e9ecef;
}
.cart-card.cart-card-new .cart-card-amount .amount-detail .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0;
}
.cart-card.cart-card-new .cart-card-amount .amount-detail .detail-item .detail-name {
  flex: 1;
  color: #444444;
  font-size: 1rem;
  line-height: 1.4;
}
.cart-card.cart-card-new .cart-card-amount .amount-detail .detail-item .detail-price {
  color: #5A5A5A;
  font-size: 1.125rem;
  white-space: nowrap;
  margin-left: 1rem;
}

.cart-examinee-section.cart-examinee-new {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  background: #4a4a4a;
  border-radius: 10px;
  overflow: hidden;
}
.cart-examinee-section.cart-examinee-new .examinee-header {
  padding: 0.75rem 1rem;
  background: #4a4a4a;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
.cart-examinee-section.cart-examinee-new .examinee-list {
  background: #ffffff;
}
.cart-examinee-section.cart-examinee-new .examinee-item {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  position: relative;
}
.cart-examinee-section.cart-examinee-new .examinee-item:last-child {
  border-bottom: none;
}
.cart-examinee-section.cart-examinee-new .examinee-item:hover {
  background: #f8f9fa;
}
.cart-examinee-section.cart-examinee-new .examinee-field {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.cart-examinee-section.cart-examinee-new .examinee-field .field-label {
  color: #5A5A5A;
}
.cart-examinee-section.cart-examinee-new .examinee-field .field-value {
  color: #444444;
}
.cart-examinee-section.cart-examinee-new .examinee-delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #eaeaea;
  color: #f8aaaa;
  border-radius: 50%;
}
.cart-examinee-section.cart-examinee-new .examinee-delete:hover {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

@media (max-width: 576px) {
  .cart-card {
    flex-direction: column;
  }
  .cart-card .cart-card-img {
    width: 100%;
    height: 180px;
  }
  .cart-card.cart-card-new .cart-card-top .cart-card-img {
    width: 80px;
    height: 80px;
  }
}
.shopcarInforBox {
  margin: 0 auto;
}
.shopcarInforBox.cart-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .shopcarInforBox.cart-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.shopcarInforBox .cart-left {
  min-width: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .shopcarInforBox .cart-left {
    flex: 0 0 50%;
    width: 50%;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
  .shopcarInforBox .cart-left.is-fixed {
    position: fixed;
    top: 1rem;
  }
}
.shopcarInforBox .cart-right {
  width: 100%;
}
@media (min-width: 992px) {
  .shopcarInforBox .cart-right {
    flex: 0 0 50%;
    width: 50%;
  }
}
.shopcarInforBox .cart-right .memberTop {
  border-radius: 1rem 1rem 0 0;
}
.shopcarInforBox .cart-right .form-box {
  margin-bottom: 1rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}
.shopcarInforBox .cart-right .btn-coupon {
  display: inline-block;
  background: #FF6C6C;
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  text-decoration: none;
}
.shopcarInforBox .cart-right .btn-coupon:hover {
  background: #ff3939;
  color: #ffffff;
}
@media (min-width: 992px) {
  .shopcarInforBox.cart-layout.left-fixed .cart-right {
    margin-left: calc(50% + 2rem);
  }
}
.shopcarInforBox .shopcarContentBox {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.shopcarInforBox .memberTop {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}
.shopcarInforBox .memberTop .titleBox {
  margin-bottom: 0;
}
.shopcarInforBox .memberTop .titleBox .title {
  margin-bottom: 0;
}
.shopcarInforBox .memberTop .titleBox .title h3 {
  color: #FF6C6C;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shopcarInforBox .memberTop .titleBox .title h3 i {
  font-size: 1.1rem;
}
.shopcarInforBox .memberMiddle {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .shopcarInforBox .memberMiddle {
    padding: 2rem;
  }
}
.shopcarInforBox .shoppingCartBox .name-head {
  background: rgba(248, 170, 170, 0.1);
  padding: 0.8rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #f8aaaa;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shopcarInforBox .shoppingCartBox .name-head:first-of-type {
  margin-top: 0;
}
.shopcarInforBox .shoppingCartBox .name-head svg {
  width: 20px;
  height: 20px;
}
.shopcarInforBox .shoppingCartBox .name-head a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f8aaaa;
  font-size: 1.1rem;
  text-decoration: none;
}
.shopcarInforBox .shoppingCartBox .name-head a:hover {
  color: #FF6C6C;
}
.shopcarInforBox .shoppingCartBox .orderTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.shopcarInforBox .shoppingCartBox .orderTable thead tr.tr-only-hide {
  background: #444444;
}
.shopcarInforBox .shoppingCartBox .orderTable thead tr.tr-only-hide th {
  color: #ffffff;
  font-weight: 500;
  padding: 1rem 0.8rem;
  text-align: left;
  border: none;
  font-size: 0.95rem;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr {
  transition: background-color 0.2s ease;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr:hover {
  background-color: rgba(255, 108, 108, 0.03);
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td {
  padding: 1rem 0.8rem;
  vertical-align: middle;
  color: #444444;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg {
  position: relative;
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg .prod_tag {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: #ffffff;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg .prod_tag.kol_tag {
  background: #F83D02;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg .prod_tag.add_tag {
  background: #72B24E;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .productNameBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .productNameBox .productName {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #444444;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td input[type=number].num {
  width: 70px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 0.95rem;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td input[type=number].num:focus {
  border-color: #FF6C6C;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 108, 108, 0.1);
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td input[type=checkbox].check_arrow {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #FF6C6C;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .deleteBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f8d7da;
  color: #721c24;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .deleteBtn:hover {
  background: #f5c6cb;
  transform: scale(1.1);
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td .deleteBtn i {
  font-size: 0.9rem;
}
.shopcarInforBox .shoppingCartBox .orderTable tbody tr td.price {
  font-weight: 600;
  color: #FF6C6C;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .shopcarInforBox .shoppingCartBox .orderTable {
    box-shadow: none;
    background: transparent;
  }
  .shopcarInforBox .shoppingCartBox .orderTable thead {
    display: none;
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr {
    display: block;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    text-align: right;
    border-bottom: 1px solid #eee !important;
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr td:last-child {
    border-bottom: none !important;
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr td::before {
    content: attr(data-th);
    font-weight: 600;
    margin-right: 8px;
    color: #444444;
    text-align: left;
    flex-shrink: 0;
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr td .smallProImg {
    width: 60px;
    height: 60px;
  }
  .shopcarInforBox .shoppingCartBox .orderTable tbody tr td .productNameBox {
    align-items: flex-start;
    flex: 0 0 calc(100% - 65px);
    text-align: left;
  }
}
.shopcarInforBox .shoppingCartBox .text-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 108, 108, 0.05) 0%, rgba(248, 170, 170, 0.08) 100%);
  border-radius: 10px;
  margin-top: 1rem;
}
.shopcarInforBox .shoppingCartBox .text-right > span {
  font-size: 1.1rem;
  color: #444444;
}
.shopcarInforBox .shoppingCartBox .text-right > span .selected_total {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FF6C6C;
}
.shopcarInforBox .shoppingCartBox .text-right .submitBtn {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.shopcarInforBox .shoppingCartBox .text-right .submitBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 108, 108, 0.3);
}
@media (max-width: 576px) {
  .shopcarInforBox .shoppingCartBox .text-right {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .shopcarInforBox .shoppingCartBox .text-right > span {
    margin-right: 0;
  }
  .shopcarInforBox .shoppingCartBox .text-right .submitBtn {
    width: 100%;
  }
}

.confirm-modal-new {
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
.confirm-modal-new .confirm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.confirm-modal-new .confirm-modal-header .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #444444;
  margin: 0;
}
.confirm-modal-new .confirm-modal-header .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.confirm-modal-new .confirm-modal-header .close-btn:hover {
  color: #444444;
}
.confirm-modal-new .confirm-modal-body {
  padding: 1.25rem;
}
.confirm-modal-new .confirm-modal-body .product-list {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.confirm-modal-new .confirm-modal-body .product-list .product-item {
  font-size: 1rem;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.confirm-modal-new .confirm-modal-body .product-list .product-item:last-child {
  margin-bottom: 0;
}
.confirm-modal-new .confirm-modal-body .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.confirm-modal-new .confirm-modal-body .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #444444;
}
.confirm-modal-new .confirm-modal-body .detail-item span:first-child {
  color: #5A5A5A;
}
.confirm-modal-new .confirm-modal-body .detail-item.total-item {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e9ecef;
  font-weight: 600;
  font-size: 1.1rem;
}
.confirm-modal-new .confirm-modal-body .detail-item.total-item span:last-child {
  color: #FF6C6C;
}
.confirm-modal-new .confirm-modal-footer {
  padding: 0 1.25rem 1.25rem;
}

.registeredBox {
  display: flex;
  gap: 5px;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.registeredBox a {
  color: #FF6C6C;
}

.aboutUsBox {
  position: relative;
  z-index: 5;
}
.aboutUsBox .tabNavBox {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.aboutUsBox .tabNavBox li a {
  padding: 0.5rem 1rem;
  display: block;
  background: #f8aaaa;
  color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.aboutUsBox .tabNavBox li.active a {
  background: #FF6C6C;
  color: #ffffff;
}
.aboutUsBox .tabContent {
  padding: 15px;
  margin-bottom: 3rem;
}

/* news start 最新消息 */
.newsList {
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.newsList .list {
  padding: 0 15px;
  margin-bottom: 1rem;
}
.newsList .list .img {
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.newsList .list .time {
  flex: 0 0 100px;
  color: #5A5A5A;
  text-align: right;
  margin-bottom: 1rem;
}
.newsList .list h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #444444;
}
.newsList .list p {
  color: #5A5A5A;
}

.newsIntroBox .title {
  color: #444444;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.newsIntroBox .time {
  color: #5A5A5A;
  margin-bottom: 1rem;
  text-align: right;
  display: block;
}
.newsIntroBox .content {
  color: #5A5A5A;
  min-height: 300px;
  margin-bottom: 2rem;
}

/* news end */
/* 常見問題 */
.QaForm {
  display: flex;
  width: 360px;
  margin-bottom: 1.5rem;
}
.QaForm input {
  border: 1px solid #ccc;
  padding: 0.6rem;
  width: 100%;
  border-radius: 5px 0 0 5px;
}
.QaForm button {
  background-color: #f8aaaa;
  color: #ffffff;
  border: none;
  width: 40px;
  border-radius: 0 5px 5px 0;
}

.question .item {
  display: flex;
  align-items: flex-start;
  color: #444444;
  font-size: 1.1rem;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0.8rem;
  margin-bottom: 0.5rem;
}
.question .text {
  margin-left: 1rem;
  width: calc(100% - 1rem);
  font-size: 1.25rem;
}

.qaIcon {
  display: block;
  width: 40px;
  color: #444444;
  margin-right: 1rem;
}

.ans {
  display: flex;
  padding-left: 2rem;
  background: #ffffff;
  color: #444444;
  border-radius: 1rem;
}
.ans .text {
  color: #444444;
  padding: 0.8rem;
}

.liveList {
  width: 100%;
}
.liveList .img {
  padding-bottom: 54%;
  background-size: cover;
  background-repeat: no-repeat;
}
.liveList .liveTitleEllipsis {
  color: #444444;
}
.liveList .liveTitleEllipsis::first-letter {
  color: #FF6C6C;
}
.liveList p {
  color: #5A5A5A;
}

.liveItemBox {
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.liveItemBox .imgbox {
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
.liveItemBox .imgbox .img {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .liveItemBox .imgbox {
    flex: 0 0 30%;
    order: 1;
  }
}
.liveItemBox .contentBetween {
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  .liveItemBox .contentBetween {
    flex: 0 0 65%;
  }
}
.liveItemBox .contentBetween .liveTitleEllipsis {
  font-size: 1.6rem;
  color: #444444;
}
.liveItemBox .contentBetween .btn {
  background-color: #f8aaaa;
  color: #ffffff;
}
.liveItemBox .contentBetween .time {
  margin-bottom: 1rem;
}
.liveItemBox .contentBetween .text {
  line-height: 1.5;
  margin-bottom: 2rem;
}/*# sourceMappingURL=all.css.map */