/*------------ no-item ------------*/

.no-item {
    padding: 20px 0;
    text-align: center;
    margin: 20px 0 0 0;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #666;
    font-size: 18px;
}


/*------------ shopping-step ------------*/

.shopping-step {
    line-height: 1.2;
    text-align: center;
    background: #E8E8E8;
    border-radius: 25px;
    margin: 0 0 30px;
}

.shopping-step li,
.shopping-step li>* {
    display: inline-block;
    vertical-align: top;
}

.shopping-step li {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px 13px;
    color: #444;
    margin: 0 27px;
}

.shopping-step li.current {
    color: #fff;
    background: #FFA21D;
}

.shopping-step li+li:before {
    content: "\e1000";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #444;
    font-size: 23px;
    top: 50%;
    margin: -11px 0 0 0;
    left: -40px;
}

.shopping-step li b {
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.shopping-step li i {
    font-size: 26px;
    vertical-align: middle;
    margin: 0 10px;
}

/*------------ delivery-list ------------*/

.delivery-list {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border: 1px solid #ddd;
}

.delivery-list .item {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.delivery-list .form-group {
    display: table;
    width: 100%;
}

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 27%;
    color: #444444;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    background: #e8e8e8;
}

.delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/form_radio1.png);
    background-position: 50%;
    background-size: 43%;
    display: table-cell;
    padding: 21px 14px;
}

.delivery-list .delivery-radio.checked:before {
    background-image: url(../../images/common/cart/form_radio2.png);
}

.delivery-list .delivery-radio span {
    display: table-cell;
    vertical-align: middle;
}

.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: 0px 20px;
    background: #fff;
    font-size: 15px;
    color: #777777;
    border-left: 1px dotted #ddd;
}

.delivery-list .txt b {
    color: #FF2626;
}

.delivery-list .txt span {
    text-decoration: underline;
}

.delivery-list .type_logo {
    display: inline-block;
}

/*------------ cart-table-bottom ------------*/

.cart-table-bottom {}


/*------------ sum-box ------------*/

.sum-box {
    box-sizing: border-box;
    position: relative;
    margin: 5px 0 0 0;
    background: #EEEEEE;
}

.sum-box .table {}


/*------------ payment-box ------------*/

.payment-box {
    margin: 5px 0 0 0;
    padding: 10px 20px;
    background: #FFFFFF;
}

.payment-box .shopping-title {
    float: left;
    margin: 8px 0 0;
}

.payment {
    float: right;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    background: none;
    line-height: 1.2;
    padding: 9px 23px;
    color: #FFA21D;
    margin: 0 5px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #FFA21D;
    transition: all 0.3s ease;
}

.payment label.checked,
.invoice-info label.checked {
    background: #FFA21D;
    color: #fff;
}

/*------------ shopping-form ------------*/

.shopping-form {
    margin: 120px -20px;
}

.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;
    float: none;
    background: #fff;
    padding: 25px 25px;
    border: 1px solid #ddd;
}

.shopping-form .col .form-box:before {
    display: none;
}

.shopping-form .shopping-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

.shopping-form .tips {
    min-height: 0;
    margin: 0;
}

.shopping-form .btn.select-store {
    width: 188px;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    color: #999999;
    line-height: 30px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    text-align: center;
    border-radius: 5px;
}

.shopping-form .btn.select-store:hover {
    background: #999999;
    color: #fff;
}

.shopping-form .select-text {
    color: #999999;
}

.shopping-form .btn.select-unable {
    color: #B25900;
    font-size: 13px;
    text-decoration: underline;
    vertical-align: baseline;
    margin: 5px 0 0 0;
}

.shopping-form .btn.select-unable:hover {
    text-decoration: underline;
}

.form-box .textarea-group {
    padding: 27px 0 15px;
}

.shopping-form .same-check {
    margin: -25px -25px 25px;
    padding: 13px 20px;
    background: #FFA21D;
    color: #fff;
    font-weight: bold;
}

.shopping-form .same-check label {
    display: block;
    margin: 0;
}






/*------------ invoice-info-box ------------*/

.invoice-info-box {
    box-sizing: border-box;
    position: relative;
}

.invoice-info {
    box-sizing: border-box;
    background: #FFFFFF;
    text-align: center;
    padding: 10px 0 0 0;
}

.invoice-form {
    position: relative;
    box-sizing: border-box;
    background: #EEEEEE;
    text-align: center;
    padding: 20px 15px 30px;
}

.invoice-form .form-box {
    max-width: 100%;
}

.invoice-info label {
    text-align: left;
    margin: 0 5px 10px;
}

.invoice-form .control-label {
    display: none;
}

.invoice-form .form-group {
    display: inline-block;
    width: 45%;
    margin: 0 10px 0 0;
}

.invoice-form .control-box {
    width: auto;
    display: block;
}

.invoice-txt {
    font-size: 13px;
    line-height: 1.9;
    color: #444444;
}

.invoice-txt a {
    color: #FF2626;
}

.invoice-txt span {
    color: #B25900;
}






/*------------ cart-btn-box ------------*/

.cart-btn-box {
    margin: 0;
}






/*------------ success-box ------------*/

.success-box .order-id {}

.success-box .order-id span {}






/*------------ cart-table ------------*/

.cart-table .tag {
    background: #000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 6px;
    margin: 0px 6px 5px 0;
}

.cart-table .indent {
    border-top: hidden;
}

.cart-table .indent td {
    padding-top: 0;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}

.cart-table .img {
    width: 80px;
    padding: 10px;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}

.cart-table .indent .info {
    padding-left: 35px;
}






/*------------ success-box ------------*/

.success-box .notice-box {
    max-width: 650px;
    margin: 1.8em auto;
    padding: 3% 20px 4%;
    color: #333;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ccc;
    line-height: 2;
    box-sizing: border-box;
}

.success-box .notice-box span {
    color: #D80000;
}

.success-box .notice-img {
    max-width: 330px;
    width: 60%;
}

.success-box .notice-msg {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0.2em 0 1em;
}

.success-box .notice-title {
    color: #000;
    font-size: 23px;
}

.success-box .order-id {
    color: #444;
    position: relative;
    line-height: 30px;
    padding: 5px 0;
    font-weight: bold;
    width: 100%;
    max-width: 585px;
    margin: 25px auto;
    border-radius: 30px;
    background: #eee;
}





/*--- ?��??��??��? --*/

.btn-box {
    padding: 20px 0 0 0;
}

.has-bg {
    margin-top: 5px;
}

.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 .delivery-list {
    margin: 0px 0 40px;
    border: 1px solid #DDDDDD;
}

.shopping-new-way .cold .delivery-list {
    border: 1px solid #abe266;
}

.shopping-new-way .freezing .delivery-list {
    border: 1px solid #92cdf3;
}

.shopping-new-way {
    margin-bottom: 15px;
}

.shopping-new-way .delivery-list .item {
    /* border:1px solid #af947b; */
    border-width: 0 1px 0 1px;
    margin: 0;
    padding: 0px;
}

.shopping-new-way .delivery-list .txt {
    border-bottom: 1px dotted #ddd;
}

.shopping-new-way .new-way.general .ic {
    left: -5px;
    position: relative;
    color: #f7f7f7;
}

.shopping-new-way .new-way.general {
    margin-top: 0px;
    font-size: 14px;
    background: #ffc900;
    color: #000;
    padding: 5px 10px;
}

.shopping-new-way .new-way.cold {
    margin-top: 0px;
    font-size: 14px;
    background: #7eda5c;
    color: #ffffff;
    padding: 5px 10px;
}

.delivery-list .delivery-radio.checked span {
    color: #fff;
    background: #FFA21D;
}

