* {
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
}

.invisible {
    display: none!important;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.landing-page-banner {
  width: 100%;
  max-width: 1400px;
  height: 20rem;
  border: 3px double #729940;
  display: inline-block;
}

.landing-page-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
    margin-top: 8rem;
}

.prefilter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 32000;
}

.prefilter-modal > div {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  width: 24rem;
  height: 13rem;
  margin: 10rem auto;
}

.prefilter-modal textarea {
  width: 20rem;
  height: 7rem;
  margin-bottom: 1rem;
}

.prefilter-modal button {
  margin: 0 1rem;
}

.recipe-shopping {
	padding: 1rem;
	position: relative;
    width: 100%;
}

.recipe-shopping > h2 {
	margin: 1.5rem 0 1.5rem;
    font-size: 1.75rem;
    text-transform: uppercase;
}

.shop-spacer {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.shop-spacer > hr {
    width: 100%;
    border-style: none;
    height: 6px;
    background-color: #f26c39;
    border-radius: 1rem;
}

#store-3d-display {
  display: none;
}

.vr-panel {
  position: fixed;
  left: 1rem;
  top: 1rem;
  background-color: rgba(0, 0, 0, .8);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 32767;
  border: 3px double white;
  box-shadow: 3px 3px 8px black;
  height: 20rem;
}

.vr-panel > .vr-list {
  width: 13rem;
  height: 18rem;
  overflow-y: hidden;
  position: relative;
}

.vr-panel > .vr-list > div {
  position: relative;
  transition: margin-top .5s;
}

.vr-panel > .vr-list > div > div {
  height: 1.75rem;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #666;
  color: #666;
  border-radius: .5rem;
  font-size: 1rem;
  padding: .125rem .5rem;
  margin: .125rem 0;
  user-select: none;
  position: absolute;
  left: 0;
}

