.content-top {
    margin: 0;
}

.shopping-step {
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 40px;
}

.shopping-step li {
    position: relative;
    padding: 5px 40px;
    border-bottom: 1px solid #DDD;
    margin: 5px -3px;
}

.shopping-step li.current {
    color: #fff;
    background: #80AF5D;
}

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

.shopping-step li .icon {
    background-image: url(../../images/common/products/a.png);
    width: 10px;
    height: 15px;
    margin: 0 5px 5px;
}

.shopping-step li.current .icon {
    background-position: 0 100%;
}

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

.delivery-list .item {
    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: #eee;
    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: url('../../images/common/footer_bg.png') center;
}

.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: #ddd;
    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: #B29066;
}

.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: #333333;
    font-size: 18px;
    display: inline-block;
}

.cart-table a:hover .pd-name {
    color: #444;
}

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

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

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

.cart-table .img {
    width: 90px;
    margin: 0 10px 0 0;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 20px;
    border: 1px solid #E8E8E8;
}

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

.cart-table a.pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

.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: #D93424;
    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: #777;
}

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

.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: 18%;
}

.sum-table tr:last-child td {
    color: #FF2626;
}

.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: #eee;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    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;
}

.payment-box .shopping-title {
    float: left;
    margin: 5px 15px;
}

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

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #DCDCDC;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 -3px;
    min-width: 148px;
    box-sizing: border-box;
}

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

.plus-box {
    margin: 20px 0 0;
}

.plus-txt {
    border: 1px solid #DCDCDC;
    text-align: center;
    color: #B29066;
    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: #444;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}

.plus-list .box:hover .name {
    text-decoration: underline;
}

.plus-list .offers {
    color: #E4685C;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}

.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: #555555;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0;
    width: calc(100% - 96px);
    float: right;
}

.plus-list .btn.addcart:hover {
    background: #aaa;
}

.plus-list .btn.addcart .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 1px 0;
}

.shopping-form {
    padding: 40px 0 0;
}

.box .shopping-title {
    padding: 0px;
    float: left;
    width: 15%;
    text-align: center;
    margin: 100px 0;
    color: #333333;
    font-size: 15px;
}

.box .shopping-title span {
    font-size: 13px;
    color: #333333;
}

.box .shopping-title.st02 {
    margin: 50px 0;
}

.box .shopping-title i {
    font-size: 50px;
    display: block;
}

.shopping-form .form-group {
    margin: 5px 0;
    clear: both;
}

.box .form-box {
    margin: 0 auto;
    padding: 0 0 0 20px;
    background: url('../../images/common/menu_border2.png') repeat-y left top;
}

.shopping-form .box {
    padding-bottom: 30px;
}

.box:after {
    content: "...........................................................................................................................................................................................";
    font-size: 1px;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 70px;
    visibility: visible;
}

.required:before {
    left: 0px;
    top: 2px;
}

.box.disline:after {
    content: "";
    height: 0;
}

.box .shopping-title .ic {
    color: #FB5955;
}

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

.shopping-form .btn.select-store {
    border: 1px solid #99784C;
    width: 145px;
    height: 36px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    background: #eee;
}

.shopping-form .btn.select-store:hover {
    background: #99784C;
    color: #fff;
}

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

.shopping-form .btn.select-unable:hover {
    color: #F3856D;
    text-decoration: none;
}

.shopping-form .same-check label {
    display: block;
    color: #FB5955;
    font-size: 14px;
    font-weight: bold;
}

.invoice-info-box {
    padding: 35px 15px 0;
    margin: 0 auto;
    float: right;
    width: 79%;
    background: url(../../images/common/menu_border2.png) repeat-y left top;
}

.invoice-info {}

.invoice-form .form-box {
    padding: 10px 0px 0;
    max-width: 900px;
    float: none;
    border: none;
    width: 100%;
    background: none;
}

.invoice-form .form-box .control-box {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.invoice-form .row {
    margin: 0 -8px;
}

.invoice-form .row:before {
    display: none;
}

.invoice-form .col {
    padding: 0 8px;
    text-align: center;
    margin: 0 auto;
}

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

.invoice-txt {
    padding: 15px 15px 10px;
    clear: both;
}

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

.invoice-txt a {
    color: #99784C;
}

.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 #E4665A;
    background: #E4665A;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 1.6em auto;
    border-radius: 10px;
}

.shopping-notice .form-box {
    width: 100%;
    float: none;
    padding: 10px 35px;
    background: #eee;
    box-sizing: border-box;
}

@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: 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);
    }
    .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;
    }
    .box .shopping-title,
    .box .shopping-title.st02 {
        margin: 20px 0;
    }
    .box .shopping-title {
        float: none;
        width: 100%;
    }
    .shopping-form .form-box {
        padding: 0 0 0 0px;
        border-left: none;
    }
    .invoice-info-box {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }
    .shopping-form .box {
        padding-bottom: 0px;
    }
}

@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;
    }
}
