/* Add here all your CSS customizations */
.custom-section-cookies {
    background: #222222f6;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 98;
    padding-top: 12px;
   
  }
  
  .custom-section-cookies p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .custom-section-cookies a {
    color: #fff;
    font-weight: 600;
  }
  
  .c-cookie_btn {
    margin-top: 5px;
    font-size: 14px !important;
    cursor: pointer !important;
    width: 200px;
    height: 40px;
    padding: 0;
    line-height: 36px;
    
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
  }
  
  .c-cookie_btn:hover {
    background: #fff;
    color: #fa4700 !important;
  }
 