/*!
Theme Name:   Blocksy-child
Description:  Blocksy Child Theme
Author:       Best4u
Template:     blocksy
Author URI:   https://www.best4u.nl/
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  blocksy-child
!*/
#ui-datepicker-div {
	background: #fff;
}

.gform_fields .gfield {
	margin-bottom: 20px;
}
.gform_fields .gform_validation_container {
	display: none;
}

.gform_footer input[type=submit] {
	margin-top: 10px;
	font-size: var(--theme-button-font-size);
	font-weight: var(--theme-button-font-weight);
	padding: 0 35px;
	transition: 0.5s ease all;
}
.gform_footer input[type=submit]:focus {
	outline: none;
}
.gform_footer input[type=submit]:hover {
	transform: scale(1.05);
}

.ct-featured-image .ct-image-container img {
	transition: 0.5s ease transform;
}
.ct-featured-image .ct-image-container img:hover {
	transform: scale(1.1);
}

body.single-post .ct-share-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid var(--theme-palette-color-5);
	border-bottom: 1px solid var(--theme-palette-color-5);
}
body.single-post .ct-share-box .ct-module-title {
	margin-bottom: 0 !important;
}
body.single-post .ct-share-box div[data-icons-type=simple] {
	display: flex !important;
}
body.single-post .ct-share-box div[data-icons-type=simple] > a {
	margin-left: 15px;
}
body.single-post .ct-related-posts {
	margin-bottom: 40px;
}
body.single-post .ct-related-posts article .ct-image-container img {
	transition: 0.5s ease transform;
}
body.single-post .ct-related-posts article:hover .ct-image-container img {
	transform: scale(1.1);
}
body.single-post article.post {
	margin-bottom: 50px;
}

body.blog .ct-container .entries {
	padding-bottom: 60px;
}

@media screen and (max-width: 1000px) and (min-width: 766px) {
	footer.ct-footer .ct-container {
		grid-template-columns: 1fr 1fr !important;
	}
	footer.ct-footer .ct-container > div:nth-child(1) {
		grid-row: 1;
		grid-column: 1/3 !important;
	}
}

.blocks-gallery-grid .blocks-gallery-item {
	overflow: hidden;
}
.blocks-gallery-grid .blocks-gallery-item img {
	transition: 0.5s ease transform;
}
.blocks-gallery-grid .blocks-gallery-item:hover img {
	transform: scale(1.1);
}

body.single-product .woocommerce-product-rating {
	font-weight: 600 !important;
}
body.single-product .woocommerce-product-gallery {
	border: 1px solid var(--theme-palette-color-5);
	padding: 20px;
}
body.single-product .summary {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1000px) {
	body.single-product .summary {
		max-width: 100%;
		padding-left: 0;
		margin: auto;
	}
}
body.single-product .summary .price {
	margin-bottom: 10px;
}
body.single-product .summary .woocommerce-product-details__short-description p {
	margin-bottom: 10px;
	color: var(--theme-palette-color-7);
}
body.single-product .summary select {
	border-radius: 3px;
	border-color: #eeeeee;
	width: 50% !important;
	color: var(--theme-palette-color-4);
}
@media screen and (max-width: 980px) {
	body.single-product .summary select {
		width: 100% !important;
	}
}
body.single-product .summary .reset_variations {
	margin-left: 10px;
}
body.single-product .summary .stock {
	margin-top: 0 !important;
	font-size: 15px;
	font-weight: 700;
	color: var(--theme-palette-color-2);
}
body.single-product .summary form.cart {
	border-top: none;
	margin-top: 20px;
	padding-top: 10px;
}
body.single-product .summary form.cart .variations {
	margin-bottom: 20px;
}
body.single-product .summary .ct-cart-actions {
	position: relative;
	--theme-button-min-height: 48px !important;
}
body.single-product .summary .ct-cart-actions .single_add_to_cart_button {
	font-weight: 600;
	width: auto;
	flex: 0 1 275px;
	line-height: 1;
}
body.single-product .summary .ct-cart-actions .single_add_to_cart_button:focus {
	outline: none;
}
body.single-product .wc-tabs-wrapper ul.wc-tabs li:before {
	content: none !important;
}
body.single-product .wc-tabs-wrapper ul.wc-tabs li a {
	padding-left: 0 !important;
}
body.single-product section.related {
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	padding-bottom: 100px;
}
body.single-product section.related h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	body.single-product section.related {
		padding-bottom: 0;
	}
}

