.tt-menu {
    background: #FFF;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 15px 15px #6c6c6c6b;
    z-index: 1000;
}
.product-suggestion {
    padding: 5px 15px;
    cursor: pointer;
}
.product-suggestion:hover {
    background-color: #1844A0;
    color: #FFF;
}
.product-search-form .form-item-product {
    display: flex;
    flex-direction: row-reverse;
}
.product-search-form .form-item-product label {
    background: url('../images/search-alt-1-svgrepo-com.svg') no-repeat center;
    background-size: contain; 
    width: 40px;
    height: 40px;
    font-size: 0;
}
.product-search-form .form-item-product input {
    width: 250px;
}
