@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 {

}
*.text-muted {
	color:#A1909A;
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
a,a:hover {
	color:inherit;
}
a.noUnderline:hover {
	text-decoration: none;
}
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 {
	border-top:0;
	border-bottom: 1px solid #F0DCDC;
}
hr.dark {
	border-top:0;
	border-bottom: 1px solid #95435E;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
.text-success {
	color:#2EA780;
}
.text-success span:before {
	color:#2EA780;
}
.text-info {
	color:#2E7CF6;
}
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;
}
.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padAll50 {
	padding:50px;
}
section.pad100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pad25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.pad15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.pad10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pad5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
@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;
}

.greyerbg {
	background-color: #F0DCDC;
}
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;
	}
}

.row.fluidVpad80 {
	margin-left: -40px;
	margin-right: -40px;
}
.row.fluidVpad80 > div[class^=col-] {
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 767px) {

}

.modal-header {
	background-color: #95435E;
	color: #FFF;
	border-radius: 0;
	border-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-header-image {
	background-color: #FFFFFF;
	padding:0; margin:0;
	position: relative;
	text-align: center;
}
.modal-header-image img {
	max-height: 1000px !important;
}
.modal-content {
	border-radius: 0px;
	border:0px;
}
.modal-header .close {
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50px;
	opacity: 1;
	margin-top: 8px;
}
.modal-header-image .close {
	position: absolute;
	z-index: 2;
	top:10px; right: 10px;
}
.modal-footer.text-center {
	text-align: center;
}

.modal-header.modal-header-white {
	background-color: #FFFFFF;
}
.modal-header-big {
	padding:50px 0 30px 0;
}
.modal-header-big .close {
	position: absolute;
	z-index: 2;
	top:10px; right: 10px;
}
.modal-body.vPad50 {
	padding-right: 50px;
	padding-left: 50px;
}

h4.modal-title {
	font-size: 31px;
	color: #FFF;
}

.btn {
	border-radius: 30px;
}
.btn.canwrap {
	white-space: normal;
}
.btn-transparent {
	 background-color: transparent !important;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: #95435E;
}
.btn-transparent > span {
	font-size: 35px;
	margin-right:10px;
	vertical-align: -10px !important;
	display: inline-block;
}
.btn-icon {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.btn-icon i.fa-2x {
	vertical-align: -5px;
}
.btn-icon:hover {
	text-decoration: none;
}
.btw-warning {
	background-color: #00EEC5;
}
.btn.btn-lg-wide {
	text-align: center;
	min-width: 200px;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.btn-lg-wide + .btn-lg-wide {
	margin-left: 15px;
}

/*Bootstrap addons*/
.btn.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0px !important;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px !important;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.form-control {
	font-family: 'Ubuntu';
	border-radius: 4px;
	background-color: #FFF;
	border:1px solid #efefef;
}
.form-control {
	border-radius: 20px;
}
.form-control.transparent {
	background-color: transparent;
}
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;
  }

}

.row.vertical-align {
	display: flex;
	align-items: center;
}
i.muted {
	opacity: 0.6;
}
*[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;
}

.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: #FFFFFF;
}
.navbar-brand {
	position: relative;
	z-index: 3;
	height: auto !important;
	margin-bottom: 5px;
	margin-top:5px;
}
.navbar-brand:hover {

}
.navbar-brand img {
	width: 113px;
	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: 11px;
	right: 15px;
	opacity: 1;
	transition: all 0.2s;
	z-index: 100;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Ubuntu';
	color:#FFFFFF;
	font-size:14px;
	font-weight: 500;
	padding:16px 10px;
	transition: all 0.1s;
	border-radius: 3px;
}
.navbar-default .navbar-nav > li > a span[class^=icon-]:before {
	color: #FFF;
	font-size: 25px;
	vertical-align: -6px;
}
.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  {
}

.navbar-default .navbar-nav > li > a.active{
	text-decoration: underline;
}

.navbar-default .navbar-nav > li:hover > a{
	transform: translate(0, -4px);
}

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

@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) {

}
@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) {

}

.nav-bar {
	position: absolute;
	left:0; top:0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 1;
	padding:25px;
}

