/* 
Theme Name: Veldhuizen Trucks
Theme URI: https://brutcommunicatie.nl/
Author: Brut Communicatie
Author URI: https://brutcommunicatie.nl/
Template: hello-elementor
Version: 1.0.1
Text Domain: veldhuizen
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/



/*--------------------------------------------------------------
## TABLE OF CONTENTS
----------------------------------------------------------------
- ROOT VARIABLES
- TYPOGRAPHY
- BUTTONS
- IMAGES
- TABLES
- GLOBAL OPMAAK
- HEADER
- FOOTER
- CUSTOM OPMAAK
    SECTION BOXED-CONTENT
    BREADCRUMBS
    FORMS
    PAGINA HOME
    PAGINA CONTACT
    PAGINA NIEUWS
- VELDHUIZEN SHOP
    ARCHIEF PAGINA / VERLICHTING
- ELEMENTOR WIDGETS
    - ELEMENTOR NAV MENU WIDGET
    - ELEMENTOR POSTS WIDGET
    - ELEMENTOR AFBEELDINGSBOX WIDGET
    - ELEMENTOR ANCHOR LINK WIDGET
    - ELEMENTOR POST NAVIGATION WIDGET
    - ANCHOR LINK WIDGET OFFSET
    - ELEMENTOR INFO BOX
- PLUGINS CUSTOM OPMAAK
    - PLUGIN - POWERPACK PRO FOR ELEMENTOR
    - PLUGIN - SUPER CAT - POST FILTER BAR WIDGET
    - PLUGIN - PRINT FRIENDLY
    - PLUGIN - FILTER EVERYTHING
        PLUGIN - FILTER EVERYTHING - CUSTOM ORDER
	- PLUGIN - COMPLIANZ
- VELDHUIZEN CUSTOM GALLERY
- MEGA MENU
- PRODUCTOMSCHRIJVING
- WOOCOMMERCE
- WOOCOMMERCE V2.0
    - WINKELPAGINA
- PRINT MEDIA






/*--------------------------------------------------------------
## ROOT
--------------------------------------------------------------*/
@media (max-width:767px) {
    :root {
        --global-padding: 32px;
    }
}
@media (min-width: 768px) and (max-width:1024px) {
    :root {
        --global-padding: 48px;
    }
}
@media (min-width:1025px) {
    :root {
        --global-padding: 64px;
    }
}
.hide-on-screen {
    display: none !important;
}



/*--------------------------------------------------------------
## TYPOGRAPHY
--------------------------------------------------------------*/
strong {
    color: var(--e-global-color-primary);
}

/* MAX-WIDTH TEKSTEN */
.elementor-widget-text-editor,
.elementor-image-box-title,
.elementor-image-box-description,
.elementor-widget-theme-post-content {
    max-width: 852px;
}

/* CUSTOM STYLES */
.text--white,
.text--white .elementor-heading-title {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
a.lees-meer {
    font-weight: 400;
}
/* SUB-TITLE */
.text--subtitle p,
.text--subtitle {
    color: var(--e-global-color-primary);
    font-weight: 700;
    margin-top: -4px;
}
.text--verhuur-prijzen-datum .elementor-widget-container span {
    text-transform: uppercase;
}



/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
/* btn global */
.elementor-widget-button .elementor-button {
    min-height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* btn-white color */
.btn--white .elementor-button.elementor-size-sm,
.btn--white .elementor-button.elementor-size-sm:visited {
	color: var(--e-global-color-secondary);
	background-color: #fff;
}
.btn--white .elementor-button.elementor-size-sm:hover,
.btn--white .elementor-button.elementor-size-sm:focus {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-04c0c7f);
}
/* btn-b */
.btn-b .elementor-button.elementor-size-sm,
.btn-b .elementor-button.elementor-size-sm:visited {
	color: var(--e-global-color-text);
	background-color: #fff;
    box-shadow: inset 0 0 0 2px var(--e-global-color-text);
}
.btn-b .elementor-button.elementor-size-sm:hover,
.btn-b .elementor-button.elementor-size-sm:focus {
	color: #fff;;
	background-color: var(--e-global-color-text);
}
/* btn-c */
.btn-c .elementor-button.elementor-size-sm,
.btn-c .elementor-button.elementor-size-sm:visited {
	color: var( --e-global-color-accent );
	background-color: #fff;
    box-shadow: inset 0 0 0 2px var( --e-global-color-accent );
}
.btn-c .elementor-button.elementor-size-sm:hover,
.btn-c .elementor-button.elementor-size-sm:focus {
	color: #fff;;
	background-color: var( --e-global-color-accent );
}
/* print-button */
button {
    font-weight: 700;
    border: none;
}
button .fa-print {
    margin-right: 8px;
}
button.button--justified {
    width: 100%;
}
button.cart-print-button {
	width: fit-content;
	margin-bottom: 20px;
}

/* form button */
.form-btn input[type="submit"] {
    font-weight: 700;
}




/*--------------------------------------------------------------
## TABLES
--------------------------------------------------------------*/
.container-table {
    overflow-x: scroll; 
}
@media (max-width:480px) {
    .page-content table td {
        font-size: 12px;
        padding: 8px;
    }
}
/* verhuur tables */
#rgprint .price_td {
    text-align: right;
}



/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/
/* COLUMN GAP DEFAULT */
@media (min-width:1025px) {
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 64px;
    }
}
@media (min-width:768px) AND (MAX-WIDTH:1024PX) {
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 48px;
    }
}
@media (max-width:767px) {
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 32px;
    }
}

/* BOXED STYLING MAIN SECTION DEFAULT PAGES */
@media (min-width: 1040px) {
    .elementor-section.elementor-section-boxed.boxed-content > .elementor-container {
        max-width: 980px;
    }
    .boxed-content > .elementor-container > .elementor-column > .elementor-element-populated {
        background-color: var( --e-global-color-fa5d793 );
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
        margin: calc(0.5 * var(--global-padding)) 0px calc(0.5 * var(--global-padding)) 0px;
    }
}






/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
/* TOP HEADER */
@media (max-width:1512px) {
    .section--top-header {
        padding-right: 8px !important;
    }
}
.con__header-top .fit-content {
    width: fit-content;
}
/* conditinoal links */
/* logged in */
.page .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.link--logged-in {
    display: none;
}
.page.logged-in .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.link--logged-in {
    display: flex;
}
/* logged out */
/* .page nav .link--non-logged-in {
    display: none;
} */
.page.logged-in .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.link--non-logged-in {
    display: none;
}

/* DROP DOWN BUTTON */
.section--top-header .elementor-widget-html {
    width: auto;
    margin-bottom: 0;
}
.dropdown-btn-cont {
    
}
.dropdown-btn-cont .elementor-button {
    position: relative;
    z-index: 2;
}
.dropdown-btn-cont:hover .elementor-button,
.dropdown-btn-cont:focus .elementor-button {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-04c0c7f);
}
.dropdown-btn-cont a {
    font-size: 12px !important;
}
.dropdown-btn-cont .button .elementor-button-content-wrapper .elementor-button-text {
    min-width: 160px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
}
.dropdown-btn-cont .button .elementor-button-content-wrapper .elementor-button-text .fa-chevron-down {
    margin-left: auto;
}
.dropdown-box {
    display: block;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    width: 100%;
    padding: 24px 24px 24px;
    position: absolute;
    opacity: 0.2;
    transform: translateY(-36px) scaleY(0.1);
    transform-origin: top center;
    transition: all 300ms ease-out;
    z-index: 1;
}
@media (min-width:1025px) {
    .dropdown-btn-cont:hover .dropdown-box,
    .dropdown-btn-cont:focus .dropdown-box {
        opacity: 1;
        transform: translateY(-8px) scaleY(1);
    }
}

@media (max-width:1024px) {
    .dropdown-btn-cont .button.open + .dropdown-box {
        opacity: 1;
        transform: translateY(-8px) scaleY(1);
    }
}
.dropdown-box .menu-item {
    font-weight: 700;
    border-bottom: 1px solid var(--e-global-color-04c0c7f);
    margin-bottom: 8px;
}
.dropdown-box .menu-item p {
    margin-bottom: 8px;
    font-size: 12px;
}
.dropdown-box .menu-item p  i {
    margin-right: 8px;
}
/* LOGO */
@media only screen and (max-width:1582px) {
    .con--header .elementor-widget-theme-site-logo {
        margin-left: var(--global-padding);
    }
}






/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.elementor-location-footer h2 {
    font-size: 16px;
}
.elementor-location-footer p {
    font-size: 14px;
    margin-bottom: 0;
}
.elementor-location-footer a {
    font-weight: 400;
    color: var(--e-global-color-text);
}
.elementor-location-footer a:hover {
    text-decoration: underline;
}
.elementor-location-footer strong {
    color: var(--e-global-color-text);
}
/* FOOTER INFO */
.html--contact-info .row-info {
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: space-between;
}
.html--contact-info .row-info span:nth-child(1) {
    font-weight: 600;
}





/*--------------------------------------------------------------
## CUSTOM OPMAAK
--------------------------------------------------------------*/
/* VIDEOS OPMAAK  */
.grid--videos > .e-con-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 16px;
}

/* ONDERDELEN - ACF REPEATER */
.con__bestandenlijst-wrapper {
    gap: 16px;
}
.con__bestand-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-bottom: 1px solid var(--e-global-color-04c0c7f);
    padding: 8px 16px;
}
.con__bestand-wrapper:hover {
    background: var(--e-global-color-10e8f3f);
}
.con__bestandenlijst-wrapper .icon-wrapper i {
    font-size: 48px;
    padding-top: 10px;
    color: var(--e-global-color-04c0c7f);
}
.bestand__content--wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-text);
    margin-bottom: 8px;
}
.bestand__content--wrapper .text--file-info {
    margin-bottom: 8px;
    font-weight: normal;
    color: var(--e-global-color-text);
}
.bestand__content--wrapper .text--download {
    font-weight: 400;
}
.con__bestand-wrapper:hover .text--download {
    color: var(--e-global-color-b3cee27);
}


