﻿.ricercaEcommerce3 {
    position: relative;
    width: 100%;
}
    .ricercaEcommerce3 > input.ricercaEcommerceTextbox {
        width: 100%;
        box-sizing: border-box;
        padding: 8px 0;
        text-align: left;
        border: none;
        /*background-color: #b5dbf1;*/
        padding: 12px 0px;
        background-image: url(/public/ecommerce/lente-18-c.png);
        background-repeat: no-repeat;
        background-position: 99%;
    }

.ricercaEcommerceContenitore300px {
    display: block;
    /*width: 100%;*/
    margin-top: -1px;
}

#SearchResultsIndirizzo {
    position: absolute;
    z-index: 20;
    font-family: Muli;
    border: solid 1px #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    /* background-color: rgba(239,239,239,0.8); */
}

.SearchResultsIndirizzo {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-bottom: 1px solid white;
    background-color: #e6e6e6;
}