
/**
 *	PRODUCT 3 BLOCK
 */
 .product-3block-wrapper {
    padding: 20px 0;
    background: #efefef;
}

.product-3block-title-wrapper {
    padding: 0 40px;
}

.product-3block-title-wrapper h2 {
    margin: 0 0 30px;
}

.product-3block-content-wrapper {
    display: flex;
    justify-content: flex-start;
}

.product-3block-product {
    display: flex;
    flex-flow: column;
    __width: 135px;
    padding: 0 40px;
}

.product-3block-image-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 230px;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
}

.product-3block-info-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column;
}

.product-3block-info-text-wrapper {
    flex: 1 0 auto;
    min-height: 10px;
    text-align: center;
}

.product-3block-image-wrapper .product-image {
    width: 100%;
}

.product-3block-image-wrapper.ebook {
    position: relative;
    display: flex;
    justify-content: center;
    background: url('../images/e_reader-medium.png') 0 0 no-repeat;
}

.product-3block-image-wrapper.ebook .product-image {
    display: block;
    width: auto;
    height: 142px;
    margin: 15px;
    box-shadow: none;
}

.productgroups .pe--productgroup .product-3block-image-wrapper {
    min-height: 90px;
}

.product-3block-title {
    margin: 0 0 3px;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
}

.product-3block-author {
    margin: 0 0 7px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
}

.product-3block-button-wrapper .side-block-product-price {
    margin: 0 0 5px;
    text-align: center;
    font-weight: 900;
}

.product-3block-button-wrapper .side-block-product-button {
    margin: 0 auto;
}

.product-3block-button-wrapper .product-info-bestelitem-button {
    width: calc(100% - 30px);
    margin-top: 10px !important;
}