/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


/* || Global text styles */

/* Desktop */
h1,
h2,
h3,
h4,
h5,
h6,
h2 a {
	font-weight: 500;
}

h1 {
	font-size: 50px !important;
	line-height: 67px;
}

h2,
h2 a {
	font-size: 40px !important;
	line-height: 60px;
}

h3,
h4,
h5,
h6 {
	font-size: 18px;
}

body {
	font-weight: 300;
	font-size: 16px;
}

p, ul, .et_pb_text_inner {
	font-weight: 300 !important;
	font-size: 16px !important; 
}

#text {
	font-weight: 300;
	font-size: 16px;
}

.et_pb_button {
	font-size: 16px;
	font-weight: 300;
}

.vl-text-fontsize-xs,
.vl-text-fontsize-xs p,
.vl-text-fontsize-xs ul, 
.vl-text-fontsize-xs .et_pb_text_inner {
	font-size: 12px !important;
}

.vl-text-uppercase {
	text-transform: uppercase;
}

.vl-heading-small h2 {
	font-size: 18px !important;
	line-height: 1em !important;
}

.vl-heading-bold {
	font-weight: 500;
	font-size: 60px;
	line-height: 80px;
}

.vl-word-wrap-normal {
	word-wrap: normal;
}

.vl-breadcrumb a {
	color: #000 !important;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
#cmplz-document .cmplz-subtitle {
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 0;
}


/* Mobile */
@media only screen and (max-width: 767px) {

	h1,
	h2,
	h2 a {
		font-size: 35px !important;
		line-height: normal;
	}

	h3,
	h4,
	h5,
	h6 {
		font-size: 18px !important;
		line-height: normal;
	}

	.vl-heading-bold {
		font-weight: 500;
		font-size: 40px;
		line-height: normal;
	}

}


/* || Global Page styles */

html,
body {
	max-width: 100%;
	overflow-x: hidden;
	background-color: white;
}

#page-container {
	max-width: 2560px !important;
	margin-left: auto;
	margin-right: auto;
}

.disable-click {
	pointer-events: none;
}

.vl-section-flex {
	display: flex;
}

.vl-column-flex {
	display: flex;
}

.vl-vertical-align {
	margin: auto;
}

.vl-bottom-align {
	margin: auto auto 0 !important;
}

@media only screen and (max-width: 980px) {
	.vl-bottom-align {
		padding-bottom: 0px !important;
	}
}


/* || Header Menu styles */
#main-header {
	position: absolute !important;
	top: 20px !important;
	width: 100%;
	z-index: 10;
	background: transparent !important;
	box-shadow: none;
}

#page-container {
	padding-top: 0 !important;
}

#et-main-area {
	position: relative;
	z-index: 1;
}

#main-header .et_menu_container {
    display: flex;
	background: rgba(242, 242, 242, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

#main-header .et_menu_container .logo_container {
    width: auto !important;
	flex: 1;
}

#main-header .et_menu_container #et-top-navigation {
	flex: 3;
	display: flex !important;
}

#main-header .et_menu_container #et-top-navigation nav {
    flex: 3;
}

#main-header .et_menu_container #et-top-navigation nav ul li a {
	font-weight: 500 !important;
}

#main-header .et_menu_container #et-top-navigation .ditr_flag_translator {
    flex: 1;
	padding-right: 20px;
}

#main-header .et_menu_container.et_pb_menu_hidden #et-top-navigation .ditr_flag_translator {
	opacity: 0;	
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

#main-header .et_menu_container.et_pb_menu_visible #et-top-navigation .ditr_flag_translator {
	opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

#main-header .et_menu_container.et_pb_menu_hidden #et-top-navigation #top-menu,
#main-header .et_menu_container.et_pb_menu_visible #et-top-navigation #top-menu {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}

#main-header .et_menu_container #et-top-navigation #et_top_search {
	flex: 0.2;
	margin-left: 0px !important;
}

#main-header .et_search_outer .et_search_form_container .et_close_search_field {
    margin-right: 22px;
}

#main-header .et_menu_container #et-top-navigation .et-cart-info {
    display: none !important;
}