.shopping-new-way .new-way.freezing {
    margin-top: 0px;
    font-size: 14px;
    background: #92cdf3;
    color: #fff;
    padding: 5px 10px;
}

.shopping-new-way li {
    list-style-type: none;
}

.shopping-new-way .delivery-radio.form-radio {
    margin: 5px 0px 0 10px;
}

.sum-box .table-h tfoot td:last-child {
    text-align: right;
}

.sum-box .table-h tfoot tr+tr {
    border-top: 1px dotted #ddd;
}

.shopping-new-way .btn-box {
    padding: 20px 0;
}

.cold .delivery-list .txt b {
    color: #0ac757;
}

.plus-list li .name {
    height: auto;
    margin: 25px 0 10px;
}

.freezing .delivery-list .txt b {
    color: #3b8aca;
}

.plus-list .control-box {
    margin: 5px auto 0;
    width: 100%;
    max-width: 340px;
}

.shopping_way.hot {
    margin: 20px 0 5px;
    display: block;
    text-align: center;
}

.shopping_way .general {
    border: 1px solid #7b7b7b;
    padding: 5px;
    bottom: 5px;
    position: relative;
}

.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #fff;
}

.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #fff;
}

.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;
}

.cold .cart-table .pd-name {
    color: #49b128;
}

.freezing .cart-table .pd-name {
    color: #4c96d2;
}

.freezing .delivery-list .delivery-radio.checked {
    color: #1ba1ff;
}

.cold .delivery-list .delivery-radio.checked {
    color: #4f901e;
}

.general .delivery-list .delivery-radio.checked {
    background: #FFA21D
}

.shopping-new-way .freezing .table-h {
    background: #edf8ff;
}

.shopping-new-way .cold .table-h {
    background: #f9fff0;
}

.shopping-new-way .general .table-h {
    background: #fcfbf8;
}

.shopping-new-way .sum-box .table-h {
    background: #fff;
}

.shopping-new-way .cold .sum-box .table-h {
    background: #f5ffe6;
}

.shopping-new-way .freezing .sum-box .table-h {
    background: #e0f6ff;
}

.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
    display: none;
}

.shopping-new-way .delivery-list.mobile .input-box .form-control,
.shopping-new-way .delivery-list.mobile .input-box .form-control {
    color: #fff;
    border: 1px solid #616161;
    background: #616161;
    border-radius: 0;
    margin: 0;
}

.shopping-new-way .delivery-list.mobile .txt {
    background: #e0e0e0;
    color: #313131;
}

.shopping-new-way .sum-box {
    margin: 0px;
}

.shopping-new-way .cart-new-top .table th {
    text-align: center;
}





/*---- cart?step.3  icon ----*/

