/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    /* Zichtbaar */
    50% {
        opacity: 0.7;
    }

    /* Onzichtbaar */
    100% {
        opacity: 1.0;
    }

    /* Zichtbaar */
}

img.groenebol_topbar {
    margin-bottom: -7px !important;
    animation: blink 1s infinite;
}

.wpex-my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.theme-button.inverse {
    background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
    border-color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
    color: #ffffff;
}

.theme-button.inverse:hover,
.theme-button.inverse:active {
    background-color: var(--wpex-btn-bg, var(--wpex-accent));
    border-color: var(--wpex-btn-border-color, currentColor);
    color: var(--wpex-btn-color, var(--wpex-on-accent));
}

.theme-button.border {
    color: var(--wpex-btn-border-color, currentColor);
}

.theme-button.border.inverse {
    color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
}

.theme-button.border.inverse:hover,
.theme-button.border.inverse:active {
    color: var(--wpex-btn-border-color, currentColor);
}

.theme-button.inverse {
    background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
    border-color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
    color: #ffffff;
}

.theme-button.inverse:hover,
.theme-button.inverse:active {
    background-color: var(--wpex-btn-bg, var(--wpex-accent));
    border-color: var(--wpex-btn-border-color, currentColor);
    color: var(--wpex-btn-color, var(--wpex-on-accent));
}

.theme-button.border,
.theme-button.border:hover,
.theme-button.border:active {
    background: transparent;
}

.theme-button.inverse.border {
    color: var(--wpex-btn-color, var(--wpex-on-accent));
}

.rank-math-breadcrumb {
    margin-top: var(--wpex-el-margin-bottom);
}

.single-product .rank-math-breadcrumb {
    margin-bottom: var(--wpex-el-margin-bottom);
}

.rank-math-breadcrumb a {
    color: #231f20;
}

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

.page-header-title,
.product_title {
    color: #282560;
    font-size: 35px;
}

.wpex-header-cart-icon__link {
    position: relative;
}

.wpex-header-cart-icon__link .wpex-header-cart-icon__icon img {
    height: 24px;
    vertical-align: middle;
}

.wpex-header-cart-icon__link .wpex-header-cart-icon__fragments {
    position: absolute;
    top: 0;
    right: -8px;
}

.wpex-header-cart-icon__link .wpex-header-cart-icon__fragments .wpex-header-cart-icon__count {
    background: #ee4037;
    color: #ffffff !important;
    height: 0.7em;
    width: 0.7em;
}

.wpex-header-cart-icon__link .wpex-header-cart-icon__fragments .wpex-header-cart-icon__count .wpex-header-cart-icon__count-number {
    font-size: 0.5em;
}

.content-toggle-container.checkbox-toggle:not(.content-toggle input[type="checkbox"]:checked) .content-toggle-content,
.content-toggle-container.closed .content-toggle-content {
    display: none !important;
}

.content-toggle-container.checkbox-toggle:has(.content-toggle input[type="checkbox"]:checked) .content-toggle-content {
    display: block !important;
}

.content-toggle-container.closed .content-toggle .wpex-select-arrow__icon {
    transform: rotate(180deg);
}

.usp-box {
    background: #f7f7f7;
}

.usp-box .flyout-image {
    position: absolute;
    bottom: -30px;
    width: 120%;
    left: -50px;
}

.usp-box .usp-image {
    border-radius: 20px;
    overflow: hidden;
}

.usp-box .usp-image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 2;
}

.usp-box .usp-title {
    font-size: 2em;
    color: #282560;
    font-weight: 700;
}

.usp-grid {
    grid-template-columns: 4em 1fr;
    align-items: center;
}

.usp-grid .title {
    color: #282560;
    font-weight: 700;
}

.delivery-information {
    padding: 0px;
    margin: 40px 0px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.delivery-information>div {
    flex: 1 1 50%;
    padding: 15px 0px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    border-radius: 6px;
    text-align: center;
}

.delivery-information a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.delivery-information .icon {
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.delivery-information .emphasis {
    font-weight: 600;
    color: #6fbd44;
}

.box-header {
    color: #282560;
}

.box-header .underline {
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.3em;
}

.info-box {
    position: relative;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
    background: #ffffff;
    border-radius: 18px;
    color: #282560;
}

.info-box .flyout-image {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(75%, 20%);
    height: 100%;
}

.info-box .flyout-image .vc_figure,
.info-box .flyout-image .vc_single_image-wrapper {
    height: 100%;
}

.info-box .flyout-image img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.question-box {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
    border-radius: 18px;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.side-box {
    background: #efefef;
    border-radius: 18px;
}

.side-box h4 {
    margin-top: 0;
}

.icon-box {
    border: 2px solid #dbdbdb;
    border-radius: 6px;
}

.icon-box img {
    height: 3em;
    width: auto;
}

.material-products-modal {
    border: none;
    margin: auto;
    padding: 0;
    width: 40%;
    max-width: 100%;
    min-width: 400px;
    color: #000000;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
}

.material-products-modal.discount-popup-modal {
    overflow: visible;
}

.material-products-modal.size-chart-popup-modal .chart table thead th {
	background: var(--wpex-table-thead-bg);
}

.material-products-modal.size-chart-popup-modal .chart table thead th.title {
	position: sticky;
	top: -81px;
}

.material-products-modal.size-chart-popup-modal .chart table thead th.dimensions {
	display: table-cell;
}

.material-products-modal.size-chart-popup-modal .chart table tbody tr th,
.material-products-modal.size-chart-popup-modal .chart table tbody tr td:nth-child(odd) {
	background: var(--wpex-table-thead-bg);
}

.material-products-modal.size-chart-popup-modal .chart table tbody tr:hover td {
	background: #efefef!important;
}

.material-products-modal.size-chart-popup-modal .chart table tbody .icon {
	height: 0.8em;
    vertical-align: middle;
	display: block;
    margin: 0 auto;
}

.material-products-modal.size-chart-popup-modal .chart .dimensions {
	font-size: 0.8em;
}

.material-products-modal.size-chart-popup-modal .content-wrapper {
	background-image: none;
}

.material-products-modal::backdrop {
    background-color: rgba(35, 31, 32, 0.8);
}

.material-products-modal form {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    max-height: 85vh;
    width: 100%;
}

/*
  .info-grid-popup-modal h3 {
      margin-bottom: 0px;
      color: #a92023;
  }
  */

.material-products-modal .header {
    position: absolute;
    top: 15px;
    right: 30px;
    text-align: right;
    z-index: 999;
}

.material-products-modal .header .close {
    display: block;
    border: none !important;
    background: none;
    padding: 0px;
    color: #f9ae42;
    border-radius: 0;
    outline: none !important;
    font-size: 20px;
    line-height: 20px;
}

.material-products-modal .header .close .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #f9ae42;
    box-sizing: content-box;
    border-radius: 30px;
}

.material-products-modal h3 {
    color: #282560;
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.3em;
    font-size: 1.4em;
    margin-bottom: 0.4em;
}

.material-products-modal .image-wrapper {
    position: relative;
    padding-top: 20%;
    flex: 0 0 auto;
	z-index: 9;
}

.discount-popup-modal .floating-image,
.shape-quotation-popup-modal .image-wrapper img,
.size-chart-popup-modal .image-wrapper img,
.info-grid-popup-modal .image-wrapper img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 40%;
}

.shape-quotation-popup-modal .image-wrapper img {
	width: 35%;
}

.discount-popup-modal .floating-image img {
    width: 100%;
    display: block;
}

.discount-popup-modal .floating-image img.protrude {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 100%;
}

.material-products-modal .content-wrapper {
    padding: 16% 30px 0px 30px;
    background: #f4f4f4;
    flex: 1 1 auto;
    overflow: auto;
    background-image: url("./assets/images/a_pomb_grey.svg");
    background-repeat: no-repeat;
    background-position: bottom 20px right 10px;
    background-size: 50%;
}

.material-products-modal .actions {
	display: flex;
    column-gap: 20px;
}

.material-products-modal .actions > .button {
	flex: 1 1 50%;
}

.material-products-modal.shape-quotation-popup-modal .content-wrapper {
	padding-left: 10%;
	padding-right: 10%;
}

.discount-popup-modal .content-wrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.material-products-modal .content-wrapper .button {
    margin: 30px 0px;
}

.material-products-modal .content-wrapper {
	
}

.info-grid-popup-modal .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 30px;
}

@media only screen and (max-width:767px) {
    .material-products-modal {
        width: 100%;
        min-height: fit-content;
    }
}

.single-product .local-scroll-link:not(.theme-button) {
    color: #000000;
    font-weight: bold;
}

