@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,599&family=Source+Sans+Pro:wght@200;400;600&display=swap');

body {
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Source Sans Pro";
	width: 100%;
	display: contents;
}
li {
	list-style: none;
}
.box button a {
	text-decoration: none;
    color: black;
    padding: 10px;
    padding-top: 10px;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
}
button {
	border: 1px solid #929292;
    border-radius: 5px;
}

ul {
	padding: 0;
}
.info-column p {
	text-transform: uppercase;
	font-weight: 600;
	color: black;
}
.info-column button {
	padding: 10px 20px;
	text-decoration: none;
	color: black;
	border: 1px solid #B5BAC1;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;
}
.info-column button a {
	text-decoration: none;
	color: #1C252A;
}
h1 span {
	font-size: 24px;
}
.logo img {
	height:  40px;
}
.product-section .row {
	width: 100%;
	clear: both;
}
.product-section .header {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 20px;
}
.product-section .info-column {
	width: 20%;
	float: left;
	text-align: center;
}
.product-section .column {
	width: 30%;
	margin: 1%;
	float: left;
	text-align: center;
}
.product-section .column img {
	max-width: 180px;
	height: auto;
	margin: auto;
}
.product-section .column a {
	display: block;
	font-weight: 400;
	padding: 15px;
	font-size: 16px;
}
.product-section .info-column img {
	max-width: 90px;
	height: auto;
}
.product-section .info-column a {
	display: block;
}
.product-section .info-column ul{
	padding: 0;
}
.logo {
	display: block;
	margin: 0 auto;
	height:  40px;
	width: 152px;
	position: relative;
	top: 0;
}
/* Page */
main {
	background-color: #fff;
	margin: 64px 12px 0;
	position: relative;
	top: -153px;
	font-size: 14px;
	line-height: 16px;
	color: #3b4248;
}
.center {
	text-align: center;
}
.btn {
	color: #FFFFFF;
	height: 32px;
	border-radius: 3px;
	background-color: #246BB1;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	border: none;
	padding: 5px 12px;
	cursor: pointer;
}
.full-width {
	width: 100%;
}
hr {
	height: 0;
	border: solid #E6ECF0;
	border-width: 0 0 1px;
	margin: 16px 0;
}
a {
	color: #246BB1;
}
/* Header Background */
.background-image {
	background-image: url('./img/hero-bg.jpeg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 334px !important;
}
/* Header */
header {
	width: 100%;
	height: 50px;
	background-color: #3b4248;
	text-align: center;
	color: #fff;
}
header .header-info a {
	text-decoration: underline;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 15px;
}
header .address {
	float:right;
}
header .header-info a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-logo {
	min-width: 100px;
    height: fit-content;
    margin-top: 25px;
}
/* Top Call Out */
.content.top-call-out {
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0 rgb(0 0 0 / 10%);
	padding: 30px 0px 0px;
	margin: 0 auto !important;
}
.now-open {
	color: #FBDB65;
	font-weight: 600;
	margin-bottom: 20px;
}
.title {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 37px;
	color: #1C252A;
	margin: 0px;
	text-align: center;
	margin: 15px 0 30px;
}
.description span,.description {
	color:#1C252A;
	line-height: 20px;
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
	padding-bottom: 15px;
}
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	column-gap: 40px;
}
.box {
	display: inline-block;
	width: 150px;
	/* Adjust the width as needed */
	height: auto;
	/* Adjust the height as needed */
	background-color: #FBFBFB;
	/* Gray background */
	border: 1px solid #EBECEE;
	/* Darker gray border */
	margin-right: 20px;
	/* Space between boxes */
	font-family: 'Source Sans Pro';
	font-size: 18px;
	font-weight: 400;
	padding: 30px;
	text-align: center;
	line-height: 24px;
	margin-left: 50px;
	margin-right: 0px;
}
.box:last-child{
	line-height: 45px;
}
.box:last-child {
	margin-right: 50px;
	max-width: 300px;
    margin: auto;
}
.flag {
	background-color: #5b626a;
	height: 14px;
	width: 64px;
	position: absolute;
	right: -10px;
	bottom: 20px;
}
/* Store Info Header */
.store-info.title {
	color: #000;
	font-size: 28px;
}
.box a {
  font-weight: normal;
}
.store-info span {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 20px;
}
/* Info Cards */
.store-info-content {
	padding-top: 50px;
	padding-bottom: 30px;
  /* margin-bottom: 50px; */
}
.store-info {
  margin-bottom:10px;
}
.product-section{
  margin-bottom: 50px;
}
.store-hours li{
	list-style-type: none;
}
.store-hours div {
	width: fit-content;
}
.store-hours {
	display: inline-flex;
	gap: 15px;
}
.store-days {
	text-align: right;
}
.store-times {
	text-align: left;
}
.noMobile {
	display: none;
}
.footer-column{
	text-align: left;
	padding-left: 30px;
}
.footer-navigation {
	margin-bottom: 15px;
}
.footer-column .footer-navigation,.footer-column .footer-phone {
	position: relative;
}
.footer-column .footer-navigation img,.footer-column .footer-phone img {
	position: absolute;
	margin-left: -20px;
	top: 5px;
}
.content {
	padding: 16px;
}
.max-content-container {
	width: 100%;
}
.max-content-width {
	max-width: 850px;
	width: calc(100% - 48px);
	padding: 0 24px;
}
.section-title {
	margin-top: 36px;
}
.fatHr {
	width: 45px;
	text-align: center;
	margin: 10px auto 35px;
	border-bottom: solid 6px #5b626a;
}
/* Store Information */
.store-info-card .store-info-card {
	display: flex;
	margin-bottom: 24px;
}
.store-info-card .store-info {
	color: #3b4248;
	font-size: 28px;
	font-weight: 599;
}
.store-info-card .right {
	padding-left: 20px;
	font-size: 12px;
	flex-grow: 1;
}
.store-info-card .left.sc-delivery {
	position: relative;
}
.powered-by {
	width: 90px;
	right: 5px;
	bottom: 5px;
	position: absolute;
}
.store-info-card .card-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	margin: 0 0 10px;
}
.gift-fill{
	width:22px;
	height:22px;
	margin-right: 10px;
	display: inline-block;
    margin-bottom: -4px;
}
.notification{
	background-color: #F9F9F9;
    text-align: center;
    margin: 0 auto;
	margin-top: 30px;
    display: block;
    padding: 15px 100px;
    text-align: center;
    line-height: 18px;
	font-weight: bold;
}
.notification span{
	display: inline-block;

}
.store-info-card .btn {
	max-width: 100%;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	cursor: pointer;
	height: 32px;
	font-size: 14px;
	line-height: 16px;
	background-color: rgb(255, 255, 255);
	color: #007F73;
	border-radius: 3px;
	text-decoration: none;
	padding: 4px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #B4BAC1;
	border-image: initial;
	font-weight: 600;
	font-family: "Source Sans Pro";
}
.store-info-card .btn:hover {
	color: rgb(28, 37, 42);
	background-color: rgb(244, 247, 249);
}
.store-info-card .left.sc-delivery {
	background-image: url('./img/deliver.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.store-info-card .left.sc-directions {
	background-image: url('./img/directions.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.store-info-card .left.sc-hours {
	background-image: url('./img/store-hours.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Footer */
footer {
	background-color: #3b4248;
	color: #fff;
	position: relative;
	padding: 0 24px 36px;
}
footer .logo {
	height:  40px;
	width: 152px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: -45px;
}
footer h2 {
	margin: 0;
	line-height: 18px;
	margin-bottom: 12px;
	/* font-family: 'Playfair Display', serif;
	*/
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}
footer a {
	text-decoration: underline;
	color: #fff;
}
footer .contact {
	color: #fff;
	font-size: 15px;
	display: inline-flex;
}
.footer-copyright {
	margin-right: 10px;
}
footer .contact img {
	width: 14px;
	vertical-align: middle;
}
footer .contact > span {
	font-size: 12px;
	line-height: 18px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 12px;
	display: inline-block;
}
footer .contact:last-child {
	margin-bottom: 24px;
}

@media (min-width: 768px){
	.noMobile {
		display: block;
	}
	.max-content-width {
		margin: 0 auto;
		position: relative;
	}
	.full-width {
		width: auto;
	}
	header {
		height: 62px;
		z-index: 1;
		background-color: #3b4248;
	}
	header a {
		color: #fff;
	}
	header .max-content-width {
		padding: 10px 24px;
	}
	.header-container {
		margin: 0 auto;
		background-color: #3b4248;
	}
	header .header-info.phone{
		text-align: left;
		float: left;
		margin-left: 24px;
	}
	header .header-info {
		color: #fff;
		top: 0px;
		font-size: 14px;
		display: inline-flex;
		width: fit-content;
		z-index: 999;
	}
	header .header-info.address {
		margin-left: 24px;
		margin-right: 24px;
	}
	header .header-info img:not(.logoimg) {
		width: 13px;
		height: 13px;
		margin-right: 5px;
		margin-top: 3px;
	}
	.background-image {
		height: 400px;
		position: absolute;
		top: 60px;
		width: 100%;
	}
	main {
		top: 0;
		padding: 0 24px;
		background-color: transparent;
		margin-top: 100px !important;
	}
	.top-call-out {
		margin-bottom: 40px;
		max-width: 850px;
	}
	.btn {
		min-width: 150px;
	}
	hr {
		margin: 32px 0 16px;
	}
	/* Store Information */
	.store-info-container {
		flex-direction: row;
		display: flex;
		text-align: center;
		gap: 15px;
		flex-wrap: wrap;
	}
	.store-info-card {
		flex: 1;
		flex-direction: column;
		border: 1px solid #E6ECF0;
		border-radius: 3px;
	}
	.store-info-card .left {
		background-color: #3b4248;
		border-radius: 3px 3px 0px 0px;
		height: 118px;
		overflow: hidden;
	}
	.store-info-card .right {
		padding: 18px;
	}
	.store-info-card .btn {
		margin-top: 2px;
	}
	/* Footer */
	footer {
		padding: 24px 0;
		width: 100%;
	}
	.footer-container {
		display: flex;
		text-align: center;
	}
	.footer-container .contact-us {
		margin: 0 auto;
	}
	footer .contact:last-child {
		margin-bottom: 0;
	}
}

.box .shop-button {
	text-decoration: none;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
	border: 1px solid #929292;
	border-radius: 5px;
	background-color: #f0f0f0;
	cursor: pointer;
}

/* OneTrust helpers */
.ot-controls {
  margin: 16px auto;
}

.cookie-policy {
  margin-top: 32px;
}