@media only screen and (min-width: 981px) and (max-height: 780px) {
	#et-main-area .vl-section-banner {
		height: 65vh !important;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width: 980px) {
	#main-header .et_menu_container .logo_container #logo {
			max-width: 100% !important;
	}

	#main-header .et_menu_container #et-top-navigation {
		flex: 3;
		display: flex !important;
		padding-left: 90px !important;
	}

	#main-header .et_menu_container #et-top-navigation nav {
		flex: 3;
	}

	#main-header .et_menu_container #et-top-navigation .ditr_flag_translator {
		flex: 3;
	}

	#main-header .et_menu_container #et-top-navigation .ditr_flag_translator .ditr-switch-language {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#main-header .et_menu_container #et-top-navigation #et_mobile_nav_menu {
		padding-right: 10px;
	}	

	#main-header .et_menu_container #et-top-navigation nav ul li a {
		font-weight: 500 !important;
	}

	#main-header .et_menu_container #et-top-navigation .et_mobile_menu {
		background: rgba(242, 242, 242, 0.65);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		border-color: transparent !important;
		font-weight: 500 !important;
	}

	#main-header .et_menu_container #et-top-navigation .et_mobile_menu li a {
		color: #000 !important;
		border-bottom: none;
	  }
}

@media only screen and (max-width: 767px) {
	
	#main-header .et_menu_container {
		width: 90% !important;
	}
	
	#main-header .et_menu_container #et-top-navigation nav {
		flex: 0;
	}
	
}

/* || Footer Menu Styles */

.vl-footer-menu {
	height: 100% !important;
	display: flex;
}

.vl-footer-menu .et_pb_widget {
	width: 100% !important;
	float: right;
	margin: auto 0px auto auto !important;
}

.vl-footer-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
	float: right;
	list-style-type: none !important;
}

.vl-footer-menu ul li {
	break-inside: avoid;
}

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

	.vl-footer-menu .et_pb_widget {
		float: none;
		margin: auto !important;
	}

	.vl-footer-menu ul {
		float: none;
		column-count: 1;
	}

	.vl-footer-menu ul li {
		text-align: center;
	}

}


/* || Second Footer Menu Styles */

.vl-second-footer-menu {
	float: right;
	width: 100% !important;
}

.vl-second-footer-menu .widget_nav_menu {
	width: 100% !important;
	margin-bottom: 0px !important;
}

.vl-second-footer-menu a {
	color: #000;
}

.vl-second-footer-menu ul {
	display: flex;
	float: right;
	list-style-type: none !important;
}

.vl-second-footer-menu li:nth-child(3) {
	padding-right: 0px;
}

.vl-second-footer-menu li:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
	color: #000;
}

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

	.vl-second-footer-menu {
		margin-bottom: 0px;
	}

	.vl-second-footer-menu ul {
		flex-direction: column;
		float: none;
	}

	.vl-second-footer-menu ul li {
		text-align: center;
	}

	.vl-second-footer-menu ul li::after {
		content: "" !important;
		margin: auto !important;
	}

}


/* || Global Image Styles */
.vl-image-hover img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vl-image-hover img:hover {
	transform: scale(1.2);
}

.vl-image-cover .et_pb_image_wrap img {
	object-fit: cover !important;
}

.vl-image-overlay-gradient {
    position: relative;
}

.vl-image-overlay-gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


/* || Line before Text */
.vl-line-text .et_pb_text_inner {
	display: flex;
  	align-items: center;
}

.vl-line-text .et_pb_text_inner::before {
	content: "";
	display: inline-block;
	width: 40px; 
	height: 2px; 
	background-color: #7E2726; 
	margin-right: 10px; 
	vertical-align: middle;
}


/* || Contact Form Styles */

.vl-contact-form-bg::before {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 50%;
	width: 100%;
	background: #f2f2f2;
	border-radius: 5px;
}

.vl-contact-form p[data-id="toestemming"] .et_pb_contact_field_options_title {
	display: none !important;
}


/* || Woo Products Styles */

/* Main styles */
.vl-woo-products .woocommerce ul.products::before,
.vl-woo-products .woocommerce ul.products::after,
.vl-woo-products section.related.products ul.products::before,
.vl-woo-products section.related.products ul.products::after {
    content: none !important;
    display: none !important;
}

.vl-woo-products .product .et_shop_image {
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	height: 300px !important;
}

.vl-woo-products .product .et_shop_image img {
	height: 100% !important;
	object-fit: cover !important;
	margin-bottom: 0 !important;
}

/* Preview styles */
.vl-woo-products-preview ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

.vl-woo-products-preview li.product {
	width: 100% !important;
}

.vl-woo-products-preview .product .woocommerce-loop-product__title {
	font-size: 18px !important;
	line-height: 1em !important;
	word-wrap: normal !important;
}

.vl-woo-products section.related.products h2 {
	display: none !important;
}

