/*---- Common ----*/
.page-id-1117 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: var(--e-global-color-primary);
}
.page-id-1117 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover {
    color: #000;
}
.page-id-1117 .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    border-color: var(--e-global-color-primary);
}
.page-id-1117 .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.page-id-1117 .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--e-global-color-primary);
}

.page-id-1117 .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper div + p + p {
    display: none;
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,
body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,
body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
    background: var(--e-global-color-primary);
}

.sticky-head-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}


.item-keuringen {
      aspect-ratio: 1/1;
}
.item-keuringen .elementor-widget-icon {
    line-height: 0;
    width: 100%;
    height: 100%;
}
.item-keuringen .elementor-widget-icon * {
    height: 100%;
    width: 100%;
}
.item-keuringen .elementor-icon path {
    transition: all ease 0.3s;
}
.item-keuringen:hover .elementor-icon path {
    fill: var(--e-global-color-primary);
}

/*---- Cart Drawer ----*/
.custom-cart-drawer .elementor-menu-cart__products {
    max-height: inherit;
    height: 100%;
}
.custom-cart-drawer .elementor-menu-cart__footer-buttons {
    border-top: 1px solid #d5d8dc;
    display: flex;
    gap: 10px;
}
.custom-cart-drawer .elementor-menu-cart__footer-buttons a.elementor-button {
    width: 100%;
}

/* .custom-cart-drawer .elementor-menu-cart__product-price.product-price, */
.custom-cart-drawer .elementor-menu-cart__subtotal,
.custom-cart-drawer a.elementor-button.elementor-button--checkout.elementor-size-md {
    display: none; 
}      

.product-list-cart form.woocommerce-cart-form table.shop_table thead tr:nth-child(1) {
    display: none;
}
.product-list-cart .cart-collaterals {
    display: none;
}
/* .product-list-cart td.product-quantity {
    display: none;
} */
.product-list-cart td.product-subtotal , .product-list-cart td.product-price  {
    display: none;
}
.product-list-cart dl.variation {
    display: grid
;
    grid-template-columns: max-content max-content;
    text-align: left;
}
.product-list-cart th.product-name {
    text-align: left;
}
.product-list-cart th.product-name a {
    font-size: 25px;
} 
.product-list-cart td.product-remove a.remove {
    font-size: 33px;
}
/* .product-list-cart td.actions {
    display: none;
} */
 .product-list-cart .coupon {
    display: none;
} 
.product-list-cart td.product-thumbnail {
    text-align: center;
}
.product-list-cart td.product-thumbnail a img {
    width: 60%;
    text-align: center;
}
/*---- Find Product ----*/
.form-field span.required {
    color: var(--e-global-color-primary);
    opacity: 0;
    visibility: hidden;
}
.form-field:has([required]) span.required {
    opacity: 1;
    visibility: visible;    
}

.find-product-form .form-fields {
    display: grid;
    gap: 15px;
}
.form-fields .form-field {
	position: relative;
}
.form-fields .form-field select {
    background: #E4E4E4;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    height: 59px;
    padding: 10px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #1A1A1A;
}
.form-fields .form-field select:focus-visible {
    outline: none;
}
.form-fields .form-field .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: auto;
    display: block;
    transform: translateY(-50%);
    line-height: 0;
    pointer-events: none;
}
.form-fields .form-field .icon svg {
    width: 25px;
    height: auto;
}
.find-product-form .form-buttons {
    display: flex;
    gap: 20px;
    padding: 40px 0 0;
}
.product-info-popup .form-buttons .button,
.form-buttons .button {
    padding: 16px 35px;
    max-width: 285px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    transition: all ease 0.3s;
}
.form-buttons .button.quote-button {
    background: var(--e-global-color-primary);
}
.form-buttons .button .icon {
    width: 25px;
    line-height: 0;
}
.form-buttons .button .icon svg {
    width: 100%;
    height: auto;
}

/*---- Product Category Block ----*/
.product-category-block .category-info .elementor-heading-title a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.product-category-block .category-info,
.product-category-block .category-info * {
    position: static;
}
.e-loop-item .product-category-block:hover .category-info * {
    color: #fff;
    fill: #fff;
}
.more-info-button .elementor-button * {
    line-height: normal;
}
.product-category-block .more-info-button .elementor-button-icon svg {
    width: 22px;
    height: auto;
}


/*---- Product Page ----*/
.product .product-info-block {
    display: none;
}
.product-info-block:has(.product-has-acf-value) {
    display: flex;
}

