
.input_box{
    margin-top: 8px;
}
.input_box .form-control{
    height: 32px;
    line-height: 30px;
    background: #fff;
    vertical-align: middle;
    background: #f6f6f6;
    display: inline-block;
    width: auto;
    margin: 0;
    padding-bottom: 4px;
    color: #000;
    max-width: calc(100% - 68px)
}
.input_box .form-control::placeholder {
    color: #000;
}
.table-h td {
    padding: 18px 6px;
}
.content-top {
    margin: 0;
}
.sum-table td{
    width: 85%;
}
.sum-table td:last-child{
    width: 15%;
}
.delivery-list {
    border: solid #DCDCDC;
    border-width: 1px 0;
    margin-bottom: 30px;
}
.no-item {
    padding: 20px 0 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 25px 0 0;
}

.btn-box.cart {
    padding: 15px 0 30px;
}

.no-item-cart {
    margin: 40px 0;
}

.cart-table .pd-id {
    color: #aaa;
    font-size: 13px;
}

.cart-table .pd-name {
    color: #70AC92;
    font-size: 18px;
    display: inline-block;
}

.cart-table a:hover .pd-name {
    color: #444;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #a29ce8;
    margin-bottom: 4px;
}

.cart-table .indent {
    border-top: hidden;
}

.cart-table .indent td {
    padding-top: 0;
}

.cart-table .img {
    width: 90px;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}

.cart-table .indent .info {
    padding-left: 35px;
}

.cart-table a.pic {
    position: relative;
    overflow: hidden;
}

.cart-table a.pic:before {
    content: ' ';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.cart-table a.pic:hover:before {
    opacity: 1;
}

.cart-table .tag {
    background: #E51B6C;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
}

.cart-table .btn.delete {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #777;
}

.cart-table .btn.delete:hover {
    color: #bf964a;
}

.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}

.sum-box {
    padding: 0;
}
.sum-table {
    border: 0;
}

.sum-table tr {
    background: #F0F0F0;
    color: #555;
}

.sum-table tr+tr {
    border-top: 1px solid #fff;
}

.sum-table td {
    text-align: right;
    padding: 0px 30px;
}

.sum-table td:first-child {}

.sum-table td:last-child {
    width: 30%;
}


.sum-table tr:last-child td:last-child {
    line-height: 1.45;
    text-align: right;
}

.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.payment-box {
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin-top: 2px;
    padding: 5px 0;
}

.payment-box .shopping-title {
    float: left;
    margin: 5px 15px;
}

.payment {
    float: right;
    margin: 5px 15px 0;
    text-align: right;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    border: 1px solid #CCCCCC;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    min-width: 148px;
    border-radius: 4px;
    box-sizing: border-box;
}

.payment label.checked,
.invoice-info label.checked {
    color: #72B1AA;
    border-color: #72B1AA;
}



/**/

.shopping-form {
    padding: 40px 0 0;
    margin: 0 -20px;
}
.shopping-form .row{
    margin-bottom: 30px;
}
.shopping-form .form-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopping-form .form-box .form-group{
    width: 100%;
}
.shopping-form .form-box .cl{
    width: 49%;
}
.shopping-form .input-box{
    display: flex;
}
.shopping-form .input-box .form-control{
    max-width: calc(100% - 144px);
}
.shopping-form .input-box .btn4 span{
    height: 34px;
    line-height: 34px;
}

.shopping-form .shopping-title {
    padding: 5px;
    text-align: center;
}

.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.shopping-form .row:after {
    display: none;
}

.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    border: 1px solid #D7D7D7;
}

.shopping-form .form-box {
    padding: 0px 40px 20px;
}

.shopping-form .col1 .shopping-title {
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 15px;
    color: #505050;
    letter-spacing: 2px
}

.shopping-form .col2 .shopping-title {
    margin-left: -20px;
    padding-left: 20px;
    color: #505050;
}

.shopping-form .shopping-title .ic {
    display: block;
    font-size: 16px;
}



/*購物清單-手機*/

.shopping-form .control-label {
    font-size: 15px;
}

.shopping-form .tips {
    min-height: 0;
}

.shopping-form .btn.select-store {
    border: 1px solid #7FCAA5;
    max-width: 145px;
    height: 36px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    background: #f1f9fb;
    padding: 0 20px;
}

.shopping-form .btn.select-store:hover {
    background: #7fcaa5;
    color: #fff;
}

.shopping-form .btn.select-unable {
    color: #7fcaa5;
    text-decoration: underline;
    vertical-align: baseline;
}

.shopping-form .btn.select-unable:hover {
    color: #F3856D;
    text-decoration: none;
}