.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: 5px;
		padding-right: 5px;
	}
}



.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;
}

.merchantBar {
	background-color: #FBE54C;
	color:#1D053D;
	padding:10px 0;
}
.merchantBar span {
	margin-top: 5px;
	display: inline-block;
}
.merchantPortalTitle {
	position: absolute;
	width: 100%;
	left:0; top:25px;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color:#200838;
}
.merchantBar .localMarketLogo {
	max-width: 170px;
}
@media only screen and (max-width: 768px) {
	.merchantBar .localMarketLogo {
		max-width: 85px;
		margin-top: 10px;
	}
}
footer{
	background-color: #F0DCDC;
	color:#95435E;
	position: absolute;
	width: 100vw;
	z-index: 2;
	padding: 50px 0;
	bottom:0;
	font-size: 14px;
}
body.merchant footer {
	background-color: #A1909A;
	color:#FFF;
}
body.merchant footer .labelStyle {
	color:#FFF;
}
body.merchant footer .btn-template {
	color:#95435E;
	background-color: #FFF !important;
	border-color: #FFF !important;
}
@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 {
	background-color:transparent;
	overflow: visible;
	z-index: 10;
}

#home-page .contentWrapper{
	padding-top: 0px;
}

section#heroWrapper{
	width: 100vw;
	height:100vh;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.33%, rgba(0, 0, 0, 0.61) 51.96%),url("../../img/homeBG.png");
	background-size:cover;
}

section#heroWrapper .navbar-default .navbar-nav > li > a {
	color:#442135;
}

section#heroWrapper .navbar{
	background-color:transparent;
}

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

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

	}
}

.homeSearch {
	min-height:32vw;
	padding: 25px;
	color:#95435E;
	padding-top: 22vh;
	left:50px;
	/*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 {
	width:100%;
	font-size: 32px;
	color:#FFFFFF;
}
.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;
}

.homeSearchPanel{
	padding:0px;
	box-shadow:none;
	background-color:unset;
	bottom:unset;
	left:0;
}

.homeSearchPanel .input-group-home{
	border-radius: 40px;
	padding:10px 25px;
	background-color:#FFFFFF;
}

.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;
}

.homeSearchPanelInfo{
	color: #FFFFFF;
	margin-bottom:1em;
	width:70%;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

.homeSearchPanelInfo label{
	color:#FFFFFF;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.homeSearchPanel {
		width: 50%;
	}
}

#suggestSection{
	background-color:#F0DCDC;
}

#suggestSection .col-xs-12 > *{
	padding: .25em 0em;
}


@media screen and (max-width: 768px) {
	.homeSearch {
		min-height: 50vh;
		left:0;
	}
	.homeSearchPanel {
		max-width: none;
		width: calc(100% - 50px);
		left:0;
		top:300px;
		margin-top:20px;
		/*box-shadow: none;*/
	}

	.slidingVertical span{
		top:0px;
	}

	.homeSearchPanel .input-group-home{
		width: 100%;
	}

	.homeSearchPanelInfo{
		width:70%;
	}

	.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%;
	margin-bottom:22px;
}
#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;
}

#homeCarousel .owl-dots{
	display:none;
}
@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 {

	height: 28vw;
	padding:0;
}
@media (max-width: 520px) {
	section#infoCover.higher {
		height: 48vw;
		padding:0;
	}
}
section#infoCover h1, section#infoCover h2, section#infoCover h3 {
	color:#FFF;
}


.newProductCard {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D7D4D6;
}
.newProductCard.outOfStock {
	opacity:0.7;
}
.newProductCard:last-of-type {
	border-bottom: 0;
}
.newProductCard .media-object {
	height: 120px;
	width: 95px;
}
.newProductCard .price {
	position: absolute;
	text-align: right;
	top:0; right: 0;
	line-height: 13px;
}
.newProductCard .activeSwitchHolder {
	position: absolute;
	text-align: right;
	bottom:0; right: 0;
}
.newProductCard .activeSwitchHolder.rightTop {
	bottom:auto;
	top:0;
}
.newProductCard h4 {
	margin-top: 0; padding-top: 0;
	margin-bottom: 2px;
	padding-right: 60px;
}
.newProductCard.borderBottom {
	border-bottom:1px solid #D7D4D6;
}

