@charset "UTF-8";
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage):not(video) {
	max-width: 100vw;
}
div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.sortGrab {
	cursor: grab;
}
body {
	font-family: 'Ubuntu';
	font-weight: 300;
	color:#442135;
	background-color: #F1DCDC;
    overflow-x: hidden;
	max-width: 100vw;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	line-height: 22px;
}
.staging {
	position: fixed;
	left:0; top:0;
	z-index: 10000;
	background-color: #b21616;
	padding:3px 7px;
	color:#FFF;
}
@media (max-width: 768px) {

}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: 'Vollkorn';
	font-weight: 800;
	color:#95435E;
}
h1 {
	font-weight: 800;
}
h2 {
	font-family: Vollkorn;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 34px;
}
h3 {

}
h4 {

}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
hr.noMargin {
	margin:0;
}
hr.dark {
	border-top:0;
	border-bottom: 1px solid #95435E;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
section {
	background-color:#FFF;
}
section.darkSection {
	color:#FFF;
	background-color: #95435E;
}
section.darkSection h1, section.darkSection h2 {
	color:#FFF;
}
section.grey {
	background-color: #D6D4D6;
}
section.muted {
	background-color: #CA9E9E;
	color:#442135;
}
section.grey h1 {
	color:#442135;
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}

.modal-header {
	background-color: #AEDB9F;
	color: #FFF;
	border-radius: 20px 20px 0 0;
	border-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.modal-content {
	border-radius: 20px;
}

.btn {
	border-radius: 30px;
}
.btn.canwrap {
	white-space: normal;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btw-warning {
	background-color: #00EEC5;
}

.form-control {
	font-family: 'Ubuntu';
	border-radius: 4px;
	background-color: #FFF;
	border:1px solid #efefef;
}
.form-control {
	border-radius: 20px;
}
textarea.form-control {
	resize: vertical;
}
*[optionalfor] {
	font-size: 0.9em;
	font-weight: 300;
	color:#887777;
}
.input-group-addon:first-child {
	border-radius: 20px 0 0 20px;
	border-color: #efefef;
}
.input-group-addon:last-child {
	border-radius: 0px 20px 20px 0;
	border-color: #efefef;
}
@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {
	padding-left: 45px;
	padding-right: 45px;
}

.container-fluid.noPadRight {
	padding-right: 0px;
}
@media (max-width: 768px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid.noPadRight {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin:0;
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
}
.navbar-fixed-top {
	transition: all 0.2s;
	box-shadow: 0px 4px 4px rgba(240,220,220,1);
}

.navbar-fixed-top .container-fluid {
	position: relative;
}

.nav-top {
	background-color: #95435E;
	color:#FFF;
	display: block;
	clear: both;
}
body.merchant .nav-top {

}
.nav-top a {
	display: inline-block;
	font-size: 12px;
	border-left:1px solid rgba(255,255,255,0.7);
	padding:5px 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.nav-top a:last-child {
	border-right:1px solid rgba(255,255,255,0.7);
}
.nav-top a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.4);
}
.navbar {
	background-color: #95435E;
	border:0; border-radius: 0;
}
body.merchant .nav-top, body.merchant .navbar  {
	background-color: #FFE400;
}
.navbar-brand {
	position: relative;
	z-index: 3;
	height: auto !important;
	margin-bottom: 5px;
	margin-top:5px;
}
.navbar-brand:hover {

}
.navbar-brand img {
	width: 180px;
	transition: all 0.2s;
}
.navbar .whiteborder {
	border:2px solid #FFF;
}
.withBack .navbar-brand img {
	/*width: 135px;*/
}
@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: none;
		width: calc(100vw - 75px) !important;
		margin-top: 0;
		background-color: rgba(255,255,255,0.9);
		backdrop-filter: blur(5px);
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		right: 0px;
		top: 100%;
		z-index: 10;
		left: auto;
	}
}


@media (min-width: 767px) {
	.navbar-nav.navbar-center {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	.navbar-center > li {
		display: inline-block;
		float: none;
	}



	.navbar-fixed-top.withBack .navbar-right {
		/*top: 0px;*/
	}

	.navbar-btn {
		margin-left: 6px;
	}
}

.navbar-right {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1;
	transition: all 0.2s;
	z-index: 100;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Ubuntu';
	color:#FFFFFF;
	font-size:16px;
	font-weight: 700;
	padding:16px 10px;
	transition: all 0.1s;
	border-radius: 3px;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#FFFFFF;
}
.navbar.withBack .navbar-nav > li > a {
	padding-bottom:22px;
}
.navbar-default .navbar-nav > li:last-child a {

}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus  {

}

body.merchant .navbar-default .navbar-nav > li > a, body.merchant .navbar-default .navbar-nav > li > a:hover {
	color:#000;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		font-size:16px;
		font-weight: 700;
		padding:10px 15px;
		text-align: right;

	}
}

.dropdown-menu {
	border-radius: 0;
	border:0;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(5px);
}

@media (max-width: 1455px) {
	.navbar-brand img {
		width: 200px;
	}
}
@media (max-width: 650px) {
	.navbar-brand img {
		width: 120px;
	}
}
@media (max-width: 1300px) {
	.navbar-nav.navbar-center {
		/*position: absolute;*/
		right: 0px;
		left: auto;
		bottom: 0;
		width: auto;
	}
	.navbar-right {
		/*position: absolute;*/
		right: 15px;
		bottom:45px;

	}
	.withBack .navbar-right  {
		opacity: 0;
	}
}

@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media (max-width: 993px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 1100px) {

}
@media (max-width: 768px) {

}

.noFavorites {
	width: 250px;
	padding:20px 0;
}
.noFavorites .title {
	font-weight: bold;
	font-size: 16px;
}

.cartButtonMobile {
	position: absolute;
	right: 64px;
	top: 18px;
	padding: 6px 10px;
	border: 1px solid #cccccc;
}
@media (max-width: 768px) {
	.navbar-toggle {
		border-radius: 0;
		top:5px;
		margin-top: 0;
	}
	.cartButtonMobile {
		position: absolute;
		right: 64px;
		top: 5px;
		padding: 6px 10px;
		border: 1px solid #cccccc;
	}
    .navbar {

    }
	.navbar-right {
		top:7px;
	}
    .navbar-default .navbar-nav > li {
		float:left;
    }
    .navbar-default .navbar-nav > li:last-child a {

    }
    .navbar.withBack .navbar-nav > li {

    }
    .navbar.withBack .navbar-brand img {

    }
	.navbar + * {

	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}



.cartCounter {
	position: absolute;
	background-color: #000000;
	border-radius: 20px;
	right:2px; top:10px;
	color:#FFF;
	width:18px; height: 18px;
	box-sizing: border-box;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
}
.cartCounter[data-count="0"] {
	display: none;
}
@media (max-width: 768px) {
	.cartCounter {
		right: 0px;
		top: 2px;
	}
}
.cartButtonMobile .cartCounter {
	top:-5px;
	right:-5px;
	text-align: center;
	font-weight: bold;
}


@media only screen and (min-width: 768px) {
	.dropdown-menu {

	}
	.dropdown:hover .dropdown-menu {

	}
}
nav+section {
	margin-top:70px;
}
footer{
	background-color: #F0DCDC;
	color:#95435E;
	position: absolute;
	width: 100vw;
	z-index: 2;
	padding: 50px 0;
	bottom:0;
	font-size: 14px;
}
@media (min-width: 768px) {
	.contentWrapper.hasCart footer {
		width: calc(100vw - 400px);
	}
}
footer a {
	font-weight: 500;
	padding: 2px 0;
	display: inline-block;
}
footer p {

}
.footerAddress {
	margin:25px 0;
}
.footerLogos {
	width:200px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.footerAddress {

	}
}
.footerLinks {

}
@media (max-width: 768px) {
	.footerLinks {

	}
	.footerLinks.text-right {

	}
}
.footerLinks a {

}
.dislaimerLinks + .dislaimerLinks {
	margin-left: 15px;
}

.socialLink {
	border:1px solid #FFF;
	display: inline-block;
	width:40px; height: 40px;
	border-radius: 30px;
	text-align: center;
	padding-top: 7px;
	margin-right: 10px;
}

section {
	position: relative;
	z-index: 2;
}

section#cover {
	overflow: visible;
	z-index: 10;
}
section#cover + section {
	/*margin-top: -1px;*/
	/*z-index: 10;*/
}

