/*
 Theme Name: Gijzelaarke
 Description: Gijzelaarke based on Divi
 Author: REJATEC
 Author URI: https://www.rejatec.be
 Template: Divi
 Version: 1.0.0
*/
/* Theme Name & Template are required */

/* =Theme customization starts here
------------------------------------------------------- */

/* No background color on mobile menu parent */
.nav li.no-bg a:hover {
    background-color: transparent;
}
.nav li.et-hover a {
    background-color: transparent !important;
}

.et_mobile_menu li.no-bg a, .et_mobile_menu li.no-bg a:hover {
    background-color: transparent;
}

/*apply style to any active or normal top level item if there is an active submenu item*/
.pa-active-menu-item .et-menu-nav>ul>li.current-menu-parent>a {
    color: #a79142 !important;
}

.shop_table {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.shop_table thead tr, .shop_table tbody tr {
    display: flex;
    flex-direction: row;
    /* justify-content: stretch; */
}

.shop_table th.product-name, .shop_table td.product-name {
    flex: 1 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* border: 1pt solid; */
.shop_table thead tr th, .shop_table tbody tr td {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_table tr.asnp-wepb-cart-bundle-item td, .shop_table tr.asnp-wepb-cart-bundle-item th {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.shop_table tr.asnp-wepb-cart-bundle-item td.product-thumbnail {
    display: none;
}

.shop_table tbody tr.asnp-wepb-cart-bundle {
}