.content-top {
    margin: 0;
}

.shopping-step {
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 40px;
}

.shopping-step li {
    position: relative;
    padding: 5px 40px;
    border: 1px solid #BBBBBB;
    margin: 5px -3px;
}

.shopping-step li.current {
    color: #fff;
    background: #93592B;
}

.shopping-step li,
.shopping-step li>* {
    display: inline-block;
    vertical-align: middle;
}

.shopping-step li .icon {
    background-image: url(../../images/common/products/a.png);
    width: 10px;
    height: 15px;
    margin: 0 5px 5px;
}

.shopping-step li.current .icon {
    background-position: 0 100%;
}

.delivery-list {
    border: solid #DCDCDC;
    border-width: 1px 0;
    margin-bottom: 30px;
}

.delivery-list .item {
    padding: 2px 0;
}

.delivery-list .item+.item {
    border-top: 1px solid #DCDCDC;
}

.delivery-list .form-group {
    display: table;
    width: 100%;
}

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    background: #eee;
    color: #777;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 70px;
    position: relative;
    box-sizing: border-box;
}

.delivery-list .delivery-radio.checked {
    background: #fff;
}

.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    width: 28px;
    height: 28px;
    background-image: url(../../images/common/cart/delivery_radio.svg);
}

.no-svg .delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/delivery_radio.png);
}

.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ddd;
    width: 56px;
}

.delivery-list .delivery-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

.delivery-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    font-size: 15px;
    color: #777;
}

.delivery-list .txt b {
    color: #93592B;
}

.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.cart-table .pd-id {
    font-size: 14px;
    font-family: 'Quicksand',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #A31817;
    font-weight: bold;
}

.cart-table .pd-name {
    color: #333333;
    font-size: 16px;
    display: inline-block;
}

.cart-table a:hover .pd-name {
    color: #444;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #93592B;
    margin-bottom: 4px;
}

.cart-table .indent {
    border-top: hidden;
}

.cart-table .indent td {
    padding-top: 0;
}

.cart-table .img {
    width: 90px;
    margin: 0 10px 0 0;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 20px;
    border: 1px solid #E8E8E8;
}

.cart-table .indent .info {
    padding-left: 35px;
}

.cart-table a.pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

.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: #A31817;
    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: #A31817;
}

.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}

.sum-box {
    padding: 0;
}

.sum-table {
    border: 0;
}

.sum-table tr {
    background: #eee;
    color: #555;
}

.sum-table tr+tr {
    border-top: 1px solid #fff;
}

.sum-table td {
    text-align: right;
    padding: 6px 30px;
}

.sum-table td:last-child {
    width: 20%;
}

.sum-table tr:last-child td {
    color: #A31817;
    font-size: 16px;
}

.sum-table tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.payment-box {
    background: #efdfcf;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    font-size: 15px;
    color: #666;
    margin-top: 2px;
    padding: 5px 0;
}

.payment-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 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;
    background: #fff;
    border: 1px solid #DCDCDC;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 -3px;
    min-width: 138px;
    box-sizing: border-box;
}

.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #93592B;
    border-color: #93592B;
}

.plus-box {
    margin: 20px 0 0;
}

.plus-txt {
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 15px;
    padding: 15px;
    cursor: pointer;
}

.plus-txt:hover,
.plus-txt.active {
    background: #ececec;
}

.plus-txt b {
    color: #FF2626;
}

.plus-list-box {
    padding: 30px 0 0;
}

.plus-list {
    margin: 0 -10px;
}

.plus-list .item {
    width: 25%;
    padding: 0 10px;
}

.plus-list .item:nth-child(4n+1) {
    clear: left;
}

.plus-list .box {
    max-width: 330px;
    margin: 0 auto 40px;
    position: relative;
}

.plus-list .pic-box {
    position: relative;
    overflow: hidden;
}

.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.plus-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.plus-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.plus-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.plus-list .name {
    color: #000;
     font-size: 20px;
     font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.plus-list .box .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

  }
  .plus-list .box:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

  }

.plus-list .offers {
     color: #A31817;
     text-align: left;
     margin: 5px 0;
     font-family: 'Quicksand',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
     font-weight: bold;
     font-size: 15px;
}

.plus-list .pd-info {
    /*margin: 12px 0 6px;*/
    /*min-height: 30px;*/
}
.plus-list .pd-info {
     position: relative;
     padding-top: 20px;
    line-height: 20px;
 }
 .plus-list .item .pd-info:before{
        content: '';
        display: inline-block;
        background:url(../../images/common/products/sh.png) top center no-repeat;
        height: 15px;
        max-width: 100%;
        background-size: contain;
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
  }
.plus-list .pd-info select.form-control {
    max-width: none;
}