@media (max-width: 768px) {
	section#cover {

	}
}

.homeSearch {
	min-height: 32vw;
	padding: 25px;
	color:#95435E;
	box-shadow: -4px 0px 4px rgba(149,67,94,0.5);
	z-index:10;
}
.homeSearch .remBS {
	position: absolute;
	left:0; bottom:-3px;
	width: 100%; height: 3px;
	background-color: #FFF;
}
.homeSearch h1 {
	font-size: 60px;
}
.homeSearch .btn-bottom {
	position: absolute;
	left:25px; bottom:75px;
}
.typeahead__container {
	font-size: 14px !important;
}
.typeahead__list .typeahead__item>a {
	padding: 7px 14px !important;
}
@media (max-width: 768px) {
	.typeahead__list {
		width: calc(100vw - 60px) !important;
	}
}
@media (max-width: 1100px) {
	.homeSearch {

	}
}
@media (max-width: 768px) {
	.homeSearch {

	}
}
@media (max-width: 768px) {
	.homeSearch {
		height: auto !important;
		padding: 25px 10px 10px 20px;
		color:#FFFFFF;
	}
	.homeSearch h1 {
		font-size: 40px;
	}
}
.homeSearchPanel, .newsletterPanel {
	background-color: #FFF;
	padding:10px 25px;
	box-shadow: 0px 5px 5px rgba(240,220,220,1);
	max-width: 570px;
	width: 75%;
	position: absolute;
	left:25px; bottom:25px;
	overflow: visible;
}
.newsletterPanel {
	position: relative;
	width: 100%;
	left:auto;bottom: auto;
}
.homeSearchPanel label, .newsletterPanel label {
	display: block;
	/* Label */

	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	font-size: 8px;
	line-height: 9px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-feature-settings: 'zero' on;
	font-weight: 400;

	/* Dusty Plum */

	color: #442135;
}
@media screen and (max-width: 768px) {
	.homeSearch {
		min-height: 50vh;
	}
	.homeSearchPanel {
		max-width: none;
		width: calc(100% - 50px);
		/*box-shadow: none;*/
	}
	.homeSearch:not(.keepColors) {
		background-color: #95435E;
	}
	.homeSearch:not(.keepColors) h1 {
		color:#FFF;
	}
	#cityHero .homeSearchPanel {
		position: relative;
		left:auto; bottom:auto;;
		width: calc(100% - 40px);
		margin-left:20px;
	}
}

