.content-top {
    margin: 0;
}
.shopping-step {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    padding: 10px 0;
        border-bottom: 1px solid #FFA395;
    margin-bottom: 40px;
}
.shopping-step li {
    position: relative;
    padding: 10px 60px;
}
.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: 60px;
    height: 30px;
    position: absolute;
    left: -30px;
    bottom: 60px;
}
.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: 161px;
    height: 110px;
    margin: 0 auto 5px;
}
.shopping-step li.step1 .icon { background-position:    0% 10%; }
.shopping-step li.step2 .icon { background-position:  50% 10%; }
.shopping-step li.step3 .icon { background-position: 100% 10%; }
.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-width: 1px 0;
    margin-bottom: 30px;
}
.delivery-list .item {
    overflow: hidden;
    padding: 0px 0;
}
.delivery-list .item + .item {
    border-top: 1px solid #fff;
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 32%;
    background: #FFA395;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px 15px 70px;
    position: relative;
    box-sizing: border-box;
}
.delivery-list .delivery-radio.checked{
	background: #ff7662;
}
.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: #FFB5AA;
    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: #878787;
    background:#F5F3EF;
}
.delivery-list .txt b {
    color: #EB4C52;
}

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

.cart-table .pd-id {
    color: #888888;
    font-size: 13px;
}

.cart-table .pd-name {
    color: #EB4C52;
    font-size: 15px;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #444;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #FF8000;
    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(51,43,40,0.8);
    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: #FF9B60;
    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: #EB575D;
}
.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;
     color: #545454;
}
.sum-table td:first-child {
    font-size: 15px;
}
.sum-table td:last-child {
    width: 15%;
}
.sum-table tr:last-child td {
    background:#EB4C52;
    color:#fff;
    font-size:16px;
}
.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: #fff;
      border: 1px solid #FFA395;
      font-size: 15px;
      color: #878787;
      min-height: 41px;
}
.payment-box .shopping-title {
    float: left;
    padding: 7px;
    border-right: 1px solid #FFA395;
}
.payment-box .shopping-title:after {
   display:none;
}
.payment {
    margin: 5px 15px 0;
    text-align: left;
}
.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
 
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    min-width: 148px;
    border-radius: 10px;
    box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #EB4C52;
}


.plus-box {
    margin: 20px 0 0;
}
.plus-txt {
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    color: #878787;
    font-size: 18px;
    padding: 15px;
}
.plus-txt b {
    color: #EB4C52;
}
.plus-list-box {
    padding: 30px 0 0;
}
.plus-list {
    margin: 0 0px;
}
.plus-list .item {
      width: 25%;
    padding:0px;
        padding-bottom: 60px;
}
.plus-list .item:nth-child(4n+1) {
    clear: left;
}
.plus-list .box {
     max-width: 360px;
    margin: 0 auto 0px;
    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.pd-name {
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(51,43,40,0.80);
}
.plus-list.pd-name:hover {
   background: rgba(215,91,91,0.80);
}
.plus-list .right{
         float: right;
         width: calc(100% - 130px);
        margin: 0 10px;
}
.plus-list .price{
       float: left;
    color:#58473F;
    font-size:18px;
    margin:10px;
    font-family:'Exo';
}
.plus-list .price .offers {
    color: #58473F;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    padding-top:15px;
}
.plus-list .box:hover .offers {
    color: #FF7662;
}
.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: #FF7662;
    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: #FFA395;
}
.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 {
    padding: 5px;
}
.shopping-form .col .form-box{
    border:1px solid #D0C4BD;
     padding: 30px;
}
.shopping-form .col.col2 .form-box{
    border:1px solid #D0C4BD;
    padding: 30px;
    height:570px;
    max-height: 670px;
}
.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: 20px;
}
.shopping-form .col2 {
    padding-left: 20px;
}
.shopping-form .col1 .shopping-title {
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 12px;
}
.shopping-form .col2 .shopping-title {
    margin-left: -20px;
    padding-left: 20px;
}
.shopping-form .shopping-title .ic {
   
}
.shopping-form .control-label {
    color: #997C6C;
    font-weight:600;
    font-size: 14px;
}
.shopping-form .tips {
    min-height: 0;
}
.shopping-form .btn.select-store {
    border: 1px solid #EB4C52;
    width: 145px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    background: #EB4C52;
    border-radius:5px;
}
.shopping-form .btn.select-store:hover {
    opacity:.8;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #F3856D;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #F3856D;
     text-decoration: underline;
}
.shopping-form .same-check {padding: 15px 0 5px;}
.shopping-form .same-check label {
   display: block;
    color: #EB4C52;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}
.invoice-info-box {
    border-top: 1px solid #FFA395;
    border-bottom: 1px solid #FFA395;
    text-align: center;
}
.invoice-info {
    padding: 15px 15px 10px;
    background:#F5F3EF;
    color:#854438;
}
.invoice-form .form-box {
    padding: 10px 15px 0;
    max-width: 900px;
}
.invoice-form .row {
    margin: 0 -8px;
    width: 80%;
    margin: auto;
}
.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: #EB4C52;
}
.invoice-txt a {
    color: #000;
    text-decoration:underline;
}
.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 {
    background: #EB575D;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 8px 16px;
    /* height:44px; */
    color: #fff;
    letter-spacing:0.1em;
    font-weight: bold;
    margin: 1.6em auto;
    max-width:280px;
}
.success-box .order-id a{
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }  
}
@media screen and (max-width: 1380px) {
.plus-list .btn.addcart {
    max-width:150px;
    width:100%;
    margin:6px 0;
    float: left;
}
}
@media screen and (max-width: 1132px){
    .payment-box .shopping-title {
    float: none;
   text-align:center;
   border-bottom:1px solid ;
       border-right: none;
}
.payment {
    text-align: center;
}
}
@media screen and (max-width: 1100px) {
    .shopping-step li {
       padding: 8px 38px;
    }
     .plus-list-box {
        padding: 25px 0 0;
    }
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
    .plus-list .box {
        margin-bottom: 30px;
    }
     .plus-list .btn.addcart {
    width: calc(100% - 96px);
    float: right;
    margin:auto;
}
}

@media screen and (max-width: 767px) {
    .shopping-step {
        padding: 0;
    }
    .shopping-step li {
        font-size: 15px;
    }
    .shopping-step li {
        display: block;
            padding: 40px 0;
    }
    .shopping-step li+li:before {
        top: 0;
        left: 47%;
        margin: -15px 0 0 -15px;
        transform: rotate(90deg);
    }
    .shopping-step li .icon {
        display: inline-block;
       /* 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;
    }
   
    .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;
    }
    .shopping-form .col.col2 .form-box{
    border:1px solid #D0C4BD;
     padding: 30px;
     height: auto;
}
}
@media screen and (max-width: 710px) {
    .plus-list .btn.addcart {
    max-width:150px;
    width:100%;
    margin:6px 0;
    float: left;
}
}
@media screen and (max-width: 520px) {
    .plus-list .item {
        width: 100%;
    }
     .plus-list .btn.addcart {
    width: calc(100% - 96px);
    float: right;
    margin:auto;
}
 .cart-table .pd-name {
        width: 80%;
}
}
@media screen and (max-width: 400px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
    .cart-table .pd-name {
        width: 80%;
}
.shopping-step li+li:before {
        left: 45%;
    }
}
@media screen and (max-width: 370px) {
 .plus-list .btn.addcart {
    max-width:150px;
    width:100%;
    margin:6px 0;
    float: left;
}
}