.single-product .woocommerce-tabs {
    background: #282560;
    color: #ffffff;
}

.single-product .woocommerce-tabs h2 {
    color: #ffffff;
}

.single-product .woocommerce-tabs .vc_column-inner>.wpb_wrapper {
    padding: 50px 0px;
}

.single-product .woocommerce-tabs .tabs {
    display: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description {
    display: flex;
    margin: 0;
    gap: 40px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .image {
    width: 20%;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .image img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .text {
    width: 80%;
}

.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
    width: 100%;
}

.single-product .material-application-featured-image .wpb_wrapper,
.single-product .woocommerce-product-gallery {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
}

.single-product .woocommerce-product-gallery .wp-post-image {
    object-fit: contain;
    aspect-ratio: 1;
}

.single-product .entry-content>.product .discount-popup {
    padding: 20px;
    text-align: center;
    color: #231f20;
    margin-top: 20px;
}

.single-product .entry-content>.product .discount-popup.hidden {
    display: none;
}

.single-product .entry-content>.product .discount-popup .heading {
    display: inline;
    color: #282560;
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.3em;
    font-size: 1.4em;
    margin-right: 12px;
}

.single-product .entry-content>.product .discount-popup .text {
    font-size: 0.9em;
}

.single-product .entry-content>.product .discount-popup .accent {
    color: #6fbd44;
    font-weight: 600;
}

.single-product .entry-content>.product .discount-popup .price {
    font-size: inherit;
}

.single-product .entry-content>.product .discount-popup .price .amount {
    color: inherit;
}

.single-product .entry-content>.product .discount-popup .description-wrapper {
    font-size: 0.8em;
}

.single-product .product-sidebar .delivery-information {
    margin-top: 0px;
}

.single-product .material-application-description .product_title {
    margin-bottom: var(--wpex-el-margin-bottom);
}

.single-product .material-application-description h2 {
    font-size: 1.2em;
    color: #282560;
}

.single-product .product-type-material_application .woocommerce-product-gallery,
.single-product .product-type-material_application .delivery-information {
    display: none;
}

.single-product .product-type-material_application .product_title {
    font-size: 2em;
    color: #282560;
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}

.single-product .material-application-featured-image img {
    display: block;
}

.single-product .material-application-examples {
    background: #ebebeb;
    margin: 60px 0px;
}

.single-product .material-application-examples .wpb_wrapper {
    padding: 50px 0px;
}

.single-product .material-application-examples h2 {
    text-align: center;
    color: #282560;
    font-weight: 600;
    margin-bottom: var(--wpex-el-margin-bottom);
}

.single-product .material-application-examples h2 .accent {
    color: #f9ae42;
}

.single-product .material-application-examples .material-applications-gallery {
    margin: 0;
    list-style: none;
    padding: 0px 40px;
}

.single-product .material-application-examples .material-applications-gallery li {
    margin: 0;
    padding: 0;
}

.single-product .material-application-examples ul.material-applications-gallery .owl-nav.disabled {
    display: block !important;
}

.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-prev,
.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-next {
    font-size: 2em;
    margin-top: -0.5em !important;
    margin-left: 0;
    height: 1em;
}

.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-prev {
    left: 0;
}

.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-next {
    right: 0;
}

.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-prev:before,
.single-product .material-application-examples ul.material-applications-gallery .owl-nav .owl-next:before {
    content: none;
}

.single-product .entry.product-type-material_application .related.products {
    display: none;
}

.single-product .variations .attribute-grid-selection .wpex-select-wrap {
    display: none;
}

.single-product .attribute-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    clear: both;
}

.woocommerce-cart input[type="radio"]:not(:checked) + label, 
.woocommerce-cart input[type="radio"]:checked + label {
	min-width: 8em;
}

.woocommerce-cart input[type="radio"]:checked + label:before {
	background: #ffffff;
}

.woocommerce-cart input[type="radio"]:checked + label::after {
	background: rgb(111, 189, 68);
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15" xml:space="preserve"><path d="M17.4,2.8c0-.5-.1-.9-.4-1.3-.5-.7-1.4-.7-1.9,0L6.6,12.8l-3.8-5c-.5-.7-1.4-.7-1.9,0-.3.3-.4.8-.4,1.3s.1.9.4,1.3l4.7,6.3c.3.3.6.5.9.5s.7-.2.9-.5l9.5-12.6c.3-.3.4-.8.4-1.3Z"/></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" xml:space="preserve"><path d="M17.4,2.8c0-.5-.1-.9-.4-1.3-.5-.7-1.4-.7-1.9,0L6.6,12.8l-3.8-5c-.5-.7-1.4-.7-1.9,0-.3.3-.4.8-.4,1.3s.1.9.4,1.3l4.7,6.3c.3.3.6.5.9.5s.7-.2.9-.5l9.5-12.6c.3-.3.4-.8.4-1.3Z"/></svg>') no-repeat center / contain;
	inset: 0;
	height: 18px;
    width: 18px;
    top: auto;
    bottom: 1px;
}

.woocommerce-cart .attribute-options .title {
    color: #231f20;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.woocommerce-cart .attribute-options .title::after {
    content: ':';
}

.woocommerce-cart .attribute-options-carousel {
    padding: 0px 3em;
    margin-bottom: 30px;
}

.woocommerce-cart .attribute-options-carousel .owl-stage {
    display: flex;
}

.woocommerce-cart .attribute-options-carousel .owl-stage:has(.favorite) {
    padding-bottom: 1.2em;
}

.woocommerce-cart .attribute-options-carousel .owl-nav.disabled {
    display: block !important;
}

.woocommerce-cart .attribute-options-carousel .owl-nav .owl-prev,
.woocommerce-cart .attribute-options-carousel .owl-nav .owl-next {
    font-size: 2em;
    margin-top: -0.5em !important;
    margin-left: 0;
    height: 1em;
}

.woocommerce-cart .attribute-options-carousel .owl-nav .owl-prev {
    left: 0;
}

.woocommerce-cart .attribute-options-carousel .owl-nav .owl-next {
    right: 0;
}

.woocommerce-cart .attribute-options-carousel .owl-nav .owl-prev:before,
.woocommerce-cart .attribute-options-carousel .owl-nav .owl-next:before {
    content: none;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label {
    height: 100%;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label,
.single-product .attribute-options-grid>label {
    display: block;
    position: relative;
    border: 2px solid #dbdbdb;
    border-radius: 6px;
    background: #fcfcfc;
    cursor: pointer;
    text-align: center;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label .content,
.single-product .attribute-options-grid>label .content {
    overflow: hidden;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label:has(input[type="checkbox"]:checked),
.single-product .attribute-options-grid>label:has(input[type="checkbox"]:checked),
.single-product .attribute-options-grid>label:has(input[type="radio"]:checked) {
    border-color: #fcb316;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label:has(input[type="checkbox"]:disabled),
.single-product .attribute-options-grid>label:has(input[type="checkbox"]:disabled),
.single-product .attribute-options-grid>label:has(input[type="radio"]:disabled) {
    opacity: 0.5;
}

.single-product .attribute-options-grid>label:has(input[type="radio"].detached) {
    display: none;
}

.woocommerce-cart .attribute-options-carousel .owl-item>label:has(input[type="checkbox"]:checked) .bottom-label,
.single-product .attribute-options-grid>label:has(input[type="checkbox"]:checked) .bottom-label,
.single-product .attribute-options-grid>label:has(input[type="radio"]:checked) .bottom-label {
    border-color: #fcb316;
    color: #fcb316;
}

.woocommerce-cart .attribute-options-carousel .option-check,
.single-product .attribute-options-grid .option-check {
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce-cart .attribute-options-carousel .option-image,
.single-product .attribute-options-grid .option-image {
    padding: 20px;
    flex: 0 0 auto;
}

.woocommerce-cart .attribute-options-carousel .option-image img,
.single-product .attribute-options-grid .option-image img {
    display: block;
    width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.woocommerce-cart .attribute-options-carousel .option-image .icon,
.single-product .attribute-options-grid .option-image .icon {
    height: 1.6em;
    width: auto;
    vertical-align: middle;
    display: inline-block;
	aspect-ratio: auto;
}

.woocommerce-cart .attribute-options-carousel .option-image .id-popup-trigger,
.single-product .attribute-options-grid .option-image .id-popup-trigger {
    color: #282560;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
}

.woocommerce-cart .attribute-options-carousel .option-description,
.single-product .attribute-options-grid .option-description {
    background: #f2f2f2;
    padding: 20px 0px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .attribute-options-carousel .option-description h2,
.single-product .attribute-options-grid .option-description h2 {
    font-size: 1em;
    text-transform: none;
    text-align: center;
}

.woocommerce-cart .attribute-options-carousel .option-description .option-price,
.single-product .attribute-options-grid .option-description .option-price {
    margin-top: auto;
    color: #6fbd44;
    font-weight: 600;
}

.woocommerce-cart .attribute-options-carousel .bottom-label,
.single-product .attribute-options-grid .bottom-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #ffffff;
    border: 2px solid #dbdbdb;
    line-height: 2.4em;
    padding: 0px 2em;
    border-radius: 1.2em;
    font-size: 0.8em;
    white-space: nowrap;
    text-transform: none;
}

.wpc-filters-main-wrap input[type="checkbox"]:not(:checked),
.wpc-filters-main-wrap input[type="checkbox"]:checked,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked),
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked),
.single-product .additional-product-selection input[type="checkbox"]:checked,
.single-product .attribute-options-grid input[type="radio"]:not(:checked),
.single-product .attribute-options-grid input[type="radio"]:checked {
    position: absolute;
    height: 1em;
    width: 1em;
    opacity: 0;
}

.wpc-filters-main-wrap input[type="checkbox"]:not(:checked) + label,
.wpc-filters-main-wrap input[type="checkbox"]:checked + label,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked) + span,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked) + span,
.single-product .additional-product-selection input[type="checkbox"]:checked + span,
.single-product .attribute-options-grid input[type="radio"]:not(:checked) + span,
.single-product .attribute-options-grid input[type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    user-select: none;
}

.wpc-filters-main-wrap input[type="checkbox"] + label:before,
.wpc-filters-main-wrap input[type="checkbox"] + label:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"] + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"] + span:after,
.single-product .additional-product-selection input[type="checkbox"] + span:before,
.single-product .additional-product-selection input[type="checkbox"] + span:after,
.single-product .attribute-options-grid input[type="radio"] + span:before,
.single-product .attribute-options-grid input[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    width: 20px;
    height: 20px;
    z-index: 0;
    transition: .28s ease;
	background: var(--wpex-input-bg);;
}

.woocommerce-cart .attribute-options-carousel .content-toggle input[type="checkbox"] + span,
.single-product .additional-product-selection .content-toggle input[type="checkbox"] + span {
	line-height: 35px;
}

/* Unchecked styles */
.wpc-filters-main-wrap input[type="checkbox"]:not(:checked) + label:before,
.wpc-filters-main-wrap input[type="checkbox"]:not(:checked) + label:after,
.single-product .additional-product-selection .content-toggle input[type="checkbox"]:not(:checked) + span:before,
.single-product .additional-product-selection .content-toggle input[type="checkbox"]:not(:checked) + span:after,
.single-product .additional-product-selection .content-toggle input[type="checkbox"]:checked + span:before,
.single-product .additional-product-selection .content-toggle input[type="checkbox"]:checked + span:after,
.single-product .additional-product-selection .content-toggle input[type="checkbox"].with-gap:checked + span:before,
.single-product .additional-product-selection .content-toggle input[type="checkbox"].with-gap:checked + span:after {
	border-radius: 3px;
}

.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked) + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked) + span:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"].with-gap:checked + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"].with-gap:checked + span:after,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked) + span:before,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked) + span:after,
.single-product .additional-product-selection input[type="checkbox"]:checked + span:before,
.single-product .additional-product-selection input[type="checkbox"]:checked + span:after,
.single-product .additional-product-selection input[type="checkbox"].with-gap:checked + span:before,
.single-product .additional-product-selection input[type="checkbox"].with-gap:checked + span:after,
.single-product .attribute-options-grid input[type="radio"]:not(:checked) + span:before,
.single-product .attribute-options-grid input[type="radio"]:not(:checked) + span:after,
.single-product .attribute-options-grid input[type="radio"]:checked + span:before,
.single-product .attribute-options-grid input[type="radio"]:checked + span:after,
.single-product .attribute-options-grid input[type="radio"].with-gap:checked + span:before,
.single-product .attribute-options-grid input[type="radio"].with-gap:checked + span:after {
    border-radius: 50%;
}

