<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*修正為bootsrap4適用*/
/*每個區塊的頁底間距*/
#abroad-area , .checkout-tabs ,.cart_block_bg{
margin-bottom:15px;
}
/*--運送區域start--*/
/*運送區域標題*/
#abroad-title{
margin-bottom:5px;
}
#abroad-area .btn{
margin-bottom: 5px;
}
@media (max-width: 768px) {
  #abroad-title {
    background: url(../images/tab_icon.png) no-repeat right;
    font-size: 1rem;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
  }
  #abroad-btn {
    padding: 10px;
    background: #F3F3F3;
  }
}
/*--運送區域end--*/
/*--付款與運送方式start--*/
/*tab的css*/
/*付款次選單*/
.payment_ext_memo {
  padding-left: 10px;
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.checkout-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
}
.checkout-tabs .radio-hidden {
  display: none;
}
.checkout-tabs input[type=radio][active] + .tab-btn {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  position: relative;
  bottom: -1px;
}
.checkout-tabs input[type=radio][active] + .tab-btn + .tab-content {
  display: block;
  order: 1;
}
.checkout-tabs .tab-btn {
  margin: 0 6px 0 0;
  cursor: pointer;
  padding: 0px 15px;
  height: 38px;
  line-height: 38px;
  background-color: #EEEEEE;
  color: #333;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  font-size: 1rem;
}
.checkout-tabs .tab-btn:first-of-type {
  margin-left: 0;
}
.checkout-tabs .tab-content {
  /* padding: 1em;*/
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 3px 3px 3px;
  background: #fff;
  padding: 20px 20px 5px 20px;
  display: none;
}
.checkout-tabs .tab-content .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.checkout-tabs .tab-content .list-group {
  margin-bottom: 0px;
}
/*發票內的欄位間距*/
.checkout-tabs .tab-content .list-group-item {
    background-color: transparent;
    border: 0;
    padding: 5px 0;
}
/*發票label距離調整*/
@media (min-width: 576px) {
  #einvoice_donate_data.form-inline label, #einvoice_data.form-inline label {
  justify-content: flex-start;
  }
}
/*假的點擊按鈕*/
.checkout-tabs .checkmark {
        height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -5px;
    position: relative;
}

.checkout-tabs .checkmark:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3981e;
   display: none;
}
.checkout-tabs input[type=radio]:checked + .tab-btn .checkmark:after {
    display: block;
 }
 /*清除運送區域等字體變粗*/
.checkout-tabs label {
    font-weight: normal;
}
/*運送的每列項目*/
.deliver-block-item {
 display: flex;
 flex-flow: wrap;
 padding: 0 15px;
}
/*購物說明限制寬度*/
.deliver-block-item .deliver-block-title {
 min-width: 400px;
 width: 520px;
 font-size: 1rem;
}
@media (max-width: 768px){
  .deliver-block-item .deliver-block-title{
    width: auto;
  }
  }
.deliver-block-item .deliver-block-price .deliver_no_portage {
 color: #A00;
 margin-left: 12px;
}
.deliver-block-item .portage_memo {
 flex: 1 100%;
 padding-left: 15px;
 color: var(--primary);
}

