@charset "UTF-8";

/* CSS Document */
.spase-product-search {
    max-width: 600px;
    margin: 1em auto;
}
#spase-product-search {
    width: 100%;
    padding: .5em;
    font-size: 1em;
    margin-bottom: .5em;
}
.spase-product {
    display: flex;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}
.spase-product-image img {
    width: 80px;
    height: auto;
    margin-right: 1em;
}
.spase-product .spase-product-image {
    margin-right: .25rem;
}
.spase-product-info * {
    margin-bottom: 0 !important;
    text-align: left;
    line-height: normal;
}
.spase-product-info h3 {
    font-size: 1.1em;
}
.spase-product-price {
    font-weight: bold;
    margin-bottom: .5em;
}
.spase-no-results {
    text-align: center;
    font-style: italic;
    color: #666;
}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 932px) {

}