.main-title {
    max-width: 470px;
}




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

.no-item {
    padding: 20px 0;
    text-align: center;
    margin: 20px 0 0 0;
    border: 1px solid #ddd;
    font-size: 18px;
    letter-spacing: 3px;
}


.btn.style01:hover, .btn.style01.bg2:hover{
    margin: 5px 5px 10px;
}

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

.shopping-step {
    line-height: 1.2;
    margin: 25px auto 50px;
    text-align: center;
}

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

.shopping-step li {
    position: relative;
    box-sizing: border-box;
    background: #EEEEEE;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    line-height: 1.25;
    text-align: left;
    padding: 0 12px 0 0;
    letter-spacing: 1px;
    white-space: nowrap;
}

.shopping-step li+li:before {
    content: "\e1005";
    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: #FFFFFF;
    font-size: 13px;
    top: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #CCCCCC;
    margin: -11px 30px 0 0;
    border-radius: 50%;
    right: 100%;
}

.shopping-step li+li {
    margin: 0 0 0 75px;
}

.shopping-step li b {
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #E2E2E2;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
}

.shopping-step li i {
    font-size: 18px;
    margin: 16px 14px;
    color: #C3C3C3;
}

.shopping-step li.step2 i {
    width: 18px;
    height: 16px;
    background: url(../../images/common/ic02.png) no-repeat;
}

.shopping-step li p {
    margin: 5px 0;
    width: calc(100% - 105px);
}

.shopping-step li.current {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,030303+100 */
    background: #3c3c3c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3c3c3c 0%, #030303 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #030303 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3c3c3c 0%, #030303 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#030303', GradientType=0);
    /* IE6-9 */
    color: #FFFFFF;
}

.shopping-step li.current b {
    background: #D90000;
}

.shopping-step li.current i {
    color: #fff;
}


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

.delivery-list {
    margin-bottom: 30px;
}

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

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    color: #000000;
    position: relative;
    box-sizing: border-box;
    padding: 24px 10px 25px 50px;
}

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

.delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/form_radio1.png);
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -9px 0 0;
}

.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;
    font-size: 15px;
    color: #777777;
    position: relative;
}

.delivery-list .txt:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #878787;
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
}

.delivery-list .txt b {
    color: #D80000;
    font-weight: normal;
}


/*------------ checkout-list ------------*/

.checkout-list .item {
    max-width: 195px;
    margin: 0 15px 0 0;
}

.checkout-list .delivery-radio {
    padding: 17px 10px 16px 50px;
}



/*------------ btn ------------*/

.btn.style01 {
    max-width: 195px;
    margin: 0 5px 10px;
}


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

.cart-table-box {
    padding: 20px;
    background: #F8F8F8;
}


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

.sum-box {
    box-sizing: border-box;
    position: relative;
    margin: 25px 0 15px 0;
    background: #FFFFFF;
    padding: 25px 0;
}

.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: #000000;
    margin: 0 5px;
    box-sizing: border-box;
    background: #ccc;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}

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



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

.shopping-form {
    margin: 80px -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: #F8F8F8;
    padding: 30px 30px 0 30px;
}

.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: 5px 0 0 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: -10px -0 25px;
    padding: 13px 20px;
    background: #fff;
    color: #D80000;
    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;
}



/*------------ 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: 100px;
}

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

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





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

.success-box .notice-box {
    max-width: 1000px;
    padding: 3% 20px 4%;
    color: #333;
    background: #fff;
    font-size: 16px;
    line-height: 2;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
}

.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: #D80000;
    position: relative;
    line-height: 30px;
    padding: 5px 0;
    font-size: 21px;
    font-weight: bold;
    margin: 25px auto;
    padding: 35px 0 0;
    background: url(../../images/common/ic03.png) no-repeat center top;
}

/*------------ form-box ------------*/
.form-box .control-label{
    display: block;
    padding: 0;
    width: 100%;
}

.form-box .control-box{
    width: auto;
    display: block;
}
/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .payment-box .shopping-title,
    .payment {
        text-align: center;
        float: none;
    }
    .payment {
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 900px) {
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
        width: auto;
        border: 0;
        border-bottom: 1px solid #ccc;
    }
    .delivery-list .txt {
        padding: 10px 20px 20px;
    }
    .delivery-list .txt:before {
        display: none;
    }
    .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: 0;
        top: 10px;
    }
    .cart-table .indent .info {
        padding: 10px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .shopping-form .col,
    .invoice-info-box {
        padding: 25px 15px;
    }
    .cart-table-box {
        padding: 0 10px 5px;
    }
}

@media screen and (max-width: 767px) {
    .shopping-step li {
        display: block;
        white-space: normal;
    }
    .shopping-step li+li {
        margin: 50px 0 0 0;
    }
    .shopping-step li+li:before {
        bottom: 100%;
        top: auto;
        margin: 0 -11px 14px 0;
        right: 50%;
        transform: rotate(90deg);
    }
    .cart-table .img {
        width: 80px;
    }
    .cart-table tbody tr {
        padding: 10px 0 10px 90px;
    }
    .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: 50px 0;
    }
    .shopping-form .same-check {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .checkout-list .item {
        max-width: 100%;
        display: block;
        margin: 0 0 10px;
    }
    .payment label,
    .invoice-info label {
        display: block;
    }
}

@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;
    }
    .btn.style01 {
        max-width: 100%;
        margin-bottom: 10px;
    }
}