#odAutoSuggestResults * {
    box-sizing: border-box;
}

#odAutoSuggestResults {
    display: none;
    position: absolute;
    top: auto;
    width: 100%;
    height: auto;
    right: auto;
    border: 1px solid #dddddd;
    z-index: 1001;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 1);
}

#odAutoSuggestResults .odContentBox {
    padding: 0;
}

#odAutoSuggestResults .odSearchBox {
    margin: 0;
}

#odAutoSuggestResults .odProductBox,
#odAutoSuggestResults .odCatManBox {
    overflow: auto;
    width: 50%;
    height: auto;
}

#odAutoSuggestResults .odOtherBox {
    width: 50%;
    height: auto;
    overflow: hidden;
}

#odAutoSuggestResults li.list2 {
    background-color: #fafafa;
}

#odAutoSuggestResults li {
    overflow: hidden;
}

#odAutoSuggestResults li:hover {
    background-color: #f5f5f5;
}

#odAutoSuggestResults a {
    display: block;
    padding: 0 15px;
    color: #333333;
    font-weight: normal;
}

#odAutoSuggestResults a:hover {
    color: #000000;
    text-decoration: underline;
}

#odAutoSuggestResults .odProductBox a, #odAutoSuggestResults .odOtherBox a {
    display: block;
    height: 50px;
}

#odAutoSuggestResults li p {
    width: auto;
    height: 52px;
    padding-top: 3px;
    line-height: 55px;
    font-size: 13px;
    color: #333333;
    position: relative;
    margin-bottom: 0;
}

#odAutoSuggestResults .productTitle {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#odAutoSuggestResults .productPrice {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
}

#odAutoSuggestResults .productNr {
    bottom: 0;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
}

#odAutoSuggestResults li ul {
    margin: 0 0 10px 10px;
}

#odAutoSuggestResults li ul a {
    padding: 0 15px;
}

#odAutoSuggestResults .odOtherBox li {
    border-bottom: 1px dotted #dddddd;
    padding: 5px 0;
}

#odAutoSuggestResults .odOtherBox li ul li {
    background: none;
}

#odAutoSuggestResults img {
    margin: 0 9px 0 0;
    width: 65px;
    /*max-height: 65px;
    min-height: 65px;*/
    display: block;
    overflow: hidden;
}

#odAutoSuggestResults ul, ol {
    margin: 0;
    padding: 0;
}

#odAutoSuggestResults li {
    list-style: none;
    overflow: hidden;
    display: block;
    height: auto;
    border-bottom: 1px dotted #dddddd;
    padding: 5px 0;
}

#odAutoSuggestResults li:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.odLeft {
    float: left;
}

.odAutoSuggestCatData {
    display: inline-block;
}

.odSearchBox {
    background: none repeat scroll 0 0 white;
    margin-top: 3px;
    overflow: hidden;
}

.odRight {
    float: right !important;
}

.odContentBox {
    display: block;
    overflow: hidden;
    padding: 15px;
}

#odAutoSuggestResults #productOverview {
    background: none repeat scroll 0 0 white;
    border: 1px solid #dddddd;
    border-radius: 3px;
    bottom: 8px;
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    right: 8px;
}

.searchString {
    color: #009EC0;
    font-weight: bold;
}

#odAutoSuggestResults .odOtherBox .odAutoSuggestCatData a {
    float: left;
    height: auto;
    width: 100%;
}

#odAutoSuggestResults li p.odAutoSuggestContent {
    height: 44px;
}

p.od_auto_suggest_no_result {
    padding: 13px 13px 9px;
}

#odAutoSuggestResults .odProductBox p {
    line-height: normal;
    width: 70%;
}

#odAutoSuggestResults img.odImageExist {
    opacity: 0.5;
}

.header-box {
    position: relative;
}

#odAutoSuggestResults .odHead,
#odAutoSuggestResults .odOtherBox .odHead,
#odAutoSuggestResults .odProductBox p.odHead {
    font-weight: bold;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    width: 100%;
    color: #213a43;
    background-color: #f5f5f5;
    padding: 13px 15px 9px;
    border-bottom: 1px solid #ffffff;
}

#odAutoSuggestResults .odProductBox p.odAutoSuggestNoResult {
    width: 100%;
    line-height: 38px;
    padding: 13px 15px 9px;
}

#odAutoSuggestResults .odOtherBox.hidden {
    display: none;
}

#odAutoSuggestResults .odProductBox.fullWidth {
    width: 100%;
}

#odAutoSuggestResults .odProductBox.fullWidth .odDetails {
    width: 91%;
}

@media screen and (max-width: 1020px) {
    #odAutoSuggestResults .odProductBox.fullWidth .odDetails {
        width: 85%;
    }
}

@media screen and (max-width: 560px) {
    #odAutoSuggestResults .odProductBox.fullWidth .odDetails {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    #odAutoSuggestResults .odProductBox.fullWidth .odDetails {
        width: 78%;
    }

    #odAutoSuggestResults .odProductBox,
    #odAutoSuggestResults .odCatManBox,
    #odAutoSuggestResults .odOtherBox {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    #odAutoSuggestResults .odProductBox.fullWidth .odDetails {
        width: 70%;
    }

    #odAutoSuggestResults .odOtherBox {
        width: 100%;
        height: auto;
    }
}