
a.icon-cart, a.icon-cart:hover, a.icon-cart:focus {
    font-size:24px;padding-top:6px;color:#fff;
}

@media only screen and (max-width: 975px) {
    .dropdown-menu.dropdown-menuloggedin {
        border: 0 !important;
    }

    .dropdown-menu.dropdown-menuloggedin>div {
        border: 0 !important;
    }
        .custom-menu, .dropdown-menuloggedin {
            display: block!important;
        }

    a.icon-cart {
        color:#000;
        padding-top:0px;
    }

}



/* custom increment quantity */
.btn-decrement.btn-minus { 
	border-style: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #003883;

}
.btn-decrement.btn-minus strong {
	color:#fff !important;
}
.btn-increment.btn-plus { 
	border-style: none;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #003883;
}
.btn-increment.btn-plus strong {
	color:#fff !important;
}
.btn-increment.btn-plus:active, .btn-decrement.btn-minus:active { 
background-color: #003883 !important;
}


.product-quantity .quantity .input-group input.qty {
width:30px;
color: #003883;
	font-weight:bold;
	box-shadow: none;
	border-color: #ddd
}

.product-quantity .quantity .input-group {
    width: 130px;
    margin: 0 0 0 auto;
}

body.single-product .qty {
    padding-top: 7px;
    padding-right: 10px;
    float: left;
}

body.single-product .product_meta {
    display: none;
}


body.single-product section.related.products {
    clear: both;
    padding-top: 38px;
}

body.single-product form.cart {
    margin-top: 50px;
}

/* checkout image */
.woocommerce-cart table.cart img {
width:200px;

}

.shop_table .product-name a {
	font-size:19px;
	color: #003883;
}

.shop_table .product-name a:hover{
text-decoration: none;
}

/* remove update cart button*/
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table dd {
    font-size: 12px !important;
}


.shop_table .wc-backward {
font-size: 17px !important;
}


/* product page */

/* align image woocommerce to the right */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  
   
}







/* new */
.wpf_items_wrapper .wpf_autocomplete input.ui-autocomplete-input {
    font-family: Hind,Arial,Helvetica,sans-serif;
    color: #003883;
    border: 2px solid #99a3c6;
    padding: 1rem 4rem 1rem 1rem;
    box-shadow: none;
	border-radius: 50rem!important;
}

.wpf_autocomplete .wpf-search-wait {    
    right: 16px!important;
	top: 20%!important;
	font-size: 4px!important;
	width: 36px!important;
	height: 36px!important;
    border: 1.1em solid rgb(0 56 131 / 25%)!important;
	border-left: 1.1em solid #003883!important;
}

.wpf_item_title label.wpf_item_name {
    display: none !important;
}


/* hide number of results + ordering */
.woocommerce-result-count, .woocommerce-ordering{
display:none;

}

.woocommerce-breadcrumb {
	display:none;
}



.wc-tabs-wrapper {
display: none !important;

}

.up-sells.upsells.products {
clear:both;

}


/*hide price on shop overview */
body.post-type-archive-product .price, body.tax-product_cat .price, body.single-product li.product .price {
    display: none !important;

}





.btn-outline-primary, .wc-forward, .btn-primary, .single_add_to_cart_button, .woocommerce-MyAccount-content .button{
    border-radius: 2rem !important;
    padding: .675rem 1.75rem !important;
    font-weight: 700 !important;
    background-color: #af2a42 !important;
    border-color: #af2a42 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .wc-forward:hover, .wc-forward:active,  .wc-forward:focus,.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .single_add_to_cart_button:focus, .single_add_to_cart_button:hover{
    background-color: #d03c57 !important;
    border-color: #d03c57 !important;
    color: #fff !important;
}




.footer-eurofins {
    clear:both;
}




b, strong {
    font-weight: 700;
    color: inherit !important;
}




/* form registration form */

.woocommerce-form .row {
    margin-bottom: 45px !important;
} 



.form-row label {
     font-weight:bold !important;

}
.form-row input[type=text] {


}

.form-row-keep-it-together {
    display: grid;
    grid-template-columns: 47% 47%;
    justify-content: space-between;
}

.form-row-keep-it-together > p {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.form-row-keep-it-together > p span {
    margin-top: auto;
}



.form-row input[type=text],  #reg_email, #reg_password, #reg_password2, #password, #billing_phone, #billing_email, .summary select, #password_current, #password_1, #password_2, #account_email {
font-family: Hind,Arial,Helvetica,sans-serif;
    color: #003883;
    border: 1px solid #99a3c6;
    padding: .375rem .75rem;
    box-shadow: none;
    border-radius: 50rem!important;
    width: 100%; 
  /*  height: calc(1.5em + .75rem + 2px); */
}
.summary select {
    padding: .8rem 4rem .8rem 2rem;
}

