table{
	width: 100%;
}

table th{
	text-align: center;
}

.carrito-imagen{
	max-width: 80px;
}

.cantidad{
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	text-align: center;
	position: relative;
	top: 4px;
}

.cantidad span{
	display: inline-block;
	background: #22313F;
	text-align: center;
	color: #fff;
	padding-top: 2px;
	height: 35px;
	width: 30px;
	line-height: 30px;
	font-size: 28px;
	cursor: pointer;
	position: relative;
	top: -2px;
}

.cantidad span:hover{
	background: #274867;
}

.cantidad input{
	width: 40px;
	height: 35px;
	border: none;
	text-align: center;
	font-size: 24px;
	padding: 2px 0;
	border: 1px solid #ccc;
	position: relative;
	top: -3px;
}

.pago-final{
	text-align: center;
}

.pago-final span{
	font-size: 22px;
	width: 100%;
	margin-bottom: 5px;
	display: inline-block;
}


@media (max-width: 500px){

	.cantidad{
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
		text-align: center;
		position: relative;
		top: 4px;
	}

	.cantidad span{
		display: inline-block;
		background: #22313F;
		text-align: center;
		color: #fff;
		padding-top: 2px;
		height: 35px;
		width: 25px;
		line-height: 25px;
		font-size: 25px;
		cursor: pointer;
		position: relative;
		top: -4px;
	}

	.cantidad span:hover{
		background: #274867;
	}

	.cantidad input{
		width: 40px;
		height: 35px;
		border: none;
		text-align: center;
		font-size: 20px;
		padding: 2px 0;
		border: 1px solid #ccc;
		position: relative;
		margin-top: 3px;
	}
}