/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  
	.sticky_lg_col {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
      }
	
      .edit_footer{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
  


.bg-image{

   height: 30vh;
  
}
.bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.uploadpic img{
   border-radius: 0.4285rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.uploadpic{
   
    /* width: 200px; */
    max-height: 350px;
    
}

.comment_footer{
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart-quantity{
    width: 30px !important;
}