/* WC Login Form */
.woocommerce-form {
    padding: 0 !important;
    border:0 !important;
}

.woocommerce-form .password-input {
    width: 100%;    
}

#secondary img, article img, figure, img, img.wp-post-image {
    max-width: auto !important;

}
/* fixed product img gallery not showing */
figure.woocommerce-product-gallery__wrapper { max-width: inherit; }



.password-input:has(button.show-password-input) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.password-input:has(button.show-password-input) .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text,#000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

.password-input:has(button.show-password-input) .show-password-input::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}



/* menu-login */
.menu-login {
background-color: #003883 !important;
border-radius:30px;
color:#fff !important; 
padding: 8px 30px !important;
}
.menu-login:hover {
    text-decoration: none !important;
}

.menu-login:after {
    content: none; 
}

.dropdown-menu-inner {
    border:0;border-top: 4px;
            border-color: #af2a42;
            border-style: solid;

}

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

    /* hide profile and cart on mobile in slide in menu */
    .li-dropdown-menu {
        display: none !important;
    }
    #main-menu a.icon-cart {
        display: none !important;  
    }
}


/* page thank you (order received) */
/* remove order summary */
body.woocommerce-order-received .woocommerce-order-details {
    display: none !important;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column{
    padding:0 !important;
    padding-top: 30px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px !important;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column address{
    padding: 0 !important;
    border:0  !important;
}


body.woocommerce-order-received  h2.woocommerce-column__title {
    margin-bottom: 1rem;
}


body.woocommerce-order-received  h1 {
    margin-bottom: 1rem !important;
}


body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: none !important; 
}


body.woocommerce-order-received .woocommerce-customer-details--email {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    display: block !important;
}

body.woocommerce-order-received h1.show {
    display: none !important; 
}


body.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 22px;
    font-weight: bold;
}

body.woocommerce-order-received h3 {
    font-weight: bold !important;
    font-size: 1.2rem;
    padding-bottom: 4px !important;
    margin-bottom: 15px !important;
}

body.woocommerce-order-received .woocommerce-customer-details--email { 
border: 0;
}

/* dropdon menu */
.dropdown-menu label {
font-weight:bold;
margin-bottom: 0;
}

.dropdown-menu .login-password label {

 
}

.dropdown-menu   input[type=text], .dropdown-menu   input[type=text]:active, .dropdown-menu   input[type=text]:focus, .dropdown-menu   input[type=text]:focus-visible,
.dropdown-menu   input[type=password], .dropdown-menu   input[type=password]:active, .dropdown-menu   input[type=password]:focus, .dropdown-menu   input[type=password]:focus-visible
{
    width:100%;
    border-color: #000 !important;
border-width:1px;
border-radius:30px;
color:#000 !important; 
padding: 8px 30px !important;
outline: 0;

}

.dropdown-menu .login-remember {

    display:none;
}


/* Fix login menu: no hover anymmore, just click. There was an error with autocomplete click passwords when hovering enabled */
.navCustomized .navbar-nav .li-dropdown-menu.dropdown:hover .dropdown-menu {
    display: none;
}

.navCustomized .navbar-nav .li-dropdown-menu.dropdown:hover .dropdown-menu.show{
    display: block;
}








/* woocommerce login always open log-in */
.woocommerce-form-login-toggle {
    display: none !important;
}
.woocommerce-form.woocommerce-form-login.login {
    display: block !important;
}



/* WC overrule default radiobuttons style for WC checkout */
body.woocommerce-checkout .custom-control-input,
body.woocommerce-edit-account .custom-control-input 
{
  position: relative;;
    left: 14px;
    width: 1rem;
    height: 1.8rem;
    opacity: 1; 
}

/* default hide adding zorgverleners on checkout, only show when account is created */
/*
body.woocommerce-checkout #d_zorgverleners {
       display: none; 
}
*/

.woocommerce-input-wrapper {
    width:100%;
}


/* WC hide shipping checkout */
.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-shipping-totals  {
    display: none;
}
/* hide  payment info checkout */
body.woocommerce-checkout #payment .wc_payment_method {
    display: none;
}

