@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d6z4tn');
  src:  url('../fonts/icomoon.eot?d6z4tn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d6z4tn') format('truetype'),
    url('../fonts/icomoon.woff?d6z4tn') format('woff'),
    url('../fonts/icomoon.svg?d6z4tn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.popup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 10000;
}
.popup .okno {
	border-radius: 5px;
	border: 1px solid red;
	background-color: #fff;
	padding: 20px 30px;
	font-size: 1rem;
}
.popup .okno .tlacitka {
	text-align: right;
}
.popup .okno .tlacitka button {
	color: #fff;
	background-color: #009444;
	padding: 7px 20px;
	border: 0;
	font-size: 1rem;
	cursor: pointer;
}
.popup .okno .tlacitka button.orange {
	background-color: #E61521;
}

.icon-darceky:before {
  content: "\e901";
  color: #fff;
}
.icon-218:before {
  content: "\e901";
  color: #fff;
}
.icon-svicka1:before {
  content: "\e902";
  color: #fff;
}
.icon-242:before {
  content: "\e902";
  color: #fff;
}
.icon-tel:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
  font-size: 30px;
}
.icon-drogerie:before {
  content: "\e906";
   color: #fff;
}
.icon-176:before {
  content: "\e906";
   color: #fff;
}
.icon-kosik:before {
  content: "\e907";
}
.icon-fb:before {
  content: "\e908";
}
.icon-hvezda:before {
  content: "\e909";
  color: #fff;
}
.icon-napoje:before {
  content: "\e90a";
   color: #fff;
}
/*.icon-172:before {
  content: "\e90a";
   color: #fff;
}*/
.icon-cukrovi:before {
  content: "\e90b";
   color: #fff;
}
.icon-171:before {
  content: "\e90b";
   color: #fff;
}
.icon-lupa:before {
  content: "\e90c";
  font-size: 35px;
}
.icon-jidlo:before {
  content: "\e90d";
   color: #fff;
}
.icon-170:before {
  content: "\e90d";
   color: #fff;
}
.icon-papir:before {
  content: "\e90e";
   color: #fff;
}
.icon-175:before {
  content: "\e90e";
   color: #fff;
}
.icon-pes:before {
  content: "\e90f";
   color: #fff;
}
/*.icon-174:before {
  content: "\e90f";
   color: #fff;
}*/
.icon-ruce:before {
  content: "\e910";
  color: #fff;
}
.icon-sluchadla:before {
  content: "\e911";
  color: #fff;
}
.icon-vlajka:before {
  content: "\e912";
}
.icon-konzervy:before {
  content: "\e913";
   color: #fff;
}
.icon-173:before {
  content: "\e913";
   color: #fff;
}

.icon-user:before {
  content: "\e914";
}
.icon-newuser:before {
  content: "\e915";
}
.icon-register:before {
  content: "\e916";
  color: #fff;
}
.icon-logout:before {
  content: "\e917";
}
.icon-login:before {
  content: "\e918";
}
.icon-user:before {
  content: "\e914";
}
.icon-newuser:before {
  content: "\e915";
}
.icon-register:before {
  content: "\e916";
  color: #fff;
}
.icon-logout:before {
  content: "\e917";
}
.icon-login:before {
  content: "\e918";
}

.icon-172 {
	display: block;
	height: 35px;
	background: url('../images/icon-napoje.png') no-repeat 50% 50%;
}

.icon-359 {
	display: block;
	height: 35px;
	background: url('../images/icon-alko-tabak.png') no-repeat 50% 50%;
}

.icon-174 {
	display: block;
	height: 35px;
	background: url('../images/icon-krmivo.png') no-repeat 50% 50%;
}

.icon-374 {
    display: block;
    height: 35px;
    background: url('../images/icon-vyprodej.png') no-repeat 50% 50%;
}

.icon-oblibene:before {
  content: "\e900";
}

.icon-castynakup:before {
  content: "\ea2e";
}

.ceny-input{
    margin: 0;
    padding: 0;
    padding-left: 2em;
    width: 5em;
    font-size: 0.9em;
}

.ceny-date{
    width: 10em;
    margin: 0;
    padding: 0;
    padding-left: 2em;
    font-size: 0.9em;
}
.ceny-date-label{
    width: 7em;
    text-align: center;
    display: inline-block;
    padding-right: 2.5em;
}