a{
	color: #262525;
	text-decoration: none;
}
img{
    max-width: 100%;
    height: 200px;
 
}
.carrito-total{
	background: #c4fdf8;
	cursor:  pointer;
	padding: 1em 2em;
    position: relative;
    border: 1px #262525;
    font-family: 'Courier New', Courier, monospace;

}
.bolsa{
	position: absolute;
	background: #f2f2f2;
	display: none;
    z-index:  9999;
    padding: 1em 2em;
}
.simpleCart_items{
    width: 25em;
    font-family: 'Courier New', Courier, monospace;
    padding: 0.1em;

 
}
.simpleCart_shelfItem{
	padding-top:  15px;
    padding-bottom: 15px;
    margin-left: 2%;
    
}
.item-image img{
    height: auto;
    float: left;
}

.item_image,
.item_Quantity,
.item_price{
    margin-bottom: 15px;
    padding: 1%;
}
.item_price{
	font-size: 2em;
}
.item-remove a{
	color: #ff02ab;
}

.item_add{
	border-radius: 21.5px;
	border:  thin solid;
	transition: .5s;
	padding:  5px 10px;
}
.item_add:hover{
	background: #96c9d6;
	border:  solid black;
	color: #fff;
}

.item_Quantity
{
    margin-right: 60%;
    float: right;
    background-color: #aaebd7;
    color:  black;
}

h2.item_name
{
    text-align: left;
}

