/* Shopping Cart ========================================================================= */
.cart {
}

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

/* 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 0 0;
}

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

.cart-table thead {
    background: transparent;
}

.cart-table th {
    font-weight: 400;
    font-family: "SofiaProMedium", serif;
    padding: 0 15px 8px 15px;
    border-bottom: 1px dashed #000;
    text-transform: uppercase; 
}
.cart-table tr {
	border-bottom: 1px dashed #000;
}

.cart-table td {
    border: none;
    padding: 0 15px;
}

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

.cart-table tfoot td {
    padding: 15px 0 0 0;
}

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

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

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

.cart-table .product-name  {
    margin: 20px 0 2px 0;
}
.cart-table .product-name a {
    text-transform: uppercase;
    font-family: "SofiaProSemiBold", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 11px;
}

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

.cart-table .item-options {
    margin: 0;
    text-transform: uppercase;
}

.cart-table .cart-price {
    margin: 25px 0 0 0;
    display: block;
    text-align: center;
}

.cart-table .cart-price .price {
    font-size: 14px;
    font-family: "SofiaProRegular", sans-serif;
}

.cart-table .qty {
    margin: 17px 0 0 10px;
    width: 20px;
    text-align: center;
}
.cart-table .checkbox {
	margin-top: 26px;
}

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

.cart .cart-collaterals .col2-set {
    float: left;
    width: 66.170212765957%; /* 622px / 940px */
}

.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2 {
    width: 48.231511254019%; /* 300px / 900px */
}

.cart .cart-collaterals .col2-set .col-1 {
    margin-right: 3.536977491961%; /* 22px / 622px */
}

.cart .crosssell {

}

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

.cart .crosssell .product-image {
    float: left;
}

.cart .crosssell .product-details {
    margin-left: 38.333333333333%; /* 115px / 300px */
}

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

.cart .crosssell .price-box {
    margin-bottom: 15px;
}

.cart .crosssell .price {
    font-size: 11px;
}

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

.cart .crosssell li.item {
    margin: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

#shopping-cart-table img 
{
	max-width: none;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {

}

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

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

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

.cart .discount .input-text {
    width: 147px;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    text-transform: uppercase;
    width: 300px;
}

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

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

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

.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 table .price {
    font-size: 11px;
}

.cart .totals .grand-total-incl {
    border-top: 1px solid #fff;
}

.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 */
.item-options dt {
    font-weight: bold;
    font-style: italic;
    display: none;
}

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

.truncated {
    float: left;
    padding: 0 0 0 5px;
}

.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 {

}

.truncated .truncated_full_value .item-options dd{
    padding: 0;
    margin: 0;

}
.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;
}

/* ======================================================================================= */