::marker {
    font-size: 0;
}
.content-top {
    margin: 0;
}
.shopping-step {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
    padding: 10px 0;
    margin-bottom: 40px;
}
.shopping-step li {
    position: relative;
    padding: 10px 40px;
}
.shopping-step li+li:before {
    content: "";
    background: url(../../images/common/cart/step_arrow.png) 0 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    bottom: 7px;
}
.no-svg .shopping-step li+li:before {
    background-image: url(../../images/common/cart/step_arrow.png);
}
.shopping-step li.current {
    color: #222;
}
.shopping-step li,
.shopping-step li > * {
    display: inline-block;
    vertical-align: middle;
}
.shopping-step li .icon {
    display: block;
    background-image: url(../../images/common/cart/step_ic.png);
    width: 53px;
    height: 53px;
    margin: 0 auto 5px;
}
.shopping-step li.step1 .icon { background-position:    0 0; }
.shopping-step li.step2 .icon { background-position:  50% 0; }
.shopping-step li.step3 .icon { background-position: 100% 0; }
.shopping-step li.step1.current .icon { background-position:    0 100%; }
.shopping-step li.step2.current .icon { background-position:  50% 100%; }
.shopping-step li.step3.current .icon { background-position: 100% 100%; }

.delivery-list {
    border: solid #DCDCDC;
    border-width: 1px 0;
    margin-bottom: 30px;
}
.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: 30%;
    background: #f9f9f9;
    color: #777;
    font-size: 15px;
    /* font-weight: bold; */
    padding: 15px 10px 15px 70px;
    position: relative;
    box-sizing: border-box;
}
.delivery-list .delivery-radio.checked{
	background: #ebe8e7;
}
.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    width: 28px;
    height: 28px;
    background-image: url(../../images/common/cart/delivery_radio.svg);
}
.no-svg .delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/delivery_radio.png);
}
.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(235, 232, 231);
    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;
    font-size: 15px;
    color: #777;
}
.delivery-list .txt b {
    color: #7FCAA5;
}

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

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

.cart-table .pd-id {
    color: #aaa;
    font-size: 12px;
}
.cart-table .pd-name {
    color: #6d2a03;
    font-size: 18px;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #444;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #c36e00;
    margin-bottom: 4px;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 90px;
}
.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: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.cart-table a.pic:hover:before {
    opacity: 1;
}
.cart-table .tag {
    background: #e4a000;
    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: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #909090
}
.cart-table .btn.delete:hover {
    color: #FAB635;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}
.sum-box {
    padding: 10px 0;
}
.sum-table {
    border: 0;
}
.sum-table tr {
    background: #fff;
    color: #555;
}
.sum-table tr+tr {
    border-top: 1px solid #fff;
}
.sum-table td {
    text-align: right;
    padding: 6px 30px;
}
.sum-table td:first-child {
    font-size: 15px;
}
.sum-table td:last-child {
    width: 15%;
}
.sum-table tr:last-child td {
    color: #BB7708;
    font-size: 16px;
    font-weight: bold;
}
.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: #ebe8e7;
    /* border: 1px solid #DCDCDC; */
    border-width: 1px 0;
   /* overflow: hidden;*/
    font-size: 15px;
    color: #666;
    margin-top: 2px;
    padding: 5px 0;
}
.payment-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.shopping-title{
    margin-bottom: 0;
}
.payment-box .shopping-title {
    float: left;
    margin: 5px 15px;
    padding-top: 10px;
}
.payment {
    float: left;
    margin: 5px 15px;
    padding-top: 5px;
}
.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    min-width: 148px;
    border-radius: 4px;
    box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #6a5953;
    border-color: #6a5953;
}

.plus-box {
    margin: 20px 0 0;
}
.plus-txt {
    border: 1px solid #DCDCDC;
    text-align: center;
    color: #7FCAA5;
    font-size: 18px;
    padding: 15px;
}
.plus-txt b {
    color: #FF2626;
}
.plus-list-box {
    padding: 30px 0 0;
}
.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: 330px;
    margin: 0 auto 40px;
    position: relative;
}
.plus-list .pic-box {
    position: relative;
    overflow: hidden;
}
.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.plus-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    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 {
    background-position: 50% 50%;
    opacity: 1;
}
.plus-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.plus-list .name {
    color: #5E2A03;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.plus-list .name:hover{
	color: #b37f2c;
}
.plus-list .price{
    color: #b37f2c;
    font-size: 16px;
}
.plus-list .price:hover{
    color: #5E2A03;
}

