.form-group {
    margin-bottom: 1rem;
}
.has-success .form-control,.has-success .form-select {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control,.has-error .form-select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.product-flash+.product-flash {
    top: 50px;
}
.search-typeahead .twitter-typeahead{
    display: block!important;
}
#gritter-notice-wrapper{
    width: 301px;
    z-index: 9999;
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}