/* Shopping Cart ========================================================================= */

.cart h2 {
    font-size: 16px;
}

.cart h1 {
    text-align: center;
    float: inherit;
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: 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: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table {
    margin: 10px 0;
}

.cart-table .item-msg {
    font-size: 10px;
}

.cart-table thead {
    background: transparent;
}

.cart-table th {
    border: none;
    font-weight: normal;
    padding: 0 15px 5px 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: left;
}

.cart-table tr.last {
    border-bottom: none;
}

.cart-table td {
    border: none;
    padding: 15px;
    width:2%;
}

.cart-table td.td-qty {
    text-align: center;
}

.cart-table td.remove {
    padding-right: 0;
}

.cart-table tfoot td {
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

.cart-table tfoot button {
    margin-bottom: 3px;
}

.cart-table .backlink {
    float: left;
    text-transform: uppercase;
}

.cart-table .btn-remove2 {
    margin: 0;
}

.cart-table .link-wishlist {
    margin: 25px 0 0 0;
    display: block;
}

.cart-table .product-image img {
    max-width: none;
}

.cart-table .product-name {
    text-transform: uppercase;
    font-weight: bold;
}

.cart-table .product-name.has-options {
    margin: 10px 0 0 0;
}

.cart-table .item-options {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.cart-table .cart-price {
    display: block;
    text-align: center;
}

.cart-table .qty {
    text-align: center;
    width: 38px;
}

/* Shopping Cart Collateral boxes */

.cart .crosssell h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .crosssell .product-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: inherit;
    margin-bottom: 5px;
}

.cart .crosssell .button {
    margin: 0 0 10px 0;
}

.cart .crosssell .old-price,
.cart .crosssell .special-price {
    margin-bottom: 5px;
}

.cart .crosssell .add-to-links {
    text-transform: uppercase;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .discount label,
.cart .giftcard label
{
    margin: 0 0 5px 0;
    display: block;
}

.cart .discount .input-box,
.cart .giftcard .input-box {
    float: left;
    margin: 0 0 10px 0;
}

.cart .discount .input-text,
.cart .giftcard .input-text {
    width: 147px;
    margin: 0 10px 0 0;
    padding: 7px 10px;
}

/* Shopping Cart Totals */
.cart .totals {
    text-transform: uppercase;
}

.cart .totals h2 {
    margin-top: 0;
}

.cart .totals .content {
    background: #e5e5e5;
    padding: 10px;
    overflow: hidden;
}

.cart .totals .checkout-types {
    margin: 10px 0 0 0;
    width: 100%;
}

.cart .totals strong {
    font-weight: normal;
}

.cart .totals .grand-total-incl strong,
.cart .totals .grand-total-excl strong {
    font-weight: bold;
}

.cart .totals table {
    width: 100%;
}

.cart .totals .grand-total-incl {
    border-top: 1px solid #ccc;
    font-size: 17px;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px 0;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {
}

/* Options Tool Tip */
.cart .item-options dt {
    font-weight: bold;
    font-style: italic;
}

.cart .item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.coupon-container {
    display: inline-block;
}

.cart-coupon-and-giftcart h3{
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 30px;
}

.cart-coupon-and-giftcart .giftcard{
    margin-top: 20px;
}

.cart-coupon-and-giftcart .coupon-container .input-box{
    display: inline-block;
    float: none;
    margin: 0;
}


#shopping-cart-table {
    margin-bottom: 20px;
}

#shopping-cart-table th {
    font-size: 13.5px;
    font-weight: bold;
    color: #383838;
}

#shopping-cart-table td {
    border: medium none;
    padding: 2px;
    font-size: 14px;
}

#shopping-cart-table .td-qty {
    padding-left: 0;
}

#shopping-cart-table tbody {
    border-bottom: 1px solid #ccc;
}

#shopping-cart-table .cart-table-image {
    padding: 15px;
}

#shopping-cart-table .cart-table-image,
#shopping-cart-table .cart-table-productinfo {
    padding-left: 15px;
}

#shopping-cart-table .product-image img {
    max-width: none;
    width: 85px;
    border: 1px solid #ccc;
}

#shopping-cart-table .product-name {
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
}

#shopping-cart-table .btn-remove:before {
    content:"\f057";
    color: #383838;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
}

.cart #shopping-cart-table .item-options dt {
    display: inline-block;
    font-weight: bold;
    color: #999;
    font-size: 11px;
    font-style: normal;
}

#shopping-cart-table .item-options dd {
    display: inline-block;
    margin: 0 0.5em 0 0.5em;
    padding: 0;
    color: #999;
    font-size: 11px;
}

#shopping-cart-table .add-item,
#shopping-cart-table .subtract-item{
    font-size: 18px;
    float: left;
    padding: 0px 4px;
}

#shopping-cart-table th.qty {
    width: 80px;
}

#shopping-cart-table tbody .qty {
    border-radius:3px;
    display: inline-block;
    height: 18px;
    width: 23px;
    padding: 0px;
}

#shopping-cart-table .quantity {
    width:100px;
}

#shopping-cart-table .AddSubtractQtyLinks {
    margin-top: 2px;
    float: right;
}

#shopping-cart-table .remove-item {
    display: block;
    text-align: center;
}
#shopping-cart-table .remove-item i{
    font-size: 18px;
}

#shopping-cart-table .remove-item:after {

}

#shopping-cart-totals-table .btn-remove:before {
    content:none;
}

#visacheckout-login {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: none;
}

#visacheckout-login span {
    width: 215px;
    float: inherit;
    display: inline-block;
    margin: 5px 0 0 0 ;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}

#visacheckout-login span.bottom-or {
    display: none;
}

#visacheckout-login span.bottom-or, #visacheckout-login span.top-or {
    width: 100%;
    float: right;
    margin: 20px 0;
}

#proceeed-to-checkout {
    width: 100%;
    background-color: #318C5D;
    border: #398439;
    color: #fff;
}
#proceeed-to-checkout:hover {
    background-color: #e1f5d5;
    color: #383838;
}
.checkout-cart-index .discount-form .input-text,
.checkout-cart-index #giftcard-form .input-text {
    margin-right: 0;
}
.checkout-cart-index .cart .button ,
#checkoutSteps .button {
    padding: 10px 15px 11px 15px;
}

#visacheckout-login span.visacheckout-info-message {
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    width: 215px;
    float: inherit;
    margin: 0 auto 5px 0;
    line-height: 17px;
}
#shipping-new-address-form input[type='checkbox'] ,
#billing-new-address-form input[type='checkbox']{
    float: left;
}
#shipping-new-address-form .save-in-address-book ,
#billing-new-address-form .d-inline {
    width: auto;
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
}
.checkout-onepage-index h3 .step-update-button {
    padding: 6px 10px !important;
}

.quickcheckoutcart-ajax-loader{
    background-color: #fff;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center !important;
    filter: alpha(opacity=70); /* internet explorer */
    -khtml-opacity: 0.7; /* khtml, old safari */
    -moz-opacity: 0.7; /* mozilla, netscape */
    opacity: 0.7; /* fx, safari, opera */
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100% !important;
    height:100% !important;
}

.coupon-container .messages{
    margin: 0 0 10px;
}
