html, body {
	height: 100%;
	width: 100%;
	/*font-family: 'Roboto Slab', serif;*/
	color: #222;
}

.container-fluid {
	/*max-width: 1400px;*/
	/*padding-top: 1.0em;*/
}

.max-page-width {
	max-width: 1400px;
}

.max-footer-width {
	max-width: 1000px;
}

.alert-warning {
	/*color: red;*/
	border: 1px solid black;
	background-color: #FCDB70;
	color: #222;
}


.alert-danger  {
	background-color: #FCDB70;
	color: red;
	font-weight: bold;
}


/*
.breadcrumb {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
*/

/* https://medium.com/wdstack/bootstrap-4-custom-navbar-1f6a2da5ed3c */

.farm-title {
	font-size: 2.0em;
	font-family: 'Poppins', sans-serif;
}

.btn-checkout {
	margin-left: 1em; 
	font-size: 0.8em; 
	padding: 1px 10px; 
	border-radius: 0;
}
/*
.navbar {
	min-height: 130px;boot
}
*/
/*
.eff-logo-image {
	height: 114px;
	width: 1px;
}
*/
/*
.navbar-custom {
    background-color: black;
	background-image: url("https://holycow.eatfromfarms.com/images/vendor-themes/17/buyer-header.jpg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
*/
/* change the brand and text color */
/*
.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
*/

/* change the link color */
/*
.navbar-custom .navbar-nav .nav-link {
    color: #FFFFFF;
}
*/

/* change the color of active or hovered links */
/*
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #CDCDCD;
}
*/
/*
.navbar-toggler .custom-toggler {
	border-color: red;
}
*/
/*
.custom-toggler .navbar-toggler-icon {
	
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FF0000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
*/

	
/*

.btn-primary {
	background-color: #6648b1;
	border: 1px solid #563d7c;
}

.btn-primary:hover {
	background-color: orange;
}

.badge-primary {
	background-color: red;
}
*/
#left-product-links > li{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	/*background-color: blue;*/
}
/*
#left-product-links > li > a{
	color: red;
}
*/

.bundle-indent {
	padding-left: 0.5em;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

hr.sum
{
	margin:0;
	padding:0;
	background-color: black;
}

/*
#left-product-links >li.active
{
	background-color: purple;
	border-color: purple;
	color: black;
}
*/
/*
footer {
	background-color: #3F3F3F;
	color: #D5D5D5;
}
*/

#contactForm 
{
	width: 600px;
	max-width: 100%;
	margin: auto;
}

#contactForm .form-grouped
{
	display: none;
}

/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
	.farm-title {
		font-size: 1.5em;
	}
	h1 {
		font-size: 200%;
	}
}
@media (max-width: 576px) {
	
	
	a.navbar-brand {
		/*display:none;*/
		width: 50%;
		/*display: block;*/
		font-size: 1.0em;
		color: blue;
	}
	.farm-logo-image {
		width: 100%;
		height: 100%;
	}
	.farm-header-title {
		font-size: 50%;
		/*width: 100%;*/
	}
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

.out-of-stock-box {
	border: 3px solid #c51317;
	border-radius: 5px;
	color: #c51317;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	background-color: white;
	transform: rotate(-5deg);
	display: inline-block;
}






