@font-face {
  font-family: 'Roboto Condensed';
  src: url(../assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}

.header-top-logo::after {
  content: none;
}

#navbar-menu li a {
  font-size: 11px;
}

.navbar .btn-appointment a {
  width: 150px;
}

.info-message {
  border-left: 5px solid #FF9900;
  border-right: 5px solid #FF9900;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  font-size: 16px;
  margin: 20px 0;
  padding: 20px;
  background: #333;
  color: #DDD;
}

.info-message .btn-play {
  background: #FF9900;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  display: inline-flex;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.owl-theme .item {
  width: 200px;
	height: 134px;
	overflow: hidden;
}

.cars {
  margin-top: 30px;
  font-family: 'Noto Sans';
}

.cars .item {
	margin: 20px 0;
}

.cars .item .title {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	font-size: 20px;
	color: #444;
  font-weight: bold;
  padding-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.cars .item .details {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.cars .item .details > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}

.cars .item .details .km {
	font-size: 12px;
}

.cars .item .details .hp, .cars .item .details .cc {
	font-size: 13px;
}

.cars .item .details > div:nth-of-type(2), .cars .item .details > div:nth-of-type(4) {
	text-align: right;
}

.cars .item .details .price {
  flex-basis: 100%;
  color: #333;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
}

.cars .item .thumbnail {
  /* height: 230px !important; */
  overflow: hidden;
	margin-bottom: 0 !important;
	border: 0;
	padding: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	display: flex;
	align-items: flex-end;
}

header nav.navbar.bootsnav ul.nav > li > a {
	font-weight: bold !important;
}

.btn-goto-shop {
  text-decoration: none;
  border: 1px solid #FF9900;
  padding: 10px;
  color: #000;
  background: #FFF;
  font-size: 15px;
  width: 100%;;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 300ms;
}

.btn-goto-shop:hover {
  background: #FF9900;
  color: #FFF;
  font-weight: bold;
}

.container p {
  line-height: 18px;
}

.insurance-icons {
  display: flex;
  justify-content: center;
}

.insurance-icons > div {
  max-width: 25%;
}

.insurance-icons > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-icons > div > div:nth-of-type(1) {
  height: 50px;
  align-items: flex-end;
  padding: 20px;
  font-size: 80%;
}

.insurance-icons > div > div:nth-of-type(2) {
  height: 100px; 
}

.about-us-post span {
  font-family: 'Roboto Condensed' !important;
}