/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100&display=swap'); */
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: black;}
.container{
    background-color: white;
    width: 462px;
    height: 603px;    
    margin-left: 500px;
    margin-top: 100px;
    cursor: pointer;
}
.logo{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.logo img{
    width: 25%;
    color: #C8C8C8;
    font-weight: -800;
    margin-top: 39px;
}
.logo h1{
    font-size: 20px;
    margin-top: 39px;
    color: #FF6B82;
}
.units{
    height: 450px;
    width: 75%;
    margin-top: 20px;
    margin-left: 40px;
}
.rad:hover {
    width: 15px;
    background-color: #FF6B82; 
}
.unit1,.unit2,.unit3{
    height: 80px;
    width: 380px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: space-evenly;
}
.unit2{
    height: 80px;
    width: 380px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
}
.unit12{
    height: 170px;
    width: 380px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
}
.unit12 .items{
    margin-left: 20px;
    margin-top: 10px;
}
.unit12 .price{
    margin-left: 250px;
    margin-top: -50px;
}
.unit12 .check1{
    margin-top: 30px;
    margin-left: 40px;
}
.unit12 .check2, .check3{
    margin-top: 10px;
    margin-left: 40px;
}
.unit122{
    height: 170px;
    width: 380px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
}
.unit122 .items2{
    margin-left: 20px;
    margin-top: 10px;
}
.unit122 .price2{
    margin-left: 260px;
    margin-top: -10px;
    margin-bottom: 50px;
}
.unit122 .most{
    box-shadow: -2px 1px 8px rgb(228, 129, 129), 3px 0px 8px rgb(234, 120, 120);
    text-align: center;
    margin-top: -115px;
    margin-left: 250px;
    margin-right: 10px;
}
.unit122 .check2{
    margin-top: 40px;
    margin-left: 40px;
}
.check1{
    height: 80px;
    display: block;
    width: 170px;
    margin-right: 100px;
    margin-bottom: -100px;
}
.check2, .check3{
    height: 80px;
    display: none;
    width: 170px;
    margin-right: 100px;
    margin-bottom: -100px;
}

#st{
    display: inline;
    padding: 0px 0 0px 0px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 300;
    margin-left: -115px;
}
.items{
    display: flex;
    gap: 10px;
}
.items h4{
    margin-top: 15px;
}
.items h3{
    background-color: #FF6B82;
    font-size: 13px;
    color: white;
    font-weight: 100;
    margin-bottom: 25px;
    padding: 5px;
    margin-top: 2px;
}
.items2{
    display: flex;
    margin-left: 2px;
}
.items2 h4{
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
}
.items2 h3{
   background-color: #FF6B82; 
    font-size: 13px;
    color: white;
    font-weight: 100;
    padding: 5px;
}
.most{
     margin-left: -50px;
     box-shadow: -2px 1px 8px rgb(228, 129, 129), 3px 0px 8px rgb(234, 120, 120);
     margin-top: -80px;
     background-color: #FF6B82;
     padding: 5px;
     border-radius: 5px;
}
#of2{
    margin-top: 0px;
    border-radius: 2px;
}
#of{
    margin-top: 10px;
    border-radius: 2px;
}
 .price2{
    margin-right: -80px;
    margin-top: 10px;
    margin-left: 60px;
}
.price p, .price2 p{
    font-size: 10px;
    color: #C8C8C8;
}
strike{
    color: #C8C8C8;
}
.s{
    display: flex;
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 31px;
    gap: 50px;
}
.c{
    margin-left: 15px;
    font-size: 12px;
}
select{
    margin-left: 5px;
    width: 64px;
    height: 25px;
    border-radius: 3px;
    font-size: 10px;
    padding: 5px;
    margin-top: 5px;
}

.delivery{
    display: flex;
    font-size: 15px;
    margin-top: -15px;
    justify-content: space-between;
    cursor: pointer;
}
.delivery h4{   
    margin-left: 5px;
    color: #FF6B82;
    font-weight: 500;
}
.delivery p{
    font-size: 15px;
    margin-right: -30px;
    font-weight: 500;
}
.cart{
    margin-top: -10px;
    text-align: center;
    cursor: pointer;
}
.cart button{
    padding: 6px;
    width:82%;
    border: none;
    font-size: 15px;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: #FF6B82;
}
.cart span{
   margin-top: 50px;
    font-size: 20px;
    margin-right: 7px;
}
.cart p{
    color: #adadad;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    margin-right: -230px;
    margin-top: 5px;
}