/* css */

h2 {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
}
section.container.bottom_buffer15, section.container.bottom_buffer5.breadcrumbWP {
	display:none;
}
.max_970 {
	max-width:970px;
	margin:0 auto;
}
.max_page {
	max-width:1220px;
	margin:0 auto;
	margin-bottom:100px;
}
.vfou_header {
	background:#000;
	height: 800px;
	position: relative;
}
.vfou_header video {
	height: 750px;
}
.vfou_header_txt {
	position:absolute;
	z-index:1;
	top:120px;
	left:0;
	right:0;
}

.vfou_header_products {
	position: relative;
	top:-6em;
	padding-bottom: 200px;
}

.vfou_filter .d-flex {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	gap:15px;
}
.vfou_filter .d-flex > div {
	flex:1;
	width: 100%;
}

.vfou_filter button {
	padding:10px 20px;
	border:1px solid #000000;
	border-radius: 20px;
	background:#fff;
	text-transform: uppercase;
	width: 100%;
}
.vfou_filter button:hover {
	background:#f1f1f1;
}

.more, .more:link, .more:focus {
	background:#000;
	color:#fff;
	border-radius: 20px;
	padding:10px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
.more:hover {
	background:#000000;
	color:#fff;
	text-decoration: none;
}

.vfou_footer_promo hr {
	margin-top:60px;
	margin-bottom:60px;
	border-color: rgba(0,0,0,0.5);
}

.vfou_pastille {
	position:absolute;
	z-index:8;
	top:-50px;
	right:-5px;
}
.vfou_pastille img {
	height:95px;
}

.vfou_header_products h2 {
	font-family: 'fira_sansregular';
	font-style: normal;
	text-transform: none;
	color: #000000;
	font-size: 19px;
	line-height: 25px;
	margin:0 0 5px 0;
}

.vfou_header_products_box {
	position:absolute;
	z-index: 7;
	max-width: 90%;
}
.vfou_header_products_box p {
	margin:0 0 5px 0;
}
.vfou_header_products_box_img {
	position:relative;
	z-index:1;
}
.vfou_header_products_box a {
	color:#000000;
	text-decoration: underline;
}
.vfou_header_products_box_head {
	background:#f5f5f5;
	box-shadow: 0 3px 6px rgb(33 30 34 / 20%);
	padding:8px;
	position:absolute;
	z-index:0;
	top:-8px;
	left:-8px;
	right:-8px;
	bottom:0;
	border-radius: 5px;
	display:none;
}
.vfou_header_products_box_text {
	position:relative;
	display: none;
}
.vfou_header_products_box:hover .vfou_header_products_box_head,
.vfou_header_products_box:hover .vfou_header_products_box_text {
	display:block;
}

.vfou_header_products_box_price {
	font-weight: 700;
}
.accordd {
	font-size:11px;
}



@media (max-width: 768px) {
	.vfou_header_txt {
		margin:0 15px;
		top:70px;
	}
	.vfou_header {
		height:450px;
	}
	.vfou_header video {
		height:400px;
	}
	.vfou_pastille {
		top:-30px;
		right:0px;
	}
	.vfou_pastille img {
		height:65px;
	}

	.vfou_header_products_box_head,
	.vfou_header_products_box_text {
		display:block;
		height: 100%
	}
	.vfou_header_products_box_text {
		padding-bottom: 10px;
	}
	.vfou_header_products_box {
		position: relative;
		max-width: inherit;
		margin-bottom:60px;
	}

	.vfou_header_products {
		padding-bottom:0;
	}

}
