.steps {
    margin: 35px auto 0;
    width: 50%;
}
.steps i {
    color: #fff;
    margin-left: -25px;
    margin-right: 8px;
    text-align: center;
    width: 22px;
}
.steps a {
    color: #8c8c8c;
}
.steps a:hover {
    background-color: #e1880a;
    color: #fff;
    text-decoration: none;
}
.steps .step-item {
    color: #8c8c8c;
    font: 12px/22px "Noto Sans SC";
    width: 28%;
}
.steps .step-item .icon {
    color: #cbcbcb;
    font-size: 29px;
    vertical-align: -6px;
}
.steps .step-item a:hover .icon {
    color: #fff;
}
.steps .step-item a:hover i {
    color: #e1880a;
}
.steps .active {
    background-color: #faa419;
    color: #fff;
}
.steps .active .icon {
    color: #fff;
}
.steps .active a {
    color: #333;
}
.steps .active i {
    color: #faa419;
}
.steps .step-arrow {
    color: #ccc;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.steps .step-item {
    position: relative;
    text-align: center;
}
.steps .step-item, .steps .step-item.active {
    background-color: transparent;
}
.steps .step-item i {
    background-color: #AAA;
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 25px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 25px;
    z-index: 10;
    font-family: Tahoma,Geneva,sans-serif;
}
.steps .step-item.active i {
    background-color: #00a650;
}
.steps .step-item span {
    color: #8c8c8c;;
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-top: 5px;
}
.steps .step-item.active span {
    color: #333;
}
.steps .step-item:before, .steps .step-item:after {
    background-color: #AAA;
    content: "";
    height: 5px;
    position: absolute;
    top: 10px;
    width: 50%;
    z-index: 1;
}
.steps .step-item:before {
    left: 0;
}
.steps .step-item:after {
    right: 0;
}
.steps .step-item.active:before, .steps .step-item.active:after {
    background-color: #00a650;
}
.steps .step-item:first-child:before {
    border-radius: 7px 0 0 7px;
}
.steps span a {
    color: #8c8c8c;
}
.steps span a:hover {
    background-color: #ffffff;
    color: #c60c1b;
}

.cart {
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    background: #FFF;
    border-radius: 5px;
}



.cart-table tr {
    border-bottom: 1px solid #DDD;
}
.cart-table tbody td {
    padding: 5px 10px;
}
.cart-table .info {
    
}
.cart-table .info .img {
    float: left;
    margin-right: 20px;
    width: 70px;
    height:70px;
    margin-top:12px;
}
.cart-table .info .txt {
    float: left;
    width: 330px;
    font-size: 12px;
    line-height: 20px;
}
.cart-table .info .txt a {
    font-size:14px;
    color:#333;
}
.cart-table .item-msg.error {
    color: #fe8713;
}

.qty-box .inner a {
    height: 30px;
    line-height: 27px;
    width: 30px;
}
.qty-box .qty {
    height: 30px;
    width: 80px;
}
.cart-empty {
    background-color: #fff;
    color: #666;
    font-size: 14px;
    line-height: 2;
    padding: 60px 0;
    text-align: center;
}
.cart-empty i {
    font-size:60px;
}
.cart-empty i span {
    background: #fe8713 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    height: 20px;
    left: 61px;
    line-height: 20px;
    min-width: 20px;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 101;
}
.cart-empty a {
    color: #fe8713;
    text-decoration: underline;
}
.cart-empty .empty-tips {
    color:#999;
    font-size:16px;
}
.cart-table {
    table-layout: fixed;
    color: #5e5e5e;
    font-size: 13px;
    font-family: "Noto Sans SC";
}
.cart-table a {
    color: #666;
}
.cart-table a:hover {
    text-decoration: none;
    color: #fe8713;
}
.cart-table thead {
    
}
.cart-table caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 15px;
}

