.shopping-cerca {
  float: right;
  background: #ffffff;
  width: 200px;
  border:solid 1px #dfdfdf;
  position: relative;
  padding:0;
  margin: 0px;
}
.cercabtn {
    font-size: 14px;
    color: #282828;
    text-shadow: none;
    border-style: none;
    background: none;
    vertical-align: middle;
    margin-top: 5px;
}
.cercabtn i{margin-right:10px;}
.cerca img{width:49px;}
.cerca-top{position:absolute; z-index: 1000;margin-left: 190px;}
/* Firefox */
@-moz-document url-prefix() { 
.cerca-top{margin-top:11px}
}
.cerca-top input[type="text"]{width:155px;border:0;background:transparent;margin:0;}
.cerca-top i{font-size:14px;margin-left:10px;color:#000000; margin-top: -5px;}