/*
## cartItems
********************************************************************/

.table-cart > tbody > tr > td,
.table-cart > tbody > tr > th,
.table-cart > tfoot > tr > td,
.table-cart > tfoot > tr > th,
.table-cart > thead > tr > td,
.table-cart > thead > tr > th {
	border:0 !important;
}

tbody tr td {
    color: #767676 !important;
}

#cartItems	.well-white{ padding-bottom: 0;}
#cartItems .table > tbody > tr.promotionItemChild > td{
    border-top: 0px solid #ddd;
}
#cartItems  tr.promotionItemChild > td  .box-img{
	padding-right: 0;
	padding-left: 30px;

}
td.details >.itemName,
tr.promotionItemChild > td  .box-name{
	white-space: normal;
}

#cartItems  tr.promotionItemChild > td  .box-img img.center-block {
    float: right;
}
#cartItems .item.promotionItem td,
 #cartItems .cartItem.promotionItem td{
/* 	padding-bottom:0; */
}


#cartItems tr.cartItemChild td > .itemName{
    font-size: 11px;
    text-transform: uppercase;
}
#cartItems tr.cartItemChild td.total{
	padding-right: 10px;
	text-align:right; 
}

h1.h1Mobile {
	font-size: 30px !important;
}

.xtt-cart-product-list-container, #xtt-cart-totals, #checkoutOrderDetails div .well-white {
    padding: 19px;
}

.xtt-cart-totals-container h2, .checkoutOrderDetails h2 {
    font-size: 25px !important;
    line-height: 1;
}

button#deleteCart {
    padding: 1px 5px;
    font-size: 12px;
}

.xtt-cart-totals-container button {
	font-size: 15px;
}


#xtt-cart-totals {
  line-height: 1.4;

  #orderTotals {
    border-spacing: 0;
  }

  td {
	padding: 0;
  }

  #minSurcharge {
    margin-bottom: 10px;
  }
}

.btn.btn-black.btn-block {
height: 34px;
margin-top: 0px;
}

.quantity,
.itemPrice,
.discount{ text-align: center;}
.total{ text-align: right;}

#cartItems .table.table-cart tbody > tr > td .submitRemoveProduct{
	font-size: 21px;
}
/*Desktop*/
@media (min-width: 410px) {
	#cartItems .table.table-cart  {
		display: table;
	}
	#cartItems .table.table-cart.table-mobile{
		display: none;
	}
}
#cartItems .table.table-cart tbody > tr.cartItem.lineGray td,
#cartItems .table.table-cart tbody > tr.cartItemChild.lineGray td {
	background-color: #F7F7F7;
}
#cartItems .table.table-cart tbody > tr.cartItem.lineWrite td,
#cartItems .table.table-cart tbody > tr.cartItemChild.lineWrite td {
	background-color: #FFFFFF;
}

#cartItems .table.table-cart .hover-line,
#cartItems .table.table-cart .hover-line:hover,
#cartItems .table.table-cart .hover-line td,
#cartItems .table.table-cart .hover-line:hover td{
	background-color: #D3D3D3 !important;

	.itemPrice,
	.itemCode {
		color: #212529;
	}
}

/*Smart*/
@media (max-width: 600px) {
	#cartItems   {
		font-size: 10px;
	}
	.page-cartPage #cartItems .table.table-cart  {
		display: none;
	}
	#cartItems .table.table-cart.table-mobile{
		display: table;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr > td .glyphicon-eliminar {
		display: block;
		color: red;
		font-weight: bold;
		font-size: 14px;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td > div.details{
		width: 60%;
		float: left;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td > div.quantity {
		width: 40%;
		margin-top: 30px;
		float: right;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td > div.itemPrice{
		width: 50%;
		float: left;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td > div.total {
		width: 50%;
		float: right;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td .totalText {
		width: 50%;
		float: left;
	}
	#cartItems .table.table-cart.table-mobile > tbody > tr > td > div.total .museo_900 {
		width: 50%;
		float: right;
		text-align: initial;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr > td .cart-input-number.qty {
		min-width: 30px;
		min-height: 25px;
		text-align: center;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr > td .details .itemName {
		white-space: initial; /* css-3 */
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
	#cartItems .table.table-cart.table-mobile tbody > tr {
		display: table;
		width:100%;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr > td {
		display: table-row;
	}

	#checkoutOrderDetails > div.col-md-8 > div > h1.h1Mobile {
		font-size: 23px;
	}
	.xtt-cart-container > div.col-md-8 > div > h1.h1Mobile {
		font-size: 23px;
	}

	#cartItems .table.table-cart.table-mobile tbody > tr > td > div.quantity > form {
		display: block;
		width: 82px;
		margin: 0 auto;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr > td > div.quantity .qty {
		display: block;
		float: left;
		height: 26px;
		position: relative;
		width: 40px;
		margin-right: -40px;
		left: 20px;
		z-index: 100;
		text-align: center;
		border-radius: 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		border: 1px solid #CCC;
	}
	#cartItems .table.table-cart.table-mobile tbody > tr.cartPromotion {
		width: 100%;
	}
	#cartItems .quantity .select-qty-container {
		width: 82px;
	}
	#cartItems .select-qty-container .input-group-btn:first-child {
		text-align: left;
	}
	.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
		margin-right: -1px;
	}
}

.cart-plus-button {
	left: 38px;
	position: relative;
}

.inner-relative {
   position: relative;
}
.inner-relative a.submitRemoveProduct {
  color: #adadad;
  left: -8px;
  margin-top: -20px;
  position: absolute;
  top: 0;
}
 .inner-relative a.submitRemoveProduct:hover{
	  /* color: #767676; */
	  color: #F00;
}
.thum .inner-relative img.center-block{
	margin: 5px 0 0 10px;
	}
#cartItems .headline{
	border-bottom:1px solid #bfbfbf;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}


#cartItems .headline .cartId{
	font-weight:normal;
	font-size:0.8em;
	margin:0 0 0 20px;
}




#cartItems thead th{
	text-transform:uppercase;
	white-space: nowrap;
	text-align: center;
	color: #6B7280;
	padding: 12px;
}

.itemCode {
	color: #6B7280;
}

#cartItems .itemName{
	font-size:12px;
	 text-transform: uppercase;
	}
#cartItems .itemName a{ 
	color: #767676;
	
}



#cartItems tbody tr.cartItem td:first-child{
    padding-left: 20px;
}


#cartItems thead th#header3,
#cartItems thead th#header4,
#cartItems thead th#header6{

	text-align:center;
}


#cartItems  .item td,
#cartItems .cartItem td{
	vertical-align:top;
	padding:25px 0 10px 0;
}

@media (min-width: 997px) {
	.thumb-new{
		padding-left:20px!important;
		padding-right:20px!important;
	}
}

#cartItems  .promotionItemChild td.details,
#cartItems  .promotionItemChild td.details {
	/*min-width:315px;*/
	padding-left: 20px;
	}

.promotionItemChild .item td.details .row,
.promotionItemChild .cartItem td.details .row {
	margin:0;
	
}

/* #cartItems .cartItem:nth-child(2n) td, */
#order_history tr:nth-child(2n - 1) td{
    background-color: rgba(247, 247, 247, 0.5);

}

#cartItems .cartItem:hover td  {
    background-color: rgba(247, 247, 247, 1) !important;
    box-shadow: none !important;
}

.promotionalEntries ul {
	padding: 0;
	font-size: 10px;
}
	.promotionalEntries li {
		list-style-type: none;
		
	}


#cartItems .cartItem td.thumb{
	padding-right:10px;
	width:96px;
}





#cartItems .cartItem td.quantity form{
	margin:0 0 10px 0;
}

 /*cart colocar input de cantidad entre los dos btn */
#cartItems .cartItem td.quantity .qty {
  display: block;
  float: left;
  height: 26px;
  position: relative;
  width: 40px;
  margin-right: -40px;
  left: 20px;
  z-index: 100;
  text-align: center;
  border-radius:0;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #CCC;
  
}

 
#cartItems .select-qty-container .input-group-btn:first-child{
	text-align: left;
}
#cartItems .select-qty-container .input-group-btn:last-child{
	text-align: right;
}
#cartItems .quantity .select-qty-container{
	width: 82px;
}

#cartItems .cartItem td.quantity form {
	display: block;
	width: 82px;
	margin: 0 auto;
	
	
}





#cartItems .cartItem td.quantity .updateQuantityProduct,
#cartItems .cartItem td.quantity .submitRemoveProduct{
	text-decoration:underline;
	display:block;
	text-align:center;
}





#cartItems .cartItem td.shipping{
	width:200px;
}


#cartItems .cartItem td.shipping .pointOfServiceName{
	font-size:11px;
	color:#999;
}

#cartItems .cartItem td.shipping .pickupInStoreButton{
	text-decoration:underline;
}




#cartItems .cartItem td.itemPrice,
#cartItems .cartItem td.total,
#cartItems .cartItem td.quantity{
 	text-align:center;
 	white-space: nowrap;
	color: #767676 !important;
}

#cartItems td.total{
	padding-right: 10px;
	text-align:right;
	white-space: nowrap; 
}
