.iceberg-sticky-bottom-bar{
	background: rgba(237, 247, 250, 0.8);
	color: white;
	display: flex;
	justify-content: center;
	padding: 1em 0 .5em 0;
}
.iceberg-sticky-bottom-bar-wrapper{
	position: sticky;
	bottom: 0;
	display: none;
	z-index: 99;
}
.iceberg-sticky-bottom-bar .iceberg-sticky-bottom-btn--1{
	background:#d99b28;
}
.iceberg-sticky-bottom-bar .iceberg-sticky-bottom-btn--1:hover{
	background: #5f99af;
}