.dkLabInfoBox {
    position: fixed;
    left: 35px;
    bottom: 35px;
    padding: 15px 105px 15px 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    background: white;
    color: #d93621;
    z-index: 60;
    display: none;
}
.dkLabInfoBox a {
    display: inline-block;
    padding: 3px 8px;
    color: white;
    background: #d93621;
    font-size: 90%;
    margin-top: 4px;
}
.dkLabInfoBox a:hover {
    color: white;
    background: black;
}

.dkLabInfoBox .close {
    position: absolute;
    right: 8px;
    top: 5px;
    color: #a7a7a7;
    cursor: pointer;
    transition: 350ms;
}
.dkLabInfoBox .close:hover {
    color: black;
}
.dkLabInfoBox .close:before {
    font-family: 'shoptet';
    content: '\e912';
    font-size: 11px;
}

.dkLabInfoBox img {
    position: absolute;
    right: 20px;
    bottom: 0px;
    height: 120% !important;
    width: auto !important;
}



@media screen and (max-width: 767px) {
  .dkLabInfoBox {
      left: 10px;
      bottom: 10px;
  }
}
