.footer-mob-lista {
	display: flex;
	color: #fff;
    background: var(--bs-primary);
    padding: 7px 25px;
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
    /*border-radius: 10px 10px 0 0;*/
    box-shadow: -2px 0 3px rgba(0, 0, 0, .5);
    z-index: 10000;
    width: 100vw;
}
.footer-mob-lista > div {
	width: 20%;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.footer-mob-lista {
		display: none;
	}
}

footer #search_block_top {
	display: none;
	margin-bottom: 60px;
}

footer .objednavka {
	position: relative;
}
footer a{color: white;}

footer .cart-products-counthome {
    display: block;
	position: absolute;
    height: 18px;
    width: 18px;
    right: auto;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    top: -8px;
    left: 37px;
}

#search_block_footer #search_query_block {
  height: 38px;
}


#search_block_footer {
  position: fixed;
  width: 100%;
  bottom: -200px; /* Skryté mimo obrazovku */
  left: 0;
  padding: 0 40px;

  transition: bottom 0.3s ease-in-out;
}

#search_block_footer.active {
  bottom: 38px; /* Kde se má objevit */
  background: white;
}

#search_button_f{top: 1px;
  position: absolute;
  padding: 8.5px 15px;
  right: 1px;
  border-radius: 0 5px 5px 0;
  background: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);}

@media (max-width: 767px) {
  #search_button_f {
    padding: 6.5px 15px;
  }
}