/*
Custom Css
*/
.bold{
    font-weight: 400;
}

.list-group-item{
    padding: .5rem 0rem;
}

.image-display{
    width: 400px;
    height: 400px;
}

.prod-display{
    width: 500px;
    height: 500px;
}

.small-prod-display{
    width: 128.77px;
    height: 128.77px;
}


.form-control:focus {
    border-color: #c6ebcf  !important;
    box-shadow: 0 0 0 0.2rem #c6ebcf  !important;
  }
  