.vl-woo-products section.related.products ul.products h2 {
	display: block !important;
}

@media (min-width: 768px) and (max-width: 980px) {
	.vl-woo-products-preview ul.products {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding: 0;
	}

	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 100% !important;
	}

	.vl-woo-products-preview ul.products li.product:nth-last-child(-n+2) {
		display: none;
	}
}

@media (max-width: 767px) {
	.vl-woo-products-preview ul.products {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto auto;
		gap: 10px;
		padding: 0;
	}

	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 100% !important;
	}

	.vl-woo-products-preview ul.products li.product:nth-last-child(-n+2) {
		display: none;
	}
}

/* Overview styles */
.vl-woo-products-overview ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
	border-bottom: 1px solid #D9D9D9;
}

.vl-woo-products-overview li.product {
	width: 100% !important;
}

.vl-woo-products-overview .woocommerce-result-count {
	color: #000;
}

.vl-woo-products-overview .woocommerce-ordering .orderby {
	color: #000 !important;
	font-weight: 300 !important;
	font-size: 16px !important; 
	font-family: inherit !important;
	background: #FFFFFF;
    border: 0.4px solid #D9D9D9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.vl-woo-products-overview .product .woocommerce-loop-product__title {
	font-size: 16px !important;
	line-height: 1em !important;
	word-wrap: normal !important;
}

.vl-woo-products-overview .woocommerce-pagination {
	float: right;
}

.vl-woo-products-overview .woocommerce-pagination .page-numbers {
	border: none;
}

.vl-woo-products-overview .woocommerce-pagination .page-numbers li {
	border: none;
}

.vl-woo-products-overview .woocommerce-pagination .page-numbers li span.current {
	background: transparent !important;
	color: #7e2726 !important;
	font-weight: inherit !important;
}

.vl-woo-products-overview .woocommerce-pagination .page-numbers li a {
	color: black !important;
	font-weight: inherit !important;
}

@media (min-width: 768px) and (max-width: 980px) {
	.vl-woo-products-overview ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce-page ul.products li.product:nth-child(n),
	.vl-woo-products-overview ul.products li.product:nth-child(n) {
		width: 100% !important;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 767px) {
	.vl-woo-products-overview ul.products {
		grid-template-columns: repeat(1, 1fr);
	}

	.woocommerce-page ul.products li.product:nth-child(n),
	.vl-woo-products-overview ul.products li.product:nth-child(n) {
		width: 100% !important;
		margin-bottom: 0px !important;
	}
}


/* || Shop Filter Styles */

.vl-shop-filter .wpf_item_name {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	border-bottom: none !important;
}

.vl-shop-filter .wpf_item label{
	display: inline;
}

.vl-shop-filter .wpf_item input[type=checkbox] {
	border: 1px solid #B2B2B2;
    border-radius: 5px;
}

/* || Product Specifications Styles */

.vl-product-specs tbody tr {
	border-top: 1px solid #D9D9D9;
}

.vl-product-specs tbody tr th {
	font-weight: inherit !important;
	vertical-align: baseline;
	padding-right: 80px;
}

/* || Product Categories Styles */

.vl-product-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.vl-product-categories-grid .vl-product-category{
	background: #FFFFFF;
    border: 0.4px solid #D9D9D9;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
	padding: 30px;
	min-height: 280px !important;
}

.vl-product-categories-grid .vl-product-category img {
	width: 64px !important;
	padding-bottom: 20px;
}

.vl-product-categories-grid .vl-product-category a {
	color: #000;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.vl-product-categories-grid .vl-product-category:hover {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
	transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) and (max-width: 980px) {
	.vl-product-categories-grid {
	  grid-template-columns: repeat(2, 1fr); 
	}
  }

@media (max-width: 767px) {
	.vl-product-categories-grid {
		grid-template-columns: 1fr; 
	}
}


/* || PDF Generator Styles */

/* Hide PDF Icon */
.wps-pgfw-pdf-generate-icon__wrapper-frontend img {
	height: 30px !important;
    margin-bottom: 10px !important;
}


/* || Now sold Badge */

.product {
	overflow: hidden;
}

.product .now_sold {
	position: absolute;
    top: calc(50% - 40px);
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #7E2726;
    text-transform: uppercase;
    border-width: 0.4px;
    border-color: #D9D9D9;
    font-weight: 400;
    text-align: center;
	line-height: 20px;
    padding: 10px;
}

/* || Search Results Page */

.vl-search-results-show-all-button {
    top: -15px;
}