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

.shopping-step li {
    position: relative;
    padding: 3px 30px;
}

.shopping-step li+li:before {
    content: '\e903';
    color: #CBCBCB;
    font-family: 'icon-font-43' !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;
    font-size: 15px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -7px;
}

.shopping-step .box {
    display: inline-block;
    width: 200px;
    color: #777;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 16px;
    border: 1px solid #DDD;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-step li.current .box {
    background: #FDE7A4;
    border-color: #FDE7A4;
    color: #333;
}

.shopping-step .num {
    color: #AAA;
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
}

.shopping-step li.current .num {
    color: #333;
}

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

.delivery-list .item {
    /* overflow: hidden; */
    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: 32%;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 68px;
    position: relative;
    box-sizing: border-box;
}

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

.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    border: 6px solid #fff;
    border-radius: 50%;
}

.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    background: #F7ECD7;
    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 20px;
    border: 1px dotted #aaa;
    border-width: 0 0 0 1px;
}

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

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

.cart-table .pd-id {
    color: #898889;
    font-size: 14px;
}

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

.cart-table a:hover .pd-name {
    text-decoration: underline;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #ff2f11;
    margin-top: 4px;
}

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

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

.cart-table .img {
    width: 80px;
}

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

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

.cart-table a.pic {
    position: relative;
    overflow: hidden;
    border: 2px solid #FDD9A3;
    border-radius: 8px;
    padding: 3px;
    background: #fff;
}

.cart-table a.pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-table a.pic:hover img {
    opacity: 0.6;
}

.cart-table .tag {
    background: #FBA41A;
    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: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #9F9F9F;
}

.cart-table .btn.delete:hover {
    color: #FF420D;
}

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

.sum-box {
    border-top: 1px solid #DCDCDC;
}

.sum-table {
    color: #898889;
    font-size: 14px;
}

.sum-table tr {
    background: rgba(255, 255, 255, 0.85);
}

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

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

.sum-table td:first-child {
    font-size: 15px;
}

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

.sum-table tr:last-child td {
    color: #F7AC18;
    font-weight: bold;
}

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

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

.payment-box {
    border: solid #DCDCDC;
    border-width: 1px 0;
    background: #231815;
    padding: 5px;
}

.payment-box:after {
    content: '';
    display: block;
    clear: both;
}

.payment-box .shopping-title {
    float: left;
    margin: 5px;
    color: #fff;
}

.payment-box .shopping-title .en {
    color: #fff;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.payment {
    float: right;
    margin: 7px 0 0 15px;
    text-align: right;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    background: #FEFEFE;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    border-radius: 5px;
    min-width: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.payment label.checked,
.invoice-info label.checked {
    color: #231815;
    font-weight: bold;
    background: #FED100;
    border-color: #FED100;
}

.plus-box {
    margin-top: 30px;
}

.plus-box .shopping-title {}

.plus-txt {
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.plus-content {}

.plus-list-box {
    padding-top: 25px;
}

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

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

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

.plus-list .box {
    max-width: 248px;
    margin: 0 auto 25px;
    position: relative;
    border: 4px solid #FDD9A2;
    border-radius: 14px;
}

.plus-list .box:hover {
    border-color: #FF420D;
}

.plus-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 25px;
}

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

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

.plus-list .pic img {
    border-radius: 10px;
}

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

.plus-list .box:hover .pic:before {
    opacity: 1;
}

.plus-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.plus-list .name {
    color: #61370A;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

.plus-list .offers {
    color: #FF0000;
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.plus-list .pd-info {
    margin: 0 10px 15px;
    text-align: center;
}

.plus-list .pd-info select.form-control {
    margin: 0;
}

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

.plus-list .box .btn.addcart {
    float: right;
    width: calc(100% - 96px);
    border: 1px solid #ddd;
    line-height: 28px;
    border-radius: 12px;
}

.plus-list .box .btn.addcart:hover {
    color: #fff;
    background: #FD9731;
}

.shopping-form {
    margin: 100px -26px 30px;
}

.shopping-form .shopping-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
}

.shopping-form .shopping-title .ic-wrap {
    display: block;
    margin: 0 auto 5px;
}

.shopping-form .shopping-title .en {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
}

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

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

.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    border: 1px solid #DCDCDC;
}

.shopping-form .form-box {
    border: 0;
    padding: 20px 30px;
}

.shopping-form .form-group {
    padding: 3px 0;
    border: 0;
}

.shopping-form .control-label {
    float: none;
    padding-left: 5px;
}

.shopping-form .control-box {
    margin-left: 0;
}

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

.shopping-form .btn.select-store {
    border: 1px solid #ddd;
    background: #fff;
    width: 145px;
    height: 30px;
    line-height: 28px;
    color: #999;
    font-size: 15px;
    background: #fff;
    border-radius: 14px;
}

.shopping-form .btn.select-store:hover {
    color: #FF5B2C;
    border-color: #FF5C2D;
}

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

.shopping-form .btn.select-unable:hover {
    color: #ff5c2d;
}

.shopping-form .same-check {
    padding: 0 0 15px;
}

.shopping-form .same-check label {
    display: block;
    color: #02A0B8;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.shopping-form .same-check label:before {
    margin-right: 8px;
}

.invoice-wrap .shopping-title {
    text-align: center;
    text-indent: 0;
    padding-left: 0;
}

.invoice-wrap .shopping-title .ic-wrap {
    display: block;
    margin: 0 auto 5px;
}

.invoice-wrap .shopping-title .en {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
}

.invoice-info-box {
    border: 1px solid #DCDCDC;
    position: relative;
    padding: 20px;
    text-align: center;
}

.invoice-info {
    padding: 20px 0;
}

.invoice-form .form-box {
    border: 0;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.invoice-form .form-group {
    border: 0;
    padding: 2px 0;
}

.invoice-form .control-box {
    margin-left: 0;
}

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

.invoice-txt {
    padding: 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

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

.invoice-txt a {
    color: #02A0B8;
}

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

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

.success-box .order-id {
    background: #744F28;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 1.6em auto;
    max-width: 440px;
    border-radius: 6px;
}

.notice-box {
    padding: 20px;
    border: 1px solid #DCDCDC;
}

@media screen and (max-width: 1200px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
        width: 25%;
    }
    .plus-list .item:nth-child(5n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 900px) {
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
    }
    .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;
    }
    .cart-table .pd-name {
        line-height: 1.2;
    }
    .sum-table tr {
        padding: 5px 10px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
        min-width: 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: auto;
        float: right;
    }
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .shopping-form .col {
        margin-top: 1.8em;
    }
    .shopping-form .shopping-title {
        position: static;
    }
    .shopping-form .form-box {
        border: 1px solid #DCDCDC;
    }
}

@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: 10px 10px 10px 68px;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
        padding: 10px 15px;
    }
    .shopping-form .form-box,
    .invoice-info-box {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 680px) {
    .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: 30px;
    }
}

@media screen and (max-width: 520px) {
    .shopping-step {
        margin: 0 0 25px;
    }
    .shopping-step li {
        display: block;
        padding: 0;
    }
    .shopping-step li+li:before {
        display: block;
        position: static;
        margin: 5px auto;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 480px) {
    .plus-list .item {
        width: 100%;
    }
    .plus-list .item:nth-child(n) {
        clear: none;
    }
}

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