/* 
* Descrever em qual sobra está
*/

.div-img .fold-1-image-bottle {
    width: 200px;
    margin-right: 40px;
}

@media (max-width: 1000px) {
    .div-img .fold-1-image-bottle {
        width: 200px;
        margin-right: 0px;
        margin-bottom: 20px;

    }

}

@media (max-width: 500px) {
    .div-img .fold-1-image-bottle {
        width: 150px;
    }

}

/* 
* fold HOW DOES GLUCO EXTEND WORTHS 
*/
.div-img .img-lab {
    width: 250px;
    margin-left: 50px;
}

@media (max-width: 1000px) {
    .div-img .img-lab {
        margin-left: 0px;
        margin-bottom: 30px;
    }

}

@media (max-width: 500px) {
    .div-img .img-lab {
        width: 150px;
    }

}

/* 
* Fold lista simples e imagem
*/

.img-lab-with-list {
    width: 350px;
    margin-left: 20px;
}


@media (max-width: 1000px) {
    .img-lab-with-list {
        width: 250px;
        margin-bottom: 20px;
    }

}

@media (max-width: 500px) {
    .img-lab-with-list {
        width: 200px;
        margin-bottom: 20px;
    }

}




/* 
* Rótulo do produto
*/

.img-product-label {
    width: 450px !important;
}

@media (max-width: 500px) {
    .img-product-label {
        width: 80% !important;
        margin-bottom: 20px;
    }

}


/* 
* Selo de garantia
*/
.img-guarantee {
    width: 350px;
    margin-right: 50px;
}

@media (max-width: 1000px) {
    .img-guarantee {
        width: 250px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

}

@media (max-width: 500px) {
    .img-guarantee {
        width: 200px;

    }

}

@media (max-width: 320px) {
    .img-guarantee {
        width: 150px;
        margin-bottom: 10px;
    }

}


/* 
* Imagem do carrinho
*/


#img-prices {
    width: 750px;
}

@media (max-width: 1000px) {
    #img-prices {
        width: 550px;
    }

}

@media (max-width: 600px) {
    .div-image-full-width a #img-prices {
        display: flex;
        justify-content: center;
    }

    #center-image a {
        display: flex;
        justify-content: center;
    }

    #img-prices {
        width: 80%;
    }

}


.pack-6{
    width: 60%!important;
}