#homeLocationTitle {
	font-family: 'Ubuntu';
	font-size: 16px;
	border:0;
	border-bottom:1px solid #D6D4D6;
	box-shadow: none;
	padding-left: 0;
}
#locationProducts {
	font-size: 13px;

}
.input-group-home {
	border-radius: 0;
	margin-bottom: 10px;
}
.input-group-home .input-group-addon {
	border:0;
	background-color:#FFF;
	border-radius: 30px;
}
.input-group-home .typeahead__container {
	margin-left: 10px;
}
.input-group-home .input-group-btn {
	vertical-align: bottom;
}
.typeahead__result {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.input-group-home .form-control {

}
.input-group-home .btn {
	border-radius: 30px !important;
	margin-left: 10px !important;
}
.input-group-home .btn-default {
	border:0;
	color:#95435E;
	padding-left: 0; padding-right: 0;
	margin-left: 0 !important; padding-left: 0;
}
.input-group-btn-asklocation .btn {
	padding-left: 0 !important;
}
.input-group-btn-asklocation .btn:hover {
	background-color: #FFF;
}

#homeCarousel {
	height: 100%;
	min-width: 100%
}
#homeCarousel .owl-item {
	height: 100% !important;
}
#homeCarousel .owl-stage,#homeCarousel .owl-stage-outer, #homeCarousel .item {
	height: 100% !important;
	background-size: cover;
	background-position: center center;
}
#homeCarousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -40px;
}
#homeCarousel .owl-dots .owl-dot span {
	background-color: #F0DCDC;
	width: 16px; height: 16px;
}
#homeCarousel .owl-dots .owl-dot.active span {
	background-color: #95435E;
}
@media screen and (max-width: 768px) {
	#homeCarousel.show-xs {
		height: 250px;
	}
}



