#scrapy:hover{

cursor: pointer;
border: 2px solid red;
}

#delimg:hover{

cursor: pointer;
  border:2px solid red;
}

.imagesback{
position:relative;

}

.tshirts{
  list-style:none !important;
}

.tshirts li{
  margin: 0px 18px !important;
  list-style:none !important;

}

.btn-blue {
  background-color: #25D366;
  border-radius: 12px;
  border: 1px transparent solid; /* transparent border */
  color: black;
  padding: 5px 15px; /* remove 2px as we are now using the border */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 2.5% !important;
}

.btn-blue:hover
{
  opacity: 1;
  background-color: #00EEE0;
  border: 1px #99ccff solid;
}

.btn-blue:active
{
  background-color: #00CCC0;
  border: 1px #000000 solid;
}