/*.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: 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 {

	padding:25px 0;
}

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

}
.cartSection .radio label {
	display: block;
}
.cartSection .radio {
	background-color: #FFF;
	padding:15px 10px;
}
.cartSection .radio img {
	margin-top: -10px;
}

.media-overlay {
	display: flex;
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	background-color: #aaaaaa66;
}

.media-overlay-message-disabled {
	width: 100%;
	align-self: center;
	text-align: center;
	background-color: #aaaaaa;

	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: 0.25em;

	padding:5px;
}

/*
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%;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.cartSummary {
	position: fixed;
	width:400px;
	height: calc(100vh - 72px);
	overflow: auto;
	top:72px ;right:0;
	box-shadow: 0px 2px 20px rgba(149, 67, 94, 0.2);
	padding:15px;
	z-index: 50;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.95);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.cartSummary.outOfView {
	transform: translateX(420px);
}
@media (max-width: 520px) {
	.outOfView-xs {
		transform: translateX(100vw);
	}
}
.cartSummary.outOfView {
	transform: translateX(420px);
}
@media (max-width: 520px) {
	.cartSummary.outOfView {
		transform: translateX(100vw);
	}
}


.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;
	margin-top: 48px;
}
.updateQButton:hover {
	color:#0f74a8;
}
.whiteWell {
	margin-bottom:40px;
	background-color: #FFFFFF;
	padding:15px;
	box-shadow: 0px 4px 4px rgba(240,220,220,1);
}
.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:15px 10px 15px 10px;
	border:1px solid #A1909A;
	display: block;
	border-radius: 14px;
	color: #95435E;
}
.radioInline {
	display: inline-block;
}
.radioButton.active {
	border-color: #95435E;
	background-color: #95435E;
	color: #FFF;
}
.radioButton span[class^="icon-"] {
	font-size: 1.5em;
	vertical-align: -4px;
	line-height: 1;
	margin-right: 3px;
}
.radioButton.active span[class^="icon-"]:before {
	color: #FFF;
}

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

}

.supplierCard {
	cursor: default;
	position: relative;
	z-index: 3;
	padding: 15px;
	margin-bottom: 10px;
	transition: all 0.2s;
	border-radius: 0px;
	box-shadow: 0px 4px 4px #F0DCDC;
}
.supplierCard:hover {
	/*background-color: #f3f0e2;*/
	box-shadow: 0px 8px 6px #F0DCDC;
}
.supplierCard .address {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	padding:15px 0;
}
.supplierCard .address .icon-location,
.supplierCard .icon-time {
	font-size: 21px;
	margin-right: 5px;
	vertical-align: -4px;
}
.supplierCard .address .icon-location:before {
	color:#442135;
}
.supplierCard  .removeFromFavorites {
	margin-top: 10px;
}
.supplierCard .handoverInfo {

}
.supplierCard .handoverInfo > span {
	display: inline-block;
	margin: 0 15px;
}
.supplierCard .handoverInfo > span:first-child {
	margin-left: 0;
}
.supplierCard .handoverInfo span[class^="icon-"] {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: -4px;
}
.supplierCard .handoverInfo span[class^="icon-"]:before {
	color:#442135;
}

.supplierCard .info {
	padding-left: 25px;
}
.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 .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;
}
.supplierCard .buttonSpacer {
	height: 70px;
}
@media (max-width: 767px) {
	.supplierCard .media-object {
		width: 80px;
	}
	.supplierCard {
		border: 1px solid #efefef;
		cursor: pointer;
		position: relative;
		z-index: 3;
		padding: 10px;
		text-align: center;
	}
	.supplierCard .info .title {
		width:96%;
		font-size: 18px;
	}
	.supplierCard .media-right, .supplierCard .media-body {
		float: none;
		text-align: center;
		display: block;
		width: auto;
	}
	.supplierCard .info {
		padding-left: 0px;
	}
	.supplierCard .buttonSpacer {
		height: 20px;
	}
}


