
.badage-cart {
    z-index: 2;
    position: fixed;
    right: 70px;
    bottom: 200px;
    padding: 12px;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
}   

.close {
  position:absolute;
  right:-30px;
  top:-30;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}



#modalLitebox.modal-body {
  position:relative;
  padding:0px;
  min-height:400px;
  background:#ccc;
}


.container_img {
  position: relative;
  width: 100%;
  max-width: 100px;
  margin: 10px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: .3s ease;
  background-color: black;
}

.container_img:hover .overlay {
  opacity: .9;
  background-color: transparent;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.1;
}

.container_img:hover .icon {
  opacity: 1;
}


.fa-user:hover {
  color: #eee;
}
