header {
	-webkit-box-shadow: 0px 5px 8px 1px rgba(204,204,204,0.3);
	-moz-box-shadow: 0px 5px 8px 1px rgba(204,204,204,0.3);
	box-shadow: 0px 5px 8px 1px rgba(204,204,204,0.3);
}

.header-navigation {
    display: flex;
    justify-content: center;
	margin-top: 2rem;
}

.header-navigation li a {
	color: #0a0a0a;
	transition: all ease 0.2s;
}

.header-navigation li a:hover {
	color: #f49e00;
}

.locations__grid.active-view {
	margin: 1.875rem 0;
}


#wpsl-wrap .wpsl-search {
	display: block !important;
}
.new-arrivals .slick-list {
    overflow: hidden !important;
}

.new-arrivals-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.price-wrapper {
    font-weight: bold;
	font-size: 1.2rem;
}

.price-wrapper .sale-price {
	color: red;
}

@media print, screen and (min-width: 48em) {
	.job-list {
		display: flex;
		flex-wrap: wrap;
	}
	.job-list li {
	width: 45%;
	margin-right: 5%;
}
}

.page-template .job-display {
	margin-bottom: 3rem;
}



#wpsl-stores .wpsl-store-location .wpsl-store-thumb {
    height: 150px !important;
    width: 150px !important;
}

.contact-us {
	position: relative;
	    margin-bottom: 3rem !important;
}

.contact-us img {
    position: absolute;
    bottom: 10%;
    right: 0;
    height: 9.375rem;
}

@media print, screen and (min-width: 64em) {
.contact-us img {
    height: auto;
    width: 25%;
    max-width: calc(75rem * 0.25);
	}
}

@media print, screen and (max-width: 1024px) {
	.contact-us img {
		display: none;
	}
}

.discover-recipes .carousel__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 120px;
	margin: auto;
	padding: 1rem 0;
}

header img {
    height: 40px;
}

.hero.recipe .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.hero.recipe .recipe-overlay {
	    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}

footer .menu a {
    padding: 0.4rem 0;
	font-size: 12px;
}

footer .menu a:hover {
    transform: translateX(0.1875rem);
}

footer .h3 {
    font-size: 1.7rem;
}

.footer-logo {
	    max-height: 40px;
    margin-top: 1rem;
}


@media print, screen and (min-width: 64em) {
footer .grid-container>.grid-x>.cell {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}

footer .back-to-top a {
	    padding: 1rem 0.625rem;
	text-align: initial;
}
footer .back-to-top a svg {
    bottom: 1rem;
}

.locations__grid .location .details .small-9 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.locations__grid .location .details .grid-x {
	height: 100%;
}

.locations__grid .location .details {
	min-height: 168px;
}

.address-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    right: 5%;
    top: unset;
    transform: unset;
    width: unset;
	padding: 1rem;
    background: white;
    border-radius: 10px;
}

.address-wrapper table {
	margin-bottom: 0;
}
.address-wrapper tbody {
	    border: 0;
}

.address-wrapper tbody tr:nth-child(even) {
    background-color: transparent;
}

.address-wrapper table td {
	font-size: 14px;
}

.address-mobile table {
	display: flex;
	justify-content: center;
	align-items: center;
}

.address-mobile table tbody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
    border-radius: 10px;
}

.address-mobile table tbody tr {
	display: flex;
	justify-content: space-between;
	padding: 1rem 4rem;
}


.simplebar-wrapper {
	display: none;
}

.job-description {
	margin-bottom: 1rem;
}

.job-description ul:last-of-type {
	margin-bottom: 0;
}

.job {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.job-type {
	font-size: 20px;
	color: #f49e00;
}

.job .job-details h2 {
    line-height: 1;
}

.job .job-details {
	justify-content: flex-start;
}

.job .job-details .detail {
    margin-right: 2rem;
}

.upload-con label {
	cursor: pointer;
}

.contact-form label {
    font-size: 14px;
}

.contact-form .submit {
	cursor: pointer;
}

.social-icons-wrapper {
	padding: 2.5625rem 2.5625rem 1.25rem 2.5625rem;
}

.contact-us .social-icons li {
    width: 3rem;
    height: 3rem;
}

.contact-us .social-icons {
    justify-content: start;
	margin-top: 1rem;
    margin-left: -1rem;
}

.text-with-image img {
    display: none;
}

.homepage-bg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.homepage-bg img {
	width: 80%;
}

.homepage-bg.homepage-bg__left {
    left: 0;
    transform: translateX(-35%);
}

.homepage-bg.homepage-bg__right {
    right: 0;
    transform: translateX(55%);
}

body {
	overflow-x: hidden;
}

section.hero.homepage {
    position: relative;
}

.text-with-image {
    padding-top: 0;
}

@media only screen and (max-width: 1440px) {
	.homepage-bg {
		display: none;
	}
}

.home .hero.special_offers {
	    margin-bottom: 3rem !important;
}

.page-id-574 .hero.products {
	    margin-bottom: 3rem !important;
}

.discover-recipes .recipes .recipe .content-wrapper {
	transition: all ease 0.3s;
}

.discover-recipes .recipes .recipe:hover .content-wrapper {
		background-color: #f49e00;
		color: #fefefe;
}

.discover-recipes .recipes .recipe:hover .content-wrapper .content h3, .discover-recipes .recipes .recipe:hover .content-wrapper .content p {
	color: #fefefe;
}

.tags .tag.new-product {
    background-color: #009cf4;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    text-transform: uppercase;
}

@media print, screen and (min-width: 48em) {
	.tags .tag.new-product {
		width: 3.125rem !important;;
		height: 3.125rem !important;;
	}
}

@media only screen and (max-width: 767px) {
	h2, .h2 {
		font-size: 24px;
	}
}

.categories .category-grid .category.active-category .category-card, .categories .category-grid .category:hover .category-card {
	border: 2px solid #fef3dc;
}

.categories .category-grid .category.active-category .details, .categories .category-grid .category:hover .details {
	background-color: #fff;
	color: #3a3a3a;
}

.categories .category-grid .category .details .small-9 h3 a {
	color: #3a3a3a !important;
}

.categories .category-grid .category .category-card .image-wrapper {
	height: 65%;
}