body.checkout-cart-index #container-right {
	background: 	#E7E7E7;
}

.checkout-cart-index .page-title h1 {
	margin-bottom: 		0;
	float: 				left
}
.checkout-cart-index .page-title span {
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	background: transparent;
}
.cartP {
	color: 				#999;
	margin: 			10px 0;
	font: 				normal 14px 'Open Sans';
}

.cart {
	padding-bottom: 	50px;
}
/* HEADER CART*/ 
.container-header-cart  header[role="banner"] > .logo {
	display: block;
	text-align: left;
	margin: 0;
	height: 140px;
	border-bottom: 1px solid #DDD;
	padding: 28px 0 0 35px;
	background: #FFF;
	width: 300px;
    z-index:999;
}
@media (min-width: 1025px) and (max-width: 1500px) {
	.container-header-cart  header[role="banner"] > .logo {
		height: 215px;
	}
}
.container-header-cart  header[role="banner"] > .logo img{
	max-width: 188px;
height: auto;
	}
.container-header-cart header[role="banner"] .clearfix{
	margin-left: 300px;
	}
.content-continue {
	border-left: 1px solid #CCCCCC;
	height: 50px;
	line-height: 50px;
	margin-left: 50px;
	float: left;
	padding-left: 45px;
}
.content-continue .btn-continue{
	text-decoration: none
}
.content-continue .text {
	font-weight:600
}
.content-continue .icon-leftarrow{
    border: 1px solid #444444;
    height: 26px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    width: 26px;
    margin-right: 10px;
    padding: 0px;
}


.page-checkout .page-title{
	width: 1000px
}

.page-checkout .background-notice {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.page-checkout .background-notice p{
    padding: 5px 0;
    color: #111;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
}

.page-checkout .container-center {
	max-width: 1000px
}

/* CART TABLE/FORM */
.checkout-cart-index #shopping-cart-table{
	background: transparent;
}
.checkout-cart-index #shopping-cart-table, .checkout-cart-index #shopping-cart-table * {
	 border:				none; 
 	color: 				#333
}

.checkout-cart-index #shopping-cart-table .item-options dd {
	padding-right: 		10px;
}
 
.checkout-cart-index #shopping-cart-table thead tr span{
	text-transform:capitalize; 
	font-size: 15px;

}
.checkout-cart-index #shopping-cart-table thead tr {
	border-bottom	: 2px solid #000
}
#shopping-cart-table tr {
	display: 			block;
}
#shopping-cart-table tr th {
	padding-left: 0px;
	background: transparent;

}
#shopping-cart-table tr td {
	font-size: 14px;
	height: 			100px;
	padding:   			0
	 
}

#shopping-cart-table tr .td-image-product  {
	width: 380px
}
#shopping-cart-table tr .td-image  {
	width: 90px;
	padding: 0;

}
#shopping-cart-table tr .td-product  {
	width: 290px;
    padding-right: 20px;

}
#shopping-cart-table tr .td-referencia  {
	width: 140px
}


#shopping-cart-table tbody tr .td-referencia  {


}

#shopping-cart-table tr .td-price   {
	width: 160px
}

#shopping-cart-table tr .td-qty   {
	width: 170px;
	text-transform: none;

}

#shopping-cart-table tr .td-total   {
	width: 120px;
	text-transform: none;
}

#shopping-cart-table tr .td-delete  {
	width: auto
}
#shopping-cart-table tr .td-delete .icon-delete2   {
	font-size: 15px;
	color: #777
}
#shopping-cart-table tr .td-delete .icon-delete2:hover   {
}

.checkout-cart-index  .td-qty .contentCantidad{
    height: 72px;
    position: relative;
    top: 20px;
}
.checkout-cart-index  .td-qty .contentCantidad button.btn-update{
    height: 30px;
    width: 77px;
    float: left;
    background: #890011;
    color: #fff;
    clear: both;
    position: absolute;
    top:30px;
    margin-top:5px
}

.contentCantidad  .qtyLess, .contentCantidad  .qtyMore {
	height: 17px;
	width: 17px;
	display: inline-block;
	float: left;
	text-indent: -100000px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 6px;
}