.wpc-filters-main-wrap input[type="checkbox"]:not(:checked) + label:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked) + span:before,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked) + span:before,
.single-product .attribute-options-grid input[type="radio"]:not(:checked) + span:before {
	border: 2px solid #dbdbdb;
}

.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:not(:checked) + span:after,
.single-product .additional-product-selection input[type="checkbox"]:not(:checked) + span:after,
.single-product .attribute-options-grid input[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
.wpc-filters-main-wrap input[type="checkbox"]:checked + label:before,
.wpc-filters-main-wrap input[type="checkbox"]:checked + label:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span:after,
.single-product .additional-product-selection input[type="checkbox"]:checked + span:before,
.single-product .additional-product-selection input[type="checkbox"]:checked + span:after,
.single-product .attribute-options-grid input[type="radio"]:checked + span:before,
.single-product .attribute-options-grid input[type="radio"]:checked + span:after,
.single-product .attribute-options-grid input[type="radio"].with-gap:checked + span:before,
.single-product .attribute-options-grid input[type="radio"].with-gap:checked + span:after {
	background: #fcb316;
}

.wpc-filters-main-wrap input[type="checkbox"]:checked + label:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:checked + span:after,
.single-product .additional-product-selection input[type="checkbox"]:checked + span:after,
.single-product .attribute-options-grid input[type="radio"]:checked + span:after,
.single-product .attribute-options-grid input[type="radio"].with-gap:checked + span:after {
    background: #282560;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15" xml:space="preserve"><path d="M17.4,2.8c0-.5-.1-.9-.4-1.3-.5-.7-1.4-.7-1.9,0L6.6,12.8l-3.8-5c-.5-.7-1.4-.7-1.9,0-.3.3-.4.8-.4,1.3s.1.9.4,1.3l4.7,6.3c.3.3.6.5.9.5s.7-.2.9-.5l9.5-12.6c.3-.3.4-.8.4-1.3Z"/></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" xml:space="preserve"><path d="M17.4,2.8c0-.5-.1-.9-.4-1.3-.5-.7-1.4-.7-1.9,0L6.6,12.8l-3.8-5c-.5-.7-1.4-.7-1.9,0-.3.3-.4.8-.4,1.3s.1.9.4,1.3l4.7,6.3c.3.3.6.5.9.5s.7-.2.9-.5l9.5-12.6c.3-.3.4-.8.4-1.3Z"/></svg>') no-repeat center / contain;
	inset: 0;
	width: 22px;
    height: 22px;
    margin: 0;
    left: 7px;
    top: 2px;
}

/* Focused styles */
.wpc-filters-main-wrap input[type="checkbox"].tabbed:focus + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"].tabbed:focus + span:before,
.single-product .additional-product-selection input[type="checkbox"].tabbed:focus + span:before,
.single-product .attribute-options-grid input[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

/* Disabled style */
.wpc-filters-main-wrap input[type="checkbox"]:disabled:not(:checked) + label:before,
.wpc-filters-main-wrap input[type="checkbox"]:disabled:checked + label:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled:not(:checked) + span:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled:checked + span:before,
.single-product .additional-product-selection input[type="checkbox"]:disabled:not(:checked) + span:before,
.single-product .additional-product-selection input[type="checkbox"]:disabled:checked + span:before,
.single-product .attribute-options-grid input[type="radio"]:disabled:not(:checked) + span:before,
.single-product .attribute-options-grid input[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0,0,0, .42);
}

.wpc-filters-main-wrap input[type="checkbox"]:disabled + label,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled + span,
.single-product .additional-product-selection input[type="checkbox"]:disabled + span,
.single-product .attribute-options-grid input[type="radio"]:disabled + span {
  color: rgba(0,0,0, .42);
}

.wpc-filters-main-wrap input[type="checkbox"]:disabled:not(:checked) + label:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled:not(:checked) + span:before,
.single-product .additional-product-selection input[type="checkbox"]:disabled:not(:checked) + span:before,
.single-product .attribute-options-grid input[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0,0,0, .42);
}

.wpc-filters-main-wrap input[type="checkbox"]:disabled:checked + label:before,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled:checked + span:before,
.single-product .additional-product-selection input[type="checkbox"]:disabled:checked + span:before,
.single-product .attribute-options-grid input[type="radio"]:disabled:checked + span:before {
    border: 2px solid rgba(0,0,0, .42);
}

.wpc-filters-main-wrap input[type="checkbox"]:disabled:checked + label:after,
.woocommerce-cart .attribute-options-carousel input[type="checkbox"]:disabled:checked + span:after,
.single-product .additional-product-selection input[type="checkbox"]:disabled:checked + span:after,
.single-product .attribute-options-grid input[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0,0,0, .42);
  border: none;
}

