/*
 * Load Fonts
 */
@font-face {
	font-family: 'CooperLtBT';
	src: url("/wp-content/themes/heabb/fonts/CooperLtBTLight.woff2") format("woff2"),
		 url("/wp-content/themes/heabb/fonts/nameofnewfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'CooperLtBT';
	src: url("/wp-content/themes/heabb/fonts/CooperLtBTLightItalic.woff2") format("woff2"),
		 url("/wp-content/themes/heabb/fonts/nameofnewfont.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'CooperLtBT';
	src: url("/wp-content/themes/heabb/fonts/Cooper-Medium-BT.woff2") format("woff2"),
		 url("/wp-content/themes/heabb/fonts/Cooper-Medium-BT.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

.admin-bar .header {
	top: 32px;	
}

@media (min-width: 992px) {
	.admin-bar .main-nav .main-nav-menu .main-nav-menu-item .main-nav-sub-menu {
		top: 135px;
	}
}

select {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	background: transparent;
  	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
  	background-position-x: 98%;
  	background-position-y: 8px;
	min-height: 42px;
	border: 1px solid #666;
    border-radius: 3px;
	color: #000;
}

.button { border-radius: 0; }

/*
 * BeRocket Filters Colors
 */
.woocommerce .csa-filters-wrapper label[aria-label="Blauw"] span {
	background-color: #245cdb;
}
.woocommerce .csa-filters-wrapper label[aria-label="Bruin"] span {
	background-color: #6c1c23;
}
.woocommerce .csa-filters-wrapper label[aria-label="Creme"] span {
	background-color: #f1eccb;
}
.woocommerce .csa-filters-wrapper label[aria-label="Geel"] span {
	background-color: #ffdd00;
}
.woocommerce .csa-filters-wrapper label[aria-label="Grijs"] span {
	background-color: #bbbbbb;
}
.woocommerce .csa-filters-wrapper label[aria-label="Groen"] span {
	background-color: #37b32f;
}
.woocommerce .csa-filters-wrapper label[aria-label="Oranje"] span {
	background-color: #ff8d00;
}
.woocommerce .csa-filters-wrapper label[aria-label="Paars"] span {
	background-color: #960ab9;
}
.woocommerce .csa-filters-wrapper label[aria-label="Rood"] span {
	background-color: #ff1414;
}
.woocommerce .csa-filters-wrapper label[aria-label="Roze"] span {
	background-color: #ff14f8;
}
.woocommerce .csa-filters-wrapper label[aria-label="Wit"] span {
	background-color: #ffffff;
}
.woocommerce .csa-filters-wrapper label[aria-label="Zwart"] span {
	background-color: #000000;
}

/*
 * Gravity Forms
 */
.gform_wrapper.gravity-theme .gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message {
    padding: 0;
    border: none;
    margin-top: 2px;
	background: transparent;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 16px;
}

.gform_wrapper.gravity-theme select {
	border: none;
}

.gform_wrapper.gravity-theme .gform_button {
	padding: 12px 26px;	
	border: none;
}

.gform_wrapper.gravity-theme .gform_button_select_files {
	border: none;
	padding: 12px 26px;
	font-size: 14px;
	background-color: #9f9f9f;
}

/*
 * Woocommerce breadcrumb
 */
.woocommerce .woocommerce-breadcrumb {
    font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #242424;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb .delimiter-custom {
    color: #9c7112;
    font-weight: 600;
}

/*
 * FiboSearch icon fix css
 */
.main-nav-search .mns-mob .elementor-shortcode .dgwt-wcas-search-wrapp {
    max-width: 40px;
}

.main-nav-search .mns-mob .elementor-shortcode .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon {
    margin: 0 auto;
    width: 40px;
    padding: 11px;
}

/*
 * Woocommerce message colors
 */
.woocommerce-message {
    border-top-color: #635f2f;
}
.woocommerce-message::before {
    color: #635f2f;
}

.woocommerce-info {
    border-top-color: #1e345d;
}
.woocommerce-info::before {
    color: #1e345d;
}

.woocommerce-error {
    border-top-color: #b12d0f;
}

.woocommerce-error::before {
    color: #b12d0f;
}

/*
 * woocommerce container
 */
.woocommerce.archive .site-main,
.woocommerce.single .site-main {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1140px;
}

.woocommerce-account.woocommerce-page .site-main,
.woocommerce-cart.woocommerce-page .site-main,
.woocommerce-checkout.woocommerce-page .site-main {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1140px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.woocommerce-account.woocommerce-page .site-main .page-header h1,
.woocommerce-cart.woocommerce-page .site-main .page-header h1,
.woocommerce-checkout.woocommerce-page .site-main .page-header h1 {
    padding: 0;
    max-width: 1140px;
}

@media (max-width: 767px) {
    .woocommerce-account.woocommerce-page .site-main,
    .woocommerce-cart.woocommerce-page .site-main,
    .woocommerce-checkout.woocommerce-page .site-main {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/*
 * Breadcrumbs
 */
.woocommerce .woocommerce-breadcrumb {
    margin: 26px 0 22px;
}

/*
 * Default column gap
 */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 20px;
}

/*
 * Product category brand style between archive tiles
 */
li .custom-category-brand {
    color: #363636;
    padding-bottom: 4px;
}

/*
 * Single product zoom blinking bug fix
 */
img.zoomImg {transition: none;}

/*
* Product title single product
*/
.woocommerce div.product .product_title {
	font-size: 2em;
}	

@media (max-width: 767px) {
	.woocommerce div.product .product_title {
		font-size: 1.5em;
	}	
}

/*
* product meta
*/
.product_meta {
	margin: 16px 0 0;
}

.product_meta .sku_wrapper {
	display: block;
}

.product_meta .posted_in {
	display: block;
}

.product_meta .posted_in a {
	color: #1e345d;
}

/*
 * Custom for sale
 */
.custom-for-sale {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-for-sale .csa-product-tile {
    width: 47%;
    margin-bottom: 40px;
}

.custom-for-sale .csa-product-tile::before {
    right: -10px;
}

@media (min-width: 768px) {
    .custom-for-sale {


    }

    .custom-for-sale .csa-product-tile {
        width: 30%;
        margin-bottom: 0;
    }

    .custom-for-sale .csa-product-tile:nth-child(n+4) {
        display: none;
    }
}

/*
 * Custom recently viewed elementor block
 */
 .custom-recently-viewed-wrap {

}

.custom-recently-viewed-wrap .custom-recently-viewed-content {
    margin-bottom: 40px;
}

.custom-recently-viewed-wrap .custom-recently-viewed-content a {
    color: #1e345d;
}

.custom-recently-viewed-wrap .custom-recently-viewed-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-recently-viewed-wrap .custom-recently-viewed-items .csa-product-tile {
    width: 47%;
    margin-bottom: 40px;
}

.custom-recently-viewed-wrap .custom-recently-viewed-items .csa-product-tile.is-on-sale::before {
    right: -10px;
}

@media (min-width: 768px) {
    .custom-recently-viewed-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .custom-recently-viewed-wrap .custom-recently-viewed-content {
        width: 30%;
    }

    .custom-recently-viewed-wrap .custom-recently-viewed-items {
        width: 68%;
        display: flex;
        justify-content: space-between;
    }

    .custom-recently-viewed-wrap .custom-recently-viewed-items .csa-product-tile {
        width: 31%;
        margin-bottom: 0;
    }

    .custom-recently-viewed-wrap .custom-recently-viewed-items .csa-product-tile:nth-child(n+4) {
        display: none;
    }
}

/*
 * Woocommerce My Account
 */
.woocommerce-account .page-content {
    margin-bottom: 80px;
}

.woocommerce-account .page-header {
    margin-bottom: 26px;
}

@media ( min-width: 769px ) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 20%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
      width: 75%;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #fff;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #d0e3e7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background-color: #edf7f9;
	padding: 10px;
	display: block;
    color: #363636;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #d0e3e7;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}


/*
 * Woocommerce Shoppingcart
 */
.woocommerce-cart .woocommerce table.shop_table {
    border: none;
    margin: 0 0 24px;
    text-align: left;
    width: 100%;
    border-radius: 0;
}

.woocommerce-cart .woocommerce a.remove {
    color: #9c7112 !important;
}

.woocommerce-cart .woocommerce a.remove:hover {
    color: #fff !important;
    background-color: #9c7112 !important;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-thumbnail {
    width: 74px;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-thumbnail img {
    width: 54px;
    display: block;
}

.woocommerce-cart .woocommerce table td,
.woocommerce-cart .woocommerce table th {
    border: solid 1px #fff;
}

.woocommerce-cart .woocommerce table thead:first-child tr:first-child th {
    border-top: solid 1px #fff;
}

.woocommerce-cart .woocommerce table tbody>tr:nth-child(odd)>th,
.woocommerce-cart .woocommerce table tbody>tr:nth-child(odd)>td {
    background-color: #f2f2f2;
}

.woocommerce-cart .woocommerce table tbody tr:hover>td,
.woocommerce-cart .woocommerce table tbody tr:hover>th {
    background-color: #f2f2f2;
}

.woocommerce-cart .woocommerce .coupon {
    display: flex;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .coupon .input-text {
    width: 136px;
    background-color: #fff;
    border: none;
    margin: 0;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .coupon .button {
    width: 100%;
    padding: 16px;
    border-radius: 0;
    background-color: #1e345d;
    color: #fff;
    font-weight: 400;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .coupon .button:hover {
    background-color: #9c7112;
}

/* update cart button */
.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .button {
    padding: 16px;
    border-radius: 0;
    font-weight: 400;
    background-color: #1e345d;
    color: #fff;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .button:hover {
    background-color: #9c7112;
}

.woocommerce-cart.woocommerce-page #content .woocommerce table.cart td.actions .button:disabled {
    background-color: #e4e4e4;
    color: #363636;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
    border-radius: 0;
    background-color: #1e345d;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #9c7112;
}

@media (max-width: 767px) {
    .woocommerce-cart .woocommerce table td,
    .woocommerce-cart .woocommerce table th {
        border: none;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #fff;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr td::before {
        float: none;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr:last-child {
        display: block;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-remove {
        width: 48px;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-thumbnail {
        width: 52px;
        display: block;
        padding: 8px;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-thumbnail::before {
        content: '';
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-thumbnail img {
        width: 36px;
        display: block;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-name {
        width: calc( 100% - 100px );
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-price {
        width: calc( 55% + 24px );
        padding: 0 0 9px 54px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-quantity {
        width: calc( 45% - 24px );
        padding: 0 9px 9px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .woocommerce-cart.woocommerce-page #content .woocommerce table.cart tr .product-subtotal {
        display: none;
    }
}

/*
 * Woocommerce Checkout
 */
.woocommerce .woocommerce-checkout #payment {
    border-radius: 0;
    background-color: #ececec;
}

.woocommerce form .form-row {
    padding: 3px 0;
}

.woocommerce-checkout.woocommerce-page .woocommerce .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    background-color: #ececec;
    padding: 5px 0;
    height: 38px;
}

.woocommerce-checkout.woocommerce-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.woocommerce-checkout .custom-form-wrap {
    display: flex;
    margin: 0 -15px 80px;
}

.woocommerce-checkout .custom-form-wrap .cfw-cd {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.woocommerce-checkout .custom-form-wrap .cfw-or {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.woocommerce-checkout #ship-to-different-address {
    font-family: "din-2014", "Helvetica", "Arial", "sans-serif";
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-checkout .custom-form-wrap .cfw-or table.shop_table {
    border: solid 1px #f2f2f2;
    margin: 0 0 24px;
    text-align: left;
    width: 100%;
    border-radius: 0;
}

.woocommerce-checkout .custom-form-wrap .cfw-or table td,
.woocommerce-checkout .custom-form-wrap .cfw-or table th {
    border: solid 1px #fff;
}

.woocommerce-checkout .custom-form-wrap table thead:first-child tr:first-child th {
    border-top: solid 1px #fff;
    background-color: #f2f2f2;
}


.woocommerce-checkout .custom-form-wrap table tbody>tr:nth-child(odd)>th,
.woocommerce-checkout .custom-form-wrap table tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

.woocommerce-checkout .custom-form-wrap table tbody tr:hover>td,
.woocommerce-checkout .custom-form-wrap table tbody tr:hover>th {
    background-color: #f7f7f7;
}

.woocommerce-checkout .custom-form-wrap .cfw-or table .cart-subtotal,
.woocommerce-checkout .custom-form-wrap .cfw-or table .shipping,
.woocommerce-checkout .custom-form-wrap .cfw-or table .order-total {
    background-color: #f2f2f2;
}

.woocommerce-checkout .custom-form-wrap .cfw-or #payment #place_order {
    padding: 16px;
    border-radius: 0;
    font-weight: 400;
    background-color: #1e345d;
    color: #fff;
    float: none;
}

.woocommerce-checkout .custom-form-wrap .cfw-or #payment #place_order:hover {
    background-color: #9c7112;
}

@media (max-width: 767px) {
    .woocommerce-checkout .custom-form-wrap {
        display: block;
        margin: 0 0 50px;
    }

    .woocommerce-checkout .custom-form-wrap .cfw-cd {
        width: 100%;
        padding: 0;
    }

    .woocommerce-checkout .custom-form-wrap .cfw-or {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-checkout .custom-form-wrap .ui-dialog-titlebar {
    display: none;
}

.woocommerce-checkout .custom-form-wrap .woocommerce-form-coupon {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .woocommerce-checkout .custom-form-wrap form .form-row-first {
        width: 100%;
    }

    .woocommerce-checkout .custom-form-wrap form .form-row-last {
        float: none;
    }
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row {
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .optional,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .optional,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .optional {
    display: none;
}

/* @media (min-width: 768px) { */
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
        width: 48%;
    }

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
	.woocommerce-MyAccount-content #billing_address_1_field,
	.woocommerce-MyAccount-content #shipping_address_1_field {
		display: none;
		opacity: 0;
		height: 1px;
		overflow: hidden;
    	pointer-events: none;
    	padding: 0;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_street_field,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_street_field,
	.woocommerce-MyAccount-content #billing_street_field,
	.woocommerce-MyAccount-content #shipping_street_field {
		width: 46%;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_housenumber_field,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_housenumber_field,
	.woocommerce-MyAccount-content #billing_housenumber_field,
	.woocommerce-MyAccount-content #shipping_housenumber_field {
		width: 27%;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_housenumber_extra_field,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_housenumber_extra_field,
	.woocommerce-MyAccount-content #billing_housenumber_extra_field,
	.woocommerce-MyAccount-content #shipping_housenumber_extra_field {
		width: 23%;
	}

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
        /* width: 42%; */
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
        /* width: 26% */
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_addition_field {
        /* width: 24% */
    }

/* } */

.woocommerce-checkout .custom-form-wrap .form-row .input-checkbox,
.woocommerce-checkout .custom-form-wrap .input-checkbox {
    margin: -2px 5px 0 0;
}


/*
 * Woocommerce Thank you page
 */
.woocommerce-table--custom-fields {
	display: none;
}

.custom-thank-you-intro {
    /* display: flex; */
}

.custom-thank-you-intro .ctyi-left {
    /* width: 50%; */
}

.custom-thank-you-intro .ctyi-left ul {
    padding: 16px 0;
    margin-bottom: 20px;
}

.custom-thank-you-intro .ctyi-left ul.order_details li {
    float: none;
    margin-bottom: 8px;
    border-right: none;
    border-left: 1px dashed #d3ced2;
    padding-left: 20px;
}

.custom-thank-you-intro .ctyi-right {
    /* width: 50%; */
}

.custom-thank-you-intro .ctyi-right img {
    display: block;
}

.custom-thank-you-details {
    background-color: #f7f7f6;
    padding: 20px;
}


@media (min-width: 768px) {
    .custom-thank-you-intro {
        display: flex;
    }

    .custom-thank-you-intro .ctyi-left {
        width: 50%;
    }

    .custom-thank-you-intro .ctyi-right {
        width: 50%;
        align-self: flex-end;
    }

    .custom-thank-you-details {
        padding: 40px;
    }
}

/*
 * Custom archive block price button
 */
.csa-filters-block-price button {
    margin-top: 40px;
    border: none;
    padding: 6px 8px;
    font-size: 13px;
}

.csa-filters-wrapper .berocket_single_filter_widget {
    border-top: 1px solid #efefef;
    padding-top: 14px;
    margin-bottom: 14px;
}

.csa-filters-wrapper .bapf_sfilter {
    margin-bottom: 14px;
}

.csa-filters-wrapper .bapf_head h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.7;
}

.csa-filters-wrapper .bapf_body ul {
    padding: 0;
}

.csa-filters-wrapper .cstm-clr-fltr ul {
    margin: 0 -5px;
}

.csa-filters-wrapper .bapf_body input:not([type="button"]):not([type="submit"]) {
    border: 1px solid #000;
    background-color: #fff;
    height: 18px;
    width: 18px;
    padding: 0;
}

.csa-filters-wrapper .bapf_body input[type=checkbox]:checked:after {
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    top: 1px;
    left: 5px;
}

.csa-filters-wrapper .bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span {
    transform: scale(0.8);
}

.csa-products-overview .woocommerce-notices-wrapper {
	display: none;
}

/*
* product tile
*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.15em;
}

@media (max-width: 767px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 1em;
	}
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-family: "din-2014";
	font-weight: 700;
	font-size: 1.05em;
}

.woocommerce ul.products li.product.outofstock .price::after {
	content: 'Uitverkocht';
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 6px;
	border-radius: 4px;
	text-align: center;
	background-color: #cd4848;
	color: #fff;
	pointer-events: none;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	width: 60px;
    height: 60px;
	padding: 0;
    line-height: 60px;
    text-align: center;
    background-color: #1e345d;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.woocommerce ul.products li.product .price {
	font-size: 1.15em;
}

.csa-products-overview .woocommerce-ordering {
	margin-bottom: 32px;		
}

@media (max-width: 767px) {
	.csa-products-overview .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

/*
* Pagination Woocommerce
*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin-right: 3px;
	margin-bottom: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    background: #e7e7e7;
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #1e345d;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	line-height: 29px;
}


