.szukaj input {
    color: #fff;
    width: 100% !important;
    vertical-align: top;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    line-height: normal;
    text-align: left;
    margin: 0;
    background-image: url("../images/search-16x16-1652a04ab95fcd6be0ced53b5e8e912b.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}

.szukaj input::placeholder {
    text-align: center;
    text-transform: uppercase;
    color: #FBD7FD;
    font-weight: 600;
    opacity: .5;
}

.szukaj input:hover,
.szukaj input:focus {
    outline: none;
}

.szukaj .ts-control
{
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.szukaj .ts-dropdown
{
    margin-top: 0;
    box-shadow: none;
}

.szukaj .ts-dropdown .option
{
    text-align: left;
    background-color: #FCF0FF;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 16px;
    color: #7B3784 !important;
    padding: 5px;
}

.szukaj .ts-dropdown .option:hover
{
    background-color: #FED1FF;
}

.szukaj .ts-wrapper .item
{
    display: none;
}