/*運送區域附註文字*/
.deliver-block-item .portage_memo p {
    margin: 0;
font-size: 13px;
}
/*付款運送費用最小寬度*/
.deliver-block-price  span#portage_price_1 {
    min-width: 25px;
    display: inline-block;
}
/*會員資料禁止填寫欄位*/
.form-control[readonly]{
border: 0;
box-shadow: none;
background-color: transparent;
}
@media (max-width: 768px) {
  .checkout-tabs .tab-btn {
    margin-left: 0;
/*  margin-top: -1px;*/
    display: block; 
  }
  .checkout-tabs input[type=radio]:checked + .tab-btn {
    background: url(../images/tab_icon.png) no-repeat right;
    font-size: 1rem;
/*     font-size: 1.5rem; */
    color: #333333;
    border: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
  }
  .checkout-tabs .tab-btn {
    background: url(../images/tab_icon.png) no-repeat right #ffffff;
    border-bottom: 1px solid #dddddd;
    height: 56px;
    line-height: 48px;
    padding: 4px 5px;
  }
  .checkout-tabs .tab-content {
    border: 0px solid #ddd;
    border-radius: 0;
    background: #F3F3F3;
    padding: 16px 8px;
  }
  .checkout-tabs .tabs {
    display: block;
  }
  /*運送的每列項目*/
  .deliver-block-item {
    justify-content: space-between;
  }
  .deliver-block-item .deliver-block-title {
    min-width: auto;
    margin-right: 15px;
    flex: 1;
  }
  .deliver-block-item .deliver-block-price {
    min-width: 100px;
  }
  .deliver-block-item .deliver-block-price .deliver_no_portage {
    display: block;
    margin-left: 0px;
  }
  .deliver-block-item .portage_memo {
    flex: 1 100%;
    padding-left: 15px;
    color: #999999;
  }
  /*付款次選單*/
  .payment_ext_memo {
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin: -10px -10px 0 -10px;
    background: #E8E8E8;
  }
}
/*--付款與運送區域end--*/
/*-- 購物車列表start --*/
#cart_welcome {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.list-event-icon {
  background: #F85757;
  color: #fff;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 3px;
}
/*-- 購物車列表end --*/
/*-- 購物車金額start--*/
.product_weight_text {
  color: #bbb;
}
.cart_col_amount {
  text-align: right;
}
.cart_col_amount label {
  margin-bottom: 0px;
  font-weight: normal;
}
/*-- 購物車金額end--*/
/*--優惠券-跳出視窗start--*/
.modal-memo,
.coupon-memo {
  padding-right: 24px;
  line-height: 1.6;
  color: #bbb;
}
.coupon-memo {
  text-align: center;
}
/*--優惠券-跳出視窗end--*/
/*---購物金紅利點數-跳出視窗start--*/
.bonus-color {
  color: #FF0000;
}
/*--購物金紅利點數-跳出視窗end--*/
/*頭部大標題start*/
.cart-title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cart-title h3 {
  color: #f3981e;
  margin: 2px 0;
}
.cart-title small {
  display: block;
  color: #ccc;
}
/*頭部大標題end*/
/*常用收件門市/地址按鈕*/
.btn-select {
  float: none;
}
/*選擇門市時的圖片與按鈕間距*/
.store-select{
    margin-bottom: 5px;
}
.store-select img {
    margin-right: 5px;
}
/*常用地址和門市垃圾桶*/
.delete_used_store,.delete_used_address {
    position: absolute;
    right: 0;
    bottom: 0;
   color:#999;
}
/*下一步的按鈕-電腦版*/
.checkout_block {
  text-align: center;
   margin-top: 10px;
}
.checkout_block button:first-child{
  margin-right: 10px;
}
.checkout_block .checkout_block_back span {
  display: none;
}
.checkout_block .checkout_block_price {
  display: none;
}
.confirm-item {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  min-height: 135px;
}
.confirm-item ul {
  margin: 0;
  padding: 0;
}
.confirm-item ul li {
  list-style-type: none;
  padding: 0;
}
/*會員同意按鈕*/
.agreement {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 4px 15px;
  margin: 15px auto;
  display: table;
}
@media (max-width: 991px) {
  .btn-select {
    float: right;
  }
}
@media (max-width: 767px) {
  .deliver-block-item {
    padding: 0px;
}
  /*下一步的按鈕-手機上漂浮*/
  .checkout_block {
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    text-align: right;
    background: #F3F3F3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;
    -moz-box-shadow: 0 0 3px #999999;
    border: 0;
  }
  .checkout_block .row {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout_block .row .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .checkout_block .btn {
    padding: 12px;
  }
  .checkout_block .checkout_block_back {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
    width: 58%;
    margin: 0;
    text-align: left;
    color: #666;
    background-color: transparent;
  }
  .checkout_block .checkout_block_back span {
    display: inline;
  }
  .checkout_block .checkout_block_next {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
    width: 40%;
    margin: 0;
    background-color: #D84E06;
  }
  .checkout_block .checkout_block_back , .checkout_block .checkout_block_next{
    font-size: 15px;
    font-weight: bold;
}
  .checkout_block .checkout_block_price {
    display: inline-block;
    padding-left: 10px;
  }
  /*繼續購物按鈕增加圖片*/
.checkout_block .checkout_block_back{
background: url(../images/back-icon.png) no-repeat 5px center;
padding-left: 20px;
}
/*清除繼續購物按鈕的底色*/
.checkout_block .checkout_block_back:hover , .checkout_block .checkout_block_back:focus,.checkout_block .checkout_block_back:active{
color:#333;  
background-color: transparent;
  border-color: transparent;
}
/*總金額時清除圖標*/
span.checkout_block_price.checkout_block_back {
    background: none;
    padding: 10px 10px;
}
  .checkout_block button:first-child {
    margin-right: 0px;
}
  .confirm-item {
    border: 0px solid #ddd;
    min-height: auto;
  }
  #mobile-float {
    display:none!important;
  }
  footer{
    display:none!important;
  }
  .footer_migulu {
    display:none!important;
  }
  /*增加同意按鈕至底*/
.agreement {
    display: block;
    text-align: center;
}
}