/* CONTAINER BOXED--CONTENT */
.con--boxed {
    --content-width: 980px !important;
}
.con--boxed > .e-con-inner {
    background: var(--e-global-color-fa5d793);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    margin-top: calc(0.5 * var(--global-padding));
    margin-bottom: calc(0.5 * var(--global-padding));
}
.con--boxed > .e-con-inner:nth-child(1) {
    padding-top: 0;
}


/* BREADCRUMBS */
.section--breadcrumb .elementor-container {
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}


/* FORMS */
/* WPC7 FORMS */
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--global-padding);
    background: var(--e-global-color-04c0c7f);
}
.wpcf7-form input {
    font-size: 12px;
    margin-bottom: 8px;
}
.wpcf7-form .wpcf7-submit {
    border: none;
}
/* REPERATIEFORM */
.form-full {
    width: 100%;
}
.form-half {
    width: calc(50% - 8px);
}
.form-3quarter {
    width: calc(75% - 8px);
}
.form-1quarter {
    width: calc(25% - 8px);
}
.form-textarea,
.form-text {
    width: 100%;
    margin-bottom: 8px;
}
@media (max-width:480px) {
    .form-half,
    .form-3quarter,
    .form-1quarter {
        width: 100%;
    }
}

/* PAGINA HOME */
/* HOME HERO */
@media (min-width: 981px) {
    .section--home-hero .elementor-widget-spacer {
        min-height: calc(100vh - (95px + 46px + 60px));
    }
}
@media (min-width:521px) and (max-width: 980px) {
    .section--home-hero .elementor-widget-spacer {
        min-height: 760px;
    }
}
@media (max-width: 520px) {
    .section--home-hero .elementor-widget-spacer {
        min-height: 568px;
    }
}
/* HOME HERO ARROW */
.icon--hero-arrow {
    animation-name: arrow-slide;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes arrow-slide {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform:translateY(-50px);
        opacity: 0;
    }
}
/* HOME VACATURES LOOP */
@media (min-width: 476px) {
    .btn__vacature-loop .elementor-button {
        min-width: 428px;
    }
}
/* HOME PRODUCTEN GRID */
/* global padding */
@media (min-width: 1641px) {
    .section--prod-grid .elementor-container{
        max-width: 1512px;
        margin: 0 auto;
    }
}
@media (max-width:1640px) {
    .section--prod-grid {
        padding-left: var(--global-padding) !important;
        padding-right: var(--global-padding) !important;
    }
}
/* global settings */
.section--prod-grid .elementor-container {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.section--prod-grid .elementor-column {
    width: 100%;
}
.section--prod-grid .elementor-widget-wrap > .elementor-element,
.section--prod-grid .elementor-widget-container,
.section--prod-grid .prod-grid-cont {
    height: 100%;
}
.section--prod-grid .prod-grid-cont {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.section--prod-grid .img-cont {
    height: calc(100% - 42px);
}
.section--prod-grid .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section--prod-grid .text-cont {
    position: relative;
    height: 42px;
    text-align: center;
}
.section--prod-grid .text-cont h3 {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin: 0;
    padding: 16px 0 0;
    background: #fff;
}
.section--prod-grid .text-cont a {
    font-weight: 400;
}
/* hover state */
.section--prod-grid .prod-grid-cont .text-cont {
    transform: translateY(-14px);
}
@media (max-width:767px) {
    .section--prod-grid .img-cont {
        height: calc(100% - 56px);
    }
    .section--prod-grid .text-cont {
        height: 56px;
    }
}
@media (min-width:768px) {
    .section--prod-grid .prod-grid-cont .text-cont {
        transition: transform 300ms ease-out;
    }
    .section--prod-grid .prod-grid-cont:hover .text-cont {
        transform: translateY(-24px);
    }
}
/* pijltje */
.section--prod-grid .text-cont::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: -2px;
}
/* lees meer tekst - effect enkel voor desktop */
@media (min-width:768px) {
    .section--prod-grid .prod-grid-cont .text-cont a {
        opacity: 0;
        transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
        transform: translateY(8px);
    }
    .section--prod-grid .prod-grid-cont:hover .text-cont a {
        opacity: 1;
        transform: translateY(2px);
        transition: opacity 200ms 200ms ease-out, transform 150ms 200ms ease-out;
    }
}

.elementor-post__read-more, .elementor-post__title a{
	width: 100%;
	display: block;
}
/* resp grid setup */
@media (min-width: 1641px) {
    .section--prod-grid .elementor-container {
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: repeat(2, 260px);
    }

    .section--prod-grid .elementor-column:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .section--prod-grid .elementor-column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .section--prod-grid .elementor-column:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }
    .section--prod-grid .elementor-column:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
    .section--prod-grid .elementor-column:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
}
@media (min-width: 1061px) and (max-width: 1640px) {
    .section--prod-grid .elementor-container {
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: repeat(2, 0.7fr);
    }

    .section--prod-grid .elementor-column:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .section--prod-grid .elementor-column:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .section--prod-grid .elementor-column:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }
    .section--prod-grid .elementor-column:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
    .section--prod-grid .elementor-column:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
}
@media (min-width:561px) and (max-width: 1060px) {
    .section--prod-grid .elementor-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 0.5fr 0.5fr;
    }

    .section--prod-grid .elementor-column:nth-child(1) { grid-area: 2 / 1 / 3 / 2; }
    .section--prod-grid .elementor-column:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
    .section--prod-grid .elementor-column:nth-child(3) { grid-area: 1 / 1 / 2 / 3; }
    .section--prod-grid .elementor-column:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
    .section--prod-grid .elementor-column:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
}
@media (max-width: 560px) {
    .section--prod-grid .elementor-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
    }

    .section--prod-grid .elementor-column:nth-child(1) { grid-area: 2 / 1 / 3 / 2; }
    .section--prod-grid .elementor-column:nth-child(2) { grid-area: 4 / 1 / 5 / 2; }
    .section--prod-grid .elementor-column:nth-child(3) { grid-area: 1 / 1 / 2 / 2; }
    .section--prod-grid .elementor-column:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    .section--prod-grid .elementor-column:nth-child(5) { grid-area: 5 / 1 / 6 / 2; }
    
    .section--prod-grid .elementor-column {
        max-height: 64vw;
    }
}

/* PAGINA CONTACT */
.grid--contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 16px;
}
.grid--contact > .e-con {
    border: 2px solid var(--e-global-color-04c0c7f);
    padding: 24px;
    background: var( --e-global-color-10e8f3f );
}

.btn-c i {
    transform: translateX(-4px);
}


/* PAGINA NIEUWS */
/* wp gallery opmaak */
.nieuws-template-default .gallery-columns-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
}
.nieuws-template-default .gallery-columns-4 .gallery-item {
    margin: 0;
}
@media (max-width: 480px) {
    .nieuws-template-default .gallery-columns-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .nieuws-template-default .gallery-columns-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
/* SECTION TEMPLATE - PAGE TITLE */
.section--page-title h1 {
    margin: 0;
    padding: 0;
}

/* CUSTOM HTML CONTACT INFO BLOCK */
@media (min-width:768px) and (max-width:1120px) {
    .cont--contact-info-block .elementor-widget-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-column-gap: 24px;
        grid-row-gap: 24px; 
    }
    .cont--contact-info-block .cont-afhaaladres {
        display: flex;
    }
    .cont--contact-info-block .cont-afhaaladres > div {
        width: 50%;
    }
}


/* 1e REGISTRATIE VOOR 1 JANUARI 2025 */
.col-registratie-wrapper table td {
    width: auto !important;
    border: 1px solid var(--e-global-color-04c0c7f);
}
.col-registratie-wrapper table td:nth-child(2) {
    min-width: 100px !important;
    text-align: right;
    font-weight: 700;
    color: var(--e-global-color-primary);
}





/*--------------------------------------------------------------
## VELDHUIZEN SHOP
--------------------------------------------------------------*/
/* ARCHIEF PAGINA / VERLICHTING */
.posts--verlichting article img {
    object-fit: contain;
    height: 100% !important;
}









/*--------------------------------------------------------------
## ELEMENTOR WIDGETS
--------------------------------------------------------------*/
/* ELEMENTOR NAV MENU WIDGET */
.main-menu-elementor nav, .main-menu-elementor .elementor-widget-container{
    height: 100% !important;
}
.navbar-col .elementor-widget-container,.navbar-col  .main-menu-elementor nav,.navbar-col  .elementor-nav-menu,.navbar-col .elementor-nav-menu a,.navbar-col  .elementor-nav-menu li{
    position: unset !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{
    left: 0 !important;
}
.menu-item-81 .elementor-nav-menu--dropdown{
    position: absolute;
    left: 0;
}
.main-header-section{
    position: unset;
}

/* ELEMENTOR POSTS WIDGET */
/* ELEMENTOR POSTS WIDGET - GLOBAL STYLING */

/* ELEMENTOR POST WIDGET - VOERTUIGEN en VERHUUR ITEMS */
/* class posts--voertuigen gebruikt om deze posts te targetten */
/* image styling */
.posts--voertuigen .elementor-posts-container .elementor-post {
    background: #fff;
  }
.posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__thumbnail__link {
    margin-bottom: 0;
}
/* text block styling */
.posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__text {
    background: #fff;
}
/* hover state */
@media (min-width: 768px) {
    .posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__text {
        transition: transform 300ms ease-out;
    }
    .posts--voertuigen .elementor-posts-container .elementor-post:hover .elementor-post__text {
        transform: translateY(-24px);
    }
}
/* pijtje */
.posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__text {
    position: relative;
}
.posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__text::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: -2px;
}
.posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__title {
    position: relative;
    z-index: 1;
}
/* lees meer tekst - enkel voor desktop */
@media (min-width: 768px) {
    .posts--voertuigen .elementor-posts-container .elementor-post .elementor-post__read-more {
        position: absolute;
        left: 0;
        width: 100%;
        transform: translateY(10px);
        opacity: 0;
        transition: opacity 100ms ease-in-out, transform 100ms 300ms ease-in-out;
    }
    .posts--voertuigen .elementor-posts-container .elementor-post:hover .elementor-post__read-more {
        transform: translateY(4px);
        opacity: 1;
        transition: opacity 200ms 200ms ease-out, transform 150ms 200ms ease-out;
    }
}

