
#navbar {
    background-color: rgb(243, 243, 243);
    width:100%;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-around;
    align-items: center;
}
#navbar img {
    width:100px;
    
}
span{
    color: rgb(209, 75, 97);
}
a {
        text-decoration: none;
    color:rgb(82, 82, 82);
    font-size:20px;
}
/* Navbar II here */
#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>a{
      border-left: 0.5px solid rgb(173, 170, 170);
      padding-left: 20px;
  }
  #navbar_III {
      width:90%;
      margin:auto;
      display: flex;
      justify-content: space-around;
      padding-bottom: -4px;
      border-bottom: .5px solid rgb(236, 227, 227);
      position:sticky;
      background-color: white;
      top:0px;
      margin-bottom: 100px;
  }
  #navbar_III>a{
      font-weight: bold;
    padding:0 10px 0 10px;
    color:black;
  }
  #navbar_III>a:hover {
      color:rgb(209, 75, 97);
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    }

    #user{
        width:30%;
    }
    #user>a {
      color:rgb(209, 75, 97);
      margin-left: 30px;
      justify-content: space-evenly;
    }




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-bottom: 80px;
}
h3{
    text-align: center;
    color: red;
}
h4{
    text-align: center;
    font-size: 15px;
}
img{
    width: 90%;
}
h4+p{
    text-align: center;
    color: black;
    font-size: small;
}
div>h5{
    color: black
}
div>h5+h5{
    color: red
}
h5{
    display: block;
    margin: auto;
    cursor: pointer;
    background-color :beige
}
h5:hover{
    background-color: green;
}
#offers{
    width: 100%;
    height: 150px;
    background-color: rgb(243, 243, 243);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
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: 17px;
    width: 60%;
    height: 50px;
    padding: 15px;
}
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;
}

  
#social_media_container{
    width:30%;
    margin:auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-bottom: 50px;
}
  
  
#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: 10px 10px 10px 10px;
    background-color: black;
    color: white;
    cursor: pointer;
}
#user>a+a{
    margin-left: 30px;
    }
    #back {
        width:200px;
        margin:auto;
        display:grid;
        margin-bottom: -25px;
        
    }
    #back>button {
        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: 10px;
        color: rgb(90, 85, 85);
    }
    #two>div>p:nth-child(1){
        font-family: Avenir-NextBold;
        color: black;
        font-size: 20px;
        font-weight: bold;
    }
    #two>div:nth-child(2){
        width: 72%;
        margin-left: 9%;
    }
 
    
