.cartnavbar{
    width:100%;
    height:auto;
   

}
.cartnavbar img{
    height:20%;
    width:18%;
}
#rmvbtn{
    width: 200px;
    height: 30px;
    background-color: white;
    font-size: 15px;

}
#rmvbtn:hover{
    width: 200px;
    height: 30px;
    background-color: rgb(220, 228, 228);
    align-items: center;

}
#entire{
    display: flex;
    justify-content: center;
    justify-items: auto;
    gap:5%;
    height:auto;
   
}
#container{
    display: grid;
    grid-template-columns:repeat(1,100%);
    grid-template-rows: auto;
    justify-content: left;
    gap:2%;

}

#container img{
float:right;
}
#priceSummary{
   display: flex;
    width:max-content;
    height:max-content;
    justify-content: space-between;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.right{
 display: flex;
 float:right;

}

.left{
display: flex;
 float:left;

}
#yourSaving{
background-color: rgb(8, 238, 62);
float: none;
padding-right: 150px;;
border-radius: 5px;
}

#payment{
    width: 100%;
    background-color: black;
    color: white;
}
@media all and (min-width:0px) and (max-width:750px) {
#entire{
    display: flex;
    flex-direction: column;
}
}