
.abs-pager-toolbar .pages,
.account .toolbar .pages,
.toolbar-wishlist-results .pages {
    left: 50%;
}


/* PCP */

.stock.unavailable.out-of-stock {
	color: #b53f47 !important;
}


/* PDP */

.stock.available.low-stock,
.stock.available.low-stock::before {
    color: #D59828;
}

@media only screen and (max-width: 768px) {
    .catalog-product-view .breadcrumbs {
        margin-top: 216px;
        padding-left: 4px;
    }
    .catalog-product-view #maincontent {
        margin-top: 20px !important;
    }
    .catalog-product-view .breadcrumbs .item.home {
        display: none;
    }
    .catalog-product-view .breadcrumbs .item.category a::after {
        transform: rotate(135deg);
        left: 15px;
        right: auto;
    }
    .pdp-details-item {
        border-top: 1px solid #eeeeee;
    }
    .pdp-details-title {
        position: relative;
        line-height: 48px;
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: var(--theme-primary-color);
        cursor: pointer;
    }
    .pdp-details-title::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(135deg);
        pointer-events: none;
        transition: all 0.6s;
    }
    .pdp-details-content {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
        overflow-y: auto;
    }
    .pdp-details-content .instructions figure.instruction {
        margin-left: 0;
    }
    .pdp-details-item.active .pdp-details-title::after {
        top: 20px;
        transform: rotate(-45deg);
    }
    .pdp-details-item.active .pdp-details-content {
        max-height: 200vh;
    }
    .pdp-details-content .morelesscontent {
        max-height: none;
    }
    .pdp-details-content .morelessoverlay,
    .pdp-details-content .morelesstools {
        display: none;
    }
}

.catalog-product-view .breadcrumbs .item {
    color: #7F7976;
}

.catalog-product-view .breadcrumbs .item.home a {
    padding: 0;
}

.catalog-product-view .breadcrumbs .item.home a::after {
    display: none;
}

.catalog-product-view .breadcrumbs .item.category a {
    padding-right: 0;
    padding-left: 32px;
}

.catalog-product-view .breadcrumbs .item.category a::after {
    content: '';
    left: 14px;
    right: auto;
}

.catalog-product-view .breadcrumbs .item.category:nth-last-child(2) a span {
    color: var(--theme-primary-color) !important;
}

.catalog-product-view .breadcrumbs .item.product {
    display: none;
}


/* /PDP */

body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten"] {
    margin-top: 60px;
    margin-bottom: 40px;
}

body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten"] h1,
body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten"] h2 {
    margin: 0 !important;
}

body.cms-index-index .column.main>div>[data-content-block-id="title"] h1,
body.cms-index-index .column.main>div>[data-content-block-id="title"] h2 {
    margin: 0 !important;
    border: 1px solid green;
}

body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten-duplicate-5017"] {
    margin-top: 60px;
}

body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten-duplicate-5017"] h1,
body.cms-index-index .column.main>div>[data-content-block-id="veelverkochte-producten-duplicate-5017"] h2 {
    margin: 0;
}

body.cms-index-index .column.main>div [data-content-block-id="title-duplicate-5022"] {
    position: relative;
}

body.cms-index-index .column.main>div [data-content-block-id="title-duplicate-5022"] h1,
body.cms-index-index .column.main>div [data-content-block-id="title-duplicate-5022"] h2 {
    margin: 0 !important;
}

body.cms-index-index .column.main>div>[data-content-block-id="brands-container"] {
    margin-top: 60px;
}

body.cms-index-index .column.main>div>[data-content-block-id="brands-container"] h1,
body.cms-index-index .column.main>div>[data-content-block-id="brands-container"] h2 {
    margin: 0;
}

body.cms-index-index .column.main>div>section {
    padding-left: 0;
    padding-right: 0;
}

body.cms-index-index .column.main>div>section .content-info-block-wrapper {
    padding: 0 20px;
}

body.cms-index-index .column.main>div>section .content-info-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
}

body.cms-index-index .column.main>div>section .content-info-block-cell-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #888;
    background-size: cover;
    min-height: 240px;
}

body.cms-index-index .column.main>div>section .text {
    position: relative;
    line-height: 33px;
    font-size: 14px;
    padding-bottom: 94px;
    box-sizing: border-box;
}

body.cms-index-index .column.main>div>section:not(:has(.full-width, .hero-grid)) {
    position: relative;
}

body.cms-index-index .column.main>div>section .text h1,
body.cms-index-index .column.main>div>section .text h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 32px;
    font-weight: 700;
}

body.cms-index-index .column.main>div>section .text a {
    color: var(--theme-primary-color);
    text-decoration: underline;
}

