/* ------------- Cookie Notice ----------- */
.cookie-wrapper{
    position: fixed;
    bottom: 0px;    
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.45);
    
  }
  .cookie-wrapper.hide{
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
/* --------- End Cookie Notice ----------- */