body {
  color: white;
  counter-reset: section;
  font-family: "Jost", sans-serif;
	background: linear-gradient(to bottom right, #006780, #0a162e);

}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.error,
#uploadErrorText {
  color: yellow;
}
a {
  color: #ffffff;
}
a:hover,
a:focus {
  color: #ffffff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: bold;
}
.main-button {
  font-size: 20px;
  color: #ffffff !important;
  background: #f8ef22;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  width: 100%;
  max-width: 440px;
  margin: auto;
  display: block;
  border-radius: 150px;
  padding: 10px 15px;
}
.red-title {
  color: #df1e26;
}
.buttons-home {
  width: 100%;
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 30px;
}

.main-button:hover,
.main-button:focus {
  color: #ffffff !important;
  background: #e72623;
}
.footer-section,
.header-section {
}
.abbr-box {
  margin: 30px auto;
  max-width: 600px;
  padding: 33px 51px;
  border-radius: 40px;
  background: #fffce3;
}
.abbr-box p {
  margin: 0;
}
.text-underline {
  text-decoration: underline;
}
.header-section {
  width: 100%;
}
.page-container {
  min-height: 400px;
  padding: 50px 15px;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.text-uppercase {
  text-transform: uppercase;
}
.first-footer-row a {
  padding: 7px 4px;
  display: flex;
  color: #ffffff;
}
.head-title h1 {
  margin: 0;
  line-height: 1.2;
}
.footer-columns {
  padding: 10px 45px;
}
.footer > img {
  padding: 2px 45px;
  display: block;
  max-width: 220px;
}
.footer-columns ul {
  list-style-type: none;
  margin: 0;
}
.footer-columns h4 {
  color: #ffffff;
  font-weight: 900;
}
.footer-columns a {
  color: #ffffff;
}
.input-section {
  margin-top: 5%;
}
.font-md {
  font-size: 23px;
}
.footer-row-above {
  position: relative;
}
.footer-row-above img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0 15px 40px;
}

