.content-top-box {
   background:#fff;
}
.shopping-step {
    text-align: center;
    margin: 0 -15px;
}
.shopping-step li {
    position: relative;
    padding: 0 16px;
    white-space: nowrap;
}
.shopping-step li+li:before {
    content: '\e901';
    display: inline-block;
    vertical-align: middle;
    color: #6dad21;
    font-family: 'icon-font-42' !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: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    font-weight:600;
    margin: -6px 0 0 -14px;
}
.shopping-step .box,
.shopping-step .box > * {
    display: inline-block;
    vertical-align: middle;
}
.shopping-step .box {
    color: #1d1d1d;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px;
}
.shopping-step .current .box {
    color: #fff;
    background: #a8b315;
}
.shopping-step .num {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-right: 5px;
}
.shopping-step .ic {
    font-size: 18px;
}
.shopping-step .ic42-form {
    font-size: 22px;
}

.delivery-list {
    margin-bottom: 30px;
}
.delivery-list .item {
    overflow: hidden;
}
.delivery-list .item + .item {
    border-top: 1px dashed rgb(195, 195, 195);
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    background: #eaeaea;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 54px;
    position: relative;
    box-sizing: border-box;
}
.delivery-list .delivery-radio.checked{
	background: #eff1d0;
}
.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    margin: -8px 0 0;
}
.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;
    background: #f3f3f3;
    padding: 15px;
    font-size: 15px;
    color: #1b1b1b;
}
.delivery-list .txt b {
    color: #C5A36C;
    text-decoration: underline;
}
.table-h {
    border-top: 1px solid rgb(150, 150, 150);
}
.no-item {
    padding: 20px 0 30px;
    text-align: center;
    border-bottom: 1px dashed rgb(102, 102, 102);
    margin: 0 0 30px;
}

.cart-table .pd-id {
    color: #fff;
    font-size: 13px;
}
.cart-table .pd-name {
    color: #232323;
    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: #ff3838;
    margin-bottom: 4px;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 80px;
    padding: 10px;
}
.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}
.cart-table .indent .info {
    padding-left: 35px;
}
.cart-table a.pic {
    position: relative;
    overflow: hidden;
}
.cart-table a.pic:before {
    content: ' ';
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.3s;
}
.cart-table a.pic:hover:before {
    opacity: 0;
}
.cart-table .tag {
    background: #e20000;
    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: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 40px;
    color: #adadad;
    
}
.cart-table .btn.delete:hover {
    color:#000;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.sum-box {
    /* border-top: 1px dashed #666; */
    padding-top: 1px;
}
.sum-table {
    border-top: 0;
    color: #464637;
}
.sum-table tr {
    background: #e6e6e6;
}
.sum-table tr+tr {
    border-top: 1px solid rgb(255, 255, 255);
}
.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: #000;
}
.sum-table tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.payment-box {
    background: #c5c5c5;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
    margin-top: 2px;
    padding: 5px 0;
}
.payment-box .shopping-title {
    float: left;
    margin: 7px 15px;
}
.payment-box .shopping-title .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    color: #ffffff;
}
.payment {
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}
.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    color: #333;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    background:rgba(255, 255, 255, 0.38);
}
.payment label.checked,
.invoice-info label.checked {
    color: #000;
     background:#fff;
}


.plus-box {
    margin-top: 90px;
    /* border: 1px solid #d4d4d4; */
}
.plus-box .shopping-title {
    padding: 6px 12px;
    margin: 0;
}
.plus-txt {
    color: #000;
    font-size: 16px;
    background: rgb(152, 224, 25);
    text-align: center;
    line-height: 1.4;
    padding: 8px 15px;
}
.plus-txt b {
    color: #ffffff;
    font-size: 18px;
}
.plus-content {
}
.plus-list-box {
    padding: 30px 30px 10px;
}

