body {
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.mobile-carts-tabs .mobile-cart-tab{
  display: none;
}

.mobile-carts-tabs .mobile-cart-tab.cur{
  display: block;
}

.mobile-carts-tabs .pay-form .form-item label{
  display: none;
}

.mobile-carts-tabs .pay-form .form-item input{
  width: 100%;
}

.mobile-carts-tabs .pay-form .form-item.form-tel input{
  width:72%;
}



/* 請選擇需清洗冷氣的類型-start  */

.appoint-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.z-title{
  font-weight: bold;
  font-size: 46px;
  color: #4B83F4;
  line-height: 54px;
  text-align: center;
  margin-bottom: 60px;
}
.appoint-box{
  display: flex;
  border-radius: 15px;
  box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2);
  padding: 20px;
  margin: 50px 0;
}
.a-left{
  width: 35%;
}
.a-right{
  width: 65%;
  padding: 0 40px;
  position: relative;
}
.a-right .price{
  font-weight: bold;
  font-size: 32px;
  color: #4B83F4;
  line-height: 38px;
  position: absolute;
  right: 5%;
  top: 3%;
}
.a-right h3{
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
}
.a-right .txt,.sec-txt{
  font-size: 21px;
  color: #333333;
  line-height: 35px;
}
.sec-txt{
  margin-top: 20px;
}
.a-right .sec-txt span{
  color: #F83434;
}
.a-right .blue-txt{
  display: flex;
  align-items: center;
  column-gap: 20px;
  align-items: center;
  margin: 30px 0;
}
.blue-txt p{
  font-weight: bold;
  font-size: 28px;
  color: #4B83F4;
  line-height: 44px;
  margin: 0;
}
.blue-txt span a{
  font-weight: bold;
  font-size: 18px;
  color: #4B83F4;
  line-height: 30px;
  text-decoration: underline !important;
}
.box-bt{
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
}
.counter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}

.counter-button {
  border:1px solid #E3E4E5;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50px 0 0px 50px;
  font-weight: bold;
}
.counter-button2{
  border-radius: 0px 50px 50px 0px;
}

.minus-btn[disabled]{
  background-color: #f7f7f7;
}

.counter-button:hover {
  background-color: #e0e0e0;
}

#counter-value {
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  padding: 15px;
  padding-bottom: 13px;
  font-size: 16px;
  border-top:1px solid #E3E4E5;
  border-bottom:1px solid #E3E4E5;
}

.cart-btn .more .button__bg{
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #4B83F4;
}
.cart-btn .more span{
  color: #4B83F4;
  font-size: 17px;
  line-height: 17px;
  padding: 2rem 4em;
}
.cart-btn .more .button__bg::before,.cart-btn .more .button__bg::after{
  background-color: #4B83F4;
}
.cart-btn .more:hover span{
  color: #FFFFFF;
}
.pay-btn .more .button__bg{
  border-radius: 5px;
}
.pay-btn .more span{
  font-size: 17px;
  line-height: 17px;
  padding: 2rem 4em;
}


/* 請選擇需清洗冷氣的類型-end */



@media screen and (max-width:768px) {
  .p-box{
    margin: 10px auto;
    width: 90%;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
  }
  .p-left{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p-left img{
    width: 100%;
  }
  .p-right{
    width: 100%;
    padding: 0;
  }
  .p-right h5{
    font-size: 30px;
    line-height: 30px;
  }
  .p-right p{
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .p-box-left .pro-num{
    top: 0%;
    display: none;
  }
  .p-box-right .pro-num{
    top: 0%;
    display: none;
  }
  .pro-container>h3{
    margin-bottom: 30px;
  }
  #process{
    padding: 20px 0;
  }
  
}


/* 購物車彈窗-start */
#cartModal.cart-modal.fade .modal-dialog,#sPayModal.sPay-modal.fade .modal-dialog{
  transform: translate3d(0,10vh,0);
  margin: 0;
}
#cartModal.cart-modal.in .modal-dialog,#sPayModal.sPay-modal.in .modal-dialog{
  transform: translate3d(0,0,0);
  margin: 0;
}
#cartModal{
  padding-right: 0 !important;
}


#cartModal .cart-dialog,#sPayModal .cart-dialog{
  margin: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
}

#sPayModal .cart-dialog{
  height: auto;
}

#cartModal .cart-dialog .modal-content{
  height: 100%;
  border-radius: 50px 50px 0 0;
  padding: 20px 0;
}

#cartModal .cart-dialog .cart-container{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

