@charset "UTF-8";
.main_sidebar {
  position: fixed;
  right: 0;
  height: 100%;
  width: 52px;
  background-color: #f8f8f8;
  border-left: 1px solid #d9d9d9;
  font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
  display: flex;
  flex-direction: column;
  z-index: 102;
  top: 0;
}
@media (max-width: 768px) {
  .main_sidebar {
    background-color: #fff;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.04);
    bottom: 0;
    height: auto;
    width: 100%;
    flex-direction: row;
  }
}

body.b2b .ms_top {
  padding-top: 56px;
}

.ms_top {
  height: 100%;
}

.contactWindow-m {
  padding-top: 24px;
  padding-bottom: 52px;
  box-sizing: border-box;
  position: fixed;
  width: 100vw;
  right: 50%;
  transform: translate(50%, 0);
  background-color: #f8f8f8;
  z-index: 997;
  bottom: -300px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  filter: drop-shadow(0px 0px 4px rgba(148, 172, 177, 0.9));
}

.main_sidebar_ul {
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main_sidebar_ul {
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    padding: 0 10%;
    width: auto;
  }
}

.main_sidebar_ul li {
  cursor: pointer;
}

.ms_item_list_ol {
  background-color: #fdfdfd;
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 53px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s;
  z-index: 997;
}
.ms_item_list_ol .ms_item_list_ol-list {
  border: 1px solid #d9d9d9;
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  line-height: 112.5%;
  padding: 12px 0;
  justify-content: space-evenly;
}

.ms_item_list_ol img {
  width: 100%;
}

.item-share-line,
.item-share-fb,
.item-share-link {
  width: 28px;
}

.item-share-link + span {
  width: 48px;
}

.item-share-link.active img {
  content: url("/action/CSS/sidebar/images/share_link1.png");
}
.item-share-link.active + span {
  color: #87a0b7;
}

.ms_list-contact {
  position: relative;
}

.ms_list-contact:first-child::after,
.ms_list-contact:nth-child(2)::after,
.list-share:first-child::after,
.list-share:nth-child(2)::after {
  content: "";
  width: 2px;
  background-color: #cfd9e2;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ms_list-contact span {
  line-height: 120%;
}

.ms_item-view {
  border-radius: 100px;
  padding: 3px 4px 2px 4px;
}

.ms_item-view img {
  width: 22px;
}

.product_history_btn:hover img {
  content: url(/action/TEST/bwt_re/DST/Destination_0210/img/icon_visibility_1.png);
}

.product_history_btn:hover .ms_item-view {
  background-color: #133861;
  transition: 0s;
}

.ms_item-contact-line,
.ms_item-contact-fb,
.ms_item-contact-store {
  width: 40px;
  height: 27px;
}

.ms_item-contact-line img {
  text-align: center;
  width: 28px;
}

.ms_item-contact-fb img {
  align-items: center;
  width: 28px;
}

.ms_item-contact-store img {
  align-items: center;
  width: 26px;
}

.main_sidebar a {
  text-decoration: none;
  width: 100%;
}

.list-share {
  position: relative;
  padding: 0 27px;
}
.list-share a {
  line-height: 1.2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.list-share:nth-child(3) {
  padding: 0 20px;
}

.main_sidebar .ms_item_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10.5px 0;
  flex-direction: column;
}
.main_sidebar .ms_item_list > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.main_sidebar .ms_item_list span {
  color: #75787b;
  font-size: 14px;
  font-weight: 500;
}
.main_sidebar .ms_item_list img {
  align-items: center;
  height: auto;
}
.main_sidebar .ms_item_list .clt-nb-top {
  color: #fff;
}

.ms_list-contact a {
  width: auto;
  padding: 0 24px;
  gap: 4px;
  display: inline-block;
}

.ms_item_list:not(.active):hover :where(.ms_item-print, .ms_item-contact, .item-share, .item-compare, .ms_item-linkCopy) {
  background-color: #133861;
  transition: 0s;
}

.linkCopy p {
  width: 40px;
  height: 35px;
  white-space: normal;
}

.linkCopy_btn img {
  height: 22px !important;
}

.linkCopy_btn.active img {
  content: url(/action/CSS/sidebar/images/ms_image/check.png);
  width: 24px;
}

.linkCopy_btn.active p {
  color: #ff8533 !important;
}

.main_sidebar .linkCopy_btn .list-name {
  color: #004A95 !important;
}

.list-name {
  font-weight: bold !important;
}

.ms_item_list:hover .list-name {
  color: #133861;
  transition: 0s;
}

.ms_item_list:not(.active):hover .ms_item-linkCopy img {
  content: url(/action/CSS/sidebar/images/file_copy-1.png);
  transition: 0;
}

.ms_item_list:hover .ms_item-print img {
  content: url(/action/CSS/sidebar/images/sidebar_print_selected.png);
  transition: 0;
}

.ms_item_list:hover .ms_item-contact img {
  content: url(/action/CSS/sidebar/images/sidebar_contact_selected.png);
  transition: 0s;
}

