.mtop-10 {
    margin-top: 10px;
}

.product_add_button {
    background: linear-gradient(to bottom, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
    border: 0;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
}

.product-image-container {
    padding: 20px;
}

.product-image {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;

    box-shadow: 0 0 20px #eee;

    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.price-tag {
    font-size: 1.75em;
    color: DarkRed;
}

.price-tag sup {
    font-size: 0.5em;
}

.vendor-name {
    font-size: 0.9em;
}

.grey-stars {
    width: 56px;
    background: url(http://bilder.xregional.de/stern_x_grau.gif) 0 0 repeat-x;
}

.yellow-stars {
    width: 100%;
    height: 12px;
    background: url(http://bilder.xregional.de/stern_x_orange.gif) 0 0 repeat-x;
}

.info-separator {
    border: 0;
    border-top: 1px solid #ccc;
}

.price-paragraph {
    line-height: 1.5;
}

.price-text {
    font-size: 0.9em;
}

.shipping-info {
    font-size: 0.9em;
}

.stock-info {
    line-height: 1.5;
}

.stock-text {
    font-size: 1.3em;
    color: green
}

.disclaimer {
    font-size: 0.9em;
}

.success {
    font-size: small
}

.product-container {
    padding-top: 1rem;
    display: flex;
    flex-flow: row nowrap;
}

.title-container {
    flex-basis: 40%;
}

.info-container {
    flex-basis: 45%;
    padding-top: 20px;
}

.cart-container {
    flex-basis: 20%;
}

@media screen and (orientation: portrait) {
    .product-container {
        flex-direction: column;
    }
}