body.woocommerce-checkout #payment #mailpoet_woocommerce_checkout_optin_field{
    display: none;
}
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    display: none;

}
/* more spacing checkout your order */
#order_review_heading {
    margin-top:40px !important;
    clear:both !important;
}



/* continue shopping */
.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left;
}


/* WC: my accounts > orders > order detail : hide  thank you info */
.woocommerce-view-order .woocommerce-customer-details {
display: none !important;
}



/* my account button below remember me */
form.woocommerce-form-login button {
    margin: 30px 0 0 auto;
}

.woocommerce-MyAccount-navigation {
    margin-bottom:40px;
}


/* registration form radio button fix */
body.woocommerce-account #d_zorgverleners label.radio.custom-radio {
    line-height: 1;
    width: auto;
    display: inline-block !important;
    position: relative;
    top: -4px;
    left: -16px;
}
body.woocommerce-account #d_zorgverleners {
    margin-bottom:20px;
}

body.woocommerce-account #d_zorgverleners h2 {
    font-size: 20px;
}

body.woocommerce-account .custom-control-input.input-radio {
    position: relative;
    opacity: 1;
}

body.woocommerce-account .woocommerce-privacy-policy-text {
    display: none !important;
}

body.woocommerce-account .u-column1 {
    border-bottom:1px solid #ccc;
}

/* pop up notice underline */
.ttt-pnwc-notice A {
    text-decoration: underline !important;
} 
.ttt-pnwc-notice A.button {
    text-decoration: none !important;
} 

 


/* shopping cart black on sticky meny */
nav i.fa {
    color: #fff !important;
    filter: drop-shadow(0 0.1rem 0.15rem rgba(0, 0, 0, 0.2));
}
nav.navCustomized-sticky i.fa {
    color: #000 !important;
    filter: drop-shadow(0 0.15rem 0.25rem rgba(0, 0, 0, 0));
}


.variation-Tbvzorgverlener {
    font-weight: normal !important;
    color: #af2a42 !important;
}


/* remove footer background color grey */
#payment {
    background: inherit  !important;;
}
#payment ul {
    border:0 !important;
}

/* hide price */
p.price { display: none !important; }



/* PRODUCT SINGLE */
/* add to cart button product page */

body.single-product form.cart button[type=submit].btn  {
    position: relative;
    left: 20px !important;
    top: -4px !important;
}

body.single-product .woocommerce-product-details__short-description {
    display: none !important;
}

div.qty {
    font-weight: bold !important;
}

/* product text blue */
li.product-type-simple p {
   color: #003883 !important; 
}

/* product  images */
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
   clear: unset; 
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 12% !important;
}

/* check out account info */
#d_zorgverleners h2 {
    margin-top:20px;
    margin-bottom: 1rem !important;
    clear:both !important;
}

body.woocommerce-account.woocommerce-edit-account #d_zorgverleners label.radio.custom-radio,
body.woocommerce-checkout #d_zorgverleners label.radio.custom-radio
{
    line-height: 1;
    width: auto;
    display: inline-block !important;
    position: relative;
    top: -10px !important;
    left: -1px !important;
}


button[name="save_account_details"] {
    margin-top: 30px;
}

body.woocommerce-edit-account legend {
    padding-top:20px;
    font-weight: bold !important;
}

body.woocommerce-edit-account .password-input {
    width: 100%;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content > p {
    display: none !important;
}

.woocommerce-account .addresses .title .edit {
    float: left;
    display: block;
    clear: both;
    color:#fff;
    background-color: #af2a42;
    padding:5px 10px;
    border-radius:34px !important;
    margin-bottom: 20px;
}


/* because products are free no cart totals, prices and so on */
/* cart */
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none !important;
}
body.woocommerce-cart .cart-collaterals .shop_table_responsive  {
    display: none !important;
}
body.woocommerce-cart .product-price{
    display: none !important;
}
body.woocommerce-cart .product-subtotal{
    display: none !important;
}


/* checkout */
body.woocommerce-checkout .product-total {
    display: none !important;
}

body.woocommerce-checkout .woocommerce-Price-amount {
    display: none !important; 
}

body.woocommerce-checkout .cart-subtotal {
    display: none !important; 
}

body.woocommerce-checkout .order-total {
    display: none !important; 
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    word-break: break-word;
}


/* less space between header and breadcrumb */
body.woocommerce section.producten {
    margin-top:1rem;
    margin-bottom:1rem;
}


/* breadcrumbs */
#breadcrumbs {
  font-size:14px;  
}


