#ap-container {
    background: #eee;
    margin-top: 15px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#ap-container.hidden {
    display: none;
}

.ap-product-row {
    display: flex;
    margin: 4px 0px;
    background: white;
    padding: 3px 5px;
}

.ap-image img {
    max-width: 75px;
}

.ap-label {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 5px;
}

.ap-actions-add-to-cart i.material-icons.shopping-cart {
    margin-right: 0;
}

.ap-label-flags {
    text-align: right;
}

.ap-actions {
    min-width: 80px;
    text-align: right;
}

.ap-actions-price {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 3px 2px;
}

.ap-label-flags .ap-flag {
    padding: 2px 5px;
    margin-top: 3px;
    display: inline-block;
}

.ap-label-flags span.stock-label {
    background: green;
    color: white;
}

.ap-label-flags span.sale-label {
    background: #ff6f26;
    color: white;
    font-weight: bold;
}

.ap-label-flags.out-of-stock span.sale-label {
    display: none;
}

.ap-label-flags.out-of-stock span.stock-label {
    background: transparent;
    color: gray;
}

.ap-title {
    background: white;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 5px 10px;
}
