.checkout a{
  color: #fff;
  text-shadow: 0 0 7px hotpink;
  border: solid 1px #e8559a;
  background: linear-gradient(180deg, #ffd6df 0%, hotpink 100%);
  box-shadow: 0 0 5px inset hotpink;
  padding: 3px;
  margin: 0 5px;
  }
  
.checkout .mixui{
    text-shadow: none!important;
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    padding: 0!important;
    margin: 0!important;
    }
  
.dih{
  height: 42px;
  border-top: ridge 4px hotpink;
  border-left: ridge 4px hotpink;
  border-right: groove 4px hotpink;
  border-bottom: groove 4px hotpink;
  background: linear-gradient(180deg, #ffd6df 0%, hotpink 100%);
  box-shadow: 0 0 20px inset hotpink;
  padding: 10px;
  }
.dih img {
  vertical-align: -1.25em;
  height: 50px;
  margin: 0 50px 0 20px;
  display: inline-block;
  filter: drop-shadow(0 2px 4px #c37);
}

.contenedor{
  width: 900px;
  }
  
.twohon{
  color:#0000;
  font-size:0;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 180px;
  top: 240px;
  }
  
#bloodygirling{
  margin: 10px 40px;
  padding: 20px;
  background: linear-gradient(#ffcdde, #fff);
  border: solid 2px #fbd;
  }