body {
    background-color: rgba(241, 249, 254, 255);
    margin: 5% 10%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

ul {
  display: flex;
  justify-content: center;
}

li {
  margin-left: 50px;
  font-size: 13px;
  list-style-type: none;
}

li a {
  text-decoration: none;
  color: black;
}

li a:hover {
  text-decoration: underline;
}

li a:active {
  color: yellow;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 0%;
}

a {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 5px;
  align-items: center;
  width: 100%
}

.mel {
    display: flex;
    border: 2px solid #9aafbc;
    justify-content: space-between;
    height: 100px;
    padding: 5px;
    border-radius: 10px;
    margin-top: 35px;
}

#back {
    height: 75px;
    width: 20%;
    border-radius: 10px;
    background-color: rgba(241, 249, 254, 255);
    color: gray;
    font-weight: bold;
    font-size: 30px;
    border: 2px solid rgba(241, 249, 254, 255);
}

#content {
    display: block;
}

.free {
    color: #dd4350;
    font-weight: bold;
}

.bolded {
    font-weight: bold;
}

h1 {
    margin-bottom: 0px;
}

#poly {
  padding-left: 0
}

.sub-container-two {
    font-size: 14px;
    margin-top: 3%;
    width: 45%;
}

.blocked {
    width: 420px;
}

form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

#type {
    padding-left: 10px;
}

.imaged {
    height: 30px;
    padding-top: 15px;
    padding-left: 50px;
}

.shipping {
    padding-left: 10px;
}

#next {
    height: 75px;
    width: 71%;
    border-radius: 10px;
    background-color: rgba(236, 58, 31, 255);
    cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid rgba(241, 249, 254, 255);
}

.split-one, .split-two {
    border: 2px solid #ecf3fa;
    padding: 15px 0px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.one {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
}

.framed {
    width: 100px;
    margin-right: 5px;
}

#lensed, #len {
  padding-left: 25px;
}

#power {
  padding-left: 5px;
}

.let {
    margin-left: 150px;
}

.fram {
    margin-left: 19px;
}

#prescription {
    padding-left: 15px;
}

.split-one {
    height: 500px auto;
    border-radius: 10px;
    padding-right: 20px;
}

.four {
    padding-left: 90px;
    padding-right: 10px;
    display: flex;
}

#zip {
    height: 15px;
    padding-left: 10px;
    padding-top: 12px;
}

.split-two {
    height: 145px;
    margin-top: 10px;
    padding-top: 0;
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 15px;
}

h4 {
    padding-left: 50px;
}

.special {
    color: #dd4350;
}

.wrong-no {
    color: black;
    text-decoration: line-through;
}

.excellent {
    padding-left: 60px;
    font-weight: bold;
    font-size: 14px;
}

.stars, .green {
    height: 37px;
    padding-top: 3px;
    padding-left: 10px;
}

.starred {
    height: 40px;
    padding-top: 1px;
    padding-left: 5px
}

.inside {
    display: flex;
    justify-content: space-evenly;
}

.eve {
    display: flex;
}

#number {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.glass {
    height: 50px;
    padding-top: 25px;
    padding-right: 20px;
}

.three {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-left: 25px;
}

.uv {
    padding-left: 10px;
}

#unfree {
    color: #01b77a;
}

#plastic {
    color: #01b77a;
}

.sect {
    display: flex;
}

.price {
    color: #000000;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
  body {
    margin: 0;
  }

  nav {
    display: none; 
  }

    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 5%;
      font-size: 10px;
      width: 100%;
    }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 0 0 0;
      font-size: 12px;
    }
  
    h1 {
      text-align: left;
    }
  
    .blocked {
      width: 100%;
      margin-top: 10px;
    }
  
    .split-one, .split-two {
      width: 100%;
      margin: 10px 0;
      padding: 0px;
      font-size: 10px;
  }

  .split-one {
    min-width: 100%;
  }

  .split-two {
    height: 100px;
  }

  .one {
      padding-left: 0;
      margin-bottom: 10px;
  }

  .three {
      flex-direction: row;
      align-items: flex-start;
  }

  .price, .special {
      text-align: center;
  }

 .oral {
  padding-left: 20px;
 }

  #prescription, #acetate, #lensed, #prescribed, #type, #shipping {
    padding-left: 0;
  }

  .inside {
      flex-direction: column;
      align-items: center;
  }

  .eve {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }

  .imaged {
      padding-left: 0;
      margin-right: 10px;
  }

  .sect {
      flex-direction: column;
      align-items: center;
  }

  .excellent, #ex {
      text-align: center;
      padding-left: 0;
  }

  .with {
    padding-left: 20px;
  }

  .starred, #star {
      height: 30px;
      margin: 5px 0;
  }

  form {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background-color: white;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
      display: flex;
      justify-content: space-between;
  }

  #back, #next {
      width: 48%;
      height: 50px;
      font-size: 16px;
  }
}

  @media (max-width: 1024px) {
    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 0%;
      font-size: 15px;
      margin-left: 20px;
    }

    ul {
        display: flex;
        justify-content: center;
      }
      
      li {
        margin-left: 13px;
        font-size: 11px;
        list-style-type: none;
      }
      
      li a {
        text-decoration: none;
        color: black;
      }
      
      li a:hover {
        text-decoration: underline;
      }
      
      li a:active {
        color: yellow;
      }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 5% 0 0 0;
      font-size: 12px;
    }

    .mel {
        height: 90px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 20px;
    }
  
    h1 {
      text-align: left;
    }

    #lensed, #len {
      padding-left: 22px;
    }
  
    .blocked {
      width: 100%;
      margin-top: 10px;
    }

    .glass {
        padding-top: 15px;
    }
  
    .split-one {
      width: 94%;
      margin: 5px 0 10px 0;
      height: 400px auto;
    }
  
    .split-two {
      width: 90%;
      padding: 20px;
      margin-top: 15px;
      height: 150px;
      margin-bottom: 100px;
    }

    #type {
        padding-left: 0px;
    }
  
    .one {
      flex-direction: row;
      justify-content: space-evenly;
    }
  
    .imaged {
      padding-left: 35px;
    }
  
    .four {
      padding-left: 20px;
      display: flex;
      flex-direction: row;
      padding-left: 92px;
    }

    #zip {
        padding-top: 10px;
    }
  
    .inside {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-left: 0px;
    }
  
    .eve {
      display: block;
    }
  
    .eve img {
      margin-right: 10px;
    }

    .price {
        padding-left: 0px;
    }
  
    form {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px;
      width: 97%;
      padding: 10px;
      position: fixed;
      bottom: 0;
      left: 0;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.1)
    }
  
    #next {
      width: 97.5%;
      margin-right: 20px;
    }
  
    .three {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      padding-left: 0px;
    }

    .green {
        display: none;
    }

    #ex {
        display: none;
    }
  
    h4 {
      padding-left: 70px;
    }
  
    .sect {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }

