.product-view .product-shop {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}
.product-view .product-headline {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}
.product-view hr {
    margin: 12px 0;
    border-color: #ddd;
}
.product-view .product-claim {
    margin-bottom: 8px;
    color: #e4001b;
    font-weight: 700;
}
.product-view .ratings {
    display: block;
    width: 100%;
}
.product-view .product-labels {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.product-view .product-labels .label {
    font-size: 90%;
}
.product-view .product-price-table {
    border: 0;
    margin: 12px 0;
    padding: 0;
}
.product-view .product-price-table td {
    padding: 0;
}
.product-view .product-price-label {
    padding-right: 12px !important;
}
.product-view .product-minimal-price {
    font-size: 25px;
    color: #e4001b;
    font-weight: bold;
}
.product-view .product-customer-count {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.product-view .product-customer-count:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f087';
    margin-right: 8px;
}
.product-view .customer-count {
    font-weight: 700;
}
.product-view .product-advantages {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.product-view .product-advantages .alfa-vorteile {
    padding-left: 0;
}
.product-view .product-more-details {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.product-view .product-more-details a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f107';
    margin-right: 8px;
}
.product-view .shop-payment-methods {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    opacity: .6;
    transition: opacity 250ms ease-in-out;
}
.product-view .shop-payment-methods:hover {
    opacity: 1;
}
.product-view .shop-payment-methods .payment-method {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    align-items: center;
    padding: 5px 0;
    text-align: center;
}
.product-view .shop-payment-methods .payment-method img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 0 5px;
}
.product-view .shop-payment-methods .payment-method:last-child {
    margin-right: 0;
}
.product-view .shop-payment-methods .payment-method-inner {
    flex: 1;
    margin: 0 5px;
}