section#infoCover {
	background-color: #4c323e;
	color:#FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center center;
	background-size: cover;
}
section#infoCover.higher {
	padding-top: 150px;
	padding-bottom: 0;
}
section#infoCover h1, section#infoCover h2, section#infoCover h3 {
	color:#FFF;
}

.productCard {
	border:1px solid #efefef;
	cursor: pointer;
	position: relative;
	z-index: 3;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	transition: all 0.2s;
	position: relative;
}
.productCard:hover {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.productCard.productCardSmall {
	padding:5px;
	opacity: 0.8;
}
.productCardSmall .media-heading {
	margin: 0;
	min-height: 2em;
}
.productCardSmall.active {
	border-color:#4cae4c;
	opacity: 1;
}
.productCard .info {
	padding-left: 90px;
}
.productCard .info .subtitle {
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 12px;
}
.productCard .info .title {
	font-size: 17px;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productCard .info .title small {
	font-size: 10px;
}
.productCard .pickupSpecs {
	background-color:#8FCC00;
	color:#FFF;
	padding:10px;
}
.productCard .pickupSpecs .pull-right {
	text-align: right;
	line-height: 18px;
}
.productCard .price {
	font-weight: bold;
	color:#F29201;
	font-size: 17px;
}
.productCard .price .price-warning {
	font-weight: normal;
	font-size: 13px;
}
.productCard .pickupSpecs .normalPrice {
	text-decoration: line-through;
	color:#508341;
	text-align: right;
}
.productCard .pickupSpecs i {
	color:#508341;
}
.productCard .pickupSpecs .openTimes {
	font-size:12px;
	font-weight: bold;;
}
.productCard .pickupSpecs .distance {
	font-size:12px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productCard .photo {
	position: absolute;
	left:0; top:0;
	width: 90px;
	display: block;
	height: 100%;
	background-color: #1b6d85;
	background-position: center center;
	background-size: cover;
	border-radius: 10px 0 0 10px;
}
.productCard .photo img {
	display: block;

}
.productCard .productOptions {
	display: none;
	background-color: #efefef;
	padding: 15px;
}
.productCard .text {
	max-width: 500px;
}
.productCard > .quickAddToCart {
	position: absolute;
	right: 0; bottom: 0;
	padding:15px;
	background-color:#00A2FF;
	color:#FFF;
	z-index: 100;

}
.productCard .buttons {
	position: absolute;
	right:0; bottom:0;
}
.productCard .buttons .quickAddToCart {
	display: inline-block;
	padding:7px 11px;
	background-color:#00A2FF;
	color:#FFF;
	z-index: 100;
	border-radius: 0 0 10px 0;
}
.productCard .buttons .productInfo {
	display: inline-block;
	padding:7px 11px;
	background-color:#FFFFFF;
	color:#00A2FF;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}
.productCard .buttons .productOutOfStock {
    display: inline-block;
    padding:7px 11px;
    background-color:#F29201;
    color:#FFFFFF;
	border-radius: 0 0 10px 0;
}
.productCard .buttons .productPaymentConstraint {
	display: inline-block;
	padding:7px 11px;
	background-color:#FFFFFF;
	color:#F29201;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	margin-right: -4px;
}
.productCard .buttons .productLimitedStock {
	display: inline-block;
	padding:7px 11px;
	background-color:#FFFFFF;
	color:#F29201;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	margin-right: -4px;
}

.productInfoImage {
	border-radius: 5px 5px 0 0;
}
.productInfo h1 {
	font-weight: bold;
	margin:0; padding:0;
	/*text-transform: capitalize;*/
}
.productInfo h3 {
	margin:0; padding:0;
	text-transform: capitalize;
}
.productInfo .price {
	font-size: 26px;
}
.productInfo .price small {
	font-size: 13px;
}

.checkbox a {
	font-weight: bold;
	text-decoration: underline;
}

#accountExists {
	display: none;
}
.cartSection {
	background-color: #efefef;
	padding:25px 0;
}

.cartSection .radio input[type="radio"] {

}
.cartSection .radio label {
	display: block;
}
.cartSection .radio {
	background-color: #FFF;
	padding:15px 10px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
}
.cartSection .radio img {
	margin-top: -10px;
}
.cartSection .radio:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/*
input[required] {
	background-image: url("/img/ess.png");
	background-size: 25px 25px;
	background-position: right 10px top 10px;
	background-repeat: no-repeat;
}*/


table.overview td {
	vertical-align: middle !important;
}

.dz-drag-hover {
	font-weight: bold;
}

.dz-preview {
	display: inline-block;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 3px;
}

.dz-preview .dz-success-mark {
	display: none;
}

.dz-preview .dz-error-mark {
	display: none;
}

.dz-preview .dz-progress {
	display: block;
	height: 5px;
	background-color: #efefef;
	position: relative;
}

.dz-preview .dz-progress span {
	display: block;
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	background-color: #7EC15E;
}


.mapsContent .title {
	font-size: 16px;
	font-weight: bold;
}
.mapsContent .button {
	margin-top: 10px;
}

.top-right {
	position: absolute;
	top: 10px;
	right: 34px;
}
.top-right button.close {
	color:#333333 !important;
}

table.table-nopadding tbody tr:first-child, table.table-nopadding tbody tr:first-child td {
	border-top:0 !important;
}
table.table-nopadding tr td:first-child {
	padding-left: 0;
}
table.table-nopadding tr td:last-child {
	padding-right: 0;
}
.table-small td {
	font-size: 85%;
}
.cartSummary {
	position: fixed;
	width:400px;
	height: calc(100vh - 87px);
	overflow: auto;
	top:87px ;right:0;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	padding:15px;
	z-index: 50;
}
.cartSummary .cartSummaryTitle .counter {
	position: absolute;
	background-color: #D23C22;
	border-radius: 20px;
	right:-15px; top:-2px;
	color:#FFF;
	font-size: 12px;
	width:18px; height: 18px;
	box-sizing: border-box;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
}
.cartSummary .cartSummaryTitle .counter[data-count="0"] {
	display: none;
}

.cartSummaryTable .title {
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 4px;
}
.cartSummaryTable .quantity {
	color:#4b4b4b;
	font-size: 11px;
}
.cartSummaryTable .price {
	font-weight: 500;
	color:#4b4b4b;
	font-size: 18px;
}
.cartSummaryTable input[type="number"] {
	border-radius: 20px;
	border-color:#00A2FF !important;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	top: -3px;
	position: relative;
	min-width: 30px;
}
.cartSummaryTable input[type="number"]::-webkit-outer-spin-button,
.cartSummaryTable input[type="number"]::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.cartSummaryTable input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}
@media all and (max-width: 768px){
	#cartSummaryBody {
		/*max-height: 70vh;*/
	}
}

.cartDeliveryCostsText {
	font-size: 15px;
	text-align: center;
	color:#777777;
	padding-bottom: 15px;
}

.updateQButton {
	display: inline-block;
	cursor: pointer;
	color:#00A2FF;
	transition: all 0.2s;
	font-size: 18px;
}
.updateQButton:hover {
	color:#0f74a8;
}
.whiteWell {
	background-color: #FFFFFF;
	padding:15px;
}
.redWell {
	background-color: #D23C22;
	padding:15px;
	color:#FFF;
	margin-bottom: 25px;
}
.greenWell {
	background-color: #AEDB9F;
	padding:15px;
	color:#95435E;
	margin-bottom: 25px;
}
.greenWell h1,.greenWell h2,.greenWell h3,.greenWell h4 {
	margin-top: 0;
}
.alert-white {
	background-color: #FFF;
}
.radioButton {
	padding:10px;
	padding-left: 20px;
	border:1px solid #efefef;
	display: block;
	border-radius: 20px;

}

#supplierMap {
	height: 70vh;
	width: 100%;
	background-color: #1a171b;
}
.supplierCard {

}

