*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navBar{
    background-color: orangered;
    width: 100%;
    justify-content: center;
    padding: 0 120px;
}
.upperNav{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.usefulLink{
    display: flex;
    list-style: none;
    height: 30px;
}
.usefulLink li{
    list-style: none;
}
.usefulLink li a{
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding: 0px 5px;
}
.appLink button{
    border-radius: 10px;
    display: flex;
    padding: 5px 10px;
    color: white;
    background-color: #ad3c04;
    border: #f85606;
    cursor: pointer;    
}
.appLink img{
    width: 40px;
    height: 20px;
}
.appLink p{
    color: white;
    font-weight: 600px;
    padding-top: 5px;
}
.appLink button p:hover{
    color: #f85606;
}
.lowernav{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    text-align: center;
}
.Logo{
    width: 200px;
    height: 40px;
}
.Logo img{
    width: 90%;
    height: 30px;
}
.srchbtn{
    width: 750px;
    display: flex;
    padding-left: 40px;
}
.srchbtn input{
    width: 600px;
    height: 30px;
    border-radius: 10px;
}
.btn i{
    color: white;
    padding: 5px 5px;
    font-size: 20px;
}
.iCon{
    width: 300px;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
    height: 30px;
}
.iCon a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}
.iCon p{
    color: #ffffff;
    font-size: 15px;
    padding: 5px 5px;
}
.Login{
    text-align: left;
    padding: 5px 5px;
}
.Login:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.Login a i{
    color: white;
}
.sign-Up{
    padding: 5px 5px;
}
.sign-Up:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.language{
    padding: 5px 5px;
}
.language:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.cart{
    padding: 5px 5px;
}
.cart:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.pro-FullDetails{
    display: flex;
    margin: 10px 30px;
    width: 95%;
    height: 600px;
    padding: 10px 10px;
    margin-bottom: 200px;
}
.img-Detail{
    width: 30%;
}
.img-Detail img{
    width: 95%;
    height: 400px;
    border-radius: 10px;
    cursor: pointer;
}
.img-Detail img:hover{
    transform: scale(1.1);
    transition: all 3s ease-in-out;
}
.pro-Description{
    width: 40%;
    margin: 0px 10px;
    padding: 10px 10px;
}
.link-rat{
    margin: 15px 0px;
}
.link-rat a:hover{
    text-decoration: underline;
}
.pro-Description h3{
    margin-top: 20px;
    color: #f85606;
    font-size: 36px;
}
.pro-Description s{
    color: rgb(51, 50, 50);
    font-size: 20px;
}
.promotion-Section{
    margin: 30px 0px;
}
.promotion-Section span{
    color: rgb(82, 80, 80);
    padding-right: 20px;
    padding-top: 20px;
}
.promotion-Section a{
    text-decoration: none;
    color: black;
    padding: 5px 5px;
    border-radius: 5px;
}
.for-Size{
    margin: 20px 0  ;
}
.for-but{
    display: flex;
    margin: 10px 20px;
    padding-bottom: 50px;
    justify-content: space-between;
}
.for-but button{
    width: 50%;
    height: 40px;
    border: none;
    color: white;
    cursor: pointer;
}
.pro-Delivery{
    width: 25%;
    background-color:rgb(255, 255, 250);
    padding: 20px 10px;
}
.location-Sec{
    display: flex;
    padding: 10px 0px;
}
.location-Sec p{
    color: rgb(219, 216, 216);
}
.location-Sec span{
    width: 250px;
    color: rgb(31, 30, 30);
}
.location-Sec a{
    text-decoration: none;
    color: blue;
}
.daTe{
    display: flex;
    justify-content: left;
}
.daTe h5{
    font-size: 20px;
}
.daTe p{
    color: rgb(31, 30, 30);
    padding-left: 5px;
    padding-top: 10px;
    font-size: 12px;
}
.freE{
    display: flex;
    justify-content: space-between;
}
.freE span{
    color: rgb(196, 193, 193);
}
.freE p{
    font-weight: bold;
}
.shipping{
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 3px 3px 5px 10px;
    background-color: rgb(248, 246, 246);
    border-radius: 5px;
    border-bottom: 1px black solid;;
    
}
.shipping a{
    text-decoration: none;
    color: blue;
}
.for-Service{
    margin: 10px 40px;
}
.for-Service p{
    padding: 10px 0px;
}
.StoreName{
    display: flex;
    margin: 5px 0px;
    justify-content: space-between;
}
.StoreName span{
    color: rgb(119, 118, 118);
    font-size: 12px;
}
.StoreName span h4{
    color: black;
    padding-top: 5px;
    font-size: 20px;
}
.StoreName a{
    text-decoration: none;
    color: blue;
    padding-top: 15px;
}
.rating{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: rgb(241, 240, 240);
}
.store-Link{
    text-align: center; 
    padding: 15px 0px;
    margin: 5px 0px;
    background-color: rgb(241, 240, 240);
}
.store-Link a{
    text-decoration: none; 
    color: rgb(0, 119, 255);
}