/* ELEMENTOR AFBEELDINGSBOX WIDGET */
/* WIDGET-SERVICE-INFO */
.widget--service-info h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
}

/* ELEMENTOR ANCHOR LINK WIDGET */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
  }
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
    visibility: hidden;
    pointer-events: none;
  }

/* ELEMENTOR POST NAVIGATION WIDGET */
/* switch order prev en next */
body:not(.single-nieuws) .elementor-post-navigation .elementor-post-navigation__prev {
    order: 3;
}
body:not(.single-nieuws) .elementor-post-navigation .elementor-post-navigation__next {
    order: 1;
}
body:not(.single-nieuws) .elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    order: 2;
}
/* post navigation next */
body:not(.single-nieuws) .elementor-post-navigation .elementor-post-navigation__next a {
    justify-content: flex-start !important;
}
body:not(.single-nieuws) .elementor-post-navigation span.elementor-post-navigation__link__next {
    order: 2;
}
body:not(.single-nieuws) .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    order: 1;
    transform: rotate(180deg)
}
/* post navigation prev */
body:not(.single-nieuws) .elementor-post-navigation .elementor-post-navigation__prev a {
    justify-content: flex-end;
}
body:not(.single-nieuws) .elementor-post-navigation span.elementor-post-navigation__link__prev {
    order: 1;
}
body:not(.single-nieuws) .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    order: 2;
    transform: rotate(180deg)
}

/* ANCHOR LINK WIDGET OFFSET */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
    visibility: hidden;
    pointer-events: none;
}
/* ELEMENTOR WIDGET - SHARE BUTTONS */
.elementor-widget-share-buttons .elementor-grid {
    display: flex;
    gap: 8px;
}

/* ELEMENTOR INFO BOX */
/* onderdelen */
.info-box--onderdelen .pp-info-box {
    padding: 24px;
    background: #fff;
    border: 3px solid var(--e-global-color-04c0c7f);
}





/*--------------------------------------------------------------
## PLUGINS CUSTOM OPMAAK
--------------------------------------------------------------*/
/* PLUG-IN - POWERPACK PRO FOR ELEMENTOR */
/* CATEGORIES WIDGET */
/* image aspect ratio fix 11/10/22 */
.elementor-widget-pp-categories .elementor-grid {
    grid-row-gap: calc(54px + 32px) !important;
}
.elementor-widget-pp-categories .pp-grid-item {
    height: calc(100% + 54px) !important;
}
/* .elementor-widget-pp-categories .pp-grid-item .pp-category-link {
    display: inline-block;
    height: 100% !important;
    min-width: 100%;
} */
.elementor-widget-pp-categories .pp-grid-item .pp-category-link .pp-category-inner {
    height: auto !important;
}
.elementor-widget-pp-categories .pp-grid-item .pp-category-link .pp-category-inner img {
    aspect-ratio: 1030/601;
}
/* image omhoog plaatsen */
.elementor-widget-pp-categories .pp-category .pp-category-inner {
    /* padding-top: 58px; */
}
.elementor-widget-pp-categories .pp-category .pp-category-inner img {
    /* transform: translateY(-58px); */
}
/* hover state */
.elementor-widget-pp-categories .pp-category .pp-category-content {
    transition: transform 300ms ease-out;
}
.elementor-widget-pp-categories .pp-category:hover .pp-category-content {
    transform: translateY(-12px);
}
/* pijtje */
.elementor-widget-pp-categories .pp-category .pp-category-content {
    position: relative;
}
.elementor-widget-pp-categories .pp-category .pp-category-content::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: -2px;
}
.elementor-widget-pp-categories .pp-category .pp-category-title {
    position: relative;
    z-index: 1;
}
/* lees meer tekst */
.elementor-widget-pp-categories .pp-category .pp-category-title::after {
    content: 'Meer info →';
    position: absolute;
    left: 8px; /*8px om breedte pijltje op te vangen */
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
    color: var(--e-global-color-accent);
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    transform: translateY(8px);
}
.elementor-widget-pp-categories .pp-category:hover .pp-category-title::after {
    opacity: 1;
    transform: translateY(2px);
    transition: opacity 200ms 200ms ease-out, transform 150ms 200ms ease-out;
}

/* plugin - powerpack pro for elementor - iamge slider widget */
/* max-height image aanpassen */
.pp-swiper-slider img {
    max-height: 460px;
    min-height: 460px;
    width: 100%;
    object-fit: cover;
}
/* bug fix overflow hidden */
.elementor-widget-pp-image-slider .swiper-container-wrap {
    overflow: hidden;
}
/* hide wrong buttons */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
@media (max-width:480px) {
    .pp-swiper-slider img {
        max-height: 210px;
        min-height: 210px;
    }
}
@media (min-width:481px) and (max-width:676px) {
    .pp-swiper-slider img {
        max-height: 360px;
        min-height: 360px;
    }
}
/* plugin - powerpack pro for elementor- advanced posts widget */ /* NIET IN GEBRUIK, NIET COMPATIBEL MET SUPER CAT FILTER */
/* globale styling */
.pp-posts .pp-post-content {
    background: white;
}
.pp-posts .pp-post-title {
    margin-top: 0;
}
/* hover state */
.pp-posts .pp-post .pp-post-content {
    transition: transform 300ms ease-out;
}
.pp-posts .pp-post:hover .pp-post-content {
    transform: translateY(-24px);
}
/* pijtje */
.pp-posts .pp-post .pp-post-content {
    position: relative;
}
.pp-posts .pp-post .pp-post-content::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: -2px;
}
.pp-posts .pp-post .pp-post-title {
    position: relative;
    z-index: 1;
}
/* lees meer tekst */
.pp-posts .pp-post .pp-posts-button {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 100ms ease-in-out, transform 100ms 300ms ease-in-out;
}
.pp-posts .pp-post:hover .pp-posts-button {
    transform: translateY(4px);
    opacity: 1;
    transition: opacity 200ms 200ms ease-out, transform 150ms 200ms ease-out;
}

/* PLUGIN - SUPER CAT - POST FILTER BAR WIDGET */
.elementor-widget-post-filter .super-cat-post-filter {
    border-top: 1px solid var(--e-global-color-26249bf);
    border-right: 1px solid var(--e-global-color-26249bf);
    border-bottom: 1px solid var(--e-global-color-26249bf);
    min-width: 112px;
    text-align: center;
}
.elementor-widget-post-filter .super-cat-post-filter:nth-child(1) {
    border-left: 1px solid var(--e-global-color-26249bf);
}
.elementor-widget-post-filter .super-cat-post-filter.elementor-active {
    background: var(--e-global-color-accent);
}

/* PLUGIN - PRINT FRIENDLY */
/*--------------------------------------------------------------*/
.printfriendly a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background: var( --e-global-color-accent );
    color: #fff;
    padding: 12px 24px;
    border-radius: 3px;
}
.printfriendly i {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}

/* PLUGIN - FILTER EVEYTHING PRO */
/*--------------------------------------------------------------*/
.wpc-posts-found {
    display: none;
}

/* plugin - filter everything pro - custom order */
/* voertuigen order */
.wpc-filter-voertuig_categorie .wpc-filters-ul-list,
.wpc-filter-verhuur_categorie .wpc-filters-ul-list {
    display: flex;
    flex-direction: column;
}
/* voertuigen - trekker oplegger */
.wpc-term-id-229 {order: 5;}
.wpc-term-id-230 {order: 1;}
.wpc-term-id-231 {order: 4;}
.wpc-term-id-232 {order: 6;}
.wpc-term-id-233 {order: 2;}
.wpc-term-id-234 {order: 3;}
.wpc-term-id-252 {order: 7;}
/* voertuigen - clixtar */
.wpc-term-id-211 {order: 2;}
.wpc-term-id-212 {order: 3;}
.wpc-term-id-213 {order: 1;}
.wpc-term-id-210 {order: 4;}
/* voertuigen - aanhangwagen */
.wpc-term-id-199 {order: 2;} /* Luchtgeremd */
.wpc-term-id-200 {order: 3;} /* Luchtremmen op auto's */
.wpc-term-id-201 {order: 1;} /* Oploopgeremd */
.wpc-term-id-290 {order: 4;} /* Trekkogel op auto's */
/* verhuur - losse trekkers */
.wpc-term-id-182 {order: 3;}
.wpc-term-id-183 {order: 2;}
.wpc-term-id-184 {order: 1;}
/* verhuur - losse opleggers-aanhangwagens */
.wpc-term-id-177 {order: 1;}
.wpc-term-id-178 {order: 4;}
.wpc-term-id-179 {order: 2;}
.wpc-term-id-180 {order: 3;}



/* PLUGIN - COMPLIANZ */
/*--------------------------------------------------------------*/
#cmplz-manage-consent .cmplz-manage-consent {
	display: none;
}




