.tb-contact-finder-container {
  margin: 16px 0;
  padding: 0 8px;
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-cf-spinner {
  border-top-color: #003064;
}

.tb-contact-finder-container .tb-contact-finder-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-contact-finder-container .tb-contact-finder-icon img, .tb-contact-finder-container svg {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
  padding-right: 24px !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child {
  padding-right: 0 !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child .select-items {
  margin-right: 0px;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter select {
  width: 100%;
}

.tb-contact-finder-container .tb-contact-finder-link a {
  text-decoration: none;
  color: #393939;
}

.tb-contact-finder-container .tb-contact-finder-link a .tb-contact-finder-icon {
  vertical-align: baseline;
}

.tb-contact-finder-container .tb-contact-finder-link.selected a {
  color: #003064;
}

.tb-contact-finder-container .tb-contact-finder-link.selected path {
  fill: #003064;
}

.tb-contact-finder-container .tb-contact-finder-links .tb-contact-finder-icon {
  vertical-align: middle;
}

.tb-contact-finder-container .tb-contact-finder-info {
  position: relative;
}

.tb-contact-finder-container .tb-contact-finder-info .tb-contact-finder-no-result {
  position: absolute;
  top: 40px;
  z-index: 997;
  left: 50%;
  display: inline;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
  min-height: 400px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map img {
  height: 100%;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
  display: block;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon .map-icon {
  fill: #003064;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-address span {
  margin-right: 4px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-links {
  color: #003064;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
  display: none;
}

.tb-contact-finder-container .is-mobile {
  display: none;
}

.tb-contact-finder-container .autocomplete-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.tb-contact-finder-container .autocomplete-container .active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.tb-contact-finder-container .tb-contact-finder-show-map svg path,
.tb-contact-finder-container .tb-contact-finder-link-item svg path {
  fill: #003064;
}

.tb-contact-finder-container .autocomplete-selected,
.tb-contact-finder-container .autocomplete-suggestion:hover {
  background-color: #F1F1F1;
  color: #003064;
}

.tb-contact-finder-search {
  width: 50%;
}

.tb-contact-finder-search .tb-input-field-icon {
  max-width: 100%;
  width: -webkit-calc(100% - 145px) !important;
  width: calc(100% - 145px) !important;
  /* position: absolute; */
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.tb-contact-finder-search .col-lg-1.tb-pr-0.tb-pl-2.col-md-2.is-desktop {
  width: 100%;
  max-width: 100%;
}

.tb-contact-finder-taxonomy {
  position: relative;
  display: inline;
  margin-bottom: 16px;
}

.tb-contact-finder-taxonomy span {
  color: #FFFFFF;
  background: #BFBFBF;
  font-size: 12px;
  margin: 0px 8px 8px 0px;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .tb-contact-finder-container {
    margin: 12px 0;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    margin: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-select-wrapper {
    margin-bottom: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-top: 16px !important;
    padding-right: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 24px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-contact-finder-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0 !important;
    margin-top: 8px;
  }
  .tb-contact-finder-container .tb-contact-finder-row {
    position: relative;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    height: 70vh;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    box-shadow: -5px 0px 10px 1px #BFBFBF;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: transparent !important;
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    cursor: pointer;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    overflow-y: auto;
  }
  .tb-contact-finder-container .is-ipad {
    display: block !important;
  }
  .tb-contact-finder-container .tb-input-field-icon {
    width: 81.5% !important;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-imput-field-icon {
    max-width: 100%;
    width: -webkit-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
    /* position: absolute; */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .tb-contact-finder-detail {
    position: absolute !important;
    z-index: 9999;
  }
}

@media only screen and (min-width: 768px) {
  .tb-contact-finder-detail {
    z-index: auto;
  }
}

@media only screen and (max-width: 767px) {
  .tb-contact-finder-detail {
    position: fixed !important;
    z-index: 9999;
  }
  .tb-contact-finder-row .tb-contact-finder-map {
    min-height: 200px;
  }
  .tb-contact-finder-container {
    margin: 8px 0;
    padding: 0 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header {
    margin-top: 8px !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header .tb-contact-finder-right-menu {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    margin-top: 16px !important;
    padding: 0;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-input-field-icon {
    width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-result {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-info {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-right: 0 !important;
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    background: #FFFFFF;
    box-shadow: none !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: #FFFFFF !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links {
    color: #003064;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links a {
    display: block;
  }
  .tb-contact-finder-container .is-desktop {
    display: none;
  }
  .tb-contact-finder-container .is-mobile {
    display: block;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container {
    padding-top: 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-sm-4 {
    padding: 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address h2 {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link {
    margin-top: 16px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link .tb-contact-finder-link-item:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .tb-contact-finder-detail {
    display: block !important;
  }
}

.tb-contact-finder-icon .map-icon {
  fill: #003064;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-visibility-hidden {
  visibility: hidden !important;
  height: 0px !important;
  padding: 0px !important;
}

.tb-img-wrapper img {
  width: 100% !important;
}

.tb-contact-finder-map img {
  width: auto !important;
}

.tb-contact-finder-links a {
  min-width: 120px;
  line-height: 21px;
  cursor: pointer;
}

.tb-contact-finder-links .tb-contact-finder-icon img[src*=mobile] {
  height: 16px;
  position: relative;
  top: -2px;
  width: 10px;
}

.tb-contact-finder-links .tb-contact-finder-icon img[src*=ill_mail_b_cmyk] {
  height: 10px;
  width: 16px;
  position: relative;
  bottom: 1px;
  right: 2px;
}

.tb-contact-finder-links .tb-contact-finder-icon img[src*=ill_fax_b_cmyk] {
  height: 16px;
  width: 12px;
  position: relative;
  top: -3px;
}

.tb-contact-finder-links .tb-contact-finder-detail-email {
  position: relative;
  left: -4px;
}

.tb-contact-finder-show-map svg {
  position: relative;
  top: -1px;
  pointer-events: none;
}

.tb-contact-finder-links a, .tb-contact-finder-icon a {
  color: #003064;
  text-decoration: none;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 100%;
}

.tb-contact-finder-links a:hover, .tb-contact-finder-icon a:hover {
  color: #003064;
}

.tb-contact-finder-links a:hover:after, .tb-contact-finder-icon a:hover:after {
  width: 100%;
}

.tb-contact-finder-links a:after, .tb-contact-finder-icon a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  margin-left: 22px;
  border-bottom: 1px solid #003064;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-contact-finder-no-result {
  display: none !important;
}

.tb-contact-finder-detail-email {
  word-break: break-word;
}

#tb-contact-finder-map .gm-style div {
  padding: 8px !important;
}

#tb-contact-finder-map .gm-style .gmnoprint {
  padding: 0px !important;
}

#tb-contact-finder-map .gm-style .gmnoprint div {
  padding: 0px !important;
}

.tb-contact-finder-clear, .tb-contact-finder-close-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #003064 !important;
}

.tb-contact-finder-search .tb-custom-combobox {
  display: block !important;
}

.tb-contact-finder-search .tb-custom-combobox:after {
  display: none !important;
}

.tb-contact-finder-detail-prodtype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-contact-finder-detail-prodtype.tb-block {
  display: block;
}

.tb-contact-finder-detail-prodtype.tb-block .tb-contact-finder-prodtypeItem {
  width: 100%;
}

.tb-contact-finder-prodtypeItem.mitas-tyre-block {
  width: 100%;
  padding: 10px 0;
}

.tb-contact-finder-prodtypeItem.mitas-tyre-block i {
  margin-right: 8px;
}

.tb-contact-finder-prodtypeItem.mitas-tyre-block svg {
  width: 24px;
  height: 24px;
}

.tb-contact-finder-prodtypeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  font-size: 13px;
}

.tb-contact-finder-prodtypeItem i {
  margin-right: 10px;
  line-height: 1;
}

.tb-contact-finder-prodtypeItem svg {
  width: 30px;
  height: 30px;
  margin: 0;
}

.tb-contact-finder-prodtypeItem.is-active {
  opacity: 100%;
}
