
.category-description{
    max-width: 37.5rem;
    font-size: .875rem;
    margin: auto;
}
.category-description p { 
    font-size: .875rem;
} 
.shop-container .term-description{
    display: none;
}
.row.shop-top h1{
    margin-top: 1.25rem;
}

.shop-section-custom h1 {
    text-transform: capitalize;
}
.breadcrumbs-row {
    margin-top: 0rem !important;
    padding-top: 1.25rem;
    max-width: 87rem;
}
.custom-tilte-product >.row {
    margin: 0 !important;
}

.category-page-row {
    padding-top: 5.375rem;
    padding-bottom: 0;
}


h2.categories-title::after{
    /* content: '';
    position: absolute;
    background: url('../images/categories-title.svg') center center/contain no-repeat;
    width: 6rem;
    height: 6rem;
    right: -6rem;
    bottom: -.2rem; */
} 
h2.categories-title{
    width: fit-content;
    margin: auto;
    margin-bottom: 2.5rem;
    position: relative;
}
.shop-top-row{
    margin-top: 6.25rem;
}
.img-shop + .shop-top-row{
    margin-top: 0;
}
.row.category-page-row > .col {
    padding-bottom: 0;
}
.shop-container > p {
    margin-bottom: 0;
}
.row.category-page-row + .sec_unsere_marken {
    padding-top: 2rem !important;
}
.top-shop {
    margin-top: 2.5rem;
}
.shop-page-title.category-page-title.page-title {
    display: none;
}
.img-shop{
    margin-bottom: 3.75rem;
}
.shop-top-row h2 {
    line-height: 2rem !important;
    margin-bottom: 1.25rem !important;
}
.product-categories-term {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.categories-term .row {
    max-width: 78.75rem !important;
}
.categories-term{
    background-color: #F4F4F4;
}
.img-term .btn-arrow-custom span {
    text-transform: uppercase;
}
.img-term .img-inner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img-term .img-inner {
    height: 16.375rem;
}
.img-term .btn-arrow-custom {
    bottom: unset;
    left: 50%;
    top: 50%;
} 
.img-term {
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem;
}
.shop-container .products.row.row-small h2.text-center {
    margin-bottom: 2.5rem;
}

body.woocommerce-shop nav.woocommerce-pagination {
    display: none;
}
button.view-more-button.products-archive.button.primary:hover {
    background-color: #121212 !important;
    border-color: #121212 !important;
    color: #fff !important;
}
button.view-more-button.products-archive.button.primary {
    height: var(--input-height);
    font-size: 0.8125rem;
    padding: 0 2.3rem;
    line-height: 1.2;
    min-height: auto;
    font-weight: normal;
    font-family: var(--heading-font-extrabold);
    margin: 0;
    text-transform: inherit;
    background-color: #EB6103;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 1px solid #EB6103;
    border-radius: 0;
    color: #ffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-shop button.view-more-button.products-archive.button.primary {
    display: none;
}
@media screen and (max-width: 849px){ 
    .category-page-row {
        padding-top: 0;
        padding-bottom: 0;
    }
    .shop-container .products.row div.product.type-product {
        padding-bottom: 30px !important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .img-term {
        flex-basis: 100%;
        max-width: 100%;
    }
    .top-shop {
        margin-top: 0;
        padding-bottom: 50px !important;
    }
    .top-shop .box-text {
        padding: 0;
        margin-bottom: 30px;
    }
    .shop-top-row {
        margin-top: 50px;
        max-width: 428px !important;
    }
    .top-shop .flickity-page-dots .dot {
        background: #191816;
    }
    /*shop page*/
    .shop .shop-top-row {
        margin-top: 0;
    }
    .product-categories-term .btn-arrow-custom {
        width: calc(100% - 40px) !important;
    }
    .categories-term.pt-90.pb-50 {
        padding-bottom: 0 !important;
    }
    .tax-product_cat .sec_unsere_marken {
        padding-bottom: 0 !important;
    }
    .faq_accordion.solltest-faq{
        padding-top: 30px !important;
    }
    /*shop page*/
    
}