.super-search input {
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 0 30px 1px 40px;
    width: 100%;
    height: 35px;
    /*background: url(../../5.6.019.2/platform/component/view/icons-yellow/search-small-white.svg) no-repeat 15px center;*/
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/search-small-white.svg) no-repeat 15px center, rgba(0, 0, 0, 0.2);
    color: white;
    line-height: normal;
}

.super-search input:focus {
    outline: none;
    color: white;
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/search-small-white.svg) no-repeat 15px center, rgba(0, 0, 0, 0.2);
    box-shadow: none !important;
}

.super-search input::-webkit-input-placeholder {
    color: white;
}

.super-search input:-moz-input-placeholder {
    color: white;
}

.super-search input::-moz-input-placeholder {
    color: white;
}

.super-search input::-ms-input-placeholder {
    color: white;
}

.super-search-autocomplete-container .ui-autocomplete {
    width: 500px !important;
    z-index: 200 !important;
    padding: 20px 0;
    border: 1px solid #00BBE3;
    background: #F0F0F0;
    max-height: none;
}

.super-search-autocomplete-container .ui-menu-item-wrapper {
    padding: 0;
}

.super-search-autocomplete-container .super-search-item {
    padding: 0;
}

.super-search-item {
    font-family: 'Lato-Light', sans-serif;
    font-size: 14px;
}

.super-search-item .super-search-content {
    display: -webkit-flex;
    display: flex;
}

.super-search-item {
    padding: 10px;
}

.super-search-item > a {
    border-radius: 0;
}

.ui-menu .super-search-item > a.ui-state-focus {
    background: #00BBE3;
    border: none;
    margin: 0;
    color: white;
    text-shadow: 0 0 white;
}

.super-search-item .image {
    padding: 5px;
    min-width: 85px;
}

.super-search-item .image .image-container {
    width: 75px;
    height: 75px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.super-search-item .image .image-container[no-image="true"] {
    display: none;
}

.super-search-item .lines {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 5px;
    padding-bottom: 5px;
}

.ie .super-search-item .lines > div {
    width: calc(100% - 120px);
}

.super-search-item .lines .line1 {
    font-family: 'Lato-Regular', sans-serif;
    text-shadow: none;
}

.super-search.super-search-loading .spinner {
    display: block;
}

.super-search .spinner {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 7px 0 7px 222px;
    background: url(../../5.6.019.2/platform/component/view/icons-yellow/loading-ring.svg) no-repeat center;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media screen and (max-height: 700px), screen and (max-width: 1200px) {
    .super-search input {
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-radius: 0;
        width: auto;
        height: 38px;
    }

    .super-search .spinner {
        margin: 10px 0 8px 190px;
    }

    .super-search .autocomplete-container {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 785px) {
    .super-search-autocomplete-container .ui-autocomplete {
        position: absolute;
        width: 500px !important;
        left: 5px !important;
    }
}

@media screen and (max-width: 660px) {
    .super-search input {
        width: 45px;
        padding: 0 0 0 45px;
    }

    .super-search input:focus {
        position: relative;
        z-index: 10000;
        width: 150px;
        padding: 0 30px 0 40px;
        background: url(../../5.6.019.2/platform/component/view/icons-yellow/search-small-white.svg) no-repeat 15px center, #c036af;
    }

    .super-search .spinner {
        z-index: 10001;
        margin: 10px 0 8px 125px;
    }

    .super-search-autocomplete-container .ui-autocomplete {
        width: calc(100vw - 10px) !important;
    }

    .firefox.desktop .super-search-autocomplete-container .ui-autocomplete,
    .safari.desktop .super-search-autocomplete-container .ui-autocomplete {
        width: calc(100vw - 25px) !important;
    }
}

@media screen and (max-width: 510px) {
    .super-search-item .image {
        min-width: 60px;
    }

    .super-search-item .image .image-container {
        width: 50px;
        height: 50px;
    }

}
