.carro{
	margin-bottom: 30px;
}

.carro .item .link-img-producto img{
	transition: all 0.3s ease, opacity 0.3s; 
}
.carro .item .link-img-producto:hover img{
	transform: scale(1.1); 
}

.carro .item .cantidad{
	text-align: center;
}

.caja-borde-inferior{
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.address-card {
	transition: all 0.3s ease;
	cursor: pointer;
	border: 1px solid #dee2e6;
}

.address-card:hover,
.address-card.active {
	border-color: #F9423A;
	box-shadow: 0 0 0 0.25rem rgba(249, 66, 58, 0.20);
}

.form-check-input:checked + .card {
	border: 1px solid  #F9423A;	
	box-shadow: 0 0 0 0.25rem rgba(249, 66, 58, 0.20);
}

.direcciones_despacho small{
	font-size: 10px;
}

.modal-title{
	cursor: pointer;
}

/*
.btn-comprar{
	color: white;
	text-decoration: none;
	background-color: #F9423A;
	border: 1px solid #F9423A;
	display: block;
	width: 100%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	margin-top: 20px;
}
.btn-comprar:hover{
	background: #F9423A;
	color: white;	
}
*/
/*
.btn-cotizar{
	color: white;
	text-decoration: none;
	background-color: #696158;
	border: 1px solid #696158;
	display: block;
	width: 100%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	margin-top: 20px;
}
.btn-cotizar:hover{
	background: #696158;
	color: white;
}
*/