body {
    background-color: rgba(241, 249, 254, 255);
    margin: 3% 10%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.hidden {
  display: none;
}

ul {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}

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;
}

h3 {
    color: black;
}

#recommended {
    background-color: #f6f3c7;
    padding: 5px;
    border-radius: 10px;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 5px;
    margin-bottom: 0%;
}

.sub-container-one {
  width: 100%;
  max-width: 600px; /* Adjust this value as needed */
  margin: 5% auto 0;
  border: 2px solid #9aafbc;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
}

.sub-container-two {
    font-size: 14px;
    margin-top: 5%;
    width: 45%;
}

.file {
    margin-left: 100px;
}

input[type="text"],
input[type="textarea"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #9aafbc;
    box-sizing: border-box;
}

input[type="text"] {
  height: 100px;
}

input[type="textarea"] {
  height: 200px;
} 

.collect {
    border: 2px dotted #9aafbc;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
}

#back {
    height: 60px;
    width: 20%;
    border: 2px solid #9aafbc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 30px;
    color: gray;
    background-color: rgba(241, 249, 254, 255)
}

form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 35px;
}

#type {
    padding-left: 10px;
}

.imaged, #second-imaged, #third-imaged {
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.shipping {
    padding-left: 10px;
}

.shift {
    padding-left: 10px;
}

#next {
    height: 75px;
    width: 81%;
    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;
    box-sizing: border-box;
}

.one {
    display: flex;
    flex-direction: row;
    padding: 0px;
}

.plastic {
    padding-left: 120px;
}

#clear, #standard {
    padding-left: 150px;
}

#zero {
    padding-left: 180px;
}

.let {
    margin-left: 150px;
}

.frame {
    padding-left: 50px;
}

#prescription {
    padding-left: 25px;
}

.green {
  height: 37px;
    padding-top: 3px;
    padding-left: 10px;
}

.split-one {
    height: 300px auto;
    border-radius: 10px;
    padding-right: 20px;
}

.four {
    padding-left: 52px;
    padding-right: 10px;
    display: flex;
}

#zip {
    height: 15px;
    padding-left: 10px;
    padding-top: 12px;
}

.split-two {
    height: 170px auto;
    margin-top: 10px;
    padding-top: 0;
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 15px;
}

.with {
    padding-left: 27px;
}

h4 {
    padding-left: 50px;
}

.special {
    color: #dd4350;
    padding-left: 150px;
    padding-top: 10px;
}

.wrong-no {
    color: black;
    text-decoration: line-through;
    padding-left: 20px;
}

.bolded {
  padding-left: 25px;
}

.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;
}

.glass {
    height: 50px;
    padding-top: 25px;
    padding-right: 20px;
}

.three {
    display: flex;
    padding-left: 25px;
}

.uv, #anti, #scr {
    padding-left: 10px;
    padding-top: 10px;
}

#unfree {
    color: #01b77a;
    padding-left: 190px;
}

#plastic {
    color: #01b77a;
}

.sect {
    display: flex;
}

.price {
    color: #000000;
    font-weight: bold;
    margin-left: 65px;
}