/*--------------------------------------------------------------
## VELDHUIZEN CUSTOM GALLERY
--------------------------------------------------------------*/
/* originele galerij styling */
#modal-image {
    height: 520px;
    width: 100%;
    object-fit: cover;
}
@media (max-width:480px) {
    #modal-image {
        height: 210px;
    }
}
@media (min-width:481px) and (max-width:676px) {
    #modal-image {
        height: 360px;
    }
}

/* navigation arrows */
.gal-nav a {
    background-color: #FFFFFF7A !important;
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center; */
    align-items: center;
    /* -webkit-box-pack: center; */
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    position: absolute;
    top: 260px;
    width: 1.8182em;
    height: 1.8182em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.gal-nav.nav-prev a {
    left: 8px;
}
.gal-nav.nav-next a {
    right: 8px;
}
.gal-nav i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    color: var( --e-global-color-fa5d793 );
}
@media (max-width:480px) {
    .gal-nav a {
        top: calc(210px / 2);
    }
}
@media (min-width:481px) and (max-width:676px) {
    .gal-nav a {
        top: calc(360px / 2);
    }
}
/* grid */
.product-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
@media (min-width:481px) and (max-width:767px) {
    .product-grid-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 480px) {
    .product-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.product-grid-wrapper img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}
#myModal{
	margin-bottom: 8px;
}







/*--------------------------------------------------------------
## MEGA MENU
--------------------------------------------------------------*/

/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: "Open Sans";
  display: flex;
  justify-content: right;
  font-weight: 500;
}

/* Links inside the navbar */
.navbar .vld-menu-item {
    position: relative;
    font-size: 14px;
    color: #555;
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
    font-weight: 500 !important;
    height: 95px;
    border-radius: 0;
    border: none;
    border-right: solid 1px #c4c4c4;
    border-bottom: solid 3px #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: flex-end;
}

/* The dropdown container */
.dropdown{
    float: left;
    overflow: hidden;
}
.dropdown-service .row{
    background: transparent !important;
    width: 220px;
}
.dropdown-service .row .column{
    width: 220px;
    display: block;
    height: unset;
}
.dropdown-service  .dropdown-content{
    background: transparent;
    border: none;
    left: unset !important;
}
.service-item{
    position: relative;
}
.dropdown-service .row .column a{
    display: block;
    width: 100%;
    padding: 10px 25px 10px 30px;
    display: block;
    text-align: left;
    color: #555;
    font-weight: 400;
    position: relative;
}
.dropdown-service a:before{
    content: "›";
    position: absolute;
    transform: translatex(-9px) translateY(-1px);
}
.dropdown-service a:hover{
    background-color: var(--e-global-color-primary);
    color: #fff !important;
}

/* Dropdown button */
.dropdown .dropbtn{
  font-size: 14px;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.vld-menu-item .fa:before{
    padding-left: 5px !important;
}


/* Dropdown content (hidden by default) */
/* start dropdown boxed */
.dropdown:not(:first-child) .vld-menu-item {
    min-width: 120px;
    justify-content: center;
}
.con--menu-wrapper,
.html--menu-wrapper {
    position: unset;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    left: 0;
    z-index: 9999;
}
.mega .dropdown-content {
    width: 100vw;
}
.column .dropdown-link:nth-child(1) {
    border-left: solid 2px #f9f9f9;
}

.dropdown.mega:hover .dropbtn {
    border-bottom: solid 3px var(--e-global-color-primary);
    background-color: #f9f9f9 !important;
}
/* .mega.hover_active .dropbtn {
    border-bottom: solid 3px var(--e-global-color-primary);
} */
/* end dropdown boxed */

.elementor-sticky--active .dropdown-content{
	top: 95px;
}
/* Mega Menu header, if needed */
.dropdown-content .header, .dropdown-content2 .header {
  background: red;
  padding: 16px;
  color: white;
}
/* Show the dropdown menu on hover */
.dropdown:hover > .dropdown-content {
  display: block;
}
.dropdown-link > a{
    color: #000;
    font-weight: 400;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  height: 200px;
  border-bottom: solid 2px var(--e-global-color-04c0c7f);
  justify-content: center;
}
/* Style links inside the columns */
.column .dropdown-link {
  float: none;
  color: var(--e-global-color-text);
  /* padding: 16px; */
  padding: 16px 48px;
  text-decoration: none;
  display: block;
  text-align: center;
  /* width: 100% */
}
.column .dropdown-link a {
	color: var(--e-global-color-text);
}
.column .dropdown-link {
    position: relative;
    border-right: solid 2px #f9f9f9;
}
.column .dropdown-link .menu-img{
    max-height: 140px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 240px;
    height: auto;
}
.vld-menu-item:hover,
.vld-menu-item:focus {
    background-color: #fff !important;
    color: #555 !important;
    border-bottom: solid 3px var(--e-global-color-primary);
}
.dropdown-content .vld-menu-item:hover,
.dropdown-content .vld-menu-item:focus {
    background-color: #fff !important;
    color: #555 !important;
    border-bottom: solid 3px var(--e-global-color-primary);
}
/* Add a background color on hover */
.column .dropdown-link:hover {
  background-color: #f9f9f9;
}

.blokmenu{
	display: none;
    position: absolute;
    top: calc(100% + -1px);
    background-color: #fff;
    width: 101%;
    left: -0.6%;
    list-style-type: none;
    padding: 0;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    border-top: solid 3px var(--e-global-color-primary);
}
.blokmenu li {
    padding: 0px;
    border-bottom: solid 2px #f9f9f9;
}

.blokmenu a {
    width: 100%;
    padding: 10px 25px 10px 30px;
    display: block;
    text-align: left;
    color: #555;
    font-weight: 400;
    position: relative;
}
.blokmenu a:before{
    content: "›";
    position: absolute;
    transform: translatex(-9px) translateY(-1px);
}
.blokmenu a:hover,
.blokmenu a:focus {
    background-color: var(--e-global-color-primary);
    color: #fff;
}
.column .dropdown-link:hover .blokmenu, .blokmenu:hover,
.column .dropdown-link:hover .blokmenu, .blokmenu:focus {
  display: block;
}
.main-menu-item {
    font-weight: 200 !important;
}
.main-menu-item:before {
    display: none;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

@media only screen and (max-width: 1024px) {
    .elementor-top-section .navbar{
        display: none !important;
    }
}

/* RESP MENU */
.icon__resp-menu .elementor-icon {
    background: var(--e-global-color-primary);
    padding: 8px;
    border-radius: 8px;
    font-size: 24px;
}
.con--menu-wrapper .elementor-widget-icon {
    margin-right: var(--global-padding);
    margin-top: 8px;
    margin-bottom: 8px;
}
/* MENU SWAP */
@media only screen and (min-width:861px) {
    .con--menu-wrapper .icon__resp-menu {
        display: none;
    }
}
@media (max-width:860px) {
    .con--menu-wrapper .html--menu-wrapper {
        display: none;
    }
}


   

	
/*--------------------------------------------------------------
## WOOCOMMERCE
--------------------------------------------------------------*/
.meerprijs b {
    color: var(--e-global-color-primary);
	text-transform: uppercase;
}

.prijsbox {
	color: var(--e-global-color-primary);
	font-weight: 700;
	float: right;
    padding-left: 10px;
	white-space: nowrap;
}

table {
	font-size: unset;
}

.break-line { 
	display:block; 
	float:left;
}

.new-line {   
	clear: both;
	margin: 0;
	padding: 0; 
	float:left;
}

.new-line td {  
	border:none; 
	padding-right:0px; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:0px; 
	vertical-align:top;
}

td.seperate-tab { 
	text-align:left; 
	width:10px; 
	vertical-align:text-top; 
	display:table-cell;
}

td.euro-tab  { 
	text-align:right;
	font-weight:bold;
	color: var(--e-global-color-accent);
	padding-left:30px !important;
	min-width: 40px;
	white-space: nowrap;
}


td.text-tab {    
	display: table-cell;
	text-align: left; 
	padding-right:0px;
}

.meerprijs { 
	margin-top:17px;
	margin-bottom:17px;
}

.new-line tr:first-child th, .new-line tr:first-child td { 
	border:0px !important;
}

.product-beschrijving p { 
	margin:9px;
}
	
.product-beschrijving2 span, .product-beschrijving3 span,  .product-beschrijving5 span { 
	float:right;
}

#product-section2 .avia_textblock  { 
	margin-bottom:10px; 
	line-height:24px;
}

.productText  { margin-bottom:1em;}

.dash {   
	clear: both;
	display: block;
	float: left;
	width: auto;
	margin-right:5px;
}

.productText p { 
	margin:0;
}
.productText br { 
	margin:0; 
	display:block;
}


.new-line2 {   
	clear: both;
	margin: 0;
	padding: 0; 
}

.new-line2 td {  
	border:none; 
	padding-right:0px; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:0px; 
	vertical-align:top;
}

.new-line2 tr:first-child th, .new-line2 tr:first-child td { 
	border:0px !important;
}

table.new-line:last-child { 
	margin-bottom:10px;
}

.meerprijs table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

.verhuur-template-default .elementor-widget-theme-post-content {
    max-width: unset;
}

table.rentpage{
    width: 100% !important;
}


/* Woocommerce */
@import "plugins/woocommerce/tables";
 @import "plugins/woocommerce/products";
 @import "plugins/woocommerce/single-product";
 @import "plugins/woocommerce/checkout";
 @import "plugins/woocommerce/components";
 @import "plugins/woocommerce/widgets";
 @import "plugins/woocommerce/cart";
/* Theme Name: Veldhuizen WooCommerce styles override */
/** * Shop tables */
/** * Products */
/** * Single product */
/** * Checkout */
/** * General WooCommerce components */
/** * WooCommerce widgets */
 .woocommerce .bold {
	 font-weight: 700;
}
 .woocommerce .center {
	 text-align: center;
	 margin-bottom: 0;
}
 .woocommerce hr.divider-shop {
	 border-top: 1px solid #ccc 0a;
	 width: 100%;
	 margin-bottom: 0;
}
 .woocommerce .woocommerce-breadcrumb {
	 display: none !important;
	 margin: 0 !important;
}
 .woocommerce .entry-summary {
	 margin: 0 !important;
     float: none !important;
     width: 100% !important;
}
 .woocommerce .veldhuizen__container {
	 grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
}
 @media screen and (max-width: calc(500px + 5px)) {
	 .woocommerce .veldhuizen__container {
		 grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
	}
	 .woocommerce .veldhuizen__container .block img {
		 height: 100px;
	}
}
 .woocommerce .veldhuizen__container.two-col {
	 grid-template-columns: calc(70% - 10px) 30%;
}
 @media screen and (max-width: calc(1024px + 5px)) {
	 .woocommerce .veldhuizen__container.two-col {
		 grid-template-columns: calc(60% - 10px) 40%;
	}
}
 @media screen and (max-width: calc(700px + 5px)) {
	 .woocommerce .veldhuizen__container.two-col {
		 grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
	}
}
 .woocommerce .veldhuizen__container.two-col .contact-card {
	 background-color: white;
	 padding: 40px 20px;
	 box-shadow: 2px 2px 3px rgba(238, 238, 238, 0.747);
	 display: flex;
	 flex-wrap: wrap;
}
 .woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper h4 {
	 color: #0b9a71;
	 margin: 0;
}
 .woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper p {
	 margin: 0;
	 color: #555;
	 line-height: 1.8;
}
 @media screen and (max-width: calc(1024px + 5px)) {
	 .woocommerce .veldhuizen__container.two-col .contact-card {
		 align-content: space-around;
	}
}
 @media screen and (max-width: calc(700px + 5px)) {
	 .woocommerce .veldhuizen__container.two-col .contact-card {
		 justify-content: space-between;
	}
	 .woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper {
		 padding: 10px;
	}
}
 @media screen and (max-width: calc(600px + 5px)) {
	 .woocommerce .veldhuizen__container.two-col .contact-card {
		 justify-content: center;
	}
	 .woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper {
		 width: 100%;
		 text-align: center;
	}
}
 .archive .page-title {
	 display: none;
}
 .archive hr.divider-shop {
	 grid-column-start: 1;
	 grid-column-end: 5;
}
 .archive #secondary {
	 display: none;
}
 .product-template-default .veldhuizen__container {
	 grid-template-columns: repeat(auto-fill, minmax(calc(33% - 10px), 1fr));
}
 .product-template-default .veldhuizen__container.one-col {
	 grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
}
 .product-template-default .veldhuizen__container.one-col.small {
	 max-width: 100%;
     text-align: center;
}