.btn.other_order {
    background: #d4d1c7;
    color: #fff;
    width: auto;
    max-width: 250px;
    border: 1px solid #e1c06a;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    letter-spacing: 0.1em;
    position: relative;
    margin: 10px 5px;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes activity-ani2 {
    from {
        background: #eadfb7;
    }

    to {
        background: #daaa34;
    }
}

.btn.style04:hover i {
    background: none;
    color: #fff;
}

.btn-box.success {
    padding-top: 0px;
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.success-txt .btn-box a {
    text-decoration: none;
}

.success-txt .btn-box.has-border {
    background: none;
    margin-top: 5px;
}

.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;
}

.success-box .btn-box {
    margin: 0px;
}

.btn-box.has-border {
    border: none;
    padding: 10px 0;
}

@keyframes activity-ani {
    from {
        color: #da7934;
    }

    to {
        color: #daaa34;
    }
}




/*---- cart?step.3  icon end ----*/


/*------- ?�購?� -------*/

.plus-bth {
    font-size: 16px;
    max-width: 100px;
    background: #FFA21D;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
    padding: 13.5px 10px;
}

.plus-bth .up {
    display: none;
}

.plus-bth.active .up {
    display: inline-block;
}

.plus-bth.active .down {
    display: none;
}

.plus-bth.active {
    background: #FF6931;
}

.plus-top {
    margin-top: 40px;
}




/*------- 註解 -------*/

.form-control.messages {
    height: 70px;
}


/*-- 修改表格? --*/

.cart-input-icon {
    background: #6d6d6d;
    padding: 0 15px;
    color: #fff;
    margin: -4px 0 0 5px;
    font-size: 15px;
    line-height: 43px;
}

.cart-input-icon:hover {
    background: #FF6931;
}

.cart-new-top {
    margin-bottom: 20px;
}

.table td span {
    color: #545454;
    font-weight: bold;
}

.cart-new-top .sum-table tr:last-child td {
    color: #6d6d6d;
    font-weight: normal;
    font-size: 14px;
}

.table td .red_sale {
    display: block;
    font-weight: normal;
    line-height: 1.45;
    font-size: 13px;
    color: #9a9a9a;
}

.cart-new-top .sum-table tr:last-child td:last-child {
    font-size: 14px;
    color: #111;
    font-weight: normal;
}

.sum-table tr:last-child td {
    color: #ff0308;
    font-size: 17px;
}

.sum-table tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

.cart-new-top .sum-table tr {
    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;
}

.table td .cart-rate {
    font-size: 15px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}

.sum-table td:last-child {
    width: 15%;
    font-size: 14px;
    color: #111;
}

.sum-table td {
    text-align: right;
    padding: 6px 0px;
}

.cart-shopping-form {
    margin: 25px 0 55px;
}

.form-box .form-group {
    padding: 5px 0 10px;
}




/* �?��小叮?� */

.shopping-notice {
    padding: 20px 0px 0;
    margin: 20px 0 20px;
}

.shopping-notice .form-box {
    max-width: 100%;
    background: #eee;
    padding: 10px;
    border: 1px solid #bbb;
}

.qty-a {
    text-align: center;
    background: #fff;
    padding: 0;
}

.plus-list-box .product-list .btn {
    line-height: 1.5;
}

.plus-list-box .product-list .qty-box .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease;
}

.plus-list-box .product-list .qty-box .btn:hover {
    background: #FFA21D;
}

.plus-txt {
    text-align: center;
    margin-bottom: 10px;
}

.plus-list .pic {
    margin: 0 0 15px;
}

.plus-list .btn {
    background: #EEEEEE;
}

.product-list .offers {
    margin: 0 0 25px;
}

.plus-list .qty-box .btn.less {
    border-right: 1px solid #DDDDDD;
    border-left: 0;
}

.plus-list .qty-box .btn.add {
    border-left: 1px solid #DDDDDD;
}

.plus-list .item {
    overflow: hidden;
    position: relative;
    padding: 20px;
    margin: 0 0 30px;
    border: 1px solid #eee;
}


/*------------ ?��?結�? ------------*/


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .shopping-step {
        margin: 0 0px 50px;
    }

    .payment-box .shopping-title,
    .payment {
        text-align: left;
        float: none;
    }

    .payment {
        margin: 5px 0 0 0;
    }
}

