.img-wh-cover, .product-img-3-b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.funnel-wait-pic {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    background-color: #ccc;
    border-radius: 15%;
}

.font-size-revert {
font-size: revert;
}


.live-search-container .product-content-list {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 0px;
}
.live-search-container .product-img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
    text-align: right;
}
.product-list-info > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.live-search-container .product-thumbnail{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    margin-top: -20px;
   display: flex; 
    justify-content: center; 
    align-items: center;
}

.warenkorb-bild {
    max-height: 50px;
    max-width: 100%;
    width: auto;
}

.live-search-container {
width: calc(100% + 4px);
}