@media only screen and (max-width: 2048px) {
  /* .desktopWarning {
    position: fixed;
    width: 100%;
    height: 100%;
    display: initial;
    background: #c4efb0;
    z-index: 1;
    overflow: hidden;
  } */
}

/* @media only screen and (max-width: 414px) { */
  .desktopWarning {
    display: none;
  }
/* } */



#logo-header-smaller {
  max-width: 250px;
  margin: 0 auto;
  display: block;
  padding-bottom: 14px;
  padding-top: 5px;
}

.col.guide-top, .row.guide-top, .ppl-green-bg{
  background-color: #254921;
}

#buttons {
  background-color: #4C8A40;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.button, body input[type=button], body input[type=submit]{
  cursor: pointer;
  /* background: #428bca; */
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  font-weight: normal;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f26226;
  /* border-radius: 4px; */
  transition: background 0.35s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e6561a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.button:hover{
  background: #f26226;
  color: black;
  /* border: 1px solid #2d6ca2; */
  text-decoration: none;
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.button2 {
  background-color: #3A8431;
}

.types {
  margin-top: 25px;
}

#type img {
  max-width: 32px;
  width: 100%;
  height: auto;
}

#type {
  display: block;
  margin: 0 auto;
}

.selections p {
  text-align: center;
  padding-top: 8px;
  margin-bottom: 3px;
}

.row.type-header {
  background-color: #93CD44;
  font-family: Open Sans;
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: -0.07px;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.20);
  padding-top: 15px;
  text-transform: uppercase;
}

.row.type-header-2 {
  background-color: #488A40;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: -0.07px;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
}

.ig-select {
  background-color: #8DC63F;
  padding-top: 10px;
  max-width: 100%;
  margin: 0 auto 25px; 
}

.ig-select p {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 15px;
  color: #CCFF7C;
  letter-spacing: -0.06px;
  text-align: center;
  margin-top: 5px;
}

.light-rule {
  border: 1px solid #CCFF7C;
}

.products > .border1, .products-header > .border1:first-of-type{
  max-width: 100px;
}

.rounded-input {
  border: 1px solid #ABACB2;
  box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.50);
  border-radius: 18px;
  text-align: center;
  max-width: 61px;
  display: block;
  margin-top: 5px;
  min-width: 70px;
}

.rounded-input2 {
  border: 1px solid #ABACB2;
  box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.50);
  border-radius: 18px;
  max-width: 41px;
  display: block;
  margin-top: 5px;
  text-align: center;
  display: inline;
  min-width: 70px;
}

.rounded-input3 {
  border: 1px solid #ABACB2;
  box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.50);
  border-radius: 18px;
  max-width: 37px;
  display: inline;
  margin-top: 5px;
  text-align: center;
}

.rounded-input4 {
  border: 1px solid #ABACB2;
  box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.50);
  border-radius: 10px;
  max-width: 210px;
  display: inline;
  margin-top: 11px;
  text-align: center;
  margin-left: 15px;
  margin-right: auto;
}
.row.indpl-app-split{
  margin-left:0;
  margin-right:0;
}
#plant-size p {
  font-family: Open Sans;
  font-size: 18px;
  letter-spacing: -0.07px;
  text-align: right;
  margin-right: 7px;
  /* max-width: 200px; */
}
#app-header img{
  /* max-width: 50px; */
  max-height: 30px;
}

.row.qty-plant-header {
  margin-bottom: -15px;
}

.by-the-by {
  display: inline;
}

.row.pot-plant {
  padding-top: 3px;
  padding-bottom: 3px;
}

.form-check {
  display: inline;
  margin-left: 10px;
  font-family: Open Sans;
  font-weight: bold;
  color: #254921;
}

.soil-need {
  margin-left: 6px;
  margin-top: 10px;
  font-family: Open Sans;
  font-weight: bold;
  color: #254921;
}

.row.empt-fill {
  padding-top: 3px;
  padding-bottom: 3px;
}

.container.footer {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans';
  color: #3a8431;
  font-size: 11px;
  display: block;
  font-weight: 800;
}

