@import url(products.css);

.shopping-step {
    text-align: center;
    position: relative;
}

.shopping-step:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-top: solid 1px #E3E3E3;
    top: 46%;
}

.shopping-step li+li {
    margin-left: 40px;
}

.shopping-step li span {
    background: url(../images/_icon/shopping-step.png);
    width: 124px;
    height: 124px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.shopping-step li:nth-child(1) span{
    background-position: 0 100%;
}
.shopping-step li:nth-child(2) span{
    background-position: -135px 100%;
}

.shopping-step li:nth-child(3) span{
    background-position: -270px 100%;
}
.shopping-step li.current:nth-child(1) span{
    background-position: 0 0;
}
.shopping-step li.current:nth-child(2) span{
    background-position: -135px 0;
}

.shopping-step li.current:nth-child(3) span{
    background-position: -270px 0;
}


.btn-box {
    padding-top: 50px;
}

.delivery-list {
    border-top: 1px solid #DCDCDC;
    margin-bottom: 30px;
}

.delivery-list .item {
    overflow: hidden;
    padding: 2px 0;
    border-bottom: 1px solid #DCDCDC;
}

.delivery-list .form-group {
    display: table;
    width: 100%;
}

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    color: #211515;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 70px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F6F6F6;
}

.delivery-list .delivery-radio span {
    display: inline-block;
    width: 56px;
    line-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-right: 15px;
}

.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;
    border-width: 0 0 0 1px;
}

.delivery-list .txt span {
    color: #EA7A1E;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}

.receive-place {
    margin-bottom: 30px;
}

.receive-place .shopping-title {
    float: left;
}

.receive-place .control-box {
    margin-left: 220px;
    max-width: 150px;
    padding: 15px 0;
}

.success-txt {
    padding-top: 40px;
    margin-top: 60px;
}

.order-id {
    background: #0261AA;
    color: #fff;
    line-height: 30px;
    width: 400px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.shopping-title {
    color: #222;
    font-size: 18px;
    margin: 20px 0;
}

.purchase-info {
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 36px;
}

.purchase-info strong {
    color: #C3995A;
}

.payment-box {
    overflow: hidden;
    font-size: 15px;
    background: #0261AA;
}

.payment-box .shopping-title {
    float: left;
    font-size: 16px;
    color: #fff;
}

.payment {
    float: right;
    margin: 17px 20px 10px;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    border: 1px solid #DCDCDC;
    line-height: 30px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #666666;
    border-radius: 6px;
    background: #fff;
}

.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    border-color: #EA7B1E;
    background: #EA7B1E;
}

.shopping-form {
    padding-top: 20px;
}

.shopping-form .row {
    margin: 0 -20px;
}

.shopping-form .col {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.shopping-form .form-title {
    color: #0261AA;
    font-size: 18px;
    margin: 20px 0 15px;
    font-weight: bold;
}

.shopping-form .form-title small {
    display: block;
    color: #201414;
    font-size: 20px;
}

.shopping-form .form-title small:before,
.shopping-form .form-title small:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border: 2px solid #C3975C;
    margin: -6px 12px 0;
}

.shopping-form .form-box {
}

.shopping-form {
    position: relative;
}

.shopping-form .col+.col:before {
    content: '';
    position: absolute;
    top: 12%;
    bottom: 7%;
    left: 50%;
    border-left: dotted #777 1px;
}

.shopping-form .tips {
    min-height: 0;
}

.shopping-form .same-check {
    color: #fff;
    font-size: 14px;
    background: #B2B2B2;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.shopping-form a {
    color: #C3995A;
    text-decoration: underline;
}

.shopping-form a:hover {
    text-decoration: none;
}

.shopping-form .btn.select-store {
    border: 1px solid #ddd;
    color: #999;
    width: 145px;
    line-height: 32px;
    text-decoration: none;
    font-size: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.shopping-form .btn.select-store:hover {
    color: #C3995A;
    border-color: #C3995A;
}

.invoice-info {
    border-top: dotted #777 1px;
}

.invoice-info .form-title {
    margin-top: 10px;
}

.invoice-info .form-box {
    background: #0261AA;
    padding: 10px 35px;
}

.invoice-info .txt {
    margin-top: 30px;
}

.invoice-form {
    max-width: 430px;
    margin: 20px auto 0;
}

.plus-list .item {
    width: 20%;
}

.success-txt strong {
    font-size: 20px;
    font-weight: bold;
    color: #0261AA;
}

.success-txt span {
    color: #EA7A1E;
}

.btn-box.has-border {
    text-align: center;
    border-top: solid #ddd 1px;
    padding-top: 30px;
    margin: 30px auto 0;
}


.form-box .control-label{
    padding-left: 5px;
}
@media screen and (max-width: 767px) {
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
        padding-left: 45px;
        border-width: 0 0 1px;
    }
    .delivery-list .delivery-radio:before {
        left: 15px;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .cart-table tbody tr {
        padding-left: 95px;
        padding-right: 40px;
    }
    .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.del .btn {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .sum-box {
        float: none;
        width: auto;
        max-width: none;
    }
    .sum tfoot tr {
        padding: 4px 10px;
        overflow: hidden;
    }
    .sum tfoot td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum tfoot td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum tfoot td:last-child {
        width: auto;
    }
    .plus-list .offers {
        font-size: 20px;
        height: 34px;
        letter-spacing: 0.05em;
    }
    .plus-list .name {
        font-size: 16px;
        height: 27px;
        letter-spacing: 0.05em;
    }
    .btn-box.has-center{
        display: flex;
    }
    .btn-box.has-center>*{
        transform: scale(0.9);
    }
}