/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



:root {
    --brandColor: #D72029; /* red */
    --brandColorDark: #8b0000; /* dark red */

}




/* Header */

.elementor-element-6235df79.elementor-sticky--active {
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
    z-index: 98;
}

.elementor-nav-menu .sub-arrow {
    padding-left: 4px;
}

/* Fibo Search */

header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px 24px 8px 48px;
    line-height: 20px;
    font-size: 14px;
}

header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 14px;
}

header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 15px;
    height: 15px;
}



/* Dyno menu */

.wpam-menu-scope,
body .wpam-menu-scope .wpam-nav.wpam > ul > li > a,
body .wpam-menu-scope-1 .wpam-nav.wpam > ul > li > a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
}




/* Breadcrumb */

.woocommerce-breadcrumb {
    font-family: "Albert Sans", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

.woocommerce-breadcrumb a {
    font-weight: 400 !important;
    color: #767676 !important;
}

.woocommerce-breadcrumb a:hover {
    color: var( --e-global-color-primary ) !important;
}




/* Woo Categories widget */

.elementor-widget-wc-categories li.product-category.product {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    border-color: #E7E7E7;
    background-color: var( --e-global-color-accent ) !important;
}

.elementor-widget-wc-categories li.product-category.product:hover {
    background-color: var( --e-global-color-primary ) !important;    
} 

.elementor-widget-wc-categories li.product-category.product img {
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px !important;
}

.elementor-widget-wc-categories .woocommerce-loop-category__title {
    padding-bottom: 15px !important;
    color: #fff !important;
}

.elementor-widget-wc-categories .woocommerce-loop-category__title .count {
    display: none;
}

/* WooCommerce categories */

.woocommerce-ordering select.orderby {
    font-size: 15px;
    border-color: #ededed;
    margin-top: -8px;
}

.elementor-products-grid ul.products.elementor-grid {
    padding-top: 15px !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--e-global-color-accent);
}

.woocommerce.widget_price_filter h5,
.fibofilters-block__headline .fibofilters-block__headline-box-inner {
    font-size: 17px !important;
    font-weight: 700;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    color: #fff !important;
    background-color: var( --e-global-color-primary );
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff !important;
    background-color: var( --e-global-color-accent );
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 10px !important;
    flex-grow: 1;
}

.woocommerce ul.products li.product span.custom_k_verpakking {
    padding: 0 10px;
    color: black;
    font-size: 14px;
}

.woocommerce ul.products li.product span.price {
    padding: 10px 10px 0;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
}

.woocommerce-loop-product__buttons a {
    width: 100%;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0px 5px;
    border: solid 1px var(--e-global-color-accent) !important;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    line-height: 1;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

.category-bottom-description {
    margin-top: 45px;
}

.category-bottom-description h2 {
    font-size: 1.75rem;
}

.category-bottom-description h3 {
    font-size: 1.5rem;
}

.category-bottom-description h4 {
    font-size: 1.35rem;
}



/* WooCommerce - Single product */

.single-product .custom_price_display {
    color: var(--e-global-color-text);
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.custom_price_display > span {
    display: block;
}

/* .single-product .product-type-variable p.price, */
.custom_price_display span.amount.price-incl {
    font-size: 120%;
    font-weight: 700;
}

.single-product .product .elementor-element .elementor-shortcode span.custom_k_verpakking {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.woocommerce div.product p.stock {
    color: green;
    font-weight: 700;
}

.woocommerce .quantity .qty {
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.branches {
    line-height: 1.6;
}

span.branch_name_location {
    display: inline-block !important;
    width: 50px;
}

span.branch_stock {
    display: inline-block !important;
    font-size: 80%;
    margin: 0 10px;
}

span.branch_stock .fa {
    width: 10px;
    height: 10px;
    display: block;
    background: green;
    border-radius: 50%;
}

span.branch_stock.high_stock .fa {
    color: green;
    background-color: green;
}

span.branch_stock.low_stock .fa {
    color: orange;
    background-color: orange;
}

span.branch_stock.no_stock .fa {
    color: red;
    background-color: red;
}

.single-product span.posted_in {
    font-weight: 700;
}

.single-product span.posted_in a {
    font-weight: 400;
}

.elementor-add-to-cart .stock {
    display: none;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0;
    border: 0 !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: solid 1px #ededed;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    background: 0 !important;
    text-align: left;
    border-left: 0 !important;
    border-right: 0 !important;
}

.woocommerce table.shop_attributes tr:nth-last-child(1) th,
.woocommerce table.shop_attributes tr:nth-last-child(1) td {
    border: 0 !important;
}

.woocommerce table.shop_attributes th {
    color: var(--e-global-color-primary);
}

.woocommerce table.shop_attributes td {
    padding: 8px 0;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}



.table.vartable tr {
    /* xxdisplay: flex;
    flex-wrap: wrap; */
    border-bottom: solid 1px #ddd;
    background: none !important;
}

.table.vartable tr td, 
.table.vartable tr th {
    flex: 1;
    border: none !important;
    background: none !important;
}

.table.vartable tr .custom_stock_field {
    padding-left: 20px !important;
    min-width: 230px;
    flex: 1 0 200px;
}

/*
.table.vartable th.vartable_qty, 
.table.vartable .qtycol {
    min-width: 75px;
    order: 99;
}
*/

.table.vartable th.vartable_thumb,
.table.vartable td.thumbcol,
.table.vartable th.vartable_globalcart, 
.table.vartable th.vartable_cart, 
.table.vartable td.globalcartcol, 
.table.vartable td.cartcol, 
.table.vartable th.vartable_stock, 
.table.vartable td.stockcol {
    display: none;
}

.table.vartable th, .table.vartable td {
    text-align: left;
    padding: 5px 20px 5px 0;
}

.table.vartable input.input-text.qty.text {
    height: 25px;
    text-align: center;
    border-color: #ccc !important;
    float: none !important;
}

.table.vartable td.qtycol {
    position: relative;
    padding: 4px 0 0 !important;
}

.table.vartable tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table.vartable span.outofstock:before, .table.vartable span.instock:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    top: 0;
    font-size: 17px;
    margin-right: 10px;
    position: relative;
    font-weight: 900;
}

.table.vartable span.outofstock:before {
    content: "\f057";
    color: #ff0700;
}

.table.vartable span.instock:before {
    content: "\f00c";
    color: #17d817;
}

.table.vartable span.outofstock, 
.table.vartable span.instock {
    color: #000;
}

table.vartable .qtywrap.styled {
    width: auto;
    display: inline-block;
}

table.vartable .custom_sku_field {
    min-width: 95px;
    /* border: none; */
}

table.vartable .qtywrap>div {
    display: none !important;
}

a.globalcartbtn {
    border-radius: 8px !important;
    background-color: var(--e-global-color-primary) !important;
    float: none !important;
}

a.globalcartbtn:hover {
    background-color: var( --e-global-color-accent ) !important;
}

.vartable_gc_wrap.vartable_gc_wrap_bottom {
    margin-bottom: 40px;
}

.woocommerce-message + .woocommerce-message {
    display: none !important;
}


/* Yaypricing */

table.yaydp-pricing-table {
    border: none !important;
}

.yaydp-pricing-table-wrapper .yaydp-pricing-table td,
.yaydp-pricing-table-wrapper .yaydp-pricing-table th {
    font-size: 14px !important;
    border: none !important;
    background: none !important;
    padding: 5px 0px !important;
}

.yaydp-pricing-table-wrapper .yaydp-pricing-table tr {
    border-bottom: solid 1px #ddd;
}

.yaydp-pricing-table td span {
    font-size: 14px !important;
    color: green !important;
}

/* Events Calender */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    display: none !important;
}

#tribe-events-pg-template {
    max-width: 100% !important;
    padding: 0;
}

.tec-events-elementor-event-widget__venue-container {
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tec-events-elementor-event-widget__venue {
    display: block !important;
}

.tec-events-elementor-event-widget__venue-details {
    padding: 0 !important;
}

.tec-events-elementor-event-widget__organizer-email-wrapper {
    margin: 0 !important;
}

.tec-events-elementor-event-widget__organizer-details {
    margin-top: 25px !important;
}

.tec-events-elementor-event-widget__organizer-details h3 {
    font-family: "Urbanist", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

.tec-events-elementor-event-widget__organizer-details p {
    font-size: 15px !important;
}

p.tec-events-elementor-event-widget__venue-address-map-link a.tribe-events-gmap,
.tec-events-elementor-event-widget__organizer-details p a {
    color: var(--e-global-color-primary) !important;
}

p.tec-events-elementor-event-widget__venue-address-map-link a.tribe-events-gmap:hover,
.tec-events-elementor-event-widget__organizer-details p a:hover {
    color: var( --e-global-color-accent ) !important;
}

span.tribe-address {
    font-style: normal;
}




/* Floating cart */

.product-type-variable #floatingCart {
    display: none !important;
}

#floatingCart #yaydp-offer-description,
#floatingCart .yaydp-pricing-table-wrapper {
    display: none !important;
}

#floatingCart button.single_add_to_cart_button {
    flex-grow: 1;
}

#floatingCart .elementor-add-to-cart {
    padding: 5px;
}

/* Contact Form 7 */

.wpcf7-form input:not(.wpcf7-submit),
.wpcf7-form textarea {
    background-color: rgb(0 0 0 / .04);
    border-radius: 4px;
    border: 2px solid #ddd;
    margin-top: 7px;
    width: 100%;
}

.wpcf7-form textarea {
    max-height: 160px;
}

.wpcf7-form label:not(.wpcf7-submit) {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    background-color: var(--e-global-color-primary) !important;
    border: none !important;
    font-family: "Albert Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var( --e-global-color-accent ) !important;
}


@media only screen and (max-width: 1024px) {

.elementor-element-5eaa8d5f.elementor-sticky.elementor-sticky--active {
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

}



@media only screen and (max-width: 767px) {

table.vartable td.custom_sku_field:before {
    content: 'Art.nr';
}

.table.vartable tr .custom_stock_field {
    padding-left: 0px !important;
}

.table.vartable th, .table.vartable td {
    padding-right: 0px !important;
}

.table.vartable tr.outofstock td.qtycol {
    display: none !important;
}

.vartable_wrap .vartable_gc_wrap_bottom,
.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart.elementor-product-simple form.cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    opacity: 1;
    z-index: 999999;
    padding: 15px;
    border-top: solid 1px #ddd;
    margin-bottom: 0;
}

.elementor-widget-woocommerce-product-add-to-cart .elementor-add-to-cart.elementor-product-simple form.cart button.single_add_to_cart_button {
    flex-grow: 1;
}

.vartable_wrap .vartable_gc_wrap_bottom .globalcartbtn {
    width: 100%;
    text-align: center;
}

}