﻿.product-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}
.product-select label {
    width: 100%;
}

.form-group.postalCodeCity {}
.form-group .postalCode {width: 70px; float: left; margin-right: 12px;  }
.form-group .city {width: calc(100% - 82px); }

.required2 {display: none;}

.text-btn {color: #af0f36;}
.text-btn:hover  {color: #f00;}