.plus-list .qty-box {
    float: left;
    width: 92px;
}

.plus-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.plus-list .btn.addcart {
    height: 30px;
background: #99784c;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0;
    width: calc(100% - 96px);
    float: right;
    border-radius: 0px;
}

.plus-list .btn.addcart:hover {
background: #93592b;
}

.plus-list .btn.addcart .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 1px 0;
}

.shopping-form {
    padding: 40px 0 0;
}

.box .shopping-title {
    padding: 0px;
    float: left;
    width: 15%;
    text-align: center;
    margin: 100px 0;
    color: #99784C;
    font-size: 16px;
     font-family: 'Quicksand',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    font-weight: bold;
}

.box .shopping-title span {
    font-size: 15px;
    display:block;
}
.box .shopping-title .en-word{
    line-height:20px;
    padding-bottom:2px;
}

.box .shopping-title .required{
    display:inline-block;
    color:#333;
    margin-top:10px;
}
.box .shopping-title .required:before{
    top:6px;
}

.box .shopping-title.st02 {
    margin: 50px 0;
}

.box .shopping-title i {
    font-size: 50px;
    display: block;
}

.shopping-form .form-group {
    margin: 5px 0;
    clear: both;
}

.box .form-box {
    margin: 0 auto;
    padding: 0 0 0 20px;
    border-left: 1px dotted #333333;
}

.shopping-form .box {
    padding-bottom: 30px;
}

/*.box:after {
    content: "...........................................................................................................................................................................................";
    font-size: 1px;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 70px;
    visibility: visible;
}
*/
.required:before {
    left: 0px;
    top: 2px;
}

.box.disline:after {
    content: "";
    height: 0;
}

.box .shopping-title .ic {
    color: #99784D;
}

.shopping-form .tips {
    min-height: 0;
}

.shopping-form .btn.select-store {
    border: 1px solid #caa16b;
    width: 130px;
    height: 30px;
    line-height: 28px;
    color: #444;
    font-size: 14px;
    background: #eee;
    border-radius:0px;
}

.shopping-form .btn.select-store:hover {
    background: #99784C;
    color: #fff;
}

.shopping-form .btn.select-unable {
    color: #99784C;
    text-decoration: underline;
    vertical-align: baseline;
}

.shopping-form .btn.select-unable:hover {
    color: #F3856D;
    text-decoration: none;
}

.shopping-form .same-check label {
    display: block;
    color: #99784C;
    font-size: 14px;
    font-weight: bold;
}

.invoice-info-box {
    padding: 35px 15px 0;
    margin: 0 auto;
    float: right;
    width: 79%;
    border-left: 1px dotted #333333;
}

.invoice-info {}

.invoice-form .form-box {
    padding: 10px 0px 0;
    max-width: 900px;
    float: none;
    border: none;
    width: 100%;
}

.invoice-form .form-box .control-box {
    float: none;
    margin: 0 auto;
}

.invoice-form .row {
    margin: 0 -8px;
}

.invoice-form .row:before {
    display: none;
}

.invoice-form .col {
    padding: 0 8px;
    text-align: center;
    margin: 0 auto;
}

.invoice-form .control-label {
    display: none;
}

.invoice-txt {
    padding: 15px 15px 10px;
    clear: both;
}

.invoice-txt span {
    color: #000;
}

.invoice-txt a {
    color: #99784C;
}

.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}

.success-box .order-id {
    border: 1px solid #A31817;
    background: #A31817;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 16px;
    color: #fff !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 1); 
    -webkit-opacity: 1; 
    color: rgba(255, 255, 255, 1); 
    font-size: 15px;
    font-weight: bold;
    margin: 1.6em auto;
    border-radius: 10px;
    max-width: 50%;
}

.shopping-notice .form-box {
    width: 100%;
    float: none;
    padding: 10px 35px;
    background: #eee;
    box-sizing: border-box;
}





/*--- 拆單開始 ---*/

.shopping-new-way .table-h thead th:nth-child(2),
.shopping-new-way .table-h thead th:nth-child(3),
.shopping-new-way .table-h thead th:nth-child(4),
.shopping-new-way .table-h thead th:nth-child(5),
.shopping-new-way .table-h thead th:nth-child(6) {
    text-align: center;
}



.shopping-new-way .table-h thead {
    background: #9e0b0a;
}

.shopping-new-way .new-way.general .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.general {
    margin-top: 20px;
    font-size: 15px;
    background: #e8e8e8;
    padding: 10px 20px;
}

.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.cold {
    margin-top: 20px;
    font-size: 15px;
    background: #cdffbd;
    padding: 10px 20px;
    color: #134e00;
}

