
       #sub-navbar{
        display: flex;
        justify-content: center;
        background-color:#902735;
    }
    
    .home_decor{
        color: aliceblue;
        margin-left: 20px;
        font-size: 150%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home_decor:hover{
        cursor: pointer;
        border-radius: 7px;
        background-color: antiquewhite;
        color: #902735;
    }

    .fa-solid , .fa-brands{
      color: white;
  }
  #fonts > div > span{
      margin-left:7px;
      color: white;
  }
  
  
  .fa-solid , .fa-brands{
    font-size: 50%;
}
#fonts > div > span{
    font-size: 30%;
}

       
      .cartbutton button{
       display: flex;
       text-align: center;
       margin-top: 20px;
       margin-left: 42%;
       color:white;
      font-weight: 900;
      border-radius: 10px;
      /* background-color:rgb(198, 23, 23); */
      border: none;
      padding: 1%;
      background-color: #902735 ;
       
      }
      #container>div{
        text-align: center;
        padding-bottom: 20px;
        box-shadow: rgba(102, 7, 7, 0.35) 0px 5px 15px;
    }
      .empty{
        width: 100px;
        height: 20px;
        margin-top: 30px;
        color:white;
        border-radius: 10px;
        background-color:rgb(97, 15, 15);
         /* margin-left:615px; */
         padding: 1%;
        text-align: center;
      }
      #final_buy{
         width: 7%;
        color:white;
        border-radius: 10px;
        background-color: #902735;
         /* margin-left:600px; */
         padding: 1%;
         justify-content: center;
         margin-bottom: 3%;
      }
       #bar{
        margin-left:550px;
       }

       .category1 {
        width: 90%;
        margin: auto;
        display: grid;
        text-align: center;
        grid-template-columns: repeat(4,1fr);
       }
       #container{
        display:grid;
        grid-template-columns: repeat(4,1fr);
        gap:20px;
        /* border:1px solid black; */
    }
       #okay{
        /* display: flex; */
        /* justify-content: space-between; */
        margin-top:px;
        text-align: center;
       }
         
         
      
    
    
     
     