#Navbar{
    width: 90%;
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    font-size: 12px;
    margin-top: -25px;
    background-color: white;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
img{
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 40px;
}
#Products{
    width: 95%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,auto);
    gap: 20px;
    /* margin-top: 40px; */
    margin-bottom: 80px;
}
h3{
    text-align: center;
    color: red;
}
h4{
    text-align: center;
    font-size: 18px;
}
/* img{
    width: 100%;
} */
h4+p{
    text-align: center;
    color: gray;
}
div>h5{
    color: black
}
div>h5+h5{
    color: red
}
h5{
    width: 30%;
    display: flex;
    margin: auto;
    cursor: pointer;
    font-size: 18px;
    background-color: rgb(43, 163, 199);
    color: white;
    border-radius: 5px;
    /* padding-left: 5px;
    padding-right: 5px; */
}
#offers{
    width: 100%;
    height: 150px;
    background-color: gainsboro;
    text-align: center;
    
    padding-bottom: 10px;
}
h2{
    padding-top: 40px;
    font-size: 30px;
}
#email{
    width: 20%;
    height: 40px;
    background-color: white;
}
#submit{
    padding: 15px 10px 10px 10px;
    background-color: black;
    color: white;
    cursor: pointer;
}
#footer1{
    width: 90%;
    margin: auto;
}
h5{
    text-align: center;
    font-size: 18px;
    width: 30%;
}
h5+p{
    text-align: center;
    color: gray;
}
h3{
    text-align: center;
    font-size: 22px;
}
#Inform{
    display: flex;
    justify-content: space-around;
    width: 40%;
    margin: auto;
    cursor: pointer;
}
a{
    text-decoration: none;
    color: black;
}
#navbar1 {
    background-color:rgb(218, 212, 212);
    width:auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
}
#navbar1 img {
    width:100px;
    margin-top: -10px;
    
}
a {
        text-decoration: none;
    color:rgb(82, 82, 82);
    font-size:20px;
}
#navbar_II{
    width:90%;
    margin:auto;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
* {
    box-sizing: border-box;
  }
  
  /* Style the search field */
  
  form.search input[type=text] {
   
    font-size: 17px;
    border: 0px;
    border-bottom: 1px solid gray;
    float: left;
    width:80%;
    background:none;
  }
  
  /* Style the submit button */
  form.search button {
    float: left;
    background:none;
    padding-left:0px;
    color: rgb(209, 75, 97);
    font-size: 17px;
    border: 0px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  }
  form.search::after {
    content: "";
    clear: both;
    display: table;
  }
  #user {
      position: relative-sticky;
      top:0px;
      left:0px;
  }
  #user>a+a{
      color: brown;
  }
  #social_media_container{
    width:30%;
    margin:auto;
    display: flex;
    justify-content: space-evenly;
}
a:hover{
    cursor: pointer;
    color:rgb(216, 58, 169);
}
#fine_print_container {
    width:40%;
    margin:auto;
    padding:30px 0px 20px;
    size:12px;
    display:flex;
    justify-content:space-evenly;
}
#footer_link_title_1,#footer_link_title_2,#footer_link_title_3,#footer_link_title_4,#footer_link_title_5{
    text-align: center;
    margin-top: 30PX;
    font-weight: bold;
    font-size: 16px;
    padding:0px px 5px 5px;
}
#footer_link_content_1,#footer_link_content_2,#footer_link_content_3,#footer_link_content_4,#footer_link_content_5{
    width:90%;
    margin:auto;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    
}
#footer_link_content_1>a, #footer_link_content_2>a,#footer_link_content_3>a, #footer_link_content_4>a,#footer_link_content_5>a{
    padding:3px 10px 3px 10px;
    border-right:1px solid gray;
    font-size: 15px;
}
button{
    padding: 15px 10px 10px 10px;
    background-color: black;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
#user>a+a{
    margin-left: 30px;
    }
    #back {
        width:200px;
        margin:auto;
        display:grid;
        
    }
    #back>button {
        /* margin-top: 110px; */
        display: flex;
        padding:20px;
        font-weight: bold;
        justify-content:space-around;
        border:0px;
    }
    #back>button:hover{
        cursor: pointer;
    }
    a>button{
        background-color: rgb(200, 231, 25);
        border: 0ch;
        color: black;
        padding: 20px 25px 20px 25px;
        font-weight: bold;
    }
    #two{
        width: 90%;
        margin: auto;
        margin-top: 50px;
        display: flex;
    }
    #two>p{
        font-family: Avenir-Next;
        font-size: 14px;
        color: rgb(90, 85, 85);
    }
    #two>div>p:nth-child(1){
        font-family: Avenir-NextBold;
        color: black;
        font-size: 18px;
        font-weight: bold;
    }
    #two>div:nth-child(2){
        width: 72%;
        margin-left: 9%;
    }
    #small_nav{
        height: 60px;
        width: 100%;
        margin-top: 0px;
    }
    
    
