
#header #logo {
	position:relative;
}
#header .titulo {
	position: absolute;
	top:20px;
	left:150px;
	text-align: left;
}


.cart-product-remove {
	text-align: center!important;
}

.cart-product-price {
	text-align: right!important;
}

.cart-product-subtotal {
	text-align: right!important;
}

.bold {
	font-weight: 800;
}

.tabla_cotizador {
	font-size:10px;
}
.tabla_cotizador select {
	font-size:10px;
}


.form-check-input {
	width: 20px;
	height: 20px;
	border-color:#000;
}



@media (min-width: 768px) {
	.tabla_cotizador {
		font-size:16px;
  	}
	.tabla_cotizador select {
		font-size:16px;
	}
}