
a.carritol {
	color:#343c3e !important;
	font-size: 13px;
} 
a.carritol:hover {
	color: #AAAAAA !important;
	text-decoration: none;
}
ul {
		padding-left: 0px !important;
	}
/*-----------------------------------
	Breadcrumb 
-----------------------------------*/

.breadcarrito > .active a{
	color: #FF8C15;
	font-weight: bold;
	text-transform: uppercase;
}
.breadcarrito ol{
	width:100px;
	background-color:#0F0 !important;
}

.breadcarrito li a{
	color :#fff;
	font-weight: bold;
	text-transform: uppercase;
}
.breadcarrito li a:hover{
	color :#B0B0B0;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcarrito>li+li:before {
	content: "\00BB";
}

.breadcarrito{
	margin-bottom: 100px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.breadcrumbBox2{
	background-color: #5B5B5B;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 32px;
	width:100%;
}


.container.text-center{
	padding: 0 32px;
}

.col-md-7.col-sm-12{
	padding-left: 50px ;
	margin-bottom: 72px;
}

/*-----------------------------------  
	Cart items list
-----------------------------------*/



.carrito .row{
	box-shadow: 0 1px 0 #e1e5e8;
	padding-bottom :0;
	padding-left: 15px;
	background-color: #ffffff;
	margin-bottom: 11px;
}

.carrito .row span{
	padding: 20px 0 6px 0;
}

/* Column Captions */

.carrito .columnCaptions{
	color: #7e93a7;
	font-size:12px;
	text-transform: uppercase;
	padding: 0;
	box-shadow: 0 0 0;
	background-color: #f2f6f9;
}

.carrito .columnCaptions span:first-child{
	padding-left:8px;
}

.carrito .columnCaptions span{
	padding: 0 21px 0 0;
}

.carrito .columnCaptions span:last-child{
	margin-left: auto;
	padding-right: 80px;
}



/* Items */

.itemName{	
	font-size :16px;
	float: left;
	padding-left:25px;
	width: 190px;
}
.itemName p{	
	margin:0px;
}

.photo{	
	color: #4ea6bc;
	font-size :18px;
	font-weight: bold;
	float : left;
	width: 10%;
	padding-left: 7px;
	margin-right: 20px;
	margin-bottom:12px;
}
.espacio {
	width: 10%;
	padding-left: 7px;
	margin-right: 20px;
}
.e2{
	float : left;
	width: 52px;
	padding-left: 7px;
	margin-right: 20px;
	text-align: center;
	margin-left: 13px;
}

.quantity{	
	font-size :18px;
	font-weight: bold;
	float : left;
	width: 52px;
	padding-left: 7px;
	margin-right: 20px;
}


.popbtn{
	margin-left: 20px;
	width: 50px;
	float: right;
	cursor: pointer;
}

.arrow{
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}




/* Totals */

.totals{
	background-color: #f2f6f9;
}

.totals span{
	padding: 40px 15px 40px 0;
}

.totals .price{
	float: left;
}

.totals .itemName{
	margin-top: 1px;
}

.order{
	padding: 0;
	margin-top: 50px; 
	padding-left: 5px;
	cursor: pointer;
}

.order a{
	background-color: #FF8C24;
	color: #fbfffa;
	font-weight: bold;
	border-radius: 2px;
	padding: 20px 30px;
}


/* Popovers */

.popover{
	border-radius: 3px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	border: 0;
	background-color: #ffffff;
}

.popover.bottom{
	margin-top: -9px;
}

.glyphicon{
	width: 24px;
	font-size: 24px;
	padding: 0;
}

.glyphicon-pencil{
	color: #858e97;
	margin: 7px 12px 7px 10px;
}

.glyphicon-remove{
	color: #5B5B5B;
	margin-right: 10px;
}
@media (max-width: 1200px) {
	.itemName{	
	width: 30%;
}
}

/*-----------------------------------  
	Media Queries 
----------------------------------- */

/* Tablet size */

@media (max-width: 992px) {


	.container.text-center{
		padding: 0 15px;
	}

	.breadcrumb{
		margin-bottom: 32px;
	}

	.bigcart{
		margin: 0 auto 40px auto;
	}

	.col-md-5.col-sm-12 h1{
		text-align: center;
	}

	.col-md-5.col-sm-12 p{
		margin: 0 auto 64px auto;
		text-align: justify;
	}

	.col-md-7.col-sm-12{
		padding-left: 10px ;
		padding-right: 50px;
	}

	.totals{
		box-shadow: 0 0 0;
	}

}


/* Mobile device size */

@media (max-width: 768px) {
	
	.itemName{	
	width: 60%;
	}
	
	.price{
		width: 80%;
		text-align:right;

	}
	
	.popbtn{
	margin-left: 20px;
	width: 50px;
	float: right;
	cursor: pointer;
	}
}



@media (max-width: 765px) {
		.itemName{	
	width: 98%;
	}
	
	.price{
		width: 60%;
		text-align:left;

	}
	
	.popbtn{
	margin-left: 20px;
	width: 50px;
	float: right;
	width: 30%;
	}
.photo{	
	text-align:center;
}
	

	.navbar{ 
		padding:10px 0;
	}

	
	.minicart{
		margin-right: -1px;
		padding-right: 0;
	}

	.navbar-brand{
		padding-left: 0;
	}

	.breadcrumbBox2{
		height:80px;
		padding-top:21px;
	}

	.col-md-5.col-sm-12 p{
		max-width: 300px;
	}

	.col-md-7.col-sm-12{
		padding-left: 0;
		padding-right: 15px;
		margin-bottom: 32px;
	}

	.col-md-7.col-sm-12 ul{
		padding-left: 15px ;
	}
	
.columnCaptions{
	display:none;
}
	.columnCaptions span{
		padding: 0 21px 0 0;
				
	}

	.columnCaptions span:last-child{
		float: right;
		padding-right: 42px;
	}

	.row{
		padding-bottom:10px;
	}
	.row span {
		width:100%;
	}

	.quantity{	
		width: 100px !important;
		padding-right: 40px !important;
	}


	.popbtn{
		background-color: white;
		position: relative;
		height:40px;
		margin-left: 0px;
		float: left;
		margin-bottom: 20px;

	}

	.price{	
		position: relative;
	}
	.price2{	
		position: relative!important;
		right: 0px!important;
	}

	.totals{
		padding: 0;
	}

	.totals .price{
		position: static;
	}

	/* Change Bootstrap's default popover to make it look nice on a mobile device */

	.popover.bottom>.arrow{
		left: auto;
		margin-left: 0;
		right: 5px;
	}

	.popover.bottom{
		margin-top: 7px;
		margin-left: -40px;
	}

}