/**
 * @file
 * Subtheme specific CSS.
 */

body {
	font-family: "Montserrat", sans-serif;
	background-color: #2F4858;
	overflow-x: hidden;
}

.main-nofront {
	min-height: calc(100vh - 200px) !important;
}

.site-footer {
	background-color: #2F4858;
}

a, .link {
	color: #6b4701;
	text-decoration: none !important;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
	color: #f7ce5a;;
}


.main-nofront {
	margin-top: 70px;
}

#main-wrapper {
	background-color: white;;
}

/* 
	Navigation bar 
*/
.navbar-brand {
	color: #f7ce5a;
	margin-left: 10%;
}

.navbar-brand:hover {
	color: #f7ce5a;
}

.nav-item {
	border: 3px solid transparent;
}

.nav-item:hover {
	color:#f7ce5a;
	border-bottom: 3px solid #f7ce5a;
}

.navbar-scrolled .nav-link {
	color: #6b4701;
	transition: color 200ms linear;
}
.navbar-scrolled .nav-link:hover,
.navbar-scrolled .nav-link:focus {
	color: #6b4701;
	transition: color 200ms linear;
}


.nav-link {
	color: white;
}
.nav-link:hover,
.nav-link:focus {
	color: white;
}

.badge {
	font-size:18px;
	color:white;
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 10px;
    background: #ce0101;
    color: #fff;
    padding: 1px 5px;
    vertical-align: top;
    margin-left: -10px; 
}

.navbar-scrolled
.cart-badge {
	color: #6b4701;
	transition: color 200ms linear;
}

.navbar-scrolled
.cart-block--summary__count {
	color: #6b4701;
	transition: color 200ms linear;
}

.cart-block--summary__count {
	color: white;
}


.cart-block--contents {
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
}

.cart-block--contents__links {
	color: #6b4701;
}
 
.cart-block--contents__links:hover,
.cart-block--contents__links:focus {
	color: #f7ce5a;
}

#cart-icon {
	stroke: white;
}

.navbar-scrolled #cart-icon {
	stroke: #6b4701;
	transition: stroke 200ms linear;
}



@media (max-width: 767.98px) {
	.navbar-collapse {
		border-radius: 5px;
		background-color: #f9c701d1 !important;
		padding-left: 1rem;
	}
}
.navbar-toggler {
	background-color: #f9c701d1 !important;
}

.navbar-scrolled {
	background-color: #f9c70176 !important;
	backdrop-filter: blur(3px);
	transition: background-color 200ms linear;
}

.image-container {
	position: relative;
	text-align: center;
	color: white;
	min-height: 400px;
}

.image-container img {
	filter: brightness(50%);
}

 .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0.5rem;
}

.overlay-text h1 {
	font-family: "Noto Serif", serif;
}

.view-products-frontpage  {
	background-color: #fae8b7;
	padding: 2rem 0 2rem 0;
}

.frontpage-product-item .field--name-product-id {
	display: none;
}

.frontpage-product-item .views-field-variations-target-id-1 {
	padding-top: 0.5rem;
}

.product-title {
	padding-bottom: 1rem;;
}

.frontpage-product-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
  
.frontpage-product-item {
	flex-basis: calc(33.333% - 20px);
	margin: 10px; /* Adjust the margin as needed */
	box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
	background-color: white;
	border-radius: 5px;
	padding: 10px;
}

.frontpage-product-item .views-field-title {
	text-align: center;
	padding-bottom: 10px;
}

.button--add-to-cart  {
	background-color: #f7ce5a;
    border-color: #f7ce5a;
	color: #6b4701;
}

.button--add-to-cart:hover,
.button--add-to-cart:focus  {
	background-color: #f7ca4c;
    border-color: #f7ca4c;
	color: #6b4701;
}

/* Cart page */
.cart .view-header {
	padding-top: 2rem;
}

.layout-checkout-form {
	padding-top: 2rem;
}

.table-striped {
	--bs-table-striped-bg: #E5E8EA;
	--bs-table-bg: #B1BAC0;
	--bs-table-hover-bg: #CBD1D5;
}

.cart a, .cart .link {
	color: black;
	text-decoration: none !important;
}

.cart a:hover,
.cart a:focus,
.cart .link:hover,
.cart .link:focus {
	color: #3a3a3a;;
}

/**
	checkout flow
*/
.title {
	padding-top: 2rem;
}

.checkout-complete__payment-instructions {
	padding-top: 2rem;
}

.btn-primary {
	--bs-btn-bg: #2F4858;
	--bs-btn-border-color: #2F4858;
	--bs-btn-hover-bg: #293f4d;
	--bs-btn-hover-border-color: #293f4d;
	--bs-btn-active-bg: #293f4d;
	--bs-btn-active-border-color: #293f4d;
}

/**
* Abous US section
*/
#block-mijnhoningpot-frontabousus {
	background-color: #2F4858;
	color: white;;
	padding: 2rem 0 2rem 0;
}

/** 
* Contact sections
*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#block-mijnhoningpot-frontcontact {
	padding: 2rem 0 2rem 0;
	background-color: #fae8b7;
	
}

@media (max-width: 768px) {
	.frontpage-product-item {
		flex-basis: calc(50% - 20px); /* 2 items per row on smaller screens */
	}
}
  
  /* Adjust for screens smaller than 480px */
@media (max-width: 480px) {
	.frontpage-product-item {
		flex-basis: 100%; /* 1 item per row on smallest screens */
	}
}