.shopping-form .same-check {
    padding: 15px 0 5px;
}

.shopping-form .same-check label {
    display: block;
    color: #7FCAA5;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.invoice-info-box {
    border: 1px solid #DCDCDC;
    text-align: center;
}

.invoice-info {
    padding: 35px 15px 0;
}

.invoice-form .form-box {
    padding: 10px 15px 0;
    max-width: 900px;
}

.invoice-form .row {
    margin: 0 -8px;
}

.invoice-form .row:before {
    display: none;
}

.invoice-form .col {
    padding: 0 8px;
}

.invoice-form .control-label {
    display: none;
}

.invoice-txt {
    padding: 15px 15px 35px;
}

.invoice-txt span {
    color: #000;
}

.invoice-txt a {
    color: #7FCAA5;
}

.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    border: 2px solid #CBE0D8;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}

.success-box .order-id {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 16px;
    color: #E5196C;
    font-size: 15px;
    font-weight: bold;
    margin: 1.6em auto;
}

body .alert-fancybox .fancybox-skin {
    border: none;
}

.pd-info .form-control.mobile {
    display: none;
}


/*---- 購物車step.2  購物展開 ----*/

.cart-list-mobile,
.shopping-title-item {
    display: none;
}

.cart-list-mobile {
    cursor: pointer;
}

.shopping-title-item .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.shopping-title-item .shopping-title {
    padding-left: 20px;
}


/*---- 購物車step.2  購物展開end ----*/


/*---- 購物車step.3  購物新按鈕 ----*/

.btn.normal.other_order .ic {
    font-size: 20px;
}

.btn.normal.other_order {
    background: #e0b155;
    color: #fff;
    border-color: #e0b155;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.btn.normal.other_order:hover {
    background: #e09255;
}

@keyframes activity-ani2 {
    from {
        background: #da7934;
    }
    to {
        background: #daaa34;
    }
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
}

.success-txt .btn-box a {
    text-decoration: none;
}

.btn-box.cart-notice-txt {
    font-size: 16px;
    animation-name: activity-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    display: block;
    color: #da7934;
    line-height: 1;
}

@keyframes activity-ani {
    from {
        color: #da7934;
    }
    to {
        color: #daaa34;
    }
}


/*---- 購物車step.3  購物新按鈕 ----*/


/*-- 新拆出來 --*/


.cart-input-icon {
    background: #6d6d6d;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
}

.cart-input-icon:hover {
    background: #000;
}

.cart-new-top {
    margin-bottom: 2px;
}


.table td span {
    color: #545454;
    font-weight: bold;
}


.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.45;
}


.cart-new-top .sum-table tr {
    background: #f6f6f6;
}

#addcart {
    margin-top: 10px;
}

.cart-table b {
    font-weight: normal;
    display: block;
}

.cart-table del {
    color: #bdbdbd;
}

.sum-table td .form-control {
    width: auto;
    background-image: none;
}

.sum-table tr {
    padding: 0px 5px;
    height: auto;
}

.table td .cart-rate {
    font-size: 10px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}
.shopping-notice {
    padding: 20px 0px;
    margin: 40px 0 0px;
}

.shopping-notice .shopping-title {
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 8px;
    margin: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}
.no-svg .success-msg{
    line-height: 22px;
}


@media screen and (max-width: 1230px) {
.sum-table td:last-child {
    width: auto;
}
.sum-table td {
   
    padding: 6px;
}
 .plus-list .txt{
        padding:8px 5px;
    }
    }
