body{
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
#productDetailPage {
  width: 100%;
  position: relative;
  /*  overflow-x: hidden;*/
  /*background-image: url('../../assets/images/pages1.1.1.1.1/pages1.1.1.1.1_deco_web.svg');
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;*/
}

.productDetailPage{
 /*padding: 40px 5% 130px;*/
  margin-top: 0;
}

#productDetailPage > .mfo_breadcrumb {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.pageHeading{
  position: relative;
  font-weight: 700;
  font-size: 32px;
  color: #FF6700;
  display: grid;
  place-items: center;
}
.pageHeading h1 {
  display: inline-block;
  /*background-image: url('../../assets/material/headDec1.png'), url('../../assets/material/headDec2.png');*/
  background-repeat: no-repeat;
  background-size: 60px 60px, 50px 50px;
  background-position: 0 0, right bottom;
    /*owen 2023_0815 修正標題圈圈太小*/
  padding: 15px 0;
  max-width: 370px;
  text-align: center;
}
  /*owen 2023_0815 修正標題圈圈太小 start*/
.pageHeading h1:before{
  /*
  content: "";
  background-image: url(../../assets/material/headDec1.png);
  position: absolute;
  left: -50px;
  top: -25px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  */
}

.pageHeading h1:after{
  /*
  content: "";
  background-image: url(../../assets/material/headDec2.png);
  position: absolute;
  right: -40px;
  bottom: -25px;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  */
}
  /*owen 2023_0815 修正標題圈圈太小 end*/
.swiper-container .swiper-button-prev {
  /*left: -20px;*/
}
.swiper-container .swiper-button-next {
  /*right: -20px;*/
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  /*width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FF6700;
  color: white;*/
}
.swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
  transform: scale(0.7);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
  height: 15px;
  background-color: #FF6700;
  border-radius: 20px;
}

.mfo_product_information section .btn-row {
  margin-bottom: 13px !important;
}

.mfo_product_information section .btn-row > button {
  margin: 0;
}
.mfo_product_information section .info_row .heart {
  min-width: 41px;
  max-width: 41px;
}
.mfo_select{
  max-width: 100%;
}
.mfo_select_box {
  width: 451px !important;
  border-radius: 8px !important;
  max-width: 100%;
}
/*.mfo_select_items_box {
  width: 449px !important;
}*/
.mfo_select_items_box > li > .checked {
  background-color: #FF6700;
  color: white;
}
.shipping_btn {
  width: auto !important;
  min-width: 160px;
  font-weight: 500 !important;
  border-radius: 8px !important;
}
.shipping_btn:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
.shipping_btn:active {
  background: rgba(255, 103, 0, 0.1) !important;
  border-color: transparent !important;
}
.shipping_btn:active::after {
  border-color: #FF6700 !important;
}
.shipping_btn.selected {
  background: rgba(255, 103, 0, 0.1) !important;
  border-color: transparent !important;
}
.shipping_btn.selected::after {
  border-color: #FF6700 !important;
  border-radius: 8px !important;
}

.mfo_tabs_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto !important;
  overflow: initial !important;
  box-shadow:none !important;
}

.mfo_tabs_wrapper.no_bg{ 
  background: #FFFFFF00; 
}

.mfo_tabs_wrapper .tab_btn_container > p{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.mfo_tabs_wrapper .panel_container{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.mfo_tabs_wrapper .panel_container > div > ul > li {
  margin-bottom: 40px !important;
}
.mfo_tabs_wrapper .panel_container > div > ul > li .once-text {
  font-size: 16px;
  line-height: 26px;
  color: #1B1B1B;
}
.mfo_tabs_wrapper .panel_container > div > ul > li .once-text:first-child {
  margin-top: 10px;
}
.mfo_tabs_wrapper .panel_container > div > ul > li > ul > li {
  margin-bottom: 0 !important;
  text-align: justify;
}
.mfo_tabs_wrapper .panel_container > div > ul > li > ul > li.desc {
  color: #FF6700;
  list-style: none;
  transform: translateX(-22px);
}

.price_field {
  width: auto;
  display: flex;
  /*flex-direction: column;*/
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #868686;
  margin-bottom: 8px;
}
.price_field > .price-now {
  display: flex;
  gap: 2px;
}
.price_field > .price-now > b {
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: #1B1B1B;
}
.price_field > .price-now > .text-red {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #F73603;
}
.price_field > .price-now > .location-end {
  margin-left: 4px;
  transform: translateY(12px);
}

.pink_bg {
  position: relative;
}

.product_page_container {
  width: 100%;
  /*max-width: 1600px;*/
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
}

/* 符合您期待的方案 start */
.expect_bg {
  position: relative;
  width: 100%;
  z-index: 2;
  /* owen 修復粉色背景不見 2023_0811 下面一行 */
  /*  overflow: hidden;*/  
  margin-bottom: -10vw;
  /*min-height: 980px;*/
  min-height: 930px;
}
.expect_bg.active {
  /*min-height: 1180px;*/
  min-height: 1130px;
}
.expect_bg::before {
  /*
  content: "";
  position: absolute;
  top: 125px;
  /* owen 修復粉色背景不見 2023_0811 start */
  /*  left: -50%;*/
  /*transform: translateX(-50%);
  left: 50%;*/
  /* owen 修復粉色背景不見 2023_0811 end */
  /*z-index: 1;*/
  /* owen 修復粉色背景不見 2023_0811 下面一行 */
  /*width: calc(100% + 11%);*/
  /*width: 150vw;*/
  /*height: 1000px;*/
  /*background-color: #FDF1EA;*/
  content: '';
  background: var(--colorLightOrange);
  position: absolute;
  top:9%;
  left: -100vw;
  right: -100vw;
  bottom: 5%;
  z-index: -1;
}
.expect_bg.active::before{
  top:calc(9% - 18px);
}
.expect_plan_list .filter_plan_container{
  margin-bottom: 15px;
}
.expect_bg.none_plan_selected{
  min-height: 0px;
  margin-bottom: 0;
}
.expect_bg.none_plan_selected:before{
  background-color: transparent;
}
.expect_bg.none_plan_selected .expect_plan_noData{
  display: none;
}
.expect_bg.none_plan_selected .expect_plan{
  display: none;
}
.expect_plan {
  position: relative;
  width: 100%;
  /*max-width: 1640px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;*/
}
/*20230821修正商品詳細頁dot*/
.expect_plan_list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: fit-content;
  /*padding: 80px 60px 30px 60px;*/
  padding: 30px 0 30px 0;
  box-sizing: border-box;  
}
/*20230821修正商品詳細頁dot*/
.expect_plan_list .swiper-container {
  /*margin: 0 10px;*/
  margin: 0;
  overflow: hidden;
}
.expect_plan_list .swiper-container .swiper-wrapper {
  /*padding-bottom: 12px;*/
}

.expect_plan_list .swiper-container .swiper-button-prev {
  left: auto;
  right: 70px;
  top: 55px;
}
.expect_plan_list .swiper-container .swiper-button-next {
  right: 0;
  top: 55px;
}

/*20230821修正商品頁dot*/
.expect_plan_list .swiper-pagination {
  display: none;
}
.expect_plan_list .swiper-scrollbar{
  opacity: 1 !important;
  z-index: 1;
}
/*20230821修正商品頁dot*/

.expect_plan_list .swiper-container .swiper-button-next:hover, .expect_plan_list .swiper-container .swiper-button-prev:hover {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  background-color: #f5ac86;
  opacity: 1;
}
.expect_plan_noData {
  width: 100%;
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.expect_plan_noData > .text-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #1B1B1B;
}
.expect_plan_noData > .text-row > a {
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #4286DE;
}
.expect_plan_noData > .mfo_button {
  width: 207px !important;
  height: 61px !important;
  border: 2px solid #FF6700 !important;
  border-radius: 44.5px !important;
  margin: 0 !important;
}

.singlePlan_card .body .field {
  flex-wrap: nowrap;
}
.singlePlan_card .body .field .field_line {
  transform: translateY(0) !important;
}
.singlePlan_card .body .field.column {
  align-items: flex-start;
}
.singlePlan_card .body > button > p {
  line-height: 24px;
}
.singlePlan_card .card .price_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.singlePlan_card .card .price_box .price_box-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.singlePlan_card .card .price_box .price_box-item:last-child > p {
  transform: translateX(24px);
}
.singlePlan_card .card .price_box .price_box-item h2 {
  margin-top: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.singlePlan_card .card .price_box .price_box-item h2 img {
  width: 11.65px;
}
.singlePlan_card .card .price_box .price_box-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.singlePlan_card .body .footer > button.checked {
  background-color: #FF6700;
  color: white;
}
.singlePlan_card .body .footer > button.checked > img {
  display: block;
}
/* 符合您期待的方案 end */

/* 商品主體 start */
.gallery_wrapper {
  /*padding-top: 60px;
  width: 50%;*/
}
.mfo_product_information {
  width: 50%;
  margin-bottom: 40px !important;
}
.list-blue > li::marker {
  color: #4286DE;
}
.list-desc > li::marker {
  font-size: 14px;
}
.mfo_product_information section .label_row > .label_row_content > a {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-decoration-line: underline;
  color: #4286DE;
  cursor: pointer;
}
.gallery_wrapper .show_screen {
  width: 100%;
  position: relative;
}
.mfo-product-swiper-wrapper{
  /*display: block !important;
  overflow: hidden;
  position: relative;*/
}
.mfo-product-swiper-wrapper .swiper-slide img{
  /*width: 100%;*/
}
.mfo-product-swiper-wrapper .swiper-slide .play-video{
  /*
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
}
.mfo-product-swiper-wrapper .swiper-slide .play-video img{
  /*
  width: 110px;
  cursor: pointer;*/
}
.gallery_wrapper{
  /*width: 44%;*/
}
.gallery_wrapper .show_screen .hrs,
.mfo-product-swiper-wrapper .swiper-slide .hrs {
  /*
  position: absolute;
  width: 71px;
  height: 68px;
  background-image: url('../../assets/material/24HR.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;*/
}
.gallery_wrapper .show_screen img {
  width: 100%;
  max-width: 700px;
}
.gallery_wrapper .show_screen .imgStep {
  position: absolute;
  bottom: 8px;
  left: 20%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.gallery_wrapper .show_screen .imgStep .imgStep_dot {
  width: 12px;
  height: 12px;
  background-color: #E4E4E4;
  border-radius: 100%;
  transition: all 0.3s;
}
.gallery_wrapper .show_screen .imgStep .active {
  background-color: #FF6700;
  width: 37px;
  border-radius: 20px;
}
.gallery_wrapper .thumb_container {  
  /*overflow: hidden;
  width: 100%;
  margin-top: 15px; */
}
.gallery_wrapper .thumb_container .thumb {
  /*cursor: pointer;
  width: auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: initial;
  display: grid;
  place-items: center;;
  border: 5px solid transparent;*/
}
.gallery_wrapper .thumb_container .thumb.active {
  /*border-color: #FF6700;*/
}
.gallery_wrapper .thumb_container .thumb img {
  /*width: 120px;
  aspect-ratio: 1 / 1;*/
}
/* 商品主體 end */

/* form start */
.accordion .product_shipping_select .mfo_radio_group .radio_item_wrapper {
  width: 145px;
  height: 45px;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.accordion .product_shipping_select .mfo_radio_group .radio_item_wrapper:hover {
  box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
}
.accordion .product_shipping_select .mfo_radio_group .radio_item_wrapper.active {
  background-color: #ffefe5;
  border: 2px solid #FF6700;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset {
  width: 145px;
  height: 45px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin: 0 10px 16px 0;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper {
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding-left: 42px;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper.large {
  width: 160px !important;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper:hover {
  box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper.active {
  background: rgba(255, 103, 0, 0.1);
  border: 2px solid #FF6700 !important;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper > .checkmark {
  top: 11.5px;
  left: 12px;
}
.accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #1B1B1B;
}
/*.mfo_checkbox_wrapper:hover input ~ .checkmark {
  background-color: white !important;
  opacity: 1 !important;
}*/
/* form end */

/* 加購商品 start */
#additionalBlock .swiper-container{
  padding-right: 3px;
  padding-left: 2px;
}
#additionalBlock::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}
#additionalBlock > .add_product_card {
  margin-right: 32px;
}
#additionalBlock .no_data{
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_product_card > .product_info > .price_info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.add_product_card > .product_info > .price_info > p {
  font-size: 18px;
  line-height: 26px;
  color: #1B1B1B;
}
.add_product_card > .product_info > .price_info > span {
  color: #F73603;
  font-weight: 700;
  font-size: 24px;
}
.additional_card {
  /*
  width: 100%;
  max-width: 1600px;
  padding: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 40px auto 60px auto;
  */
}
.expect_bg + .additional_card{
  position: relative;
  z-index: 5;
}
.additional_card .label_row {
  color: #FF6700;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.additional_card .label_row .filterBox {
  margin-left: auto;
}
.additional_card .label_row .filterBox .mfo_select {
  width: 344px !important;
  height: 52px;
  margin-top: 0;
  margin-right: 31px;
}
.additional_card .label_row .filterBox .mfo_select p{
  /*overflow: hidden;
  height: 28px;
  margin-right: 48px;*/
}
.additional_card .label_row .filterBox .mfo_select .mfo_select_box {
  /*width: 100% !important;
  height: 100%;
  padding: 13px 16px;*/
}
.additional_card .label_row .filterBox .mfo_select .mfo_select_box::after {
  top: 20px;
  right: 20px;
}
.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box {
  width: 100% !important;
  /*width: max-content !important;
  min-width: fit-content;*/
}

/*20230821修正商品卡片dot*/
.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  display: block;
}

.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #eee;
  background-color: #eee;
}

.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
}
/*20230821修正商品卡片dot*/

.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box li > label{
  overflow: hidden;
  height: 40px;
}
.additional_card .label_row .ctl_container {
  display: flex;
  align-items: center;
}
.additional_card .label_row .round_btn,
.card_gallery .card_gallery_body .round_btn {
  width: 60px;
  height: 60px;
  background: url('../../assets/material/round_arrow.svg');
  background-repeat: no-repeat;
  border-radius: 25px;
  cursor: pointer;
  border: none;
  outline: none;
}
.additional_card .label_row .round_btn:hover,
.card_gallery .card_gallery_body .round_btn:hover {
  background: url('../../assets/material/round_arrow_disabled.svg');
}
.additional_card .label_row .round_btn:active,
.card_gallery .card_gallery_body .round_btn:active {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  /*background: url('../../assets/material/round_arrow.svg');*/
}
.additional_card .label_row .round_btn.disabled,
.card_gallery .card_gallery_body .round_btn.disabled {
  background: url('../../assets/material/round_arrow_disabled.svg');
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
}
.additional_card .label_row .round_btn.to_left,
.card_gallery .card_gallery_body .round_btn.to_left {
  /*transform: rotate(-180deg);*/
  margin-right: 40px;
}
.additional_card .label_row .round_btn.to_left:active,
.card_gallery .card_gallery_body .round_btn.to_left:active {
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
  /*background: url('../../assets/material/round_arrow.svg');*/
}

.additional_card .card_container {
  overflow: hidden;
  padding: 10px 0;
}
.additional_card .swiper-button-next{

}
.swiper-slide .mfo_card{
  max-width: unset !important;
  width: 100% !important;
  margin: 0 !important;
  /* border: none !important; */

}

.additional_card .product_card_box,
.card_gallery .card_container .product_card_box {
  width: 258px;
  height: 440px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-right: 10px;
}
.additional_card .card_container .mfo_product_card{
  margin: unset;
}
/* 加購商品 end */

/* 回到頁面頂端 start */
.back_to_top {
  width: 100%;
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #FF6700;
  cursor: pointer;
}
.back_to_top > div {
  display: flex;
  align-items: center;
}
.back_to_top .icon {
  width: 21px;
  height: 18px;
  background: url('../../assets/material/backToTop.svg') no-repeat center;
  display: inline-block;
  margin-right: 10px;
}
/* 回到頁面頂端 end */

/* footer start */
.fixFooter {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 17px 19px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.fixFooter > .product_list {
  width: 90%;
  max-width: 1152px;
  padding: 0 48px 16px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D2D2D2;
}
.fixFooter > .product_list > .plan_box {
  display: flex;
  align-items: center;
}
.fixFooter > .product_list > .plan_box > .tag_block {
  min-width: 120px;
  max-width: 120px;
  box-sizing: border-box;
  margin-bottom: auto;
}
.fixFooter > .product_list > .desc {
  padding-left: 120px;
  display: flex;
  align-items: center;
  gap: 48px;
}
.fixFooter > .product_list > .plan_box > h2, .fixFooter > .product_list > .desc > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.fixFooter > .product_list > .desc > p {
  font-size: 16px;
  color: #676767;
}
.fixFooter > .product_list.no-tag > .desc {
  padding-left: 0;
}

.fixFooter > .product_list > .plan_box > .product_list_price {
  margin-left: auto;
}
.fixFooter > .product_list > .plan_box > .product_list_price.total {
  display: flex;
  gap: 8px;
}
.fixFooter > .product_list > .plan_box > .product_list_price.total > p {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #F73603;
}
.fixFooter > .product_list > .plan_box > .product_list_price.total > img {
  cursor: pointer;
}
.fixFooter > .product_list > .plan_box > .product_list_price.total .rotate-img {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.fixFooter > .mfo_button {
  width: 340px !important;
  margin: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.fixFooter > .mfo_button:hover {
  color: white !important;
  background-color: #E44826 !important;
  border: 1px solid #E44826 !important;
}
.fixFooter_btn_icon::before {
  content: "";
  width: 23px;
  height: 20px;
  margin-right: 4px;
  background: url('../../assets/icons/list_white.svg') no-repeat center;
  background-size: contain;
}
.fixFooter > .mfo_button.disabled .bill {
  transform: translateX(100vw);
  filter: drop-shadow(#979797 -100vw 0);
}
/* footer end */

/* popup 相關 start */
.filterBoxPopup {
  width: 90%;
  max-width: 1518px;
}
.popupPage__block--body > .accordion > .label_row {
  text-align: left;
}
.popupPage__block--body > .accordion_footer {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.popupPage__block--body > .accordion_footer > button:nth-child(1) {
  width: 149px !important;
  height: 47px !important;
  margin: 0;
}
.popupPage__block--body > .accordion_footer > button:nth-child(2) {
  width: 184px !important;
  height: 47px !important;
  flex: none;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.popupPage__block--body > .accordion_footer > button:nth-child(2):hover {
  border-color: #F5AC86 !important;
}

.giveawayPopup {
  padding-top: 50px !important;
}
.giveawayPopup .giveawayPopup_content {
  padding-top: 0 !important;
}
.giveawayPopup_content > .title, .sendTypePopup_content > .title {
  width: 100%;
  text-align: center;
}
.giveawayPopup_content > .title > h2, .sendTypePopup_content > .title > h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #FF6700;
}
.giveawayPopup_content > .subTitle, .sendTypePopup_content > .subTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #1B1B1B;
  text-align: left;
}
.giveawayPopup_content > img, .sendTypePopup_content > img {
  margin: 0 auto;
  max-width: 100%;
}
.giveawayPopup_content > p, .sendTypePopup_content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;  
  color: #1B1B1B;
  text-align: left;
}
.giveawayPopup, .sendTypePopup {
  width: 80%;
  max-width: 624px !important;
}
.sendTypePopup_content {
  max-width: 374px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 24px;
}
.giveawayPopup_content {
  width: 100%;
  padding: 20px 100px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 24px;
}
.sendTypePopup > .popupPage__block--body {
  padding: 32px 0 0;
}
.sendTypePopup_content > .radioBtnGroup {
  padding: 0;
  display: flex;
  align-items: center;
}
.sendTypePopup_content > .radioBtnGroup > .accordion > .product_shipping_select {
  gap: 20px;
}
.sendTypePopup_content > .radioBtnGroup > .accordion > .product_shipping_select > .shipping_btn {
  font-size: 16px;
  min-width: 177px;
  margin: 0;
}
.sendTypePopup_content > .radioBtnGroup > .accordion > .product_shipping_select {
  flex-wrap: nowrap;
  margin-top: 0;
}
.sendTypePopup_content > .footer {
  justify-content: center;
}
.sendTypePopup_content > .footer > .mfo_button {
  margin: 0;
}
/* popup 相關 end */

.gallery_wrapper .thumb_container::-webkit-scrollbar,
.additional_card .card_container::-webkit-scrollbar {
  display: none;
}
.gallery_wrapper .thumb_container,
.additional_card .card_container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*20230821商品詳細頁dot*/
.additional_card  .swiper-scrollbar{
  opacity: 1 !important;
  z-index: 1;  
  width: 100%;
  position: relative;
  margin-top: 30px;  
  left: 0; 
  right: 0;
}
/*20230821商品詳細頁dot*/
/*940~991 20230811先註解，否則影響到合約表格格線，若沒有其他問題過段時間就可刪除了*/

/**商品規格+商品介紹 會有表格，有加了一個.no_bg 區分 popup出來的 合約表格，這樣就不會影響合約**/
#productDetailPage .mfo_tabs_wrapper.no_bg .panel_container table{
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;  
}
#productDetailPage .mfo_tabs_wrapper.no_bg .panel_container table[border="1"]{
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
#productDetailPage .mfo_tabs_wrapper.no_bg .panel_container table[border="1"] td{
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
#productDetailPage .mfo_tabs_wrapper.no_bg .panel_container table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#productDetailPage .mfo_tabs_wrapper.no_bg .panel_container table td {
  display: table-cell; 
  border: 1px;
  vertical-align: middle;
  line-height: 1.3;
  padding: 3px;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01{
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding:8px;
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1.5;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
  font-size: 18px;
  width: 25% !important;
  font-weight: 500;
  text-align: center;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(2){
  text-align: left;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td ul{
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
}
#productDetailPage .mfo_tabs_wrapper .panel_container .img_add_scrollbar{
  overflow: hidden;
  overflow-x: auto;
  text-align: center;
}
#productDetailPage .mfo_tabs_wrapper .panel_container .img_add_scrollbar img{
  max-width: fit-content;  
}
.error_text{
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #F73603;
}
.error_text.active{
  display: block;
}
.btn_active{
  color: white !important;
  background-color: #FF6700 !important;
  border: 1px solid #FF6700 !important;
}
i.alert{
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../../assets/icons/alert_orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-left: 5px; */
  margin-top: 1px;
  cursor: pointer;
}
.align_center{
  align-items: center !important;
}
.caption{
  cursor: pointer;
}
button.mfo_button.bell{  
  /*background-color: #35bf97 !important;
  border-color: #37a690 !important;*/
  border: 2px solid #098979 !important;
  background: #0EAA7D !important;
}
button.mfo_button.bell:hover{
  background: #34BF97 !important;  
  border: 2px solid #098979 !important;
}
button.mfo_button.bell:active{
  background: #0EAA7D !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*
button.mfo_button .bellRing{
  width: 24px;
  height: 24px;
  background-image: url(../../assets/icons/bellRing.svg);
  background-size: 100%;
  margin-right: 10px;
}
button.mfo_button .bill{
  width: 23px;
  height: 20px;
  background-image: url(../../assets/icons/list_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
*/
@media (max-width: 1600px) {
  .gallery_wrapper .thumb_container {
    /*gap: 10px;*/
    /* justify-content: space-between; */
  }
  .gallery_wrapper .thumb_container .thumb img {
    /*width: 105px;*/
  }
}
@media (max-width: 1440px) {
  .singlePlan_card .body .tagGroup .tag p {
    font-size: 12px;
  }
  .singlePlan_card .body .field, .singlePlan_card .body .column {
    font-size: 13px;
  }
  /*20230818 UI修正第一張專案卡片左側的框線消失*/
  .expect_plan_list .swiper-slide{
    padding: 0 5px;
  }  
  .expect_bg {  
    min-height: 950px;
  }
  .expect_bg.active{
    min-height: 1100px;
  }
  .expect_plan .singlePlan_card{
    max-width: 100%;
  }
  .expect_plan_list .swiper-container .swiper-button-prev {
    top: 60px;
  }
  .expect_plan_list .swiper-container .swiper-button-next {
    top: 60px;
  }
  .expect_bg.active::before{
    top: calc(9% - 16px);
  }
  .pageHeading {
    font-size: 28px;
  }
  .expect_bg {    
    min-height: 880px;
  }
  .expect_bg.active {   
    min-height: 1050px;
  }
}
@media (max-width: 1366px) {
  .gallery_wrapper {
    /*width: 50%;*/
  }
  .gallery_wrapper .thumb_container {
    /*gap: 10px;*/
    /* justify-content: space-between; */
  }
  .gallery_wrapper .thumb_container .thumb img {
    /*width: 90px;*/
  }
  .mfo_product_information {
    width: 50%;
  }
  .product_page_container {
    gap: 30px;
  }

  .singlePlan_card .card {
    /*background-size: 58%;*/
  }

  .productDetailPage{
    /*padding: 40px 3% 130px;*/
    /*overflow: hidden;*/
  }
  .expect_plan{
    padding-left: 0;
    padding-right: 0;
  } 
  .expect_plan_list .singlePlan_card .card{
    /*padding-left: 15.5px;
    padding-right: 15.5px;*/
  }
  .expect_plan_list .singlePlan_card .body{
    /*padding-left: 15.5px;
    padding-right: 15.5px;*/
  }
}

@media (max-width: 1280px) {
  .singlePlan_card .card {
    /*background-size: 42%;*/
  }
 
}
@media (max-width: 1180px) {
  .singlePlan_card .card {
    /*background-size: 45%;*/
  }
  .mfo_select_box{
    width: 92% !important;
  }
  .accordion > .mfo_select > .mfo_select_box, .mfo_select.open .mfo_select_items_box { 
    width: 92% !important;
  }
}
@media (max-width: 1024px) {
  
  .singlePlan_card .card {
    /*background-size: 26%;*/
  }

  .expect_bg {
    min-height: 82vw;
  }
  .expect_bg.active{
    min-height: 99vw;
  }
}
@media (max-width: 996px) {
  .singlePlan_card .card {
    /*background-size: 29%;*/
  }
  .round_btn {
    width: 52px !important;
    height: 52px !important;
    background-size: contain !important;
  }

  /* .expect_bg::before {
    height: 950px;
  } */
  .expect_bg {
    min-height: 88vw;
  }
  .expect_bg.active{
    min-height: 105vw;
  }
}
@media (max-width: 840px) {
  .popupPage__block--body--addbuy .productIntroduce .productIntroduce__field .mfo_select {
    width: 451px;
  }
  .expect_plan_list .swiper-container .swiper-button-prev, .expect_plan_list .swiper-container .swiper-button-next {
    display: none;
  }
  /*20230821修正商品專案卡dot*/
  .expect_plan_list .swiper-scrollbar {
    opacity: 1 !important;   
  }
  /*20230821修正商品專案卡dot*/
  .expect_plan_list {
    padding: 10px 0 60px;
  }
  .expect_plan_list .swiper-scrollbar{
    bottom: 30px;
  } 
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
    font-size: 12px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
    font-size: 14px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td ul{
    margin-left: 15px;
    font-size: 12px;
  }
  .expect_bg {
    min-height: 96vw;
  }
  .expect_bg.active{
    min-height: 122vw;
  }
  #additionalBlock .swiper-container{
    padding-bottom: 0;
  }
  .expect_bg.active::before{
    top: calc(9% - 19px);
  }
}
@media (max-width: 768px) {
  .pageHeading {
    font-size: 24px;
  }
  .mfo_select_box{
    width: 451px;
  }
  .expect_plan {
    padding: 0;
  }
 
  .expect_plan_list .swiper-container {
    margin: 0;
  }
  .expect_plan_list .singlePlan_card .card{
    /*padding-left: 22px;
    padding-right: 22px;*/
  }
  .expect_plan_list .singlePlan_card .body{
    /*padding-left: 22px;
    padding-right: 22px;*/
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper {
    position: relative;
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper:hover {
    box-shadow: none;
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper.active {
    border: none;
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: calc(100% - 2px);
    /* border: 1px solid #FF6700; */
    z-index: 1;
    border-radius: 8px;
  }
  .mfo-product-swiper-wrapper .swiper-slide .play-video img{
    width: 46px;
  }
  .additional_card .label_row .filterBox .mfo_select{
    margin-right: 15px;
  }
  .additional_card .label_row .round_btn.to_left, .card_gallery .card_gallery_body .round_btn.to_left{
    margin-right: 18px;
  }
  /* modal start */
  .popupPage__block--body > .accordion_footer {
    gap: 12px;
  }
  .popupPage__block--body > .accordion_footer > button:nth-child(1) {
    width: 110px !important;
    height: 37px !important;
    font-size: 14px;
  }
  .popupPage__block--body > .accordion_footer > button:nth-child(2) {
    width: 190px !important;
    height: 37px !important;
    font-size: 14px;
  }
  .popupPage__block--body > .accordion_footer > button:nth-child(2):hover {
    border-color: #F5AC86 !important;
  }
  /* modal end */

  .expect_bg::before {
    height: 963px;
  }
  .expect_bg {
    min-height: 105vw;
  }
  .expect_bg.active{
    min-height: 128vw;
  }
  .expect_bg.active::before{
    top: calc(9% - 15px);
  }
}
@media (max-width: 767px) {
  .accordion > .mfo_select > .mfo_select_box, .mfo_select.open .mfo_select_items_box { 
    width: 100% !important;
  }
  .accordion > .mfo_select.open .mfo_select_box::after{
    top:9px;
  }
  #productDetailPage {
    background-image: none;
  }
  .productDetailPage{
    /*padding: 18px 3% 130px 3%;*/

  }
  #productDetailPage > .mfo_breadcrumb {
    margin-bottom: 20px;
  }
  .price_field {
    font-size: 14px;
  }
  .price_field > .price-now > b, .price_field > .price-now > .text-red {
    font-size: 18px;
  }
  .price_field > .price-now > .location-end {
    font-size: 12px;
    transform: translateY(10px);
  }
  .gallery_wrapper {
    width: 100%;
  }
  .product_page_container {
    flex-direction: column;
  }
  .gallery_wrapper {
    /*padding-top: 30px;*/
    /* margin-bottom: 30px; */
  }
  .gallery_wrapper .thumb_container{
    /*display: none;*/
  }
  .mfo_product_information {
    width: 100%;
  }
  .add_product_card {
    height: 320px !important;
  }
  .add_product_card > .product_info > .price_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .add_product_card > .product_info > .price_info > p {
    font-size: 12px;
    line-height: 17.4px;
  }
  .add_product_card > .product_info > .price_info > span {
    font-size: 16px;
    margin-left: 3px;
  }
  .additional_card {
    padding: 20px;
    border-radius: 9px;
    margin: 48px 0;
  }
  .additional_card .label_row {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .additional_card .label_row > p {
    transform: translateY(-8px);
  }
  .additional_card .label_row .ctl_container {
    display: none;
  }
  .additional_card .product_card_box {
    width: 156px;
    height: 278px;
    margin-right: 8px;
  }
  .additional_card .product_card_box,
  .card_gallery .card_container .product_card_box {
    width: 158px;
    height: 300px;
    margin-right: 5px;
  }
  .advertisement_banner {
    width: 100vw;
    position: relative;
    transform: translateX(-3%);
    margin-bottom: 35px;
  }
  .back_to_top {padding-left: 3%;
    display: flex;
  }
  .card_gallery {
    padding-bottom: 30px;
    margin-bottom: 40px;
    width: 100vw;
    transform: translateX(-3%);
  }
  .card_gallery .card_gallery_head {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 28px;
  }
  .card_gallery .card_gallery_body {
    display: block;
  }
  .card_gallery .card_gallery_body .round_btn {
    display: none;
  }
  .singlePlan_card .card {
    /*background-size: 37%;*/
  }

  .shipping_btn:hover {
    box-shadow: none;
  }
  .shipping_btn:active {
    background: transparent !important;
    border-color: #D2D2D2 !important;
  }
  .shipping_btn:active::after {
    border-color: transparent !important;
  }
  .mfo_product_information section .info_row .heart {
    min-width: 20px;
    max-width: 20px;
  }
  /* popup start */
  .giveawayPopup_content {
    padding: 0 !important;
  }
  .mfo_checkbox_wrapper span {
    font-size: 12px;
  }
  .additional_card .label_row .filterBox .mfo_select {
    width: 260px; 
    height: 48px;
  }
  .additional_card .label_row .filterBox .mfo_select .mfo_select_items_box li > label{    
    height: 33px;
  }
  .additional_card .label_row .filterBox .mfo_select p{
    overflow: hidden;
    height: 24px;
    margin-right: 30px;
  }
  .opupPage__block--body--addbuy .productIntroduce .productIntroduce__field .mfo_select, .popupPage__block--body--addbuy .productIntroduce .productIntroduce__field .mfo_select .mfo_select_box {
    width: 100% !important;
  }
  /* popup end */
  .additional_card .card_container{
    padding: 0 !important;
  }
  .expect_bg + .additional_card{
    padding: 20px;
  }
}
@media (max-width: 768px) {
  /*
  .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
  }*/
  .pageHeading h1{
    padding: 20px 0;
  }
}
@media (max-width: 650px) {
  .singlePlan_card .card {
    /*background-size: 45%;*/
  }
  .additional_card .label_row .filterBox .mfo_select{
    width: 220px !important;
  }
}
@media (max-width: 640px) {
  .pageHeading {
    font-size: 20px;
    line-height: 24px;
}
  .expect_bg::before {
    height: 850px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
    padding: 5px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
    width: 35% !important;
  }
  .expect_plan_list .singlePlan_card .card{
    /*padding-left: 20px;
    padding-right: 20px;*/
  }
  .expect_plan_list .singlePlan_card .body{
    /*padding-left: 20px;
    padding-right: 20px;*/
  } 
  .expect_bg {
    min-height: 105vw;
  }
  .expect_bg.active{
    min-height: 110vw;
  }
  .expect_bg + .additional_card{
    margin-top: 50px;
  }
  .expect_bg.active::before{
    top: calc(9% - 14px);
  }
}
@media (max-width: 480px) {
  #productDetailPage {
    background-image: none;
  }
  .productDetailPage {
    /*padding: 18px 3% 130px 3%;*/
  }
  .pageHeading {
    /*font-size: 18px;
    line-height: 24px;*/
  }
  .mfo-product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    /*padding-bottom: 20px;*/
  }
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*width: 24px !important;*/
  }
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination-bullet {
    /*margin: 0 6px !important;*/
  }

  .product_page_container {
    /*gap: 28px;*/
  }
  .mfo_product_information {
    margin-bottom: 28px !important;
  }
  .mfo_product_information > section > .info_row {
    margin-bottom: 14px;
  }
  .mfo_product_information section .btn-row {
    margin-bottom: 9px !important;
  }
  .price_field {
    gap: 3px;
  }
  .price_field, .price_field > .price-now > .location-end {
    font-size: 14px;
    line-height: 20px;
  }
  .price_field > .price-now > b, .price_field > .price-now > .text-red {
    font-size: 18px;
    line-height: 26px;
  }
  .price_field > .price-now > .location-end {
    transform: translateY(3px);
  }
  .mfo_product_information section.second_content .row {
    margin-bottom: 10px !important;
  }
  .mfo_product_information section.second_content .row:last-child {
    margin-bottom: 0 !important;
  }
  /* 商品簡介 start */
  .mfo_product_information section.accordion .accordion_content.summary li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
  }
  /* 商品簡介 end */

  .product_shipping_select {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
  .product_shipping_select.cut_one_phone {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product_shipping_select.cut_third_phone {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product_shipping_select.cut_forth_phone {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product_shipping_select.cut_third_phone .mfo_radio_group .radio_item_wrapper, .product_shipping_select.cut_forth_phone .mfo_radio_group .radio_item_wrapper {
    width: 100%;
  }
  .mfo_radio_group.disabled .radio_item_wrapper {
    color: rgba(23, 23, 26, 0.8);
    border: 1px solid #C9C9C9;
    cursor: initial;
    background-color: #F4F4F4;
  }
  .mfo_select .mfo_select_box {
    width: 100% !important;
  }
  .mfo_select .mfo_select_box::after {
    width: 16px !important;
    height: 16px !important;
    background-size: contain;
  }
  
  .mfo_select.open > .mfo_select_box::after{
    top: 10px;
  }
  .mfo_select.open .mfo_select_items_box {
    width: 100% !important;
  }

  .shipping_btn {
    min-width: 99px;
    margin: 0 !important;
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset {
    width: 100%;
    min-width: 100%;
  }
  .accordion > .product_shipping_select > .mfo_checkbox_fieldset > .mfo_checkbox_wrapper > p {
    font-size: 14px;
    line-height: 20px;
  }

  .mfo_product_information section .label_row > .label_row_content > a {
    font-size: 14px;
    line-height: 20px;
  }

  .expect_bg::before {
    /*
    height:calc(100% - 80px);
    top: 80px;

    width: 107%;
    left: 50%;
    transform: translateX(-50%);*/
  }
  .expect_plan_list .swiper-scrollbar{
    bottom: 20px;
  }
  .expect_plan_noData {
    height: 750px;
    gap: 12px;
  }
  .expect_plan {
    padding: 0;
  }
  .expect_plan_noData > .text-row {
    font-size: 18px;
    line-height: 26px;
  }
  .expect_plan_noData > .mfo_button {
    width: 128px !important;
    height: 31px !important;
    padding: 0;
    white-space: nowrap ;
    font-size: 14px;
  }

  .expect_plan_list {
    margin-top: 15px;
    padding: 0;
  }
  .expect_plan_list .swiper-container {
    /* margin: 0 -80vw; */
  }
  .expect_plan_list .swiper-slide {
    /*transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    padding: 0;*/
  }
  
  .singlePlan_card .card {
    /*height: calc(192px - 32px);*/
  }
  .singlePlan_card .card .price_box .price_box-item h2 {
    /*font-size: 32px;
    line-height: 41px;*/
  }
  .singlePlan_card .card .price_box .price_box-item h2 img {
    /*width: 8px;*/
  }
  .singlePlan_card .card .price_box .price_box-item p {
    /*font-size: 14px;
    line-height: 20px;*/
  }
  /* 您可能會喜歡的商品 end */

  /* 加購商品 start */

  #additionalBlock > .add_product_card {
    margin-right: 9px;
  }
  .add_product_card {
    height: 320px !important;
  }
  .add_product_card > .product_info > .price_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .add_product_card > .product_info > .price_info > p {
    font-size: 12px;
    line-height: 17.4px;
  }
  .add_product_card > .product_info > .price_info > span {
    font-size: 16px;
    margin-left: 3px;
  }
  .additional_card {
    margin-top: 40px;
  }
  .additional_card .label_row{
    /*display: block;
    margin-top: 15px;*/
  }
  .additional_card .label_row .filterBox .mfo_select {
    /*width: 100px;*/
    width: 240px;
    height: 48px;
    margin-right: 0;
  }
  .additional_card .label_row .filterBox .mfo_select .mfo_select_box {
    padding: 14px 10px;
    display: flex;
    align-items: center;
  }
  .additional_card .label_row .filterBox .mfo_select .mfo_select_box::after {
    height: auto;
    top: 18px;
    right: 12px;
  }
  .additional_card .label_row .filterBox .mfo_select.open .mfo_select_box::after {
    top: 12px;
  }
  /* 加購商品 end */

  /* footer start */
  .fixFooter {
    padding: 11px 46px;
    gap: 10px;
  }
  .fixFooter > .product_list {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
  .fixFooter > .product_list.no-tag {
    padding: 0;
    border: none;
  }
  .fixFooter > .product_list > .plan_box {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .fixFooter > .product_list > .plan_box > h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
  }
  .fixFooter > .product_list > .desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left: 0;
  }
  .fixFooter > .product_list > .desc > p {
    font-size: 12px;
    line-height: 22px;
    color: #676767;
  }
  .fixFooter > .product_list.no-tag > .plan_box {
    flex-direction: row;
  }
  .fixFooter > .product_list > .plan_box > .product_list_price.total > p {
    font-size: 20px;
    line-height: 29px;
  }
  .fixFooter > .product_list > .plan_box > .product_list_price.total > img {
    width: 7px;
  }
  .fixFooter > .mfo_button {
    width: 100% !important;
    height: 48px !important;
  }
  /* footer end */

  /* popup start */
  .filterBoxPopup {
    width: 95% !important;
  }
  .filterBoxPopup > .popupPage__block--body {
    padding: 20px 8px;
  }
  .filterBoxPopup > .popupPage__block--body > .accordion_footer {
    margin-top: 16px;
  }
  .filterBoxPopup > .popupPage__block--body > .accordion_footer > .mfo_button {
    margin-bottom: 0;
  }
  .popupPage__block--body > .accordion_footer
  .giveawayPopup, .sendTypePopup {
    padding-top: 40px !important;
  }
  .sendTypePopup {
    width: 90%;
    max-width: 334px !important;
  }
  .giveawayPopup_content, .sendTypePopup_content {
    padding-top: 0 !important;
  }
  .giveawayPopup_content > .title > h2, .sendTypePopup_content > .title > h2 {
    font-size: 16px;
    line-height: 23px;
  }
  .giveawayPopup_content > .subTitle, .giveawayPopup_content > p, .sendTypePopup_content > .subTitle, .sendTypePopup_content > p {
    font-size: 14px;
    line-height: 20px;
  }
  .giveawayPopup_content > img, .sendTypePopup_content > img {
    width: 100%;
    max-width: 100%;
  }
  .sendTypePopup_content > .radioBtnGroup, .sendTypePopup_content > .radioBtnGroup > .accordion {
    width: 100%;
  }
  .sendTypePopup_content > .radioBtnGroup > .accordion > .product_shipping_select {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sendTypePopup_content > .radioBtnGroup > .accordion > .product_shipping_select > .shipping_btn {
    /* padding: 17px 0; */
    font-size: 14px;
  }
  .sendTypePopup_content > .footer > .mfo_button {
    width: 100%;
    height: 37px;
  }
  /* popup end */
}
@media (max-width: 480px) {
  .expect_plan_list .swiper-container .swiper-wrapper {
    padding-bottom: 50px;
  }
}
