.itembox{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 20px;  
}
.itemPicture img{
    max-width:100%;
    max-height:100%;
}

.itemPictureAndDiscription .itemDescription {
    text-align: justify;
}

.itemPriceAndAdd .btn {
    width: 120px;
    border-radius: 40px;
}
.bb-alert{
    position: fixed;
    bottom: 50%;
    right: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
}