@charset "UTF-8";
.breadcrumb {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.9rem;
  }
  .breadcrumb .breadcrumb-item {
    padding-left: 0.3rem;
  }
  .breadcrumb .breadcrumb-item::before {
    padding-right: 0.3rem;
  }
}

.outer_frame {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  background-position: center;
  background-repeat: no-repeat;
}

.newprice {
  font-size: 1.25rem;
  font-weight: bold !important;
  color: #e5324f !important;
}
@media screen and (max-width: 768px) {
  .newprice {
    font-size: 1rem;
  }
}

.delLine {
  text-decoration: line-through !important;
  font-size: 14px;
  display: block;
  line-height: 1;
  text-align: end;
  font-weight: normal;
}

:focus {
  outline: none;
}

.form-control {
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.captcha .mainbtn2 {
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
}

.modal-body h3 {
  font-size: 1.3rem;
}

.modal-content {
  top: var(--flash_event_height, 0);
}

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  color: #373737;
  touch-action: manipulation;
}
@media (max-width: 578px) {
  body {
    font-size: 1em;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto !important;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.15rem;
  }
}

a {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 2px dotted #333;
}

ol,
ul {
  padding-inline-start: 1.5em;
}

.table > :not(:first-child) {
  border-top: none;
}

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

.container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
.container-kol {
  max-width: 1200px;
}
.container.layout-block {
  width: 100%;
}

.btn {
  border-radius: 15px;
  padding: 5px 15px;
  margin: 5px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
.btn.btn-xs {
  padding: 2px 15px;
  font-size: 1rem;
}

.mainbtn {
  display: inline-block;
  background: #fec526;
  color: #373737;
  font-size: 1.1rem;
  margin: 5px;
  padding: 0.2rem 1rem;
  text-wrap: nowrap;
  border: 1px solid #fec526;
  border-radius: 24px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .mainbtn {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
}
.mainbtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #906e50;
  transform: translateX(-100%);
  transition: all 0.5s;
  border-radius: 24px !important;
}
.mainbtn.large_btn {
  padding: 8px 2.5em;
}
.mainbtn.s_btn {
  padding: 0 0.5rem;
  font-size: 0.95rem;
}
.mainbtn.gray {
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
}
.mainbtn:hover {
  background: transparent;
  color: #fff;
  border-color: #906e50;
  box-shadow: none;
  transform: translateY(3px);
  transition: all 0.5s;
}
.mainbtn:hover:before {
  transform: translateX(0);
  transition: all 0.5s;
}
.mainbtn:disabled {
  background: #cecece !important;
  border: none;
}
.mainbtn:disabled:hover {
  transform: translateY(0px);
  color: #373737;
}
.mainbtn:disabled:hover:before {
  content: none;
}

.mainbtn2 {
  display: inline-block;
  border: 1px solid #373737;
  color: #373737;
  font-size: 1.1rem;
  margin: 5px;
  padding: 0.2rem 1rem;
  text-wrap: nowrap;
  border-radius: 24px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .mainbtn2 {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
}
.mainbtn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #906e50;
  transform: translateX(-100%);
  transition: all 0.5s;
  border-radius: 24px !important;
}
.mainbtn2:hover {
  background: transparent;
  color: #fff;
  border-color: #906e50;
  transition: all 0.5s;
  transform: translateY(3px);
}
.mainbtn2:hover:before {
  transform: translateX(0);
  transition: all 0.5s;
}
.mainbtn2.close_btn {
  min-width: 120px;
}
.mainbtn2.item_heart_btn {
  border-radius: 24px !important;
  padding: 0.5rem 1rem !important;
}

.modal-content .mainbtn {
  min-width: 120px;
}

.minusBtn,
.plusBtn {
  padding: 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  background: #c1c1c1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 4px;
}
.minusBtn:hover,
.plusBtn:hover {
  background: #906e50;
  color: #fff;
  transition: all 0.5s;
}
.minusBtn:active,
.plusBtn:active {
  transition: all 0.5s;
  transform: scale(0.8);
}

.count input {
  max-width: 5em;
  text-align: center;
  height: 40px;
}

.mes_box {
  width: 100%;
  top: 0;
  transition: all 0.5s;
  left: 0;
  background: #906e50;
  font-size: 16px;
  display: none;
  z-index: 1200;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  min-height: 50px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  align-items: center;
  justify-content: center;
  max-width: 500px;
  border-radius: 5px;
}
.mes_box a {
  font-weight: bold;
  margin-left: 20px;
  text-decoration: underline;
}
.mes_box > div {
  padding: 0.5rem;
}

#header {
  background: url("../images/yellow_topbg.png") repeat-x;
  background-position: bottom center;
  position: sticky;
  top: calc(var(--flash_event_height, 0));
  z-index: 10;
  padding: 0.2rem;
}
@media screen and (max-width: 1200px) {
  #header {
    position: sticky;
    top: calc(var(--flash_event_height, 0));
    width: 100%;
  }
}

