#bag {
    font-family:sans-serif;
    height: 480px;
    width: 40%;
    margin-left: 60%;
    overflow: scroll
}
#cart {
    height: auto;
}
#payment_details {
    margin-top: 30px;
      padding-top: 15px;
      height: 40px;
      font: 100% Helvetica, sans-serif;
      font-family: "Inter",sans-serif !important;
      color: #3f414d;
      font-size: 16px;
      font-weight: 600;
       line-height: 24px;
      letter-spacing: -.1px;
      text-align: center;
      background-color: rgb(245, 245, 245)
}
#payment {
    display: flex;
    justify-content: space-between;
    padding:0 8px;
}
#payment1 {
    display: flex;
    justify-content: space-between;
    padding:0 8px;
}
h5 {
    color: teal;
}
#cart>div {
    padding-top: 10px;
    display: flex;
    gap: 25px;
    cursor: pointer;
}
img {
    width: 100px;
    height: 100px;
}
#delete {
    width: 15px;
    height:25px ;
}
#coupons{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    height: 55px;
    margin: auto;
    background-color: rgb(245, 245, 245);
    margin-bottom: 20px;
    padding:0 8px;
}
#h3 {
    color:hotpink;
    cursor: pointer;
    text-decoration: none;
}
#proceed {
    width: 40%;
    height: 60px;
    border: 1px solid black;
    margin-left: 60%;
    display: flex;
}
label {
    width:50%;
    margin-left: 10px;
} 
#proceed1 {
    padding-top: 20px;
    text-align: center;
    width: 50%;
    color: whitesmoke;
    font-size: 20px;
    background-color: hotpink;
    cursor: pointer;
} 
#gtotal {
    padding-left: 20px;
}
#S_bag {
    padding-top: 8px;
    width: 40%;
    margin-left: 60%;
    height: 30px;
    border: 1px solid black;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

::-webkit-scrollbar{
    width: 1em;
  }
  ::-webkit-scrollbar-track{
    background: rgb(114, 112, 112);
    border-radius: 30px;
    margin-block: 5px;
  }
  ::-webkit-scrollbar-thumb{
    background: linear-gradient(#fc2779 ,black);
    border-radius: 30px;
  }
  ::-webkit-scrollbar-thumb:hover{
    background:linear-gradient(#fc2779,grey) ;
    
  }
  ::-webkit-scrollbar-track:hover{
    background: rgb(65, 63, 63);
  }