body {
  background-color: white;
}


.navbar-brand img {
    max-height: 9rem;
    width: auto;

}



/* deleted the border for add to cart */

.s-button-outline {
     background: #ffffff; 
     color: black; border: 0px;
     
     
}



/* deleted the border for add to cart in the header */

.header-btn__icon {
     border-width: 0px;
}


 
/* DELET THE SICON SALLAH FROM ADD TO CART */
.sicon-shopping-bag { 
         display:none;
}