.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: 500;
	font-size: 14px;
	line-height: 18px;
	color:#442135;
}
.nav-tabs > li > a:hover {
	background-color: transparent;
}
.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;
	color:#95435E;
	border-bottom:2px solid #95435E;
	background-color: transparent;
}
.nav-tabs > li + li {
	margin-left: 15px;
}

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

#categoriesFilterSection.affix {
	top: 72px;
	width: 100%;
	z-index: 30;
}
#categoriesFilterSectionDesktop.affix {
	top: 72px;
	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%;
	}
}

.category-filter {
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	width: 120px;
}
.category-filter.active {
	color:#95435E;
}
.category-filter.active:before{
	content:"";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:120px;
	margin-top: 10px;
	display: inline-block;
	background:url(../../img/checkMark.png),rgba(161, 144, 154,0.5);
	background-repeat: no-repeat;
	background-position: center;
}

.category-filter .title {
	font-weight: bold;
}
.category-filter img {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.category-filter: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;

	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color:#442135;
}
.supplierCategoriesFilter:hover {
	text-decoration: none;
}
.supplierCategoriesFilter.active {
	color:#95435E;
	text-decoration: underline;
}

.supplierCategoriesFilter-md {
	padding:10px 0px; margin: 0;
	/*padding:0 10px;*/
	white-space: nowrap;
	display: block;
	cursor: pointer;

	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color:#442135;
}
.supplierCategoriesFilter-md:hover {
	text-decoration: none;
	color:#95435E;
}
.supplierCategoriesFilter-md.active{
	color:#95435E;
	text-decoration: none;
>>>>>>> b7b8e89f293cf411525281c946eee9d103b1d286
}


.contentWrapper {
	padding-top: 72px;
	padding-bottom: 365px; /*footer height*/
	background-color: #FFF;
	min-height: 100vh;
	position: relative;
}
.merchant .contentWrapper {
	padding-top: 137px;
}
@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:73px; 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;
}
.noMerchantsFound {
	border:0;
}
#noContentInCart .noContent {
	width: 280px;
	border: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;
}


/*---------------------THANK YOU PAGES' CIRCLES----------------*/
.thank-you-page{
	position: relative;
}

.thank-you-page > svg{
	position: absolute;
}

.thank-you-page > svg:first-of-type{
	/*top:175px;*/
	top:22.17%;
	left:0px
}

.thank-you-page > svg:nth-of-type(2){
	/*top:362px;*/
	top:65.88%;
	/*left:83px;*/
	left: 5.76%;
}

.thank-you-page > svg:nth-of-type(3){
	/*top:390px;*/
	top:69.42%;
	/*right:67px;*/
	right:4.65%;
}

.thank-you-page > svg:nth-of-type(4){
	/*top:175px;*/
	top:22.17%;
	right:0px
}

/*---------------------CIRCLES----------------*/
.simple-landing-page{
	position: relative;
}

.simple-landing-page svg{
	position: absolute;
}

.simple-landing-page svg:first-of-type{
	/*top:175px;*/
	top:22.17%;
	left:0px
}

.simple-landing-page svg:nth-of-type(2){
	/*top:362px;*/
	top:65.88%;
	/*left:83px;*/
	left: 5.76%;
}

.simple-landing-page svg:nth-of-type(3){
	/*top:390px;*/
	top:69.42%;
	/*right:67px;*/
	right:4.65%;
}

.simple-landing-page svg:nth-of-type(4){
	/*top:175px;*/
	top:22.17%;
	right:0px
}

#range-slider, #range-slider span{
	cursor: pointer;
}

.slidingVertical>span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top:-90px;
	left:0;
}

@media screen and (max-width: 768px){
	.slidingVertical>span{
		top:0px;
	}
}

.slidingVertical span:nth-child(2){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay:4s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 6.5s;
	-ms-animation-delay: 6.5s;
	-webkit-animation-delay: 6.5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 9s;
	-ms-animation-delay: 9s;
	-webkit-animation-delay:9s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 11s;
	-ms-animation-delay: 11s;
	-webkit-animation-delay: 11s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}