#header .ct-header-cta a.ct-button {
	font-weight: 600;
	transition: 0.5s ease all;
	min-height: 48px;
}
#header .ct-header-cta a.ct-button:hover {
	transform: scale(1.05);
}

.gform_validation_error .validation_error {
	border: none !important;
	padding: 0 !important;
	color: #ec3232 !important;
}
.gform_validation_error .gform_submission_error {
	font-size: 18px;
	margin-bottom: 20px !important;
}
.gform_validation_error .gform_body .gfield_error {
	background: none;
	border: none;
}
.gform_validation_error .gform_body .gfield_error input, .gform_validation_error .gform_body .gfield_error textarea {
	border-color: #ec3232 !important;
}
.gform_validation_error .gform_body .gfield_error label, .gform_validation_error .gform_body .gfield_error .validation_message {
	color: #ec3232;
}

body.archive .breadcrumbs-page .ugb-block-content {
	margin-left: auto;
	margin-right: auto;
	width: var(--theme-block-width, var(--theme-container-width)) !important;
	max-width: var(--theme-block-max-width, var(--container-max-width)) !important;
}
body.archive .woo-listing-top {
	justify-content: flex-end;
}
body.archive .woo-listing-top .woocommerce-result-count {
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 300;
}

.berocket_single_filter_widget {
	margin-top: 30px;
}
.berocket_single_filter_widget .bapf_head h3 {
	font-size: 19px;
	border-bottom: 1px solid #f2f4f6;
	padding-bottom: 15px;
	font-weight: 700;
}
.berocket_single_filter_widget .bapf_body {
	padding-top: 15px;
}
.berocket_single_filter_widget .bapf_body ul {
	padding: 0;
}
.berocket_single_filter_widget .bapf_body ul li {
	margin: 4px 0 !important;
}
.berocket_single_filter_widget .bapf_body ul li input[type=checkbox] {
	width: 27px;
	height: 27px;
	transition: 0.5s ease border-color;
}
.berocket_single_filter_widget .bapf_body ul li input[type=checkbox]:before {
	left: 5px !important;
	top: 7px !important;
}
.berocket_single_filter_widget .bapf_body ul li label {
	transition: 0.5s ease color;
	font-family: var(--theme-font-family);
	font-size: 15px;
	color: var(--theme-text-color);
	font-weight: 400;
}
.berocket_single_filter_widget .bapf_body ul li:hover input[type=checkbox] {
	border-color: var(--theme-palette-color-1);
}
.berocket_single_filter_widget .bapf_body ul li:hover label {
	color: var(--theme-palette-color-1);
}
.berocket_single_filter_widget .bapf_body ul li.checked label {
	font-weight: 600;
}

ul.products {
	margin: 0;
}
ul.products li.product {
	padding: 20px 10px 10px;
	border: 1px solid var(--theme-palette-color-5);
	border-radius: 5px;
	transition: 0.5s ease border-color;
	background-color: #fff;
}
ul.products li.product .excerpt {
	order: 4;
	font-size: 16px;
	color: var(--theme-palette-color-4);
}
@media screen and (max-width: 600px) {
	ul.products li.product {
		padding: 20px 15px 0 !important;
	}
}
ul.products li.product:hover {
	border-color: var(--theme-palette-color-2);
}
ul.products li.product .price {
	font-size: 17px;
	font-weight: 700;
}
/* ul.products li.product .ct-image-container {
width: 180px;
margin: 0 auto 30px;
} */
ul.products li.product .ct-woo-card-actions {
	padding: 0;
}

body.woocommerce-cart #main > .ct-container, .woocommerce-checkout #main > .ct-container {
	max-width: 100%;
	width: 100%;
}
body.woocommerce-cart #main > .ct-container .woocommerce, .woocommerce-checkout #main > .ct-container .woocommerce {
	max-width: var(--container-max-width);
	width: var(--theme-container-width);
	margin: 0 auto;
}

nav.woocommerce-breadcrumb {
	padding: 35px 0;
	background-color: var(--theme-palette-color-8);
}
nav.woocommerce-breadcrumb > span {
	width: var(--theme-container-width);
	max-width: var(--container-max-width);
	display: block;
	margin: auto;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
	font-size: 14px;
	font-weight: 400;
}
nav.woocommerce-breadcrumb a {
	color: var(--theme-palette-color-1);
}

.owl-dots {
	text-align: center;
}
.owl-dots button.active span {
	background-color: var(--theme-palette-color-1);
}
.owl-dots span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 8px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 8px;
}

/* body.woocommerce-checkout .align-right,
body.woocommerce-cart .align-right {
	text-align: right;
}
body.woocommerce-checkout a.button,
body.woocommerce-cart a.button {
	font-weight: 500;
	padding: 6px 15px;
	min-height: 48px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-cart .woocommerce-NoticeGroup {
	width: 100% !important;
}
body.woocommerce-checkout a.continue-to-shopping,
body.woocommerce-cart a.continue-to-shopping {
	margin-right: 35px;
	color: var(--theme-button-background-initial-color);
}
body.woocommerce-checkout a.continue-to-shopping:hover,
body.woocommerce-cart a.continue-to-shopping:hover {
	color: var(--theme-palette-color-2);
}
@media screen and (max-width: 767px) {
	body.woocommerce-checkout a.continue-to-shopping,
	body.woocommerce-cart a.continue-to-shopping {
		text-align: center;
		margin-right: 0;
		border: 2px solid var(--theme-palette-color-1);
		border-radius: 3px;
		padding: 10px;
		margin-bottom: 15px;
	}
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info {
	padding: 0;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
	color: var(--theme-palette-color-1);
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info:before {
	content: none;
}
@media screen and (max-width: 767px) {
	body.woocommerce-checkout .shop_table .product-thumbnail,
	body.woocommerce-cart .shop_table .product-thumbnail {
		display: none;
	}
}
body.woocommerce-checkout .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
	margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
	body.woocommerce-checkout .wc-proceed-to-checkout,
	body.woocommerce-cart .wc-proceed-to-checkout {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	body.woocommerce-checkout .wc-proceed-to-checkout,
	body.woocommerce-cart .wc-proceed-to-checkout {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
	}
}
body.woocommerce-checkout button[type=submit],
body.woocommerce-cart button[type=submit] {
	border: 2px solid var(--theme-button-background-initial-color);
	background: #fff;
	color: var(--theme-button-background-initial-color);
	transition: 0.5s ease background-color;
}
body.woocommerce-checkout button[type=submit]:hover,
body.woocommerce-cart button[type=submit]:hover {
	background-color: var(--theme-button-background-initial-color);
	color: #ffffff;
}
body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=number],
body.woocommerce-cart input[type=text],
body.woocommerce-cart input[type=number] {
	margin-right: 8px;
	border-radius: 3px;
	height: 48px;
}
body.woocommerce-checkout input[type=checkbox], body.woocommerce-checkout input[type=radio],
body.woocommerce-cart input[type=checkbox],
body.woocommerce-cart input[type=radio] {
	border-color: var(--theme-palette-color-4) !important;
	width: 22px !important;
	height: 22px !important;
}
body.woocommerce-checkout input[type=checkbox]:before, body.woocommerce-checkout input[type=radio]:before,
body.woocommerce-cart input[type=checkbox]:before,
body.woocommerce-cart input[type=radio]:before {
	color: var(--theme-palette-color-4);
}
body.woocommerce-checkout input[type=checkbox],
body.woocommerce-cart input[type=checkbox] {
	top: 6px !important;
}
body.woocommerce-checkout .ct-cart-form,
body.woocommerce-cart .ct-cart-form {
	display: flex !important;
	justify-content: flex-end;
	flex-direction: column;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form {
	width: 100%;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form thead th,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form thead th {
	border-bottom-width: 1px;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td {
	border-style: solid;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price p.price,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price p.price {
	margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
	body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price,
	body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price {
		display: table-cell;
	}
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[type=submit],
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[type=submit] {
	height: 48px !important;
	min-height: 48px !important;
}
@media screen and (max-width: 820px) and (min-width: 689px) {
	body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon,
	body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon {
		width: 100%;
		float: none;
		display: flex !important;
		flex-direction: column;
	}
	body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name=coupon_code],
	body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name=coupon_code] {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 820px) and (min-width: 689px) {
	body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[name=update_cart],
	body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[name=update_cart] {
		width: 100%;
		margin-top: 20px;
	}
}
body.woocommerce-checkout .ct-cart-form .cart_totals,
body.woocommerce-cart .ct-cart-form .cart_totals {
	width: 30%;
	align-self: flex-end;
	border: none !important;
	padding: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
	body.woocommerce-checkout .ct-cart-form .cart_totals,
	body.woocommerce-cart .ct-cart-form .cart_totals {
		width: 100%;
		margin-bottom: 60px;
	}
}
body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-cart form.woocommerce-checkout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-column-gap: 25px;
}
@media screen and (max-width: 980px) {
	body.woocommerce-checkout form.woocommerce-checkout,
	body.woocommerce-cart form.woocommerce-checkout {
		flex-direction: column;
	}
}
body.woocommerce-checkout form.woocommerce-checkout input[type=tel],
body.woocommerce-checkout form.woocommerce-checkout input[type=email],
body.woocommerce-checkout form.woocommerce-checkout .select2-selection,
body.woocommerce-checkout form.woocommerce-checkout textarea,
body.woocommerce-cart form.woocommerce-checkout input[type=tel],
body.woocommerce-cart form.woocommerce-checkout input[type=email],
body.woocommerce-cart form.woocommerce-checkout .select2-selection,
body.woocommerce-cart form.woocommerce-checkout textarea {
	border-radius: 2px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
	width: 66%;
}
@media screen and (max-width: 980px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
	body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
		width: 100%;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 1250px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
	body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
		flex-direction: column;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3 {
	font-size: 24px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
	padding: 35px;
	border: 1px solid var(--theme-border-color);
	border-radius: 3px;
	width: 48%;
}
@media screen and (max-width: 1250px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
	body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
	body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
		width: 100%;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before {
	content: "1. ";
	position: relative;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
	margin-top: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3 {
	font-size: 24px;
}
@media screen and (max-width: 1250px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
	body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
		margin-top: 35px;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
	width: 31%;
	border-width: 1px;
	border-radius: 3px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review > h3 {
	font-size: 24px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review thead tr th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review thead tr th {
	border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr:first-child td {
	border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr td {
	border-style: solid;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child th {
	border-style: solid;
	padding-bottom: 5px;
	padding-top: 10px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th {
	padding-bottom: 5px;
	padding-top: 5px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
	border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before {
	content: none;
}
@media screen and (min-width: 690px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
	body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
		padding: 0;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before {
	opacity: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label {
	height: 35px;
	margin: 5px 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box {
	background: var(--theme-border-color);
	width: 100%;
	margin: 0;
	padding: 10px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review h3:before {
	content: "3. ";
	position: relative;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .product-total,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .product-total {
	vertical-align: middle;
}
@media screen and (max-width: 980px) {
	body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
	body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
		width: 100%;
	}
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total th, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total td {
	color: var(--theme-palette-color-1);
	border: none;
}
body.woocommerce-checkout .cross-sells,
body.woocommerce-cart .cross-sells {
	margin-bottom: 100px;
}
body.woocommerce-checkout .cross-sells > h2,
body.woocommerce-cart .cross-sells > h2 {
	text-align: center;
	text-transform: none;
	font-size: 30px;
	margin-bottom: 50px;
} */

.wp-block-search .wp-block-search__inside-wrapper {
	border-color: var(--theme-form-field-border-initial-color) !important;
	border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px)) !important;
}
.wp-block-search .wp-block-search__inside-wrapper input {
	background-color: #ffffff;
}
.wp-block-search .wp-block-search__inside-wrapper button {
	background-color: #fff;
	border-color: #fff;
}
.wp-block-search .wp-block-search__inside-wrapper button svg {
	fill: var(--theme-palette-color-1) !important;
	min-width: 40px;
	min-height: 40px;
}

.breadcrumbs-page .ugb-container__content-wrapper a, .breadcrumbs-page .ugb-container__content-wrapper .breadcrumb_last {
	font-size: 14px;
}

body.single-post .ct-share-box {
	margin: auto !important;
}

#main-container .horizontal-list ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
	#main-container .horizontal-list ul {
		justify-content: flex-start;
	}
}
#main-container .horizontal-list ul li {
	margin-right: 20px;
	margin-left: -20px !important;
	position: relative;
	padding-left: 60px !important;
}
#main-container .horizontal-list ul li:before {
	position: relative;
	top: 1px;
}

@media screen and (max-width: 768px) {
	.mobile-no-wrap .ugb-columns__item {
		display: flex !important;
		justify-content: center;
	}
	.mobile-no-wrap .ugb-columns__item .ugb-icon__item {
		margin: 0 5px !important;
	}
}

.center-align .gb-grid-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.hero-section {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.hero-section {
		justify-content: space-between !important;
	}
}
@media screen and (max-width: 767px) {
	.hero-section {
		width: 100% !important;
		max-width: 100% !important;
	}
}
.hero-section h2, .hero-section h3 {
	margin-top: 0;
}

.custom-list ul {
	display: flex;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
	gap: 20px;
}
.custom-list ul li {
	display: flex;
	margin-bottom: 0;
}
.custom-list ul li .icon {
	margin-right: 8px;
}
.custom-list ul li div.icon {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.custom-list .vertical-list {
	flex-direction: column;
}
.custom-list .vertical-list li {
	align-items: flex-start;
}
.custom-list .horizontal-list {
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.custom-list .horizontal-list li {
	align-items: center;
}
.custom-list .horizontal-list:not(.only-icons) {
	justify-content: space-between;
}
.custom-list ul.only-icons {
	justify-content: center;
	gap: 0;
}

hr.default-separator {
	height: 1px !important;
	margin: 0 auto;
}

.rounded-corners img {
	border-radius: 8px !important;
	box-shadow: 0 15px 20px 0 rgba(28, 30, 33, 0.2);
}

.video-popup-img {
	height: 351px;
	width: 636px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	margin-bottom: -110px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 15px 20px 0 rgba(28, 30, 33, 0.2);
}
@media screen and (max-width: 767px) {
	.video-popup-img {
		width: 100%;
	}
}
.video-popup-img .button-video {
	height: 100%;
}
.video-popup-img .button-video a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-popup-img .button-video img {
	filter: invert(1);
	width: 28px;
}

.reviews-block .gb-grid-wrapper .gb-grid-column > .gb-container {
	height: auto;
}

.section-video-popup .wp-block-cover__inner-container > .gb-container {
	width: calc(100% - 20px) !important;
}

:root {
	--padding: 5px 24px;
}

.auto-height {
	height: auto !important;
}

@media screen and (max-width: 980px) {
	.display-none-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.mobile-25 {
		height: 25px !important;
	}
}

@media screen and (max-width: 768px) {
	.mobile-30 {
		height: 30px !important;
	}
}

@media screen and (max-width: 768px) {
	.mobile-35 {
		height: 35px !important;
	}
}

@media screen and (max-width: 980px) {
	.image-bottom-mobile .gb-grid-wrapper {
		flex-direction: column-reverse;
	}
}

/* check marks on single product list */
.single .summary.entry-summary ul li{
	position:relative;
	list-style:none;
}
.single .summary.entry-summary ul li:before{
	content:'';
	position:absolute;
	left: -27px;
	top: 8px;
	width:15px;
	height:15px;
	background-image:url('data:image/svg+xml;utf8,<svg data-prefix="fas" data-icon="check" class="svg-inline--fa fa-check fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" aria-hidden="true" width="15" height="15"><path fill="rgb(86, 137, 81)" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
	background-repeat: no-repeat;
	background-position: center;
}
.single .summary.entry-summary .under-add-to-card li:before{
	background-image:url('https://sfeerhaard.oplevering4u.nl/wp-content/uploads/2021/12/truck-solid.svg');
	filter: brightness(0) saturate(100%) invert(52%) sepia(11%) saturate(1687%) hue-rotate(67deg) brightness(89%) contrast(82%);
}
@media(max-width:768px){
	#main .hero-image img{
		left: auto;
		    object-position: right;
	}
	#main .hero-image,
	#main 	.home-slider{
		min-height: 50vw!important;
	}
	#main 	.home-slider .bg-image img{
		object-position: right!important;
	}
		.archive .hero-section{
		min-height: 50vw;
			background-position: right!important;
	}
	
}
@media(max-width:450px){
	#main .hero-image img{
		left: auto;
		    object-position: 69%;
	}
	#main 	.home-slider .bg-image img{
		object-position: 69%!important;
	}
	#main .hero-image,
	#main 	.home-slider{
		min-height: 70vw!important;
	}
	.archive .hero-section{
		min-height: 70vw;
		background-position:  69%!important;
	}
	
}
@-moz-document url-prefix() { 
.single-product-tab-list ul li{
	line-height:1!important;
}
}