#couponSelect .radio label {
   width: 100%;
}
@media (max-width: 768px){
/*發票統編抬頭標題隱藏*/
#company_invoice_data label {
   display: none;
}
/*欄位最後一個不要有間距*/
.checkout-tabs .tab-content .form-group:last-child {
   margin-bottom: 0;
}
}

/*選擇欄位右邊增加空位*/
input[type="radio"], input[type="checkbox"] {
    margin-right: 4px;
}

/*20200818-新增付款備註-單行*/
.checkout-tabs .tab-btn {
 overflow: initial;
 position: relative;
 min-height:38px;
 height:auto;
}
.pay-memo{
    position: absolute;
    z-index: 1;
    left: 24px;
    top: 40px;
    min-width: 320px;
    visibility: hidden;
    opacity: 0;
    display:block;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.1), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background: #f3f3f3;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 2.2;
    transition: all ease-out .2s;
/*     white-space : nowrap; */
}
.tab-btn:hover &gt; .pay-memo{
  opacity: 1;
 visibility: visible;
}
@media  (max-width: 768px) {
  .pay-memo{
    position: relative;
    left: auto;
    top: auto;
    display: block;
    opacity: 1;
    color:#999999;
    line-height:1.8;
    visibility: visible;
    white-space: pre-wrap;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    padding: 0px;
    min-width: auto;
    margin: 0 26px 8px 26px;
  }
}

/*20200818-新增信用卡分期付款*/
.installment-block {
  margin-bottom: 8px;
  padding: 0 0 8px 0;
}
.installment-block ul {
  padding: 8px 0 0 16px;
  margin: 0;
  list-style-type: none;
}
.installment-block ul li {
  margin: 0 8px 12px 0;
}
.installment-block label {
  margin-bottom: 0px;
}
.installment-memo {
  color: #666666;
  font-size: 0.875rem;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .installment-block {
    padding: 10px 0 8px 10px;
    margin: -16px -8px 8px -8px;
  }
}

/*分台購物車頁籤*/
.separate-checkout {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.separate-checkout ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.separate-checkout ul li {
  list-style-type: none;
  flex: 1;
  max-width: 280px;
}

.separate-checkout-item {
  display: flex;
  min-height: 48px;
  height: 100%;
  align-items: center;
  background: #EEEEEE;
  border-right: 4px solid #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
.separate-checkout-item:hover, .separate-checkout-item.active {
  position: relative;
  background: #666666;
  color: #ffffff;
}
.separate-checkout-item:hover a, .separate-checkout-item.active a {
  color: #ffffff;
}
.separate-checkout-item:hover::after, .separate-checkout-item.active::after {
  display: block;
  content: '';
  border-width: 10px;
  border-style: solid;
  border-color: #666666 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
}
.separate-checkout-item a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 4px 12px;
}

@media (max-width: 991.98px) {
  .separate-checkout-item {
    font-size: 1.125rem;
  }
}

/*=== 購物車加圖文贈品版本  ===*/
.add_product_title--brand, .add_product_title--amount {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.add_product_title--brand::before, .add_product_title--amount::before {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 4px;
}

.add_product_title--brand {
  /*品牌贈*/
}

.add_product_title--brand::before {
  content: "品牌贈";
  background-color: #ff6633;
}

.add_product_title--amount {
  /*滿額贈*/
}

.add_product_title--amount::before {
  content: "滿額贈";
  background-color: #c53301;
}

.add_product--cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 2rem);
}

