body{
    font-family: sans-serif;
}
#head{
    height : 50px;
    display: flex;
    color : white;
    background-color: black;
    margin-top: -8px;
}
#header{
    font-family: sans-serif;
    font-weight: 400;
    margin : auto;
    font-size: 40px;
    
}
#back{
    padding-left : 30px; 
}
#checkout{
    text-align: center;
}
#shipping{
  
  display: flex;
  justify-content: center;
}
#review{
    padding-left: 10px;
    color : #e4e4e4;
}
#shippingDetails{
   
    display :flex;
}
h3{
    font-weight: 600;
}
#forOffers{
    height : 35px;
    width: 95%;
    border : 1px solid #e6e6e6;
}
select{
    width : 95%;
    height: 35px;
    font-size: 20px;
}
#oncheckout{
    height: 35px;
    width: 95%;
    background-color: #b8cb84;
    font-size: 20px;
    /* margin-bottom: 400px; */
}


#foot{
    width: 95%;
    height: 450px;
    margin: auto;
    margin-top: 200px;
}
.flex{
    display: flex;
}
.frst{
    width: 100%;
    height: 15%;
    background-color: whitesmoke;
}
.frst>div:nth-child(1){
    width: 35%;
}
.frst>div:nth-child(2){
    width: 25%;
    display: flex;
}
.frst>div:nth-child(1)>h2{
    padding-left: 130px;
}
i{
    font-size: 30px;
    padding: 13px;
}
.frst>div:nth-child(2)>i:nth-child(1){
    padding-left: 30px;
}
.arw{
    width: 30%;
    height: 75%;
    margin: 7px 10px;
    border: 1px solid rgb(243, 241, 241);
}
input{
    width: 90%;
    height : 35px;
    border : 1px solid #e6e6e6;
}
input+i{
    padding-top: 10px;
}
.secnd{
    height: 53%;
    justify-content: space-around;
}
h4,p{
    padding-left: 10px;
}
p{
    font-size: 14px;
}
.thrd{
   height: 31%;
   width: 100%;
}
.upr{
   height: 38%;
   width: 100%;
   justify-content: space-between;
}
.lwr{
   margin-top: 2px;
   height: 48%;
   width: 100%;
}
h4>i{
   font-size: small;
}
select{
   border: 0;
   margin-right: 32%;
   margin-top: 2%;
}
.lwr>div:nth-child(1){
   width: 60%;
}
.lwr>div>p{
   font-size: 9px;
   line-height: 20px;
   color: grey;
}
.lwr>div:nth-child(2){
   padding-left: 60px;
}
p:hover{
   text-decoration: underline;
}

#cartArea{
    text-align: center;
    padding : 10px;
}

#cartArea > div{
    font-weight: lighter;
    font-family: sans-serif;
    border-bottom: 1px solid grey;;

}

#form{
    border : 1px solid tomato;
    border : 1px solid transparent;
    width : 60%;
    margin-left: 5%;
    background-color: #f7f7f7;
    padding-left: 30px;
    height :1100px;
}

