.product-cat .all-brands.products-top {
    padding: 0;
}

.product-cat .page-description {
    padding-right: 0;
}

.product-menu ul li {
    min-height: 193px;
}

.product-menu ul li h2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.product-menu ul li h2::before {
    content: '';
    background: url(../images/icons/product-arrow.svg) no-repeat 50%;
    height: 11px;
    width: 22px;
    position: absolute;
    right: 0;
}

.product-cat .faq-contact-block .contact-wrapper .contact-details .contact-tel a::before {
    background: url(../images/icons/phone-green.svg) no-repeat 50%;
}

.product-cat .faq-contact-block .contact-wrapper .contact-details .contact-email a::before {
    background: url(../images/icons/mail-green.svg) no-repeat 50%;
}

.product-cat .single-branch .list.col2 ul {
    display: grid;
}

.product-cat .faq-contact-block img {
    width: 100px;
}

.product-cat .product-menu p {
    text-align: left;
}

.product-cat .product-menu ul {
    justify-content: center;
}

.product-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.product-menu ul li {
    list-style-type: none;
}

.product-menu ul li {
    display: flex;
}

.product-menu ul li a::before {
    content: '';
    background: url(../images/icons/product-arrow.svg) no-repeat 50%;
    height: 11px;
    width: 22px;
    position: absolute;
    right: 20px;
    bottom: 28px;
}

.product-menu ul li a {
    z-index: 9;
    width: 100%;
    display: flex;
    font-weight: 500;
    flex-direction: column-reverse;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, .08);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
}

.product-menu ul li a .big-image {
    z-index: -1;
}

.product-menu ul li a img {
    max-width: 130px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1.5s cubic-bezier(.165,.84,.44,1);
}

.product-menu ul li a:hover img {
  transform: scale(1.1) translate(-45%, -50%);
}

.product-menu p {
    max-width: 550px;
}

.product-cat .product-information .list.col2 ul {
    display: grid;
}

.product-cat .hero-banner .top-row .left-block {
    flex: 0 0 100%;
    max-width: 100%;
}

.category .list ul {
    flex-direction: column;
}

.category .section-certificates {
    display: none;
}

.brand .hero-banner {
    display: none;
}

.brand .section-intro .form {
    margin-top: 0;
}

.brand .kwaliteit img {
    aspect-ratio: revert-layer;
}

.section-bestservice-row {
    width: calc(100% - 40px);
    left: 20px;
}

.category .section-bestservice-row {
    width: calc(100% - 10px);
    left: 25px;
}

.brand .section-bestservice.section-bestservice-small .inner .wpb_text_column,
.category .section-bestservice.section-bestservice-small .inner .wpb_text_column {
    max-width: 500px;
    margin-bottom: 37px;
}

.section-looking .product-menu ul {
    flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
    .product-cat .custom-faq {
        padding-bottom: 0;
    }

    .product-cat .service {
        padding-top: 0;
    }

    .product-cat .vc_custom_heading+.vc_tta-container {
        margin-top: 0;
    }

    .product-cat .duurzaamheid.section-intro .vc_row-fluid.pt-30 {
        padding-top: 0;
    }

    .product-cat .all-brands .brands ul li a {
        max-width: 45px;
    }

    .product-menu ul li {
        width: calc(96% / 2 - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        min-height: 146px;
    }

    .product-menu ul li a img {
        top: 55px;
        max-width: 85px;
        width: auto;
    }

    .product-menu ul li a::before {
        bottom: 23px;
    }

    .category .hero-banner {
        margin-bottom: 0;
    }

    .category .service {
        padding-top: 0;
        padding-bottom: 0;
    }

    .category .section-intro .form>.vc_column-inner>.wpb_wrapper {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .product-cat .product-menu ul {
        justify-content: flex-start;
    }

    .product-menu .subtitle {
        text-align: left !important;
    }

    .product-cat h2>div {
        text-align: left !important;
    }

    .product-cat .brands ul {
        justify-content: flex-start;
    }

    .product-cat .brands {
        padding-top: 0;
    }

    .brand .brand-section {
        padding-top: 85px;
    }

    .product-menu ul li a::before {
        height: 8px;
        width: 15px;
        bottom: 28px;
        background-size: contain;
    }
 
 
}

@media only screen and (max-width: 1023px) {
    .product-cat .hero-banner {
        margin-bottom: 0;
    }

    .product-menu ul li {
        min-height: 167px;
    }
}

@media only screen and (min-width: 769px) {
    .product-menu ul li {
        width: 100%;
        max-width: 190px;
        margin-right: 27px;
        margin-bottom: 27px;
        min-height: 245px;
    }

    .product-menu ul li a {
        padding: 20px;
    }

    .product-cat .product-menu p {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .product-menu ul li {
        max-width: 209px;
    }

    .category .product-menu ul li {
        max-width: 206px;
    }

    .section-bestservice-row {
        width: calc(100% - 20px);
        left: 10px;
    }
}

@media only screen and (min-width: 1241px) {
    .product-cat .list.col2 ul li {
        margin-bottom: 47px;
    }

    .product-menu ul li a {
        font-size: 20px;
        font-weight: 500;
    }

    .section-bestservice-row {
        width: calc(100% - 22px);
        left: 11px;
    }
}

@media only screen and (min-width: 1440px) {
    .product-menu ul li {
        min-height: 200px;
    }
}

@media only screen and (min-width: 1500px) {
    .product-menu ul li {
        min-height: 245px;
    }

    .product-menu ul li a {
        font-size: 20px;
    }

    .brand .section-bestservice.section-bestservice-small .inner,
    .category .section-bestservice.section-bestservice-small .inner {
        padding: 53px 0 45px 60px;
    }

    .section-bestservice-row {
        width: calc(100% - 30px);
        left: 15px;
    }
}