.contentCantidad  .qtyLess {
	margin-left: 	6px;
	margin-top: 	6px;
}

.sidebar-qty-item .contentCantidad  .qtyMore {
    margin-top: 	0;
}

.contentCantidad .qty{
	float: left;
	width: 50px;
	border: 1px solid #BBBBBB !important;
	border-radius: 5px;
	height: 30px;
	margin-right: 5px;
    text-align: center;
}

.contentCantidad .qtyLess{
	background:transparent url(../images/bg_qty.png) no-repeat left 1px;
}

.contentCantidad .qtyMore{
	background:transparent url(../images/bg_qty.png) no-repeat  right 1px;
}

.contentCantidad .qtyLess:hover{
	background:transparent url(../images/bg_qty.png) no-repeat  left -24px;
}

.contentCantidad .qtyMore:hover{
	background:transparent url(../images/bg_qty.png) no-repeat  right -24px;
}

.sidebar-qty-item .contentCantidad {
	position: relative;
	display: inline-block;
}
.contentCantidad .tag-error-stock {
	position: absolute;
	top: -25px;
	left: 0;
	background: #CB6E76;
	color: #fff !important;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 5px;
}
.sidebar-qty-item .contentCantidad .tag-error-stock {
	top: initial;
	bottom: -25px;
}

#shopping-cart-table .td-qty button.btn-update span{
    color: #fff;
}

#shopping-cart-table tr td.product-name-table {
	width: 				56%;
}

#shopping-cart-table tfoot tr td {
	height: 			auto;
	padding: 			0;
}

.checkout-cart-index .container-body .cart form#cart-form {
	width: 				100%;
	border-bottom:		2px solid #000 ;
	margin-bottom: 40px;

}

.cart-collaterals {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px

}

.cart-collaterals, .box-shadow-tr {
	background-color:	white;
}

#shopping-cart-table tbody tr.space {
	margin: 			0;
	height: 			1px;
}

#shopping-cart-table tbody tr.space, #shopping-cart-table tbody tr.space td {
	background: 		none ;
	padding: 			0;
}

.dataCartItem {
	min-width: 			290px;
}

.dataCartItem .product-name a, .cart-price .price,
#discount-coupon-form h2, #coupon-discount h2, #discountFormPoints2 h2, 
.checkout-cart-index .discount-codes h2, #checkout-comments h2 {
	font: 				normal 14px 'Open Sans';
	line-height: 		20px;
	display: 			block;
	color: 				#999;
}
.cart-price .price{
	font-weight: bold;
}
#shopping-cart-table tr:hover .dataCartItem .product-name a, #shopping-cart-table tr:hover .cart-price .price, #shopping-cart-table tr:hover .item-options dd {
	color: 				#666;
	transition: 	all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: 	all .3s ease-out;
}

.cart-qty {
	padding-right: 		35px;
}

.cart-qty, .cart-qty label, .cart-qty input, .cart-table .item-options, .cart-table .item-options * {
	display: 			inline;
}

.cart-table .cart-qty input {
	background-color:	rgb(252,252,252);
	width:				43px;
	height:				28px;
	border:				1px solid rgb(221,221,221) !important;
	-moz-border-radius:	4%;
	-webkit-border-radius:4%/6%;
	border-radius:		4%/6%;
	-moz-box-shadow:	inset 0px 1px 3px 0px rgba(90,172,224,0.2);
	-webkit-box-shadow:	inset 0px 1px 3px 0px rgba(90,172,224,0.2);
	box-shadow:			inset 0px 1px 3px 0px rgba(90,172,224,0.2);
}

.cart-table .btn-remove, .cart-table .btn-edit-cart { 
	
}

.cart-table .btn-remove {
	

}

.cart-table .last .btn-remove, .cart-table .btn-edit-cart {

}

.cart-table .btn-remove:hover, #shopping-cart-table tr:hover .btn-remove {
	background-position: -972px -1952px;	
}

.cart-table .btn-edit-cart {
	color:				#878787;
	bottom: 			0;
}

.cart-price {
	display: 			block;
	margin-top: 		0;
}

