.techcheckout-search {
    position: relative;
    display: inline-block;
}

.techcheckout-search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.techcheckout-search .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}