body {
    background-color: rgba(241, 249, 254, 255);
    margin: 5% 10%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 5px;
    margin-top: 20%;
    margin-bottom: 0%;
    padding-bottom: 100px;
}

a {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: center;
    width: 100%
  }

.sub-container-one {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 50%;
    margin-bottom: 0%;
}

.content {
    display: flex;
    justify-content: space-between;
    background-color: #f8fdfe;
    padding: 10px;
    border-radius: 10px;
}

.bolded {
    font-weight: bold;
}

h1 {
    margin-bottom: 0px;
}

.unfree {
    float: right;
    margin-left: 70px;
}

.sub-container-two {
    font-size: 14px;
    margin-top: 3%;
    width: 45%;
}

.blocked {
    width: 420px;
}

#back {
    height: 75px;
    width: 35%;
    border-radius: 10px;
    background-color: #f8fdfe;
    border: 2px solid #ecf3fa;
    cursor: pointer;
    font-size: 30px;
    color: gray;
    font-weight: bold;
}

form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 10px;
}

#type {
    padding-left: 10px;
}

.imaged {
    height: 30px;
    padding-top: 15px;
    padding-left: 50px;
}

.shipping {
    padding-left: 10px;
}

#next {
    height: 75px;
    width: 60%;
    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: 25px;
}

.split-one {
    height: 400px;
    border-radius: 10px;
    padding-right: 15px;
}

.four {
    padding-left: 75px;
    padding-right: 10px;
    display: flex;
}

#zip {
    height: 15px;
    padding-left: 10px;
    padding-top: 12px;
}

.split-two {
    height: 180px;
    margin-top: 10px;
    padding-top: 0;
    border-radius: 10px;
    padding-left: 22px;
    padding-right: 15px;
}

h4 {
    padding-left: 50px;
}

.special {
    color: #dd4350;
}


.excellent {
    padding-left: 60px;
    font-weight: bold;
    font-size: 14px;
}

.stars {
    height: 37px;
    padding-top: 3px;
    padding-left: 10px;
}

#star {
    height: 40px;
    padding-top: 0px;
}

#starr {
    height: 40px;
    padding-left: 5px;
}

.inside {
    display: flex;
    justify-content: space-evenly;
}

.eve {
    display: flex;
}

#number {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.three {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-left: 10px;
}

.uv {
    padding-left: 5px;
}

#plastic {
    color: #01b77a;
}

.free {
    color: #dd4350;
    font-weight: bold;
}

.wrong-no {
    text-decoration: line-through;
    color: black;
}

.sect {
    display: flex;
}

.price {
    color: #000000;
    font-weight: bold;
}

    @media (max-width: 480px) {
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
    
        .sub-container-one, .sub-container-two {
            width: 100%;
            margin-bottom: 20px;
        }

        #sub-container-two {
            margin-bottom: 80px;
        }
    
        .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }
    
        .blocked, .unfree, .free {
            width: 100%;
            margin-bottom: 10px;
        }
    
        .bolded {
            font-weight: bold;
        }
    
        .unbolded {
            font-weight: normal;
        }
    
        .free, .price {
            font-size: 16px;
        }
    
        .split-one, .split-two {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 10px;
            width: 100%;
        }
    
        .one, .three, .four {
            width: 100%;
            margin-bottom: 10px;
            text-align: left;
        }
    
        .frame, .shipping, .oral {
            font-size: 14px;
        }
    
        .special {
            color: red;
        }
    
        .wrong-no {
            text-decoration: line-through;
            color: gray;
        }
    
        #zip {
            width: 50px;
        }
    
        .eve {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
    
        .imaged {
            width: 20px;
            margin-right: 5px;
        }
    
        .excellent {
            font-size: 12px;
        }
    
        .stars {
            width: 60px;
        }
    
        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;
            box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #next {
            width: 60%;
            margin: 0 10px;
        }

        #back {
            width: 20%;
            margin: 0 10px;
        }
    
        .sect {
            width: 100%;
            text-align: left;
        }
    
        .inside {
            width: 100%;
            text-align: left;
        }
    
        .inside .eve {
            justify-content: flex-start;
        }
    }
    

@media (max-width: 1024px) {
    .container {
      flex-direction: column;
      align-items: center;
      margin-top: 10%;
      font-size: 15px;
      margin-left: 20px;
    }
  
    .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: 350px;
    }
  
    .split-two {
      width: 90%;
      padding: 20px;
      margin-top: 15px;
      height: 150px;
    }

    #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 {
        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;
        box-sizing: border-box;
    }
  
    #back {
        margin-left: 10px;
    }
  
    #next {
      width: 60%;
      margin-right: 10px;
    }
  
    .three {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      padding-left: 0px;
    }

    .stars {
        display: none;
    }

    #ex {
        display: none;
    }

    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;
    }      
  
    h4 {
      padding-left: 70px;
    }
  
    .sect {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }
