.each-product:nth-child(1), .each-product:nth-child(2) {
	margin-top: 0px;
}

.each-product {
	margin-top: 30px;
	width: calc((100% - 30px) / 2);
	display: flex;
	flex-wrap: wrap;
}

.each-product figure {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.each-product figure .product_top > a {
	height: 276px;
	display: block;
	margin-bottom: 26px;
	position: relative;
	overflow: hidden;
}

.each-product figure .product_top > a:before {
	content: 'BEKIJK PRODUCT';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 175, 203, .6);
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease;
	transition-property: opacity , visibility;
}

.each-product figure img {
	transition: transform .5s ease;
}

.product_top {
	position: relative;
}

figure .disc {
	position: absolute;
	right: 9px;
	bottom: 9px;
	width: 72px;
	height: 72px;
	background-color: #F95555;
	color: white;
	border-radius: 50%;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sale_text {
	font-size: 14px;
	font-weight: 600;
}

.sale_discount {
	font-size: 16px;
	font-weight: 600;
}

.black_friday_promo figure .disc {
	background-color: black;
	border: 2px solid white;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 78px;
	width: 78px;
}

.black_friday_promo figure .disc:after {
	content: 'BLACK FRIDAY';
	display: block;
	font-weight: normal;
	font-size: 10px;
}

.each-product h3,
.each-product .h3 {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	height: calc(20px * 3);
	overflow: hidden;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 10px;
}

.each-product h3,
.each-product .h3 {
	height: auto;
	align-self: flex-start;
}

.each-product figcaption {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-self: flex-end;
	width: 100%;
}

.each-product .review {
	align-self: flex-end;
}

.each-product figcaption > * {
	flex: 0 0 100%;
}

.review span {
	display: block;
	margin-left: 3px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #C4C4C4;
}

.each-product .adtinfo {
	align-self: flex-end;
}

.price.on_sale_price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.price {
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}

.price.on_sale_price del > span {
	letter-spacing: 0.05em;
	color: #BBBBBB;
	text-decoration: none;
}

.price.on_sale_price ins > span {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #F95555;
}

.price.on_sale_price ins {
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #F95555;
}

ins {
	text-decoration: none;
}

.m-addtocart {
	display: flex;
	height: max-content;
	min-width: max-content;
	padding: 10px 16px;
	background-color: #48BD53;
	color: white;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 7px;
}

.check {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #3CCB64;
	display: flex;
	align-items: center;
	margin: 6px 0 4px;
}

.check img {
	margin-right: 3px;
}

.each-product:hover figure img {
	transform: scale(1.1);
}

.each-product.pro_item_5126:hover figure img {
	transform: none;
}

.each-product figure .product_top > a:hover:before {
	opacity: 1;
	visibility: visible;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

.each-product .form-group label:before {
	padding: 6.5px;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.each-product .form-group label {
	font-size: 11px;
	align-items: center;
	display: flex;
}

.each-product .form-group input:checked ~ span:after {
	left: 4px;
	width: 5px;
	height: 8px;
}

.form-group input:checked ~ span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -7px;
}

.form-group label {
	position: relative;
	cursor: pointer;
}

.adtinfo {
	justify-content: space-between;
	align-items: flex-end;
}

.eachproductcart .price.disc del, .mini_cart_price.on_sale_price del, .woocommerce-checkout .bestel .price.on_sale_price_checkout ins, .price.on_sale_price del {
	text-decoration: none;
	position: relative;
}

.price.on_sale_price del {
	color: #BBBBBB;
	letter-spacing: 0.05em;
}
.price.on_sale_price del {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
.price.on_sale_price del {
	margin-right: 8px;
}

.m-addtocart:hover, .nbtn:hover {
	background-color: #3d9545;
}

.otherproductlist .each-product {
	margin: 0;
	width: calc((100% - 90px) / 4);
}

.otherproductlist {
	justify-content: space-between;
}

.promotion_label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.black_friday {
	background-color: #272522;
	color: #efefef;
}

.pro_item_5126 .m-addtocart {
	display: none;
}

.price.on_sale_price ins > span {
	font-size: 18px;
}

.features {
	color: #555555;
	margin-top: 15px;
	font-weight: 500;
	font-size: 12px;
}

.product_card_price_regular_wrapper {
	font-size: 12px;
	color: #999999;
	font-weight: 500;
}

.product_card_price_regular {
	position: relative;
}

.product_card_price_regular:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #999999;
	width: 105%;
	left: -10%;
	top: 50%;
	transform: rotate(-19deg);
}

.product_card_price_sale {
	color: #F95555;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}

.product_card_price {
	margin-top: 8px;
	margin-bottom: 6px;
}

.product_label {
	position: absolute;
	background-color: #4DC9E2;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	z-index: 1;
	top: 9px;
	left: 9px;
	padding: 3px 18px;
	border-radius: 50px;
}

.each-product .regular_price_prefix {
	display: none;
}

.each-product .product_card_price {
	display: flex;
	gap: 10px;
}

.each-product .product_card_price_regular_wrapper {
	font-weight: 500;
}

.each-product .check {
	font-weight: 400;
}

.black_friday_promo .sale_text {
	display: none;
}

@media (max-width: 1199px) {
	.each-product figure > a {
		height: 225px;
	}

	.thecontenthalf {
		height: 315px;
	}
}

@media (max-width: 1030px) {
	.price.on_sale_price {
		flex-wrap: wrap;
	}
}

@media (max-width: 916px) {
	.each-product figure {
		width: 100%;
		position: relative;
	}

	.each-product figure .product_top > a {
		height: auto !important;
		margin-bottom: 26px;
		position: relative;
		padding-top: 100%;
	}

	.each-product figure .product_top > a img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 900px) {
	.each-product h3 {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.checkmark_product_card {
		width: 20px !important;
		height: 20px !important;
		margin-right: 6px;
	}

	.each-product figure .product_top > a {
		margin-bottom: 15px;
	}

	.each-product figure {
		margin-bottom: 5px;
	}

	.each-product .review_stars .star {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 767px) {
	.black_friday_promo figure .disc {
		top: 4px;
		right: 4px;
		width: 54px;
		height: 54px;
		font-size: 13px;
	}

	.black_friday_promo figure .disc:after {
		font-size: 8px;
	}

	figure .disc {
		width: 60px;
		height: 60px;
		font-size: 14px;
		bottom: 5px;
		right: 5px;
	}

	.sale_text {
		font-size: 12px;
	}

	.sale_discount {
		font-size: 14px;
	}

	.product_label {
		font-size: 12px;
		padding: 1px 10px;
		top: 5px;
		left: 5px;
	}

	.each-product h3, .each-product .h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}

	.each-product figure .product_top > a {
		margin-bottom: 8px;
	}

	.features {
		font-size: 8px;
		line-height: 14px;
		color: #555555;
		margin-top: 8px;
	}

	.each-product figure {
		margin-bottom: 6px;
	}

	.each-product .review_stars .star {
		width: 10px;
		height: 10px;
	}

	.each-product .review_count {
		font-size: 10px;
	}

	.each-product .review {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}

	.each-product .product_card_price_sale {
		font-size: 14px;
		margin-bottom: 0;
	}

	.each-product .product_card_price {
		gap: 6px;
		margin-top: 0;
		margin-bottom: 4px;
	}

	.each-product .check {
		margin: 0;
		font-size: 10px;
	}

	.each-product .m-addtocart img {
		width: 15px;
	}

	.m-addtocart {
		margin-top: 8px;
		padding: 5px 11px;
	}

	.each-product .price {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.m-addtocart {
		width: max-content;
	}

	.adtinfo {
		display: block;
	}
}