body.single-product .threesixty-nav-bar {
	top: unset;
	bottom: 5%;
	right: unset;
	left: 50%;
	transform: translateX(-50%);
}

.product-video-iframe {
    width: var(--product-gallery-width, 50%);
    margin-top: 80px;
    margin-bottom: 40px;
}

body.single-product .post-1706 ul.wc-block-grid__products {
	gap: 30px;
	flex-wrap: nowrap;
}

body.single-product .post-1706 li.wc-block-grid__product {
	flex: 1 0 auto;
	padding: 20px 10px 10px;
	border: 1px solid var(--theme-palette-color-5);
	border-radius: 5px;
}

body.single-product .post-1706 .wc-block-grid__product-onsale {
	display: none;
}

@media (min-width: 481px) and (max-width: 1200px) {
	body.single-product .post-1706 ul.wc-block-grid__products {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media (max-width: 480px) {
	.toggle-buttons {
		flex-wrap: wrap;
	}
	
	.toggle-image, .simple-video {
		margin-bottom: 0 !important;
	}
	
	body.single-product .post-1706 ul.wc-block-grid__products {
		margin: 0;
	}
	
	body.single-product .post-1706 li.wc-block-grid__product {
		margin-bottom: 12px;
	}
	
	.woocommerce-product-details__short-description p {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-product-details__short-description p picture {
		order: 2;
	}
	
	.woocommerce-product-details__short-description p picture .alignright {
		float: left;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.section-white-left,
	.section-white-right {
		position: relative;
		overflow: hidden;
	}
	.section-white-left > *,
	.section-white-right > * {
		position: relative;
	}
	.section-white-left::before,
	.section-white-right::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		background-color: #fff;
		transform: translateX(-40%);
		z-index: 0;
	}
	.section-white-right::before {
		right: 0;
		left: auto;
		transform: translateX(40%);
	}
}

.heading-line-top::before {
	content: '';
	display: block;
	width: 50%;
	max-width: 120px;
	height: 2px;
	background-color: currentColor;
}
.heading-line-bottom::after {
	content: '';
	display: block;
	width: 50%;
	max-width: 120px;
	height: 2px;
	background-color: currentColor;
}
.heading-line-bottom.centered::before,
.heading-line-bottom.centered::after {
	margin-left: auto;
	margin-right: auto;
}

body .entry-content>div {
	margin-bottom: 0;
}

body.single-product #main {
	padding-top: 60px;
}

.entry-summary-inner {
	padding: 45px;
	background: #F7F8F9;
	border-radius: 10px;
}

.product-logo {
	margin: -20px auto 0;
	text-align: center;
}

@media (min-width: 690px) {
	body.woocommerce div.product div.woocommerce-tabs ul.tabs {
		--theme-link-active-color: var(--theme-link-initial-color);
	}
	body.woocommerce div.product div.woocommerce-tabs ul.tabs li {
		margin-right: 20px;
		border-bottom: 3px solid transparent;
	}
	body.woocommerce div.product div.woocommerce-tabs ul.tabs li a {
		padding: 10px 0;
	}
	body.woocommerce div.product div.woocommerce-tabs ul.tabs li.active {
		border-bottom: 3px solid #B52925;
	}
}
body.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
	padding-top: 10px;
}


body .entry-summary .quantity[data-type="type-2"] {
	--quantity-width: 215px;
	--theme-form-field-border-radius: 50%;
	--quantity-height: 70px;
	background-color: #fff;
	border-radius: var(--theme-button-border-radius, 3px);
}
body .entry-summary div.quantity[data-type] input[type=number] {
	border: none;
}
body .entry-summary .quantity[data-type=type-2] .ct-decrease,
body .entry-summary .quantity[data-type=type-2] .ct-increase {
	background-color: #F7F8F9;
	height: 42px;
	width: 42px;
	font-weight: bold;
}
body .entry-summary .quantity[data-type=type-2] .ct-decrease:hover,
body .entry-summary .quantity[data-type=type-2] .ct-increase:hover {
	background-color: var(--theme-palette-color-1);
}



/* WPML - Language switcher */
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}
.wpml-floating-language-switcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #f8f8f8;
  border: 1px solid;
  border-color: #eee;
  padding: 0px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  z-index: 100;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  top: 0;
  transform: translateY(-100%);
  background-color: #fff;
}
.wpml-ls-legacy-dropdown-click {
  width: 6.5em;
}
.wpml-ls-legacy-dropdown-click a {
  border: none;
}