.head_in {
  padding: 15px 15px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_in a {
  color: #fff;
}
.head_in .slogan_txt {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.8rem;
}
@media screen and (max-width: 991px) {
  .head_in .slogan_txt {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .head_in {
    max-width: 100%;
    padding: 5px 0;
    margin: 0;
  }
}
.cart_count {
  position: absolute;
  background: #e5324f;
  color: #fff;
  border-radius: 15px;
  right: -12px;
  top: -12px;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #373737;
}

.topcenter {
  font-size: 0.9em;
  align-items: center;
}
.topcenter ul {
  margin: 0;
}
.topcenter li a {
  font-weight: bold;
  display: inline-block;
  color: #717171;
  margin: 10px;
  position: relative;
}
.topcenter li a img {
  width: 30px;
  height: 30px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.topcenter li a:hover::after, .topcenter li a:hover::before {
  display: block;
}
.topcenter li a::after {
  content: attr(title);
  background: rgba(37, 37, 37, 0.85);
  padding: 0.2rem 0.5rem;
  color: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: -43px;
  left: -10px;
  border-radius: 10px;
  display: none;
  z-index: 5;
}
.topcenter li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(37, 37, 37, 0.85) transparent;
  bottom: -13px;
  left: 7px;
  right: 0;
  margin: auto;
  display: none;
}

#nav-icon3 {
  width: 38px;
  height: 45px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #906e50;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 8px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

.head_in .search_top {
  position: absolute;
  bottom: 30%;
  display: none;
  z-index: 10;
}

@media (max-width: 767px) {
  .search_top {
    position: relative;
    bottom: 0;
  }
}
.search_top form {
  display: flex;
  align-items: center;
}
.search_top input {
  padding: 3px 20px;
  color: #906e50;
  border: 2px solid #906e50;
  border-radius: 15px;
  font-size: 1em;
  min-width: 300px;
}
@media (max-width: 767px) {
  .search_top input {
    width: 85%;
    min-width: 0;
  }
}
.search_top form button {
  background: transparent;
  color: #906e50;
  border: none;
  font-size: 1.3rem;
  margin-left: 5px;
  background: #080404;
  color: #fff;
  border-radius: 50%;
  padding: 5px 7px;
}

.search_btn {
  border: 0;
  font-size: 3em;
  padding: 15px;
  background: transparent;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
  padding: 5px;
  max-width: 8%;
}
@media (max-width: 767px) {
  .logo {
    max-width: 15%;
    min-width: 70px;
  }
}

.aside {
  position: relative;
  z-index: 2;
  padding: 0 0px;
}
.aside .btn-close {
  font-size: 1.6rem;
  margin-right: 10px;
}

.navbar {
  justify-content: space-between;
  width: 100%;
}

.navbar-light .navbar-nav {
  flex-direction: row;
}
.navbar-light .navbar-nav .dropdown {
  padding: 0px 7px 0px;
  position: relative;
}
.navbar-light .navbar-nav .dropdown a {
  color: #373737;
}
.navbar-light .navbar-nav .dropdown a img {
  width: 15px;
}
.navbar-light .navbar-nav .dropdown:hover > a {
  color: #7d3b00;
}
@media screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .dropdown > a {
    position: relative;
  }
  .navbar-light .navbar-nav .dropdown > a i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.navbar-light .navbar-nav .dropdown .nav-link {
  width: 100%;
  padding: 5px 3px 15px;
  margin-right: 10px;
  color: #323234;
  line-height: 1.1em;
}
.navbar-light .navbar-nav .dropdown .nav-link h1 {
  font-size: 1.18rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .dropdown .nav-link {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .dropdown .nav-link {
    padding: 5px 0;
  }
  .navbar-light .navbar-nav .dropdown .nav-link h1 {
    font-size: 1.2rem;
  }
}
.navbar-light .navbar-nav .dropdown-menu {
  position: absolute;
  margin-top: 0;
  padding: 0;
  top: 100%;
  left: 0;
  border: none;
  box-shadow: 0 0 5px rgba(144, 110, 80, 0.5411764706);
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  border: none !important;
  color: #000;
  padding: 10px 15px;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #906e50;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 15px 5px;
  }
  .navbar-light .navbar-nav .dropdown-menu .dropdown-item h2 {
    font-size: 1rem;
  }
}

header .offcanvas-start {
  width: 400px;
}
header .offcanvas .offcanvas-header {
  padding-bottom: 4px;
  padding-top: 4px;
  background: url(../images/yellow_topbg.png) repeat-x;
  background-position: bottom center;
}
header .offcanvas .offcanvas-header .logo {
  max-width: 17%;
  min-width: 60px;
  padding: 0;
}
header .offcanvas .offcanvas-body {
  padding-top: 0.2rem;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-footer {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
header .offcanvas-footer a {
  display: inline-block;
  margin: 2%;
  position: relative;
}
header .offcanvas-footer a img {
  width: 32px;
  height: 33px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
header .offcanvas-footer a:hover::after, header .offcanvas-footer a:hover::before {
  display: block;
}
header .offcanvas-footer a::after {
  content: attr(title);
  background: rgba(37, 37, 37, 0.85);
  padding: 0.2rem 0.5rem;
  color: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: -43px;
  left: -10px;
  border-radius: 10px;
  display: none;
}
header .offcanvas-footer a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(37, 37, 37, 0.85) transparent;
  bottom: -13px;
  left: 7px;
  right: 0;
  margin: auto;
  display: none;
}

@media screen and (max-width: 1199px) {
  .head_in {
    position: relative;
    padding: 10px;
  }
  .navbar .dropdown {
    flex-direction: column;
  }
  .navbar .dropdown .nav-link {
    display: block;
    width: 100%;
    min-height: 0;
    text-align: left;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.05);
  }
  .navbar-light .navbar-collapse {
    width: 100%;
    background: rgb(255, 255, 255);
  }
  .dropdown-item {
    padding-left: 2em;
  }
  .navbar-light .navbar-nav {
    flex-direction: column;
  }
  .navbar-light .navbar-nav .dropdown {
    width: auto;
    padding: 5px 0;
  }
  .serach_link {
    font-size: 1.6em;
    padding: 6px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .navbar-light .navbar-nav .dropdown-menu {
    position: relative;
  }
  .aside {
    box-shadow: none;
    position: initial;
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .slogan {
    max-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .logo img {
    max-height: 60px;
    padding: 5px;
  }
  .slogan {
    max-width: 50%;
  }
  .head_in {
    padding: 0px 5px;
  }
}
.swiper-container {
  position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  bottom: 10px;
}

.swiper-pagination {
  position: relative;
  margin-top: 2em;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 10px 5px;
  opacity: 1;
  background-color: #906d4f;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fdc626;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  color: #fec526;
  margin: 0;
  background-image: none;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 20;
  transition: all 0.5s;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 2.5em;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: scale(0.7);
  transition: all 0.5s;
}

.swiper-button-prev {
  left: 5%;
  top: 45%;
}

.swiper-button-next {
  right: 5%;
  top: 45%;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
  }
}
footer {
  margin-top: 3em;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 1em;
  }
}
footer h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
footer .yellow_block {
  background: url("../images/yellow_bg.png") repeat-x;
  background-position: bottom center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 97px 15px 27px;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  footer .yellow_block {
    padding: 45px 0px 10px;
  }
}
@media screen and (max-width: 576px) {
  footer .yellow_block {
    padding: 56px 0px 3px;
    margin-top: -30px;
  }
}
footer .flogo {
  width: auto;
}
@media screen and (max-width: 767px) {
  footer .flogo {
    width: 100%;
    text-align: center;
  }
  footer .flogo a {
    width: 80px;
    margin: auto;
  }
}
footer .official_comm img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 3px 5px #ddd);
  transition: all 0.5s;
}
footer .official_comm a {
  transition: all 0.5s;
}
footer .official_comm a:hover {
  transform: translateY(2px);
  transition: all 0.5s;
}
footer .official_comm a:hover img {
  filter: none;
  transition: all 0.5s;
}

.footer_link {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: auto;
}
.footer_link p {
  margin-bottom: 0;
}
.footer_link a {
  width: auto;
  white-space: nowrap;
  display: block;
  color: #000;
  text-decoration: none;
}

.flash_event {
  width: 100%;
  z-index: 9999;
  background: #e5324f;
  color: #fff;
  padding: 0.2rem;
  position: sticky !important;
  top: 0 !important;
}
.flash_event .d-flex {
  margin-right: 20px;
}
.flash_event .more_link {
  color: #fff;
  text-decoration: underline;
  text-align: end;
}
.flash_event .clock {
  width: auto !important;
  margin: 0 0.5rem;
}
.flash_event .clock .flip-clock-label {
  display: none;
}
.flash_event .clock .flip {
  font-size: 1rem;
}
.flash_event .clock ul li a div,
.flash_event .clock .inn {
  font-size: 1.3rem;
}
.flash_event .clock .inn {
  background: black;
}
.flash_event .clock ul {
  width: 25px;
  height: 30px;
  line-height: 2rem;
  margin: 5px 2px;
  padding: 0;
}
.flash_event .clock li {
  line-height: 2rem;
}
.flash_event .clock .flip-clock-divider {
  width: 10px;
  height: 30px;
}
.flash_event .clock .flip-clock-divider .top {
  top: 15px;
}
.flash_event .clock .flip-clock-divider .bottom {
  bottom: 2px;
}
.flash_event .clock .flip-clock-divider .top,
.flash_event .clock .flip-clock-divider .bottom {
  width: 5px;
  height: 5px;
  background: #fff;
  left: 2px;
}
.flash_event .fa-times {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .flash_event .clock ul {
    width: 15px;
    height: 20px;
    line-height: 1.3rem;
  }
  .flash_event .clock li {
    line-height: 1.3rem;
  }
  .flash_event .clock ul li a div,
  .flash_event .clock .inn {
    font-size: 1rem;
  }
  .flash_event .clock .flip-clock-divider {
    width: 5px;
    height: 25px;
  }
  .flash_event .clock .flip-clock-divider .top {
    top: 11px;
  }
  .flash_event .clock .flip-clock-divider .top,
  .flash_event .clock .flip-clock-divider .bottom {
    width: 3px;
    height: 3px;
    background: #fff;
    left: 1px;
  }
}

@media screen and (max-width: 767px) {
  #AD_Modal {
    padding-right: 0 !important;
    top: 40px;
  }
}
#AD_Modal .modal-content {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #AD_Modal .modal-content {
    max-width: 350px;
    max-height: 350px;
  }
}
#AD_Modal .ad_pic {
  width: 100%;
  height: 100%;
}
#AD_Modal .ad_pic img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#AD_Modal .fa-times {
  position: absolute;
  right: 0;
  top: -27px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