.vr-prod {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.vr-prod > img {
  width: 35%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #666;
}

.vr-prod > div {
  width: calc(65% - 1rem);
  margin-left: 1rem;
  font-size: 1.25rem;
  color: white;
}

.vr-prod > div > div {
  margin-top: .5rem;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid white;
  padding-top: .5rem;
}

.vr-panel > .vr-nav {
  position: absolute;
  left: 100%;
  top: 1.5rem;
  width: 25rem;
  background-color: rgba(0, 0, 0, .8);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0 1rem;
  border: 3px double white;
  box-shadow: 3px 3px 8px black;
}

.vr-panel > .vr-nav > div {
  min-height: 1.5rem;
  padding: .5rem;
}

.vr-panel > .vr-nav > div > section {
  color: white;
  text-align: center;
  font-size: 2rem;
}

.vr-panel > .vr-nav > section {
  border-top: 1px solid #333;
  padding: .5rem;
  color: white;
  text-align: center;
}

.vr-panel > .vr-nav > section > button {
  padding: .25rem 0;
  width: 100%;
  background-color: #ccc;
  cursor: pointer;
  border-radius: .5rem;
  transition: background-color .5s;
}

.vr-panel > .vr-nav > section > button:hover {
  background-color: white;
}

.store-cover, .vr-store {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-cover {
  z-index: 32700;
  background-color: rgba(0,0,0,.9);
}

.store-cover > div {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 1rem;
}

.xshop-nav {
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 28rem;
    position: sticky;
    left: 1rem;
    top: 10rem;
}

.xshop-nav > div {
	border: 2px solid #f26c39;
    border-radius: .5rem;
    height: 17rem;
    overflow-y: auto;
    padding: .5rem;
}

.xshop-nav > section {
	margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 .6rem;
}

.xshop-nav > section > div > button {
    background-color: #F26C39;
    color: white;
    padding: .5rem 1rem;
    border: 1px solid black;
    cursor: pointer;
    margin-left: 4rem;
    width: 16rem;
}

.xshop-nav > section > div > div {
  margin-left: 4rem;
  width: 16rem;
  text-align: center;
  padding: 1rem;
}

.xshop-nav > section > button:hover {
    background-color: black;
    border-color: #F26C39;
}

.xshop-nav.fixed {
	position: fixed;
	top: 130px;
}

.xshop-nav label {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  margin: .5rem 0;
  cursor: pointer;
}

.xshop-nav label:hover {
	background-color: #eee;
}

.xshop-nav input {
	display: none;
}

.xshop-nav .xshop-ind {
	width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    border: 1px solid black;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
}

.xshop-nav label > input:checked + .xshop-ind {
    background-image: url('https://presales-cdn.rezolve.cloud/grocery/green-checkmark.png');
}

.xshop-nav label > input ~ .term {
	text-decoration: line-through;
}

.xshop-nav label > input:checked ~ .term {
	text-decoration: none;
}

.xshopping {
    width: calc(100% - 29rem);
    margin-left: 29rem;
    margin-bottom: 1rem;
}

.xshop-nav + .xshopping {
  margin-top: -25rem;
}

.xshopping > .pdp-recommendations > div > .product-card {
	height: 23rem!important;
	background-color: white;
}

.xshopping > .pdp-recommendations > div > .product-card.selected {
	border: 3px solid #f26c39;
}

.xshopping .product-card-qty-selector {
  display: none;
}

.xshopping .selected .product-card-qty-selector {
  display: block;
  right: 0;
  position: absolute;
  bottom: 2.5rem;
  text-align: center;
  z-index: 10;
}

.xshopping > .pdp-recommendations > div > .product-card > .product-card-desc {
	display: none;
}

.xshopping .product-card-price {
  bottom: 2.75rem!important;
}

.xshopping .product-card-qty {
  position: relative;
  text-align: center;
  margin-top: 1.75rem;
}

.xshopping .product-card-qty .add-to-cart-btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.product-selected {
	display: none;
}

.xshopping > .pdp-recommendations > div > .product-card.selected .product-selected {
	display: block;
  color: #f26c39;
  font-weight: bold;
}

.xshopping > .pdp-recommendations > div > .product-card.selected .add-to-cart-btn {
	display: none!important;
}

.xshopping > div {
	border: 1px solid #729940;
	padding: .25rem;
	background-color: #efefef;
}

.xshopping > h3 {
	padding-left: .25rem;
	text-transform: uppercase;
}

.xshopping.excluded > h3 {
	font-style: italic;
	color: #aaa;
}

.xshopping.excluded > div {
	display: none;
}

  .confirmation-modal {
    width: 30rem;
    border: 1px solid black;
    padding: .5rem 1rem;
    background-color: white;
    border-radius: 1rem;
  }

  .confirmation-modal > div {
    margin: 1.5rem 0;
    text-align: center;
    color: black;
  }

  .confirmation-modal > div > button {
    margin: 0 1rem;
  }

  .purchase-history {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 1rem;
  }

  .purchase-history button {
    background-color: #666;
    padding: .5rem 1rem;
    border: 1px solid black;
    cursor: pointer;
    margin-right: .5rem;
    color: white;
  }

  .purchase-history button:hover {
    background-color: black;
    border-color: #666;
  }

.purchase-history .add-to-cart-btn {
    background-color: #F26C39;
}

.purchase-history .add-to-cart-btn:hover {
    border-color: #F26C39;
}


  .purchase-history input[type=checkbox] {
    display: none;
  }

  .purchase-history input[type=checkbox] + label {
    width: 2rem;
    height: 2rem;
    border: 1px solid black;
    border-radius: .125rem;
    background-color: white;
  }

  .purchase-history input[type=checkbox]:checked + label {
    background-image: url('https://presales-cdn.rezolve.cloud/grocery/green-checkmark.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center center;
  }

  .purchase-history > section {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 2px solid #f26c39;
    border-radius: 1rem;
  }

.purchase-history > section > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem;
    position: relative;
    border-bottom: 1px solid #ddd;
  	cursor: pointer;
}

  .purchase-history > section > div:hover {
    background-color: #eee;
  }

.purchase-history > section > div > .mini-cart-trash {
    width: 1rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .5;
    cursor: pointer;
}

.purchase-history > section > div > .mini-cart-trash:hover {
    opacity: 1;
}

.purchase-history > section > div > .mini-cart-image {
    width: 20%;
    height: 8rem;
    margin-right: .5rem;
  	margin-bottom: 1rem;
}

.purchase-history > section > div > .mini-cart-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.purchase-history > section > div > .mini-cart-title {
    width: 70%;
    color: black;
    font-size: 1.125rem;
  	font-weight: bold;
    margin-bottom: 1.5rem;
}

  .purchase-history > section > div > .mini-cart-title > div {
    font-weight: normal;
  }

.purchase-history > section > div > .mini-cart-price {
    color: black;
    font-size: 1.125rem;
    position: absolute;
    left: calc(25% + .5rem);
    bottom: 1rem;
}

.purchase-history > section > div > .mini-cart-price::before {
    content: '$';
    color: black;
    font-size: 1.125rem;
}

.purchase-history > section > div > .mini-cart-qty {
    color: black;
    font-size: 1.125rem;
    position: absolute;
    right: 30%;
    bottom: 1rem;
    text-align: right;
}

.purchase-history > section > div > .mini-cart-qty::before {
    content: 'x ';
    font-size: 1.125rem;
    color: black;
}

.purchase-history > section > div > .mini-cart-total-price {
    width: 20%;
    font-weight: bold;
    font-size: 1.25rem;
    color: black;
    text-align: right;
    position: absolute;
    right: .5rem;
    bottom: .8rem;
}

.purchase-history > section > div > .mini-cart-total-price::before {
    content: '$';
    font-size: 1.25rem;
    font-weight: bold;
    color: black;
}

  .checking-out {
    padding: 1rem;
  }

  .checking-out > div {
    border: 2px solid #F26C39;
    border-radius: .5rem;
    padding: .5rem 1rem;
    width: 30rem;
    margin: .5rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .checking-out > div:nth-of-type(2) {
    border-style: none;
  }

  .checking-out > div > a:link {
  	color: #729940;
  	text-decoration: none;
  }

  .checking-out > div > a:visited {
  	color: #729940;
  	text-decoration: none;
  }

  .checking-out > div > a:hover {
  	color: #729940;
  	text-decoration: underline;
  }

  .checking-out > div > a:focus {
  	color: #729940;
  	text-decoration: none;
  }

  .checking-out > div > a:active {
  	color: #729940;
  	text-decoration: none;
  }

  .checking-out > div > img {
    width: 2rem;
    margin-right: 1rem;
  }

  .checking-out > div > .card-number {
    width: calc(60% - 4rem);
    margin-right: 1rem;
  }

  .checking-out > div > .card-expiry {
    width: calc(23% - 1rem);
    margin-right: 1rem;
  }

  .checking-out > div > .card-cvv {
    width: 17%;
  }

  .checking-out > div > input {
    font-size: 1rem;
    padding: .5rem;
    border-style: none;
    border-bottom: 1px solid black;
    text-align: center;
  }

  .checking-out > div > button {
    width: 30rem;
    background-color: #F26C39;
    color: white;
    border: 1px solid #F26C39;
    border-radius: 2rem;
    padding: 1rem 0;
    font-size: 1rem;
    cursor: pointer;
  }

  .checking-out > div > button:hover {
    background-color: black;
  }

  .login {
    padding: 1rem;
  }

  .login > form {
    border: 1px solid #F26C39;
    width: 20rem;
    margin: auto;
    border-radius: 1rem;
  }

  .login > form > h2 {
    margin: 0 0 .5rem;
    background-color: #F26C39;
    text-align: center;
    padding: 1rem;
    color: white;
    border-top-left-radius: .9rem;
    border-top-right-radius: .9rem;
  }

  .login > form > div {
    margin: 1.5rem 0;
    padding: 0 1.5rem;
  }

  .login > form > div > .username {
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
  }

  .login > form > div > .pword {
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
  }

  .login > form > div > .login-btn {
    background-color: #F26C39;
    color: white;
    border: 1px solid #F26C39;
    padding:.5rem;
    font-size: 1rem;
    cursor: pointer;
	}

  .login > form > div > .login-btn:hover {
    background-color: black;
	}

  .shopping-cart {
    padding: 1rem;
    padding: 1rem;
    max-width: 1440px;
    margin: auto;
  }

  .full-shopping-cart {
    margin-bottom: 1rem;
    overflow-y: auto;
  }

.full-shopping-cart > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .5rem;
    position: relative;
    border-bottom: 1px solid #ddd;
  	cursor: pointer;
}

  .full-shopping-cart > div:hover {
    background-color: #eee;
  }

.full-shopping-cart > div > .mini-cart-trash {
    width: 1rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .5;
    cursor: pointer;
}

.full-shopping-cart > div > .mini-cart-trash:hover {
    opacity: 1;
}

.full-shopping-cart > div > .mini-cart-image {
    width: 20%;
    height: 8rem;
    margin-right: .5rem;
  	margin-bottom: 1rem;
}

.full-shopping-cart > div > .mini-cart-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.full-shopping-cart > div > .mini-cart-title {
    width: 70%;
    color: black;
    font-size: 1.125rem;
  	font-weight: bold;
}

  .full-shopping-cart > div > .mini-cart-title > div {
    font-weight: normal;
  }

.full-shopping-cart > div > .mini-cart-price {
    color: black;
    font-size: 1.125rem;
    position: absolute;
    left: calc(25% + .5rem);
    bottom: 1rem;
}

.full-shopping-cart > div > .mini-cart-price::before {
    content: '$';
    color: black;
    font-size: 1.125rem;
}

.full-shopping-cart > div > .mini-cart-qty {
    color: black;
    font-size: 1.125rem;
    position: absolute;
    right: 30%;
    bottom: 1rem;
    text-align: right;
}

.full-shopping-cart > div > .mini-cart-qty::before {
    content: 'x ';
    font-size: 1.125rem;
    color: black;
}

.full-shopping-cart > div > .mini-cart-total-price {
    width: 20%;
    font-weight: bold;
    font-size: 1.25rem;
    color: black;
    text-align: right;
    position: absolute;
    right: .5rem;
    bottom: .8rem;
}

.full-shopping-cart > div > .mini-cart-total-price::before {
    content: '$';
    font-size: 1.25rem;
    font-weight: bold;
    color: black;
}

  .full-grand-total {
    font-weight: bold;
    justify-content: flex-end!important;
    font-size: 1.5rem;
  }

.search-bar > div > .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
}

.sayt-options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sayt-options > div {
    margin-left: 2rem;
}

.sayt {
    position: absolute;
    left: 7.625rem;
    top: 3.25rem;
    width: 65rem;
    min-height: 2rem;
    z-index: 100;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    box-shadow: 3px 3px 8px black;
}

.sayt.active {
    display: flex;
}

.sayt > .suggested-terms {
    width: 18rem;
    color: black;
    background-color: #f0f0f0;
    min-height: 32rem;
}

.sayt > .suggested-terms h2 {
    margin: .5rem;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #e6e6e6;
}

.sayt > .suggested-terms > div {
    padding: .5rem 1rem;
    cursor: pointer;
}

.sayt > .suggested-terms > div:hover {
    background-color: #0E55A4;
    color: white;
}

.sayt > .suggested-products {
    width: calc(100% - 18rem);
    min-height: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: .5rem 0;
}

.sayt > .locations-map {
    width: calc(100% - 18rem);
    height: 50rem;
    padding: 0;
}

.sayt > .locations-map > #map {
    width: 100%;
    height: 100%;
}

.no-results {
    width: 100%;
    font-size: 1.5rem;
}

.product-card {
    width: calc(25% - 2rem);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    height: 24rem;
    color: black;
    position: relative;
    border-radius: 1rem;
}

.product-card:hover {
    box-shadow: 3px 3px 7px #666;
    margin: -2px 0 0 -2px;
    width: calc(25% - 2rem + 2px);
    height: calc(24rem + 2px);
    cursor: pointer;
}