.shopping-new-way .new-way.freezing .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.freezing {
    margin-top: 20px;
    font-size: 15px;
    background: #b2ddff;
    color: #085fb1;
    padding: 10px 20px;
}

.shopping-new-way li {
    list-style-type: none;
}

.shopping-new-way .cold .table-h thead {
    background: rgba(118, 199, 73, 0.73);
}

.shopping-new-way .freezing .table-h thead {
    background: #83b6de;
}

.shopping-new-way .btn-box {
    padding: 0px;
}

.cold .delivery-list .txt b {
    color: #0ac757;
}

.freezing .delivery-list .txt b {
    color: #3b8aca;
}

.shopping_way.hot {
    text-align: left;
    margin: 20px 0 5px;
}

.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
}

.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}

.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}

.shopping_way span+span {
    margin-left: 10px;
}

.pd-intro .btn-group .btn.cold {
    border-color: #42b354;
    color: #42b354;
}

.pd-intro .btn-group .btn.cold:hover {
    color: #fff;
    background: #42b354;
}

.pd-intro .btn-group .btn.freezing {
    border-color: #68a0da;
    color: #68a0da;
}

.pd-intro .btn-group .btn.freezing:hover {
    color: #fff;
    background: #68a0da;
}

.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile {
    display: none;
}

.btn-box.list {
    padding-top: 10px;
    margin-bottom: 20px;
}



/*--- 拆單結束 ---*/


/*---- 購物車step.3  購物新按鈕 ----*/

.btn.normal.other_order .ic {
    font-size: 20px;
}

.btn.normal.other_order {
    background: #e0b155;
    color: #fff;
    border-color: #e0b155;
    font-size: 17px;
    margin: 5px 0;
    border-radius: 30px;
    letter-spacing: 0.1em;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes activity-ani2 {
    from {
        background: #da7934;
    }
    to {
        background: #daaa34;
    }
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
}

.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  購物新按鈕 ----*/


/*-- 新拆出來 --*/

.form-group.pay-box{
    margin-bottom: 5px;
}

.cart-input-icon {
    background: #6d6d6d;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
}

.cart-input-icon:hover {
    background: #000;
}

.cart-new-top {
    margin-bottom: 20px;
}

.qty-box .form-control {
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
}


.table td span {
    color: #545454;
    font-weight: bold;
}

.cart-new-top .sum-table tr:last-child td {
    color: #6d6d6d;
    font-size: 14px;
}

.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.45;
}

.cart-new-top .sum-table tr:last-child td:last-child {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}

.cart-new-top .sum-table tr {
    background: #eeeeee;
    color: #555;
}

#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: 10px 5px;
    height: auto;
}

.table td .cart-rate {
    font-size: 10px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}

.shopping-notice {
    margin: 28px 0;
}

