
#hobizo-pwa-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    z-index: 10000;
    font-family: sans-serif;
}

#hobizo-pwa-bar img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
#hobizo-pwa-bar {
  display: none;
}

.hobizo-pwa-text {
    flex-grow: 1;
    font-size: 14px;
}

#hobizo-install-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}

#hobizo-ios-tip {
    position: fixed;
    bottom: 60px;
    left: 10px;
    right: 10px;
    background: #424242;
    color: #ffffff;
     padding: 15px 20px; 
    font-size: 14px;
    border: 0px solid #ffeeba;
    border-radius: 5px;
    z-index: 10001;
		max-width: 600px; 
		 margin: 15px auto; 
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		
}
#hobizo-ios-tip {
    display: none;
}

#hobizo-ios-tip.active {
    display: block !important;
}

.hobizo-close {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.hobizo-close {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html.hobizo-pwa-hidden #hobizo-pwa-bar,
html.hobizo-pwa-hidden #hobizo-ios-tip {
    display: none !important;
}

#hobizo-install-btn {
    display: inline-block !important;
}

#hobizo-pwa-bar {
    height: 55px;
}

.wp-bottom-menu {
    position: fixed;
    bottom: 55px; /* pod paskiem PWA */
    z-index: 9999;
}



