.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button {
    background: #00A39E no-repeat center center !important;
    color: #eee;
    padding: 6px 8px;
    border-radius: 2px;
	font-weight: 600;
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button::before {
	content: 'Kontynuuj rezerwację';
}

.booksy-widget-container-dialog .booksy-widget-button {
	width: auto !important;
	height: auto !important;
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button:hover {
	transition: all 1s;
	background: #06948F !important;
    color: #eee !important;
}

.booksy-widget-overlay {
	background: #444 !important;
}

.modal-header .modal-close {
    color: #060606 !important;
	opacity: 0 !important;
}

.booking__credits {
	display: none !important;
	visibility: hidden !important;
}

.booksy-widget-dialog {
	width: 100% !important;
}

.booksy-widget-dialog iframe {
	width: 100% !important;
}

#booksy {
	max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background: #d6d6d6;
    position: fixed;
    top: 25%;
    margin-left: -225px;
    left: 50%;
    text-align: center;
	display: none;
	z-index: 9;
}
.close {
	position: absolute;
    right: 10px;
    top: 5px;
	cursor: pointer;
	color: #060606;
}

.close:hover {
	color: #222;
}

.booksy-container {
	display: flex;
    padding-top: 35px;
    align-items: center;
    justify-content: center;
}