.entries[data-cards='cover'] .entry-card.post {
	position: relative;
	--vertical-alignment: flex-end;
}
.entries[data-cards='cover'] .entry-card.post > * {
	position: relative;
}
.entries[data-cards='cover'] .entry-card.post .ct-image-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.entries[data-cards='cover'] .entry-post-card-inner {
	position: initial !important;
	background: #F7F8F9;
	margin-left: calc(var(--card-inner-spacing, 30px) * -1);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: var(--card-inner-spacing, 30px);
	border-radius: 0px 22px 22px 0px;
}

.entries[data-cards='cover'] .entry-post-card-inner .entry-excerpt {
	margin-top: 5px;
	line-height: 1.4;
}

.entries[data-cards='cover'] .entry-post-card-inner .entry-excerpt p:last-child {
	margin-bottom: 0;
}

.entries[data-cards='cover'] .entry-post-card-inner .entry-button {
	margin-top: 5px;
	justify-content: flex-start;
}

.entries[data-cards='cover'] .entry-post-card-inner ul.entry-meta {
	position: absolute;
	top: calc(var(--card-inner-spacing, 30px) / 1.5);
	right: var(--card-inner-spacing, 30px);
	--theme-font-size: 15px;
}

.entries[data-cards='cover'] .entry-post-card-inner ul.entry-meta li {
	padding: 4px 15px;
	background-color: var(--theme-palette-color-1);
	color: #fff;
	border-radius: 5px;
}