.single-product .content-toggle-container,
.single-product .variations tr {
    display: block;
    padding: 20px;
    background: #fcfcfc;
    border: 2px solid #dbdbdb;
    border-radius: 6px;
    margin: var(--wpex-el-margin-bottom) 0px;
}

.single-product .content-toggle-container .content-toggle,
.single-product .variations tr .content-toggle {
    display: block;
    position: relative;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.single-product .content-toggle-container .content-toggle label:after {
    content: ':';
}

.single-product .content-toggle-container .label {
    margin-bottom: 5px;
    font-weight: var(--wpex-bold);
    color: var(--wpex-table-th-color);
}

.woocommerce .product .cart .quantity-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #efefef;
    border-radius: 10px;
    padding: 20px;
}

.woocommerce .product .cart .buttons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.woocommerce .quantity input[type=number],
.woocommerce .product .cart .quantity input[type=number] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 4em;
    line-height: 2em;
    width: 10em;
    text-align: left;
    padding: 1em 2em;
    border-right: none;
}

.woocommerce .quantity .wpex-quantity-btns--vertical,
.woocommerce .product .cart .wpex-quantity-btns--vertical {
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.woocommerce .quantity .wpex-quantity-btns--vertical .plus,
.woocommerce .product .cart .wpex-quantity-btns--vertical .plus {
    align-items: flex-end;
}

.woocommerce .quantity .wpex-quantity-btns--vertical .minus,
.woocommerce .product .cart .wpex-quantity-btns--vertical .minus {
    align-items: flex-start;
}

.woocommerce .quantity .wpex-quantity-btns--vertical .plus::after,
.woocommerce .product .cart .wpex-quantity-btns--vertical .plus::after {
    content: none;
}

.woocommerce .product .cart .buttons-wrapper>* {
    margin-top: 20px;
}

.woocommerce .product .cart .single_add_to_cart_button {
    background: #f9ae41;
    color: #292460;
    font-weight: 600;
    border-radius: 6px;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
}

.woocommerce .product .cart .single_add_to_cart_button:hover,
.woocommerce .product .cart .single_add_to_cart_button:active {
    background: #292460;
    color: #ffffff;
}

.woocommerce .product .cart .quantity-wrapper img {
    height: 4em;
}

.woocommerce .product .cart .wpex-woocommerce-product-qty-btn-wrapper {
    display: block;
}

.woocommerce .product .cart .woocommerce-variation.single_variation {
    margin-bottom: 0px;
}

.woocommerce .product .cart .woocommerce-variation .woocommerce-variation-pricing .title::after {
    content: ':';
}

.woocommerce .product .cart .woocommerce-variation .woocommerce-variation-pricing .woocommerce-variation-price {
	margin: 0;
}

.woocommerce .product .cart .woocommerce-variation .woocommerce-variation-pricing .woocommerce-variation-price .price {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.woocommerce .product .cart .woocommerce-variation .woocommerce-variation-pricing .woocommerce-variation-price .price .woocommerce-Price-amount {
	color: inherit;
}

.woocommerce .product .cart .variations .wpex-select-wrap {
    border-radius: 0px;
    border: none;
}

.woocommerce .product .cart .dimensions input,
.woocommerce .product .cart .variations select,
.woocommerce .product .cart .finishing select,
.woocommerce .product .cart .dimensions select {
    background: #efefef;
    border-radius: 6px;
    height: 4em;
    padding-left: 2em;
    border: none;
}

.woocommerce .product .cart .variations select,
.woocommerce .product .cart .finishing select,
.woocommerce .product .cart .dimensions select {
    padding-right: 3em;
    width: 100%;
}

.woocommerce .product .cart .dimensions .wpex-select-arrow,
.woocommerce .product .cart .variations .wpex-select-arrow {
	pointer-events: none;
    z-index: 10;
    right: 1em;
    font-size: 24px;
}

.woocommerce .product .cart .finishing .form-row.disabled {
    display: none;
}

.woocommerce .product .cart .dimensions .fields {
    display: flex;
    column-gap: 10px;
}

.woocommerce .product .cart .dimensions .fields .variations label {
    text-transform: none;
}

.woocommerce .product .cart .dimensions .notices {
    border: 2px solid #d2d2d2;
    border-radius: 6px;
    color: #282560;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    padding: 1em;
    margin-bottom: var(--wpex-el-margin-bottom);
}

.woocommerce .product .cart .dimensions .id-popup-trigger.size-chart .icon,
.woocommerce .product .cart .dimensions .notices .icon {
    height: 1.4em;
    vertical-align: middle;
}

.woocommerce .product .cart .dimensions .id-popup-trigger.size-chart {
    color: inherit;
    font-weight: var(--wpex-bold);
    margin-bottom: var(--wpex-el-margin-bottom);
    display: inline-block;
    cursor: pointer;
}

.woocommerce .product .cart .dimensions .form-row {
    flex: 1 1 auto;
}

.woocommerce .product .cart .finishing label,
.woocommerce .product .cart .dimensions label {
    display: block;
    margin: 0 0 5px;
    font-weight: var(--wpex-bold);
	text-transform: none;
}

.woocommerce .product .cart .dimensions input {
    width: 100%;
}

.woocommerce .product .payment-details {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.single-product .entry-content>.product .woocommerce-product-details__short-description>.local-scroll-link {
    display: none;
}

.related.products {
    text-align: center;
    padding: 50px 0px;
}

.related.products>h2,
.content-box h3,
.content-box h3 .vcex-heading-inner {
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 4px;
    text-underline-offset: 0.2em;
}

.related.products>h2 {
    font-size: var(--wpex-text-3xl);
    color: #282560;
    margin-bottom: 50px;
}

.related.products .products .entry {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}

.related.products .products .entry .wpex-loop-product-images .woocommerce-LoopProduct-link {
    display: block;
}

.related.products .products .entry .product-details {
    text-align: center;
    display: contents;
}

.related.products .products .entry .product-details h2 {
    font-weight: bold;
    color: #282560;
    text-align: center;
    font-size: 20px;
}

.related.products .products .entry .product-details .expected-delivery {
    color: #6fbd44;
    font-weight: bold;
    font-size: 0.9em;
    margin: auto 0 var(--wpex-el-margin-bottom);
}

.related.products .products .entry .product-details a.button {
    display: block;
}

.woocommerce-message .restore-item {
    color: #ffffff;
    font-weight: bold;
}

.woocommerce-message a.button {
    float: none;
    order: 3;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    text-align: center;
    max-width: 100%;
    padding: var(--wpex-btn-padding);
    transition: 0.15s all ease;
    background-color: transparent;
    border-radius: var(--wpex-btn-border-radius);
    border-width: var(--wpex-btn-border-width);
    border-style: var(--wpex-btn-border-style);
    border-color: #ffffff;
    color: #ffffff;
    font-size: 1em;
    font-family: var(--wpex-btn-font-family);
    font-style: var(--wpex-btn-font-style);
    text-transform: var(--wpex-btn-text-transform);
    letter-spacing: var(--wpex-btn-letter-spacing);
    line-height: var(--wpex-btn-line-height);
    font-weight: var(--wpex-btn-font-weight);
}

.woocommerce-message a.button:hover {
    color: var(--wpex-hover-btn-color, var(--wpex-on-accent-alt));
    background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
    border-color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
    text-decoration: none !important;
}

.woocommerce-message::before {
    top: 50%;
    transform: translatey(-50%);
}

.woocommerce-message {
    display: flex;
    align-items: center;
    background: #6fbd44;
    color: #ffffff;
}

.woocommerce-message::before {
    color: var(--wpex-green-success);
    background: #ffffff;
}

.content-box a {
    color: #000000;
    font-weight: bold;
}

.content-box .vc_column-inner>.wpb_wrapper {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
}

.woocommerce-cart-form button[name=update_cart] {
    display: none;
}

.woocommerce-cart-form__cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #efefef;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 30px;
    column-gap: 30px;
}

.woocommerce-cart-form__cart-item:last-child {
    margin-bottom: 0px;
}

.woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
}

.woocommerce-cart-form__cart-item .product-remove a {
    font-size: 24px;
    color: #282560;
    font-weight: 500;
    line-height: 19px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 2px solid #282560;
    display: block;
    border-radius: 24px;
    box-sizing: content-box;
    text-decoration: none;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    grid-row: 1 / 4;
}

.woocommerce-cart-form__cart-item .product-name {
    grid-column: 2 / 4;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    object-fit: contain;
    background: #ffffff;
    aspect-ratio: 1;
}

.woocommerce-cart-form__cart-item .product-name {
    padding-top: 16px;
}

.woocommerce-cart-form__cart-item .product-name a {
    color: #282560;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-cart-form__cart-item .product-meta-data .variation th {
    text-transform: capitalize;
}

.woocommerce-cart-form__cart-item .product-meta-data table.variation {
    margin: 0;
    border: none;
}

.woocommerce-cart-form__cart-item .product-meta-data table.variation th,
.woocommerce-cart-form__cart-item .product-meta-data table.variation td {
    font-weight: normal;
    padding: 0 0 6px 0;
    border: none;
}

.woocommerce-cart-form__cart-item .product-totals {
    align-self: end;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
    margin-top: 6px;
}

.cart-totals-overview table,
.cart-collaterals .cart_totals .cart-totals-overview table,
.woocommerce-cart-form__cart-item .product-totals table {
    border: none;
    margin: 0;
}

.cart-totals-overview table th,
.cart-collaterals .cart_totals .cart-totals-overview table th,
.woocommerce-cart-form__cart-item .product-totals table th {
    text-align: left;
}

.cart-totals-overview table td,
.cart-collaterals .cart_totals .cart-totals-overview table td,
.woocommerce-cart-form__cart-item .product-totals table td {
    text-align: right;
}

.cart-totals-overview table th,
.cart-totals-overview table td,
.cart-collaterals .cart_totals .cart-totals-overview table th,
.cart-collaterals .cart_totals .cart-totals-overview table td,
.woocommerce-cart-form__cart-item .product-totals table th,
.woocommerce-cart-form__cart-item .product-totals table td {
    padding: 0;
    border: none;
    background: none;
}

.woocommerce-cart-form__cart-item .product-totals table tr.product-price th,
.woocommerce-cart-form__cart-item .product-totals table tr.product-price td,
.woocommerce-cart-form__cart-item .product-totals table tr.setup-cost th,
.woocommerce-cart-form__cart-item .product-totals table tr.setup-cost td {
    font-weight: normal;
}

.woocommerce-cart-form__cart-item .product-totals table tr.setup-cost th,
.woocommerce-cart-form__cart-item .product-totals table tr.setup-cost td {
    color: #727272;
}

.woocommerce-cart-form__cart-item .product-totals table tr.product-subtotal th,
.woocommerce-cart-form__cart-item .product-totals table tr.product-subtotal td {
    color: #6fbd44;
    font-weight: bold;
}

.woocommerce-cart .tax-toggle-wrapper {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.woocommerce-cart .tax-toggle-wrapper .payment-methods {
    flex: 1 1 auto;
}

.woocommerce-cart .tax-toggle-wrapper .payment-methods img {
    width: 100%;
}

.woocommerce-cart .tax-toggle-wrapper .payment-tax {
    flex: 0 0 auto;
}

.woocommerce-cart .tax-toggle-wrapper.mobile {
    display: none;
}

.woocommerce-cart .delivery-information {
    font-size: 0.8em;
}

.cart-collaterals .cart_totals {
    float: none;
    width: auto;
    margin-bottom: 0px;
}

.cart-totals-overview table th,
.cart-totals-overview table td,
.cart-collaterals .cart_totals .cart-totals-overview table th,
.cart-collaterals .cart_totals .cart-totals-overview table td {
    font-weight: normal;
	font-size: 11px;
}

.cart-totals-overview table th::after,
.cart-collaterals .cart_totals .cart-totals-overview table th::after {
    content: ':';
}

.cart-totals-overview table tr.order-total th,
.cart-totals-overview table tr.order-total td,
.cart-collaterals .cart_totals .cart-totals-overview table tr.order-total th,
.cart-collaterals .cart_totals .cart-totals-overview table tr.order-total td,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,
.woocommerce .product .cart .woocommerce-variation .woocommerce-variation-pricing {
    font-size: 22px;
    color: #6fbd44;
    font-weight: 500;
}

.cart-totals-overview,
.cart-collaterals .cart_totals .cart-totals-overview {
    display: flex;
    padding: 20px;
    align-items: center;
    background: #efefef;
    border-radius: 10px;
    margin-top: 20px;
    column-gap: 10%;
}

.cart-totals-overview .shop-table-wrapper,
.cart-collaterals .cart_totals .cart-totals-overview .shop-table-wrapper {
    flex: 1 1 auto;
}

.cart-collaterals .cart_totals ul.woocommerce-shipping-methods li {
    margin: 0;
}

.cart-totals-overview .veilig-winkelen,
.cart-collaterals .cart_totals .cart-totals-overview .veilig-winkelen {
    background: #ffffff;
    border-radius: 11px;
    flex: 0 0 auto;
    padding: 10px;
}

.cart-totals-overview .veilig-winkelen .logo,
.cart-collaterals .cart_totals .cart-totals-overview .veilig-winkelen .logo {
    height: 60px;
    display: block;
}

.woocommerce-cart .coupon {
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    border: 2px solid #efefef;
}

.woocommerce-cart .coupon .content-toggle {
    display: block;
    position: relative;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.woocommerce-cart .coupon .title {
    display: block;
    margin-bottom: 20px;
}

.woocommerce-cart .coupon.closed .title {
    margin-bottom: 0px;
}

.woocommerce-cart .coupon .title {
    display: block;
    margin-bottom: 20px;
}

.woocommerce-cart .coupon .line {
    display: flex;
    width: 100%;
}

.woocommerce-cart .coupon input {
    flex: 1 1 auto;
    border-radius: 9px;
    background: #efefef;
    border: none;
    min-width: 0;
}

.woocommerce-cart .coupon button[type="submit"] {
    display: block;
    background: #ffffff;
    border-radius: 9px;
    border: 2px solid #282560;
    color: #282560;
    flex: 0 0 auto;
    margin: 0 0 0 10px;
    white-space: nowrap;
    font-weight: bold;
    padding-left: 3em;
    padding-right: 3em;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout .save-cart-button {
    margin-top: 20px;
    background: #eaeaea;
    border-color: #eaeaea;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout .button .icon {
    height: 1.2em;
    vertical-align: middle;
    margin-left: 0.5em;
}

.woocommerce-cart .wc-proceed-to-checkout .button .icon .arrow {
    fill: #282560;
}

.woocommerce-cart .wc-proceed-to-checkout .button:hover .icon .arrow {
    fill: #ffffff;
}

.checkout .col2-set .col-1 {
    background: #efefef;
    border-radius: 10px;
    padding: 40px;
}

.checkout .woocommerce-checkout-review-order .payment_methods .select2-selection {
    border: 2px solid #efefef;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

form.woocommerce-checkout .business-field.inactive {
    display: none;
}

.checkout .woocommerce-checkout-review-order .payment_methods .select2-selection .mollie-gateway-icon,
.checkout .woocommerce-checkout-review-order .payment_methods .select2-selection img {
    vertical-align: middle;
}

.checkout .woocommerce-checkout-review-order .payment_methods .wc_payment_method>label,
.checkout .woocommerce-checkout-review-order .payment_methods .wc_payment_method>input {
    display: none;
}

.checkout input[type=text],
.checkout input[type=email],
.checkout input[type=tel],
.checkout select,
.checkout textarea,
.checkout .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 5px;
    background: var(--wpex-input-bg);
    line-height: 2.4em;
}

.checkout .select2-container--default .select2-selection--single {
    height: auto;
    padding: var(--wpex-input-padding);
}

.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.4em;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.4em;
    line-height: 2.4em;
    padding: var(--wpex-input-padding);
    box-sizing: content-box;
}

.checkout .select2-container--open .select2-dropdown--below {
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.checkout .client-type .woocommerce-input-wrapper label {
    margin-right: 5em;
    font-weight: bold;
    color: #282560;
}

.checkout a {
    color: inherit;
    text-decoration: underline;
}

.checkout h3 {
    color: #282560;
    font-weight: bold;
}

.checkout h3::after {
    content: ':';
}

.checkout #order_review_heading {
    display: none;
}

.checkout ul.wc_payment_methods {
    list-style: none;
    margin-left: 0;
}

.checkout .woocommerce-terms-and-conditions-link {
    text-transform: capitalize;
}

.quotation-cart-overview .shop_table,
.quotation-cart-overview .shop_table th,
.quotation-cart-overview .shop_table td,
.checkout .shop_table,
.checkout .shop_table th,
.checkout .shop_table td {
    border: none;
    padding: 0;
    margin: 0;
}

.quotation-cart-overview .shop_table .cart_item .product-name,
.checkout .shop_table .cart_item .product-name {
    font-weight: 500;
}

.quotation-cart-overview .shop_table .cart_item .product-name .variation,
.checkout .shop_table .cart_item .product-name .variation {
    font-size: 0.8em;
    color: #7a7a7a;
    font-weight: normal;
}

.quotation-cart-overview .shop_table .cart_item .product-name .variation .dimensions .dimension .key::after,
.checkout .shop_table .cart_item .product-name .variation .dimensions .dimension .key::after {
    content: ':';
}

.quotation-cart-overview .shop_table .cart_item .product-name .variation .dimensions .dimension::after,
.checkout .shop_table .cart_item .product-name .variation .dimensions .dimension::after {
    content: 'x';
}

.quotation-cart-overview .shop_table .cart_item .product-name .variation .dimensions .dimension:last-child::after,
.checkout .shop_table .cart_item .product-name .variation .dimensions .dimension:last-child::after {
    content: none;
}

.quotation-cart-overview .shop_table .cart_item .product-total,
.checkout .shop_table .cart_item .product-total {
    text-align: right;
}

.quotation-cart-overview .product-overview,
.checkout .product-overview {
    border-top: 2px solid #b2b2b2;
    border-bottom: 2px solid #b2b2b2;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.quotation-cart-overview .product-overview h3 {
    color: #282560;
    font-weight: 600;
    margin: 0 0 var(--wpex-el-margin-bottom);
    font-size: var(--wpex-text-lg);
}

.checkout button[type=submit] .icon {
    height: 1.2em;
    vertical-align: middle;
    margin-left: 1em;
}

.woocommerce-cart input[type="radio"]:not(:checked),
.woocommerce-cart input[type="radio"]:checked,
.woocommerce-cart input[type="checkbox"]:not(:checked),
.woocommerce-cart input[type="checkbox"]:checked,
.quotation-request-form input[type="radio"]:not(:checked),
.quotation-request-form input[type="radio"]:checked,
.quotation-request-form input[type="checkbox"]:not(:checked),
.quotation-request-form input[type="checkbox"]:checked,
.checkout input[type="radio"]:not(:checked),
.checkout input[type="radio"]:checked,
.checkout input[type="checkbox"]:not(:checked),
.checkout input[type="checkbox"]:checked {
    position: absolute;
    height: 1em;
    width: 1em;
    opacity: 0;
}

.woocommerce-cart input[type="radio"]:not(:checked)+label,
.woocommerce-cart input[type="radio"]:checked+label,
.woocommerce-cart input[type="checkbox"]:not(:checked)+span,
.woocommerce-cart input[type="checkbox"]:checked+span,
.quotation-request-form input[type="radio"]:not(:checked)+label,
.quotation-request-form input[type="radio"]:checked+label,
.quotation-request-form input[type="checkbox"]:not(:checked)+label,
.quotation-request-form input[type="checkbox"]:checked+label,
.checkout input[type="radio"]:not(:checked)+label,
.checkout input[type="radio"]:checked+label,
.checkout input[type="checkbox"]:not(:checked)+span,
.checkout input[type="checkbox"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    user-select: none;
}

.woocommerce-cart input[type="radio"]+label:before,
.woocommerce-cart input[type="radio"]+label:after,
.woocommerce-cart input[type="checkbox"]+span:before,
.woocommerce-cart input[type="checkbox"]+span:after,
.quotation-request-form input[type="radio"]+label:before,
.quotation-request-form input[type="radio"]+label:after,
.quotation-request-form input[type="checkbox"]+label:before,
.quotation-request-form input[type="checkbox"]+label:after,
.checkout input[type="radio"]+label:before,
.checkout input[type="radio"]+label:after,
.checkout input[type="checkbox"]+span:before,
.checkout input[type="checkbox"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    background: var(--wpex-input-bg);
    ;
}

/* Unchecked styles */
.woocommerce-cart input[type="radio"]:not(:checked)+label:before,
.woocommerce-cart input[type="radio"]:not(:checked)+label:after,
.woocommerce-cart input[type="radio"]:checked+label:before,
.woocommerce-cart input[type="radio"]:checked+label:after,
.woocommerce-cart input[type="radio"].with-gap:checked+label:before,
.woocommerce-cart input[type="radio"].with-gap:checked+label:after,
.quotation-request-form input[type="radio"]:not(:checked)+label:before,
.quotation-request-form input[type="radio"]:not(:checked)+label:after,
.quotation-request-form input[type="radio"]:checked+label:before,
.quotation-request-form input[type="radio"]:checked+label:after,
.quotation-request-form input[type="checkbox"]:not(:checked)+label:before,
.quotation-request-form input[type="checkbox"]:not(:checked)+label:after,
.quotation-request-form input[type="checkbox"]:checked+label:before,
.quotation-request-form input[type="checkbox"]:checked+label:after,
.checkout input[type="radio"]:not(:checked)+label:before,
.checkout input[type="radio"]:not(:checked)+label:after,
.checkout input[type="radio"]:checked+label:before,
.checkout input[type="radio"]:checked+label:after,
.checkout input[type="radio"].with-gap:checked+label:before,
.checkout input[type="radio"].with-gap:checked+label:after,
.checkout input[type="checkbox"]:not(:checked)+span:before,
.checkout input[type="checkbox"]:not(:checked)+span:after,
.checkout input[type="checkbox"]:checked+span:before,
.checkout input[type="checkbox"]:checked+span:after,
.checkout input[type="checkbox"].with-gap:checked+span:before,
.checkout input[type="checkbox"].with-gap:checked+span:after {
    border-radius: 50%;
}

.woocommerce-cart input[type="radio"]:not(:checked)+label:after,
.checkout input[type="radio"]:not(:checked)+label:after,
.checkout input[type="checkbox"]:not(:checked)+span:after {
    transform: scale(0);
}

/* Checked styles */
.woocommerce-cart input[type="radio"]:checked+label:after,
.woocommerce-cart input[type="radio"].with-gap:checked+label:after,
.quotation-request-form input[type="radio"]:checked+label:after,
.quotation-request-form input[type="checkbox"]:checked+label:after,
.checkout input[type="radio"]:checked+label:after,
.checkout input[type="radio"].with-gap:checked+label:after,
.checkout input[type="checkbox"]:checked+span:after,
.checkout input[type="checkbox"].with-gap:checked+span:after {
    background-color: #6fbd44;
}

/* Focused styles */
.woocommerce-cart input[type="radio"].tabbed:focus+label:before,
.checkout input[type="radio"].tabbed:focus+label:before,
.checkout input[type="checkbox"].tabbed:focus+span:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
}

/* Disabled style */

.quotation-request-form input[type="radio"]:disabled:not(:checked)+label:before,
.quotation-request-form input[type="radio"]:disabled:checked+label:before,
.quotation-request-form input[type="checkbox"]:disabled:not(:checked)+label:before,
.quotation-request-form input[type="checkbox"]:disabled:checked+label:before,
.woocommerce-cart input[type="radio"]:disabled:not(:checked)+label:before,
.woocommerce-cart input[type="radio"]:disabled:checked+label:before,
.checkout input[type="radio"]:disabled:not(:checked)+label:before,
.checkout input[type="radio"]:disabled:checked+label:before,
.checkout input[type="checkbox"]:disabled:not(:checked)+span:before,
.checkout input[type="checkbox"]:disabled:checked+span:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .42);
}

