.btn_witdth {width:6em;}
.product-device {
    position: absolute;
    right: 1%;
    bottom: -30%;
    width: 18rem;
    height: 28rem;
    
    border-radius: 5px;
    transform: rotate(30deg);
    background-image: url('/static/poker/img/Kh.png');
    background-repeat: no-repeat;
    background-size: 80%;
  }
  
  .product-device-2 {
    top: -30%;
    right: auto;
    bottom: 0;
    left: 1%;
    transform:rotate(210deg);
  }
  

  /*cookie consent*/
  .cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-bar button {
    margin: 5px;
    padding: 10px 20px;
    background: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.2rem;
}

.cookie-bar button:hover {
    background: #0056b3;
}

.cookie-bar a {
    color: #00aaff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 1.2rem;
}

.cookie-bar a:hover {
    text-decoration: underline;
}