body.page-id-52117 .blocks .item .card .img-base .img {
	padding: 60% 0;
}

.per_m2 {
    margin-top: 15px;
    &.no_margin {
        margin-top: 0;
    }
}
.per_m2 .woocommerce-Price-amount {
    font-size: 1.8rem!important;
    font-weight: 500!important;
}

.product_content {
    .stock_wrap {
        margin-top: 5px!important;
        font-size: 14px!important;
        img {
            display: inline-block!important;
            vertical-align: middle!important;
            height: 12px!important;
            width: auto!important;
            margin-right: 5px;
            position: relative;
            top: 6px;
        }
        &.no_stock {

        }
    }
}

.link_shop_cart { position: relative }
.cart_input_info {
    position: absolute;
    top: 0;
    right: 0;
    .cart_price {
        font-size: 10px;
        position: relative;
        top: 0;
        left: calc(100% + 10px);
        .woocommerce-Price-amount {
            font-size: 12px;
            font-weight: 400;
        }
    }
    .cart-badge {
        background: #2e73b9;
        border-radius: 50em;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 11px;
        position: absolute;
        top: 7px;
        right: -9px;
    }
}

.rekenhulp_tegel_table_ {
    background: #f3f5f7;
    padding: 20px;
    border-radius: 5px;
    td {
        width: 50%;
    }
    .rekenhulp_foot {
        border-top: 1px solid rgba(0,0,0,0.1);
        line-height: 25px;
        td {
            padding-left: 15px;
            padding-top: 10px;
        }
    }
}
.m2_need_td {
    position: relative;
    padding-left: 15px;
    &:after {
        content: 'm2';
        position: absolute;
        right: 2px;
        top: 2px;
        border-radius: 0 4px 4px 0;
        bottom: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #ccdcec;
    }
}
.m2_select_snijverlies {
    padding-right: 15px;
    padding-left: 10px;
}
.td_height_15 {
    height: 15px;
}

.single_add_to_cart_button {
    background: #00b67a !important;
    &:hover,
    &:focus,
    &:active {
        background: #058c60 !important;
    }
}
.add_to_cart_tegel {
    position: relative!important;
    top: -115px!important;
    left: 200px!important;
    width: calc(100% - 215px);
    margin-bottom: -25px;
}

@media (max-width: 768px) {

    .add_to_cart_tegel {
        position: relative !important;
        top: inherit!important;
        left: 0!important;
        width: 100%!important;
        margin-bottom: 40px!important;
        margin-top: -25px !important;
    }

    .rekenhulp_tegel_table_ {
        tr td {
            display: block!important;
            width: 100%!important;
        }
    }

    .td_height_15 {
        height: 10px;
    }

    .m2_need_td {
        &::after {
            width: 45px;
            height: 41px;
            line-height: 41px;
            right: 15px;
        }
    }

    .m2_need_td {
        padding-right: 15px;
    }
    .m2_select_snijverlies {
        padding-left: 15px;
    }

}