.license-plate
{
	margin-top: 5px;
	width: 100%;
	height: 150px;
	background-color: rgb(9,80,160);
	background-image: url('../image/kenteken.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
  border-radius: 4px;
}

.license-plate p     {
	font-size:20px;
}
.license-input
{
  border-width: 0px !important;
  background-color: transparent !important;
  background-position:50% 50%;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-left: auto !important;
  margin-top: 28px;
  text-transform: uppercase;
}

.clear-license{
  float:left;
  margin-left:120px;
  margin-top: 20px;
}

/*.clear-license{
  margin: auto;
  width: 45%;
  padding-top:10px;
  padding-left:10px;
    
}
*/
.clear-license img:hover{
  cursor: pointer;
}

.search-license{
 
  margin-left: 60px;
  margin-top: 30px;
  width:100%;
}

.search-license2{
 
  margin-left: 35px;
  margin-top: 15px;
}

.search-license img:hover{
  cursor: pointer;
}

#search-replaced{
  float:left;
  margin-left: 60px;
  margin-top: 10px;
}

.car-model-search{
  border-radius: 4px;
  width: 100%;
  height: 150px;
  background-color: rgb(9,80,160);
  float:left;
  margin-top: 5px;
}

.car-model-search p{
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

#car-search-header{
  min-height: 120px;
  padding: 5px;
  margin-bottom: 15px;
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

#car_info{
  clear: both;
  width: 100%;
  height: 120px;
  padding-top:10px;
  margin-top:20px;
  padding-left: 15px;
}

#products_result {
  margin-top: 20px;
}

.car-spacer{
  clear: both;
  width: 100%; 
  height:20px; 
  line-height:20px;
  margin-top:5px;
  margin-left: 15px;
  padding-top:10px;
}
.product-license-list > div {
  overflow: auto;
  margin-bottom: 15px;
}
.product-license-list .right {
  float: right;
  margin-left: 15px;
}
.product-license-list > div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-license-list .image {
  float: left;
  margin-right: 10px;
}
.product-license-list .image img {
  padding: 3px;
}
.product-license-list .name {
  margin-bottom: 3px;
}
.product-license-list .name a {
  color: #009966;
  font-weight: bold;
  text-decoration: none;
}
.product-license-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.product-license-list .rating {
  color: #7B7B7B;
}
.product-license-list .price {
  float: right;
  height: 50px;
  margin-left: 8px;
  text-align: right;
  color: #333333;
  font-size: 14px;
  font-weight:bold;
}
.product-license-list .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-license-list .price-new {
  font-weight: bold;
}
.product-license-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.product-license-list .cart {
  margin-bottom: 3px;
}
.button-group2 {
	color:#FFF;
	margin-top:20px;
	margin-left:250px;
}
.button-group2 button:hover {
	color:#FFF;
	background-color:#000;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 768px) {
  .product-license-list .image {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-license-list .price {
    float: left;
    text-align: left;
    width: 100%;
  }
}