 .text-ellipsis{
  min-height: unset!important;
} 

.header .logo {
  height: auto;
}
.header > .container > .row{
  align-items: center;
}
.header .logo img {
    max-width: 120px;
} 
#tags{
  margin-top:30px;
}
#tags a:not(.__title) {
  text-decoration: none;
  color: #006eab;
  background-color: #def;
  margin: 0;
  padding: 0.125em 0.5em;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.5em;
}
#tags a:not(.__title):hover, #tags a:not(.__title):active {
    background-color: #09c;
    color: #fff;
}
/***********/
.header .contact-phone,
.header .group-account{
  display:none
}
.theme-search-smart {
  width: 100%;
}
#search .input-group-btn button {
  padding: 0 10px;
  background-color: #6b9e41;
  display: flex;
  border:none
}
#search .input-group-btn button{
  color:#fff;
}
#search .input-group-btn {
  position: relative;
  width: 100px;
  height: 40px;
  line-height:40px;
  border-radius: 0;
  background-color: #6b9e41;
}
#search .input-group-btn button svg{
  width:16px;
  margin-right:5px
}
#search .input-group-btn button path{
  fill:#fff;
}
@media(max-width:767px){
  .header .logo {
    justify-content: center;
  }
  .col-logo{
  	-ms-flex: 0 0 100%;
  	flex: 0 0 100%;
    max-width: 100%;
  }
  .col-account{
    display:none
  }
}