.add_product--cart li {
  margin: 5px 0;
  padding: 0 0.25rem;
  width: 260px;
}

.add_product--cart li .form-check {
  padding-left: 0 !important;
  margin-bottom: 0.5rem;
  height: calc(100% - 0.5rem);
}

.add_product--cart li .form-check-input {
  position: absolute;
  top: 0.25rem;
  left: 1.7rem;
  z-index: 1;
}

.add_product--cart .add_product_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1.4rem;
  border-radius: 4px;
  border: 2px solid #eeeeee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.add_product--cart .add_product_item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.add_product--cart .add_product_item.disabled {
  opacity: 0.6;
  background-color: #eeeeee;
}

.add_product--cart input[type="checkbox"]:checked + .add_product_item {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid var(--primary);
}

.add_product--cart .add_product_img {
  display: block;
  width: auto;
  margin: 0 auto;
  width: 60px;
  padding-top: 60px;
  position: relative;
}

.add_product--cart .add_product_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.add_product--cart .add_product .bmd-form-group {
  padding-top: 0;
}

.add_product--cart .add_product_info {
  width: 70%;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.add_product--cart .add_product_spec_select .form-control {
  height: auto;
  max-width: 130px;
}

.add_product--cart .add_product_link {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.add_product--cart .add_product_link a {
  color: #333333;
}

.add_product--cart .add_product_link a:hover {
  color: var(--primary);
}

.add_product--cart .add_product_price {
  font-size: 0.75rem;
  color: #666666;
  margin-top: auto;
}

/*偶數區塊變色*/
/*尺寸和數量限制卡片210px寬度以上不降行. 如果不支援的瀏覽器會看到上下兩行*/
@media (max-width: 1198px) {
  .add_product--cart li {
    width: 214px;
  }
}

@media (max-width: 576px) {
  .add_product--cart li {
    width: 50%;
  }
  .add_product--cart .add_product_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem;
  }
  .add_product--cart .add_product_info {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .add_product--cart .add_product_spec_select .form-control {
    margin-left: auto;
    margin-right: auto;
  }
}

/*贈品提醒區塊*/
.cart-remind {
  background-color: #eeeeee;
  border-radius: 4px;
  padding: 0.5rem;
}

/*=== 1213修改 ===*/
/*品牌贈大區塊--1階段只有1個商品*/
.add_product--one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}

.add_product--one .add_product--cart ul {
  height: 100%;
}

.add_product--one .add_product--cart .add_product_title--amount,
.add_product--one .add_product--cart .add_product_title--brand {
  display: none;
}

.add_product--one .add_product--cart:first-child .add_product_title--amount, .add_product--one .add_product--cart:first-child .add_product_title--brand {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*第一個icon顯示*/
  font-size: 0;
}

.add_product--one .add_product--cart:first-child .add_product_title--amount::before, .add_product--one .add_product--cart:first-child .add_product_title--brand::before {
  display: block;
  opacity: 1;
}

@media (max-width: 576px) {
  .add_product--one .add_product--cart {
    width: 50%;
  }
  .add_product--one .add_product--cart li {
    width: 100%;
  }
}

/*複數區塊-任1階段有複數商品時排版採視區塊大小排版與降行，標題保留*/
.add_product--plural {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.add_product--plural .add_product--cart {
  width: 100%;
}

.cart-guest-info{
  background: #eee;
  border-radius: 8px ;
  padding:0.5rem 1rem 1rem 1rem ;
  margin-top: 0.5rem;
}
.cart-guest-info .form-text{
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.sm-form-county select{
margin-bottom:1rem;
}
/*----- 425以下 避免有紅利商品欄位時破版  -----*/
@media (max-width: 425px){
 #cart_list .table th, #cart_list .table td {
    padding: 6px;
  }
 #cart_list select.select {
     margin: 0; 
}
.cart_product_data {
  min-width: 140px;
}
}

@media (max-width: 375px){
  #cart_list .table th, #cart_list .table td {
     padding: 4px;
   }
 }</pre></body></html>