/*
 Theme Name: Divi Cools
 Theme URI: https://www.rootcase.nl/
 Description: Divi Child Cools
 Author: Dijk Grootswagers
 Author URI: https://www.rootcase.nl
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


.et_pb_menu .et_pb_menu__menu {
	margin-left: auto !important;
	padding-left: 1rem !important;
	box-sizing: border-box !important;
}

.c_btn {
	display: block !important;
	font-weight: bold;
	padding: .5rem 1rem !important;
}

body .et_pb_button.c_btn.c_btn:hover {
	background: none !important;
}

.c_blue {
	background: #003341 !important;
	border: 1px solid #003341 !important;
	color: white;
}

body .et_pb_button.c_btn.c_blue:hover {
	color: #003341 !important;
	background: none;
}
.c_bluelight {
	background: #e3f5fb !important;
	border: 1px solid #e3f5fb !important;
	color: #003341 !important;
}
body .et_pb_button.c_btn.c_bluelight:hover {
	color: #003341 !important;
}

.c_yellow_light,
.c_yellow,
.c_red {
	background: #a40243 !important;
	border: 1px solid #a40243 !important;
	color: white;
}

body .et_pb_button.c_btn.c_yellow_light:hover,
body .et_pb_button.c_btn.c_yellow:hover,
body .et_pb_button.c_btn.c_red:hover {
	color: #a40243 !important;
}
body .et-l--footer .et_pb_button.c_btn.c_red:hover {
	color: white !important;
}

.c_white {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #a40243 !important;
}

.c_btn::after {
	line-height: 170% !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
	margin-top: .75rem;
	font-size: 1rem;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li:not(:last-of-type)::after {
	content: '|';
	margin-left: .75rem;
	color: white;
	font-weight: bold;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-width: 1500px !important;
}

h2 {
	font-weight: 700;
}

h5 {
	font-size: 1.1rem !important;
	margin-bottom: 0;
}

h5 + p {
	margin-top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display: flex;
	align-items: flex-end;
}

.et_shop_image {
	min-height: 16rem;
	padding-right:2rem;
	display: flex;
}

.woocommerce ul.products li.product a img {
	object-fit: contain;
	object-position: center;
}

.et_pb_tabs_controls {
	display: none !important;
}

.et_pb_wc_tabs {
	background: none;
	padding: 0;
	border: 0;
}

.et_pb_tab {
	padding: 0 !important;
}

.woocommerce-product-attributes-item__value a {
	font-style: normal;
}

.woocommerce-error {
	background: #E02B1F !important;
}
@media screen and (min-width: 981px) {
#billing_address_2_field,
#shipping_address_2_field{
  margin-top: 32px !important;
}
}

.et_pb_menu__search-input {
	color: white !important;
}

#optifileOverlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 99999999;
	display: none;
	justify-content: center;
	align-items: center;
}
#optifileOverlay iframe {
	width: 90%;
	height: 90%;
	border: none;
	background: #fff;
}
#optifileOverlayClose {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.dfw-38-add-to cart {
	position: relative;
	display: inline-block;
}

.dfw-38-add-to-cart button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 100% !important;
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute !important;
	right: 1rem !important;
	bottom: 0 !important;
}


.wpf_layout_horizontal .wpf_item {
	border: 0 !important;
	border-radius: 0 !important;
	background: #650124 !important;
	color: white !important;
	z-index: 10;
}

.wpf_layout_horizontal .wpf_items_group {
	padding: 1rem !important;
	font-size: 1rem !important;
	color: black !important;
	border: 1px solid black !important;
	background: #eae9e7 !important;
	padding-bottom: .5rem !important;
	border-radius: 0 !important;
}

.wpf_layout_horizontal .wpf_item:not(.wpf_item_onsale):not(.wpf_item_instock):not(.wpf_item_submit) .wpf_item_name::before {
	display: none !important;
}

.wpf_item input[type="checkbox"] {
	border-radius: 0 !important;
	border: 1px solid black !important;
}