.cart-price-subtotal {
	display: 			none;
}

.cart-price .label, .cart-qty label {
	font-size:			14px;
}

.item-options dd {
	margin-left: 		5px;
}

#cart-sidebar .item-options dd {
	margin-left: 		0;
}

#cart-sidebar .item-options span.color {
	margin-left: 		10px;
}

.item-options span.color {
	display: 			inline-block;
}
.cart .crosssell{
	margin-top: 50px
}
.cart .crosssell > h2 {
	border-top: 3px solid #000000;
	border-bottom: 1px solid #CCCCCC;
	font: 700 17px 'Open Sans';
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 0px;
}
.cart .crosssell li.item {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	float: left;
	width: 218px;
	margin-right: 42px;
	margin-bottom: 50px;

}
.cart .crosssell li.item:first-child {
  padding-top: 0;
}
.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-right: 0px;
}
.cart .crosssell .product-image {
  float: left;
}
.cart .crosssell .product-details {
  margin-left: 0px;
  border-bottom:1px solid #78848B; 
  padding-bottom: 15px
}
.cart .crosssell .product-details .price-box .old-price .price{
	font-size: 14px;
	text-decoration: none;
	color: #78848B;
	position: relative;
}
.cart .crosssell .product-details .price-box .old-price .price:before {
border-bottom: 1px solid #78848B;
position: absolute;
content: "";
width: 100%;
height: 50%;
transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
-webkit-transform: rotate(-12deg);
-o-transform: rotate(-12deg);
-moz-transform: rotate(-12deg);
}
.cart .crosssell .product-details .price-box .special-price .price {
color: #14ACBD;
}
.cart .crosssell .product-details .price-box .price{
	color: #555;
	font: 700 18px/22px 'Open Sans';
}

.cart .crosssell .product-details .product-name a {
	font: 600 13px/16px 'Open Sans';
	color: #555;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.cart .crosssell .product-details .product-name a:hover {
	color: #000;
	text-decoration: none;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
#shopping-cart-table .btn-continue {
	background: 		transparent url(../images/bg_sprite_mobile.png) no-repeat -963px -675px;
	background-size: 	1000px auto;
	-moz-background-size: 	1000px auto;
	-webkit-background-size: 	1000px auto;
	font: 				normal 18px 'Open Sans';
	color: 				#777;
	text-decoration: 	underline;
	text-transform: 	none;
	transition: 		all .3s ease-out;
	-moz-transition:	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: 	all .3s ease-out;
	-o-transition: 		all .3s ease-out;
	padding-left: 		40px;
}

#shopping-cart-table .btn-continue:hover {
	color: 				#444;
}

#shopping-cart-table .btn-empty {
	display: 			none;
}

/* CART TOTALS */
.cart .cart-collaterals .col2-set {
	padding: 			0;
}


.cart .cart-collaterals .totals, .cart .cart-collaterals .col2-set .col-2 {

}

.cart .cart-collaterals .totals {
	margin: 			0;
	border: none;
	width: 280px;
	margin-right: 50px;
}

.cart .cart-collaterals .totals .checkout-types {
	padding: 			0;
}

.cart .totals table > tfoot > tr > td.a-left, .cart .totals table > tbody > tr > td.a-left {
	padding-left: 		20px;
}

.cart .totals table > tfoot > tr > td.a-right, .cart .totals table > tbody > tr > td.a-right {
	padding-right: 		20px;
}

.cart .totals table > tfoot > tr > td.a-left, .cart .totals table > tfoot > tr > td.a-right {
	padding-top: 		0;
	padding-bottom: 	0;
}

.cart .totals table > tfoot > tr > td.a-left strong, .cart .totals table > tfoot > tr > td.a-right strong {
	display: 			block;
	line-height: 		35px;
}

tr.summary-total .summary-collapse {
	float: 				left;		
}

.cart .totals table {
	margin-bottom: 		0;
}