.supplierCard {
	border:1px solid #efefef;
	cursor: pointer;
	position: relative;
	z-index: 3;
	padding: 15px;
	margin-bottom: 10px;
	transition: all 0.2s;
	border-radius: 20px;
}
.supplierCard:hover {
	/*background-color: #f3f0e2;*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.supplierCard > .quickAddToCart {
	position: absolute;
	right: 0; bottom: 0;
	padding:15px;
	background-color:#00A2FF;
	color:#FFF;
	z-index: 100;
}
.supplierCard > .removeFromFavorites {
	position: absolute;
	right: 0; top: 0;
	padding:15px;
	color:#EFEFEF;
	z-index: 100;
	cursor: pointer;
	transition: all 0.2s;
}
.supplierCard > .removeFromFavorites {
	color:#777;
}
.supplierCard .info {


}
.supplierCard .info .subtitle {
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.supplierCard .info .title {
	font-family: 'Vollkorn';
	font-size: 21px;
	font-weight:800;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: capitalize;

}
.supplierCard .info .address {
	color:#777;
	font-size: 12px;
	text-transform: capitalize;
}
.supplierCard .orderTypes {
	font-size: 14px;
	margin:5px 0;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.supplierCard .pickupSpecs .distance {
	font-size:12px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.supplierCard .photo {
	float: left;
	width: 150px;
	display: block;
	margin-right: 15px;
}
.supplierCard .photo img {
	display: block;
}
@media (max-width: 767px) {
	.supplierCard .media-object {
		width: 80px;
	}
	.supplierCard {
		border: 1px solid #efefef;
		cursor: pointer;
		position: relative;
		z-index: 3;
		padding: 10px;
	}
	.supplierCard .info .title {
		width:96%;
		font-size: 18px;
	}
}


.gradientOverlay {
	position: absolute;
	left:0; bottom:0;
	width:100%; height: 150px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */

}
.supplierHeadCard {
	padding:15px 30px;
	/*background-color: #FFF;*/
	/*margin-top: -100px;*/
	/*margin-bottom: 10px;*/
	position: relative;
	z-index: 100;
	color:#FFF;
}
.supplierText {
	font-size: 0.9em;
	padding-bottom: 15px;
}
.viewmore {
	text-decoration: underline;
	color: #31708F;
}
@media (max-width: 768px) {
	.supplierHeadCard {
		padding: 15px 0px;
	}
}
.supplierHeadCard .absButtons {
	position: absolute;
	bottom:10px; right:0;
	z-index: 3;
}
.supplierHeadCard .media {

}
.supplierHeadCard h1 {
	margin: 0; padding: 0;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-transform: capitalize;
}

