.page-product-grouped .column.main .product-info-form-below {
    width: 100%;
    clear: both;
}

#product_addtocart_form .product-image-container {
    min-width: unset;
}

.page-product-grouped .column.main .product-info-form-below .product-add-form .product-image-container {
    width: 65px !important;
}

.page-product-grouped .column.main .product-info-form-below .product-add-form .control.qty {
    margin-left: -4px;
}

.page-product-grouped .column.main .product-info-form-below .product-add-form .control.qty .substract {
    width: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #cdcdcd;
    display: inline-block;
    position: relative;
    left: 5px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

@supports (-moz-appearance:none) {
    .page-product-grouped .column.main .product-info-form-below .product-add-form .control.qty .substract {
        top: 0;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .page-product-grouped .column.main .product-info-form-below .product-add-form .control.qty .substract {
            top: 0;
        }
    }
}

.page-product-grouped .column.main .product-info-form-below .product-add-form .input-text.qty {
    border-left: unset;
    border-right: unset;
    line-height:32px;
}

.page-product-grouped .column.main .product-info-form-below .product-add-form .control.qty .add {
    width: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #cdcdcd;
    display: inline-block;
    position: absolute;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

.page-product-grouped .column.main .product-info-form-below .product-add-form {
    width: 100%;
    float: unset;
}

.page-product-grouped .column.main .product-info-below-form .subtotal {
    display: flex;
    justify-content: flex-end;
}

.page-product-grouped .column.main .product-info-below-form .subtotal > div {
    width: 12.5%;
    min-width: 170px;
}

.page-product-grouped .column.main .product-info-below-form .subtotal-label {
    font-size: 1.8rem;
}

.page-product-grouped .column.main .product-info-below-form .price-excluding-tax .price {
    font-size: 2.4rem;
}

.page-product-grouped .column.main .product-info-below-form .subtotal .product-info-price > div {
    color: #767676;
}

.page-product-grouped .column.main .product-info-below-form .subtotal .product-info-price .price.en:before {
    content: '\20AC';
    padding-right: 3px;
}

.page-product-grouped .column.main .product-info-below-form .subtotal .product-info-price .price.de:after {
    content: '\20AC';
    padding-left: 3px;
}

.page-product-grouped .column.main .product-info-below-form .reset-quantities {
    margin: 10px 0;
    padding-right: 30px;
    width: 75%;
    box-sizing: border-box;
}

.page-product-grouped .column.main .product-info-below-form .reset-quantities .action {
    float: right;
    height: 56px;
    line-height: 56px;
    background: white;
    color: #61b2ab;
    text-decoration: underline;
    border: unset;
    padding: unset;
}

.page-layout-1column .product-add-form .prices-tier.items {
    margin-top: unset;
}

.page-product-grouped .column.main .product-info-form-below .product-social-links .product-addto-links {
    width: 100%;
}

.page-product-grouped .product-info-main .product-add-form .form-box {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.page-product-grouped .product-info-main .product-add-form .box-jumpto {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.action.jumpto {
    width: 100%;
    border: 2px solid black;
    color: black;
    background: white;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.6rem;
}

.action.jumpto:hover {
    border: 2px solid black;
    color: black;
    background: white;
}

.action.jumpto:after {
    content: '';
}

.page-product-grouped .product-info-add-grouped .availability {
    margin-bottom: unset;
    margin-top: unset;
}

@media screen and (min-width: 768px) {
    .page-product-grouped .product-info-add-grouped {
        width: 40%;
        float: right;
    }

    .page-product-grouped .column.main .product-info-below-form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .page-product-grouped .column.main .product-info-form-below .product-social-links {
        width: 25%;
        margin-left: 75%;
        flex-grow: 2;
        display: flex;
        justify-content: flex-end;
        clear: both;
    }
}