.product-card > .brand-holder {
  position: absolute;
  top: calc(9.75rem + 1px);
  left: 0;
  width: 100%;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card > .brand-holder > div {
  padding: .25rem 1rem;
  font-size: 1rem;
  background-color: white;
  border: 1px solid #bbb;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  max-width: calc(100% - 1rem);
  color: rgb(221, 67, 30);
}

.tile-img {
    width: 100%;
}

.tile-img > img {
    width: 100%;
    height: 10rem;
    object-fit: contain;
}

.product-card-price {
    position: absolute;
    left: 1.25rem;
    bottom: 3.5rem;
    text-align: right;
    font-size: 1.25rem;
    font-weight: bold;
    width: auto;
}

.product-card-price::before {
    content: '$';
}

.product-card-price-unit {
    position: absolute;
    right: 1.25rem;
    top: 2.75rem;
    width: auto;
    font-size: 1rem;
    font-weight: bold;
    text-align: right!important;
}

.product-card-size {
  position: absolute;
  left: 1.25rem;
  bottom: 1.75rem;
}

.product-card-title {
    margin: 1rem 0;
    padding: 0 1rem;
    font-weight: bold;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.product-card-desc {
    margin: 1rem;
    height: 8rem;
    overflow: hidden;
    display: none;
}

.product-card:hover .product-card-title {
    color: #2d2d2d;
    text-decoration: underline;
}

.product-card-qty {
    margin-top: 0.5rem;
    text-align: right;
    margin-right: 1rem;
}

.product-card-qty .add-to-cart-btn {
    background-color: rgb(221, 67, 30);
    color: white;
    padding: 0.5rem 1rem;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 1rem;
}

.product-card-qty .add-to-cart-btn:hover {
    background-color: black;
    border-color: #F26C39;
}

.product-card-qty-selector {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1rem;
    margin-top: 1.5rem;
}

.list .product-card-qty-selector {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 40%;
}

.product-card-qty-selector > input {
    width: 3.75rem;
    padding: 0.25rem;
    border: 1px solid rgb(221, 67, 30);
    font-size: 0.75rem;
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 0.125rem;
}

.suggested-products * {
    text-align: left;
}

.suggested-products .product-card {
    height: 30rem;
    width: calc(33.33333% - 1rem);
}

.suggested-products .product-card-title {
    height: 5rem;
}

.suggested-products .product-card-desc {
    height: 12rem;
    font-size: .9em;
}

.suggested-products .product-card-qty {
    text-align: center;
}

.suggested-products .product-card-qty > img {
    width: calc(100% - 2rem);
}

.list.suggested-products .product-card {
    height: 15rem;
    padding: 0;
    margin-bottom: 1rem;
}

.list .product-card {
    width: calc(100% - 1rem);
    height: 11rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
	  margin: 0 0 1rem;
		box-shadow: 3px 3px 7px white;
  }

.list .product-card:hover {
	  margin: 0 0 1rem;
		box-shadow: 3px 3px 7px #666;
}

.list .tile-img {
    width: 25%;
}

.list .product-card-title {
    width: 35%;
}

.list .product-card-qty {
    position: absolute;
    right: 0;
    bottom: 4rem;
    top: auto;
    width: 40%;
}

.list .product-card-price {
  left: auto;
  bottom: auto;
  right: 1rem;
  top: 1rem;
}

.recipe-tile-img {
    width: 100%;
    height: 100%;
}

.recipe-tile-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-card-title {
    position: absolute;
    bottom: 4.5rem;
    height: 6rem;
    width: 100%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    font-weight: bold;
    font-size: 1.25rem;
}

.suggested-products .recipe-card-title {
    height: 9rem;
}

.recipe-card-calories-heading, .recipe-zesty-servings-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-card-calories, .recipe-zesty-servings {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recipe-card-preptime-heading, .recipe-zesty-meal-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-card-preptime, .recipe-zesty-meal {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-zesty-meal-heading, .recipe-zesty-meal {
    height: 3rem;
    bottom: 0;
    background-color: transparent;
}

.recipe-card-servings-heading {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    height: 1.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-card-servings {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    height: 1.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-card-difficulty-heading {
    position: absolute;
    bottom: 0rem;
    left: 0;
    height: 2.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-card-difficulty {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    height: 2.5rem;
    width: 50%;
    padding: .25rem;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.recipe-search.list .product-card {
    padding: 0;
    height: 15rem;
}

.recipe-search.list .recipe-card-title {
    height: 4rem;
    bottom: 4rem;
}

.recipe-search.list .recipe-card-calories-heading {
    width: 20%;
    bottom: 2.5rem;
}

.recipe-search.list .recipe-card-calories {
    width: 30%;
    left: 20%;
    bottom: 2.5rem;
}

.recipe-search.list .recipe-card-preptime-heading {
    width: 20%;
    bottom: 0;
    height: 2.5rem;
}

.recipe-search.list .recipe-card-preptime {
    width: 30%;
    left: 20%;
    bottom: 0;
    height: 2.5rem;
}

.recipe-search.list .recipe-card-servings-heading {
    width: 20%;
    left: 50%;
    bottom: 2.5rem;
}

.recipe-search.list .recipe-card-servings {
    width: 30%;
    left: 70%;
    bottom: 2.5rem;
}

.recipe-search.list .recipe-card-difficulty-heading {
    width: 20%;
    left: 50%;
    bottom: 0;
    height: 2.5rem;
}

.recipe-search.list .recipe-card-difficulty {
    width: 30%;
    left: 70%;
    bottom: 0;
    height: 2.5rem;
}

.list.suggested-products .recipe-card-title {
    height: 4rem;
}

.zestyrecipe-search.list .recipe-tile-img {
    height: 20rem;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 5.5rem;
    width: 15rem;
    background-color: white;
}

.logo > a > img {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.logo > .slanted {
    position: absolute;
    width: 1016.5rem;
    height: 5.5rem;
    left: -1000rem;
    background-color: white;
    transform: skewX(-25deg);
    border-right: 1px solid #e6e6e6;
}

.header-bars > .header-bars-top {
    background-color: #729940;
    color: white;
    height: 1.75rem;
    position: relative;
    overflow: visible;
}

.header-bars > .header-bars-top > div > .options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-bars > .header-bars-top > div > .options > div {
    margin-left: 2rem;
    display: none;
}

.header-bars > .header-bars-bottom {
    background-color: #F5F5F5;
    color: #666;
    height: 3.75rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-bars > div > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    text-align: right;
    padding: .25rem 0;
    position: relative;
}

.search-bar {
    background-color: #729940;
    color: white;
    font-size: 1.125rem;
    height: 2.5rem;
}

.search-bar > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-bar > div > .left-side {
    /* position: relative; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
}

.search-bar > div > .left-side > div {
    margin-right: 2rem;
    cursor: pointer;
    height: 2.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-bar > div > .left-side > div > div {
    position: absolute;
    left: 0;
    top: 8rem;
    background-color: white;
    box-shadow: -3px 3px 8px black;
    padding: .5rem;
    padding-right: 0;
    display: none;
    z-index: 2;
    width: 100%;
}

.search-bar > div > .left-side > div.active > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}

.search-bar > div > .left-side > div > div > div > span {
    color: black;
    padding: .375rem 0;
    display: inline-block;
}

.search-bar > div > .left-side > div > div > div {
    position: relative;
    padding: .5rem;
}

.search-bar > div > .left-side > div > div > div > div {
    display: none;
    position: absolute;
    left: 0;
    top: calc(3rem + 2px);
    background-color: white;
    min-width: 10rem;
    box-shadow: -3px 8px 8px black;
}

.search-bar > div > .left-side > div > div > div > div.right-side {
    left: auto;
    right: 20rem;
}

.search-bar > div > .left-side > div > div > div:hover {
    background-color: #eee;
}

.search-bar > div > .left-side > div > div > div:hover > div {
    display: block;
    min-width: 100%;
}

.level-3 {
    position: absolute;
    width: 20rem;
    height: 100%;
    left: calc(100% - 1px);
    top: 0;
    background-color: white;
    border-left: 1px solid #aaa;
    box-shadow: -3px 8px 8px black;
    z-index: -1;
    overflow: hidden;
}

.level-3 > img {
    margin: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    object-fit: contain;
}

.search-bar > div > .left-side a {
    display: block;
    width: 100%;
    margin-bottom: .25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    padding: .25rem .5rem;

}

.search-bar > div > .left-side a:link {
    color: black;
    text-decoration: none;
}

.search-bar > div > .left-side a:visited {
    color: black;
    text-decoration: none;
}

.search-bar > div > .left-side a:hover {
    color: black;
    text-decoration: none;
    background-color: #eee;
}

.search-bar > div > .left-side a:focus {
    color: black;
    text-decoration: none;
}

.search-bar > div > .left-side a:active {
    color: black;
    text-decoration: none;
}

.search-bar > div > .left-side > div > div > a > img {
    height: 3rem;
    margin-right: 1rem;
}

.icon-cart {
  height: 1.75rem;
  cursor: pointer;
  margin-top: 0.4rem;
}

  .cart-desc {
    margin-top: .5rem;
    padding-bottom: 3rem;
  }

  .mini-cart .cart-desc {
    display: none;
  }

.mini-cart {
    position: relative;
}

.mini-cart-ind {
    position: absolute;
    left: calc(100% - 1.65rem);
    top: -.75rem;
    padding: .25rem;
    border-radius: 100%;
    background-color: #F26C39;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
  	cursor: pointer;
}

.mini-cart-list-holder {
    position: absolute;
    right: 0;
    top: 2rem;
    width: 20rem;
    height: 20rem;
    background-color: white;
    border: 1px solid black;
    box-shadow: -3px 3px 8px black;
    padding: .5rem;
}

.mini-cart-list-holder > h1 {
    margin: 0 0 .5rem;
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

.mini-cart-checkout-holder {
    width: 100%;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart-grand-total {
    color: black;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: right;
}

.checkout-btn {
    background-color: #F26C39;
    color: white;
    border: 1px solid #F26C39;
    padding: 0 .5rem;
    font-size: 1rem;
    cursor: pointer;
}

.checkout-btn:hover {
    background-color: black;
}

.mini-cart-list {
    width: 100%;
    border: 1px solid #F26C39;
    height: 15rem;
    overflow-y: auto;
}

.mini-cart-list > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .5rem;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.mini-cart-list > div > .mini-cart-trash {
    width: 1rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .5;
    cursor: pointer;
}

.mini-cart-list > div > .mini-cart-trash:hover {
    opacity: 1;
}

.mini-cart-list > div > .mini-cart-image {
    width: 20%;
    height: 5rem;
    margin-right: .5rem;
}

.mini-cart-list > div > .mini-cart-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mini-cart-list > div > .mini-cart-title {
    width: 50%;
    color: black;
    font-size: .8rem;
}

.mini-cart-list > div > .mini-cart-price {
    color: black;
    font-size: .8rem;
    position: absolute;
    left: calc(25% + .5rem);
    bottom: 1rem;
}

.mini-cart-list > div > .mini-cart-price::before {
    content: '$';
    color: black;
    font-size: .8rem;
}

.mini-cart-list > div > .mini-cart-qty {
    color: black;
    font-size: .8rem;
    position: absolute;
    right: 30%;
    bottom: 1rem;
    text-align: right;
}

.mini-cart-list > div > .mini-cart-qty::before {
    content: 'x ';
    font-size: .8rem;
    color: black;
}

.mini-cart-list > div > .mini-cart-total-price {
    width: 20%;
    font-weight: bold;
    font-size: 1rem;
    color: black;
    text-align: right;
    position: absolute;
    right: .5rem;
    bottom: .8rem;
}

.mini-cart-list > div > .mini-cart-total-price::before {
    content: '$';
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

.search-bar > div > .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
}

.search-bar > div > .right-side > div {
    margin-left: 2rem;
}

.header-bars-bottom > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.toolbar-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ps-widget-8809 {
  width: 2.5rem;
  height: 2.5rem;
}

.ps-widget-8809 * {
  width: 100%;
  height: 100%;
}

.header-bars-bottom > div .toolbar {
    width: 10rem!important;
    margin: 0!important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .5rem !important;
    padding-right: 1rem;
    border-right: 1px solid black;
}

  .header-bars-bottom > div .toolbar > img {
    width: 3rem;
    height: 3rem;
    padding: .25rem;
    margin-right: .5rem;
    border: 1px solid black;
    border-radius: .5rem;
    cursor: pointer;
  }

  .header-bars-bottom > div .toolbar > img:hover {
    opacity: .7;
  }

.search-bar-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%!important;
    margin-left: 18rem!important;
    border-radius: 2rem;
    border: 1px solid #F26C39;
    position: relative;
}

.icon-mic {
  height: 100%;
  position: absolute;
  right: -3.5rem;
  top: 0;
  cursor: pointer;
  filter: saturate(.75) hue-rotate(-234deg);
}

.icon-mic.starting {
  filter: saturate(0.25);
  opacity: .3;
}

.icon-mic.active {
  filter: saturate(2.75) hue-rotate(0deg);
}

.search-bar-holder > div {
    background-color: #F26C39;
    color: black;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 0 1rem;
    cursor: pointer;
}

.search-bar-holder > div > svg {
    height: 1.25rem;
}

.search-bar-holder > .search-input {
    background-color: white;
    border-style: none;
    height: 2.5rem;
    flex-grow: 1;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-left: 1rem;
}

.hero {
    height: 35rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    position: relative;
}

.hero * {
    color: white;
}

.hero > div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    height: calc(100% - 1rem);
}

.hero-btn {
    font-size: 2rem;
    padding: .5rem;
    width: 24rem;
    border-radius: .5rem;
    border: 1px solid orange;
    background-image: linear-gradient(#FAA93E, #F2612B);
    box-shadow: 3px 3px 8px black;
    cursor: pointer;
    text-align: center;
    text-decoration: none!important;
    margin-bottom: 2rem;
}

.hero-btn:hover {
    color: black;
    border-color: black;
}

.welcome-back {
    position: absolute;
    top: 3rem;
    left: calc(50% - 20rem);
    width: 40rem;
    text-align: center;
    font-size: 3rem;
    text-shadow: 3px 3px 8px black;
}

.signin {
    position: absolute;
    left: 70%;
    top: 4.5rem;
    height: calc(100% - 6.5rem)!important;
    width: 25rem!important;
    background-color: #1C1C1C;
    color: white;
    padding: 2rem 1rem;
    display: none!important;
}

.signin button {
    width: 100%;
    padding: 1rem;
    font-size: 1.25rem;
    font-weigh: bold;
    color: white;
    background-color: #DF1700;
    border: 1px solid black;
    cursor: pointer;
}

.signin-tab {
    position: absolute;
    left: 0;
    top: -2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: .5rem;
    font-size: 1rem;
    background-color: #1c1c1c;
}

.signin-tab > h3 {
    margin: 0 1rem .5rem;
    width: 100%;
}

.prefilter-text {
    width: 100%;
    height: 5rem;
    color: black;
    font-size: 1rem;
}

.hero h1 {
    font-size: 4rem;
    font-weight: normal;
    margin: 0;
}

.hero h2 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
}

.hero p {
    margin: 0;
}

.hero-button:link {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0c6cd4;
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
}

.hero-button:visited {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0c6cd4;
    color: white;
    text-decoration: none;
}

.hero-button:hover {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0E56AA;
    color: white;
    text-decoration: none;
}

.hero-button:focus {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0c6cd4;
    color: white;
    text-decoration: none;
}

.hero-button:active {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: #0c6cd4;
    color: white;
    text-decoration: none;
}

.subscription-bar {
    background-color: #DF1700;
    color: white;
    font-size: 1.875rem;
    padding: .5rem;
}

.subscription-bar > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscription-bar > div > div {
    margin: 0 1rem;
    font-weight: lighter;
}

.subscription-bar > div > .subscription-input-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.subscription-bar > div > .subscription-input-holder > .subscription-input {
    width: 15rem;
    height: 2.5rem;
    font-size: 1.125rem;
    padding: .25rem;
    color: #b1091b;
}

.subscription-bar > div > .subscription-input-holder > button {
    height: calc(2.5rem - 2px);
    padding: .5rem;
    font-size: 1rem;
    color: white;
    background-color: #2D2D2D;
    border: 1px solid white;
    border-left-style: none;
    cursor: pointer;
}

.subscription-bar > div > .subscription-input-holder > button:hover {
    background-color: #505050;
}

.home-body {
    position: relative;
    background-color: #F5F5F5;
}

.home-body > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.home-body > div > .categories-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 20rem;
    padding: 2rem 1.5rem;
    background-color: white;
    box-shadow: 2px 2px #eee;
    z-index: 20;
}

.home-body > div > .categories-list > div {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.home-body > div > .categories-list > div > a:link {
    color: #2D2D2D;
    text-decoration: none;
}

.home-body > div > .categories-list > div > a:visited {
    color: #2D2D2D;
    text-decoration: none;
}

.home-body > div > .categories-list > div > a:hover {
    color: #2D2D2D;
    text-decoration: underline;
}

.home-body > div > .categories-list > div > a:focus {
    color: #2D2D2D;
    text-decoration: none;
}

.home-body > div > .categories-list > div > a:active {
    color: #2D2D2D;
    text-decoration: none;
}

.home-body > div > .categories-list > div:nth-last-of-type(1) {
    margin-bottom: 0;
}

.home-tiles {
    min-height: 27rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(100% - 20rem);
    margin-left: 20rem;
    margin-right: auto;
    padding: 3rem 0;
}

.home-tiles > div {
    width: calc(33.3333% - 2rem);
    margin: 1rem;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-tiles > div > img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    border: 1px solid white;
}

.home-tiles > div > h2 {
    margin: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.tile-summary {
    padding: 1rem;
    line-height: 1.25;
    font-size: 1.25rem;
}

.best-sellers {
    min-height: 25rem;
    background-color: #d8d8d8;
    max-width: none!important;
}

.best-sellers > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: 20rem;
}

footer {
    background-color: #729940;
    color: white;
    padding: 4rem 2rem;
    display: flex;
    justify-content: space-between;;
    align-items: flex-start;
}

footer h2 {
    font-weight: normal;
    margin: 0 0 2rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul > li {
    margin-bottom: .5rem;
}

footer ul > li > a:link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

footer ul > li > a:visited {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

footer ul > li > a:hover {
    color: white;
    text-decoration: underline;
    font-size: 1rem;
}

footer ul > li > a:focus {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

footer ul > li > a:active {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.column-contact {
    margin-right: 4rem;
}

.column-contact > div {
    margin-bottom: 1.5rem;
}

.contact-image {
    height: 2.75rem;
    background-color: white;
    border-radius: .5rem;
    padding: .25rem;
}

.contact-phone {
    font-size: 1.5rem;
}

.column-contact h3 {
    margin: 1.5rem 0 .25rem 0;
    font-size: 1.25rem;
    font-weight: normal;
}

.social-media-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-media-icons > a:link {
    display: inline-block;
    border-radius: 1rem;
    opacity: .7;
    margin-right: .5rem;
}

.social-media-icons > a:visited {
    display: inline-block;
    border-radius: 1rem;
    opacity: .7;
    margin-right: .5rem;
}

.social-media-icons > a:hover {
    display: inline-block;
    border-radius: 1rem;
    opacity: 1;
    margin-right: .5rem;
}

.social-media-icons > a:focus {
    display: inline-block;
    border-radius: 1rem;
    opacity: .7;
    margin-right: .5rem;
}

.social-media-icons > a:active {
    display: inline-block;
    border-radius: 1rem;
    opacity: .7;
    margin-right: .5rem;
}

.social-media-icons > a > img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
}

.recipe-settings {
  position: fixed;
  z-index: 32000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe-settings > div {
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 1rem;
}

.recipe-settings > div > div {
  padding: 1rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.recipe-settings textarea {
  width: 25rem;
  height: 13rem;
}

.recipe-settings button {
  width: 10rem;
}

.settings-save-btn {
  background-color: #aaffaa;
}

.copyright-section {
    background-color: black;
    padding: 1rem;
    position: relative;
}

.gear {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  opacity: 0;
  width: 1.25rem;
  height: auto;
  cursor: pointer;
}

.gear:hover {
  opacity: 1;
}

.copyright-section * {
    color: white;
    font-size: .75rem;
    line-height: 1.5;
}

.copyright-section a:link {
    text-decoration: none;
    font-weight: bold;
}

.copyright-section a:visited {
    text-decoration: none;
    font-weight: bold;
}

.copyright-section a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.copyright-section a:focus {
    text-decoration: none;
    font-weight: bold;
}

.copyright-section a:active {
    text-decoration: none;
    font-weight: bold;
}

.search {
    padding: 1rem;
    margin-top: -.5rem;
  position: relative;
}

.search > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-top: 1rem;
    border-left: 1px solid #F26C39;
    border-right: 1px solid #F26C39;
}

.search-nav {
    width: 20rem;
    list-style-type: none;
    margin: 0;
    padding: .5rem 1rem 1rem;
    background-color: white;
    min-height: 30rem;
    overflow-x: hidden;
}

.search-nav h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.search-nav > li > div {
  margin-bottom: .25rem;
}

.search-nav > li > div > input {
  width: 100%;
  border: 1px solid #aaa;
  padding: .25rem;
  font-size: .9rem;
}

.search-nav > li {
    margin-bottom: 1rem;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.range-invalid {
    display: none;
    position: absolute;
    left: calc(2px - 1rem);
    top: 1.5rem;
    width: calc(100% + 2rem - 4px);
    height: calc(100% - .5rem);
    z-index: 100;
    background-color: rgba(255, 255, 255, .8);
    color: #F26C39;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.range-invalid.active {
    display: flex;
}

.range-slider {
    width: 100%;
    height: 1.5rem;
    border: 1px solid #F26C39;
    position: relative;
    border-radius: .75rem;
}

.range-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: .75rem;
    height: 100%;
    z-index: 5;
    cursor: ew-resize;
    padding: 0;
    overflow: hidden;
}

.range-btn-start {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}

.range-btn-end {
    left: calc(100% - .75rem);
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.range-btn > div {
    background-color: #F26C39;
    width: 1.5rem;
    height: 100%;
    border-radius: .75rem;
}

.range-btn-end > div {
    margin-left: -.75rem;
}

.range-btn:hover > div {
    background-color: #729940;
}

.range-details {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    height: 1rem;
}

.range-details > div {
    position: absolute;
    left: 0;
    font-size: .75rem;
    margin-top: .25rem;
    color: #666;
}

.range-details > div::before {
    content: '$';
}

.range-details > div.details-end {
    left: auto;
    right: 0;
}

.range-details > div.range-nav {
    position: relative;
    width: 100%;
    left: auto;
    text-align: center;
    z-index: 0;
    padding-top: .25rem;
}

.range-details > div.range-nav::before {
    content: '';
}

.range-details > div.range-nav > button {
    background-color: #F26C39;
    color: white;
    padding: 0;
    border: 1px solid #F26C39;
    cursor: pointer;
    padding: 0 .25rem;
    border-radius: 1rem;
}

.range-details > div.range-nav > button:hover {
    background-color: black;
}

.search-nav > li:nth-of-type(1) {
    border-top-style: none;
}

.search-nav > li > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.search-nav > li > ul > li {
    margin: .5rem 0;
}

.search-nav > li > ul > li:hover > .chkbox {
    border-color: #F26C39;
}

.search-nav > li > ul > li:hover > .refinement-value {
    color: #F26C39;
}

.search-nav > li > ul > li.zero-count:hover > .chkbox {
  border-color: black;
}

.search-nav > li > ul > li.zero-count:hover > .refinement-value {
    color: black;
}

.search-nav > li > ul > li.refinement-rating .recipe-rating {
  filter: contrast(1.5);
}

.search-nav > li > ul > li.refinement-rating .recipe-rating {
  filter: grayscale(1) contrast(1.5);
}

.search-nav > li > ul > li.refinement-rating:hover .recipe-rating {
  filter: grayscale(0) hue-rotate(-79deg) contrast(1.5);
}

.search-nav > li > ul > li.refinement-rating.selected-refinement .recipe-rating {
  filter: grayscale(0) hue-rotate(-79deg) contrast(1.5)!important;
}

.search-nav > li > ul > li.zero-count {
  opacity: .25;
  cursor: not-allowed!important;
  filter: grayscale(1)!important;
}

.search-results-holder {
    width: calc(100% - 21rem);
    margin-left: 1rem;
    color: black;
}

.search-results {
    width: 100%;
    background-color: white;
    color: black;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 2rem 0 1rem;
}

.search-results > .pg-holder {
    width: calc(100% - 2rem);
    text-align: right;
    margin-top: .5rem;
    padding-top: 1rem;
    border-top: 1px solid #F26C39;
}

.search-results > .pg-holder > button {
    background-color: #F26C39;
    border-style: none;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 1rem;
    padding: .25rem 1rem;
}

.search-results > .pg-holder button:hover {
    background-color: black;
}

.search-results > .pg-holder button.dead {
    opacity: .5;
}

.search-results > .pg-holder button.dead:hover {
    background-color: #F26C39;
}

.recipes-results {
    width: 100%;
    background-color: white;
    color: black;
    margin: 0;
    padding: 1rem 0 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 2rem 0 1rem;
}

.search-results-holder .results-text {
    display: none;
    margin-left: 2rem;
}

.search-results-holder h2 {
    font-size: 1.5rem;
    margin: .5rem 0;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 0;
}

.search-results-holder h2 > .results-intro {
    font-size: 1rem;
    margin-bottom: .25rem;
}

.search-results-holder h2 > .search-expression {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.search-results > li {
    margin-bottom: 1rem;
}

.search-nav-heading {
    font-size: 2.5rem;
    margin: 0 0 .5rem;
    border-top-style: none!important;
    text-transform: uppercase;
}

.red-under {
    display: none;
    width: 5rem;
    height: .25rem;
    transform: skewX(-20deg);
    background-color: #DF1700;
    margin-bottom: 1rem;
    margin-left: 1rem;
    border-style: none;
}

.refinement {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.showmore-btn {
    background-color: #F26C39;
    border-style: none;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 1rem;
    padding: .25rem 1rem;
}

.showmore-btn:hover {
    background-color: black;
}

.chkbox {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: .25rem;
    color: black;
    margin-right: 1rem;
}

.refinement-value {
    width: calc(100% - 2.25rem);
    position: relative;
}

.ref-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.5rem;
}

.ref-icon > img {
    height: 100%;
}

.selected-refinement .chkbox {
    border-color: #0c6cd4;
    color: #0c6cd4;
}

.selected-refinement .refinement-value {
    font-weight: bold;
}

.search-results-header {
    width: calc(100% - 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F26C39;
    padding-bottom: 1rem;
}

.results-count {
    font-size: 1.5rem;
}

.results-options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.option-tile-layout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2rem;
}

.option-tile-layout > div {
    border: 1px solid black;
    padding: .5rem;
    cursor: pointer;
}

.option-tile-layout > div:hover {
    text-decoration: underline;
}

.option-tile-layout > div.active:hover {
    text-decoration: none;
}

.option-tile-layout > div.active {
    border-color: #0c6cd4;
    color: #0c6cd4;
    cursor: default;
}

.option-page-size {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sort-options {
    margin-left: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sort-options > div {
    margin-left: .5rem;
    border: 1px solid #aaa;
    padding: .125rem;
    border-radius: .5rem;
    cursor: pointer;
}

.sort-options > div:nth-of-type(1) {
    border-style: none;
}

.sort-options > div.active {
    border-color: #F26C39;
    background-color: #F26C39;
    color: white;
}

.page-size {
    border: 1px solid black;
    padding: .5rem;
    margin: 0 .25rem;
    position: relative;
}

.page-size * {
    user-select: none;
}

.page-size span {
    font-size: .75rem;
}

.page-size > div {
    cursor: pointer;
}

.page-size-choices {
    display: none;
    position: absolute;
    left: -1px;
    top: 2.25rem;
    border: 1px solid black;
    z-index: 10;
    background-color: white;
}

.page-size-choices.active {
    display: block;
}

.page-size-choices > div {
    width: 2.9rem;
    background-color: white;
    padding: .25rem .85rem;
    cursor: pointer;
}

.page-size-choices > div:hover {
    background-color: #F5F5F5;
}

.pdp {
    background-color: #F5F5F5;
    padding-bottom: 1rem;
}

.pdp > div {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.breadcrumbs {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.breadcrumbs a:link {
    color: #2D2D2D;
    text-decoration: none;
}

.breadcrumbs a:visited {
    color: #2D2D2D;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #2D2D2D;
    text-decoration: underline;
}

.breadcrumbs a:focus {
    color: #2D2D2D;
    text-decoration: none;
}

.breadcrumbs a:active {
    color: #2D2D2D;
    text-decoration: none;
}

.shipping {
  padding: 1rem 1rem 2rem;
}

.shipping > div {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.shipping a:link {
  color: #729940!important;
  text-decoration: none!important;
}

.shipping a:visited {
  color: #729940!important;
  text-decoration: none!important;
}

.shipping a:hover {
  color: #729940!important;
  text-decoration: underline!important;
}

.shipping a:focus {
  color: #729940!important;
  text-decoration: none!important;
}

.shipping a:active {
  color: #729940!important;
  text-decoration: none!important;
}

.common-box {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);
  border-radius: 1rem;
  overflow: hidden;
}

.common-box h1 {
  margin: 0;
}

.common-box-header {
  background-color: #729940;
  padding: 1rem;
  color: white;
}

.common-box-body {
  padding: 0 1rem 1rem;
}

.pdp-card {
    background-color: white;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pdp-loading {
    visibility: hidden;
    height: 5rem;
}

.pdp-product .pdp-product-image {
    width: 20rem;
    height: 20rem;
    object-fit: contain;
    padding: 1rem;
    border: 1px solid #F26C39;
    margin-right: 1rem;
}

.pdp-details {
    width: calc(100% - 21rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pdp-product .pdp-product-brand {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: .75rem;
}

.pdp-product .pdp-product-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-bottom: .75rem;
    width: 100%;
}

.pdp-product .pdp-product-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: .75rem;
}

.pdp-product-price {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.pdp-recipe {
    background-color: transparent;
    padding-top: 30rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.pdp-recipe .pdp-card > div {
    margin-bottom: 2.5rem;
    box-shadow: 3px 3px 12px #666;
    min-height: 25rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.pdp-recipe-title {
    font-size: 2.25rem;
    border-bottom: 1px solid #F26C39;
    width: 100%;
    padding-bottom: .5rem;
    font-weight: bold;
}

.pdp-recipe-desc {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.pdp-recipe-desc-content {
    width: calc(75% - 1rem);
}

.pdp-recipe-desc-stats {
    width: calc(25% - 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pdp-recipe-desc-stats > div {
    border: 1px solid #F26C39;
    padding: .25rem;
    width: 50%;
}

.pdp-recipe-desc-stats > div:nth-of-type(odd) {
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.pdp-recipe-desc-stats > div:nth-of-type(even) {
    text-align: center;
}

.pdp-recipe-nutrition {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    border-top: 1px solid #F26C39;
    padding-top: .5rem;
}

.pdp-recipe-nutrition > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pdp-recipe-nutrition > div > div:nth-of-type(1) {
    text-transform: uppercase;
    color: #666;
}

.pdp-recipe-nutrition > div > div:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: bold;
}

.recipe-pdp {
    position: relative;
    width: 100%;
    height: 27rem;
    padding-bottom: 2rem;
    margin: 0 0 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.recipe-pdp > img {
    width: 40rem;
    height: 100%;
    object-fit: cover;
    box-shadow: -3px 3px 8px black;
    margin-right: 1rem;
}

.recipe-pdp > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipes-list {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.recipes-list > h1 {
    font-weight: normal;
    width: 100%;
}

.recipes-list > div {
    width: calc(20% - 2rem);
    height: 22rem;
    border: 1px solid black;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
}

.recipes-list > div:hover {
    opacity: .6;
}

.recipe-rating {
    width: 250px;
    height: 43px;
    background-image: url('https://presales-cdn.rezolve.cloud/grocery/star-ratings.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.refinement-value > .recipe-rating {
  zoom: .45;
  display: inline-block;
  margin-right: 1rem;
}

.recipe-rating > div {
    height: 100%;
    width: 62.5%;
    background-image: url('https://presales-cdn.rezolve.cloud/grocery/star-ratings.svg');
    background-size: 15.4rem;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.recipes-list > div > .rating {
    position: absolute;
    right: 0;
    bottom: calc(12rem - 1px);
    background-color: white;
    border-top: 1px solid black;
    border-left: 1px solid black;
    height: 1.5rem;
    width: 50%;
    display: block;
}

.recipes-list > div > .rating > div {
    background-size: 8.625rem;
}

.recipes-list > div > img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    border-bottom: 1px solid black;
    margin-bottom: .5rem;
}

.recipes-list > div > div {
    text-align: center;
    width: 100%;
    font-size: 1.25rem;
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipe-stats {
    width: calc(100% - 43.5rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.serves {
    width: calc(100% - 16rem);
    text-align: right;
}

.serves > div {
    background-color: white;
    display: inline-block;
    padding: .25rem 1rem;
    box-shadow: -3px 3px 8px black;
    font-size: 1.125rem;
    margin-top: 0.75rem;
    transform: skewX(-15deg);
}

.tags {
    width: 100%;
    height: 15rem;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tags > a {
    padding: .25rem .5rem;
    background-color: #F26C39;
    color: white;
    margin: 0 1rem;
    box-shadow: -3px 3px 8px black;
    cursor: pointer;
}

.tags > a:link {
    text-decoration: none;
    color: white;
}

.tags > a:visited {
    text-decoration: none;
    color: white;
}

.tags > a:hover {
    text-decoration: none;
    background-color: white;
    color: black;
}

.tags > a:focus {
    text-decoration: none;
    color: white;
}

.tags > a:active {
    text-decoration: none;
    color: white;
}

.recipe-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.recipe-ingredients {
    width: 30rem;
    margin-right: 1rem;
}

.recipe-ingredients > div {
    padding: 0 1rem;
}

.recipe-ingredients > div > h2 {
    margin: 0;
    padding: 0 .25rem;
}

.recipe-ingredients > div > div {
    margin: .25rem 0;
    padding: .5rem .25rem;
    border-bottom: 1px solid #ccc;
}

.recipe-right {
    width: calc(100% - 31rem);
}

.recipe-desc {
    font-size: 1.25rem;
    padding: .5rem 1rem;
    width: calc(100% - 4rem);
    background-color: white;
    box-shadow: -3px 3px 8px black;
    margin-left: 1rem;
}

.recipe-desc-mobile {
    font-size: 1.25rem;
    padding: .5rem 1rem;
    width: calc(100% - 2rem);
    background-color: white;
    box-shadow: -3px 3px 8px black;
    display: none;
}

.recipe-directions {
    padding: .25rem 1rem;
    width: calc(100% - 1rem);
}

.recipe-directions > ol {
    padding: 0 0 0 1rem;
}

.recipe-directions > ol > li {
    margin: .5rem 0;
    padding: .5rem .25rem;
}

.recipe-directions > ol > li:nth-of-type(odd) {
    background-color: #eee;
}

.recipe-pdp > h1 {
    position: absolute;
    left: 5rem;
    bottom: 2rem;
    background-color: white;
    width: calc(100% - 8rem);
    box-shadow: -5px 5px 8px black;
    padding: .25rem 1rem;
    font-weight: normal;
    transform: skewX(-20deg);
}

.pdp-card.recipe {
    padding-top: 1rem;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tabs-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1rem;
}

.tabs-holder > div {
    border-bottom: 1px solid black;
    background-color: #eee;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 13rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tabs-holder > div:hover {
    background-color: #F26C39;
    color: white;
}

.tabs-holder > div.active {
    border: 1px solid black;
    border-bottom-style: none;
    background-color: white;
    cursor: default;
}

.tabs-holder > div.active:hover {
    background-color: white;
    color: black;
}

.search-results-banner {
    width: 100%;
}

.v-nav {
    margin-top: 1rem;
}

.v-nav h2 {
    width: 100%;
    color: white;
    background-color: #F26C39;
    border-bottom-style: none;
    padding: 0 .5rem;
}

.vnav-Banner {
    border-bottom: 1px solid #F26C39;
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
}

.vnav-Visual_Nav_Static {
    border-bottom: 1px solid #F26C39;
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
}

.vnav-Visual_Nav_Dynamic {
    width: calc(100% - 2rem);
    background-color: #F26C39;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: .5rem 1rem;
}

.vnav-Visual_Nav_Dynamic > div {
    width: calc(33.333% - .5rem);
    height: 12rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: .5rem 0;
}

.vnav-Visual_Nav_Dynamic > div:hover {
    cursor: pointer;
    opacity: .5;
}

.vnav-Visual_Nav_Dynamic > div > img {
    width: 8rem;
    height: 8rem;
    margin-bottom: .5rem;
}

.search-bar > div {
  justify-content: flex-end!important;
}

.search-bar > div > .left-side {
  display: none!important;
}

.suggested-terms > h2 {
  display: none!important;
}

.suggested-terms > div {
  display: none!important;
}

.sayt > .suggested-terms {
  background-color: transparent;
  background-image: url('https://presales-cdn.rezolve.cloud/grocery/sayt-img.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 26%;
}

.sayt > .suggested-products > section {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 1rem;
}

.sayt > .suggested-products > section > div {
  margin-left: 2rem;
  cursor: pointer;
  padding: .5rem;
  border: 1px solid #eee;
}

.sayt > .suggested-products > section > div:hover {
  background-color: black;
  color: white;
}

.suggested-products .product-card {
  height: 27rem;
}

.suggested-products .product-card-desc {
  height: 8rem;
}

.guest-option button {
  background-color: #729940;
  color: white;
  border: 1px solid #729940;
  padding: .5rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

.guest-option button:hover {
  background-color: black;
}

@media (max-width: 1200px) {
    .search-bar > div > .left-side > div.active > div {
        display: block;
        width: 100%;
        box-shadow: unset;
        top: 12rem;
    }
    .search-bar > div > .left-side > div > div > div:hover > div {
        display: none;
    }

    .header-bars > .header-bars-bottom {
        margin-top: 3.75rem;
        background-color: white;
    }

    .logo {
        width: 100%;
    }

    .logo > .slanted {
        display: none;
    }

    .header-bars > div > div {
        flex-wrap: wrap;
        height: auto;
        background-color: #F5F5F5;
        padding: .5rem;
    }

    .search-bar-holder {
        margin-left: 0!important;
        width: calc(100% - 4rem)!important;
    }

    .header-bars-bottom > div .toolbar {
        position: absolute;
        right: 1rem;
        top: -3.75rem;
    }

    .search-bar > div {
        padding: .25rem;
    }

    .search-bar > div > .left-side a {
        padding: 0;
        margin-bottom: 0;
    }

    .page {
        margin-top: 12rem;
    }

    .hero {
        height: 20rem;
    }

    footer {
        display: block;
        padding: .125rem 1rem;
    }

    footer h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .column-contact {
        margin-right: 0;
        margin-top: 2rem;
    }

    .sayt {
        left: 0;
        width: 100%;
        height: 25rem;
    }

    .sayt > .suggested-terms {
        width: 50%;
        height: 25rem;
        overflow-y: auto;
        min-height: 0;
    }

    .sayt > .suggested-products {
        width: 50%;
        display: block;
        height: 25rem;
        overflow-y: auto;
    }

    .suggested-products .product-card {
        height: auto;
        width: 100%;
        margin-bottom: 1rem;
    }

    .suggested-products .product-card-title {
        height: auto;
        font-weight: normal;
        margin: 1rem .25rem;
    }

    .suggested-products .product-card-desc {
        height: auto;
    }

    .product-card-price {
        top: 1.25rem;
    }

    .product-card-price-unit {
        right: 1.5rem;
        top: 2.5rem;
    }
}

.carousel-holder {
    position: relative;
}

.carousel-products {
    width: 100%;
    overflow-x: hidden;
    border: 1px solid #F26C39;
    margin-bottom: 1rem;
}

.carousel-products > ul {
    height: 24rem;
    margin-left: 0rem;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    transition: margin-left 1s;
}

.carousel-products > ul > .product-card {
    margin: 0 1rem!important;
    width: 20rem!important;
    box-shadow: 3px 3px 7px white;
    background-color: white;
}

.carousel-products > ul > .product-card:hover {
    box-shadow: 3px 3px 7px #666;
    margin: 0 1rem!important;
}

.carousel-control {
    position: absolute;
    top: 0;
    border: 1px solid black;
    padding: 0 .5rem;
    font-size: 1.5rem;
    cursor: pointer;
    right: 0;
    background-color: #f5f5f5;
}

.carousel-control:hover {
    box-shadow: 1px 1px 8px #F26C39;
    color: #F26C39;
}

.carousel-control.left-control {
    right: 3.5rem;
}

.search > .mobile-nav-toggle {
	display: none;
}

  .pdp-recommendations {
    width: calc(100% - 2rem);
    margin: 1rem;
    overflow: hidden;
    position: relative;
  }

  .pdp-recommendations > img {
    width: 2rem;
    position: absolute;
    left: 1rem;
    top: calc(50% - 1rem);
    z-index: 100;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    padding: .25rem;
    box-shadow: 3px 3px 8px #666;
  }

  .pdp-recommendations > img.slide-right {
    left: auto;
    right: 1rem;
    transform: rotate(180deg);
    box-shadow: -3px -3px 8px #666;
  }

  .pdp-recommendations > img:hover {
    opacity: .7;
  }

  .pdp-recommendations > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: margin-left .8s;
  }

  .pdp-recommendations > div > .product-card {
    width: 20rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 24%), 0 0 2px 0 rgb(0 0 0 / 12%);
    height: 30rem;
    color: black;
    position: relative;
    padding-top: .5rem;
    margin: .5rem;
  }

  .pdp-recommendations > div > .product-card:hover {
    background-color: white;
  }

  .pdp-recommendations > div > .product-card > .product-card-desc {
    height: 12rem;
  }


  .visual-navigation {
    width: calc(100% - 2rem);
    margin: 1rem;
    overflow: hidden;
    position: relative;
  }

  .visual-navigation > img {
    width: 2rem;
    position: absolute;
    left: 1rem;
    top: calc(50% - 1rem);
    z-index: 100;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    padding: .25rem;
    box-shadow: 3px 3px 8px #666;
  }

  .visual-navigation > img.slide-right {
    left: auto;
    right: 1rem;
    transform: rotate(180deg);
    box-shadow: -3px -3px 8px #666;
  }

  .visual-navigation > img:hover {
    opacity: .7;
  }

  .visual-navigation.not-scrollable > img {
    display: none;
  }

  .visual-navigation > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: margin-left .8s;
  }

  .visual-navigation.not-scrollable > div {
    margin: auto!important;
  }

  .visual-navigation > div > div {
    width: 10rem;
    height: 10rem;
    color: black;
    text-align: center;
    position: relative;
    margin: .5rem;
    box-shadow: 3px 3px 8px #999;
    border-radius: 1rem;
    cursor: pointer;
  }

  .visual-navigation > div > div:hover {
    box-shadow: 3px 3px 8px black;
  }

  .visual-navigation > div > div > section {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    background-color: #F26C39;
    color: white;
    border: 2px solid black;
    border-radius: 1rem;
    font-size: .9rem;
    width: 3.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .visual-navigation > div > div > img {
    width: 100%;
    height: 6rem;
    object-fit: contain;
    margin-top: 1rem;
  }

  .visual-navigation > div > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    font-size: .9rem;
  }

  .brand-banner {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }

  .toolbar > a:link {
    color: #729940;
    text-decoration: none;
    font-weight: bold;
  }

  .toolbar > a:visited {
    color: #729940;
    text-decoration: none;
    font-weight: bold;
  }

  .toolbar > a:hover {
    color: #f26c39;
    text-decoration: none;
    font-weight: bold;
  }

  .toolbar > a:focus {
    color: #729940;
    text-decoration: none;
    font-weight: bold;
  }

  .toolbar > a:active {
    color: #729940;
    text-decoration: none;
    font-weight: bold;
  }

  .ingredients-holder > h2 {
  	display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ingredients-holder > h2 a:link {
  	color: black;
  	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid black;
	padding: .25rem;
  }

  .ingredients-holder > h2 a:visited {
  	color: black;
  	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid black;
	padding: .25rem;
  }

  .ingredients-holder > h2 a:hover {
  	color: #f26c39!important;
  	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f26c39!important;
	padding: .25rem;
  }

  .ingredients-holder > h2 a:focus {
  	color: black;
  	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid black;
	padding: .25rem;
  }

  .ingredients-holder > h2 a:active {
  	color: black;
  	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid black;
	padding: .25rem;
  }

@media(max-width: 1024px) {
    .recipe-pdp {
        height: auto;
        display: block;
        width: calc(100% - 2rem);
        margin-top: 1rem;
    }

    .recipe-pdp > img {
        width: 100%;
    }

    .recipe-pdp > h1 {
        bottom: auto;
        top: -2rem;
        left: 1rem;
        width: calc(100% - 2rem);
        font-size: 1.5rem;
    }

    .recipe-desc {
        display: none;
    }

    .recipe-desc-mobile {
        display: block;
        margin-bottom: 2rem;
        width: 100%;
        box-shadow: none;
    }

    .recipe-stats {
        width: 100%;
        margin-top: 1rem;
    }

    .rating {
        zoom: .5;
        margin-top: 1.5rem;
        margin-right: 4rem;
    }

    .serves {
        width: auto;
    }

    .tags {
        height: auto;
    }

    .tags > a {
        margin: 1rem .25rem;
    }

    .recipe-bottom {
        display: block;
    }

    .recipe-ingredients {
        width: 100%;
        margin-right: 0;
    }

    .recipe-right {
        width: 100%;
    }

    .recipe-xsell {
        padding: .5rem;
    }

  .search > div {
    display: block;
    border-style: none;
  }

  .search > div > .search-nav {
    width: calc(100% - 5rem);
    height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .search > div > .search-nav.active {
    height: auto;
  }

  .search > div > .search-results-holder {
    width: 100%;
    margin: 0;
  }

  .search > div > .search-results-holder > .results-header {
    display: block;
  }

  .search > div > .search-results-holder > .results-header > h2 {
    border-style: none;
    margin-bottom: 1rem;
  }

  .search > div > .search-results-holder > .results-header > .tabs-holder > div {
    width: 50%;
  }

  .search-results > .search-results-header {
    flex-direction: column-reverse;
  }

  .search-results > .search-results-header > .results-count {
    border-top: 1px solid #F26C39;
    padding-top: 1rem;
    margin-top: 2rem;
    width: 100%;
  }

  .search-results > .search-results-header > .results-options {
    width: 100%;
    justify-content: space-between;
  }

  .search-results > .search-results-header > .results-options > .option-page-size > div {
    display: none;
  }

  .search-results > .search-results-header > .results-options > .option-tile-layout {
    display: none;
  }

  .search-results > .search-results-header > .results-options > .option-page-size > .page-size {
    display: block;
  }

  .search-results > .search-results-header > .results-options > .sort-options {
    justify-content: center;
    margin-left: 0;
  }

  .product-card {
    width: 100%!important;
    height: auto!important;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    flex-wrap: wrap!important;
    padding: 0!important;
    padding-bottom: 1rem!important;
    box-shadow: 3px 3px 7px white!important;
    margin: 0 0 1rem!important;
    border-bottom: 1px solid black;
  }

  .product-card > .product-card-desc {
    height: auto;
    margin-bottom: 2rem;
    width: 100%;
  }

  .product-card > .product-card-title{
    border-style: none;
  }

  .tile-img {
      width: 25%!important;
  }

  .product-card-title {
      width: 35%!important;
  }

  .product-card-qty-selector {
    position: relative!important;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;
    margin-left: 0!important;
    width: auto!important;
    top: 0!important;
  }

  .product-card-qty {
    width: auto!important;
    margin-left: 1rem!important;
    margin-top: -.25rem!important;
    position: relative!important;
  }

  .recipe-menu > div > div {
    display: none!important;
  }

  .recipe-menu > div > div:nth-of-type(1) {
    display: block!important;
  }

  .search > .mobile-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem!important;
    height: 2rem;
    z-index: 100;
    border: 1px solid #f26c39;
    cursor: pointer;
  }

  .search > .mobile-nav-toggle > img {
    width: 100%;
    height: 100%;
    padding: .5rem 0;
    object-fit: contain;
    transform: rotate(90deg);
  }

  .mobile-nav-toggle.active > img {
    transform: rotate(0deg);
  }

  .shop-spacer {
  	height: 9rem;
  }

  .xshop-nav {
  	position: relative!important;
    width: calc(100% - 2rem)!important;
    top: 0px!important;
  }

  .xshopping {
  	margin-left: 2rem;
    width: calc(100% - 3rem);
  }

  .pdp-recommendations {
  	width: 21.65rem;
    margin: auto;
  }

  .xshopping .product-card-title {
  	width: calc(100% - 2rem)!important
  }

  .xshopping .product-card-qty-selector {
  	justify-content: center!important;
  	width: 100%!important;
  }

  .xshopping .product-card-qty {
  	margin-top: .5rem!important;
  	width: 100%!important;
  }

  .xshopping > .pdp-recommendations > div > .product-card {
    margin: .5rem!important;
    border-bottom-style: none;
  }

    .xshopping > .pdp-recommendations > div > .product-card.selected {
    	border-bottom-style: 3px solid #f26c39;
    }
}
