body{
    font-family: 'Handlee', cursive;
}

nav{
    font-family: 'Montserrat', sans-serif;
}

footer{
    font-family: 'Montserrat', sans-serif;
}


.top_logo img{    
    height: 80px;
    position: relative;
    left: 50%;
    margin-top: 2em;
    transform: translateX(-50%) translateY(-20%);
}

.carousel-caption h1{
font-size: 100px;
}

.carousel-caption p{
    font-size: 50px;
}


.product{
    margin-top: 2em;
}

.product img{
    width: 100%;
}

#add-to-cart{
    margin-bottom: 10px;
    float: right;
    position: relative;
    bottom: 35px;
}

footer p{
    background-color: black;
    color: lightgray;
    text-align: center;
    height: auto;
    padding: 1em;
}


.minis-template-single-product img{
    width: 52%;
    margin-bottom: 10px;
    
}

.big-img-template-single-product img{
    width: 100%;
}

/*pagina de error*/

.error{
	opacity: 0;
	transition: 0.6s;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
}

.error.visible{
	opacity: 1;
}

.error h3{
	font-size: 40px;
}

#Shooping-bag-title{
    margin-bottom: 50px;
}

#paymentPayPal{
   border: 1px darkgray;
   padding: 1em;
   margin-top: 5%;
   margin-bottom: 10%;
}