#AD_Modal .fa-times:hover {
  color: #e5324f;
}
#AD_Modal .ad_modal_clock {
  position: absolute;
  bottom: 0;
  transform: translate(0%, 100%);
  background: #F9F6A4;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}
#AD_Modal .ad_modal_clock .flip-clock-label {
  display: none;
}
#AD_Modal .ad_modal_clock .flip {
  font-size: 1rem;
}
#AD_Modal .ad_modal_clock ul li a div,
#AD_Modal .ad_modal_clock .inn {
  font-size: 1.3rem;
}
#AD_Modal .ad_modal_clock .inn {
  background: #dd0629;
  color: #fff;
  font-weight: bold;
}
#AD_Modal .ad_modal_clock ul {
  width: 25px;
  height: 30px;
  line-height: 2rem;
  margin: 5px 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#AD_Modal .ad_modal_clock li {
  line-height: 2rem;
}
#AD_Modal .ad_modal_clock .flip-clock-divider {
  width: 10px;
  height: 30px;
}
#AD_Modal .ad_modal_clock .flip-clock-divider .top {
  top: 15px;
}
#AD_Modal .ad_modal_clock .flip-clock-divider .bottom {
  bottom: 2px;
}
#AD_Modal .ad_modal_clock .flip-clock-divider .top,
#AD_Modal .ad_modal_clock .flip-clock-divider .bottom {
  width: 5px;
  background: #e5324f;
  height: 5px;
  left: 2px;
}