@media screen and (max-width: 1000px) {
    .shopping-step {
        background: none;
    }

    .shopping-step li {
        display: block;
        margin: 0 0 45px;
        border-radius: 30px;
        background: #F9D038;
    }

    .shopping-step li+li:before {
        top: 0;
        left: 50%;
        margin: -35px -5px 0 0;
        transform: rotate(90deg);
        color: #666;
    }

    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
        width: auto;
        border: 0;
    }

    .delivery-list .txt {
        padding: 10px 20px 20px;
    }

    .delivery-list .delivery-radio {
        border: 1px solid #ccc;
    }

    .cart-table tbody tr {
        padding: 10px 0 10px 90px;
    }

    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 17px;
        padding: 0;
    }

    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .cart-table .indent .info {
        padding: 10px;
    }

    .cart-table .indent .img .pic {
        left: 0;
    }

    .shopping-form .col,
    .invoice-info-box {
        padding: 10px 15px;
    }

    .shopping-form .btn.select-unable {
        font-size: 12px;
    }

    /* ?��? */
    .shopping-step {
        display: none;
    }

    .form-box .form-group {
        padding: 5px 0 0px;
        margin: 0 0 15px;
    }

    .shopping-form .btn.select-store {
        font-size: 12px;
    }

    .shopping-form .same-check {
        padding: 5px 10px;
    }

    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile,
    .qty.form-control.mobile {
        display: block;
        background: #fff;
    }

    .delivery-list.mobile .txt,
    .shopping-new-way .delivery-list.mobile .txt {
        background: #fff;
    }

    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }

    .shopping-new-way .delivery-list .item {
        padding: 5px 8px;
    }

    .delivery-list .txt {
        padding: 5px;
        font-size: 12px;
    }

    .invoice-info {
        padding: 0;
        border-bottom: none;
    }

    .btn-box.cart-notice-txt .btn.other_order {
        font-size: 14px;
        height: 30px;
        line-height: 18px;
    }

    .btn-box.cart-notice-txt {
        font-size: 12px;
    }

    .shopping-form .btn.select-store {
        width: 100px;
        height: 25px;
        line-height: 24px;
        padding: 0 10px;
    }

    .success-box .success-msg2 {
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 5px;
    }

    .success-box .order-id {
        margin: 0.2em auto;
    }

    .success-msg {
        font-size: 12px;
    }

    .btn.other_order {
        margin: 5px 5px 0;
    }

    .alert-notice-editor {
        padding: 3% 20px 4%;
    }

    .shopping-notice {
        padding: 0px 0px;
        margin: 25px 0;
    }

    .plus-list .offers,
    .plus-list .name {
        font-size: 14px;
        height: auto;
        letter-spacing: 0.05em;
    }

    .plus-list .pd-info {
        padding: 0px 0 0;
    }

    .plus-list .box {
        margin: 0 auto 10px;
    }

    .plus-txt {
        font-size: 12px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .sum-box {
        float: none;
        width: auto;
        max-width: none;
    }

    .cart-table tfoot tr {
        padding: 4px 10px;
        overflow: hidden;
    }

    .cart-table tfoot td,
    .cart-table .indent .info {
        padding: 0;
    }

    .cart-table tfoot td:last-child {
        width: auto;
    }

    .cart-table tbody tr {
        padding-left: 95px;
        padding-right: 15px;
    }

    .table-h thead {
        display: none;
    }

    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }

    .table-h tr {
        border: 1px solid #ddd;
        padding: 10px;
    }

    .table-h td+td {
        border-left: 0;
    }

    .table-h .align-left {
        max-width: unset;
    }

    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
    }

    .table-h tr {
        padding: 5px;
        position: relative;
    }

    .table-h td {
        padding: 0;
        line-height: 1.45;
        border: 0;
    }

    .cart-table .pd-name {
        line-height: 1.2;
    }

    .cart-table .pd-id {
        margin: 0;
    }

    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 0;
        width: 70px;
    }

    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .cart-table .indent .img .pic {
        left: 0;
    }

    .cart-table .indent .info {
        padding-left: 0;
    }

    .no-item {
        padding: 10px 0;
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    .main-content.cart-two .shopping-title-up {
        cursor: pointer;
    }

    .form-box .address .input-box:last-child {
        padding: 5px 3px;
    }

    .invoice-info-box {
        padding: 10px 0 0;
        margin: 10px 0 0;
    }

    .shopping-form .col+.col {
        margin-top: 0.2em;
        padding-top: 0.5em;
    }

    .invoice-form {
        padding: 5px 0;
    }

    .shopping-title-up-line {
        background: #d8d8d8;
        text-indent: -9999%;
        width: 100%;
        height: 1px;
    }

    .delivery-list {
        margin-bottom: 20px;
    }

    .main-content.cart-two .shopping-title-up:after {
        content: '';
        font-size: 10px;
        margin-left: 5px;
    }

    .main-content.cart-two .shopping-title-up.active:after {
        content: '';
    }

    .cart-input-icon {
        margin-left: 0px;
    }

    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #4c4c4c;
    }

    .sum-table td .form-control {
        max-width: 110px;
        padding: 0px 1px;
        background-image: none;
    }

    .cart-table b {
        display: inline-block;
    }

    .cart-table del {
        margin-left: 5px;
    }

    .cart-table .money-big {
        text-align: right;
        position: absolute;
        padding: 0 5px;
        bottom: 13px;
        font-size: 15px;
        color: #555;
        right: 0px;
    }

    .sum-table tr td {
        text-align: left;
        float: left;
        width: 100%;
        font-size: 15px;
        padding: 2px;
    }

    .cart-new-top .sum-table tr:last-child td {
        font-size: 15px;
    }

    .sum-table td:last-child {
        width: 50%;
        text-align: right;
        font-size: 15px;
    }

    .sum-box .table-h tr {
        display: flex;
    }

    .cart-new-top .sum-table tr:last-child td:last-child {
        font-size: 15px;
    }

    .table-h td {
        background: none;
    }

    .payment-box {
        margin-top: 15px;
        padding: 5px 20px;
    }

    .payment.mobile .form-control {
        background: #616161;
        color: #fff;
        border: 1px solid #afafaf;
    }

    .table-h .btn-holder .close {
        position: absolute;
        top: 0;
        right: 2%;
    }

    .shopping-new-way .btn-box {
        padding: 10px 0;
    }

    .cart-new-top {
        margin-bottom: 13px;
    }

    .payment-box .shopping-title {
        margin: 2px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-table .img {
        width: 70px;
    }

    .cart-table tbody tr {
        /* padding: 10px 0 10px 90px;
        background: #EEEEEE; */
    }

    .shopping-form .shopping-title {
        position: static;
    }

    .shopping-form .row,
    .shopping-form,
    .shopping-form .col {
        display: block;
        margin: 0;
        width: auto;
    }

    .shopping-form .col {
        margin: 0 0 20px;
    }

    .shopping-form {
        margin: 20px 0;
    }

    .shopping-form .same-check {
        margin: 0;
    }

    .table-h tfoot td:last-child {
        width: 50%;
    }

    .sum-table tr td {

        width: 50%;
    }

    .success-box .notice-box {
        margin: 0.4em auto;
    }

    .table-h td,
    .table-h tbody td {
        padding: 1px 0px;
    }
}