@media (max-width: 480px) {
    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 10%;
      font-size: 10px;
      margin-left: 10px;
      padding: 10px;
    }

    .let {
      width: 50%;
      text-align: right;
    }

   #collect {
    height: 100px;
    border: 2px dotted #9aafbc;
    padding: 8px 5px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
   }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 5% 0 0 0;
      font-size: 12px;
    }

      .sub-container-one {
        width: 100%;
        margin: 5% 0 0 0;
        padding: 10px;
        height: auto;
      }

    .sub-container-one input[type="text"],
    .sub-container-one input[type="file"],
    .sub-container-one input[type="textarea"] {
        width: 100%;
    }

    .blocked {
      margin-top: 10px;
    }

    .with {
      padding-left: 5px;
      text-align: left;
    }
  
    h1 {
      font-size: 24px;
      margin-bottom: 15px;
      text-align: left;
    }

    .plastic {
      padding-left: 0px;
    }

    .fram {
        padding: 0;
        margin: 0;
    }

    .bolded {
      font-size: 18px;
      margin-bottom: 10px;
    }

    #break {
      padding-left: 5px;
    }
  
    .split-one {
      width: 94%;
      padding: 15px;
      margin: 5px 0 10px 0;
      height: auto;
    }

    #type {
        padding-left: 0px;
    }

    #recommended {
      padding-top: 5px;
    }
  
    .split-two {
      width: 90%;
      padding: 20px;
      margin: 10px 0;
      height: auto;
    }
  
    .one {
      flex-direction: row;
      justify-content: space-evenly;
      margin-bottom: 10px;
    }
  
    .imaged {
      padding-left: 35px;
    }
  
    .four {
      padding-left: 20px;
      display: flex;
      flex-direction: row;
      width: 300px;
      text-align: left;
      padding-left: 92px;
    }
  
    .inside {
      display: flex;
      align-items: center;
      align-items: flex-start;
    }
  
    .eve {
      display: block;
    }
  
    .eve img {
      margin-right: 10px;
    }

    .uv {
      padding: 5px 0 0 0;
    }

    #second-imaged {
      padding-left: 10px;
    }

    .sub-container-one input {
      width: 100%;
      box-sizing: border-box;
    }

    #third-imaged {
      padding-left: 15px;
    }

    #zip {
        padding-top: 10px;
        padding-left: 2px;
    }
  
    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)
    }

    #unfree, #standard {
      padding-left: 0px;
    }
  
    #back {
      width: 35%;
    }
  
    #next {
      width: 60%;
    }
  
    .three {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: flex-start;
      padding: 0;
    }

    .wrong-no {
      margin-left: 5px;
    }

    .stars {
        display: none;
    }

    #ex {
        display: none;
    }

    #prescription {
      width: 75px;
    }

    .special {
      padding-left: 65px; 
    }
  
    h4 {
      text-align: left;
      padding-left: 70px;
    }
  
    .sect {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .let {
      padding-left: 0;
    }

    .excellent {
      text-align: center;
    }
  }

  @media (max-width: 1024px) {
    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 0%;
      font-size: 15px;
      margin-left: 20px;
    }

    .list {
      display: none;
    }

    .hidden {
      margin-bottom: 0;
    }
  
    .sub-container-one,
    .sub-container-two {
      width: 100%;
      margin: 5% 0 0 0;
      font-size: 12px;
    }

    .sub-container-one {
      width: 100%;
      max-width: none;
      height: auto;
  }

  input[type="text"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #9aafbc;
    box-sizing: border-box;
}

input[type="textarea"] {
  width: 100%;
}

    .mel {
        height: 100px;
        margin-top: 0;
    }
  
    h1 {
      text-align: left;
    }
  
    .blocked {
      margin-top: 10px;
    }

    .bolded {
      padding-left: 65px;
    }

    .glass {
        padding-top: 15px;
    }
  
    .split-one {
      width: 102%;
      margin: 1px 0 10px 0;
      height: 400px auto;
    }
  
    .split-two {
      width: 102%;
      padding: 20px;
      margin-top: 15px;
      height: 200px;
      margin-bottom: 100px;
    }

    #type {
        padding-left: 0px;
    }
  
    .one {
      flex-direction: row;
      justify-content: space-evenly;
    }

    #number {
      width: 100%;
        height: 50px;
        padding-left: 10px;
    }

    .green {
      display: none;
    }
  
    .imaged {
      padding-left: 27px;
    }
  
    .four {
      display: flex;
      flex-direction: row;
      padding-left: 92px;
    }

    .collect {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tex {
        height: 100px;
        width: 450px;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    #zip {
        padding-top: 10px;
    }
  
    .eve {
      display: block;
    }
  
    .eve img {
      margin-right: 10px;
    }

    .price {
        padding-left: 0px;
        padding-top: 10px;
    }

   .special {
    padding-left: 165px;
   }
  
    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;
    }

    .with {
      padding-left: 50px;
    }
  
    .three {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      padding-left: 0px;
    }

    #ex {
        display: none;
    }

    .uv, #anti, #scr {
      padding-left: 0px;
    }
  
    h4 {
      padding-left: 70px;
    }
  
    .sect {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }