#product-id-span, #product-select, .hide-snack-plans, #hide-quantity, .snack-plan-only, .small, .medium, div.food-allergy-selections {
  display: none;
}

#add-item-form {
  margin-bottom: 0 !important;
}

#add-to-cart-form {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 66%;
}

#deliveryInstructionsDiv label {
  text-transform: none !important;
  font-size: 1.1em !important;
  font-weight: 200 !important;
}

div.deliveryTimes {
  width: 100%;
  margin-bottom: 15px;
}

label.deliveryTimes {
  width: 100%;
  text-align: center !important;
  text-transform: none !important;
  font-size: 1.1em !important;
  font-weight: 200 !important;
}

.delivery-help-text {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  text-align: center !important;
  font-weight: 200;
}

.pickup-or-delivery-content {
  padding-bottom: 0;
}

.product-selector-content, .product-summary-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.product-summary-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 2em;
  background-color: rgb(251,251,251);
  display: none;
}

.product-attribute [type="radio"],
.product-attribute [type="checkbox"],
.food-allergies [type="checkbox"],
.product_rp_div [type="radio"],
.recurring-options [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.product-attribute [type="radio"] + span::after,
.recurring-options [type="radio"] + span::after {
  content: '';
  display: block;
  background-color: rgb(255,255,255);
  width: 0.5em;
  height: 0.5em;
  vertical-align: -0.25em;
  border-radius: 1.1em;
  border: 0.12em solid #fff;
  box-shadow: 0 0 0 0.12em #000;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.65s ease all;
}

.product-attribute [type="checkbox"] + span::after,
.food-allergies [type="checkbox"] + span::after {
  content: '';
  display: block;
  background-color: rgb(255,255,255);
  width: 0.5em;
  height: 0.5em;
  vertical-align: -0.25em;
  border-radius: 0.15em;
  border: 0.12em solid #fff;
  box-shadow: 0 0 0 0.11em #000;
  margin-top: 0.6em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.65s ease all;
}

.snack-pack [type="checkbox"] + span::after {
  margin-top: 1.0em; 
}

.product-attribute [type="radio"]:disabled + span::after,
.product-attribute [type="checkbox"]:disabled + span::after,
.recurring-options [type="radio"]:disabled + span::after {
  content: '';
  display: block;
  background-color: rgb(255,255,255);
  width: 0.5em;
  height: 0.5em;
  vertical-align: -0.25em;
  border-radius: 1.1em;
  border: 0.12em solid #fff;
  box-shadow: 0 0 0 0.14em rgb(188,189,178);
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.product-attribute [type="radio"] + span.diet::after,
.product-attribute [type="checkbox"] + span.diet::after,
.food-allergies [type="checkbox"] + span.diet::after,
.recurring-options [type="radio"] + span.diet::after {
  margin-top: 1px;
}

.diet .meal-plan-only {
  display: inline;
}

.product-attribute [type="radio"]:checked + span::after,
.product-attribute [type="checkbox"]:checked + span::after,
.food-allergies [type="checkbox"]:checked + span::after,
.recurring-options [type="radio"]:checked + span::after {
  background: rgb(193,62,39);
  box-shadow: 0 0 0 0.16em #000;
}

ul.product-attribute, ul.recurring-options, ul.food-allergies {
  list-style-type: none;
  margin-bottom: 3px;
  text-align: center;
}

ul.product-attribute li, ul.recurring-options li, ul.food-allergies li {
  display: inline;
  margin-left: 8px;
}

ul.product-attribute label, ul.recurring-options label {
  display: inline-block;
  background-color: #ffffff;
  width: 180px;
  padding: 55px 30px 45px 30px;
  border: 1px solid #ffffff;
}

ul.allergies-question label {
  display: inline-block;
  background-color: #ffffff;
  width: 180px;
  padding: 35px 30px 35px 20px;
  border: 1px solid #ffffff;
}

ul.food-allergies label {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 120px;
  padding-bottom: 15px;
  padding-top: 5px;
}

ul.recurring-options label {
  border: 1px solid #ffffff;
  width: 210px;
}

ul.product-attribute li.disabled label {
  border-color: rgb(232,229,212);
  color: rgb(232,229,212);
}

ul.product-attribute label:hover, ul.recurring-options label:hover, ul.food-allergies label:hover {
  border-color: rgb(191,191,191);
  background-color: rgb(251,251,251);
  cursor: pointer;
}

ul.product-attribute li.disabled label:hover {
  border-color: rgb(232,229,212);
  background-color: #FFFFFF;
  cursor: default;
}

ul.product-attribute label.selected, ul.recurring-options label.selected, ul.food-allergies label.selected {
  border: 1px solid rgb(191,191,191);
  background-color: rgb(251,251,251);
}

/* ul.pickup-or-delivery label, ul.size label, ul.days label, ul.meals label, ul.recurring-options label {
  padding-top: 15px;
} */

ul.product-attribute li label span, ul.recurring-options li label span, ul.food-allergies li label span {
  text-transform: uppercase;
  font-weight: 200;
}

ul.food-allergies li label span {
  font-size: 0.75em
}

ul.product-attribute img {
  background-size: 170px 170px;
  height: 170px;
  width: 170px;
}

ul.product-attribute li.disabled img {
  opacity: 0.3;
}

/* label.delivery img {
  margin-bottom: 8px !important;
  margin-left: 5px;
  margin-right: 7px;
  background-size: 171px 150px;
  height: 150px;
  width: 171px;
} */

label.delivery img {
  zoom: 80%;
  margin-bottom: 8px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-size: 171px 150px;
  height: 150px;
  width: 171px;
}

label.pick-up img {
  zoom: 80%;
  margin-bottom: 8px !important;
  background-size: 61px 150px;
  height: 150px;
  width: 61px;
}

ul.meals img {
  zoom: 65%;
  margin-bottom: 8px !important;
  background-size: 101px 100px;
  height: 100px;
  width: 101px;
}

label.meals-D img {
  background-size: 55px 100px;
  height: 100px;
  width: 55px;
}

ul.days img {
  background-size: 114px 140px;
  height: 140px;
  width: 114px;
}

ul.size img {
  zoom: 65%;
  margin-bottom: 8px !important;
}

label#size-SML img {
  background-size: 77px 95px;
  height: 95px;
  width: 77px;
}

label#size-STND img {
  background-size: 103px 95px;
  height: 95px;
  width: 103px;
}

label#size-LRG img {
  background-size: 124px 95px;
  height: 95px;
  width: 124px;
}

label#size-FAM img {
  background-size: 77px 160px;
  height: 95px;
  width: 160px;
}

span.from, span.from-price, span.details {
  display: block;
  text-transform: none !important;
  color: rgb(109,109,104);
  font-weight: 200;
  font-size: 0.7em;
}

li.disabled span.from, li.disabled span.from-price {
  color: rgb(232,229,212);
}

span.from, span.recurring { 
  padding-top: 5px;
}

span.from-price, span.recurring-price { 
  padding-bottom: 5px;
}

span.recurring, span.recurring-price {
  display: block;
  text-transform: none !important;
  color: rgb(109,109,104);
  font-weight: 200;
  font-size: 0.7em;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  ul.product-attribute img {
    background-repeat: no-repeat;
    background-size: 170px 170px;
    height: 170px;
    width: 170px;
  }
  
  label.delivery img {
    background-repeat: no-repeat;
    background-size: 171px 150px;
    height: 150px;
    width: 171px;
  }
  
  label.pick-up img {
    background-repeat: no-repeat;
    background-size: 61px 150px;
    height: 150px;
    width: 61px;
  }
  
  ul.meals img {
    background-repeat: no-repeat;
    background-size: 100px 99px;
    height: 99px;
    width: 100px;
  }

  label.meals-D img {
    background-repeat: no-repeat;
    background-size: 55px 100px;
    height: 100px;
    width: 55px;
  }

  ul.days img {
    background-repeat: no-repeat;
    background-size: 114px 140px;
    height: 140px;
    width: 114px;
  }

  label#plan-types-meal img {
    background-repeat: no-repeat;
    width: 190px;
    height: 150px;
  }

  label#plan-types-snack img {
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
  }

  label#size-SML img {
    background-repeat: no-repeat;
    background-size: 77px 95px;
    height: 95px;
    width: 77px;
  }

  label#size-STND img {
    background-repeat: no-repeat;
    background-size: 103px 95px;
    height: 95px;
    width: 103px;
  }

  label#size-XL img {
    background-repeat: no-repeat;
    background-size: 124px 95px;
    height: 95px;
    width: 124px;
  }

  label#size-FAM img {
    background-repeat: no-repeat;
    background-size: 77px 160px;
    height: 95px;
    width: 160px;
  }
}

input.btn[disabled], input.btn[disabled="disabled"] {
  background-color: gray !important;
  cursor: default !important;
}

input.error, select.error, textarea.error {
  border-color: red;
}

h2.price {
  text-align: center !important;
}

.step, .space {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.step {
  margin-bottom: 35px;
}

.step h2.price {
  zoom: 70%;
}

.delivery-time {
  margin-bottom: 15px;
}



.space {
  height: 130px;
  width: 61%;
}

.after-pickup-or-delivery-space {
  height: 60px;
}

.after-pickup-space {
  height: 70px;
}

.after-allergies-space, .after-recurring-space {
  height: 90px;
}

.size-space {
  width: 75%;
}

.space p {
  width: 100%;
  text-align: center !important;
}

.space span {
  color: rgb(90,90,88);
  font-size: 1.1em;
  font-weight: 200;
}

.selector-wrapper label {
  font-weight: 300;
}

.snackQty label, .delivery-time label {
  display: inline;
  text-transform: none !important;
  font-size: 1.1em !important;
  font-weight: 200 !important;
}

.snackQty {
  padding-bottom: 5px;
}

.snackQty label {
  font-size: 1.5em !important;
}

.snackQty select {
  font-size: 1.5em !important;
}

.location select  {
  font-size: 1.3em !important;
  width: 80%;
}

.locationType select  {
  font-size: 1.2em !important;
}

span.help {
  color: rgb(158,158,150);
  font-size: 1.1em;
  font-weight: 200;
}

.small span.help { 
  display: inline;
}

div.selector-wrapper label {
  color: rgb(0,0,0);
/*   font-family: 'brandon_grotesque_regularRg', sans-serif; */
  font-size: 200%;
  font-weight: 200;
  margin-bottom: 0.5em;
  padding: 0;
  text-transform: uppercase;
}

.step div.selector-wrapper label {
  text-align: center;
}

.step div.selector-wrapper {
  width: 80%;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

div.allergies  {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.step div.selector-wrapper textarea {
  width: 95%;
}

#product-summary {
  margin-bottom: 30px;
}

#product-summary div{
  margin-bottom: 5px;
}

#product-summary label {
  display: inline;
  font-weight: 400;
  font-size: 1.2em;
}


#product-summary span.help {
  font-weight: 200;
  color: rgb(101,101,97);
  font-size: 1.4em;
}

#product-summary span.small-help {
  font-size: 1.1em;
  margin: 0;
}


#product-summary span {
  font-weight: 200;
  font-size: 1.2em
}

#product-summary h2.price {
  text-align: left !important;
}

div.one_time_div {
  margin-bottom: 10px !important;
}

div.one_time_div label, div.recurring_div label {
  margin: 0 !important;
}

div.recurring_title {
  font-weight: 200 !important;
  font-size: 200%;
  text-transform: uppercase !important;
  padding-left: 0;
}

div.one_time_div, div.recurring_div {
  font-weight: 200 !important;
  text-transform: uppercase !important;
  background-color: rgb(255,255,255);
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(232,229,212) !important;
  border-radius: 0.3em !important;
}

div.one_time_div:hover, div.recurring_div:hover, div.one_time_div label:hover, div.recurring_div label:hover {
  cursor: pointer !important;
}

div.bold_active {
  background-color: rgb(232,229,212) !important;
}

/* -- end bold overrides -- */



@media only screen and (min-device-width : 1024px) and (max-device-width : 1200px),
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape),
@media only screen and (min-device-width : 375px) and (max-device-width : 768px) and (orientation : landscape) {

  .medium {
    display: block;
  }
  
  .large {
    display: none;
  }
  
  .small {
    display: none;
  }

  .page-content {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #add-to-cart-form, .step, .space {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .space {
    height: 105px;
    width: 95%;
  }

  .after-pickup-space, .after-allergies-space {
    height: 50px;
  }

  .size-space {
    width: 95%;
  }

  .step div.selector-wrapper {
    width: 90%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  div.allergies, #add-to-cart-form {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .step div.selector-wrapper textarea {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 768px) and (orientation : portrait) {
  div.pickup-or-delivery {
    margin-top: 25px !important;
  }

  #add-to-cart-form {
    width: 87%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .step, .space {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .space {
    height: 85px;
  }
  
  .step div.selector-wrapper textarea {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #deliveryInstructions {
    width: 57% !important;
  }
  
  .small {
    display: block;
  }
  
  .medium {
    display: none;
  }
  
  .large {
    display: none;
  }
  
  div.selector-wrapper label {
    font-size: 125%;
  }
  
  div.recurring_title {
    font-size: 125%;
  }

  ul.product-attribute li {
    display: block;
    margin: 0;
  }

  ul.product-attribute li label {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232,229,212);
    border-radius: 0.3em;
    width: 90%;
    padding-bottom: 15px;
  }

  .after-pickup-or-delivery-space {
    height: 30px;
  }
}


@media screen and (max-width: 960px) {
  	div#newDeliveryAddress {
      width: 95% !important;
    }
  
  	div#newDeliveryAddress div.selector-wrapper {
      width: 100% !important;
    }
  
  	input#autocomplete {
      width: 90% !important;
    }
}

@media screen and (max-width: 640px) {
  ul.product-attribute label, ul.recurring-options label {
    padding: 40px 13px 30px 13px;
  }
  
  .allergies label, .location label {
    zoom: 70%;
  }
  
  .delivery-area-space {
  	height: 170px; 
  }
}

@media screen and (max-width: 450px) {
/*   ul.product-attribute label, ul.recurring-options label {
    padding: 40px 13px 30px 13px;
  } */
  
  .snackQty select {
    font-size: 1.3em !important;
  }

  .location select {
    font-size: 1.3em !important;
  }
  
  .delivery-area-space {
  	height: 170px; 
  }
}