.woocommerce-cart input[type="radio"]:disabled+label,
.quotation-request-form input[type="radio"]:disabled+label,
.quotation-request-form input[type="checkbox"]:disabled+label,
.woocommerce-cart input[type="radio"]:disabled+label,
.checkout input[type="radio"]:disabled+label,
.checkout input[type="checkbox"]:disabled+span {
    color: rgba(0, 0, 0, .42);
}

.quotation-request-form input[type="radio"]:disabled:not(:checked)+label:before,
.quotation-request-form input[type="checkbox"]:disabled:not(:checked)+label:before,
.woocommerce-cart input[type="radio"]:disabled:not(:checked)+label:before,
.checkout input[type="radio"]:disabled:not(:checked)+label:before,
.checkout input[type="checkbox"]:disabled:not(:checked)+span:before {
    border-color: rgba(0, 0, 0, .42);
}

.quotation-request-form input[type="radio"]:disabled:checked+label:before,
.quotation-request-form input[type="checkbox"]:disabled:checked+label:before,
.woocommerce-cart input[type="radio"]:disabled:checked+label:before,
.checkout input[type="radio"]:disabled:checked+label:before,
.checkout input[type="checkbox"]:disabled:checked+span:before {
    border: 2px solid rgba(0, 0, 0, .42);
}