#cartModal .cart-container>h3{
  font-weight: bold;
  font-size: 32px;
  color: #4B83F4;
  line-height: 38px;
  padding: 0 50px;
}
#cartModal .cart-title{
  padding: 0 50px 20px 50px;
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #C8C8C8;
  column-gap: 20px;
}
#cartModal .cart-title div{
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}
#cartModal .cart-title #ser-pro,#ser-increase{
  width: 37%;
}
#cartModal .cart-title #ser-increase{
  width: 38%;
}
#cartModal .cart-title #ser-pay{
  width: 10%;
}
#cartModal .cart-title #cart-num{
  width: 15%;
  text-align: center;
}
#cartModal .cart-box{
  display: flex;
  padding: 20px 50px;
  column-gap: 20px;
  border-bottom: 1px solid #C8C8C8;
}
#cartModal .cart-box .ser-pro{
  width: 37%;
}
#cartModal .cart-box .ser-increase{
  width: 38%;
}
#cartModal .cart-box .ser-pay{
  width: 10%;
}
#cartModal .cart-box .cart-num{
  width: 15%;
}
#cartModal .cart-box .ser-pro{
  display: flex;
}
#cartModal .ser-pro img{
  width: 130px;
}
#cartModal .ser-pro .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
#cartModal .ser-pro .item h5{
  font-size: 17px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}
#cartModal .ser-pro .item p{
  font-size: 15px;
  color: #333333;
  line-height: 21px;
}

#cartModal .ser-pay{
  display: flex;
  align-items: center;
}

#cartModal .ser-pay p{
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}

#cartModal .cart-num{
  display: flex;
  justify-content: center;
}
#cartModal .counter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}



#cartModal .minus-btn[disabled]{
  background-color: #f7f7f7;
}

#cartModal .counter-button:hover {
  background-color: #e0e0e0;
}



#cartModal .ser-increase{
  display: flex;
  align-items: center;
  column-gap: 40px;
}
#cartModal .ser-increase .item p{
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 15px;
}
#cartModal .ser-increase .item span{
  font-size: 15px;
  color: #333333;
  line-height: 21px;
}
#cartModal .ser-increase .icon{
  display: flex;
  column-gap: 15px;
}
#cartModal .ser-increase .icon img{
  width: 50px;
  height: 50px;
}

#cartModal .total{
  padding: 30px 70px 0 0;
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
  align-items: center;
}
#cartModal .total-price p{
  font-weight: bold;
  font-size: 38px;
  color: #4B83F4;
  line-height: 45px;
}
#cartModal .total-price p span{
  font-size: 18px;
  line-height: 21px;
}
#cartModal .total-pay .more span{
  padding: 1.2rem 8rem;
  font-size: 18px;
}



/* 購物車彈窗-end */

/* mobile-購物車彈窗-start */
.mobile-cartModal{
  display: none;
}

