@charset "UTF-8";
.price-b2b {
  display: none !important;
}

.header-wrapper {
  overflow: hidden;
}

body.destination_SN div.header-main {
  position: static;
}

body.destination_SN.b2c .header-main-wrapper {
  padding: 18px 48px 0 48px;
}

.scrollbarWidth::-webkit-scrollbar-track {
  margin: 20px 130px;
}
.scrollbarWidth::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.301);
}
.scrollbarWidth:hover::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.301);
}

/* RWD */
.date_dialog,
.allProduct_dialog,
.allProduct_dialog button,
.productHistory_dialog,
select,
.cruises_dialog,
.filter_dialog,
.filter_dialog button,
.artical_wrap,
.sort_box-m button,
.sort_dialog,
.productState_dialog,
.sort_btn,
.favro,
.filterTag_block_list button,
.button_group button {
  font-family: "Noto Sans TC", serif;
}

.favro.compare_1 img {
  content: url("https://www.ibwt.com.tw/Content/Img/Shop/favro_icon-active.png");
}

.wrapper:has(.card_wrap.uni) .depart_title span,
.wrapper:has(.card_wrap.uni) .location_title p {
  display: none;
}

div.main_sidebar {
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  div.main_sidebar {
    background-color: #fff;
  }
}
@media (max-width: 576px) {
  div.main_sidebar .main_sidebar_ul {
    padding: 0 20px;
  }
}

div.main_sidebar:before {
  background: unset;
}

body.modal-open {
  overflow: hidden;
}

.b2c .price_2 {
  display: none;
}

.b2e .price {
  white-space: nowrap;
  color: #446a92;
}
.b2e .price:before {
  content: "特約 $ " !important;
  color: black;
  font-size: 0.8em;
}
.b2e .price:after {
  font-size: 0.8em;
  content: " 起" !important;
  color: black;
}

.b2b .price_2:before {
  font-size: 0.8em;
}
.b2b .price_2:after {
  font-size: 0.8em;
}

.b2b .price {
  color: #446a92;
  white-space: nowrap;
}
.b2b .price:before {
  color: black;
}
.b2b .price:after {
  color: black;
}

.b2b .card_wrap.vertical .G .card_date_wrap li:nth-child(n+3) {
  display: none;
}

.b2b .price:before {
  content: "同業 $ " !important;
  color: black;
}
.b2b .price:after {
  content: " 起" !important;
  color: black;
}

.b2b .favro {
  display: none !important;
}

body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .discount_card.swiper-slide.discount_card.swiper-slide {
  height: 480px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .product_price_wrap {
  margin-top: 0px !important;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 14px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2 {
  margin-right: 10px;
  padding-bottom: 0;
  padding-top: 6px;
  font-size: 18px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price {
  color: #446a92;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2::before {
  content: "( 直客 $";
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2::after {
  content: "起 )";
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .card_date_wrap {
  margin-top: 12px !important;
}
@media (max-width: 576px) {
  body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .footer_bottom {
    margin-bottom: 70px;
  }
}

#app-ann {
  display: none;
}

.gd-cookie {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
}
@media (max-width: 991px) {
  .gd-cookie {
    width: 100%;
    z-index: 1000;
    bottom: 60px;
  }
}
.gd-cookie .gd-cookie-wrapper {
  background-color: rgba(58, 64, 65, 0.7411764706);
  color: #fff;
  letter-spacing: 1px;
  padding: 0 20px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .gd-cookie .gd-cookie-wrapper {
    font-size: 15px;
    padding: 0 16px;
  }
}
.gd-cookie .gd-cookie-body {
  max-width: 1680px;
  margin: auto;
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .gd-cookie .gd-cookie-body {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .gd-cookie .gd-cookie-content {
    font-size: 14px;
  }
}
.gd-cookie .gd-cookie-more {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 8px;
  text-decoration: underline;
}
.gd-cookie button {
  background-color: #F68733;
  padding: 10px;
  text-align: center;
  width: 152px;
  color: #fff;
  border: unset;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  padding: 10px 0 8px 0;
}
@media (max-width: 768px) {
  .gd-cookie button {
    font-size: 15px;
    padding: 12px;
    padding: 4px;
  }
}/*# sourceMappingURL=cookies.css.map */