.plus-list .box:hover .name {
    /*color: #444;*/
}
.plus-list .offers {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.plus-list .box:hover .offers {
    color: #5ABA8A;
}
.plus-list .pd-info {
    margin: 12px 0 6px;
}
.plus-list .pd-info select.form-control {
    max-width: none;
}
.plus-list .qty-box {
    float: left;
    width: 92px;
}
.plus-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}
.plus-list .btn.addcart {
    height: 30px;
    background: #80CAA5;
    background: #ecc97c;
    background: -moz-linear-gradient(top, #ecc97c 1%, #b37f2c 71%);
    background: -webkit-linear-gradient(top, #ecc97c 1%,#b37f2c 71%);
    background: linear-gradient(to bottom, #ecc97c 1%,#b37f2c 71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc97c', endColorstr='#b37f2c',GradientType=0 );
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    width: calc(100% - 96px);
    float: right;
}
.plus-list .btn.addcart:hover {
    background: #b37f2c;
}
.plus-list .btn.addcart .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 1px 0;
}
.shopping-form {
    padding: 40px 0;
}
.shopping-form .shopping-title {
    background: #ebe8e7;
    padding: 5px;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative
}
.shopping-form .col1 {
    padding-right: 15px;
}
.shopping-form .col2 {
    border-left: 0px solid #DCDCDC;
    padding-top: 0px;
    padding-left: 15px;
}
.shopping-form .col1 .shopping-title {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 12px;
}
.shopping-form .col2 .shopping-title {
    /* margin-left: -20px; */
    padding-left: 12px;
}
.shopping-form .shopping-title .ic {
    color: #5e2a03;
}
.shopping-form .control-label {
    color: #7F7F7F;
    font-size: 14px;
}
.shopping-form .tips {
    min-height: 0;
}
.shopping-form .btn.select-store {
    border: 1px solid #7FCAA5;
    width: 145px;
    height: 36px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    background: #f1f9fb;
}
.shopping-form .btn.select-store:hover {
    background: #7fcaa5;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #7fcaa5;
    text-decoration: underline;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #F3856D;
    text-decoration: none;
}
.shopping-form .same-check {padding: 15px 0 5px;}
.shopping-form .same-check label {
    display: block;
    color: #5e2a03;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.invoice-info-box {
    border: 1px solid #DCDCDC;
    text-align: center;
}
.invoice-info {
    padding: 35px 15px 0;
}
.invoice-form .form-box {
    padding: 10px 15px 0;
    max-width: 900px;
}
.invoice-form .row {
    margin: 0 -8px;
}
.invoice-form .row:before {
    display: none;
}
.invoice-form .col {
    padding: 0 8px;
}
.invoice-form .control-label {
    display: none;
}
.invoice-txt {
    padding: 15px 15px 35px;
}
.invoice-txt span {
    color: #000;
}
.invoice-txt a {
    color: #7FCAA5;
}
.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .order-id {
    border: 1px solid #d61f14;
    background: #fcfbfb;
    line-height: 1.3;
    padding: 8px 16px;
    color: #d61f14;
    font-size: 20px;
    font-weight: bold;
    margin: 1.6em auto;
}

.sum-table td.cart-shopping-note{
    color: #d61f14;
    font-size: 14px;
}

@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1320px) {
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1100px) {
    .shopping-step li {
        padding: 10px 25px;
    }
}
@media screen and (max-width: 1000px) {
    .delivery-list.mobile, .payment.mobile, .invoice-info.mobile, .qty.form-control.mobile {
        display: block;
    }
    /* .shopping-new-way li{
        display: none;
    } */
    .delivery-list.pc, .payment.pc, .invoice-info.pc {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .shopping-step {
        padding: 0;
    }
    .shopping-step li {
        font-size: 15px;
    }
    .shopping-step li {
        display: block;
        padding: 15px 0;
    }
    .shopping-step li+li:before {
        top: 0;
        left: 50%;
        margin: -15px 0 0 -15px;
        transform: rotate(90deg);
    }
    .shopping-step li .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-size: auto 70px;
        margin: 0 10px 3px 0;
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
        width: 80px;
    }
    .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: 0 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: auto;
    }
    .plus-list-box {
        padding: 25px 0 0;
    }
    .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;
    }
    .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: 1.8em;
    }
    .shopping-form .col .shopping-title {
        margin: 0;
        padding: 5px 8px;
    }
    .shopping-form .form-box {
        max-width: none;
    }
}
@media screen and (max-width: 520px) {
    .plus-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
}