@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1320px) {
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .shopping-step li {
        padding: 10px 25px;
    }
    /*--- 優化  ---*/
    .banner.cart_txt,
    .content-top,
    .shopping-step {
        display: none;
    }
    .shopping-title,
    .shopping-title-up {
        font-size: 14px;
        margin: 5px 0 2px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        margin-top: 5px;
        font-size: 15px;
        padding: 3px 15px;
    }
    .no-item {
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile {
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .delivery-list.mobile,
    .shopping-new-way{
        margin-bottom: 25px;
    }
    .delivery-list .txt {
        padding: 5px;
        font-size: 14px;
    }
    .delivery-list {
        margin: 0px;
        border: none;
    }
    .table-h .align-left {
        padding: 0px;
    }
    .shopping-step li {
        font-size: 14px;
    }
    .cart-table .pd-name {
         line-height: 1.6;
        font-size: 16px;
    }

    .no-one.btn-box:before {
        display: none;
    }
    .no-one.btn-box {
        padding-top: 5px;
    }
    .btn.simple2 {
        width: 49%;
        font-size: 14px;
        width: auto;
        padding: 0 20px;
        line-height: 2.2;
    }
    .btn-box.list {
        padding: 20px 0 0;
        margin: 0;
    }
    .plus-box {
        margin: 30px 0 0;
    }
    .plus-txt {
        font-size: 14px;
        padding: 5px;
    }
    .plus-box .shopping-title {
        margin: 1px;
    }
}

@media screen and (max-width: 1000px) {
    .shopping-step {
        padding: 0;
    }
    .shopping-step li {
        display: block;
        padding: 15px 0;
    }
    .shopping-step li+li:before {
        top: 0;
        left: 50%;
        margin: -15px 0 0 -15px;
        transform: rotate(90deg);
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
        width: 80px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .sum-table tr {
        padding: 6px;
        overflow: hidden;
    }
    .sum-box {
        padding: 5px 3px;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        width: 50%;
    }
    .sum-table tr:last-child td {
        font-size: 16px;
    }
   
    .sum-table td:last-child {
        width: auto;
    }
    .cart-new-top {
        margin-bottom: 10px;
    }
    .plus-list-box {
        padding: 5px 0 0;
    }
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
    .plus-list .box {
        margin-bottom: 10px;
    }
    .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 8px;
    }
    .shopping-form .form-box {
        max-width: none;
    }
    .box .shopping-title,
    .box .shopping-title.st02 {
        margin: 10px 0;
    }
    .shopping-form .form-box {
        padding: 0 0 0 0px;
        border-left: none;
    }
    .invoice-info-box {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }
    .shopping-form .box {
        padding-bottom: 0px;
    }
    .shopping-title span,
    .shopping-title-up span {
        display: none;
    }
    .plus-list .pd-info {
        margin: 2px 0;
    }
    .shopping_way.hot {
        margin: 15px 0 0px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 2px 5px;
    }
    .plus-list .name {
        font-size: 14px;
        height: auto;
    }
    .plus-list .offers {
        font-size: 14px;
        line-height: 15px;
        height: auto;
    }
    .shopping-title-up {
        cursor: pointer;
        border-bottom: 1px dashed #b7b7b7;
    }
    .shopping-title-up {
        margin: 10px 0 0;
    }
    .shopping-title-up:after {
        content: '▼';
        font-size: 10px;
        margin-left: 5px;
    }
    .shopping-title-up.active {
        color: #886335;
    }
    .shopping-title-up.active:after {
        content: '▲';
    }
    .payment label,
    .invoice-info label {
        line-height: 1;
        padding: 5px 15px;
        font-size: 14px;
    }
    .shopping-notice .form-box {
        padding: 5px;
    }
    .box .shopping-title {
        margin: 15% 0;
    }
    .box.two .shopping-title {
        margin: 3% 0;
        font-size: 14px;
    }
    .box .shopping-title i {
        font-size: 35px;
    }
    .shopping-form .btn.select-store {
        width: 100px;
        height: 26px;
        line-height: 24px;
        font-size: 14px;
    }
    .shopping-form .same-check label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box:after {
        height: 10px;
        line-height: 0px;
    }
    .invoice-txt {
        padding: 0px;
    }
    .success-box .order-id {
        font-size: 16px;
        margin: 0.6em auto;
        max-width: 100%;
        color: #fff !important;
    }
    .alert-notice-editor {
        margin: 0.6em auto;
        padding: 1% 20px 1%;
    }
    .shopping-new-way .delivery-list.mobile .input-box .form-control {
        border: 1px solid #555555;
        background-color: #ffffff;
    }
    .shopping-new-way .delivery-list.mobile .txt {
        background-color: #e0e0e0;
        color: #191919;
    }
    .delivery-list.mobile .item {
        padding: 0;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table del {
        margin-left: 5px;
    }
    .cart-table .money-big {
        text-align: right;
        position: absolute;
        padding: 0 10px;
        bottom: 5px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .cart-new-top .sum-table tr:last-child td:last-child {
        color: #555;
        font-size: 14px;
    }
    .sum-table td .form-control {
        max-width: 110px;
        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-title-up,
    .shopping-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 769px) {
    .box .shopping-title {
        margin: 1% 0;
        width: 100%;
    }
    .form-box .form-group {
        padding: 1px 0;
    }
    .shopping-form .form-group {
        margin: 0;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
    }
    .btn.normal.other_order {
        font-size: 14px;
        line-height:30px;
        margin-bottom:20px;
            width: auto;
    }
    .btn.normal.other_order .ic {
        font-size: 15px;
    }
    .box .shopping-title .en-word{
    line-height:20px;
    padding-bottom:2px;
   margin:8px 0 0px;
}
    .box .shopping-title span{
        margin-left:15px;
    }
    .box .shopping-title .required{
    margin-top:0px;
}
.btn.normal{
    width: 30%;
}
}

@media screen and (max-width: 600px) {
    .plus-box .qty-box .btn.less,
    .plus-box .qty-box .btn.add {
        display: none;
    }
    .plus-list .qty-box {
        width: 40px;
    }
    .plus-list .qty-box {
        padding: 0;
    }
    .plus-list .btn.addcart {
        height: 25px;
        line-height: 25px;
        width: calc(100% - 46px);
    }
    .box:after {
        height: 10px;
        line-height: 10px;
    }
}

@media screen and (max-width: 400px) {
    /* .payment-box .shopping-title,
    .payment {
        float: none;
    }*/
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
    .box .shopping-title {
        float: none;
        width: 100%;
    }
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
}