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

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin: 0; }
.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 { float: left; width: 60%; margin-bottom: 20px; }
.cart-table .item-msg { font-size:10px; }
.product-image, .no-touch .product-img-box .product-image:hover:not(.zoom-available) { border: 1px solid #ededed; display: block; position: relative; }
.cart-table .product-cart-image { text-align: center; }
.cart-table .product-cart-image .product-image img { max-width: 100%; width: 100%; }
.cart-table .product-cart-image .cart-links { display: none; }
.cart-table .product-cart-info .btn-remove { display: none; }
.cart-table .product-cart-actions { text-align: center; }

.cart-forms { float: right; width: 40%; padding-left: 20px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { background: #f4f4f4; padding: 10px; margin-bottom: 10px; overflow: auto; }
.cart .shipping li { float: left; width: 49%; margin-right: 1%; }

.cart .discount h2 { display: none; }
.cart .shipping h2 { margin-bottom: 5px; font-size: 15px; text-transform: uppercase; }
.cart .shipping .shipping-desc { display: none; }

.cart .discount label { float: left; margin-right: 10px; line-height: 39px; }
.cart .discount input.input-text { float: left; margin-right: 10px; }

/* Shopping Cart Totals */
.cart-totals-wrapper { float: right; width: 40%; padding-left: 20px; clear: right; }
.cart .cart-totals { text-align: right; }
.cart .cart-totals:after { content: ''; display: table; clear: both; }
.cart .cart-totals table { font-size: 12px; margin-bottom: 20px; text-transform: uppercase; width: 100%; }
.cart .cart-totals table td { padding: 2px 0px; }
.cart .cart-totals table td:first-child { padding-right: 10px; min-width: 120px; }
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th { padding-bottom: 10px; }
.cart .cart-totals table tfoot { border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; }
.cart .cart-totals table tfoot td { font-size: 24px; padding: 2px 5px; vertical-align: top; }
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {  }
.cart .cart-totals table tfoot strong {  font-weight: 400; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; display: inline-block; }
.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:100%; left:100%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */