body
{
	background-color:#fbfbfb;
}

#site-footer {
    background-color: #3a3845;
    color: #fff;
    padding: 40px 0;
	margin-top:50px;
	width:100%;
}

#site-footer .container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us img
{
	width:160px;
	margin-bottom:15px;
}

.footer-p
{
	font-family:Mulish;
	font-size:14px;
	font-weight:300;
}

.footer-widget {
    flex: 1;
    min-width: 200px;
    margin: 20px;
}

.footer-widget h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
	font-size:17px;
	font-family:Libre Baskerville;
	font-weight:700;
}

.footer-icons
{
	width:14px;
	margin-right:5px;
}

.footer-fb-insta
{
	display:flex;
}

.footer-fb-insta img
{
	width:20px;
	margin-right:15px;
}

.footer-widget p, .footer-widget ul, .footer-widget li {
    margin: 0;
    padding: 0;
    list-style: none;
	padding:0px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.footer-widget a {
    color: #fff;
    text-decoration: none;
	transition: 0.3s;
	font-family:Mulish;
	font-size:14px;
}

.footer-widget a:hover {
    color:#ffc0cb;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons li {
    display: inline-block;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
	font-family:Mulish;
	font-size:14px;
	font-weight:300;
	margin-bottom:85px;
}

/* MOBILNE MENU */

.backdrop {
  background-color: #DEDEDE82;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px); 
}

.footer-mobile-menu
{
	display:flex;
	border-radius:99px !important;
	margin:10px;
	position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    z-index: 1000; /* Upewnij się, że jest na wierzchu innych elementów */
}

@media (min-width:1175px)
{
	.footer-mobile-menu
	{
		display:none;
	}
}

.footer-mobile-menu-icon1
{
	width:25%;
	background-color:#ffc0cb;
	border-radius:99px;
	padding: 10px;
	display:flex;
	justify-content:center;
}

.footer-mobile-menu-icon1 a
{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height: 35px;
}

.footer-mobile-menu-icons a
{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height: 35px;
}

.footer-mobile-menu-icons
{
	width:25%;
	background-color:transparent;
	border-radius:99px;
	padding: 10px;
	display:flex;
	justify-content:center;
}

#footer-cart-button
{
	width:25%;
	background-color:transparent;
	border-radius:99px;
	padding: 10px;
	display:flex;
	justify-content:center;
}

#footer-cart-button span
{
	color:grey;
}

.footer-mobile-menu-img
{
	width:22px;
}


/* Menu pop-up
/* Style dla pop-upa */


#menuPopup
{
    position: absolute;
    bottom: 60px; /* Przykładowa wartość odstępu od dolnej krawędzi */
    z-index: 9999; /* Upewnij się, że modal jest na wierzchu */
    display: none;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 100%; /* Dostosuj szerokość według potrzeb */
    height: auto; /* Możemy ustawić wysokość na 'auto', aby dopasować do zawartości */
    max-height: 500px; /* Ustalamy maksymalną wysokość dla przewijania */
    overflow-y: auto; /* Dodaj pasek przewijania, jeśli zawartość przekracza wysokość */
}

.menu-popup-content {
    position: relative;
    width: calc(100% - 40px); /* Aby uwzględnić marginesy */
    margin: 20px;
}

/* Dodatkowe style dla przycisku zamknięcia w footerze */
#closeMenuPopup {
    width: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
	color: #aaa;
}

.footer-menu-items
{
	margin:10px 10px 0px 10px;
}


.footer-menu-items #menu-menu-glowne-kategorie
{
	padding: 5px 0px 5px 0px;
	margin:0px;
}

.footer-menu-items #menu-menu-glowne-kategorie li
{
	list-style:none;
	padding: 5px 0px 5px 0px;
}

.footer-menu-items a
{
    text-decoration: none;
    color: black;
    font-size: 20px;
	font-weight:300;
}

.footer-mobile-menu-buttons
{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-top:10px;
}

.footer-mobile-menu-buttons a
{
	background-color:#806065;
	color: white;
    padding: 5px 13px;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 500;
	text-align: center;
}