/*------------ no-item ------------*/

.no-item {
    padding: 20px 0;
    text-align: center;
    margin: 20px 0 0 0;
    border: 1px solid #eee;
    color: #ccc;
    font-size: 18px;
}


/*------------ shopping-step ------------*/

.shopping-step {
    text-align: center;
    margin: 50px 0 30px;
}

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

.shopping-step li {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 -4px 15px 0;
    padding: 0 25px 10px;
    text-align: center;
    font-size: 18px;
    color: #B5B5B5;
    position: relative;
}

.shopping-step li+li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #817059;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -10px 0 0 -4px;
    opacity: 1;
}

.shopping-step li .num {
    background: #B5B5B5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 27px;
    width: 27px;
    height: 27px;
    margin: 0 10px 0 0;
}

.shopping-step li i {
    font-size: 30px;
}

.shopping-step li.step3 i {
    border: 1px solid #B5B5B5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.shopping-step li.current {
    color: #FF5757;
    border-bottom: 1px solid #FF5757;
}

.shopping-step li.current .num {
    background: #FF5757;
}

.shopping-step li.current.step3 i {
    border-color: #FF5757;
}






/*------------ delivery-list ------------*/

.delivery-list {
    margin: 0 50px 40px;
}

.delivery-list .item {
    overflow: hidden;
    border-bottom: 2px dotted rgba(136, 136, 136, .3);
    margin: 0 0 20px;
}

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

.delivery-list .delivery-radio {
    vertical-align: middle;
    position: relative;
    padding: 3px 10px 3px 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-size:15px;
    color:#111;
}

.delivery-list .delivery-radio:before {
    position: absolute;
    top: 9px;
    left: 0;
    margin: 0;
}

.delivery-list .delivery-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    opacity: 0;
    cursor: pointer;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 150;
    width: 17px;
    height: 17px;
}

.delivery-list .delivery-radio span {
    font-size: 16px;
    font-weight: bold;
    color: #9B7F64;
    line-height: 24px;
    border: 1px solid #9B7F64;
    display: inline-block;
    padding: 0 13px;
}

.delivery-list .txt {
    vertical-align: middle;
    padding: 2px 30px 10px 38px;
    color: #666666;
    font-size: 14px;
    line-height: 1.2;
}

.delivery-list .txt b {
    color: #9B3044;
}

.delivery-list .type_logo {
    margin: 0px 0 0 10px;
    display: inline-block;
}






/*------------ cart-table-bottom ------------*/

.cart-table-bottom {}






/*------------ sum-box ------------*/

.sum-box {
    box-sizing: border-box;
    position: relative;
    margin: 20px;
    border: 2px solid #CEC0B0;
    background: #fff;
    padding: 10px 30px 5px;
}

.sum-box .table {}

.cart-new-top .sum-box {
    margin: 0px;
    border-width: 0 0 1px;
    padding: 2px 53px 2px;
    background: #f3f3f3;
}





/*------------ payment-box ------------*/

.payment-box {
    overflow: hidden;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    margin: 8px 0 8px;
}

.payment-box .shopping-title {
    float: left;
    padding: 0;
    margin: 1px 20px 0 3px;
    background: transparent;
    box-shadow: none;
    color: #9F866C;
}

.payment-box .shopping-title i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A0876D;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.payment {
    float: left;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    background: none;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    line-height: 26px;
    padding: 0 12px;
    margin: 0 5px 10px;
    border-radius: 0;
    box-sizing: border-box;
}

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






/*------------ shopping-form ------------*/

.shopping-form {
    margin: 0 -25px;
}

.shopping-form .shopping-title {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0;
}

.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 25px 0;
    margin: 0;
}

.shopping-form .row:after {
    display: none;
}

.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    float: none;
    padding: 0;
}

.shopping-form .col .form-box:before {
    display: none;
}
/*
.shopping-form .tips {
    min-height: 0;
    margin: 0;
}*/

