body {
	/** Change font **/
	--cc-font-family: inherit;

	/** Change button primary color **/
	--cc-btn-primary-bg: #dc1f2a;
	--cc-btn-primary-border-color: #dc1f2a;
	--cc-btn-primary-hover-bg: #444444;
	--cc-btn-primary-hover-border-color: #444444;

	/** Also make toggles the same color as the button **/
	--cc-toggle-on-bg: var(--cc-btn-primary-bg);

	/** Make the buttons a bit rounder **/
	--cc-btn-border-radius: 25px;
}

#show-preferencesModal {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 65px;
	height: 65px;
	padding: 10px;
	cursor: pointer;
	border-radius: 100%;
	background-color: var(--cc-btn-primary-bg);
	border: 2px solid var(--cc-btn-primary-border-color);
	transition: background-color .15s ease,border-color .15s ease,color .15s ease;
	z-index: 99999;
}

#show-preferencesModal:hover {
    background: var(--cc-btn-primary-hover-bg);
    border-color: var(--cc-btn-primary-hover-border-color);
    color: var(--cc-btn-primary-hover-color);
}

#show-preferencesModal.show-preferencesModal-hidden {
	display: none;
}

#show-preferencesModal svg {
	max-width: 100%;
}.sm-panel {position: fixed;width: 155px;top: 150px;right: -105px;z-index: 1000000;transition: visibility .25s, opacity .25s}
.sm-panel>ul {margin: 0;padding: 0;list-style-type: none}
.sm-panel>ul>li {transition: transform .25s}
.sm-panel>ul>li:hover {transform: translateX(-105px)}
.sm-panel>ul>li>a {display: flex;align-items: center;color: #fff;padding: 5px 0 5px 5px;text-decoration: none}
.sm-panel>ul>li>a>img {margin: 0 10px 0 0}
.sm-panel>ul>li>a>span {font-size: initial}
.sm-panel>ul>li[class^="sm-"] {background-image: none;background-repeat: repeat;background-attachment: scroll;background-position: 0%}
.sm-text-black {color: #000}
.sm-fb {background:#1977f3}
.sm-twitter {background:#fff}
.sm-gmap {background:#333}
.sm-blog {background:#0171bb}
.sm-pinterest {background:#d73532}
.sm-youtube {background:#e32c26}
.sm-allegro {background:#ff5a00}
.sm-linkedin {background:#0097bd}
.sm-payback {background:#00349a}
.sm-olx {background:#002f34}
.sm-instagram {background:#eee}
.sm-pyszne {background:#ff8000}
.sm-tiktok {background:#fff}
.sm-booksy {background:#f9e5bc}
/* ukrywanie socjalek a mobilce
@media screen and (max-width:640px) {.sm-panel {visibility:hidden; opacity:0}}
*/