.cart .totals, .cart .totals table, .cart .totals table > thead > tr > th, .cart .totals table > tbody > tr > th, .cart .totals table > tfoot > tr > th, 
.cart .totals table > thead > tr > td, .cart .totals table > tbody > tr > td, .cart .totals table > tfoot > tr > td, .cart .totals table > tfoot > tr > td,
.cart .totals table > tfoot > tr > th {
	background: none;
	font: 600 14px 'Open Sans';
	color: #555555;
}
.cart .totals table > tfoot > tr.grand-total  > td {
	font: 700 12px 'Open Sans';
	color: #444;
	text-transform: uppercase;
}
.cart .totals table > tfoot > tr.grand-total  > td:last-child {
	font-size: 15px
	}
.cart .totals table > tbody > tr > td .price{
	font-weight: 700
}
.cart .totals table tfoot tr.last td.a-right {
	 
}

.cart .totals table .grand-total td {
    height: 			30px;
}

.cart .totals table .summary-total td {
    height: 			30px;
}

/* DISCOUNT FORM CART/CHECKOUT */
#discount-coupon-form, #coupon-discount {

}

.cart .discount .discount-form {
	padding: 			0;
	width: 				370px;
	max-width: 			100%;
}

#discount-coupon-form h2, #coupon-discount h2, #discountFormPoints2 h2, .checkout-cart-index .discount-codes h2, #checkout-comments h2 {
	line-height: 		50px;
	margin: 			0;
	
 }
#discount-coupon-form h2{
	color: 	#444444;
	font:	 700 17px 'Open Sans';
	margin-bottom: 10px
}
#discount-coupon-form p, #coupon-discount p {
	padding: 			0 20px;
}

#discount-coupon-form h2 span.image, #coupon-discount h2 span.image {
	display: 			none;
}

#discount-coupon-form h2.clicked span.image, #coupon-discount h2.clicked span.image {
	background-position: 	-968px -641px;
}

#discount-coupon-form .input-box, #coupon-discount .input-box {
	width: 310px;
	max-width: 	83%;
}

#discount-coupon-form .buttons-set, #coupon-discount .buttons-set {
 }

#discount-coupon-form .buttons-set {
	display: 			inline-block;
	max-width: 			16%;
}

 #coupon-discount .input-box input {
	background: 		#DDD;
	border: 			none;
	transition: 		all .3s ease-out;
	-moz-transition:	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: 	all .3s ease-out;
	-o-transition: 		all .3s ease-out;
}

#discount-coupon-form .buttons-set button, #coupon-discount .input-box input, #coupon-discount .buttons-set button {
	height: 			50px;
	width: 				50px;
	max-width: 			100%;
	line-height: 		50px;
	margin: 			0;
	background-color: 	#596165 
}

#discount-coupon-form .buttons-set button span {
    font-size: 10px;
}
 #discount-coupon-form .buttons-set button:hover{
 	background-color: #191B1C
 }
#discount-coupon-form .buttons-set button{

}
#discount-coupon-form .input-box input{
	height: 			50px;
	line-height: 		50px;
	border: 1px solid #BBBBBB;
	margin: 			0;
	width: 				100%;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.cart .cart-collaterals .totals .checkout-types button.button {
	height: 			50px;
	line-height: 		50px;
	padding: 			0 35px;
	font-size: 			20px;
	width: 				100%;
}

#discountFormPoints2 {
	padding: 			0 20px 10px 0;
	border-bottom:		1px solid #DDD;
}

#discountFormPoints2 p, p.rewards_point_cart {
	padding: 			0 0 0 20px;
	color: 				#338681;
}

@media (max-width: 1024px) {
    .page-checkout .layout{
        width:95%;
        margin: 180px auto 0 auto;
    }

    .page-checkout .page-title{
        width:100%;
    }

	.checkout-cart-index .container-body .cart form#cart-form, .cart-collaterals {
		width: 			100%;
		float: 			none !important;
	}
	
	.checkout-cart-index .container-center {
		width: 			95%;
	}

	.cart-collaterals {
		margin-top: 	20px;
	}
	
	.cart .cart-collaterals .col2-set {
		margin: 		0;
	}
	
	.cart .cart-collaterals .col2-set .col-2 {
		padding: 		0;
	} 
}