.data-table {
    width: 100%;
    border: 1px solid #bbb;
}

.data-table .odd {
    background: #f1f1f1;
}

.data-table .even {
    background: #f1f1f1;
}

#shopping-cart-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#shopping-cart-table {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #bbb;
}

#shopping-cart-table li.wide {
    width: 75%;
}

#shopping-cart-table #billing-new-address-form {
    margin-bottom: 15px;
}

#shopping-cart-table .odd {
    background: #f1f1f1;
}

#shopping-cart-table .even {
    background: #f1f1f1;
}
#shopping-cart-table label {
    font-weight:normal;
    min-width:100px;
}
#shopping-cart-table label.required em {
    color:#eb340a;
}
.error {
    color: #df280a;
    font-weight: normal;
}
#shopping-cart-table .product-name {
    text-align: center;
}

/*#shopping-cart-table td { line-height: 120px;}*/
#shopping-cart-table .btn-remove2 {
    display: block;
    width: 17px;
    height: 22px;
    /*margin: 48px 0 0;*/
    font-size: 0;
    line-height: 0;
    background: url('/media/btn_trash.gif') 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

#shopping-cart-table .back-button-form {
    margin-top: -42px;
}

#shopping-cart-table .link-wishlist {
    margin: 46px 0 0 23px;
}

#multiship-addresses-table, #checkout-review-table {
    border: 1px solid #bbb;
}

#checkout-review-table .odd {
    background: none;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
}

.data-table tr.last th,
.data-table tr.last td {
}

.data-table th {
    padding: 6px 10px;
    font-weight: normal;
}

.data-table td {
    padding: 6px 10px;
}

.data-table thead th {
    background: none;
    font-weight: normal;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    color: #777;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #bbb;
}

.data-table tfoot tr.first td {
}

.data-table tfoot tr {
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #bbb;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: normal;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: normal;
    font-size: 13px;
}

.info-table th {
    font-weight: normal;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

.cart {
    /*margin-top: 20px;*/
    /*margin-bottom: 70px;*/
}

.cart .sidebar {
    margin-top: 0px;
}

.cart .form-control {
    display: inline;
}

.block-progress {
    margin-bottom: 15px;
}

.block-progress hr {
    border-top: 1px solid #bbbbbb;
}

.block-progress .basket_totals {
    float: right;
}

h3.from-the-blog {
    padding-top: 0px;
    margin-top: 0px;
}

p.from-the-blog {
    border-top: 1px dashed;
    font-size: 1.75em;
    line-height: 1.75em;
    padding-top: 10px;
}

.basket-back-pre-order-hdr {
    background-color: #d8ffc6;
    color: #50812b;
}

#payment_cnt .row label {
    width: 110px;
}

#basket-confirm-order th {
    font-weight: bold;
}

#basket-confirm-order tfoot tr {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#basket-confirm-order .basket-confirm-total {
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
    font-size: 16px;
}

div.pre_order_info {
    background: url(/media/ico-info-small.png) no-repeat right 1px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    float: right;
    display: block;
}

div.extra_info div {
    width: 316px;
    height: 292px;
    padding: 10px 15px 10px 46px;
    display: none;
    position: absolute;
    left: 20px;
    top: -7px;
    background: url(/media/info-popup.png) no-repeat;
    z-index: 12;
}

.featured-book a.add-to-cart {
    font-style: italic;
}

a.add-to-cart-btn {
    text-align: center;
    color: white;
    background-color: #5e9732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    font-style: italic;
}

a.add-to-cart-btn2 {
    text-align: center;
    color: white;
    background-color: #5e9732;
    margin: 0 auto;
    padding: 3px 5px;
    display: inline-block;
    font-size: 1.2rem;
    font-style: italic;
}

input.qty {
    width: 2.5em !important;
    text-align: center;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    display: block;
    background: #5d9732;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    background: none !important;
    border: 0 none;
    color: #F1F1F1;
    /*font-family: 'pathway';*/
    /*font-size: 20px;*/
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

button.button:hover span {
    background-color: #3e3d3e;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-cart span {
    background: #f47979;
    border: 0;
    line-height: 19px;
    padding: 8px 16px;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: normal;
    font-family: 'pathway';
}

button.btn-cart:hover span {
    background-color: #404040;
    color: #f1f1f1;
}

.product-view button.btn-cart span {
    background-color: #08A52E;
    color: #fff;
}

.product-view button.btn-cart:hover span {
    background-color: #3e3d3e;
}

button.btn-checkout span {
    border: 0;
    padding: 0 0 0 9px;
    font: normal 15px/40px Arial, Helvetica, sans-serif;
    color: #fff;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
/*input.input-text:focus, select:focus, textarea:focus {*/
    /*background-color: #fff;*/
/*}*/

/*.highlight { background:#efefef;

/**
*   Shopping Cart
*/

.buttons-set {
    clear: both;
    margin: 18px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

#shopping-cart-table td {
    height: auto;
    line-height: normal;
}

#shopping-cart-table h2 {

}

#shopping-cart-table h2 a,
#discount-coupon-form h2 {
    color: #334549;
    /*font-size: 3rem;*/
    font-size: 2.5rem;
}

#shopping-cart-table h2 a:hover {
    color: #5d9732;
}

#discount-coupon-form {
    font-size: 1.6rem;
}

#shopping-cart-totals-table {
    font-size: 1.6rem;
}

#shopping-cart-table #credit-card .form-group label {
    width: 140px;
}

.checkout-types input.button {
    background-color: #5d9732;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
    padding: 8px 10px;
    text-decoration: none;
}
#shopping-cart-table {
    /*overflow: hidden;*/
}

#shopping-cart-table .button-generic,
#shopping-cart-table .submit_button,
.login-payment .submit_button,
.login-payment .button {
    background-color: #5d9732;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
    padding: 10px;
    text-decoration: none;
    -moz-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out;
}

#shopping-cart-table .button-generic:hover,
#shopping-cart-table .submit_button:hover,
.login-payment .submit_button:hover,
.login-payment .button:hover {
    background-color: #3e3d3e;
}

.login-payment {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.login-payment .row {
    margin-left: 15px;
    font-size: 1.4rem;
}

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 25px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
    font: normal 26px/42px 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}

.cart-table td .product-image {
    display: block;
    width: 120px;
}

/* Checkout Types */
.checkout-onepage-index .col-main {
    background: #f1f1f1;
    border: 1px solid #bbb;
    padding: 18px;
    border-radius: 10px;
}

.checkout-onepage-index .page-title h1 {
    color: #A82B16;
    display: block;
    font-family: 'pathway';
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    min-height: 16px;
    padding: 0;
    text-transform: uppercase;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: normal;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: normal;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.crosssell .add-to-links {
    display: none;
}

.crosssell .price-box {
    width: 100%;
}

.crosssell button.button {
    float: right;
}

.cart .crosssell {
    border: 1px solid #bbb;
    padding: 12px 15px;
    background: #E9E9E9;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: normal;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: normal;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #bbb;
    padding: 12px 15px;
    margin: 0 0 18px;
    background: #f1f1f1;
    overflow: hidden;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    color: #333;
    text-transform: uppercase;
}

.discount-form label {
    font-weight: normal;
}

.cart .discount h2 {
}

.cart .discount .input-box {
    margin: 8px 0 0;
    /*width: 260px;*/
    width: 100%;
}

.cart .discount input.input-text {
    /*width: 254px;*/
    width: 100%;
}

/*.cart input.input-text {*/
    /*background: #FFFFFF;*/
    /*/!*border-radius: 10px;*!/*/
    /*height: 35px;*/
    /*width: 254px;*/
/*}*/

.cart select {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.cart .shipping h2 {
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}
.a-right {
    text-align: right !important;
}

/* Shopping Cart Totals */
.cart .totals {
    border: 1px solid #bbb;
    background: #f1f1f1;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 0 15px;
    margin: 0;
    text-align: right;
    list-style: none;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

.cart .estimatedDelivery { padding: 0.5em 0; }

@media all and (min-width: 320px) and (max-width: 568px){
    .data-table thead th {
        white-space: pre-wrap;
        padding:2px;
    }
    .cart-table button span{
        padding: 8px 5px;
    }
    .cart-table td .product-image{
        width: 0px;
    }
    .cart-table tr th{
        font-size: 12px;
    }
    .cart-table td{
        font-size: 12px;
    }

    .cart-table img{
        width: 25px;
    }
    .cart-table td h2 a,.cart-table td h3 {
        font-size: 12px!important;
        font-weight: bold;
    }
    #empty_cart_button{
        padding-top:10px;
    }
    #shopping-cart-table td:nth-child(1){
        padding: 3px;
    }
    #shopping-cart-table td {
        height: auto;
        line-height: normal;
        word-break: break-all;
        width: 35px;
    }
}