.next-button {
  margin: 0 auto;
  display: block;
  padding-bottom: 12px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.copyright {
  text-align: center;
}

.desktopWarning-p {
  font-family: 'Open Sans';
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 125px;
  padding-bottom: 50px;
  display: block;
}

.material-icons.portrait-only {
  font-size: 91px;
  text-align: center;
  display: block;
}

.location-body {
  background-color: #254921;
}

.material-icons#location-icon {
  color: #fff;
  font-size: 26px;
  padding-left: 8px;
  display: inline;
  vertical-align: middle;
}

.geo-submit {
  margin:auto;
  margin-top: 20px;
  display: block;
}

/* .results-store {
  font-family: 'Open Sans';
  max-width: 292px;
  margin-left: 15px;
  font-weight: 600;
  color: #fff;
  padding-left: 43px;
  padding-top: 19px;
} */

.search-form {
  margin: 0 auto;
  max-width: 292px;
  display: block;
  vertical-align: middle;
}

.wizard-start {
  max-width: 292px;
  display: block;
  margin: 0 auto;
}

.container.shop-list {
  /* background-color: #93cd44; */
  background: #9cca3a;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  padding-left: 0;
  padding-right: 0;
}

.keep-going {
  padding-top: 25px;
  max-width: 105%;
  z-index: 0;
  display: block;
  margin: 0;
  font-size: 2em;
  text-align: center;
}
.keep-going-text{
  margin: 0;
  font-weight: 600;
}
.email-address-add {
  border: 1px solid #ABACB2;
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.30)!important;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -44px; */
  z-index: 1;
  display: block;
  text-align: left;
  position: relative;
  /* margin:0; */
}

.send-guide {
  margin: auto;
  display: block;
  /* padding-top: 15px; */
  margin-top: 5px;
  text-align: center;
  text-transform: none;
  max-width: 250px;

}

.products:nth-child(even) {
  /* background-color: #8bbf38; */
  margin-left: -15px;
  margin-right: -15px;
  /* border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #D8D8D8; */
}

.products:nth-child(n+2){
  border-top: 5px solid #838384;
}

.products:nth-child(odd) {
  margin-left: -15px;
  margin-right: -15px;
}

.products-header {
  border-bottom: 1px #fff;
  vertical-align: middle;
  text-align: center;
  padding-top: 1px;
  font-family: 'Open Sans';
  font-size: 19px;
  font-weight: bold;
  color: #CCFF7C;
  letter-spacing: -0.06px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.qty-title{
  color: white;
  text-align: center;
  margin:0;
  font-weight: 600;
}
.qty-bag {
  color: #000;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: bold;
  vertical-align: middle;
  font-size: 25px;
  margin: 0;
}

.col.product-details {
  font-family: 'Open Sans';
  color: #254921;
  font-weight: bold;
  line-height: 3px;
  padding-top: 15px;
  font-size: 15px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #D8D8D8;
}

.col.product-details-spon {
  font-family: 'Open Sans';
  color: #254921;
  font-weight: bold;
  line-height: 3px;
  padding-top: 15px;
  font-size: 15px;
}

.bigger {
  font-size: 1.5em;
  /* line-height: 19px; */
}
.smaller{
  font-size: 1.2em;
  margin-bottom: 8px;
}

.sponsor-learn {
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  font-style: italic;
}

.border1 {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #D8D8D8;
}
.border1 p{
  margin-bottom: 12.5px;
  margin-top: 12.5px;
}

.sponsor-image {
  max-width: 60px;
}

body {
  margin: 0;
  padding: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  max-width: 93%;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 16px;
  margin: 0 auto;
  padding-top: -15px;
}

.guide-bg {
  background-color: #8DC63F;
  padding-bottom: 35px;
}

.store-logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 5px;
}

.guide-header {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 11px;
}

.steps {
  font-size: 15px;
  font-family: 'Open Sans';
}

.footer-logo {
  max-width: 100px;
}

/* mobile to desktop */
@media only screen and (min-width: 768px){
  #app-header img{
    max-width: 100%;
    max-height: unset;
  }

}
@media only screen and (min-width: 998px){
  #indppl-form-go-back{
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px){
  .next-button {
    left: unset;
  }
}