.taod-search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.taod-search-form .search-field {
    width: 100%;
    padding-right: 80px; /* Adjust this value based on the width of the button */
}

.taod-search-form .search-submit {
    position: absolute;
    right: 0;
    margin: 0;
    border-radius: 0 10px 10px 0;
}

#taod-product-icons {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 20px auto;
    flex-wrap: wrap;
    gap: 10px;
}

.taod-product-icon {
    border: 3px solid #EEEEEE;
    background: #FFFFFF;
    padding: 10px;
    height: 80px;
    border-radius: 10px;
}