.wcp-search-widget-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-sizing: border-box;
}

.wcp-search-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wcp-search-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  /*background-color: #fff;*/
  border: 1px solid #ddd;
}

.wcp-search-item:nth-last-child(2) {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wcp-search {
  list-style-type: none;
  margin-top: 10px !important;
  width: 100% ;
  padding-left: 0 !important;
  margin-left: 0; 
}
.wcp-search span img{
  float: left;
  margin-right: 10px;
    max-width: 80px;
  width: 100%;
}
.wcp-animation .ng-enter, 
.wcp-animation .ng-leave
{ 
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
} 
 
.wcp-animation .ng-enter.ng-enter-active, 
.wcp-animation .ng-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}
 
.wcp-animation .ng-leave.ng-leave-active,
.wcp-animation .ng-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}