#cb_panel {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	padding:10px;
	background:#fff;
	z-index: 999;
    border-top: 1px solid #ccc;
}

.cb_wrap {
	display: flex;
	gap:10px;
	align-items: center;
	justify-content:center;
    flex-wrap: wrap;
}

.button_cb {
    padding: 10px;
    border-radius: 10px;
    background: var(--color-1, #46a515);
    color: #fff;
    cursor: pointer;
}