@media screen and (max-width:768px) {



  #addCartModal.cart-modal.fade .modal-dialog,#payModal.pay-modal.fade .modal-dialog{
    transform: translate3d(0,10vh,0);
    margin: 0;
  }
  #addCartModal.cart-modal.in .modal-dialog,#payModal.pay-modal.in .modal-dialog{
    transform: translate3d(0,0,0);
    margin: 0;
  }

  #addCartModal .cart-dialog,#payModal .pay-dialog{
    margin: 0;
    width: 100%;
    position: fixed;
    bottom: 0;

    top: auto;
    max-height: 85vh;
    height: auto;
    overflow-y: auto;
  }





  .M-cartModal{
    display: none;
  }
  .mobile-cartModal{
    display: block;
  }

  .cart-dialog .modal-content{
    border-radius: 10px 10px 0 0;
  }
  .mobile-cartModal .modal-header{
    border-bottom: 2px solid #4B83F4;
    padding: 0 0 10px 0;
    margin: 0 20px;
  }
  .mobile-cartModal .modal-header h3{
    font-size: 18px;
    color: #4B83F4;
    line-height: 19px;
    position: relative;
    padding-left: 8px;
    font-weight: bold;
  }
  .mobile-cartModal .modal-header h3::before{
    content: '';
    width: 2px;
    height: 16px;
    background-color: #4B83F4;
    position: absolute;
    top: 1%;
    left: 0%;
  }
  .mobile-cartModal .modal-header button{
    margin-top: -26px;
  }
  .mobile-cartModal .modal-header button img{
    width: 30px;
  }

  .mobile-cartbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
  }
  .mobile-cartbox .item{
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .mobile-cartbox .item img{
    width: 70px;
    border-radius: 5px;
  }
  .mobile-cartbox .item .txt h5{
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .mobile-cartbox .item .txt p{
    font-size: 12px;
    color: #4B83F4;
    line-height: 14px;
  }
  .mobile-cartbox #counter-value{
    width: 30px;
    border: none;
    padding: 9px;
  }
  .mobile-cartbox .counter-button{
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-weight: normal;
    border-radius: 50%;
    padding: 0;
    color: rgba(204, 204, 204, 1);
    border: none;
  }
  .mobile-cartbox .counter-button2{
    background-color: #4B83F4;
    color: #FFFFFF;
  }

  .mobile-total{
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
    align-items: center;
  }
  .mobile-total .left p{
    font-size: 18px;
    color: #4B83F4;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mobile-total .left p>span{
    font-size: 23px;
    padding-left: 5px;
  }
  .mobile-total .left>span{
    font-size: 14px;
    color: rgba(51,51,51,0.55);
    line-height: 16px;
  }
  .mobile-total-pay .more span{
    font-size: 13px;
  }
  /* mobile-購物車彈窗-end */


  /* 預約加購box-start */
  .appoint-box{
    flex-direction: column;
    padding: 10px;
    margin: 30px 10px;
    row-gap: 20px;
  }
  .appoint-box .a-left{
    width: 100%;
  }
  .appoint-box .a-right{
    width: 100%;
  }
  .cart-btn .more span,.pay-btn .more span{
    font-size: 15px;
    line-height: 17px;
    padding: 1rem 2em;
  }
  .box-bt{
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .box-bt .num{
    justify-content: flex-start;
  }
  .appoint-box .a-right{
    padding: 0;
  }
  .a-right h3{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .a-right .txt{
    font-size: 16px;
    line-height: 27px;
  }
  .a-right .sec-txt{
    display: none;
  }
  .a-right .blue-txt{
    display: none;
  }
  .a-right .price{
    right: 0%;
    top: -2%;
    font-size: 26px;
    line-height: 32px;
  }
  .cart-btn .more .button__bg,.pay-btn .more .button__bg{
    border-radius: 20px;
  }
  /* 預約加購box-end */


  /* mobile-付款彈窗-start */
  .mobile-payModal{
    background: #F6F6F6;
  }
  .mobile-payModal .modal-header{
    border: none;
  }
  .sPay-modal .box-item{
    background-color: #FFFFFF;
    margin: 10px 0;
    border-radius: 10px;
    padding: 15px;
  }
  .spay-body{
    background: #F6F6F6;
  }
  .spay-body .address{
    display: flex;
    justify-content: center;
  }
  .spay-body .walk .need-num{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
  }
  .spay-body .walk>p{
    font-size: 15px;
    font-weight: bold;
  }
  .spay-body .walk .need-num #counter-value{
    width: 36px;
    padding: 6px;
    font-size: 14px;
  }
  .spay-body .walk .need-num .counter-button{
    padding: 6px 12px;
  }
  .spay-body .price-detail h5{
    font-size: 15px;
    font-weight: bold;
  }
  .spay-body .price-detail .sitem{
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
  }
  .spay-body .price-detail .sitem p{
    color: rgba(51, 51, 51, 0.55);
  }
  .spay-body .payType{
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 10px 0;
  }
  .payType .pt-item{
    width: 48%; text-align: center; background-color: white;
  }

  .payType .pt-item img{
    max-width: 80%;
  }


  .modal-footer{
    background-color: #FFFFFF;
    border: none;
    padding-bottom: 30px;
  }
  .modal-footer .mobile-total{
    border: none;
  }
  .spay-dialog .modal-content{
    padding: 20px 0 0 0;
  }
  .spay-dialog{
    height: 80vh;
    overflow-y: auto;
  }
  .add-input{
    display: none;
  }
  .add-input.focus{
    display: flex;
    column-gap: 5px;
  }
  .spay-body .address a.ing{
    display: none;
  }
  .add-input input{
    outline: none;
    border: none;
    border-bottom: 1px solid #C8C8C8;
  }
  .add-input button{
    background-color: #4B83F4;
    color: #FFFFFF;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .add-input select{
    padding: 0 5px;
    border: #e0e0e0;
  }
  .add-input select option{
    background-color: #FFFFFF;
    border-radius: 0;
    font-weight: bold;
  }
  .payType .pt-item:hover,.payType .pt-item.active{
    border: 2px solid #4B83F4;
    border-radius: 15px;
  }
  /* mobile-付款彈窗-end */
  #cartModal .cart-dialog .modal-content{
    border-radius: 10px 10px 0 0;
  }
  .z-title{
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
  }

}
