* {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.cart-container{
    border-radius: 10px;
    width: 150px;
    height: 240px;
    background-color: #e51616;
    margin: 20px;
    box-shadow:10px 15px 10px #202020a3;
display: inline-block;
  }

.image_of_cart{
  border-radius:10px;
  width: 100%;
  height:150px;
  background-color: #ededed;
  position: relative;
}
.image_of_cart img{
  width: 100%;
  height: 100%;
  border-radius:10px 10px 0 0;

}
.fader{
  position:absolute;
  z-index: 2;
  background-color: #ffffffce;
  width: 100%;
 border-radius: 10px 10px 0 0;
  top: 0;
  bottom: 0;
  display: none;
  transition: 500ms;
}
.cart-container:hover .fader{
  display: block;
  
}
.footer_of_cart{
  width: 100%;
  height:100px;
  background-color: #ffffff;
  border-radius:0 0 10px 10px;
  padding: 5px 1px;
  color:rgb(133, 133, 133) ;
}

.sub-cart-footer-botton{
  height: 40%;
  padding-left: 10px;
  
}
.sub-cart-footer-botton div{
  display: inline-block;
}
.sub-cart-footer-botton a{
border: 1PX solid grey;
border-radius: 30px;
box-shadow:1px 2px 3px #605f5f;
padding: 5px;
background-color: #fff;

}
.sub-cart-footer-botton a:hover{
  background-color: #ebe00d;
}
.sub-cart-footer-top{
  text-align: center;
  height: 30%;
}

.sub-cart-footer-middel{
  text-align: center;
}
.sub-cart-footer-middel h6{
font-size: .7rem;;
}
hr{
  margin:1px;
}
.my-cart-btn{
  border: 1px solid grey;
  border-radius: 5px;
  color: grey;
  font-size: 0.7rem;
  padding: 5px;
  position: absolute;
  bottom: 30%;
  right: 30%;

}
.my-cart-btn:hover{
  background-color: #424242;
  color: #fff;
  text-decoration: none;
}