.login_from {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .login {
    margin-bottom: 1em;
  }
}

#other_address_area {
  height: 600px;
}
@media screen and (max-width: 767px) {
  #other_address_area {
    height: auto;
  }
}

#other_address_area:empty {
  height: 0 !important;
}

#other_address_area:not(:has(.other_address_item)) {
  height: 0 !important;
}

.other_address_item {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.my-handle {
  background: #ddd;
  display: flex;
  padding: 10px;
  align-items: center;
}

.tit_s {
  background: #f5e0cd;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.tit_s_color {
  background: #ffeebe;
}
@media screen and (max-width: 767px) {
  .tit_s {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

.fs-parent {
  font-size: 1em !important;
}

.circle_btn {
  border-radius: 50%;
  background: #aaa;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 1.2rem;
  margin: 5px;
}
.circle_btn:hover {
  background: #906e50;
  color: #fff;
}
.circle_btn:has(.fa-times):hover {
  background: #e5324f;
}

.editor_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 10px;
}

.count {
  gap: 5px;
  display: flex;
}

.video_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40.25%;
  border-radius: 15px;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .video_wrapper {
    padding-bottom: 56.25%;
  }
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

iframe {
  overflow: auto !important;
}

.tool_box {
  position: fixed;
  bottom: 130px;
  right: 15px;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  align-items: center;
  z-index: 999;
}

.to_top {
  border: 3px solid #fec526;
  background: #fff;
  width: 34px;
  height: 43px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  z-index: 9;
}
.to_top img {
  width: 22px;
}
.to_top:hover {
  border-color: #080404;
  background: #080404;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 32px;
    height: 41px;
    display: none !important;
  }
}

.to_cart_mb {
  background: #fec526;
  border-radius: 10px;
  border: 2px solid #373737;
  padding: 0.5rem 0.5rem;
}
.to_cart_mb img {
  width: 25px;
}

@media screen and (max-width: 768px) {
  #easychat-floating-button {
    width: 50px !important;
    height: 50px !important;
    bottom: 60px !important;
  }
}