.supplierPageLogo {
	background-color: #FFF;
	padding: 0px;
	/*border-radius: 50%;*/
}
.supplierPageLogo img {
	border-radius: 200px;
	/*border-radius: 55%;*/
}

.nav-tabs {
	border-bottom: 0;
	margin-bottom: 5px;
}
.nav-tabs > li > a {
	margin:0; padding:5px 0;
	background-color: transparent;
	border:0;
	font-weight: bold;
}
.nav-tabs > li > a:active, .nav-tabs > li > a:focus,.nav-tabs > li.active > a {
	background-color: transparent;
	border:0;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus,.nav-tabs > li.active > a:hover {
	border:0;
	border-bottom:3px solid #95435E;
	background-color: transparent;
}
.nav-tabs > li + li {
	margin-left: 15px;
}

.filterGroup {
	margin-bottom: 20px;
}
.filterGroup .filterTitle {
	font-weight: bold;
	font-size: 17px;
}

#categoriesFilterSection.affix {
	top: 87px;
	width: 100%;
	z-index: 30;
}
.contentWrapper.hasCart #categoriesFilterSection.affix {
	width:calc(100% - 400px);
}
.affix + .affixSpacer {
	height: 80px;
}
@media (max-width: 768px) {
	.affix + .affixSpacer {
		height: 70px;
	}
	#categoriesFilterSection.affix {
		top: 70px;
		width: 100%;
	}
}

.categoryFilter {
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	width: 120px;
}
.categoryFilter.active {
	color:#D23C22;
}
.categoryFilter .title {
	font-weight: bold;
}
.categoryFilter img {
	border-radius: 3px;
}
.categoryFilter:first-child {
	margin-left: 0;
}

.owl-carousel:not(#homeCarousel) .owl-stage{display:flex}
.supplierCategoriesFilter {
	padding:5px 10px; margin: 0;
	/*padding:0 10px;*/
	white-space: nowrap;
	display: block;
	text-align: center;
	cursor: pointer;
}
.supplierCategoriesFilter:hover {
	text-decoration: none;
}
.supplierCategoriesFilter.active {
	color:#95435E;
	background-color: #FFF;
	border-radius: 50px;
}


.contentWrapper {
	padding-top: 87px;
	padding-bottom: 365px; /*footer height*/
	background-color: #FFF;
	min-height: 100vh;
	position: relative;
}
@media (max-width: 768px) {
	.contentWrapper {
		padding-bottom: 637px; /*footer height*/
	}
}
.contentWrapper.hasCart {
	padding-right: 400px;
}
@media (max-width: 768px) {
	.contentWrapper {

		padding-top: 70px;
	}
	.contentWrapper.hasCart {
		padding-right: 0;
	}
	.cartSummary {
		position: fixed;
		width:100vw;
		height: auto;
		max-height: 87vh;
		top:auto; right:0;
		bottom:0;
		/*background-color: #e0d7ae;*/
		box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
		padding:15px;
		z-index: 1500;
		background-color: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.cartSummary h3 {
		margin-top: 0;
		background-color: #95435E;
		padding:15px 0;
		color:#FFF;
		cursor: pointer;
		margin: -15px -15px -15px -15px;
	}
	.cartSummary .cartSummaryTitle .counter {
		background-color: #FFF;
		color: #95435E;
	}
}

#cityHero {
	margin-bottom: 55px;
	z-index: 10;
}
.cityLandingHeroText {
	padding: 20px;
	padding-top: 40px;
	color: #95435E;
	padding-bottom: 120px;
}
.cityHeroImage {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 32vw;
}
@media (max-width: 768px) {
	.cityLandingHeroText{
		padding: 20px;
	}
}

.homeSteps {
	border-bottom: 1px solid #efefef;
}
.homeSteps h2 {
	margin-top: 0;
	margin-bottom: 25px;
}
.homeSteps h3 {
	height: 2em;
}
bar {
	display: inline-block;
	height: 2px;
	width: 30px;
	background-color: #D23C22;
}

.infoNextToMedia {
	height: 100%;
	padding: 25px;
}
.infoNextToMedia h2 {
	margin-top: 0;
}

.noContent {
	text-align: center;
	color:#777;
	border:1px solid #efefef;
	padding:25px;
}
.noContent .title {
	font-size:24px;
	font-weight: 800;
	margin: 20px 0;
}


.review {
	padding:10px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.review:first-child {
	border-top: 0;
}
.review:last-child {
	border-bottom: 0;
}
.review .title {
	font-family: 'Assistant';
	font-size: 19px;
	font-weight: 900;
}
.review .title img {
	width:50px;
	display: inline-block;
	vertical-align: center;
	margin-right: 15px;
}
.review .date {
	font-size: 13px;
	color:#777777;
}


.faq-list {
	border-radius: 0 !important;
	border:0 !important;
	margin:0; padding: 0;
}
.faq-list > li {
	cursor: pointer;
}
.faq-list .title {
	font-size: 16px;
	font-weight: bold;
	color: #1b7599;
}
.faq-list .answer {
	display: none;
}
.faq-list .answer p {
	font-style: italic;
	color:#999;
	margin:0; padding:0;
}


.inAccountForm {
	padding:15px;
	border:1px solid #efefef;
	border-radius: 4px;
}


.list-group-item.active,.list-group-item.active:hover {
	background-color: #00A2FF;
	border-color: #00A2FF;
	font-weight: bold;
}

.btn-info {
	background-color: #00A2FF;
	border-color: #00A2FF;
}
.btn-info:hover {
	background-color: #0a8eda;
	border-color: #0a8eda;
	color:#FFF;
}
.btn-info-inverse {
	background-color: #FFF;
	border-color: #0a8eda;
}
.btn-info-dark, .btn-info-dark:hover,.btn-info-dark:active,.btn-info-dark:focus {
	background-color: #3E40FF;
	border-color: #3E40FF;
	color:#FFF;
}
.btn-white {
	background-color: #FFF;
	color:#333;
}
.btn-success {
	background-color: #0DA780;
	border-color: #0DA780;
}
.btn-success:hover {
	background-color: #118B6C;
	border-color: #118B6C;
	color:#FFF;
}
.btn-success-inverse {
	background-color: #FFF;
	border-color: #0DA780;
	color:#0DA780;
}
.btn-warning {
	background-color: #FFFFFF;
	border-color: #FF6A03;
	color: #FF6A03;
}
.btn-warning:hover {
	background-color: #FF6A03;
	border-color: #FF6A03;
	color:#FFF;
}
.btn-warning-inverse {
	background-color: #FFFFFF;
	border-color: #FF6A03;
	color: #FF6A03;
}
.btn-warning-inverse:hover {
	background-color: #FF6A03;
	border-color: #FF6A03;
	color:#FFF;
}
.btn-danger {
	background-color: #FFFFFF;
	border-color: #D6052D;
	color: #D6052D;
}
.btn-danger:hover {
	background-color: #D6052D;
	border-color: #D6052D;
	color:#FFF;
}


.cookieWrapper {
	background-color:rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	position: fixed;
	left:0; bottom:0;
	width: 100vw;
	padding:30px 0;
	color:#FFF;
	z-index: 100;
	font-size: 15px;
}


.labelGroup > .label:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.labelGroup > .label:last-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.label-grey {
	background-color: #B7B7B7;
	color:#FFF;
}
.inline-block {
	display: inline-block;
}

.mollieConnectButton {
	width: 250px;
	cursor: pointer;
}

.showTbodyLoading {
	font-size: 20px;
	color: #B7B7B7;
	padding:30px 0;
}
.loadingModal {
	font-size: 40px;
	color: #B7B7B7;
	padding:60px 0;
}