body {
    background-color: #f1f1f2;
}
* {
    box-sizing: border-box;
}
.navbar {
    background-color: white;
    position: sticky;
    z-index: 1;
    top: 0;
}
.btn {
    background-color: #ff9900;
}
.li-style {
    list-style: none;
}
section div a {
    text-decoration: none;
    color: black;
}
.grid-container{
    display: grid;
   grid-template-columns: 18% 64% 20%; 
   gap: 10px;
}
.pdelete, .white, .fourth {
    background-color: white;
}
.row .card:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 0px 2px;
    transform: scale(1.03)
    
}
.flex-column li a {
    color: white !important;
}
.card {
    border: none;
}
.addToCart {
    background-color: #ff9900;
}
@media screen and (max-width:475px){
    body {
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .border-dark {
        width: 100vw !important;
    }
    .containera  {
        display: flex;
        justify-content: space-between;
    }
}