@media screen and (max-width: 900px) {
    /******優化*****/

    .cart-table .pd-name {
        font-size: 16px;
    }
    .no-item {
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .payment-box .shopping-title {
        margin: 0px;
    }
  
    .btn-group .qty-box a,
    .pd-info .form-control span {
        display: none;
    }
    .plus-list .btn.addcart {
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        width: 65%;
    }
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile {
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .delivery-list .txt {
        font-size: 14px;
        border: none;
        padding: 5px;
    }
    .invoice-info {
        padding: 15px 15px 0;
    }
    .payment label,
    .invoice-info label {
        padding: 2px 15px;
        margin: 0 5px 5px;
        font-size: 14px;
    }
    .shopping-new-way {
         margin: 0px 0 10px;
    }
    .no-item {
        margin: 5px;
    }
   .plus-list .qty-box {
        width: 40px;
        padding:0px;
    }
    .plus-list-box .qty.form-control {
       
        max-width: 70px;
        margin-left: 0px;
        text-align: center;
    }
    .qty-box.pc {
        display: none;
    }
    .qty.form-control.mobile {
        display: inline-block;
    }
    .shopping-form .control-label {
       font-size: 15px;
    }
    .main-title {
        display: none;
    }
    .cart-list-pc {
        display: none;
    }
    .cart-list-mobile {
        display: none;
    }
    .shopping-title-item {
        display: block;
    }
    .shopping-title-item .shopping-title {
        border-bottom: 1px dashed #bbb;
    }
    .pd-info .form-control.pc,
    .qty.form-control.pc {
        display: none;
    }
    .pd-info .form-control.mobile {
        display: inline-block;
    }
    .pd-info .form-control.mobile {
        padding: 0 2px;
    }

    .alert-notice-editor {
        margin: 1.5em auto 1em;
        padding: 0.2% 20px;
    }
    .alert-notice-box {
        font-size: 14px;
        margin: 0.8em 0;
    }
    .alert-notice-msg,
    .alert-notice-title {
        font-size: 16px;
    }
    .alert-notice-msg {
        margin: 0.2em 0 0.2em;
    }
    .shopping-form .form-box {
        padding: 5px 20px;
    }
    .shopping-form {
        padding: 20px 0 0;
    }
    .shopping-form .btn.select-store {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .success-box .order-id {
        font-size: 14px;
        padding: 0px 16px;
        margin: 0.6em auto;
    }
    .shopping-form .same-check label {
        font-size: 14px;
    }
    .no-item-cart {
        margin: 10px 0;
    }
    .shopping-title-up {
        display: block;
        margin: 0px;
    }
    .shopping-title-up {
        color: #70AC92;
        font-size: 17px;
        letter-spacing: 0.1em;
        cursor: pointer;
        border-bottom: 1px dashed #80caa5;
    }
    .shopping-title-up span {
        display: none;
    }
    .shopping-title-up .ic {
        font-size: 10px;
        color: #7FCAA5;
        vertical-align: middle;
        margin: 0 3px 5px 0;
    }
    .shopping-title-up:hover {
        color: #125a1b;
    }
    .shopping-title-up.active .ic {
        color: #125a1b;
    }
    .shopping-title-up.active {
        color: #125a1b;
    }
    .invoice-txt {
        padding: 5px 15px 15px;
    }
    .payment {
        float: none;
    }

    .payment-box {
        margin: 2px 0 10px;
    }
    .shopping-notice .shopping-title {
        padding-bottom: 0px;

    }
    .shopping-notice {
       padding: 15px 0px 0;
        margin: 0px 0;
    }
    .cart-two .delivery-list {
        margin-bottom: 0px;
            border: none;
    }

}

@media screen and (max-width: 1000px) {
    .shopping-form .form-box .cl{
        width: 100%;
    }
    .btn4 span{
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.table-h td[data-title]:before{
        display: none;
    }*/
     .table-h td {
          padding: 3px 6px;
         line-height: 28px;
    }
    .cart-table tbody tr {
        padding-left: 94px;
        position: relative;
    }

    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
        width: 80px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .name {
        padding-left: 0;
    }
    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .cart-table .pd-name {
        line-height: 1.2;
    }
    .sum-table tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table tr{
        display: flex;
        align-items: center;

    }
    .sum-table tr td {
        text-align: left;
        width: 70%;
        display: inline-block;
    }
    .table-h tfoot td{
        padding: 5px 6px;
        box-sizing: border-box;
        line-height:1.2;
        height: auto;
    }
    .sum-table td:last-child {
        width: 10%;
        text-align: right;
        box-sizing: border-box;
        display: inline-block;
    }
    .sum-table tr {
        padding: 5px;
        height: auto;
        padding-right: 10px;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table del {
        margin-left: 5px;
    }
    .cart-table .amount{
        margin-top: 8px;
        padding: 0 6px;
        line-height: 1.3;
    }
    .cart-table .money-big {
        margin-top: 8px;
        /*text-align: right;*/
    }
    .sum-table td .form-control {
        max-width: calc(100% - 80px);
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        padding: 2px;
        margin-left: 0px;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #4c4c4c;
    }
  
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .shopping-form .col {
        margin-top: 1.8em;
    }
    .shopping-form .col .shopping-title {
        margin: 0;
        padding: 5px 0px;
    }
    .shopping-form .form-box {
        max-width: none;
        padding: 10px;
        /*border: 1px solid #D7D7D7;*/
    }
    .shopping-form .col2 .form-box {
        min-height: auto;
    }
    .shopping-form .shopping-title {
        text-align: left;
        margin-top: 1em;
    }
    .shopping-form .shopping-title .ic,
    .shopping-title-up span {
        display: none;
    }
    .sum-box .sum-box-color-con {
        min-height: 36px;
        clear: both;
    }
}


