.cookie-lock {
    position: fixed;
    right: 1%;
    bottom: 1%;
    background: #F0F0F6;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 9998;
}

.cookie-lock img {
    width: 75%;
    height: auto;
    margin-top: 4px;
}