.quotation-request-form input[type="radio"]:disabled:checked+label:after,
.quotation-request-form input[type="checkbox"]:disabled:checked+span:after,
.woocommerce-cart input[type="radio"]:disabled:checked+label:after,
.checkout input[type="radio"]:disabled:checked+label:after,
.checkout input[type="checkbox"]:disabled:checked+span:after {
    background-color: rgba(0, 0, 0, .42);
    border: none;
}

.switch label input[type="checkbox"]:not(:checked)+.lever:after {
    transform: none;
}

.woocommerce-checkout .woocommerce-order h2 {
    color: #282560;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-order .order-overview-wrapper {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0px;
    margin: 0 0 var(--wpex-el-margin-bottom);
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 0px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    row-gap: 0;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: auto;
    float: none;
    border: none;
    text-align: left;
    padding-left: 0px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column.woocommerce-column--1 {
    border-right: 1px solid #b3b3b3;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address p:last-child {
    margin: 0;
}

.woocommerce-order-details {
    background: #efefef;
    border-radius: 10px;
    padding: 35px;
}

.woocommerce-order-details .actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.order_item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    column-gap: 30px;
}

.order_item .product-thumbnail {
    grid-row: 1 / 4;
}

.order_item .product-name {
    grid-column: 2 / 4;
}

