.product-list-imageunder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-single-imageunder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-miniature--shop .ps-shop-card__left .product-brand-logo img {
    height: 50px;
    display: block;
}
.product-miniature .product-brand-logo img {
    height: 50px;
    display: block;
}
.product-list-imageunder .home-product-label {
    height: fit-content;
}
#search_widget input[name=s] {
    font-size: 14px;
    color: #222;
    border-radius: 0 5px 5px 0;
    height: 52px;
}
div#search_widget {
    max-width: 310px;
    width: 100%;
}
.selected_car {
    font-size: 14px;
    color: #222;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #bbb;
    background-color: #fff;
    height: 52px;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    max-width: 300px;
    position: relative;
}
.selected_car_label {
    margin-top: 2px;
	font-size: 13px;
	color: #666666;
}
#search_widget .material-icons.search {
    margin-top: 6px;
	color: #999;
}
.loader {
    border: 10px solid #f2f2f2;
    border-radius: 50%;
    border-top: 10px solid #FED700;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
span.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FED700;
    color: #222222;
}
.select2-results__option {
    cursor: pointer;
}
.lhh-selects .select2-container .select2-selection--single {
    height: 40px;
}
.lhh-selects .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.lhh-selects .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-results .select2-results__option {
    padding: 3px;
}

/* Searchbar CSS */
ul.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
    width: 66px;
    margin-right: 14px;
    height: 44px;
    object-fit: contain;
}
.ui-widget .product {
    font-size: 13px;
}
ul.ui-autocomplete.searchbar-autocomplete {
    border: 1px solid #0000001a;
    max-height: 400px;
    overflow: auto;
}
ul.ui-menu .ui-menu-item a {
    display: flex;
    align-items: center;
}
article.product-miniature--shop .ps-shop-card__left-bottom {
    margin-top: unset;
}
.clear_selected_car {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border: 0;
    line-height: 20px;
    background-color: transparent;
    cursor: pointer;
}
div.card-block.cart-summary-totals .cart-summary-line span.sub {
    font-size: 16px;
}
.header-actions__icon.header-actions__icon--compare,
.header-actions__icon.header-actions__icon--wishlist,
div.header-actions__lang,
div.product-static-actions {
    display: none;
}
.product-view-status-label {
    margin: 5px 0;
}
#regnr-search-form input {
    text-transform: uppercase;
}
#regnr-search-form .top-lhh-reg {
    position: relative;
}
#ark-alert {
    position: absolute;
    top: calc(100% + 5px);
    color: red;
    font-size: 12px;
    margin-left: 2px;
}