#imagenPrincipalAsync{
	display: none;
}

.agrupaciones {	
    position: relative;    
	display: none;
}

.agrupacionDisabled {
	display: block;
}


/* CSS PARA IMAGENES ASINCRONAS */


#imagenPrincipalAsync .product-price {
    text-align: left;
    color: #007ab2;
    text-align: left;
    padding-left: 0.8em;
    padding-top: 0.3em;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 30px;
}

#imagenPrincipalAsync img{
    margin: 0 auto;
}

#imagenPrincipalAsync .product-thumbnails {
    padding: 15px;
}

#imagenPrincipalAsync .btn-zoom {
    background-color: lightgrey;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#imagenPrincipalAsync .quantity{
    width: 30%;
    padding-left: 15%;
}
#imagenPrincipalAsync .qty {
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: #fdfdfd;
}

#imagenPrincipalAsync .btnMenos {
    position: absolute;
    left: 0;
}
#imagenPrincipalAsync .btnMas {
    position: relative;
    left: -60px;
    bottom: 33px;
}

.btnCartAgrupacion {
    width: 200px;
    background-color: #d6d6d6;
    height: 40px;
}

.btnCartAgrupacion:hover{
transition: all 0.2s;
background-color: #007ab2;
color: #fff;
}

/* CSS PARA IMAGENES ASINCRONAS */