/*---- Product Info Popup ----*/

.product-info-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    padding: 20px;
}
.product-info-popup-wrapper.show-popup {
    opacity: 1;
    visibility: visible;
}
.product-info-popup {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    border-radius: 32px;
    position: relative;
}
.product-info-popup .product-title {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.product-varient-items .varient-item:not(:last-child) {
    margin-bottom: 20px;
}
.product-varient-items .varient-item label {
    font-weight: 600;
    margin: 0 0 8px;
}
.product-info-popup .form-fields .form-field select {
    height: inherit;
}
.product-info-popup .form-buttons .button {
    max-width: 330px;
}  
.product-info-popup .form-buttons .button:hover {
    background: #000;
    color: #fff;
}
.product-info-popup .product-varient-items {
    margin: 0 0 30px;
}
.product-info-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 0;
    border: none;
}
.product-info-popup .close-popup svg {
    width: 20px;
    height: auto;
    line-height: 0;
}
.show-product-details {
    cursor: pointer;
}

/*---- Request A Quote ----*/
.quote-request-form .form-fields .form-field:not(:last-child) {
    margin: 0 0 15px;
}
.quote-request-form .form-fields .form-field label {
    font-weight: 600;
    margin: 0 0 8px;
}
.quote-request-form .form-fields .form-field textarea,
.quote-request-form .form-fields .form-field input {
    background: #E4E4E4;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    height: 59px;
    padding: 10px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #1A1A1A;
}
.quote-request-form .form-fields .form-field textarea {
    height: 160px;
}
.quote-request-form .form-fields .form-field textarea:focus-visible,
.quote-request-form .form-fields .form-field input:focus-visible {
    outline: none;
}
.quote-request-form .form-buttons {
    padding: 30px 0 0;
}
.quote-request-form .form-buttons button {
    max-width: fit-content;
}
.quote-request-form .quote-response {
    margin-top: 15px;
} 
.woocommerce-info{
    display:none;
}
  
.woocommerce-cart-form__contents a,
.woocommerce-message a,
.woocommerce-cart-form__contents a:hover,
.woocommerce-cart-form__contents a:active,
.woocommerce-cart-form__contents a:focus {
    color: #e92d33;
}


/*---- Product page css ----*/
.woocommerce-page .cat-grid.product-card {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.product-grid .categorie-img .extra_meta .read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 15px;
	color: #000000;
    background: #fff;
}
.product-grid .categorie-img .extra_meta .read-more-btn:hover {
	color: #fff;
    background: #333;
    border-color: #333;
}
.product-grid .categorie-img .extra_meta .show-product-details {
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-grid .categorie-img .extra_meta .show-product-details svg {
    width: 33px;
    height: auto;
}

.cat-grid .cat-card .categorie-box .cat-desc {
    color: #fff;
    margin-top: 10px;
}
.cat-grid .cat-card .categorie-box * {
    color: #fff;
}

.woocommerce-page .extra_meta {
    z-index: 2;
}

/*---- Footer ----*/
.elementor-location-footer {
    overflow-x: hidden;
}
.single-product .main-footer-content .elementor-shape-top,
 .single-product .what-you-found {
    display: none;
}
.forget-password-form {
    width: 100%;
    padding-top: 70px;
}

.forget-password-form form#custom-reset-password-form {
    width:  600px;
    margin: 0px auto;
    background: #ea2d3414;
    padding: 50px;
}
.forget-password-form form#custom-reset-password-form p label {
    padding-bottom: 8px;
}
.page-id-2219 .elementor-element.elementor-element-7437cbb {
    background: #a8a3a399;
}
button[name="update_cart"],
button[name="update_cart"]:hover {
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    color: #fff !important;
} 
.categorie-box img{
    width:30%; 
}
.category-image {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
/*---- Responsive ----*/
@media(max-width: 768px) {
    .form-fields .form-field select {
        height: 49px;
    }
    .find-product-form .form-buttons {
        gap: 10px;
        padding: 30px 0 0;
        flex-wrap: wrap;
    }
    .quote-request-form .form-fields .form-field textarea,
    .quote-request-form .form-fields .form-field input {
        height: 49px;
    }
    .quote-request-form .form-fields .form-field textarea {
        height: 140px;
    } 
    .product-info-popup .form-buttons .button,
    .form-buttons .button {
        padding: 11px 25px;
        font-size: 17px;
        line-height: 22px;
        max-width: fit-content;
    }
    .form-buttons .button .icon {
        width: 22px;
        line-height: 0;
    }   
}
