/*
  Theme Name: Raysland
  Version: 1.0.0
  Template: Divi
  Author: Edward barkey
  Author URI: https://barkeymedia.nl
  Description: Custom Divi Child Theme for Raysland
  Text Domain: raysland
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

h1, h1.et_pb_contact_main_title, .et_pb_title_container h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 2.5em;
}
h2, h2.et_pb_contact_main_title, .et_pb_title_container h2,.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 2.2em;
}
h3, h3.et_pb_contact_main_title, .et_pb_title_container h3,.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 1.9em;
}
h4, h4.et_pb_contact_main_title, .et_pb_title_container h4,.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    font-size: 1.7em;
}
h5, h5.et_pb_contact_main_title, .et_pb_title_container h5,.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 {
    font-size: 1.5em;
}
h6, h6.et_pb_contact_main_title, .et_pb_title_container h6,.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
    font-size: 1.2em;
}
.footermenu .et-menu-nav ul.et-menu {
    display: block !important;
}

.footermenu .et-menu-nav ul.et-menu > li {
    display: block !important;
    margin: 0 0 10px 0; /* ruimte tussen items */
}

.footermenu .et-menu-nav ul.et-menu > li > a {
    display: block;
    padding: 10px 15px;
}
.count { display: none;}
.images.nickx_product_images_with_video {
    display: none !important;
}
.single-product .quantity input.qty {
    padding: 5px 0 !important;
}
p.stock.in-stock {
    color: #843837 !important;
	margin-bottom: 5px;
}
.posted_in a, .tagged_as a {
    font-weight: 500;
    color: #843837;
    text-decoration: underline;
}

/* Subcategorie blok */
.woocommerce-subcategories {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    background: #f0f0f0;
    padding: 25px;;
	margin: 0 0 0 0;
}
.woocommerce-subcategories li.product-category {
	list-style-type: none;
    display: block;
    width: 21% !important;
    background: #fff;
    margin: 18px;
    padding: 15px;
}
.woocommerce-subcategories li.product-category a h2 {
	font-size: 1.2em !important;
	font-weight: 500;
}

/*Produkten lijst */
ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
}
ul.products li {
	display: block;
	float: none !important;
	width: 25% !important;
	margin: 0 0 25px 0 !important;
	padding: 0;	
}
ul.products li a {    
    padding: 15px;
    display: block;
    margin: 0 10px;
    height: 100%;
}
.et_pb_menu__cart-count {
	background-color: #843837;
	border-radius: 50%;
	border: 2px solid;
	min-width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -18px;
	margin-top: -18px
}
ul.products span.et_shop_image {
    height: 200px;
}
.entry {
    background: #efe6e6;
    padding: 20px;
}
@media (min-width: 981px) {
	.et_pb_menu__icon,et_pb_menu__cart-button {
		margin-left: 22px;
	}
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 100% !important;
	object-fit: contain;
}

/** PRODUCT IMAGES **/
.flex-viewport a {
    width: 510px;
    height: 510px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
	background: #fff;
}
.flex-viewport a img {
	max-height: 510px;
	max-width: 510px;
	object-fit: contain;	
}
/*  Zoekresultaten pagina */
.search-results div#left-area {
	float: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100% !important;
	position: relative;
	padding-right: 0 !important;
	padding-bottom: 50px;
}
.search-results div#left-area h2.entry-title {
	font-size: 1.2em;
}
.search-results div#left-area:before {
	display: block;
	width: 100%;
  content: "Zoekresultaat";
	font-size: 2.5em;
	font-weight: bold;
	padding-bottom: 50px;
}
.search-results div#left-area div.pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 50px;
}
.search-results.et_right_sidebar #main-content .container:before {
	width: 0% !important;
	display: none;
}
.search-results div#left-area article {
    width: 21%;
}
@media (max-width: 768px) {
.search-results div#left-area article {
    width: 45%;
}
}
/*show hamburger menu on desktop*/
@media (min-width: 980px) {
	#CategoryMenu .et_pb_menu__menu {
		display: none !important;
	}
	#CategoryMenu .et_mobile_nav_menu {
    	display: flex !important;
    	float: none;
    	margin: 0 6px;
    	align-items: center;
	}
	#CategoryMenu .mobile_nav.opened  ul.et_mobile_menu {
		list-style-type: none;
		background-color: #ffffff !important;
		padding: 0 0 0 0 !important;
	}
	#CategoryMenu .mobile_nav.opened  ul.et_mobile_menu li {
		background-color: #ffffff !important;
	}
	#CategoryMenu .mobile_nav.opened  ul.et_mobile_menu li a:hover {
		color: #000;
		background: #efe6e6 !important;
	}
}