.woocommerce-grouped-product-list-item__image img{
	max-height: 90px;
	object-fit: contain;
}

 @media screen and (max-width: calc(1024px + 5px)) {
	 .product-template-default .veldhuizen__container.one-col.small {
		 width: 100%;
	}
}
 .product-template-default .veldhuizen__container.two-col {
	 width: 100%;
	 grid-column-gap: 30px;
	 grid-template-columns: 50% 50%;
     display: grid;
}

.product-template-default .veldhuizen__container.two-col img {
    width: 75%;
    margin: 40px auto;
    display: block !important;
}

 @media screen and (max-width: calc(1024px + 5px)) {
	 .product-template-default .veldhuizen__container.two-col {
		 grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
	}
	 .product-template-default .veldhuizen__container.two-col img {
		 position: static;
		 width: 80%;
		 margin: 0 auto;
		 padding-bottom: 50px;
	}
}
 @media screen and (max-width: calc(600px + 5px)) {
	 .product-template-default .veldhuizen__container.two-col {
		 width: 100%;
	}
}
 @media screen and (max-width: calc(500px + 5px)) {
	 .product-template-default .veldhuizen__container.two-col {
		 font-size: 9px;
	}
}
 .product-template-default .new-rows {
	 line-height: 1.5;
}
 .product-template-default .grouped_form table tbody > :nth-child(even) {
	 background-color: #ececec;
}
 .product-template-default .grouped_form table tbody tr td.cell-names {
	 color: #0b9a71;
	 font-weight: 700;
}
 .product-template-default .grouped_form table tbody tr td {
	 font-size: 0.85em;
}
 .product-template-default .grouped_form table tbody tr td > p {
	 text-transform: capitalize;
}
 .product-template-default .grouped_form table tbody tr td .quantity input[type=number] {
	 width: 60px;
}
 .product-template-default .grouped_form .single_add_to_cart_button {
	 cursor: pointer;
	 background-color: #ff5400 !important;
	 color: white;
	 margin: 1.2rem 0;
	 padding: 15px 30px;
	 -webkit-transition: background-color 0.3s ease-in-out;
	 -moz-transition: background-color 0.3s ease-in-out;
	 -o-transition: background-color 0.3s ease-in-out;
	 transition: background-color 0.3s ease-in-out;
}
 .product-template-default .grouped_form .single_add_to_cart_button:hover {
	 background-color: #555;
}
 .product-template-default .grouped_form .single_add_to_cart_button .fas {
	 margin-right: 10px;
}
 .product-template-default .woocommerce-tabs, .product-template-default .woocommerce-product-gallery, .product-template-default p.price, .product-template-default .product_title, .product-template-default .product_meta, .product-template-default #secondary {
	 display: none;
}
 .single-product .veldhuizen__container.simple {
	 grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
	 column-gap: 20px;
}
 .single-product .veldhuizen__container.simple section {
	 justify-self: end;
}
 .single-product .veldhuizen__container.simple section h3 {
	 margin: 0;
}
 @media screen and (max-width: calc(500px + 5px)) {
	 .single-product .veldhuizen__container.simple {
		 column-gap: 5px;
	}
}
 .single-product .veldhuizen__container.simple .related-products-flex {
	 justify-self: start;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
	 justify-content: space-between;
}
 .single-product .veldhuizen__container.simple .related-products-flex a {
	 color: #a8a8a8;
	 text-decoration: none;
	 font-size: 0.8em;
}
 .single-product .veldhuizen__container.simple .related-products-flex a:hover {
	 color: #0b9a71;
}
 .single-product .veldhuizen__container.simple .related-products-flex a article {
	 margin: 0 auto;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 padding: 10px;
}
 .single-product .veldhuizen__container.simple .related-products-flex a article h5 {
	 font-size: 1.2em;
	 font-weight: 400;
	 margin: 5px;
}
 .single-product .veldhuizen__container.simple .related-products-flex a article p {
	 margin: 5px;
}
 .single-product .veldhuizen__container.simple .cart {
	 width: 100%;
}
 .single-product .veldhuizen__container.simple .cart .quantity {
	 margin-top: 10px;
	 width: 75%;
	 transform: translateX(25%);
}

.woocommerce-shipping-fields{
	display: none;
}

 @media screen and (max-width: calc(500px + 5px)) {
	 .single-product .veldhuizen__container.simple .cart .quantity {
		 width: auto;
		 transform: unset;
	}
}
 .single-product .veldhuizen__container.simple .cart button {
	 width: 100%;
	 cursor: pointer;
	 background-color: #ff5400;
	 color: white;
	 margin-top: 1.2rem;
	 padding: 15px 30px;
	 -webkit-transition: background-color 0.3s ease-in-out;
	 -moz-transition: background-color 0.3s ease-in-out;
	 -o-transition: background-color 0.3s ease-in-out;
	 transition: background-color 0.3s ease-in-out;
}
 .single-product .veldhuizen__container.simple .cart button:hover {
	 background-color: #555;
}
 .single-product .veldhuizen__container.simple .cart button .fas {
	 margin-right: 10px;
}
 .single-product .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
	 display: none;
}
 .single-product .related {
	 display: none;
}


 .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
	 display: block;
	 background-color: #ff5400;
	 padding: 15px;
	 text-align: center;
	 text-decoration: none;
	 margin-bottom: 10px;
}
 .woocommerce-notices-wrapper .woocommerce-error {

	 margin: 0;
	 list-style-type: none;
	 background-color: #b60000;
}

.single-product .site-main {
    max-width: 99.4vw !important;
    width: 99.4vw !important;
}


.woocommerce div.product div.summary {
    display: block !important;
    background-color: #fff;
    padding: 40px;
    margin: 60px auto !important;
}

.product-template-default .veldhuizen__container.two-col {
    display: block !important;
}

.woocommerce div.product div.summary .top__banner{
    display: none;
}

