.oil-search-results-container, .oil-search-results-title-container {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    height: 54px;
    background-color: #f5f5f5;
    color: #717171;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0; */
}

.oil-search-results-container.allow.active, .oil-search-results-title-wrapper.active > .oil-search-results-title-container {
    background-color: #cf1c1c;
    color: #fff;
}

.oil-search-results-active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 10px;
}

.oil-search-results-header-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.oil-search-results-header-icon {
    font-style: normal;
}

.oil-search-results-container.allow.active .oil-search-results-header-icon::after,
.oil-search-results-title-wrapper.allow.active .oil-search-results-title-container::after{
    font-size: 15px;
    content: '\e622';
    font-family: 'luma-icons';
    color: #fff;
    font-weight: 900;
}

.oil-search-results-header-icon::after, .oil-search-results-title-container::after {
    font-size: 15px;
    content: '\e608';
    font-family: 'luma-icons';
    color: #717171;
    font-weight: 900;
}

.oil-search-results-header {
    font-weight: bold;
}

.oil-search-results-header--code {
    padding-left: 10px;
}

.oil-search-results-active .products-grid .product-item-actions {
    margin: 8px 0 -2px;
}

.oil-search-results-active .product-item .price-box {
    margin: 10px 0 0 0;
}

.recommendation-container {
    font-size: 18px;
}

.recommendation-container .accordion {
    margin-top: 5px
}

.recommendation-header-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.recommendation-label {
    padding-bottom: 10px;
}

.vehical-information {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.vehical-information > p {
    margin-bottom: 0;
}

.usage-wrapper {
    background: whitesmoke;
}

.usage-container {
    padding: 10px;
}

.usage-container dt {
    width: 20%;
    float: left;
    margin-bottom: 5px;
    clear: both;
    font-weight: normal;
}

.usage-container dd {
    width: 80%;
    float: right;
    margin-bottom: 5px;
}

.usage-container dd:last-of-type{
    margin-bottom: 10px;
}

.oil-search-results-active .products.wrapper.grid .products.list.items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.top-advanced-search-container .image-container {
    background-image: url(../images/oljefat.png);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