.ms_item_list:hover .item-share img {
  content: url(/action/CSS/sidebar/images/sidebar_share_selected.png);
  transition: 0s;
}

.ms_item_list:hover .item-compare img {
  content: url(/action/CSS/sidebar/images/sidebar_compare_selected.png);
  transition: 0s;
}

.ms_item-print {
  width: 28px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms_item-linkCopy {
  width: 28px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms_item-print img {
  width: 16px;
}

.ms_item-contact {
  width: 28px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms_item-contact img {
  width: 16px;
}

.main_sidebar .item-share {
  width: 28px;
  height: 24px;
  border-radius: 100px;
}
.main_sidebar .item-share img {
  width: 16px;
  padding-top: 3px;
  padding-right: 2px;
}

.item-share img {
  width: 16px;
  padding-top: 3px;
  padding-right: 2px;
}

.item-compare {
  width: 28px;
  height: 24px;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-compare .clt-nb-top {
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #f69a3c;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.item-compare img {
  width: 20px;
}

.windows_close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 999;
  padding: 20px;
  right: 0;
  top: 0;
}

.li-windows_close {
  cursor: pointer;
}

.list-detail-name {
  display: flex;
  justify-content: center;
  font-weight: bold !important;
}
.list-detail-name p {
  margin: 0;
  white-space: nowrap;
}

.list-name {
  line-height: 125%;
  display: inline-block;
}

.main_sidebar .sidebar_top_btn {
  padding-top: 4px;
  margin: 0 12px;
  border-top: 1px solid #c0c0c0;
  padding-top: 28px;
  margin-top: 28px;
}

.ms_top-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms_top-button .item-top {
  width: 28px;
  height: 24px;
  margin-bottom: 12px;
  border-radius: 100px;
}
.ms_top-button .item-top img {
  width: 26px;
  padding-top: 4px;
}

.list-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-name p {
  margin: 0;
  white-space: nowrap;
}

.TopFavCollect_main {
  background-color: #fdfdfd;
  padding: 20px 20px 16px 20px;
  margin-right: 20px;
  position: relative;
}

.TopFavCollect_decorate {
  position: absolute;
  right: -14px;
  bottom: 18px;
}

.collect_title {
  font-size: 18px;
  color: #3e556b;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.collect_title:after {
  content: "最愛清單";
}

.collect_title_img {
  width: 24px;
  margin-right: 8px;
  display: none;
}

.collect_title_img img {
  width: 100%;
}

.collect_title :nth-child(2) {
  display: none;
  margin-bottom: 4px;
}

.mCustomScrollBox {
  overflow-y: auto;
  display: flex;
  max-height: 268px;
}

.mCustomScrollBox li {
  padding: 8px 0px;
}

.mCSB_container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  gap: 12px;
  padding: 4px 4px;
  min-width: 365px;
  min-height: 120px;
}

.mCSB_container_none {
  color: #a7a7a7;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.28px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.collect {
  position: absolute;
  right: 52px;
  text-align: left;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.4s linear;
  transition: 0.4s;
  filter: drop-shadow(0px 0px 4px rgba(148, 172, 177, 0.9));
}

.collect a {
  width: 289px;
  font-size: 14px;
  color: #484848;
  text-align: left;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-around;
  padding: 2px 0;
  padding-left: 8px;
  flex-direction: column;
}

.mCustomScrollBox .mCSB_container {
  overflow-y: auto;
}

.mCustomScrollBox .mCSB_container::-webkit-scrollbar {
  background-color: #fdfdfd;
  width: 4px;
}

.mCustomScrollBox .mCSB_container::-webkit-scrollbar-thumb {
  background-color: #fdfdfd;
  border-radius: 10px;
}

.mCustomScrollBox:hover .mCSB_container::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.mCSB_container li {
  display: flex;
  border-left: #133861 4px solid;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.mCSB_container li span {
  color: #b9b9b9;
}

.travel_delete {
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 2px #e8e8e8 solid;
}

.mCSB_container .cxl {
  background-image: url(/action/CSS/sidebar/images/travel_delete.png);
  background-size: cover;
  width: 14px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.collect .seeall {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 12px;
  padding-left: 0;
}
.collect .seeall span {
  color: #133861;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
}

.windows_close-m {
  display: flex;
  justify-content: flex-end;
  margin-right: 4px;
  padding: 20px;
  padding-top: 0px;
}

.contactList-m {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-left: 4px solid #133861;
  box-shadow: 0px 0px 4px 0px rgba(117, 137, 141, 0.4);
  padding: 12px 0;
  padding-left: 12px;
  margin: 0 24px;
  height: 60px;
}

.contactList-m > div {
  color: #87a0b7;
  margin-left: 28px;
  white-space: nowrap;
  line-height: 1.2;
}

.contactList-m:nth-child(2) {
  margin-bottom: 8px;
  opacity: 0.8;
}

.contactListDetail-m {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-evenly;
  margin: 0 24px;
}

.contactListDetail-m li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contactListDetail-m a {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactListDetail-m img {
  width: 100%;
}

.list-detail-name-m {
  font-size: 12px;
  color: #878787;
}

.contact-line-m {
  width: 39px;
  height: 40px;
}

.contact-fb-m {
  width: 38px;
  height: 40px;
}

.contact-store-m {
  width: 36px;
  height: 40px;
}

.share-line-m,
.share-fb-m,
.share-link-m {
  width: 34px;
  height: 34px;
}

.share-link-m.active img {
  content: url(/action/CSS/sidebar/images/share_link1.png);
}

body.bbc .ms_item_list:has(.ms_item-contact) {
  display: none !important;
}

.ms_item_list:hover .ms_item_list_ol {
  display: block;
  right: 52px;
  transition: 0.2s;
  width: 266px;
}

@media screen and (max-width: 768px) {
  .main_sidebar {
    bottom: 0;
    height: auto;
    width: 100%;
    flex-direction: row;
    top: auto;
  }
  .main_sidebar_ul {
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    padding: 0 10%;
    width: auto;
  }
  .ms_item_list_ol {
    top: 200px;
  }
  .main_sidebar_ul .ms_item_list {
    position: static;
  }
  .ms_top {
    height: 0;
    width: 0;
  }
  .ms_bottom {
    width: 100%;
  }
  .list-name {
    flex-direction: row;
  }
  .ms_item-contact {
    width: 38px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ms_item-contact img {
    width: 24px;
  }
  .main_sidebar .item-share {
    width: 38px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_sidebar .item-share img {
    width: 22px;
    padding-bottom: 4px;
  }
  .item-compare {
    width: 38px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-compare img {
    width: 28px;
  }
  .main_sidebar .sidebar_top_btn {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .sidebar_top_btn .ms_top-button {
    border: none;
    background-color: transparent;
    width: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  .sidebar_top_btn .ms_top-button .item-top {
    width: 38px;
    padding-bottom: 4px;
  }
  .sidebar_top_btn .ms_top-button .item-top img {
    padding-top: 10px;
  }
  .ms_item_list:hover .ms_item-contact,
  .ms_item_list:hover .item-share,
  .ms_item_list:hover .item-compare {
    background-color: transparent;
  }
  .ms_item_list:hover .list-name {
    color: #75787b;
  }
  .ms_item_list:hover .ms_item-contact img {
    content: url(/action/CSS/sidebar/images/ms_image/sidebar_contact_unselected.png);
  }
  .ms_item_list:hover .item-share img {
    content: url(/action/CSS/sidebar/images/ms_image/sidebar_share_unselected.png);
  }
  .ms_item_list:hover .item-compare img {
    content: url(/action/CSS/sidebar/images/ms_image/sidebar_compare_unselected.png);
  }
  .main_sidebar::before {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(126, 211, 206, 0.5) 34.43%, rgba(126, 211, 206, 0) 79.61%), #133861;
    position: absolute;
    top: -4px;
    display: none;
  }
  .collect a {
    width: 100%;
    padding: 12px 4px;
  }
  .TopFavCollect_main {
    padding: 16px 0 10px 0;
  }
  .collect_title {
    justify-content: center;
    position: relative;
    border-bottom: 1px #cbcbcb solid;
    padding-bottom: 12px;
  }
  .collect_title_img {
    display: none;
  }
  .toplist {
    position: static;
  }
  .collect {
    right: 50%;
    transform: translate(50%, 0);
    width: 100vw;
    z-index: 1000;
    bottom: -340px;
    background-color: #fdfdfd;
  }
  .collect.collect_open {
    top: auto;
  }
  .mCustomScrollBox {
    max-height: 368px;
    overflow-x: clip;
    justify-content: center;
  }
  .mCSB_container {
    flex-direction: column;
    margin: 0 28px;
    margin-top: 12px;
    width: 100%;
  }
  .mCSB_container li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }
  .TopFavCollect_main {
    margin: 0;
  }
  .TopFavCollect_decorate {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .mCSB_container {
    margin: 0 8px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  .mCSB_container li {
    padding: 8px 0;
  }
  .mCSB_container li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 400px) {
  .contactListDetail-m {
    margin: 0 12px;
  }
  .contactList-m > div {
    margin-left: 4px;
  }
  .contactListDetail-m a {
    width: 36px;
  }
  .list-detail-name-m {
    white-space: nowrap;
  }
}
.btn-login {
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  color: #718ba3;
  position: absolute;
  right: 24px;
  bottom: 10px;
  gap: 4px;
  letter-spacing: 0.84px;
  z-index: 20;
}
.btn-login .user-name {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-login .user-imageFrame {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  overflow: hidden;
}
.btn-login img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btn-login {
    right: 20px;
    bottom: 20px;
  }
}
.ms_item_list.active .ms_item_list_ol {
  display: block;
  right: 52px;
  transition: 0.2s;
  width: 266px;
}
.ms_item_list.active .collect {
  opacity: 1;
  display: block;
  visibility: visible;
  bottom: 0;
  transition: 0.4s;
}
.ms_item_list.active .ms_item-contact,
.ms_item_list.active .item-share,
.ms_item_list.active .item-compare {
  background-color: #133861;
  transition: 0.2s;
}
.ms_item_list.active .list-name {
  color: #133861;
  transition: 0.2s;
}
.ms_item_list.active .ms_item-contact img {
  content: url(/action/CSS/sidebar/images/ms_image/sidebar_contact_selected.png);
  transition: 0.2s;
}
.ms_item_list.active .item-share img {
  content: url(/action/CSS/sidebar/images/ms_image/sidebar_share_selected.png);
  transition: 0.2s;
}
.ms_item_list.active .item-compare img {
  content: url(/action/CSS/sidebar/images/ms_image/sidebar_compare_selected.png);
  transition: 0.2s;
}

.ms_top {
  display: flex;
  writing-mode: vertical-lr;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  letter-spacing: 2px;
}

.ms_top .logout {
  border-top: 1px solid black;
  padding-top: 12px;
  cursor: pointer;
}

.ms_top .logout:hover {
  color: #d26a2f;
}

@media screen and (max-width: 768px) {
  .contactWindow-m.active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    bottom: 0;
  }
}
html:has(.productHistory_dialog.active) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

/* 查看紀錄視窗 */
.modal_header .close_btn {
  cursor: pointer;
  background-color: unset;
  border: unset;
  position: absolute;
  right: 22px;
  top: 40px;
}

.modal_header h1 {
  display: none;
  font-size: var(--bottom-popup-header-font-size-mobile);
  line-height: unset;
  margin-top: unset;
  margin-bottom: 0;
  padding: unset;
  border-left: unset;
}

@media (max-width: 576px) {
  .modal_header h1 {
    display: block;
    letter-spacing: 2px;
  }
}
.modal-content {
  border-radius: var(--right-popup-border-radius-pc);
  height: 100%;
  overflow: hidden;
}

#videoModal .modal-content {
  overflow: unset;
}

@media (max-width: 576px) {
  .modal-content {
    border-radius: var(--bottom-popup-border-radius-mobile);
    height: calc(100% - 24px);
  }
}
.modal-content .modal_header {
  height: 80px;
  position: relative;
}

@media (max-width: 576px) {
  .modal-content .modal_header {
    height: 48px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 0.6px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-content .modal_header .close_btn {
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
  }
  .modal-content .modal_header .close_btn svg {
    width: 18px;
    height: 18px;
  }
}
body.modal-open {
  overflow: hidden;
}

.b2c .price_2 {
  display: none;
}

body.bbc .productHistory_dialog .price_2 {
  display: none;
}

.productHistory_dialog .favro {
  display: none;
}

body.b2c .productHistory_dialog .favro,
body.m .productHistory_dialog .favro {
  display: flex;
}

.price_2 {
  color: #747474;
  padding-top: 6px;
  font-weight: 400;
  margin-bottom: 4px;
}
.price_2::before, .price_2::after {
  font-size: 0.666em;
  font-weight: 400;
}
.price_2::before {
  content: "(直客 $";
  padding-right: 2px;
}
.price_2::after {
  content: ")";
  padding-left: 2px;
}

.productHistory_dialog {
  font-family: Roboto, Arial, 微軟正黑體修正, 微軟正黑體, "Microsoft JhengHei", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 7100;
}
.productHistory_dialog .compare_1 .icon-favro path {
  fill: #ff932f;
  stroke: #ff932f;
}
.productHistory_dialog .modal_header .close_btn {
  background-image: unset;
}
.productHistory_dialog .modal_body {
  padding: 0 64px;
  padding-right: 16px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .productHistory_dialog .modal_body {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  .productHistory_dialog .modal_body {
    padding: 20px 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .modal_body {
    grid-template-rows: 1fr auto;
    padding: 0;
    background-color: #F2EFE3;
    margin: 0;
  }
}
.productHistory_dialog .modal_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .productHistory_dialog .modal_footer {
    padding: 20px 0;
    margin-top: 0;
    padding-right: 12px;
  }
}
.productHistory_dialog .modal-content {
  transition-property: right, top, bottom;
  background-color: #fffef4;
  position: absolute;
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (max-width: 1200px) {
  .productHistory_dialog .modal-content {
    max-width: calc(100% - 24px);
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .modal-content {
    max-width: unset;
    background-color: #fff;
    height: calc(100% - 50px);
  }
}
.productHistory_dialog .title {
  font-size: 32px;
  font-weight: bold;
  color: #736357;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .productHistory_dialog .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .title {
    display: none;
  }
}
.productHistory_dialog .content {
  width: auto;
  overflow-y: auto;
  overflow-x: clip;
  padding-right: 12px;
  display: unset;
  margin: 0;
}
@media (max-width: 768px) {
  .productHistory_dialog .content {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .content {
    margin: 0;
    padding: 12px;
    padding-top: 20px;
  }
}
.productHistory_dialog .product_itemList {
  height: auto;
  list-style: none;
  padding: 0;
}
.productHistory_dialog .product_itemList:not(:has(.product_item)):after {
  content: "尚未有查看紀錄，請查看喜歡的行程";
  text-align: center;
  width: 100%;
  padding-top: 48px;
  display: block;
}
@media (max-width: 768px) {
  .productHistory_dialog .product_itemList {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .product_itemList {
    gap: 16px;
  }
}
.productHistory_dialog .product_item {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item {
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  }
}
.productHistory_dialog .product_item:not(:last-child) {
  border-bottom: 1px solid #736357;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item:not(:last-child) {
    border-bottom: unset;
  }
}
.productHistory_dialog .product_item > a {
  color: unset;
  text-decoration: unset;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 192px;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .productHistory_dialog .product_item > a {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item > a {
    padding: 20px 12px 16px 12px;
    display: block;
  }
}
.productHistory_dialog .product_item .product_info {
  letter-spacing: 0.68px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .productHistory_dialog .product_item .product_info {
    min-height: 140px;
  }
}
.productHistory_dialog .product_item .product_img_box {
  margin-right: 16px;
  border-radius: 15px;
  overflow: hidden;
  grid-column: 1/2;
  height: 100%;
  width: 172px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .productHistory_dialog .product_item .product_img_box {
    display: none;
    margin-right: 0;
  }
}
.productHistory_dialog .product_item .product_img {
  height: 100%;
}
.productHistory_dialog .product_item .Product_name.text-indent {
  text-indent: -0.4em;
}
.productHistory_dialog .product_item .Product_name {
  color: #736357;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 80px;
  padding-top: 2px;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item .Product_name {
    padding-right: 40px;
    color: #000;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.productHistory_dialog .product_item .product_text {
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
  padding-left: 3px;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item .product_text {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
.productHistory_dialog .product_item .card_discount {
  color: #133861;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.productHistory_dialog .product_item .card_discount .icon-discount_gift {
  margin: 0;
  margin-bottom: 2px;
}
.productHistory_dialog .product_item .card_keywords {
  color: #c4640d;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.productHistory_dialog .product_item .card_keywords .icon-discount_keywords {
  margin: 0;
}
.productHistory_dialog .product_item .card_keywords img {
  margin-top: 1px;
}
.productHistory_dialog .product_item .card_feature {
  color: #666;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.productHistory_dialog .product_item .card_feature .icon-feature {
  position: relative;
}
.productHistory_dialog .product_item .product_bottom_wrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
.productHistory_dialog .product_item .card_date_wrap {
  display: flex;
  width: 100%;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item .card_date_wrap {
    font-size: 14px;
  }
}
.productHistory_dialog .product_item .card_date_wrap ul {
  padding: 0;
  display: flex;
  color: #736357;
  max-height: 40px;
  overflow: hidden;
  margin-left: 4px;
}
.productHistory_dialog .product_item .card_date_wrap ul.red {
  background-color: rgba(255, 0, 0, 0.096);
}
.productHistory_dialog .product_item .card_date_wrap li {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 4px;
  border: 1px solid #909090;
}
.productHistory_dialog .product_item .card_date_wrap li.type1 {
  color: var(--status-type1);
}
.productHistory_dialog .product_item .card_date_wrap li.type1:after {
  content: var(--status-type1-text);
  display: block;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type2 {
  color: var(--status-type2);
}
.productHistory_dialog .product_item .card_date_wrap li.type2:after {
  content: var(--status-type2-text);
  display: block;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type3 {
  color: var(--status-type3);
}
.productHistory_dialog .product_item .card_date_wrap li.type3:after {
  content: var(--status-type3-text);
  display: block;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type5 {
  color: var(--status-type5);
}
.productHistory_dialog .product_item .card_date_wrap li.type5:after {
  content: var(--status-type5-text);
  display: block;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type6 {
  color: var(--status-type6);
}
.productHistory_dialog .product_item .card_date_wrap li.type6:after {
  content: var(--status-type6-text);
  display: block;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type7 {
  color: var(--status-type7);
}
.productHistory_dialog .product_item .card_date_wrap li.type7:after {
  content: var(--status-type7-text);
  display: block;
  width: auto;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_wrap li.type8 {
  color: var(--status-type8);
}
.productHistory_dialog .product_item .card_date_wrap li.type8:after {
  content: var(--status-type8-text);
  display: block;
  width: auto;
  font-size: 12px;
}
.productHistory_dialog .product_item .card_date_more {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.productHistory_dialog .product_item .card_date_more_txt {
  display: none;
}
.productHistory_dialog .product_item .like_price {
  position: relative;
  z-index: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .productHistory_dialog .product_item .like_price {
    align-items: flex-end;
  }
}
.productHistory_dialog .product_item .favro {
  cursor: pointer;
  gap: 4px;
  color: #333333;
  background-color: unset;
  border: unset;
  align-items: center;
  line-height: 1.2;
  padding: 0;
  font-size: 10px;
  position: unset;
  margin: unset;
}
.productHistory_dialog .product_item .favro.compare_0 path {
  stroke: #ff932f;
  stroke-width: 1.5px;
}
.productHistory_dialog .product_item .fav-btn.compare_0:before {
  display: none;
}
.productHistory_dialog .product_item .fav-btn.compare_1:before {
  display: none;
}
.productHistory_dialog .product_item .fav-btn span {
  margin: unset;
}
.productHistory_dialog .product_item .price {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}
.productHistory_dialog .product_item .price::before, .productHistory_dialog .product_item .price::after {
  font-size: 0.666em;
  font-weight: 400;
}
.productHistory_dialog .product_item .price::before {
  content: "$";
}
.productHistory_dialog .product_item .price::after {
  content: "起";
}
.productHistory_dialog .product_item .btn_group {
  padding-left: 8px;
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  padding: 6px;
  right: -6px;
  top: -6px;
  display: flex;
  flex-direction: column;
  flex-direction: row-reverse;
}
.productHistory_dialog .product_item .btn_group:hover .btn_list {
  display: flex;
}
.productHistory_dialog .product_item .btn_group:hover .more_vert {
  background-color: #f1f1f1;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .productHistory_dialog .product_item .btn_group {
    right: 4px;
    top: 15px;
  }
}
.productHistory_dialog .product_item .more_vert {
  background-color: unset;
  border: unset;
  cursor: pointer;
}
.productHistory_dialog .product_item .delete_btn {
  background-color: unset;
  border: unset;
  padding: 6px 3px 6px 12px;
  cursor: pointer;
  margin-top: 8px;
}
.productHistory_dialog .product_item .delete_btn span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productHistory_dialog .product_item .share_btn {
  background-color: unset;
  border: unset;
  cursor: pointer;
  padding: 6px 6px 6px 12px;
}
@media (max-width: 768px) {
  .productHistory_dialog .product_item .share_btn {
    display: none;
  }
}
.productHistory_dialog .product_item .btn_list {
  position: absolute;
  top: 30px;
  right: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 4;
  flex-direction: column;
  display: none;
  padding: 8px 0;
  gap: 6px;
}
@media (max-width: 768px) {
  .productHistory_dialog .product_item .btn_list {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .productHistory_dialog .product_item .btn_list .share_btn {
    display: none;
  }
}
.productHistory_dialog .product_item .btn_list button {
  background-color: unset;
  border: unset;
  padding: 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
  font-size: 14px;
}
.productHistory_dialog .product_item .btn_list button:hover {
  background-color: #f1f1f1;
}
.productHistory_dialog .product_item .btn_list .share_btn-mobile {
  background-color: unset;
  border: unset;
  cursor: pointer;
  padding: 6px 6px 6px 12px;
  display: none;
}
@media (max-width: 768px) {
  .productHistory_dialog .product_item .btn_list .share_btn-mobile {
    display: flex;
  }
}
.productHistory_dialog .product_item .btn_list .share_btn-mobile span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productHistory_dialog .product_item .btn_list img {
  border-radius: 50px;
  overflow: hidden;
}
.productHistory_dialog .allDelete_btn {
  font-size: 14px;
  color: #9d9d9d;
  cursor: pointer;
  border: unset;
  background-color: unset;
}

body .contactWindow-m {
  box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.3019607843);
  background-color: #fff;
  filter: unset;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 16px;
}
body .contactWindow-m br {
  display: none;
}
body .contactWindow-m .contactList-m:nth-child(2) > div {
  font-size: 0;
}
body .contactWindow-m .contactList-m:nth-child(2) > div::before {
  content: "聯絡我們";
  font-size: 18px;
}
body .contactWindow-m .contactList-m:nth-child(3) > div {
  font-size: 0;
}
body .contactWindow-m .contactList-m:nth-child(3) > div::before {
  content: "分享資訊";
  font-size: 18px;
}
body .contactWindow-m .contactList-m {
  box-shadow: unset;
  border: none;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  width: 80%;
}
body .contactWindow-m .contactList-m:nth-child(2) {
  margin-bottom: 0px;
}
body .contactWindow-m .windows_close-m {
  position: absolute;
  right: 0;
}
body .contactWindow-m .windows_close-m path {
  fill: rgb(138, 138, 138);
}
body .contactWindow-m .list-detail-name-m {
  color: black;
}
body .contactWindow-m .contactList-m > div {
  color: black;
  margin: 0;
}
body .contactWindow-m .contactListDetail-m {
  justify-content: space-between;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
body .contactWindow-m .contactList-m {
  margin: auto;
  gap: 20px;
  font-size: 18px;
}
body .contactWindow-m .contactListDetail-m a {
  width: auto;
  gap: 4px;
}
body .contactWindow-m .contactList-m:nth-child(2) {
  opacity: unset;
}
body .contactWindow-m .list-detail-name-m {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  body :where(#wrapperhead, .side-rool, .bottom-bar) .collect {
    border-radius: 16px 16px 0 0;
    filter: unset;
    box-shadow: 1px 1px 26px 0px rgba(0, 0, 0, 0.3019607843);
    background-color: #fff;
    overflow: hidden;
  }
  body :where(#wrapperhead, .side-rool, .bottom-bar) .TopFavCollect_main {
    padding-top: 0;
    background-color: #F2EFE3;
  }
  body :where(#wrapperhead, .side-rool, .bottom-bar) .collect_title {
    background-color: #fff;
    padding-top: 12px;
    margin-bottom: 0;
  }
  body :where(#wrapperhead, .side-rool, .bottom-bar) .collect_title:after {
    color: rgb(74, 74, 74);
  }
  body :where(#wrapperhead, .side-rool, .bottom-bar) .mCSB_container li {
    border-radius: 8px;
    border-left: none;
    padding-left: 8px;
  }
  .li-windows_close path {
    fill: rgb(138, 138, 138);
  }
}
.topbanner .topbanner_line, .topbanner .topbanner_fb {
  display: none;
}

.cart_btn {
  position: relative;
}

.ms_item-cart {
  position: relative;
}

.cart_btn .ms_item-cart .ms_item-cart_number {
  color: #fff;
  position: absolute;
  right: -16px;
  top: -18px;
  background-color: #f69a3c;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}

.cartList_popup {
  position: absolute;
  right: 80px;
  filter: drop-shadow(0px 0px 4px rgba(148, 172, 177, 0.9));
  z-index: 4;
  bottom: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .cartList_popup {
    left: 0;
    right: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.cartList_popup ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  gap: 12px;
  padding: 4px 4px;
  min-width: 365px;
  min-height: 120px;
  max-height: 240px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .cartList_popup ul {
    width: auto;
    min-width: auto;
  }
}
.cartList_popup li {
  display: flex;
  border-left: #133861 4px solid;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 8px 0px;
  cursor: pointer;
}

.cartList_popup li a {
  width: 289px;
  font-size: 14px;
  color: #484848;
  text-align: left;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-around;
  padding: 2px 0;
  padding-left: 8px;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .cartList_popup li a {
    width: 80%;
  }
}
.cartList_popup .travel_delete {
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 2px #e8e8e8 solid;
}

@media screen and (max-width: 768px) {
  .cartList_popup .travel_delete {
    width: 20%;
  }
}
.cartList_popup .cxl {
  background-image: url(/action/CSS/images/ms_image/travel_delete.png);
  background-size: cover;
  width: 14px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.cartList_container {
  background-color: #fdfdfd;
  padding: 20px 20px 16px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cartList_container {
    width: 100%;
    box-sizing: border-box;
  }
}
.cartList_container:hover ul::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 4px;
}

.cartList_container ul::-webkit-scrollbar {
  background-color: #fdfdfd;
  width: 4px;
}

/*--------視窗共用--------*/
:root {
  --popup-bg-background-color: rgba(0, 0, 0, 0.178);
  --popup-bg-backdrop-filter: blur(4px);
  --bottom-popup-overflow: hidden;
  --right-popup-border-radius-pc: 15px 0 0 15px;
  --bottom-popup-border-radius-mobile: 16px 16px 0 0;
  --bottom-popup-header-font-size-mobile: 18px;
  --bottom-popup-header-line-height-mobile: normal;
  --bottom-popup-header-font-weight-mobile: 400;
  --bottom-popup-header-padding-mobile: 0;
  --bottom-popup-header-box-shadow-mobile: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  --bottom-popup-header-min-height-mobile: 48px;
  --bottom-popup-body-padding-mobile: 24px 24px 36px 24px;
}

@media (max-height: 576px) {
  .bottomPopup-m {
    line-height: var(--bottom-popup-title-line-height-mobile);
    font-size: var(--bottom-popup-title-font-size-mobile);
    line-height: var(--bottom-popup-title-line-height-mobile);
    font-weight: var(--bottom-popup-title-padding-mobile);
  }
}
/*
視窗共用動畫

視窗外面黑色背景 Com_PopupBg

半遮套組(靠右半遮PC+置底半遮M) Com_halfPopup

靠右半遮(只有PC) Com_rightPopup-pc

置底半遮(只有M) Com_bottomPopup

*/
/*視窗外面黑色背景*/
.Com_PopupBg {
  overflow: hidden;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: none;
  display: none;
}

.active.Com_PopupBg {
  background-color: rgba(0, 0, 0, 0.178);
  backdrop-filter: blur(2px);
}

/*半遮套組(靠右半遮PC+置底半遮M)*/
.Com_halfPopup {
  transition: 0.6s ease-in-out;
  right: -100dvw;
}

@media (max-width: 576px) {
  .Com_halfPopup {
    right: auto;
    bottom: -100dvh;
  }
}
.active .Com_halfPopup {
  right: 0;
}

@media (max-width: 576px) {
  .active .Com_halfPopup {
    right: auto;
    bottom: 0;
  }
}
/*靠右半遮-PC*/
@media (min-width: 576px) {
  .Com_rightPopup-pc {
    transition: 0.6s ease-in-out;
    right: -100dvw;
  }
  .active .Com_rightPopup-pc {
    right: 0;
  }
}
/*置底半遮*/
.Com_bottomPopup {
  transition: 0.6s ease-in-out;
  bottom: -100dvh;
}

.active .Com_bottomPopup {
  bottom: 0;
}

:root {
  --status-type1: #8c9098;
  --status-type2: #17a349;
  --status-type3: #5cc242;
  --status-type5: #dc2625;
  --status-type6: #c4640d;
  --status-type7: #488cca;
  --status-type8: #ff5151;
}

:root {
  --status-type1-text: "額滿";
  --status-type2-text: "僅供參考";
  --status-type3-text: "可候補";
  --status-type5-text: "保證出發";
  --status-type6-text: "即將成團";
  --status-type7-text: "可報名";
  --status-type8-text: "即將開賣";
}

body.destination_SN .searchbar {
  border-bottom: none;
  box-shadow: 0 1px #dcdcdc;
}

@media (max-width: 1660px) {
  body.destination_SN .searchbar {
    position: relative;
    z-index: 101;
    border-bottom: none;
  }
  body.destination_SN:has(.tag.down) .searchbar {
    position: relative;
    z-index: 1;
  }
}
.searchbar .container {
  border-bottom: 1px solid #dcdcdc;
}

.searchbar .datePicker_popup {
  position: absolute;
  left: unset !important;
  top: 38px !important;
  right: 0;
  z-index: 101;
}

.searchbar .datePicker_popup {
  display: none;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #c3c3c3;
  background-color: white;
  z-index: 100;
  left: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.searchbar .datePicker_popup .flatpickr-calendar {
  box-shadow: unset;
  border-radius: 0;
  width: auto !important;
}

.searchbar .datePicker_popup .flatpickr-calendar.inline {
  top: unset;
}

.searchbar .datePicker_popup .top {
  display: flex;
}

.searchbar .datePicker_popup .left_wrap {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #c3c3c3;
  gap: 20px;
  padding: 36px 12px 32px 6px;
}

.searchbar .datePicker_popup #datepicker {
  display: none;
}

.searchbar .datePicker_popup .btn_group {
  display: flex;
  justify-content: flex-end;
  gap: 48px;
  padding: 12px 16px;
  border-top: 1px #c3c3c3 solid;
}

.searchbar .datePicker_popup .reset {
  cursor: pointer;
  border: none;
  color: #858585;
  background-color: unset;
  padding: 4px;
  font-size: 14px;
}

.searchbar .datePicker_popup .enter {
  cursor: pointer;
  border: none;
  color: white;
  background-color: #446a92;
  padding: 4px 10px 6px 10px;
  width: 95px;
  border-radius: 4px;
  font-size: 14px;
}

.searchbar .datePicker_popup .numInputWrapper .arrowUp,
.searchbar .datePicker_popup .numInputWrapper .arrowDown {
  display: none;
}

.searchbar .datePicker_popup .numInputWrapper:hover {
  background-color: unset;
}

.searchbar .datePicker_popup .numInputWrapper select {
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding-left: 12px;
}

.searchbar .datePicker_popup .flatpickr-current-month input.cur-year {
  padding-left: 12px;
}

.searchbar .datePicker_popup .numInputWrapper:hover select {
  background: rgba(0, 0, 0, 0.05);
}

.searchbar .datePicker_popup .radio {
  display: flex;
  font-size: 14px;
  cursor: pointer;
  gap: 4px;
}

.searchbar .datePicker_popup .radio label {
  cursor: pointer;
}

.searchbar .datePicker_popup .radio_textBox {
  white-space: nowrap;
}

.datePicker_popup input[type=radio] {
  -moz-appearance: revert-layer;
       appearance: revert-layer;
  -webkit-appearance: revert;
}

/* ---------------------------------------------- */
body.Search-ListV2 .product-searching-text {
  color: gray;
  letter-spacing: 1px;
  display: block;
  height: 180px;
  background: linear-gradient(90deg, #f3f3f3 25%, #ffffff 37%, #f3f3f3 63%);
  background-size: 400% 100%;
  animation: skeleton 1.4s ease infinite;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}

body.Search-ListV2 .product-searching-text svg {
  width: 40px;
}

body.Search-ListV2 .product-not-found-text {
  color: gray;
  letter-spacing: 1px;
  display: block;
  height: 80px;
  background: #f3f3f3;
  background-size: 400% 100%;
  animation: skeleton 1.4s ease infinite;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}/*# sourceMappingURL=sidebar.css.map */