@media screen and (max-width: 600px) {

    .payment label,
    .invoice-info label {
        display: block;
    }

    .plus-list-box .product-list .qty-box .add,
    .plus-list-box .product-list .qty-box .less {
        display: none;
    }

    .plus-list-box .qty-box {

        width: auto;
        padding: 0px;
    }

    .plus-list .offers {
        padding: 0 0 5px;
    }

    .plus-list-box .qty-a {
        padding: 5px 18px 5px;
    }

    .plus-list-box .product-list .btn {
        line-height: 1.4;
        height: auto;
        padding: 6px;
    }

    .shopping_way.hot {
        margin: 15px 0 5px;
    }

    .plus-list select.form-control {
        min-width: 100px;
    }

    .plus-list-box .product-list .qty-a {
        float: left;
        background: #F0F0E1;
        width: 50%;
        padding: 6px 18px 6px;
    }


}

@media screen and (max-width: 500px) {

    .payment label,
    .invoice-info label {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .shopping-form .btn.select-store {
        width: auto;
        display: block;
    }

    .invoice-form .form-group {
        display: block;
        width: 100%;
        padding: 5px 0;
        margin: 0px;
    }

    .btn-box.success .btn.style04 {
        line-height: 34px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .plus-list .btn.style01 {

        padding: 11px 14px;
    }
}