/* bestellen filter */
.wpf_item_name {
    font-size: 18px !important;
    border:0 !important;
    margin: 0 0 0.2em !important; 
}

.wpf_item input[type="checkbox"]:checked:before {
    content: "\f04d" !important;
    color: orange !important;
    font-family: 'FontAwesome' !important;
    transform: none;
    border: none;
    margin: 0;
    width: auto;
    height: auto;
}

.wpf_item input[type="checkbox"] {
    border: 1px solid #003883 !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 1 !important;
    height: 24px !important;
    margin: -1px 4px 0 0 !important;
    padding: 3px  2px 19px 2px !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 25px !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out !important;
    font-size: 16px !important;
    border-radius: 5px !important;
}


/* remove optioneel from account */
#zorgverlenersinput span.optional {
  display: none !important;   
}


/* disable order form on product detail page 7270 */
body.postid-7270 form.cart {
   display: none !important;
}


/* default woocommerce button border radius */
button.woocommerce-Button, .woocommerce-button.button {
	border-radius: 16px !important;
}



/* my account */
.list-group-item.active {
    background-color: #f7f8f8 !important;
    border-color: #00b1ff !important;
    border: 1px solid rgba(0, 0, 0, .125)  !important;
    font-weight: bold   !important;
}


/* my account menu */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 23%  !important;
    min-width: 270px  !important;
}

.woocommerce-MyAccount-navigation-link a:focus, .woocommerce-MyAccount-navigation-link a:hover {
    color: #af2a42  !important;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0 !important;
}

/* my account - shipping address */
.woocommerce-Address {
    width: 100%  !important;
}

/* my account adressen */
.woocommerce-account .addresses .title .edit {
    float: left !important; 
}

.u-column2.col-2.woocommerce-Address {
    padding-top: 20px;
}

/* login: dropdown menu */
.navCustomized .navbar-nav .dropdown-menu {
    background-color: #fff !important;
}

.navCustomized .navbar-nav .dropdown-menuloggedin {
    background-color: rgb(255 242 233) !important;
}


a.dropdown-item:hover {
text-decoration: underline;
}


/* product detail page */
.product_details_buttons a,.product_details_buttons a:hover {
	border: 0;
    padding: 0 !important;
    text-align: left;
    background-color: inherit !important;
color: #000 !important;
text-decoration: underline !important;
font-weight: normal !important;
}





/* checkout */
body.woocommerce-checkout h1 {
margin-bottom:30px;
text-align:center;
}

form.checkout {


margin: 0 auto;
    max-width: 600px;

}


#order_comments {
width:100%;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 62% !important;
}

.u-column1, .u-column2 {
padding-top:20px;
}

.u-column1 {
border: 0 !important;
}

.woocommerce-LostPassword {
padding-top:10px;

}


.vademecum-template-default  .show_search_bar {
display: none;
}


.ef-single-description {
clear:both;
}


/* producttables styling*/

.product-details-button {
border-radius: 2rem !important;
    padding: .675rem 1.75rem !important;
    font-weight: 700 !important;
    background-color: #af2a42 !important;
    border-color: #af2a42 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.woocommerce-shop .wc-product-table-wrapper .product_details_buttons  {
	display: none;

}


body.woocommerce-shop .wc-product-table-wrapper .ef-single-description  {
	display: none;
font-size: 14px;

}
body.woocommerce-shop .wc-product-table-wrapper form.cart h2 {
font-size: 18px;
}


/* sort icons */

body.woocommerce-shop .wc-product-table-wrapper table.dataTable thead>tr>th:after {
	display: none;
}

body.woocommerce-shop .wc-product-table-wrapper table.dataTable thead>tr>th:before{
	display: none;
}


body.woocommerce-shop .wc-product-table-wrapper button.single_add_to_cart_button  {
    margin-top: 14px;
    display: block !important;
    width: 100%;
}


body.woocommerce-shop .wc-product-table-wrapper button.single_add_to_cart_button .qta {
    display: inline-block !important;
    padding-top: 5px  !important;
    padding-right: 10px  !important;
}


/* product type-product */

.woocommerce div.product .product_title  {
font-size: 1.5rem !important;
}


.woocommerce div.product a {
overflow-wrap: break-word;
}

form.cart h2 {
    font-size: 17px !important;
}

.wc-quick-view-product .product_meta {
display:none !important;
}

.col-add-to-cart .single_add_to_cart_button  {
margin-top: 14px  !important;
}

.col-add-to-cart select {
width: 100% !important;
}

