@charset "UTF-8";
a span.div {
  display: block;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

#main-content > .container {
  padding-top: 0;
}

.offer-page-layout {
  padding-top: 2.5em;
}

.offer-page-layout button.nyp_add_to_cart_button {
  float: none;
  display: block;
  width: 100%;
  margin-top: 0.5em;
  border-color: #6c2490;
  background-color: #6c2490;
  color: #fff;
}

.offer-page-layout .offer_buttons {
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
}

.offer-page-layout .offer_buttons > a {
  display: inline-block;
  padding: 0.5em 0.8em;
  margin: 0 0.3em;
  background-color: #25aea4;
  border: 1px solid #25aea4;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.offer-page-layout h4, .offer-page-layout h3 {
  font-weight: bold;
}

.offer-page-layout .offer-content .offer-name {
  font-weight: bold;
  color: #000;
}

.offer-page-layout .offer-content .offer-amount {
  font-weight: bold;
}

.offer-page-layout p.item-amount {
  font-weight: bold;
}

.woocommerce button.button.disabled {
  padding: inherit;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

.disable-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: -0.4em 0;
}

.opentip-container .ot-content {
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-shadow: none;
}

.opentip-container .opentip {
  padding: 2em;
}

.nyp_form_container {
  min-height: 86px;
  position: relative;
}

input#nyp {
  -moz-appearance: textfield;
}

input#nyp::-webkit-inner-spin-button,
input#nyp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#nyp_form {
  position: relative;
  display: block;
  padding-top: 0;
  background-color: #eee;
  text-transform: lowercase;
}
#nyp_form .ec_user_message {
  background: #fff;
  border: 1px solid #d44;
  color: #d44;
  margin: 0;
  padding: 0.5em;
  text-align: center;
  display: none;
}
#nyp_form .single_add_to_cart_button {
  padding: 0.3em auto;
  background: #fff;
  font-size: 0.9em;
  color: #a08e68;
  margin: 0 0.1em;
  border: #a08e68;
  border-radius: 0;
}

.nyp_form_editor {
  color: #000;
  display: block;
  margin: 0 auto;
  float: left;
  width: 59%;
  text-align: right;
  padding: 1em 1em 0.6em;
}

#ec_fund_select_container select {
  display: inline;
  font-size: 100%;
  width: 70%;
}

.recurring_wrapper {
  color: #000;
  font-size: 1em;
  padding: 1.1em 2em;
  background: #ddd;
  margin: 0;
  position: relative;
  width: 39%;
  float: right;
}

.recurring_wrapper select {
  text-transform: lowercase;
}

#weeks-timing_wrapper {
  display: none;
  color: #000;
  font-size: 1em;
  padding: 0.4em 0;
  margin: 0.4em 0;
}

#datepicker {
  font-size: 1em;
  font-weight: bold;
  width: 10em;
  padding: 10px 12px 12px 16px;
  color: #444;
}

#nyp {
  font-size: 2em;
  padding: 0.2em 0.7em 0.5em;
  width: 40%;
  margin-left: 0.5em;
  color: #444;
}

.nyp_form_editor .form_label {
  font-size: 2em;
  color: #000;
}

.nyp_form_show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nyp_form button:after {
  top: 0.4em;
}

.offer-listing {
  margin: 1em 0;
  padding: 1.5em;
  background-color: #eee;
}

.offer-listing .listing-img {
  border: 3px solid #fff;
  float: right;
  margin: 0 0 0 1em;
}

.offer-added-listing {
  margin: 1em 0;
  padding: 1em;
  background-color: #eee;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  border: 2px solid #4caf50;
}

.offer-added-listing.unselected {
  border: 2px solid #eee;
}

.offer-disabled {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}

.offer-added-listing.dimmed {
  border: 2px solid #eee;
  cursor: default;
}

.offer-added-listing h5, .offer-added-listing p {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

.offer-added-listing .listing-img {
  float: right;
  margin: 0 0 0 0.5em;
}

.checkmark:before {
  content: "";
  font-family: "ETmodules";
  font-size: 2em;
  color: #4caf50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkmark.unselected:before, .dimmed .checkmark:before {
  content: "[";
  font-family: "ETmodules";
  font-size: 2em;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkmark {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.checkmark.cell {
  width: 20%;
}

.offer-content.cell {
  width: 80%;
}

.confirm-page-layout {
  font-family: "helvetica-neue-light", "open sans", arial, sans-serif;
  color: #000;
}

.confirm-page-layout table td {
  text-align: left;
}

.confirm-page-layout .container1,
.confirm-page-layout .container2 {
  position: relative;
}

.confirm-page-layout .col1 {
  width: 60%;
  float: left;
}

.confirm-page-layout .col2 {
  width: 35%;
  float: right;
}

@media (max-width: 980px) {
  #nyp_form,
.nyp_form_editor,
.recurring_wrapper {
    width: 100%;
    text-align: center;
  }

  #frequency {
    margin: 0 auto;
  }

  #nyp_form .single_add_to_cart_button {
    padding: 0.3em auto;
    font-size: 3.6vw;
    margin: 0 0.1em;
  }

  #nyp_form button {
    padding: 0.3em 1em;
  }

  #nyp_form button:after {
    display: none;
  }
}
#otherAmtCloseBtn {
  color: #a08e68;
  font-size: 50%;
}

.offer_buttons_container > .et_pb_text_inner {
  min-height: 4.5em;
}

.offer_buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.offer_buttons_container p {
  display: none;
}

.offer_buttons a {
  display: inline-block;
  padding: 0.4em 1.8em 0.6em;
  background: #fff;
  font-size: 1.7em;
  font-weight: normal;
  color: #a08e68;
  text-decoration: none;
  margin: 0.2em;
  border: 2px solid #a08e68;
  text-transform: lowercase;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); */
}

a.set {
  display: inline-block;
  background: #fff;
  font-size: 2em;
  font-weight: bold;
  color: #a08e68;
  text-decoration: none;
  margin: 0 0.1em;
  border: #a08e68;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0.5em 1.2em;
}

a.set:hover {
  background: #a08e68;
  color: #fff;
  padding: 0.5em 1.2em;
}

.offer_buttons .donAmtSelected {
  background: #a08e68;
  color: #fff;
}

.offer_buttons a:hover, #nyp_form .single_add_to_cart_button:hover {
  background: #a08e68;
  color: #fff;
}

@media (max-width: 980px) {
  .offer_buttons {
    padding: 0;
  }

  .offer_buttons a {
    padding: 1.8vw;
    font-size: 4vw;
    border: 1px solid;
  }
}
/* cart */
.cart h1 {
  font-size: 2.5em;
  margin-bottom: 0;
  color: #000;
}

.cart .offer-container {
  background-color: #ededed;
  padding: 1.4em;
  margin-bottom: 1em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 7px;
}

.cart .offer-container h4 {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  line-height: 1.1;
}

.cart .offer-container .gift-amount {
  float: left;
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
}

.cart .offer-container .offer-code {
  float: right;
  font-size: 0.9em;
  color: #000;
}

.cart .offer-container .selections {
  color: #000;
  padding-top: 0.6em;
}

.cart .offer-container .selections > span {
  font-weight: bold;
}

.cart .offer-container .selections li {
  padding: 0;
  margin: 0;
}

.cart .offer-container p.item-qty {
  margin: 0 0.5em;
  padding: 0;
  color: #000;
}

.cart .offer-container .item-options {
  margin-top: 0.5em;
}

.cart .offer-container .item-options > a.edit {
  font-weight: bold;
  display: inline-block;
  float: left;
  background: #5b79bf;
  color: #fff;
  padding: 0.2em 0.6em;
}

.cart .offer-container .item-options > a.ajax_remove_from_cart_button {
  display: inline-block;
  float: none;
  padding: 2px 11px;
  background: #006098;
  color: white;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 12px;
}

.offer-btn-selected {
  background-color: #a08e68;
  color: #fff;
}

/*# sourceMappingURL=envision-core-public.css.map */