.cart-table thead tr {
    height: 35px;
}
.cart-table thead th {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}
.cart-table .cart-product td, .cart-table .p-packs td {
    padding-bottom: 8px;
    padding-top: 15px;
}
.cart-table .p-title a:hover, .cart-table .p-gift a:hover, .cart-table .btn-goon:hover {
    color: #026eb7;
    text-decoration: underline;
}
.cart-table .p-spec {
    background-color: #efefef;
    float: left;
    line-height: 20px;
    margin-bottom: 6px;
    padding: 0 6px;
}
.cart-table .p-subtotal {
    color: #fe2000;
}
.cart-table .p-action a {
    color: #026eb7;
}
.cart-table .p-action a:hover {
    text-decoration: underline;
}
.cart-table .p-action i {
    font-family: serif;
    padding: 0 3px;
}

.cart-table .p-gift i {
    color: #999;
}
.cart-table .p-promotion li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.cart-table .p-adjunct-icon, .cart-table .p-packs-icon {
    background-color: #efefef;
    float: right;
    padding: 5px 10px;
}
.cart-table .order-gift .p-price, .cart-table .order-gift .p-num, .cart-table .cart-exchange .p-price, .cart-table .cart-exchange .p-num, .cart-table .p-gift .p-price, .cart-table .p-gift .p-num, .cart-table .p-packs-item .p-price, .cart-table .p-packs-item .p-num {
    color: #999;
}
.cart-table .cart-exchange .cart-subtitle th, .cart-table .order-gift .cart-subtitle th {
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    padding-left: 10px;
    text-align: left;
}
.cart-table .order-price {
    font-size: 14px;
}
.cart-table .order-price .btn-blue {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.cart-table .order-price li {
    clear: both;
    overflow: hidden;
}
.cart-table .order-price .label {
    float: left;
    text-align: right;
    width: 200px;
}
.cart-table .order-price .label i {
    font-size: 12px;
}
.cart-table .order-price .price {
    color: #fe2000;
    float: left;
    padding-left: 5px;
    text-align: left;
    width: 150px;
}
.cart-table .order-price .price b {
    font-weight: 400;
}
.cart-table .order-price .total {
    line-height: 40px;
}
.cart-table .order-price .total em, .cart-table .order-price .total .order-container .notice-box i, .order-container .notice-box .cart-table .order-price .total i {
    font-weight: bold;
}
.cart-table .order-price .total b {
    font: 24px/1.5 Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.cart-table tfoot {
    background: #fff;
}
.cart-table tfoot td {
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    padding: 20px 0;
}


.cart-table tfoot .button {
    background: none;
    border: none;
    padding: 8px 15px;
    color: #5e5e5e;
}
.cart-table tfoot .btn-continue {
    background: #fe8713 none repeat scroll 0 0;
    border: 1px solid #fe8713;
    color: #fff;
    margin: 0 0 0 8px;
}
.cart-table tfoot .btn-checkout {
    background-color: #fe8713;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    float: right;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    line-height: 27px;
    margin: 0 0 0 15px;
    outline: medium none;
    padding: 8px 36px;
    width: auto;
}

.cart-table tfoot .totals {
    line-height: 45px;
    margin-right: 10px;
    margin-top: 8px;
    overflow: hidden;
}
.cart-table tfoot .total {
    font-size: 16px;
    color: #333;

}
.cart-table tfoot .total .price {
    color: #fe8713;
    font-size: 24px;
    font-weight: normal;
    font-family: Tahoma,Geneva,sans-serif;
}
.cart-btns button {
    padding: 10px 30px;
    margin: 0px;
    min-height: 40px;
    color: #ffffff;
    font-size: 14px;
    background: #c6c6c6;
    cursor: pointer;
    border-radius: 5px;
    border: 0px solid #ff671f;
    font-weight: bold;
}
.cart-btns .btn-csv,
.cart-btns .btn-checkout {
    background:#fe8713;
}
/*********** checkout ************/

.checkout-cart-index .f {
    border-top: 1px solid #eee;
}
.checkout {
    background: #fff none repeat scroll 0 0;
    margin: 25px auto;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 100px #ccc;
}
.opc li.section {
    border-bottom: 1px solid #e5e5e5;
}
.opc li .inner {
    padding:0 20px;
}

.opc li h2 {
    color: #000;
    font-family: "Noto Sans SC";
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}
.opc li h2 span {
    font-family: Tahoma,Geneva,sans-serif;
    color: #333;
}
.opc li .a-item {
    padding-bottom:15px;
}
.opc li .address-button {
    line-height: 26px;
    padding: 10px 0 5px;
    position: relative;

}
.opc li .address-button .add {
    background-color:#fe8713;
    border: 1px solid #fe8713;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 24px;
    padding: 0 12px;
    text-decoration: none;
}
.opc li .invoice-button {
    padding:5px 0 10px;
}
.opc .order-review .back a {
    color: #0563c3;
    font-size: 14px;
    text-decoration: underline;
}
.opc .btn-checkout {
    background-color: #fe8713;
    border: 1px solid #fe8713;
    color: #fff;
    font-weight: normal;
    margin: 0;
    min-width: 160px;
    padding: 0 20px;
    width: 200px;
    line-height: 43px;
    height: 50px;
    font-size: 20px;
}
.opc .btn-checkout:hover {
    
}
.opc .btn-checkout:disabled {
    background: #ccc;
    border:1px solid #CCC;
    color:#666;
}
.opc .btn-checkout.no-outline{
    outline: none;
}
.address-form {
    color: #333;
}
.address-form .row {
    line-height: 24px;
    margin-bottom: 20px;
}
.invoice-form .row {
    margin-bottom: 10px;
}
.address-form .row label {
    display: inline-block;
    line-height: 25px;
    margin-right: 8px;
    text-align: right;
    width: 105px;
    color: #333;
}
.address-form .row label .required {
    color: #fe8713;
}
.address-form .row .ipt {
    border: 1px solid #cfcfcf;
    font-size: 12px;
    height: 30px;
    line-height: 16px;
    padding: 3px 5px;
    color: #666;
}

.address-form button {
    background: #fe8713 none repeat scroll 0 0;
    border: 1px solid #fe8713;
    color: #fff;
    padding: 3px 30px;
}
.address-form .btn-cancel {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    color: #999;
    padding: 3px 15px;
}
.address-form .btn-cancel:hover {
    color: #fe8713;
}
.shipping li {
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    float: left;
    height: 100px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-right: 4px;
    padding: 5px 15px;
    position: relative;
    width: 248px;
}
.shipping li.active {
    border: 2px solid #00a650;
    color: #000;
    padding: 4px 14px;
}
.address-box i {
    position: absolute;
    bottom: -2px;
    right: -10px;
    font-size: 32px;
    color: #00a650;
}
.address-box p {
    line-height: 21px;
}
.address-box p.address-detail{
    line-height:18px;
}
.shipping li.invalid {
    color: #aaa;
    padding: 4px 14px;
}
.shipping li.invalid .invalid-tag{
    font-size:12px;
    margin-right:10px;
    color: #aaa;
    top: -2px;
    right: 0px;
}
/****** checkout success ************/
.checkout-onepage-success {
    background: #eee none repeat scroll 0 0;
}

.checkout-success {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    margin-top: 20px;
    padding: 50px 120px;
    box-shadow: 0 0 100px #ccc;
}
.checkout-success h1 {
    font-weight:normal;
    font-size: 24px;
}
.checkout-success h1 i {
    font-size: 24px;
    line-height: 21px;
    height: 21px;
    color: #00a650;
    vertical-align: middle;
}
.checkout-success table td {

    line-height: 32px;
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
    font-size: 16px;
}
.checkout-success table td.hd {

    font-weight: bold;
    border: 1px solid #e4e4e4;

}
.checkout-success table td.red {
    font-size: 24px;
    font-weight: normal;
}
.checkout-success-a {
    margin-bottom: 0;
    margin-top: 50px;
}
.checkout-success-a .btn-red {
    border-radius: 32px;
    font-size: 18px;
    padding: 13px 15px;
    width: 224px;
}
.order-review .totals {
    line-height: 32px;
}

.order-review .totals p label {
    color: #666;
    display: inline-block;
    float: left;
    text-align: right;
    width: 200px;
}

.cart-table tr.nocode td {
    background: #fcf5dd;
}
.totals .price {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 28px;
    font-weight: normal;
}
.round-border{
    border: 1px solid #CCC;
    border-radius: 3px;
}