@media (min-width: 576px) {
    body:not([class*=elementor-page-]) .entry-summary {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    body:not([class*=elementor-page-]) .entry-summary {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    body:not([class*=elementor-page-]) .entry-summary {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .entry-summary {
        max-width: 960px;
    }
}

.title-box-container{
    background-color: #0b9a71;
    padding: 24px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.title-box{
    padding: 8px 24px 8px 24px;
    border-style: solid;
    border-color: var( --e-global-color-c0d0547 );
    width: fit-content;
}

.title-box h1 {
    color: #fff !important;
}

.woocommerce .woocommerce-breadcrumb {
    display: block !important;
    padding: 2px 0px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var( --e-global-color-accent );
}

table td {
    vertical-align: middle !important;
}

.product-template-default .grouped_form table tbody > :nth-child(even), table tbody>tr:first-child>td {
    background-color: transparent !important;
}

/*
WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	ul.products.columns-3 li.product {
		width: 30.79667%;
	}
	ul.products.columns-4 li.product {
		width: 22.15%;
	}
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

.checkout__layout {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1001px) {
	.checkout__layout {
		width: calc(100% - 2rem);
	}
}

.checkout__layout p strong {
	color: #0b9a71;
}

.checkout__layout--inner {
	box-sizing: border-box;
	padding: 2rem;
	background-color: #d7d7d7;
}

.checkout__layout--inner input[type="text"],
.checkout__layout--inner input[type="tel"],
.checkout__layout--inner input[type="email"],
.checkout__layout--inner select {
	width: 100%;
	padding: 10px;
}

.checkout__payment {
	margin: 0;
}

.checkout__product, .checkout__product--top {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ff5400 !important;
    color: #fff;
}

.checkout__product:nth-child(odd), .checkout__product--top:nth-child(odd) {
	background-color: #eeeded;
}

.checkout__product--item, .checkout__product--heading, .checkout__product--price {
    width: calc(93% / 3 - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    word-break: break-word;
}

.checkout__product--price {
	width: 22%;
	justify-content: flex-end;
	align-items: center;
}

.checkout__product--top {
	font-weight: 600;
}

.checkout__product--top:nth-child(odd) {
	background-color: #0B9A71;
    color: #fff;
}

.checkout__product--bottom {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #b9dcd2;
	border: 1px solid #0B9A71;
	margin-top: 10px;
}

.checkout__product--subtotal, .checkout__product--total {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	padding: 5px 0;
	box-sizing: border-box;
}

.checkout__product--subtotal i, .checkout__product--total i {
	margin-right: 5px;
	font-style: normal;
}

.checkout__product--subtotal p, .checkout__product--total p {
	margin: 0;
}

.checkout__product--subtotal p strong, .checkout__product--total p strong {
	color: black !important;
}

.checkout__product--subtotal a, .checkout__product--total a {
	display: none;
}

.checkout__shipping {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

.checkout__shipping--item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    padding: 10px 0px;
}

.checkout__shipping--item input {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

.checkout__layout {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1001px) {
	.checkout__layout {
		width: calc(100% - 2rem);
	}
}

.checkout__layout p strong {
	color: #0b9a71;
}

.checkout__layout--inner {
	box-sizing: border-box;
	padding: 2rem;
	background-color: #c5c5c5;
}

.woocommerce-checkout-payment {
	padding: 10px;
	background-color: #fffae6;
}

.woocommerce-checkout-payment ul {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout-payment ul li {
	list-style: none;
	background-color: #fff;
	border: 1px solid #ffe479;
	padding: 10px;
	border-radius: 5px;
}

.woocommerce-checkout-payment ul li label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.woocommerce-checkout-payment ul li label:hover {
	cursor: pointer;
}

.woocommerce-checkout-payment ul li label img {
	max-width: 200px;
}

.woocommerce-checkout-payment ul li:not(:last-child) {
	margin-bottom: 5px;
}

.checkout__thanks--heading {
	margin: 0;
	font-size: 25px;
}

.checkout__thanks--succes {
	background-color: #0b9a71;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
}

.checkout__thanks--list {
    margin: 0;
    padding: 1em 10px;
    background: #fff;
}
.checkout__thanks--list + p {
    background: #fff;
    padding: 0 10px 10px;
}

.checkout__thanks--list li {
	list-style: none;
}

.woopack-product-checkout address {
    background: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.checkout__order--overview {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px;
}

.checkout__order--row {
	display: flex;
	justify-content: space-between;
}

.checkout__order--item, .checkout__order--heading {
	width: calc(100% / 2 - 10px);
	padding: 10px;
}

.checkout__order--heading {
	width: calc(100% / 2);
	background-color: #0b9a71;
	color: #fff;
	font-weight: 600;
}

.woocommerce-checkout-payment {
	display: flex;
	flex-direction: column;
	background-color: #fffae6;
	margin-top: 10px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

.pp-woo-checkout-col-2 .woocommerce .col2-set {
    width: calc( 105% - (53px / 2) ) !important ;
    margin-right: 53px;
}

.woocommerce-column--shipping-address .woocommerce-column__title, .woocommerce-column--billing-address .woocommerce-column__title{
    font-size: 12px !important;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message {
	width: 1000px;
	margin: 0 auto;
}

.woocommerce-message a {
	color: #fff;
	margin-left: 5px;
}

@media screen and (max-width: 1001px) {
	.woocommerce-message {
		width: calc(100% - 1rem);
	}
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0b9a71;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0b9a71;
    padding-left: 50px;
    border-top-color: #0b9a71 !important;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.cart__container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

@media screen and (max-width: 1001px) {
	.cart__container {
		width: calc(100% - 2rem);
	}
}

.cart__empty .woocommerce-info {
	background-color: #d7d7d7;
    padding: 10px 45px;
	color: #000;
}

.cart thead {
	background-color: #fff;
}

.cart thead th {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.cart__remove {
	margin-right: 30px;
	margin-left: 15px;
	font-weight: 600;
	color: green;
}

.cart__remove a {
	color: green;
	text-decoration: none;
}

.cart__remove a:hover {
	cursor: pointer;
}

.cart__navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	margin-top: 1rem;
}



.cart__navigation--button {
	background-color: #0b9a71;
	color: #fff !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 0;
	line-height: unset;
	text-decoration: none;
}

.cart__navigation--button:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.cart__navigation--button:visited {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.cart__heading, .cart__row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.cart__heading--item, .cart__row--item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% / 5 - 10px);
	box-sizing: border-box;
	padding: 10px;
}

.cart__heading--item p, .cart__row--item p {
	margin: 0;
	font-weight: 600;
}

.cart__row:nth-child(odd) {
	background-color: #e7e7e7;
}

.cart__row--item img {
	max-width: 50px;
}

@media screen and (max-width: 1000px) {
	.cart__row--item img {
		display: none;
	}
}

.cart__row--item p {
	font-weight: 200;
}

.cart__row--item input {
	width: 100%;
}

.return-to-shop a {
	background-color: #0b9a71;
	color: #ffffff;
	border-color: #097850;
	text-decoration: none;
	padding: 10px 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 1001px) {
	.return-to-shop a {
		width: 100%;
	}
}

.cart_item {
	background-color: #fff;
}

.cart_item td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.woocommerce .bold {
	font-weight: 700;
}

.woocommerce .center {
	text-align: center;
	margin-bottom: 0;
}

.woocommerce hr.divider-shop {
	border-top: 1px solid #cccccc0a;
	width: 100%;
	margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
	display: none !important;
	margin: 0 !important;
}

.woocommerce .entry-summary {
	margin: 0 !important;
}

.woocommerce .veldhuizen__container {
	grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
}

@media screen and (max-width: calc(500px + 5px)) {
	.woocommerce .veldhuizen__container {
		grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
	}
	.woocommerce .veldhuizen__container .block img {
		height: 100px;
	}
}

.woocommerce .veldhuizen__container.two-col {
	grid-template-columns: calc(70% - 10px) 30%;
}

@media screen and (max-width: calc(1024px + 5px)) {
	.woocommerce .veldhuizen__container.two-col {
		grid-template-columns: calc(60% - 10px) 40%;
	}
}

@media screen and (max-width: calc(700px + 5px)) {
	.woocommerce .veldhuizen__container.two-col {
		grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
	}
}

.woocommerce .veldhuizen__container.two-col .contact-card {
	background-color: white;
	padding: 40px 20px;
	box-shadow: 2px 2px 3px rgba(238, 238, 238, 0.747);
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper h4 {
	color: #0b9a71;
	margin: 0;
}

.woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper p {
	margin: 0;
	color: #555555;
	line-height: 1.8;
}

@media screen and (max-width: calc(1024px + 5px)) {
	.woocommerce .veldhuizen__container.two-col .contact-card {
		align-content: space-around;
	}
}

@media screen and (max-width: calc(700px + 5px)) {
	.woocommerce .veldhuizen__container.two-col .contact-card {
		justify-content: space-between;
	}
	.woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper {
		padding: 10px;
	}
}

@media screen and (max-width: calc(600px + 5px)) {
	.woocommerce .veldhuizen__container.two-col .contact-card {
		justify-content: center;
	}
	.woocommerce .veldhuizen__container.two-col .contact-card .wc-flex-wrapper {
		width: 100%;
		text-align: center;
	}
}

.archive .page-title {
	display: none;
}

.archive hr.divider-shop {
	grid-column-start: 1;
	grid-column-end: 5;
}

.archive #secondary {
	display: none;
}

.product-template-default .veldhuizen__container {
	grid-template-columns: repeat(auto-fill, minmax(calc(33% - 10px), 1fr));
}

.product-template-default .veldhuizen__container.one-col {
	grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
}

.product-template-default .veldhuizen__container.one-col.small {
	max-width: 800px;
}

@media screen and (max-width: calc(1024px + 5px)) {
	.product-template-default .veldhuizen__container.one-col.small {
		width: 100%;
	}
}


@media screen and (max-width: calc(1024px + 5px)) {
	.product-template-default .veldhuizen__container.two-col {
		grid-template-columns: repeat(auto-fill, minmax(calc(100% - 10px), 1fr));
	}
	.product-template-default .veldhuizen__container.two-col img {
		position: static;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: calc(600px + 5px)) {
	.product-template-default .veldhuizen__container.two-col {
		width: 100%;
	}
}

@media screen and (max-width: calc(500px + 5px)) {
	.product-template-default .veldhuizen__container.two-col {
		font-size: 9px;
	}
}

.product-template-default .new-rows {
	line-height: 1.5;
}

.product-template-default .grouped_form table tbody > :nth-child(even) {
	background-color: #ECECEC;
}

.product-template-default .grouped_form table tbody tr td.cell-names {
	color: #0b9a71;
	font-weight: 700;
}

.product-template-default .grouped_form table tbody tr td {
	font-size: 0.85em;
}

.product-template-default .grouped_form table tbody tr td > p {
	text-transform: capitalize;
}

.product-template-default .grouped_form table tbody tr td .quantity input[type=number] {
	width: 60px;
}

.product-template-default .grouped_form .single_add_to_cart_button {
	cursor: pointer;
	background-color: #ff5400;
	color: white;
	margin: 1.2rem 0;
	padding: 15px 30px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.product-template-default .grouped_form .single_add_to_cart_button:hover {
	background-color: #555555;
}

.product-template-default .grouped_form .single_add_to_cart_button .fas {
	margin-right: 10px;
}

.product-template-default .woocommerce-tabs,
.product-template-default .woocommerce-product-gallery,
.product-template-default p.price,
.product-template-default .product_title,
.product-template-default .product_meta,
.product-template-default #secondary {
	display: none;
}

.single-product .veldhuizen__container.simple {
	grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
	column-gap: 20px;
}

.single-product .veldhuizen__container.simple section {
	justify-self: end;
}

.single-product .veldhuizen__container.simple section h3 {
	margin: 0;
}

@media screen and (max-width: calc(500px + 5px)) {
	.single-product .veldhuizen__container.simple {
		column-gap: 5px;
	}
}

.single-product .veldhuizen__container.simple .related-products-flex {
	justify-self: start;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.single-product .veldhuizen__container.simple .related-products-flex a {
	color: #a8a8a8;
	text-decoration: none;
	font-size: 0.8em;
}

.single-product .veldhuizen__container.simple .related-products-flex a:hover {
	color: #0b9a71;
}

.single-product .veldhuizen__container.simple .related-products-flex a article {
	margin: 0 auto;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 10px;
}

.single-product .veldhuizen__container.simple .related-products-flex a article h5 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 5px;
}

.single-product .veldhuizen__container.simple .related-products-flex a article p {
	margin: 5px;
}

.single-product .veldhuizen__container.simple .cart {
	width: 100%;
}

.single-product .veldhuizen__container.simple .cart .quantity {
	margin-top: 10px;
	width: 75%;
	transform: translateX(25%);
}

@media screen and (max-width: calc(500px + 5px)) {
	.single-product .veldhuizen__container.simple .cart .quantity {
		width: auto;
		transform: unset;
	}
}

.single-product .veldhuizen__container.simple .cart button {
	width: 100%;
	cursor: pointer;
	background-color: #ff5400;
	color: white;
	margin-top: 1.2rem;
	padding: 15px 30px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.single-product .veldhuizen__container.simple .cart button:hover {
	background-color: #555555;
}

.single-product .veldhuizen__container.simple .cart button .fas {
	margin-right: 10px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
	display: none;
}

.single-product .related {
	display: none;
}

.woocommerce-notices-wrapper {
	position: fixed;
	bottom: 20px;
	z-index: 5;
	border: 1px solid rgba(201, 201, 201, 0.651);
	right: 20px;
	box-shadow: -2px 2px 4px rgba(54, 54, 54, 0.329);
	min-height: 77px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: white;
    color: black;
    width: 340px;
    padding: 15px;
    padding: 15px 15px 15px 45px;
}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
	display: block;
	background-color: #ff5400;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
}

.woocommerce-notices-wrapper .woocommerce-error {
	margin: 0;
	list-style-type: none;
	background-color: #b60000;
}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents:before {
    content: "";
    background-image: url("https://img.icons8.com/pastel-glyph/2x/shopping-cart--v2.png");
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}

.cart-contents-count {
    position: absolute;
    top: 10px;
    right: -5px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
    z-index: 999; 
}

/*woocommerce 2.6 account nav*/
.woocommerce-MyAccount-navigation{
	float:left;
    height: auto;
    align-self: flex-start;
    padding: 0;
}

.post-14274 .add_to_cart_button {
	display: none !important;
}

.add_to_cart_button {
	background-color: #ff5400 !important;
	color: #fff !important;
}

.woocommerce-info::before{
    color: #fff;
}

.woocommerce-MyAccount-navigation .is-active a{
    background-color: #0b9a71;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul{
margin:0;
padding: 0;	
}

.woocommerce-MyAccount-navigation ul li{
	list-style-type: none;
	list-style-position: outside;
	margin:0;
	padding:0;
}

.woocommerce-MyAccount-navigation ul li a{
	padding:10px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width:1px;
	display: block;
}

.woocommerce-MyAccount-navigation ul li:last-child a{
	border:none;
}

.woocommerce-MyAccount-content{
	overflow: hidden;
    padding-left: 40px;
}

.woopack-product-checkout {
	width: 70%;
    display: block;
    margin: auto;
    padding: 24px;
    background-color: #d7d7d7;
	margin-bottom: 80px;
}

.woocommerce-cart .elementor-element-5291067{
	display: none;
}

	.elementor-widget-pp-woo-checkout .woocommerce #customer_details .col-1, .elementor-widget-pp-woo-checkout .woocommerce .pp-checkout__order_review, .elementor-widget-pp-woo-checkout .woocommerce .pp-coupon-box, .elementor-widget-pp-woo-checkout .woocommerce .pp-woocommerce-login-section, .elementor-widget-pp-woo-checkout .woocommerce .shipping_address, .elementor-widget-pp-woo-checkout .woocommerce .woocommerce-additional-fields, .elementor-widget-pp-woo-checkout .woocommerce .woocommerce-checkout #payment {
		padding: 20px 5px  !important;
	}

.woocommerce-error::before {
  display: none;
}

.woocommerce-error strong {
	color: #fff !important;
	font-weight: 900;
}

.checkout__product--item .product-quantity {
		width: 50px;
	}

.checkout__product--item, .checkout__product--heading, .checkout__product--price {
  width: calc(107% / 3 - 10px);
}

@media only screen and (max-width: 959px) {
    .woopack-product-checkout {
		width: 95%;
		padding: 5px;
    }
	
	.elementor-widget-pp-woo-checkout .woocommerce #customer_details .col-1, .elementor-widget-pp-woo-checkout .woocommerce .pp-checkout__order_review, .elementor-widget-pp-woo-checkout .woocommerce .pp-coupon-box, .elementor-widget-pp-woo-checkout .woocommerce .pp-woocommerce-login-section, .elementor-widget-pp-woo-checkout .woocommerce .shipping_address, .elementor-widget-pp-woo-checkout .woocommerce .woocommerce-additional-fields, .elementor-widget-pp-woo-checkout .woocommerce .woocommerce-checkout #payment {
		padding: 10px !important;
	}
	
	.checkout__product--item {
		justify-content: center;
	}
	
	.checkout__product--item .product-quantity {
		width: 45px;
	}
	
	.checkout__product--item, .checkout__product--heading, .checkout__product--price {
  		width: calc(115% / 3 - 10px);
	}
}

.elementor-element-7b88a15e {
	text-align: center;
    margin: auto;
    padding-bottom: 40px;
}

.single_add_to_cart_button:last-child {
  position: fixed !important;
  right: 20px;
  bottom: 0px;
  z-index: 999;
}


.woocommerce-MyAccount-navigation-link.is-active a{
	font-weight: bold;
}

.woocommerce a.remove {
	color: #0B9A71 !important;
	font-size: 2.7em;
	font-weight: 400;
}

.woocommerce-MyAccount-navigation-link a:hover{
	text-decoration: none;
}

.page-content .woocommerce {
    display: flex;
    padding: 100px 0px 100px 0;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-checkout .page-content .woocommerce {
    display: flex;
    padding: 20px 0px 100px 0;
}

.site-main .woocommerce a {
    color: #0B9A71;
    text-decoration: none;
}

.woocommerce-page .page-header {
    position: absolute;
    width: 100vw;
    background-color:#0B9A71;
    left: 0;
    text-align: center;
    padding: 10px 0px;
}

.woocommerce-page .page-header h1 {
    color: #fff;
    border: solid 1px #fff;
    padding: 12px;
    width: fit-content;
    margin: auto;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 10px 0 0 0;
}

.cart__navigation a{
	background-color: #FF5400;
	padding: 15px 25px;
	font-size: 15px;
	transition: all 300ms ease;
}

.cart__navigation a:hover{
	background-color: #0B9A71;
	transition: all 300ms ease;
}

.cart__navigation button{
	background-color: #b3b3b3;
	padding: 15px 25px;
	font-size: 15px;
}

h3#ship-to-different-address {
    font-size: 15px;
}

.woocommerce-checkout-review-order {
    width: 100% !important;
    margin-top: 20px;
}

.woocommerce-checkout-review-order .checkout__product--top:nth-child(odd), .checkout__product--bottom {
    background-color: #ffe479;
    color: #555;
    border: none;
}

.checkout__product:nth-child(odd):not(:first-child), .checkout__shipping {
    background-color: #fffae6 !important;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
        .page-content .woocommerce {
            display: block;
            float: none;
        }
    }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 989px) {

			.responsive #top #wrap_all #main .summary .products .thumbnail_container .button {
			text-indent: 20px;
			}

			.responsive .shop_columns_5 .products .product .thumbnail_container .button{
			text-indent: 20px;
			}

			.responsive div table.shop_table td {
			padding: 6px 5px;
			vertical-align: middle;
			}

			.responsive #top .single-product-main-image .thumbnails a { width: 30%; margin: 0 3% 3% 0;}

			.responsive #top .price_slider_amount .button{min-width: 100%; }
			.responsive div .widget_price_filter .price_slider_wrapper .price_label{ clear:both; float:none; }
			.html_header_sidebar .cart_dropdown .dropdown_widget{width:200px;}
			.responsive .added_to_cart_notification{width:200px;}
			
			.responsive .av_mobile_menu_tablet .cart_dropdown { position: absolute; top: 50%; margin: -23px 0px 0 0;}
			.responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown{right: 40px;}
			.responsive.html_mobile_menu_tablet #menu-item-shop{border-right:none;}
			.responsive.html_mobile_menu_tablet.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main{padding-top:119px;}

	}

   

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.responsive .single-product-main-image{width:100%; margin:0 30px 0 0;}
		
		.responsive #top .related.products .product, .responsive #top .upsells.products .product {
		margin: 0 4% 0 0;
		width: 48%;
		}

		.responsive #top .related.products .product:nth-child(even), .responsive #top .upsells.products .product:nth-child(even){
		margin: 0;
		}

        .veldhuizen__container.one-col.small {
            padding: 20px 20px;
        }

		.responsive #top #main .products .product {
		margin: 0 1% 1% 0;
		width: 49%;
		}

		.responsive #top .products .product:nth-child(odd){
		clear:both;
		}

		.responsive #top .products .product:nth-child(even){
		clear:none;
		}

		.responsive .cart-collaterals .cross-sells, .responsive .cart-collaterals .cart_totals, .responsive .shipping_calculator{
		width:100%;
		margin-top:20px;
		}

        .responsive .shipping_calculator {
            padding-top: 20px;
        }


		.responsive table.shop_table th {
			font-size: 11px;
			font-weight: normal;
			line-height: 18px;
			padding: 3px 4px;
			text-transform: none;
		}

		.responsive table.shop_table .product-thumbnail{
		display:none;
		}

		.responsive #top .col2-set .col-1, .responsive #top .col2-set .col-2, .responsive .cart-collaterals .shipping_calculator{
			width:89%;
			float:none;
			margin-bottom:20px;
		}

		.responsive #top .woocommerce-ordering{
			position: absolute;
			bottom:10px;
			left:0;
			right:auto;
			float:none;
			clear:both;
			margin:0;
			top:auto;
		}

		.responsive .shop_title_container{
			padding-bottom:50px;
		}

		.responsive .title_container .term_description{
			padding-right:0;
		}

		.responsive #top .single-product-main-image .thumbnails a { width: 30%; margin: 0 3% 3% 0;}
		
        .responsive .shop_table .product-quantity{
            display: none;
        }
        
        .responsive #order_review .shop_table .product-quantity {
			display: table !important;
		}
		
		.responsive  #top .single-product-main-image .onsale { top: 7px; right: 7px; }

		/*header*/
		.responsive #top .cart_dropdown {
		position: absolute;
		top: 50%;
		right: 7.5%;
		margin: -23px 50px 0 0;
		}
		
		.responsive.html_visible_cart .cart_dropdown{right: 7.5%;}
		
		.responsive #top #menu-item-shop.cart_dropdown{
		margin:0;
		top:0;
		border:none;
		height:100%;
		width: auto;
		line-height: 80px;
		}
		
		.responsive #top #menu-item-shop .cart_dropdown_link{line-height: 80px;}
		.responsive.html_cart_at_menu.html_header_sidebar #top #menu-item-shop .dropdown_widget.dropdown_widget_cart { width: 300px; }
		.responsive.html_cart_at_menu.html_header_sidebar #menu-item-shop .dropdown_widget .avia-arrow {right:40px;}
		.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop{left:auto;}
		
		.responsive .single-product-main-image .sidebar{display:none;}
		.responsive #top table .product-name { border-left-style: solid; border-left-width: 1px; }
		
		.responsive .single-product-main-image{padding-bottom:20px; }
		.responsive .single-product-summary{clear: both; }
		
		
		.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget{ left:auto; }
		.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget .avia-arrow{left:auto;}
		
		.responsive .woocommerce-MyAccount-navigation{
			float:none;
			display: block;
			margin:0 0 20px 0;
		}
		
        .woocommerce-MyAccount-content{ 
            padding: 20px;
        }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

        .site-main {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
		
		.archive .site-main {
            padding-right: 10px !important;
            padding-left: 10px !important;
        }

        .entry-summary {
            padding-right: 10px !important;
            padding-left: 10px !important; 
        }

		.responsive #top #main .products .product {
		margin: 0 0 20px 0;
		width: 100%;
		}

		.responsive #top #review_form #respond .comment-form-rating, .responsive div #shiptobilling {
		position: relative;
		right: 0;
		top: 0;
		float: none;
		}

		.responsive #commentform label {
		position: relative;
		left: 0;
		font-size: 11px;
		top: 0;
		font-weight: bold;
		}

        .woocommerce div.product div.summary {
            padding: 10px 0px;
        }

        .product-template-default .grouped_form table tbody tr td .quantity input[type=number] {
            width: 40px;
        }

        .cart__remove {
            margin-right: 5px;
            margin-left: -1px;
        }

        .cart__row--item:first-child {
            width: 10px !important;
            max-width: 20px !important;
        }

        .cart__heading--item:first-child {
            width: 10px !important;
            max-width: 20px !important;
        }

        .cart__row--item, .cart__heading--item {
            font-size: 10px !important;
        }

        table td, table th {
            padding: 7px;
        }

		.responsive table.shop_table .product-subtotal{
		display:none;
		}

        .cart__navigation--button {
            font-size: 12px !important;
        }

		/*.responsive table.shop_table th{display:none;}*/

        .responsive table.shop_table.cart {
            display: table;
        }

        .responsive table.shop_table.cart .product-thumbnail{
            display: none;
        }

        .responsive table.shop_table.cart td.product-remove{
            display: table-cell;
            padding: 3px 0 3px 3px;
        }

        .responsive table.shop_table.cart .product-remove{
            width: 10%;
        }

        .responsive table.shop_table.cart .product-name{
            display: table-cell;
            padding: 3px 0 3px 3px;
            width: 40%;
            text-align: center;
        }

        .responsive table.shop_table.cart td.product-price, .responsive table.shop_table.cart td.product-tax{
            display: table-cell;
            padding: 3px;
        }

        .responsive table.shop_table.cart .product-price, .responsive table.shop_table.cart .product-tax{
            width: 25%;
            text-align: center;
        }

        .responsive table.shop_table td{
            display:table-cell;
        }

		.responsive table.shop_table{
            display:table;
            border-width:1px;
            border-style: solid;
            overflow: hidden;
		}

		.responsive td.actions{overflow: hidden; padding:10px; }

		.responsive td.actions .coupon{
		width:100%;
		}

		.responsive #top table.shop_table .actions .button, .responsive #top table.shop_table .actions .coupon .input-text{
		width:100%;
		margin:0 0 5px 0;
		}


	}

    @media only screen and (max-width: 460px) {
        /* .woocommerce-grouped-product-list-item__image, .attachment-shop_thumbnail, .cell-names:first-child {
            display: none !important;
        } */

        .woocommerce-checkout-review-order{
            font-size: 12px !important;
        }

        #ship-to-different-address-checkbox span{
            font-size: 14px !important;
        }
		
		.cart__container {
			margin-top: -100px !important;
		}
		
		.woocommerce-notices-wrapper {
			  position: fixed !important;
			  z-index: 5 !important;
			  right: 10px !important;
			  height: fit-content !important;
			  bottom: 76px !important;
			  top: unset !important;
		}
    }


