ol.products.list.items.product-items {
    display: flex;
    flex-flow: row wrap;
}
.spare-part-container {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
}
.left-side-container {
    background-color: #f7f7f7;
}
.text-center {
    text-align: center;
}
.product-item {
    display: flex;
}
.product-item-info {
    display: flex;
    flex-flow: column;
}
.product-item-details {
    flex: 1;
    display: flex;
    flex-flow: column;
}
.product-item-inner {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.search-form {
    position: relative;
    max-width: 500px;
    margin: auto
}
.submit-sku {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.spare-image img {
    margin-top: 0px;
    width: auto;
    max-height: inherit;
    margin-left: 0px;
}
.search-results {
    margin-top: -10px;
    border-radius: 10px;
}
.spare-image {
    float:left;
    max-width:100px;
    margin:40px;
}
.support-product-info {
    width: 70%;
    display: inline-block;
}
.support-main-name {
    width: 100%;
    margin-bottom: 0px;
}
.left-side-container .image-block {
    vertical-align: top;
    border: 25px solid transparent;
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 0px 20px #00000005;
    display: inline-block;
}
.see-spare-parts:hover {
    cursor: pointer;
}
.instruction-book {
    margin-top: 0;
    margin-bottom: 15px;
}
.instruction-book .action {
    margin-right: 25px;
}
.products.list.items.product-items {
    margin: auto;
}
.support-button {
    font-weight: inherit;
    margin: 0;
    padding: 7px 15px;
    line-height: 1.6rem;
}
.instruction-book .support-button {
    vertical-align: middle;
}
.toast-note {
    background-color: #ffdedf;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.toast-note a {
    color: #af0e14;
}
.page-layout-1column .search-results + .toolbar-products {
    position: static;
    border-bottom: 1px solid #cccccc;
    padding: 16px 0;
}

@media only screen and (max-width: 767px) {
    .instruction-book .support-button {
        margin: 0 0 7px 0;
    }
}
