.d-block{
    display: block;
}

.input-group .form-control{
    float: none;
}
.p-2{
    padding: 0.5em;
}

.bg-shoprite-red{
    background-color: #ea212d;
}

.btn.btn-shoprite-red, .btn.btn-shoprite-red:hover, .btn.btn-shoprite-red:active, .btn.btn-shoprite-red:focus {
    background: #ea212d;
    border-color: #ea212d;
    color: #fff;
}