@media (max-width: 575px) {
  #social-subscriber-position-right,
  #social-subscriber-position-left {
    top: 90px !important;
    bottom: auto !important;
    margin-left: 60px;
    margin-right: 0 !important;
  }
  .easychat-chat {
    bottom: 100px !important;
  }
}
.sold::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/sold.png");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.16);
}

.subscriber li {
  padding-left: 5px;
  font-size: 0.9rem;
}
.subscriber li::marker {
  content: "✱"; /* 可以使用符號替代預設的 marker */
}

.ship-date-search a {
  position: relative;
  text-decoration: none;
}
.ship-date-search a img {
  max-width: 280px;
}
.ship-date-search a input {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.ship-date-search a .main-serach {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e5324f;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  color: #fff;
}
.ship-date-search a .main-serach i {
  font-size: 1.2rem;
}
.ship-date-search a .main-serach span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.ship-date-search-mobile {
  text-align: center;
}
.ship-date-search-mobile a {
  width: 100%;
}
.ship-date-search-mobile a .main-serach {
  justify-content: center;
  padding: 1rem 1rem;
  border-radius: 0;
}
.ship-date-search-mobile input {
  padding: 0;
}
.ship-date-search-mobile img {
  max-width: 250px !important;
}

.light-box {
  position: fixed;
  width: 100%;
  height: calc(100% + var(--flash_event_height));
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.ship-date-search-box .flatpickr-day.nextMonthDay,
.ship-date-search-box .flatpickr-day.prevMonthDay {
  visibility: visible;
}
.ship-date-search-box .flatpickr-day.flatpickr-disabled {
  color: #666;
  text-decoration: line-through;
  background: #cbcbcb;
}
.ship-date-search-box .flatpickr-day.flatpickr-disabled:hover {
  color: #666;
  text-decoration: line-through;
  background: #cbcbcb;
}
.ship-date-search-box .flatpickr-day {
  background: #fdc626;
}
.ship-date-search-box .flatpickr-day:hover {
  background: #e5324f;
  color: #fff;
}

.moblie_addtocart_btn:disabled {
  background: #cecece !important;
}/*# sourceMappingURL=custom.css.map */