/***
   将cart改为在头导航上显示
 */
.nav-a{
    position: relative;
    float: left;
    top: 1px;
    padding: 0 0 0 9px;
    line-height: 44px;
    height: 44px;
}

.nav-a-2{
    padding-right: 0;
    top: 1px;
    margin: 0 1px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.nav-a-overflow{
    overflow: hidden;
}

.nav-line-1,
.nav-line-2{
    float: left;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding-right: 9px;
    font-family: "Amazon Ember",Arial,sans-serif;
    color: #000;
}

.nav-a-2 .nav-line-1{
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 9px;
}

.nav-line-2{
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

.nav-a-2 .nav-line-1,
.nav-a-2 .nav-line-2{
    color: #222;
}

.nav-a-2 .nav-line-1{
    color: #8c8c8c;
}

.nav-sprite, .nav-icon{
    background: url("../images/nav-sprite-global-black.png") repeat-x 0 1000px;
}

#shop-cart .nav-cart-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 11px;
    background-position: -10px -340px;
    width: 38px;
    height: 26px;
}

.span.nav-arrow{
    display: none;
}

.nav-a-2 .nav-line-2 .nav-icon,
.nav-a-2 .nav-line-4 .nav-icon{
    display: inline-block;
    _border-style: dashed;
    border: 4px solid transparent;
    border-top-color: #606060;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}

.nav-a-2 .nav-line-2 .nav-icon{
    display: inline-block;
    _border-style: dashed;
    border: 4px solid transparent;
    border-top-color: #606060;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}

.nav-icon.nav-arrow{
    border-top-color: #a7acb2;
}
.nav-a-2 .nav-line-4,
.nav-a-2 .nav-line-3{
    float: left;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding-right: 9px;
    font-family: "Amazon Ember",Arial,sans-serif;
    color: #000;
}

.nav-a-2 .nav-line-3{
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
    margin-top: 9px;
}

.nav-a-2 .nav-line-4 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

.nav-a-2 .nav-line-4,
.nav-a-2 .nav-line-3{
  display: none;
}

#shop-cart .nav-line-1,
#shop-cart .nav-line-2{
    margin-left: 42px;
}

.nav-cart-count{
    color: #e47911;
    font-weight: 700;
    font-family: "Amazon Ember",Arial,sans-serif;
    position: absolute;
    line-height: 16px;
    width: 20px;
    text-align: center;
}

#shop-cart .nav-cart-0{
    left: 23px;
    top: 9px;
    font-size: 16px;
    width: 19px;
}

#shop-cart-count{
    color: #f08804;
    top: 7px;
}

.extra-shop-cart-menu{
    height: 35px;
}


/**
  cart list
 */
.a-cart-items-box{
    min-width: 998px;
    margin: 90px auto;
}

.a-selection{
    position: relative;
    padding: 0;
}

.a-fixed-right-col{
    width: 300px;
    float: right;
    position: relative;
    overflow: visible;
    zoom: 1;
    min-height: 1px;
}

.a-section{
    position: relative;
    margin-bottom: 22px;
}
.a-color-alternate-background{
    border-radius: 4px;
    margin-top: 0;
}
.a-box-inner{
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
}

.a-spacing-mini,
.a-ws-spacing-mini {
    margin-bottom: 6px!important;
}

.a-size-medium {
    font-size: 17px!important;
    line-height: 1.255!important;
}

.a-color-price {
    font-weight: 700!important;
    color: #B12704!important;
}

.a-color-alternate-background {
    background-color: #f3f3f3!important;
    border: 1px #ddd solid;
}


.a-button-inner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 29px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}

.a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
}

.a-button-primary {
    background: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}

.a-button-primary .a-button-inner {
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
}

.a-button-span12 {
    width: 100%!important;
}



.a-button-input {
    position: absolute;
    background-color: transparent;
    color: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .01;
    outline: 0;
    overflow: visible;
    z-index: 20;
}


button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}


.sc-list{
    margin-bottom: 22px;
    margin-top: 14px !important;
}
.a-row{
    width: 100%;
}
.sc-cart-header{
    margin-bottom: -10px;
}

