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;
  }

  a {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: center;
    width: 100%
  }
  
  li a {
    text-decoration: none;
    color: black;
  }
  
  li a:hover {
    text-decoration: underline;
  }
  
  li a:active {
    color: yellow;
  }

  .container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10%;
    margin-bottom: 0%;
}

.content {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  margin-bottom: 10px;;
  padding-left: 10px;
  border-radius: 10px;
}

.sub-container-one {
    display: flex;
    flex-direction: column;
    border: 2px solid #ecf3fa;
    column-gap: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.you {
    display: flex;
    flex-direction: row;
}

#back {
  height: 75px;
  width: 30%;
  border-radius: 10px;
  background-color: rgba(241, 249, 254, 255);
  cursor: pointer;
  color: gray;
  font-size: 30px;
  font-weight: bold;
}

.bolded {
  font-weight: bold;
}

.main-bold, .recommend {
    padding-left: 5px;
    padding-top: 15px;
}

.recommend {
  background-color: #fbec8d;
  padding: 5px;
  border-radius: 10px;
}

.main-bold {
  font-weight: bold;
}

.mean {
  display: flex;
}

#spec, #spectacle {
  font-weight: bold;
}

.decorate {
  display: block;
  padding-left: 0%;
}

.boxed {
  border: 2px dotted #97a4ae;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#red {
  color: red;
}

.normal {
  font-weight: normal;
}

.first {
    width: 500px;
}

.sub-container-two {
    font-size: 14px;
    margin-top: 3%;
    width: 45%;
}

form {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    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;
}

.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;
}

.let {
    margin-left: 150px;
}

.fram {
    margin-left: 19px;
}

#prescription {
    padding-left: 50px;
}

.split-one {
    height: 480px auto;
    border-radius: 10px;
    padding-right: 20px;
}

#lensed {
  padding-left: 25px;
}

#prescribed {
  padding-left: 30px;
}

.four {
    padding-left: 90px;
    padding-right: 10px;
    display: flex;
}

#zip {
    height: 15px;
    padding-left: 10px;
    padding-top: 12px;
}

.split-two {
    height: 157px;
    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 {
    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;
}

.new {
  font-weight: normal;
}

.glass {
    height: 40px;
    padding-top: 25px;
    padding-right: 20px;
}

.three {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-left: 25px;
}

.uv {
    padding-left: 10px;
}

#plastic {
    color: #01b77a;
}

.free {
    color: #01b77a;
    font-weight: bold;
}

.sect {
    display: flex;
}

.price {
    color: #000000;
    font-weight: bold;
}

@media (max-width: 480px) {
  body {
    margin: 0;
  }

    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 5%;
      font-size: 10px;
      width: 100%;
    }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 10% 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: 10px;
      font-size: 10px;
  }

  .one {
      justify-content: space-between;
      margin-bottom: 10px;
  }

  .frame, .plastic {
      font-size: 14px;
  }

  .three {
      flex-direction: column;
      align-items: center;
  }

  .price, .special {
      text-align: center;
  }

  .four {
      flex-direction: column;
      align-items: center;
      padding-left: 0;
  }

  .oral {
      text-align: center;
      width: 100%;
  }

  #zip {
      margin-top: 10px;
  }

  .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;
  }

  .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: 10%;
      font-size: 15px;
      margin-left: 20px;
    }

    .sub-container-one {
        height: 350px auto;
    }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 5% 0 0 0;
      font-size: 12px;
    }
  
    h1 {
      text-align: left;
    }
  
    .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;
    }

    .stars {
        display: none;
    }

    #ex {
        display: none;
    }
  
    h4 {
      padding-left: 70px;
    }
  
    .sect {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }