div#dokosiku_hlaska_bg {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 21000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

div#popup_kosik {
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 50%;
  left: 50%;
  margin: 0 0 -101px -151px;
  z-index: 22000;
  width: 360px;
  height: 100px;
  padding: 30px;
  background-color: #da3066;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 20px #262626;
  box-shadow: 0px 0px 20px #262626;
}
div#popup_kosik p {padding-top: 15px; font-weight: bold;}
div#popup_kosik #zrusit {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 25px;
  cursor: pointer;
  width: auto;
  margin-top: 0px;
  font-size: 14px;
  text-decoration: none;
  height: auto;
  line-height: 14px;
}
div#popup_kosik #zrusit:hover {color: black;}
div#popup_kosik a {
  color: white;
  text-decoration: underline;
  width: 50%;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
}
div#popup_kosik a:hover {color: black;}
div#popup_kosik a#zrusit_a {
    text-align: left!important;
    background-image: url("../img/arrow_left.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 15px;
    padding-top: 20px;
}
div#popup_kosik a#do_kosiku_A {
    text-align: right!important;
    background-image: url("../img/arrow_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
    box-sizing: border-box;
}
.kosik_vypis h1, .objednavka_vypis h1 {
  font-family: "Metropolis-Black"; 
  font-size: 36px; 
  line-height: 48px; 
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  color: #da3066;  
  padding-top: 40px; 
  padding-bottom: 35px; 
  text-align: center; 
  text-transform: uppercase;  
}
.kosik_vypis p.prazdny {
  font-weight: bold;
  text-align: center;
  margin-bottom: 180px;
}
.header_odkazy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.header_odkazy a {
  display: inline-block;
  font-size: 24px;
  font-family: "Metropolis-Bold";
  color: black;
  text-decoration: none;
  margin-right: 25px;
  padding-right: 8px;
  transition: 500ms;
}
.header_odkazy a span {
  background-color: #da3066;
  padding: 5px;
  color: white;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
}
.header_odkazy a.neakt span {
  background-color: #db7595; 
}
.header_odkazy a:hover {
  background-color: #0c3c85;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  color: white;
}
.header_odkazy a.neakt:hover {
  background-color: #7293c5;  
}
.panel_kosik h2,.objednavka_vypis h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Metropolis-Black";
}
.polozka {
  border-bottom: solid gray 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.polozka a.obr {
  display: block;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.polozka h3 {
  margin-left: 20px;
  width: 360px;
  float: left;
  font-size: 16px;
  margin-top: 30px;
}
.polozka h3 a {
  color: black;
  text-decoration: none;
}
.polozka .pocet_ks {
  margin-left: 50px;
  float: left;
  margin-top: 20px;
  width: 180px;  
}
.polozka .pocet_ks input[type='submit'] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 38px;
  height: 34px;
  background-image: url("../img/eshop/refresh.png");
  float: right;
  margin-top: 0px;
  transition: 500ms;
  cursor: pointer;
}
.polozka .pocet_ks input[type='submit']:hover {
  transform: rotateZ(150deg);
}
.polozka #pocet_ks_input {
  width: 50px;
  font-size: 16px;
  padding: 5px;
}
.polozka .smaz {
    float: right;
    margin-top: 35px;
    margin-left: 15px;
    padding: 5px;
    font-size: 30px;
    text-decoration: none;
    color: black;
    transition: 1000ms;
}
.polozka .smaz:hover {
    background-color: red;
    color: white;
}
.polozka .cena {
  margin-top: 50px;  
  float: right;
  color: #da3066;  
  font-family: "Metropolis-Bold";
  text-align: right;
}
.marginTop60px {
  padding-top: 60px;
}
p.cena_sleva_p {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  color: black;  
  font-family: "Metropolis-Regular";  
  padding-bottom: 10px;
}
p.celkova_cena {
  text-align: right;
  font-size: 26px;
  color: #da3066;  
  font-family: "Metropolis-Bold";  
  padding-bottom: 30px;
}
.kosik_vypis .pokracovat {
  float: right;
  width: 240px;
  text-align: center;
  background-color: #0c3c85;
  color: white;
  text-decoration: none;
  padding: 20px 0px;
  font-size: 22px;
  margin-bottom: 50px;
  transition: 500ms;
}
.kosik_vypis .pokracovat:hover {background-color: black;}
input.pokracovat {
  float: right;
  width: 240px;
  text-align: center;
  background-color: #0c3c85;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 20px 0px;
  font-size: 22px;
  margin-bottom: 50px;
  transition: 500ms;
}
input.pokracovat:hover {background-color: black;}

.doprava-a-platba .zarovnani, .kontaktni-udaje .zarovnani {max-width: 100%;}
.doprava_platba, .kontaktni_udaje_div {float: left; width: 60%;}
.mini_kosik {float: right;width: 30%;padding: 30px;background-color: #f1f1f1;}
.mini_kosik p.h2 {font-family: "Metropolis-Bold"; font-size: 22px;  padding-top: 30px; padding-bottom: 10px;}
.polozka p.h3 {
  margin-left: 20px;
  width: 360px;
  float: left;
  font-size: 16px;
  margin-top: 30px;
}
.polozka p.h3 a {
  color: black;
  text-decoration: none;
}
.mini_kosik .cena {margin-top: 30px;}
.mini_kosik .polozka .pocet_ks {margin-top: 30px; width: 50px;}
.mini_kosik .celkem {  
  text-align: right;
  font-size: 20px;
  color: #da3066;  
  font-family: "Metropolis-Bold";  
  padding-top: 20px;
  padding-bottom: 10px;
}
.mini_kosik_hlavni {
  display: none;
  position: absolute;
  right: 50px;
  top: 80px;
  width: 750px;
  background: white;
  border: solid 1px lightgray;
  padding: 15px;
  box-shadow: grey 5px 5px 8px;
}
.mini_kosik_hlavni .mini_kosik {
  float: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mini_kosik .i {text-align: right; font-family: "Metropolis-Bold";}
.doprava_platba h2, .kontaktni_udaje_div h2 {
  text-align: center;
  font-family: "Metropolis-Bold";
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.doprava_pole, .platba_pole {
  width: 100%;
  max-width:  770px;
  float: right;
  padding-bottom: 40px;
  padding-top: 20px;
}
.platba_pole {padding-bottom: 60px;}
.doprava_item, .platba_item {
  width: 100%;
  max-width: 370px;
}
.doprava_item input[type="radio"], .platba_item input[type="radio"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;  
  margin-right: 15px;
}
.doprava_item h4, .platba_item h4 {
  float: left;
  line-height: 30px;
  margin-right: 15px;  
}
.doprava_item img, .platba_item img {
  height: 30px;
  margin-right: 15px;
  float: left;
}
.cena_dodani {
  line-height: 30px;
  font-family: "Metropolis-Bold";
  float: right;
}
.napoveda { line-height: 30px; position: relative;}
.napoveda p {
  position: absolute;
  background-color: #e2e9f5;
  border: solid 1px rgb(81, 81, 235);
  color: black;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  top: 22px;
  left: 200px;
  width: 200px;
  display: none;
}
img.info {width: 15px; height: 15px; margin-top: 5px;}
.napoveda:hover p{display: block;}
#kosik_icon {
  position: absolute;
  top: 10px;
  right: 50px;
  color: #da3066;
  text-decoration: none;
  background-image: url("../img/eshop/cart.png");
  height: 50px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 100px;
  line-height: 25px;
}
.formatovani_textu h3.datum_objednani, .formatovani_textu h3.zpusob_pd,
.formatovani_textu h3.fakturacni_udaje, .formatovani_textu h3.dodaci_udaje {font-size: 18px; padding-top: 20px;}
.formatovani_textu h3.zpusob_pd, .formatovani_textu h3.fakturacni_udaje, .formatovani_textu h3.dodaci_udaje {padding-top: 40px;}
.objednavka .formatovani_textu p {line-height: 18px; padding-top: 5px; padding-bottom: 3px;}
.nakup {float: right; width: 600px; margin-left: 50px;}
.cena_n {float: right;}
h3.c_o, p.vpravo {text-align: right;}
p.info_ko {font-size: 13px!important;}
.pres_ucet {
  background-color: #f1f1f1;
  border: solid 1px #cecece;
  padding: 15px 25px;
  max-width: 300px;
}
.formatovani_textu .pres_ucet p {line-height:22px;}
.fak_udaje {display: none;}
@media screen and (max-width: 980px) { 
.doprava_platba {float: none; width: 100%;}
.mini_kosik {float: none; width: 100%; padding-bottom: 50px;}
.mini_kosik_hlavni {display: none!important;}
}

@media screen and (max-width: 800px) { 
  #kosik_icon {width: 0px; overflow: hidden;}
}

@media screen and (max-width: 650px) { 
  div#popup_kosik {width: calc(100% - 70px); left: 0px; top: 0px; margin: 0 0 0px 0px; height: calc(100% - 70px);}
  #kosik_icon {right: 5px;}
} 

@media screen and (max-width: 500px) { 
  #kosik_icon {top: 125px;}  
}