.a-row:after, .a-row:before{
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.a-row:after {
    clear: both;
}

.sc-list h2{
    padding-bottom: 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
}

.a-cart-items-box form {
    margin-bottom: 14px;
}

.sc-list .sc-list-head{
    border-bottom: 1px solid #DDD;
}

.a-spacing-top-micro {
    margin-top: 4px!important;
}

.a-text-left {
    text-align: left!important;
}

.a-row .a-span8, .a-ws .a-row .a-ws-span8 {
    width: 65.948%;
}

.a-row .a-span2, .a-ws .a-row .a-ws-span2 {
    width: 14.948%;
}

div.a-column{
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
}

.a-color-secondary {
    color: #555!important;
}

.a-ws .a-ws-span12, div.a-column.a-span-last {
    margin-right: 0;
    float: right;
    width: auto;
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
    margin-bottom: 14px!important;
}

.a-spacing-top-base{
    margin-top: 14px !important;
}

.a-fixed-left-grid-inner, .a-fixed-right-grid-inner{
    position: relative;
    padding: 0;
}

.a-fixed-left-grid-inner:after, .a-fixed-left-grid-inner:before, .a-fixed-right-grid-inner:after, .a-fixed-right-grid-inner:before {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
}

.a-fixed-left-grid-col, .a-fixed-right-grid-col {
    position: relative;
    overflow: visible;
    zoom: 1;
    min-height: 1px;
}

.a-float-left, .aok-float-left {
    float: left!important;
}


.a-fixed-right-flipped-grid .a-col-left {
    overflow: hidden;
    zoom: 1;
    width: auto;
}

.sc-list-body a, .sc-list-body a:active, .sc-list-body a:link, .sc-list-body a:visited {
    text-decoration: none;
    color: #0066c0;
}

.sc-list-body  img{
    vertical-align: top;
    border: 0;
    max-width: 100%;
}

.a-fixed-left-grid-col, .a-fixed-right-grid-col {
    position: relative;
    overflow: visible;
    zoom: 1;
    min-height: 1px;
}

.a-fixed-left-grid .a-col-right {
    width: 100%;
    padding-left: 3.5%;
}

.a-unordered-list, ul {
    margin: 0 0 0 18px;
    color: #111;
}

.a-ordered-list, .a-unordered-list, ol, ul {
    padding: 0;
}

.a-ordered-list.a-nostyle, .a-unordered-list.a-nostyle, ol.a-nostyle, ul.a-nostyle {
    margin-left: 0;
    color: #111;
}

.sc-list-item .sc-action-links {
    margin-top: -4px;
    margin-bottom: 3px;
}

.a-size-small {
    font-size: 12px!important;
    line-height: 1.5!important;
}

.sc-list input[type=button],.sc-list  input[type=reset],.sc-list  input[type=submit] {
    transition: all .1s linear;
    cursor: pointer;
    -webkit-appearance: button;
}

.sc-list .sc-action-links input[type=submit], .sc-list .sc-action-links input[type=button], .sc-update-all-quantity input {
    background: 0 0;
    border: 0;
    color: #0066C0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    font: inherit;
    line-height: inherit;
    -moz-user-select: text;
}

 .a-list-item{
     color: #111;
 }

.a-ordered-list li, .a-unordered-list li, ol li, ul li {
    word-wrap: break-word;
    margin: 0;
}

.a-ordered-list.a-nostyle li, .a-unordered-list.a-nostyle li, ol.a-nostyle li, ul.a-nostyle li {
    list-style: none;
}

.a-color-success {
    color: #007600!important;
}

.a-spacing-small, .a-ws .a-ws-spacing-small {
    margin-bottom: 10px!important;
}

.sc-list-body p {
    padding: 0;
    margin: 0 0 14px 0;
}

.sc-action-quantity {
    max-width: 110px;
}

.sc-action-quantity-right {
    float: right;
}

.a-dropdown-container {
    position: relative;
}

.sc-hidden {
    display: none;
}

.sc-action-quantity input {
    font-size: 13px;
    line-height: 19px;
}

.a-spacing-top-small {
    margin-top: 10px!important;
}

.a-button-primary {
    background: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}

.a-hidden, .aok-hidden {
    display: none!important;
    visibility: hidden!important;
}

.a-button.a-button-small {
    height: 22px;
}

.a-button-primary .a-button-inner {
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
}

.a-button.a-button-small .a-button-inner, .a-button.a-button-small.a-button-disabled .a-button-inner, .a-button.a-button-small.a-button-disabled.a-button-focus .a-button-inner, .a-button.a-button-small.a-button-disabled:active .a-button-inner, .a-button.a-button-small.a-button-disabled:focus .a-button-inner, .a-button.a-button-small.a-button-disabled:hover .a-button-inner, .a-button.a-button-small.a-button-focus .a-button-inner, .a-button.a-button-small.a-button-focus:active .a-button-inner, .a-button.a-button-small:active .a-button-inner, .a-button.a-button-small:focus .a-button-inner, .a-button.a-button-small:focus:active .a-button-inner, .a-button.a-button-small:hover .a-button-inner {
    height: 20px!important;
}
/**
 + - item

 */
.spinner{
    height: 25px;
    width: 71px;
    overflow: hidden;
    *zoom: 1;
    -webkit-box-shadow: 0 3px 3px -4px #aaa;
    -moz-box-shadow: 0 3px 3px -4px #aaa;
    box-shadow: 0 3px 3px -4px #aaa;
}

.spinner span, .spinner .spinner-value {
    text-align: center;
    display: block;
    float: left;
    height: 100%;
    line-height: 20px;
    margin: 0;
}

.spinner span {
    border: none;
    width: 23px;
    color: #e5312a;
    font: 22px Arial bold;
    padding: 0;
    outline: none;
}

.spinner .decrease {
    background-position: 0 -50px;
    cursor: pointer;
    text-indent: -10000px;
}

.spinner .spinner-value {
    background-position: 0 -100px;
    width: 24px;
    height: 25px;
    border: none;
    color: #000;
    padding: 0;
}

.spinner .increase {
    background-position: 0 0;
    cursor: pointer;
    text-indent: -10000px;
}

.spinner .decrease, .spinner .decrease[disabled], .spinner .increase, .spinner .spinner-value, .spinner .spinner-value.passive {
    background-image: url('../images/plus-minus.png');
}

.spinner .decrease[disabled] {
    background-position: 0 -75px;
    cursor: default;
}

.a-text-right{
    text-align: right !important;
}

.a-float-right{
    float: right !important;
}



.a-spacing-none{
    margin-bottom: 0!important;
}

.a-spacing-top-mini{
    margin-top: 6px !important;
}

.sc-subtotal p{
    padding: 0;
    margin: 0 0 14px 0;
}

.a-text-bold{
    font-weight: 700 !important;
}

.sc-white-space-nowrap{
    white-space:nowrap;
}

/** 重新制作表 **/
.table-area {
    position: relative;
    z-index: 0;
    padding: 0 10px;
    /*margin-top: 50px;*/
}

table.responsive-table {
    display: table;
    /* required for table-layout to be used (not normally necessary; included for completeness) */
    table-layout: fixed;
    /* this keeps your columns with fixed with exactly the right width */
    width: 100%;
    /* table must have width set for fixed layout to work as expected */
    height: 100%;
}

table.responsive-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
table.responsive-table tbody{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

table.responsive-table th {
    background: #eee;
    border-top: 1px solid #F0F0EC !important;
    border-bottom: none !important;
    border-left: none;
    border-right: none;
}

table.responsive-table td {
    line-height: 2em;
    border-top: 1px solid #F0F0EC !important;
    border-bottom: none !important;
    border-left: none;
    border-right: none;
}

table.responsive-table tr > td,
table.responsive-table th {
    text-align: left;
}

/** product **/
.product .product-image{
    width: 35%;
    float: left;
}

.product .product-details{
    width: 65%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    float: left;
}

.product .product-title{
    width: 100%;
    display: inline-block;
    max-height: 32px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.5rem;
    color: rgb(0, 102, 192);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.255;
    box-sizing: border-box;
}

.product .product-details .product-description{
    margin: 0.75rem 0 0;
    color: #007600!important;
}

.product .product-details .product-action{
    font-size: 12px;
    line-height: 1.5;
}

.product-details .product-action input{
    background: 0 0;
    border: 0;
    color: #0066C0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    font: inherit;
    line-height: inherit;
    -moz-user-select: text;
}

.product-price{
    white-space: nowrap;
    font-weight: 700;
    color: #B12704;
}
.product-quantity{
    height: 25px;
    width: 71px;
    overflow: hidden;
    *zoom: 1;
    -webkit-box-shadow: 0 3px 3px -4px #aaa;
    -moz-box-shadow: 0 3px 3px -4px #aaa;
    box-shadow: 0 3px 3px -4px #aaa;
}

.product-quantity .decrease{
    background-image: url(../images/plus-minus.png);
    background-position: 0 -50px;
    cursor: pointer;
    text-indent: -10000px;
    border: none;
    width: 23px;
    font: 22px Arial bold;
    padding: 0;
    outline: none;
    text-align: center;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
}

.product-quantity .quantity-value{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    display: block;
    float: left;
    background-position: 0 -100px;
    width: 24px;
    height: 25px;
    border: none;
    color: #000;
    padding: 0;
    background-image: url(../images/plus-minus.png);
}

.product-quantity .increase{
    text-align: center;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    border: none;
    width: 23px;
    font: 22px Arial bold;
    padding: 0;
    outline: none;
    background-position: 0 0;
    cursor: pointer;
    text-indent: -10000px;
    background-image: url(../images/plus-minus.png);
}