/*--------------------------------------------------------------
## WOOCOMMERCE V2.0
--------------------------------------------------------------*/
/* WOOCOMMERCE - WINKELWAGEN */
/* container */
.woocommerce-cart .woocommerce {
    flex-direction: column;
}
/* cart form */
.woocommerce-cart .woocommerce .woocommerce-cart-form {

}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-remove a {
    text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail img {
    min-width: 48px;
}
/* totals */
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 {
    display: none;
}






/*--------------------------------------------------------------
## PRINT MEDIA???
--------------------------------------------------------------*/
@page:not(:first) {
    .elementor-widget-theme-site-logo {
        display: none !important;    
    }   
}

/* ??? */
.acf-gallery[data-columns="8"] .acf-gallery-attachment {
    width: 10% !important;
}

@media only screen and (min-width: 479px) {
.elementor .afgeleverd.type-afgeleverd.status-publish.has-post-thumbnail.hentry {
	height: 100% !important;
}
.elementor-element.e-flex.e-con-boxed.e-con.e-parent {
	height: 100%;
}
.elementor-element.e-flex.e-con-boxed.e-con.e-parent .e-con-inner {
    height: 100%;
}
.elementor-element .e-flex.e-con-boxed.e-con.e-child {
    HEIGHT: 100%;
}

.opgeleverd-container
	.opgeleverd.item h3.elementor-heading-title.elementor-size-default {
		min-height: 40px;

}
}

@media only screen and (min-width: 1024px) {
	.opgeleverd-container{
		min-height: 350px;
	}
}


.opgeleverd-container:hover 
	.opgeleverd.item {
		margin-top: -20px;
		background: #fff;
		transition: ease-in-out .3s;
		position: relative; 
	}


	.opgeleverd-container:hover .opgeleverd.item:after {
		content: "Meer info →";
		position: absolute;
		left: 20px;
		bottom: 20px;
		display: block;
		width: 100%;
		height: auto;
		color: #ed7e12;
		text-transform: none;
		font-weight: 400;
		font-size: 14px;
		z-index: 8;
		opacity: 1;
		transform: translateY(2px);
		transition: opacity 400ms 400ms ease-out, transform 300ms 400ms ease-out;
	}



	.opgeleverd.item:before {
		content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: -2px;
}

.elementor-48782 .elementor-element.elementor-element-71d3f25 img {

    max-height: 290px;
}
	
	