.order_item .product-thumbnail img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    object-fit: contain;
    background: #ffffff;
    aspect-ratio: 1;
}

.order_item .product-name {
    padding-top: 16px;
}

.order_item .product-name a {
    color: #282560;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.order_item .product-meta-data p {
    margin: 0;
}

.order_item .product-meta-data table th,
.order_item .product-totals table th {
    text-transform: capitalize;
}

.order_item .product-meta-data table th::after {
    content: ':';
}

.woocommerce-order-overview,
.order_item .product-meta-data table {
    margin: 0;
    border: none;
}

.woocommerce-order-overview th,
.woocommerce-order-overview td,
.order_item .product-meta-data table th,
.order_item .product-meta-data table td,
.order_item .product-totals table th,
.order_item .product-totals table td {
    font-weight: normal;
    padding: 0;
    border: none;
}

.order_item .product-totals {
    align-self: end;
}

.order_item .product-quantity .quantity {
    margin-top: 6px;
}

.order_item .product-totals table th,
.order_item .product-totals table td {
    padding: 0;
    border: none;
    background: none;
}

.order_item .product-totals table tr.product-price th,
.order_item .product-totals table tr.product-price td,
.order_item .product-totals table tr.setup-cost th,
.order_item .product-totals table tr.setup-cost td {
    font-weight: normal;
}

.order_item .product-totals table tr.setup-cost th,
.order_item .product-totals table tr.setup-cost td {
    color: #727272;
}

.order_item .product-totals table tr.product-subtotal th,
.order_item .product-totals table tr.product-subtotal td {
    color: #6fbd44;
    font-weight: bold;
}

.order-totals-overview table {
    border: none;
    margin: 0;
}

.order-totals-overview table th {
    text-align: left;
}

.order-totals-overview table td {
    text-align: right;
}

.order-totals-overview table th,
.order-totals-overview table td {
    padding: 0;
    border: none;
    background: none;
}

.order-totals-overview table th,
.order-totals-overview table td {
    font-weight: normal;
}

.order-totals-overview table tr.order_total th,
.order-totals-overview table tr.order_total td {
    font-size: 22px;
    color: #6fbd44;
    font-weight: 500;
}

.order-totals-overview table tr.shipping .shipped_via {
    display: none;
}

.order-totals-overview {
    display: flex;
    padding: 20px;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    column-gap: 10%;
}

.order-totals-overview .order-totals-wrapper {
    flex: 1 1 auto;
}

.order-totals-overview .veilig-winkelen {
    border-radius: 11px;
    flex: 0 0 auto;
    padding: 10px;
}

.order-totals-overview .veilig-winkelen .logo {
    height: 60px;
    display: block;
}

.threed-product .labels>div {
    border-radius: 5px;
    color: #282560;
    font-weight: 400;
    background: #f9ae42;
    padding: 0.2em 0.5em;
}

.quotation-request-form_wrapper .gform_required_legend {
    display: none;
}

.gform-theme--foundation .quotation-request-form .gfield_radio .gform-field-label {
    font-weight: 500 !important;
    color: #282560;
}

.gform-theme--foundation .quotation-request-form .gform-field-label {
    font-weight: 400 !important;
    color: #231f20;
}

.gform-theme--foundation .quotation-request-form .gfield textarea {
    background: #f8f8f8;
    border: none;
    border-radius: 7px;
}

.archive .wpex-select-wrap {
    background: #efefef;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #231f20;
}

.archive .sidebar-primary {
    background: #efefef;
    border-radius: 20px;
    padding: 30px;
    margin-top: 0;
}

.archive .sidebar-primary .delivery-information {
    flex-direction: column;
    row-gap: 20px;
}

.archive .sidebar-primary .delivery-information>div {
    background: #ffffff;
    border: none;
}

.archive .sidebar-primary .questions {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 10px;
}

.archive .sidebar-primary .questions img {
    transform: scale(1.2);
}

.archive .woocommerce-no-products-found {
	margin-top: 55px;
}

.archive .wpc-filter-chips-list {
	display: none !important;
}

.wpc-filters-main-wrap .wpc-posts-found {
	display: none;
}

.archive .sidebar-primary .questions h3,
.wpc-filters-main-wrap .wpc-filter-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #282560;
    margin-bottom: 0.4em;
    text-decoration-line: underline;
    text-decoration-color: #EE4037;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.3em;
}

.archive.term-extra-benodigdheden .products > li .wpex-loop-product-images img {
	width: 100%;
	object-fit: contain;
    aspect-ratio: 1;
}

.wpc-filters-main-wrap .wpc-term-item a {
    color: #231f20;
}

.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"]+label:before,
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"]+label:after {
    width: 1em;
    height: 1em;
}

/* Checked styles */
.wpc-filters-main-wrap .wpc-checkbox-item input[type="checkbox"]:checked+label:after {
    width: calc(1em + 2px);
    height: calc(1em + 2px);
}

.archive.term-extra-benodigdheden .products>li {
    border: 2px solid #dbdbdb;
    border-radius: 6px;
    background: #f2f2f2;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
}

.archive.term-extra-benodigdheden .products>li .product-details {
    display: contents;
}

.archive.term-extra-benodigdheden .products>li .product-details>a {
    margin-top: 15px;
}

.archive.term-extra-benodigdheden .products>li .product-details .woocommerce-loop-product__title {
    color: 231f20;
    font-weight: 700;
    padding: 0px 15px;
}

.archive.term-extra-benodigdheden .products>li .product-details .price {
    margin-top: auto;
    color: #6fbd44;
    font-weight: 500;
}

.archive.term-extra-benodigdheden .products>li .product-details .price>.amount {
    color: inherit;
}

.archive.term-extra-benodigdheden .products>li .product-actions a {
    font-size: 1em;
}

.archive.term-extra-benodigdheden .products>li .wpex-loop-product-images {
    background: #ffffff;
    padding-top: 15px;
}

.archive.term-toepassingen .products>li {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}

.archive.term-toepassingen .products>li .wpex-loop-product-images img {
    width: 100%;
    aspect-ratio: 1.6;
}

.archive.term-toepassingen .products>li .product-details h2 {
    font-weight: bold;
    color: #282560;
    text-align: center;
    font-size: 20px;
}

.archive.term-toepassingen .products>li .expected-delivery {
    color: #6fbd44;
    font-weight: bold;
    font-size: 0.9em;
    margin: auto 0 var(--wpex-el-margin-bottom);
}

.archive.term-toepassingen .products>li .short-description {
    padding-left: 30px;
    padding-right: 30px;
}

.archive .products>li.customer-support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: left center / cover no-repeat url("assets/images/customer_service_background.png");
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.archive .products>li.customer-support .theme-button {
    margin-top: 20px;
}