.footer-bottom {
}
.red-box-section a {
  line-height: 1.5;
  display: block;
  color: #fff;
}
.bellow-header {
  background: #f6b11a;
}
.bellow-header h3 {
  margin: 0;
  padding: 5px;
}
.red-box-section p {
  line-height: 1.5;
  color: #fff;
  margin: 0.5rem 0;
  cursor: pointer;
}
#abbr-text {
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
#abbr-text h5 {
  padding-left: 50px;
}
.abbr-container {
  background-color: #d7ea90;
  padding: 35px 50px 45px;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 90px;
  font-weight: 600;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00152d;
  opacity: 1; /* Firefox */
}
a.cookie-link {
  background: #fff;
  font-size: 18px;
  color: #000;
  display: inline-block;
  padding: 3px 10px;
  margin: 4px 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00152d;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #00152d;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.red-box-section {
  background: #fa6400;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px 0px black;
  box-shadow: 0px 1px 3px 0px black;
  color: #fff;
  width: 100%;
  text-align: center;

  padding: 6px 10px;
  max-width: 351px;
  line-height: 1.5;
  cursor: pointer;
  border: 3px solid transparent;
}
.red-box-section.active {
  border: 3px solid #000;
}
.red-box-section.orange {
  background: #f2814a;
  margin: auto;
}
.red-box-section.purple {
  background: #00488d;
}
.red-box-section.green2 {
  background: #00a490;
}
.red-box-section.blue {
  background: #00aeef;
}
.box-gap {
  max-width: 22%;
  margin: 0 1%;
}
input#code,
.cell input,
.cell select,
.cell input:focus {
  height: 60px;
  font-size: 20px;
  color: #00152d;
  background: #ffffff;
  border-radius: 0;
  text-align: left;
}
.footer {
  font-weight: 600;
  padding-top: 30px;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
.head-title {
  margin-top: 5%;
}
.checkbox-section > input {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.hidden-opts {
  display: none;
}
.submit-wrapper {
  width: 100%;
}
.orbit-bullets {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
input.btn-submit {
  padding: 0.8% 12.6%;
  height: 65px !important;
  font-size: 20px !important;
  color: #0c2441 !important;
  background: #f8ef22 !important;
  border: none !important;
  cursor: pointer;
  width: 100%;
  text-align: center !important;
  max-width: 280px;
  margin: auto;
  display: block;
  font-weight: 700;
  border-radius: 10px;
}
#codeError {
  margin-top: 1.5%;
  font-size: 17px;
  color: red;
  font-weight: 600;
}
.cell.small-12.smallText {
  /*font-weight: 600;*/
  color: #000;
  font-size: 21px;
  /*text-transform: uppercase;*/
}
.checkbox-section label {
  color: #000;
  font-size: 21px;
}
input#payment_method_mail,
input#payment_method_paypal {
  height: auto;
  transform: scale(1.5);
  margin-left: 15px;
  margin-top: 12px;
}
.payment-method-section label {
  font-size: 18px;
}
select#state {
  font-size: 18px;
}
.first-footer-row a:after {
  content: "|";
  padding-left: 9px;
  display: inline-block;
  vertical-align: text-top;
}
.first-footer-row li:last-child a:after {
  opacity: 0;
}
.enjoy-text,
.small-container {
  max-width: 820px;
  padding: 0 15px;
  margin: 3% auto;
}
.warning {
  color: yellow;
  margin-top: -10px;
}
.text-sm {
  font-size: 13px;
  margin: 0;
  width: 85%;
}
.box-body {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.box-body > div {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
.box-body:before {
  counter-increment: section;
  content: counter(section);
  background: #ffffff;
  color: #fa6400;
  display: block;
  width: 90px;
  text-align: center;
  line-height: 2;
  font-size: 24px;
  border-radius: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -30px;
  margin-right: 16px;
  margin-top: 25px;
}
.box-body h1 {
  color: #000000;
  font-weight: 600;
  border-bottom: 5px solid;
  margin-bottom: 18px;
}
.grid-steps-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-image {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box-title {
  padding: 15px;
  background: #fff;
}
.box-title h2 {
  margin: 0;
}
.box-title h2:before {
  font-size: 23px;
  background: #000;
  color: #fff;
  height: 30px;
  width: 30px;
  content: "1";
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.upload-box-title h2:before {
  content: "2";
}
.receive-box-title h2:before {
  content: "3";
}
.instr-heading {
  border-bottom: 2px solid #2eb3ae;
  padding-bottom: 2%;
}
.grid-steps-section {
  background: #edeae0;
}
input.bigText {
  padding: 0.8% 12.6%;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background: #fa6400;
  border: 0;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px 0px black;
  box-shadow: 0px 1px 3px 0px black;
}
input.bigText:hover,
input.bigText:focus {
  background: #fa6400;
}
.ticked-box-section img {
  max-width: 45px;
  margin-bottom: 15px;
}
button#fileSelect {
  background: #fa6400;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px 0px black;
  box-shadow: 0px 1px 3px 0px black;
}
.footer-info {
  padding: 25px 45px;
}
.footer-top-text {
  padding-bottom: 30px;
}
.wait-error {
  color: yellow;
}
thead th,
thead td,
tfoot th,
tfoot td {
  font-weight: normal;
}
thead,
tbody,
tfoot {
  border: 1px solid #000;
  background-color: transparent;
}
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
tbody th,
tbody td {
  font-size: 15px;
  border: 1px solid #000;
}
.buy-now-cell {
  width: 20%;
}
.header-section.header-code {
  border-bottom: 40px solid #edeae0;
  padding-bottom: 30px;
}
thead tr,
tfoot tr {
  background: transparent;
  border: 1px solid #000;
}
.newsletter-label label {
  line-height: 1.1;
  padding-left: 10px;
}
.newsletter-section {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}
input#newsletter,
input#terms,
input#terms2 {
  transform: scale(2.5);
  margin-top: 15px;
}
.redeem-input {
  margin-right: 10px;
}
.terms-section {
  margin: auto;
  max-width: 560px;
  align-items: center;
}
table {
  border-collapse: collapse;
  width: 75%;
  border-radius: 0;
  margin: 0 10%;
  margin-bottom: 2.5rem;
}
ul.rec-body-list {
  margin: 0;
  padding: 0;
}
ul.rec-body-list li {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  list-style: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.rec-body-list li img {
  max-width: 60px;
  margin-right: 15px;
}
.rec-body-inner h2 {
  margin-left: 75px;
  margin-bottom: 20px;
}
.recycle-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 55px;
}
.store-btn {
  height: 55px;
  font-size: 17px;
  color: #ffffff;
  background: #020950;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  margin: 20px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.footer-imgs {
  background-image: url(../images/Swiggle_line_mobile_edited.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.footer-img1 {
  max-width: 600px;
  width: 100%;
}
.footer-img2 {
  max-width: 400px;
  width: 100%;
}
.store-btn:hover,
.store-btn:focus {
  color: #ffffff;
}
.store-btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-grid {
  max-width: 930px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 801px) {
  .box-instr {
    margin-bottom: 6%;
  }
  input#code {
    margin-bottom: 7px;
  }
  .input-wrapper {
    margin-bottom: 15px;
  }
  .submit-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  ul.rec-body-list li {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .box-gap {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .md-no-break br {
    display: none;
  }
  .box-body:before {
    width: 51px;
    line-height: 2;
    font-size: 24px;
    border-radius: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: unset;
    margin-right: 16px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 0;
    margin: 0;
    margin-bottom: 2.5rem;
  }
  #abbr-text h5 {
    text-align: center;
    padding-left: 0px;
  }
  .footer-imgs {
    height: 800px;
  }
  .bellow-header {
    display: none;
  }
  .text-sm {
    width: 100%;
  }
  .first-footer-row li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .first-footer-row a:after {
    display: none;
  }
  .red-box-section {
    margin-bottom: 20px !important;
  }
  .instructions-logos img {
    margin: auto;
    margin-bottom: 25px;
  }
  .recycle-body {
    margin: 0;
  }
  .promo-img {
    max-width: 180px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  ul.rec-body-list li img {
    max-width: 43px;
  }
  .rec-body-inner h2 {
    margin-left: 58px;
  }
}
