
    .header{
        height: 55px;
        width: 100%;
        background-color: rgb(46,49,146);
        display: flex;
    padding: 5px 25px 5px 25px;
        margin-left: -10px;
    }
    #logo{
        height: 40px;
        width: 40px;
        
    }
    .header>a{
        color:white;
        font-size: 35px;
        text-decoration: none;
        font-weight:500;
        
    }
    #searchBar{
        display:flex;
        background-color: white;
        /* border: 1px solid red; */
        border-radius: 5px;
        width: 550px;
        height:45px;
        margin: 5px 10px 5px 25px;
    }
    #loc{
        font-weight: bold;
        border:none;
        
    }
    #searchBar>img{
        height: 25px;
        width:25px;
        padding-top: 10px;
    }
    #textsearch{
        font-size: 16px;
    }
    #searchBtn{
        background-color: rgb(0,166,153);
        color:white;
        width: 118px;
        font-size: 18px;
        border:none
        /* padding-left:0px; */
    }
    #bestPrice{
        height: 45px;
        width:150px;
        background-color: white;
        margin: 5px 10px 5px 25px;
        font-size: 20px;
        justify-content: center;
        font-weight: 300;
        /* padding: 5px; */
        border-radius: 5px;
        
    }
    #bestPrice>a{

        text-decoration: none;
    }
    #header_icon{
        height: 45px;
        width:300px;
        margin: 5px 10px 5px 200px;
        /* border:1px solid red ; */
        display: flex;
    }
    #header_icon>img{
        margin-left: 15px;
        margin-right: 15px;
    }
    #products{
        width: 70%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows:auto;
        grid-gap:20px;
        margin: auto;
    
        /* border: 1px solid red; */
    }
    #products>div{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        justify-content: center;
    }
    #products>div>p{
        text-align: center;
        font-size: x-large;
    }
    p:nth-child(3) {
    font-weight: bold;
    }
    p:nth-child(3):hover {
    color:rgb(46,49,146);;
    }
    p:nth-child(5) {
        font-weight: bold;
    }
    #h1_product{
        text-align: center;
    }

    #products>div>button{
        margin-right: 30%;
        position: relative;
        margin-left: 30%;
        /* vertical-align: baseline; */
        justify-content: center;
    
        

        
    }
    #products>div>button:hover{
        background-color:rgb(46,49,146);
        color:white
    }
    /* #header_icon>a>img{
        margin-left: 15px;
        margin-right: 15px;

    } */
    .iconImg{
       /* position: absolute; */
        width:45px;
        height:45px;
        /* background-color: red; */
    }
    #GotoCart{
        background-color:rgb(255,176,0);
        color:black;
        font-size: 16px;
        margin: 20px;
        float: right;
        border-radius: 10px;
        
    }
    #GotoCart>a{
        text-decoration: none;
    }

    @media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {
        div.example {
          font-size: 50px;
          padding: 50px;
          border: 8px solid black;
          background: yellow;
        }
      }