.wc-product-table .product a.button {
line-height:auto !important;
height: auto !important;
}

/* fast cart */
#wc-fast-cart .woocommerce-message a.button{
display: none;
}

.wc-fast-cart .woocommerce-notices-wrapper .woocommerce-message:before {
color: #ee7d11 !important;
}

.wfc-cart-collaterals .wfc-proceed-to-checkout .wfc-checkout-button {
background-color:#af2a42;
}

.wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-button {
border-color:#af2a42;
}


.cev-authorization-grid__holder { 
align-items: flex-start;
}

/* remove totaalbedrag */
#wc-fast-cart .wfc-cart-totals h2 {
display: none !important;
}
#wc-fast-cart .wfc-cart-totals__table  {
display: none !important;
}


/* hide cookiebar checkout page */
body.woocommerce-checkout .wt-cli-cookie-bar-container {
display: none !important;
}

/* cart icon */
#wfc-open-cart-button {
border-radius: 27px !important;
min-height: 46px !important;
width: 53px !important;
margin-left: 0px;
    display: flex !important;
    margin-top: -4px;
}



.wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-button {
    font-weight: bold !important;

}


@media (max-width: 1199.98px) {
    .navCustomized .navbar-nav {
          margin: 10rem 1rem 0 1rem !important;
    }
#wfc-open-cart-button {
top: -257px;
    left: 70px;
}

#menu-item-33774 {
    margin-bottom: 20px;
}

	
}






.select2-dropdown {
  top: -55px !important;
}


.wc-quick-view-modal .summary select {
    padding: .5rem 1rem;
    font-size: 15px;
}

.wc-quick-view-product .variations_form table.variations {
max-width: 100% !important;
}

.wc-quick-view-product .variations_form table.variations th.label {

  display: block !important;
}

.woocommerce-variation-add-to-cart .quantity {
    padding-top: 4px;
}


.variations .select-parent {
display:block;
}


.wc-product-table-wrapper .single_add_to_cart_button {
    font-size: 13px;
    padding: 6px 12px !important;
}

.wc-quick-view-modal.wc-quick-view-product .cart {
    display: flex !important;
    flex-direction: column;
}

.wc-quick-view-modal.wc-quick-view-product .cart .quantity {
    width: fit-content;
}

.wc-quick-view-modal.wc-quick-view-product .cart .wc-forward {
    text-align: center;
    margin-right: .9rem;
    margin-top: .9rem;
    line-height: 1;
}



.qty {
display: inline-block;
    padding-right: 10px;
    vertical-align: -webkit-baseline-middle;
    padding-top: 10px;
}


.ef-menumob {
	display:none !important;
}

.ef-menumob .wfc-open-cart-button:active, .ef-menumob .wfc-open-cart-button:focus, .ef-menumob .wfc-open-cart-button:visited{
border-color:#fff !important;
    border-width: 0  !important;
}


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

.ef-menumob {
	display:flex !important;
}

}

.select-parent select {
width:100%  !important;
}

.add-to-cart-wrapper .variations {
display:block !important;
}

.woocommerce-variation-add-to-cart select {
width:100%  !important;
}



.wc-product-table-wrapper img.product-table-image {
    max-width: inherit !important;
}




.col-add-to-cart h2 {
    display: none !important;
}

.col-add-to-cart .single_variation_wrap {
    width: 100% !important;
}

.col-add-to-cart .add-to-cart-button {
    width: 100% !important;
}


/* in de popup de korte omschrijving niet tonen */
.wc-quick-view-product-summary .woocommerce-product-details__short-description {
display:none !important;
}


.wc-quick-view-modal {

font-size: 0.9rem !important;
}


/* in de popup toevoegen winkelwagen niet tonen */
.wc-quick-view-modal form.variations_form  {
display:none !important;
}


table.dataTable>tbody>tr.child span.dtr-title{
    min-width: 0px !important;
margin: 0px !important;
}


.wc-quick-view-modal {
height: auto !important;
}


body.woocommerce-page  .select2-dropdown {
z-index: 1 !important;
    margin-top: 58px;
}



body.logged-in.woocommerce-page .select2-dropdown {
    z-index: 1 !important;
    margin-top: 31px;
}

body.admin-bar.woocommerce-page .select2-dropdown {
    z-index: 1 !important;
    margin-top: 0px;
}




ol.flex-control-nav.flex-control-thumbs {
    margin-bottom: 32px !important;
}

.add-to-cart-button {
text-align: left;
}


td.col-image::before {
color: #af2a42 !important;
}