@media (min-width: 768px) {
	.wpex-md-w-90 {
        width: 90%
    }
	
    .woocommerce .form-row-last.house-number {
        width: 20%;
        float: left;
        margin-left: 2%;
    }

    .single-product .entry-content>.product .post-processing,
    .single-product .entry-content>.product .product-sidebar {
        float: left;
        clear: left;
        width: var(--wpex-woo-product-gallery-width, 52%);
        margin-bottom: var(--wpex-el-margin-bottom);
    }

    .woocommerce .product .cart .buttons-wrapper .single_add_to_cart_button {
        flex: 1 1 auto;
    }

    .woocommerce .product .cart .buttons-wrapper .open-chat {
        margin-left: 20px;
    }

    .woocommerce .form-row-last.postcode {
        width: 27%;
    }

    .woocommerce .form-row-first {
        clear: left;
    }

    .checkout .col2-set .col-1 {
        width: 58% !important;
    }

    .checkout .col2-set {
        display: flex;
    }

    .checkout .col2-set .col-2 {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        width: 38% !important;
    }

    .checkout .col2-set .col-2 .woocommerce-checkout-review-order,
    .checkout .col2-set .col-2 .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
        display: contents;
    }

    .checkout .col2-set .col-2 .woocommerce-checkout-review-order .payment_methods {
        margin-top: auto;
    }

    .checkout .col2-set .col-2 .woocommerce-checkout-review-order select.wc_payment_methods {
        min-width: 50%;
    }

    .woocommerce-cart .cart-wrapper {
        display: flex;
        align-items: stretch;
    }

    .woocommerce-cart .cart-wrapper>div {
        float: none;
    }

    .woocommerce-cart .delivery-information {
        margin-top: 0px;
    }

    .woocommerce-cart .cart-wrapper .cart-overview>.vc_column-inner {
        position: sticky;
        top: 0;
    }
	
	.question-box .vcex-image {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.material-products-modal.size-chart-popup-modal {
		width: auto;
		max-width: 85%;
	}
	
	.material-products-modal.size-chart-popup-modal .image-wrapper,
	.material-products-modal.size-chart-popup-modal .content-wrapper {
		padding-top: 80px;
	}
	
	.size-chart-popup-modal .image-wrapper img {
		width: 180px;
	}
	
	.material-products-modal.size-chart-popup-modal .actions {
		justify-content: center;
	}
	
	.material-products-modal.size-chart-popup-modal .actions > .button {
		flex: 0 1 auto;
	}
}

@media (max-width: 767px) {
    .rank-math-breadcrumb {
        text-align: center;
        font-size: 0.8em;
    }

    .wpex-header-cart-icon__link .wpex-header-cart-icon__icon img {
        height: 34px;
    }

    .wpex-header-cart-icon__link .wpex-header-cart-icon__fragments {
        top: -4px;
    }

    .wpex-header-cart-icon__link .wpex-header-cart-icon__fragments .wpex-header-cart-icon__count {
        height: 1em;
        width: 1em;
    }

    .wpex-header-cart-icon__link .wpex-header-cart-icon__fragments .wpex-header-cart-icon__count .wpex-header-cart-icon__count-number {
        font-size: 0.8em;
    }

    .woocommerce .product .summary {
        text-align: center;
    }

    .delivery-information {
        flex-direction: column;
    }

    .delivery-information .delivery-date,
    .delivery-information .delivery-cost {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        margin-top: 0px;
    }

    .delivery-information .delivery-date {
        border-right: 1px solid #b2b2b2;
    }

    .usp-box .wpex-hidden {
        display: none !important;
    }

    .usp-box .usp-title {
        font-size: 1.6em;
    }

    .woocommerce .product .cart .label,
    .woocommerce .product .cart label,
    .woocommerce .product .cart input {
        text-align: left;
    }

    .woocommerce .product .cart .buttons-wrapper .button {
        width: 100%;
    }

    .woocommerce .product .cart .dimensions {
        display: block;
    }

    .woocommerce .product .cart .dimensions .notices {
        margin-top: var(--wpex-el-margin-bottom);
    }

    .woocommerce-cart .coupon button[type="submit"] {
        padding-left: 1.077em;
        padding-right: 1.077em;
    }

    .single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description {
        flex-direction: column;
        text-align: center;
    }

    .single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .image,
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .text {
        width: 100%;
    }

    .single-product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description .text h2 {
        margin-bottom: 30px;
    }

    .single-product .entry-content>.product {
        display: grid;
        column-gap: 10px;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    }

    .single-product .entry-content>.product>.summary,
    .single-product .entry-content>.product>.summary>.cart,
    .single-product .entry-content>.product .variations_form>.variations,
    .single-product .entry-content>.product .variations_form>.variations tbody,
    .single-product .entry-content>.product .dimensions,
    .single-product .entry-content>.product .product-sidebar,
    .single-product .entry-content>.product .dimensions .fields {
        display: contents;
    }

    .single-product .entry-content>.product .product_title {
        grid-row-start: 1;
    }

    .single-product .entry-content>.product .woocommerce-product-details__short-description {
        grid-row-start: 2;
        margin-bottom: var(--wpex-el-margin-bottom);
    }

    .single-product .entry-content>.product .woocommerce-product-details__short-description p {
        display: none;
    }

    .single-product .entry-content>.product .woocommerce-product-details__short-description>.local-scroll-link {
        display: inline;
    }

    .single-product .entry-content>.product:not(.product-type-material_application) .woocommerce-product-gallery {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single-product .entry-content>.product.product-type-material_application .single_add_to_cart_button {
        grid-row-start: 3;
    }

    .single-product .entry-content>.product .dimensions .notices {
        grid-row-start: 7;
    }

    .single-product .entry-content>.product .delivery-information {
        grid-row-start: 8;
    }

    .single-product .entry-content>.product .payment-details {
        grid-row-start: 9;
    }

    .single-product .entry-content>.product .single_variation_wrap {
        grid-row-start: 10;
    }

    .single-product .entry-content>.product .templatera_shortcode,
    .single-product .entry-content>.product .post-processing {
        grid-row-start: 11;
    }

    .single-product .entry-content>.product .woocommerce-tabs {
        grid-row-start: 12;
    }

    .single-product .entry-content>.product .related.products {
        grid-row-start: 13;
    }

    .single-product .entry-content>.product .dimensions .notices,
    .single-product .entry-content>.product .product_title,
    .single-product .entry-content>.product .content-toggle-container,
    .single-product .entry-content>.product .templatera_shortcode,
    .single-product .entry-content>.product .woocommerce-product-details__short-description,
    .single-product .entry-content>.product .delivery-information,
    .single-product .entry-content>.product .payment-details,
    .single-product .entry-content>.product .single_variation_wrap,
    .single-product .entry-content>.product .post-processing,
    .single-product .entry-content>.product .woocommerce-tabs,
    .single-product .entry-content>.product .related.products,
    .single-product .entry-content>.product.product-type-material_application .single_add_to_cart_button {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .single-product .entry-content>.product .woocommerce-tabs {
        margin-top: 40px;
    }

    .single-product .entry-content>.product .post-processing {
        margin: 40px 0px;
    }

    .single-product .entry-content>.product .post-processing .single-product .entry-content>.product .woocommerce-tabs,
    .single-product .entry-content>.product .related.products {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .woocommerce .product .payment-details {
        flex-direction: column;
        gap: 10px;
        margin: 20px 0px;
    }

    .woocommerce .product .payment-details .payment-methods {
        width: 100%;
    }

    .woocommerce .product .payment-details .payment-methods img {
        height: auto !important;
        width: 100%;
    }

    .woocommerce .product .cart .buttons-wrapper {
        display: block;
    }

    .single-product .attribute-options-grid {
        grid-template-columns: 1fr 1fr;
    }

    .single-product .attribute-options-grid {
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce-cart-form {
        margin-bottom: 0px;
    }

    .woocommerce-cart .attribute-options-carousel {
        padding: 0px;
    }

    .single-product .material-application-description {
        text-align: center;
    }

    .single-product .material-application-description {
        text-align: center;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }

    .woocommerce-cart-form__cart-item .product-name {
        grid-column: 1 / 3;
    }

    .woocommerce .quantity input[type=number] {
        border-radius: 6px;
    }

    .woocommerce-cart .tax-toggle-wrapper {
        text-align: center;
    }

    .woocommerce-cart .tax-toggle-wrapper.desktop {
        display: none;
    }

    .woocommerce-cart .tax-toggle-wrapper.mobile {
        margin-top: 0px;
        display: block;
    }

    .cart-collaterals .cart_totals .cart-totals-overview .veilig-winkelen {
        flex: 0 1 auto;
    }

    .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column.woocommerce-column--1 {
        border-right: none;
        border-bottom: 1px solid #b3b3b3;
    }

    .woocommerce-order-details {
        padding: 20px;
    }

    .order_item {
        grid-template-columns: 1fr 1fr;
    }

    .order_item .product-thumbnail {
        display: none;
    }

    .order_item .product-name {
        grid-column: 1 / 3;
        padding-top: 0;
    }

    .order-totals-overview .veilig-winkelen {
        flex: 0 1 auto;
    }

	.material-products-modal.size-chart-popup-modal .chart table thead th.title {
		top: -66px;
	}
}