#img_manufact .image-additional {
    max-width: 124px;
}
.manufacturer-thumb {
    border:none;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 15px;
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.10);
    background: #fff;
      text-align: center;
}

.manufacturer-thumb a{

color: #555454;
font-size: 16px;
  font-family: "Gilroy Black", "Roboto", "Ubuntu", sans-serif;
  text-align: center;
}
.manufacturer-thumb .image {
	border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 1px;
}
.manufacturer-thumb hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.brand_image {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 21px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 1px;
    background: #fff;
}
.brand_name {
    float: left;
    margin: 2px 5px;
    cursor: pointer;
}
.man_name_all {
    border: 1px solid #145e7a;
    padding: 4px 10px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 3px;
}
.brand_list {
	position:absolute;
	z-index:999;
	display:none
}
.brand_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #b5b5b5;
    padding: 4px;
    background: white;
    border-radius: 3px;
    margin-top: 4px;
}
#manufacturer_top {
    margin-bottom: 15px;
}
.brand_list ul li {
    margin: 4px 6px;
}
.man_name {
	border: 1px solid #b5b5b5;
    padding: 4px 10px;
    text-align: center;
    font-weight: bold;
    color: #2094c0;
    border-radius: 3px;
}