.plus-list {
    margin: 0 -10px;
}
.plus-list .item {
    width: 25%;
    padding: 0 10px;
}
.plus-list .item:nth-child(4n+1) {
    clear: left;
}
.plus-list .box {
    max-width: 275px;
    margin: 0 auto 45px;
    position: relative;
    text-align: center;
}
.plus-list .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.plus-list .pic:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.plus-list .box:hover .pic:before {
    opacity: 0.5;
}
.plus-list .box .txt {
    color: #000;
    font-family: 'Lato', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    line-height: 1.5;
    padding: 8px 0;
}
.plus-list .box:hover .txt {
    color: #92bb00;
}
.plus-list .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}
.plus-list .offers {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.plus-list .pd-info {
    min-height: 28px;
}
.plus-list .pd-info select.form-control {
    margin: 0;
    height: 28px;
    line-height: 26px;
}
.plus-list .qty-box {
    float: left;
    width: 88px;
}
.plus-list .btn.addcart {
    float: right;
    width: calc(100% - 94px);
   background:#afdc0d;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-radius:0px;
}
.plus-list .btn.addcart:hover {
    background: #70ab0b;
}
.plus-list .btn.addcart .ic {
    color: #ffffff;
    vertical-align: text-bottom;
    margin-bottom: 2px;
}
.plus-list .btn.addcart:hover .ic {
    color: #fff;
}

.shopping-form {
    margin: 40px -30px 0;
    padding: 40px 0;
}
.shopping-form .shopping-title {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px 0;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
     border: 1px solid #a2a2a2;
    background: #fff;
}
.shopping-form .btn.select-store {
    border: 1px solid #464646;
    width: 145px;
    height: 32px;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    background: #464646;
}
.shopping-form .btn.select-store:hover {
    border-color: #c5a36e;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #C5A36C;
    text-decoration: underline;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #fff;
    text-decoration: none;
}
.shopping-form .same-check {
    padding: 0 0 0px;
   background:#e8e8e8;
    margin: 0 0 20px;
}
.shopping-form .same-check label {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding:6px;
}
.shopping-form .same-check label:before {
    margin-right: 8px;
}
.invoice-info-box {
}
.invoice-info {
    text-align: center;
    background:#ddd;
    padding: 10px 15px 5px;
}
.invoice-form {
    border-bottom: 1px solid #dddddd;
    padding: 20px 25px;
}
.invoice-form .row {
    margin: 0 -8px;
}
.invoice-form .row:before {
    display: none;
}
.invoice-form .col {
    padding: 0 8px;
}
.invoice-form .form-box {
    padding: 10px 0;
}
.invoice-form .control-label {
    display: none;
}
.invoice-txt {
    text-align: center;
    color: #aaa;
    font-size: 13px;
}
.invoice-txt span {
    color: #fff;
}
.invoice-txt a {
    color: #C5A36C;
    text-decoration: underline;
}
.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 2em auto;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .order-id {
     background: #97d000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 8px 16px;
    margin: 0px auto 20px;
    max-width: 225px;
}
.shopping-notice .form-box {
    max-width: 100%;
    padding: 10px 35px;
     border: 1px solid #c7c7c7;
}

.success-msg{
	  background:#ddd;
	margin: -30px auto 10px;
	padding: 10px 0 10px;
}
@media screen and (max-width: 1000px) {
    .plus-list-box {
        padding: 25px 15px 10px;
    }
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
    .plus-list .box {
        margin-bottom: 30px;
    }
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .shopping-form .col {
        margin-top: 2em;
    }
    .shopping-form .col .shopping-title {
        position: static;
    }
    .shopping-form .form-box {
        border: 1px solid  #a2a2a2;
    }
    .shopping-form .form-box,
    .invoice-form {
        max-width: none;
        padding: 15px 4% 20px;
    }
}
@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: 104px;
        padding-right: 10px;
    }
    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 0;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .cart-table td .btn.delete {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 20px;
        position: absolute;
        right: 5px;
        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 {
        float: right;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .shopping-step li {
        display: block;
        padding: 0;
    }
    .shopping-step li+li:before {
        position: static;
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 24px;
        line-height: 20px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .shopping-step .box {
        display: block;
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
        line-height: 1.5;
    }
    .delivery-list .delivery-radio {
        width: auto;
        padding: 10px 15px 10px 54px;
    }
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 500px) {
    .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 label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
}
