.shop-row .text-rotate {
    top: -3.5rem;
}
.shop-row h1 {
    text-align: center;
    text-transform: uppercase;
}
.text.termine_text {
    margin-top: 2.8rem;
}
form.woocommerce-ordering {
    display: none;
}
.row.category-page-row .row.row-small {
    max-width: 80rem !important;
}
.seo-section .row {
    margin: 0 auto !important;
}
.category-page-row {
    padding-top: 0.8rem;
}
nav.woocommerce-pagination {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.row.category-page-row .products .product-small.col {
    padding-bottom: 2rem;
}
.seo-section h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
@media screen and (max-width:849px) {
    nav.woocommerce-pagination {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .seo-section h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .seo-section .row .col {
        padding-bottom: 0 !important;
    }
    .seo-section .row.m-w-800 {
        max-width: 428px !important;
    }
    .seo-section {
        padding: 0 !important;
    }
    .shop-row h1 {
        margin-bottom: 40px;
    }
    .post-type-archive-product #wrapper .shop-page-title, 
    .tax-product_cat #wrapper .shop-page-title {
        display: none !important;
    }
    .text.termine_text {
        margin-top: 47px;
    }
    .shop-row .text-rotate {
        top: 50%;
        transform: translateY(-50%); 
    }
    .termine_row.row > .col {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .row.category-page-row .products .product-small.col {
        padding-bottom: 35px;
    }
    .breadcrumbs-row > .col{
        padding-right: 25px;
        padding-left: 25px;
    }
    .breadcrumbs-row {
        margin-top: 20px;
    }
    .rank-math-breadcrumb p * {
        font-size: 13px;
        line-height: 17px;
    }
}