body.cms-index-index .column.main>div>section .text a.button-link {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

body.cms-index-index .column.main>div>section .text .button {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    left: 0;
    text-transform: none;
    background-color: #fff;
    padding-right: 52px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 598.5 419.5"><path class="cls-1" d="M0,180H485L347.5,42.5,390.5,0l208,209.5-209,210-41.5-42,137-137.5H0v-60Z" fill="%230d72ba"/></svg>');
    background-repeat: no-repeat;
    background-size: 52px 14px;
    background-position: right center;
}

@media only screen and (max-width: 768px) {
    body.cms-index-index .column.main>div>section .content-info-block-grid {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-column-gap: 0;
    }
    body.cms-index-index .column.main>div>section .text {
        padding-top: 32px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}


/* Hero */

#amfinder_1 .am-item.-list-item,
#amfinder_2 .am-item.-list-item {
    display: block;
    margin-right: 0 !important;
}

#amfinder_1 .chosen-container,
#amfinder_2 .chosen-container {
    width: 100% !important;
}

body.cms-index-index .column.main>div [data-content-block-id="partfinder-block"] {
    width: 320px;
    border: 1px solid red;
    min-height: 600px;
    background-color: pink;
    z-index: 9;
    display: block;
    position: relative;
    margin: 60px auto;
}

body.cms-index-index .column.main>div [data-content-block-id="speciale verzend unit"] {
    display: none;
}


/* /Hero */


/* Cart */

#shopping-cart-table .item-info .col.qty {
    min-width: 150px;
}

#shopping-cart-table .qty-control {
    width: 150px;
    height: 48px;
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#shopping-cart-table .qty-control .button.btn-down.qty-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    text-align: center;
}

#shopping-cart-table .qty-control .button.btn-up.qty-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    text-align: center;
}

#shopping-cart-table .qty-control input.input-text.qty {
    width: 100% !important;
    box-sizing: border-box;
}

#shopping-cart-table .qty-control div.mage-error {
    position: absolute;
    bottom: -26px;
    left: 0;
    color: red;
}

@media only screen and (max-width: 768px) {
    .form.form-cart .cart.main.actions .action.continue {
        margin-bottom: 20px;
    }
    #shopping-cart-table .item-info .col.price,
    #shopping-cart-table .item-info .col.subtotal,
    #shopping-cart-table .item-info .col.qty {
        width: 100%;
    }
}

.product-grid-brand-image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


/* signin */

.customer-account-login .actions-toolbar .secondary,
.customer-account-login .actions-toolbar .secondary .action.remind span {
    margin-left: 0 !important;
}

.customer-account-login .login-container .fieldset::after {
    font-size: 13px !important;
}


/* /signin */


/* PCP */

.stockstatus {
    top: 15px !important;
    right: 20px !important;
    z-index: 2;
}


/* /PCP */


/* cart */

#top-cart-btn-checkout {
    font-size: 13px;
    line-height: 24px;
    padding: 12px 20px;
}


/* cart */


/* general */

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}


/* /general */

.navigation.megamenu ul.submenu.level1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

ul.level0 li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

ul.level0 li a {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.level0 li:hover {
    background-color: var(--theme-menu-background-hover);
    text-decoration: none;
    color: var(--theme-primary-color);
}

ul.level0 li:hover a {
    color: var(--theme-primary-color);
}

ul.level0 li a:hover {
    text-decoration: none;
}

.navigation.megamenu ul.level0 .submenu.level1 .item.level2 a:hover {
    text-decoration: none;
}

.cms-page-view .page-title-wrapper {
    display: none;
}

.webforms-description-text {
    margin-bottom: 0px;
}

.all-tocart {
    padding-top: 0px;
}

.wishlist-index-index .wishlist-select {
    display: none;
}

.wishlist-title strong {
    font-size: 25px;
}

.wishlist-title a.action.edit {
    display: block;
}

#amasty-shopby-product-list .actions-secondary .action.toggle.change {
    display: none;
}

.product.actions.product-item-actions.no_order {
    height: 0px;
}

.product-info-main .product-info-stock-sku {
    clear: both;
    position: absolute;
    margin-top: 70px;
}

.product-info-stock-sku .stock {
    font-size: 12px;
}

.featured_category {
    padding: 0px var(--theme-content-horizontal-padding);
    padding-bottom: 30px;
}

.featured_category h2 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.featured_category .pagebuilder-column {
    text-align: center;
    position: relative;
    background-position: center !important;
    min-height: 200px;
    margin: 15px;
    background-size: 90% !important;
    background-color: #ffffff;
}

.featured_category>* {
    max-width: var(--theme-content-max-width);
    margin: 0 auto;
    display: block;
    align-self: normal !important;
    width: 100%;
}

.featured_category .pagebuilder-column:hover {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 128, 0.1);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 128, 0.1);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 128, 0.1);
    border: 1px solid var(--theme-primary-color-hover);
    margin: 14px;
}

.featured_category .pagebuilder-column:hover a {
    text-decoration: underline;
}

.featured_category .pagebuilder-column:first-of-type {
    margin-left: 0px;
}

.featured_category .pagebuilder-column:last-of-type {
    margin-right: 0px;
}

.featured_category .pagebuilder-column p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.featured_category .pagebuilder-column p a {
    color: #000000;
}

.full-width video {
    width: 100%;
}