.shopping-form .btn.select-store {
    width: 188px;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    color: #9B7F64;
    line-height: 23px;
    background: #F4F2F0;
    font-weight: bold;
    border: 1px solid #C0BEB3;
    text-align: center;
    border-radius: 8px;
}

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

.shopping-form .select-text {
    color: #999999;
}

.shopping-form .btn.select-unable {
    color: #9B7F64;
    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 {
    font-weight: bold;
    margin: 0 25px;
}

.shopping-form .same-check label {
    display: block;
    color: #fff;
    background: #FF5858;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
}






/*------------ invoice-info-box ------------*/

.invoice-info-box {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.invoice-info {
    box-sizing: border-box;
}

.invoice-form {
    position: relative;
    box-sizing: border-box;
    margin: 15px 0 0 0;
}

.invoice-form .form-box {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.invoice-info label {
    text-align: left;
    margin: 0 0 10px;
}

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

.invoice-form .form-group {
    padding: 0;

    width: 43%;
    margin: 0 5px;
    display: inline-block;
}

.invoice-form .control-box {
    width: auto;
    display: block;
}

.invoice-txt {
    line-height: 2;
    color: #666666;
    margin: 15px 0 0;
}

.invoice-txt a {
    color: #9A7F64;
    text-decoration: underline;
}

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






/*------------ cart-btn-box ------------*/

.cart-btn-box {
    margin: 0;
}






/*------------ success-box ------------*/

.success-box .notice-box {
    max-width: 650px;
    margin: 1.8em auto;
    padding: 3% 10px 4%;
    color: #333;
    border: 1px solid #eee;
    background: #fff;
    font-size: 16px;
    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 {
    font-size: 14px;
    color: #FF5757;
    margin: 20px 0 0 0;
    background: #FFF;
    border: 1px solid #FFC0C1;
    line-height: 25px;
    border-radius: 25px;
    padding: 0 32px;
    display: inline-block;
}

.success-box .order-id span {
    text-decoration: underline;
}






/*------------ cart-table ------------*/

.cart-table .tag {
    background: #FF5757;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 6px;
    margin: 0px 6px 3px 0;
}

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

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

.cart-table .plus-tag {
    display: inline-block;
    color: #9B7F64;
    font-weight: bold;
    line-height: 1.4;
}

.cart-table .img {
    width: 70px;
    padding: 15px 6px 15px 20px;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}

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






/*--- 優化新增 --*/

.btn-box {

    padding: 20px 0 0 0;
}

.has-bg {
    margin-top: 5px;
    background: none;
}

.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 20px;
    border: 1px solid #af947b;
}
.shopping-new-way .delivery-list.down {
    margin: 0px 0 20px;
    border: none;
}
.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 #af947b;
}

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

.shopping-new-way .new-way.general {
    margin-top: 0px;
    font-size: 13px;
    background: #af947b;
    color: #fff;
    padding: 5px 10px;
}

.shopping-new-way .new-way.cold {
    margin-top: 0px;
    font-size: 13px;
    background: #9dca8c;
    color: #ffffff;
    padding: 5px 10px;
}

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

.shopping-new-way .new-way.freezing {
    margin-top: 0px;
    font-size: 13px;
    background: #92cdf3;
    color: #fff;
    padding: 5px 10px;
}

.shopping-new-way li {
    list-style-type: none;
    margin-top: -20px;
}

.shopping-new-way .delivery-radio.form-radio {
    margin: 5px 0px 0 10px;
}

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

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

.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 {
    color: #A41B17;
}

.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;
}

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

.shopping-new-way .delivery-list.mobile .input-box .form-control {
    color: #fff;
    border: 1px solid #616161;
    background: #616161 url('../../images/common/arrow_W.png') no-repeat scroll right center;
    border-radius: 0;
    margin: 0;
}

.shopping-new-way .delivery-list.mobile .txt {
    background: #e0e0e0;
    color: #313131;
}

.shopping-new-way .cart-new-top {
    margin: 0 -15px 20px;
}

.shopping-new-way .sum-box {
    margin: 0px;
}

.shopping-new-way .cart-new-top .table th {
    text-align: center;
}



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

.btn.other_order {
    background: #d4d1c7;
    color: #fff;
    width: 126px;
    border: 1px solid #e1c06a;
    font-size: 16px;
    border-radius: 0px;
    font-weight: normal;
    padding: 5px 0;
    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-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;
}

@keyframes activity-ani {
    from {
        color: #da7934;
    }
    to {
        color: #daaa34;
    }
}






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


/*------- 加購按鈕 -------*/

.plus-bth {
    font-size: 13px;
    max-width: 100px;
    background: #FF5757;
    border-radius: 0px;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.plus-bth:hover {
    background: #FFC0C1;
}


.plus-bth .up {
    display: none;
}

.plus-bth.active .up {
    display: inline-block;
}

.plus-bth.active .down {
    display: none;
}

.plus-bth.active {
    background: #7d6145;
}

.plus-top {
    margin-top: 40px;
}

.plus-list-box .product-list li{
     line-height:18px;
}




/*------- 加購按鈕end -------*/

.form-control.messages {
    height: 132px;
}






/*--- 優化新增end --*/


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

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

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

.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-size: 14px;
    font-weight: normal;
}

.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;
    font-weight: normal;
    line-height: 1.5;
}

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

.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;
}
.form-control {
    height: 32px;
    border-radius: 0px;
}
.table td .cart-rate {
    font-size: 10px;
    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;
    margin: 20px 0 40px;
}

.shopping-notice .form-box {
    max-width: 100%;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment-box .shopping-title {
        margin: 7px 0px;
    }
}

@media screen and (max-width: 1000px) {
    .shopping-new-way li {
        margin-top: 5px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        margin-top: 0px;
        padding: 5px 10px 3px;
    }
    .shopping-new-way .delivery-list.mobile .txt {
        background: #e0e0e0;
        color: #313131;
        padding: 4px 5px;
    }
}

@media screen and (max-width: 1000px) {
    .plus-list-box .product-list .text {
    margin: -5px auto 5px;
      line-height: 1.2;
}
    .delivery-list {
        margin: 0 0 0px;
    }
    .cart-table tbody tr {
        padding: 10px 0 10px 100px;
    }
    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 17px;
        padding: 0;
    }
    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .cart-table .indent .info {
        padding: 0 0 5px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    /* 優化 */
    .banner,
    .breadcrumb,
    .content-top,
    .shopping-step,
    .main-top {
        display: none;
    }
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile,
    .qty.form-control.mobile {
        display: block;
        margin: 0 0 10px;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .cart-table tbody tr {
        padding: 5px 10px 5px 100px;
    }
    .sum-box {
        margin: -1px -2px 0px;
        padding: 10px 0 5px;
    }
    .shopping-new-way {
        margin-bottom: 0px;
    }
    .no-item {
        padding: 5px 0;
        margin: 10px 0 0 0;
         font-size:15px;
    }
    .plus-top {
        margin-top: 20px;
    }
    .form-box .tips {
        line-height: 1.3;
    }
    .form-control.messages {
        height: auto;
    }
    .shopping-title-up {
        cursor: pointer;
    }
    .shopping-title-up:after {
        content: '▼';
        font-size: 10px;
        margin-left: 5px;
    }
    .shopping-title-up.active:after {
        content: '▲';
    }
    .has-bg {
        margin-top: 0px;
    }
    .shopping-title-up-line {
        background: #fff;
        text-indent: -9999%;
        width: 100%;
        height: 1px;
    }
    .shopping-title-up.active {
        color: #6f491e;
    }
    .shopping-form .row,
    .invoice-info-box {
        margin: 15px 0;
    }
    .shopping-form .same-check {
        margin: 10px 25px;
    }
    .form-box .textarea-group {
        padding: 10px 0 15px;
    }
    .shopping-form .same-check label {
    }
    .success-box .msg {
        font-size: 14px;
        margin-top: 5px;
    }
    .success-box .msg i {
        font-size: 15px;
        margin: 5px auto 0;
    }
    .success-box {
        margin-bottom: 10px;
    }
    .success-box .order-id {
        margin: 10px 0;
    }
    .btn-box.has-border.cart-notice-txt{
        margin: 15px 0 10px;
    }
    .btn-box.cart-notice-txt {
    font-size: 14px;
    }
    .success-box .notice-box {
        margin: 0.8em auto;
        padding: 2% 10px 2%;
        line-height: 1.45;
    }
    .success-box .notice-t {
        font-size: 14px;
    }
    .success-box .notice-msg {
        font-size: 14px;
        line-height: 1.4;
        margin: 0.2em 0 0em;
    }
    .btn-box.success .btn.style03 {
        margin: 0 2px 10px;
    }
    .btn-box.cart-notice-txt {

    }
    .btn.other_order {
        width: 100px;
        font-size: 15px;
        padding: 4px 0;
        margin: 5px 5px;
    }
    .btn-box.success {
        margin-top: 0px;
    }
   /* .shopping-new-way .item.general,
    .shopping-new-way .item.cold,
    .shopping-new-way .item.freezing {
        padding-bottom: 10px;
        border-bottom: 1px dotted #a2a2a2;
    }*/
    .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: 5px;
        color: #555;
        right: 0px;
    }
    .cart-new-top .sum-table tr:last-child td:last-child,
    .cart-new-top .sum-table tr:last-child td,
    .sum-table td:last-child {

        font-size: 12px;
    }
    .sum-table td .form-control {
          max-width: 100px;
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        padding: 4px;
        margin: -4px 0px 0px;
        background: #333;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #796855;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        width: 50%;
    }
    .sum-table td:last-child {
        float: right;
        width: auto;
    }
    .sum-table td {
        padding: 0px;
    }
    .cart-new-top .sum-box {
        padding: 2px 5px 2px;
    }
    .cart-new-top .sum-table tr:last-child td:last-child {
        line-height: 1;
    }
    .delivery-list .txt {
        padding: 5px 0px 5px 0px;
    }
    .delivery-list .item {

        border-bottom: none;
        margin: 5px 0 0px;
    }
    .payment.mobile {
        margin: 0 10px;
    }
    .btn-box {
        padding:15px 0 10px 0
    }
    .product-list .text {
        margin: 0px auto 0;
    }
    .shopping_way.hot {
        margin: 10px 0 5px;
    }
    .payment-box {
        margin: 10px 0;
        padding: 0 10px 15px;
        border-bottom: 2px solid #cec0b0;
    }
    .shopping-new-way .btn-box {
        padding: 10px 0 20px;
    }
    .shopping-new-way .cart-new-top {
        margin: 0 -15px 10px;
    }
    .main-content.cart-two .shopping-title-up {
        background: #ceb475;
    }
    .cart-shopping-form {
        margin: 0px 0 20px;
    }
    .form-box .form-group {
        padding: 0px;
    }
    .invoice-txt {
         line-height: 1.7;
    }
    .btn-box.has-border {
        border: none;
    }
    .shopping-notice {
        padding: 10px 0px;
        margin: -10px 0 0px;
    }
    .shopping-notice .form-box {
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-table .img {
        width: 80px;
    }
    .shopping-form .row,
    .shopping-form,
    .shopping-form .col {
        display: block;
        margin: 2px 0 0;
        width: auto;
        padding:5px 0;
    }
    .shopping-form .same-check {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .sum-box {

        padding: 0px;
    }
}

@media screen and (max-width: 500px) {
    .delivery-list .type_logo {
        display: block;
        margin: 10px 0 0 0;
    }
    .shopping-step li {
        display: block;
        margin: 0 0 15px 0;
    }
    .shopping-step li+li:before {
        left: 10px;
        margin: -10px 0 0 0;
    }
    .payment label,
    .invoice-info label {
        display: block;
        text-align: left;
    }
    .shopping-form .btn.select-store {
        width: 110px;
    
    }
    .shopping-form .select-text {
         margin-bottom:15px;
    }
    .invoice-form .form-group {
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
}