/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------    obecné styly -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

.dostupnost_info,
.doprava_info{
  font-size: 90%;
  font-weight: bold;
}

.dostupnost_info span,
.doprava_info span{
  color: #444;
  font-weight: normal;
}

.doprava_info{
  font-size: 150%;
}
.doprava_info span{
  color: green;
}



.button_koupit,
a.button_koupit{
  float: left;
  margin: 0;
  padding: 3px 10px;
  background-color: var(--barva-projektu);
  border: 1px var(--barva-projektu) solid;

/*border: 1px #999 solid;*/
/*-moz-border-radius: 5px;
border-radius: 5px;*/
  -webkit-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;

}


.button_koupit:hover,
a.button_koupit:hover{
  border: 1px var(--barva-projektu) solid;
  background-color: #FFF;
  color: var(--barva-projektu);
}

.prod_box .pridat_do_kosiku_box{
  width: 154px;
}  
.pridat_do_kosiku_box{
/*  padding: 10px;
  background-color: #F5F5F5;*/
}

.pridat_do_kosiku_box span{
  font-size: 180%;
  margin-top: 15px;
}

  
.pridat_do_kosiku_box button{
  width: 70%;
  height: 50px;
  /* background-image: url('/admin/img/icons/bw/1391648372_shopping_basket.png'); */
  background-image: url('/admin/img/icons/basket.png');
  background-position: 1.5vw 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 3px 0 4px 0;
  padding-left: 3vw;
  color: #fff;
  /* border: 0; */
  font-size: 120%;
}

.pridat_do_kosiku_box input{
  width: 30%;
  height: 50px;
  float: left;
  margin: 0;
  border: 1px var(--barva-projektu) solid;
  font-size: 180%;
}

.eshop_napoveda{
  font-size: 120%;
  color: var(var(--barva-projektu));
  font-weight: bold;
}

.calendar{
  display: inline-block;
  width: auto;
  float: left;
  font-size: 120%;
  margin: 0;
}

#kalendar_pujcovna .vyprodano{
  color: red;
  font-weight: bold;
}

#kalendar_pujcovna .skladem{
  color: green;
  font-weight: bold;
}

#kalendar_pujcovna .kalendar_vyber_od{
  background-color: #add8e6;
}

#kalendar_pujcovna .kalendar_vyber_do{
  background-color: #ffdead;
}

#kalendar_pujcovna .kalendar_vyber_mezi{
  background-color: #90ee90;
}

.ramec_obrazek{
  overflow: hidden; 
}

.ramec_obrazek h3 {
  height: 2.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
  font-size: 120%;
  word-break: break-word;
  
  /* Nové vlastnosti pro zarovnání dolů */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.zoom{
  transition: transform .5s;
}

.zoom:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------    obecné styly -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */










/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------    VYPIS KATEGORII NA HP         --------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

  .nabidka_ramec{
    padding-top: 5px; 
    display: flex;
    flex-direction: row;
  }
  
  .bunka_zpet,
  .nabidka_ramec .a{
    width: fit-content;
    flex: 1;
    cursor: pointer;
    margin: 0 1% 0 0;
    /*margin-bottom: 46px;*/
    
/*    border: 1px #999 solid;
    background-color: #E0E0E0;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
  }
  
  .bunka_zpet{
    width: 97%;
    font-size: 95%;
  }

  .nabidka_ramec a:hover,
  .bunka_zpet:hover{
    background-color: #fff;
  }
  
  .nabidka_ramec a h2{
    font-size: 110%;
    padding: 0;
    background-color: var(--barva-projektu);
    color: #FFF;
  }

  .nabidka_ramec a img{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-left: 5px;
    vertical-align: middle;
  }

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------    KONEC VYPIS KATEGORII NA HP      ------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */








/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------    VYPIS NEJBLIŽŠÍCH KATEGORII NAD ZBOŽÍM     -------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

#kategorie_nabidka{
  
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------    KONEC VYPIS NEJBLIŽŠÍCH KATEGORII NAD ZBOŽÍM     -------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */






  
  .kategorie_ramec_nadpis{
    font-family: 'Caveat', cursive;
    width: 100%;
    background-color: var(--barva-projektu2);
    color: #FFF;
    text-align: center;
    font-size: 150%;
    border: 0;
  }
  
  .kategorie_ramec{
    width: 100%;
    text-align: center;
    background-color: var(--barva-projektu);
    border: 0;
    border-bottom: 1px solid var(--barva-projektu2);
  }
  
  
  .kategorie_ramec a{
    display: inline-block;
    padding-top: 1vh;
  }
  
  
  .kategorie_ramec h2{
    max-width: 24vw;
    display: inline-block;
    padding: .5vh 10px;
    margin: 0;
    color: #FFF;
    font-size: 110%;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: border-right 1000ms linear;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-right: 1px var(--barva-pozadi) solid;
  }
  
  .kategorie_ramec h2:hover,
  .kategorie_ramec .aktivni{
    background-color: var(--barva-projektu2);
    -webkit-transition: border-right 1000ms linear;
    -ms-transition: border-right 1000ms linear;
    transition: border-right 1000ms linear;
/* -moz-border-radius: 3px;*/
/* border-radius: 3px; */
  }
  







.tlacitko_razeni,
.tlacitko_zobrazeni{
  background: none;
  border: 1px solid #A5A5A5;
  border-bottom: 0;
  margin-left: 5px;
  margin-top: 4px;

  -moz-border-radius: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}


.tlacitko_zobrazeni{
  font-size: 120%;
  margin-top: 0;
}
  
.tlacitko_razeni:hover,
.tlacitko_zobrazeni:hover{
  background-color: #585A5D;
  color: #FFF;
}




.zvyhodneni_container{
  position: absolute;
  font-size: 140%;
  padding: 5px 30px;
  color: #FFF;
  background-color: var(--barva-projektu);
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 1;
/*  opacity: 0.7;
  filter: alpha(opacity=7);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;*/

}


/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------   konec VÝPIS ZBOŽÍ - OKNO NABIDKA  ------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */








/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------   DETAIL ZBOŽÍ --------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */





#detail_zbozi_left{
  width: 65%;
  float:left;
  padding:0;
}

.gallery .foto_zbozi_nahled{
  width: 32%;
  height: auto;
  position: relative;
  z-index: 1;
}

#detail_zbozi_left .gallery{
/*
  background-color: #CCCC00;
*/
  width: 100%;
  float: left;
  margin-bottom: -6px;
}

#detail_zbozi_left .param_pod_foto .right{
  float: right;
  margin-right: 15px;
}
#detail_zbozi_left .param_pod_foto .right a{
  color: #FFF;
}

#detail_zbozi_left .param_pod_foto{
  clear: both;
  background-color: #000;
  color: #FFF;
  padding: 8px 0 5px 7px;
}



#detail_zbozi_container #detail_zbozi_right{
  width: 30%;
  float: right;
  padding: 0;
  margin: 0 1%;
}

#detail_zbozi_container #detail_zbozi_right hr{
  width: 100%;
  height: 1px;
  background-color: #70707a;
  border: 0;
  float: left;
  padding: 0;
  margin: 3px 0;
}

#detail_zbozi_container #detail_zbozi_right .h3{
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 150%;
  
}

.koupit_tlacitko{
  width: 50%;
  background: none;
  margin: 30px 0 0 0;
  border: 1px #777 solid;
  padding: 15px 5px;
  color: #777;
  font-size: 90%;
}



.gallery .fotka_detail_zbozi_mala{
  width: 49%;
  float: left;
  margin: 5px 1% 0 0;
}

.gallery .fotka_detail_zbozi{
  /*margin-bottom: 2px;*/
}



#detail_zbozi_container #detail_zbozi_right .kategorie{
  color: #000 !important;
  letter-spacing: 0;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#detail_zbozi_container #detail_zbozi_right .dph{
  /*float: right;*/
  font-size: 80%;
  color: #777;
}

#detail_zbozi_container #detail_zbozi_right .cena_s_dph{
  /*float: right;*/
  font-size: 90%;
  color: #333;
}


#parametr_lista{
  width: 100%;
  
  /*background-color: #4f4c4d;*/
}

#parametr_lista .odrazka{
  min-width: 6%;
  float: left;
  color: #777;
  padding: 15px 5px;
  margin: 0 0.5% 3px .5%;
  font-size: 90%;
  text-align: center;
  /* border-bottom: 3px #4f4c4d solid; */
  border: 1px #777 solid;
  cursor: pointer;
}

#parametr_lista .odrazka_aktivni,
#parametr_lista .odrazka:hover{
  /*text-decoration: underline;*/
  margin-bottom: 0;
  border-bottom-color: var(--barva-projektu);
  border-bottom-width: 3px;
  color: #000;
  font-weight: bold;
}


/*#parametr_lista .odrazka img{
  margin: 5px 0 0 5px;
  vertical-align: sub;
}*/

.parametr_lista_list h3{
  margin: 0;
  font-size: 120%;
}

.parametr_lista_list{
  /*background-color: #e5e5e5;*/
  padding: 30px 10px 20px 9px;
  /*border-bottom: 10px #c5c5c5 solid;*/
}

.eshop_parametr_radek{
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-collapse: collapse;
}
  
.eshop_parametr_radek td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  /* min-width: 250px; */
}

.eshop_parametr_radek .tr_vypln td {
  height: 5px;
  border: 0 !important;
}


.eshop_parametr_radek td:last-child{
  border-right: 1px solid #ccc;
}
  
.eshop_parametr_radek td:first-child{
  border-left: 1px solid #ccc;
}
  
.eshop_parametr_radek span{
  font-weight: normal;
}



.youtube_video{
  margin: 1%;
  width: 30%;
  height: 250px;
} 


/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------   KONES DETAIL ZBOŽÍ --------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */










/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------   NAPOSLEDY PROHLÍÉŽENÉ ZBOŽÍ --------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
.ramec_nabidky_zbozi_left {
  width: 95%;
  float: left;
  padding: 5px 2px;
  background-color: #F2F2F2;
  border: 1px #D2D2D2 solid;
  margin: 0px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.ramec_nabidky_zbozi_left:hover {
  background-color: #E2E2E2;
}


.ramec_nabidky_zbozi_left .popiska {
  width: 125px;
  max-width: 125px;
  padding: 0px;
  margin: 0px;
  margin-left: 2px;
  display: inline;
  float: right;
  font-size: 12px;
}
  
.ramec_nabidky_zbozi_left .mnoz {
  width: 10%;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  float: left;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------   KONEC - NAPOSLEDY PROHLÍÉŽENÉ ZBOŽÍ ------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */








/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------   IKONA KOŠÍKU -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */


#eshop_kosik_ikona{
  position: fixed;
  right: 0;
  top: 50px;
  padding: 10px 15px 4px 20px;
  background-color: #F2F2F2;
  opacity: 0.9;
  filter: alpha(opacity=9);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  /* max-width: 80%; */
  max-height: 120px;
  overflow-y: auto;

  border: 0;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  -moz-border-radius: 10px;
  border-radius: 0;
  border-bottom-left-radius: 30px;
  font-size: 90%;
  z-index: 6;
}

#eshop_kosik_ikona .h3{
  font-size: 110%;
}
  
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------   KONEC - IKONA KOŠÍKU ------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */





.popiska {
	font-size: 130%;
	color: #000;
	text-decoration: none;
  padding-left: 10px;
}

.hodnota {
	font-size: 14px;
	font-weight: bold;
	color:  #633814;
	text-align: center;
}


/* Doprava Zásilkovna */
.zasilkovna_adresa{
  font-size: 130%;
  padding: 10px 0;
  color: var(--barva-projektu);
}

/* Doprava PPL - výběr pobočky */
/* Vše uvnitř tohoto divu se pokusí ignorovat globální styly */
#ppl-parcelshop-map_container {
  all: initial; /* Resetuje všechny zděděné vlastnosti na výchozí hodnoty */
  display: block; /* 'all' zruší i block display, tak ho musíme vrátit */
}

/* Musíte zajistit, aby vaše ostatní styly nepoužívaly !important */
#ppl-parcelshop-map_container * {
  all: revert; /* Vrátí stylům jejich přirozené chování pro daný prvek */
}


#ppl-parcelshop-map .btn {
  font-size: initial;
}

#ppl-parcelshop-map_container .btn:hover,
#ppl-parcelshop-map_container .btn:active,
#ppl-parcelshop-map_container .btn:focus{
  background-color: #FFF !important;
}











#button_mnoz{
  width: 120px;
  height: 32px;
  margin-right: 5px;
  background-color: #EEE;
  background-image: url(/admin/img/icons/eshop_arrow_refresh.png);
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px;
  padding-left: 32px;
}


#button_potvrdit,
#button_vymazat {
  float: right;
  margin: 10px 0 10px 2%;
  padding: 20px;
  /*background-color: #EEE;*/
  border: 1px #777 solid;
  /*color: #000;*/
  font-weight: bold;
  font-size: 100%;
}

#button_vymazat {
  padding: 5px;
}

#button_potvrdit i{
  font-size: 200%;
  vertical-align: sub;
}



.doprava_dlazka{
  width: 90%;
  padding-top: 5px;
  font-size: 130%;
  color: #333;
  border-left: 1px #777 solid;
  margin-bottom: 10px;
  padding: 0 15px;
}

.odkazy {
	margin-top: 5px;
	/* background-color: #EBEBED; */
	clear: both;
}

.odkazy td {
	text-align: center;
	border: 0px;
}

.odkazy td a {
  font-size: 90%;
}


.obsah_kose td{
 border: 1px #777 solid;
 text-align: center;
 vertical-align: middle;
 max-width: 10vw;
}

.obsah_kose th{
 border: thin #777 solid;
 text-align: center;
 vertical-align: central;
 font-size: 90%;
}

.obsah_kose input{
  width: 50px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.ikona{
  border:0px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#ppl-parcelshop-map_container{
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* MediaQuery */
@media screen and (max-width:1024px) {
  #verdikt_popredi{
    width: 98%;
    left: 1%;
  }

  .kategorie_ramec h2{
    max-width: 30vw;
    font-size: 100%;
  }
}

@media screen and (max-width:800px) {
  #zadost .tlacitko_odeslat{
    width: 100%;
  }

  .kategorie_ramec{
    border-right: 1px solid var(--barva-projektu2);
  }

  .kategorie_ramec h2{
    max-width: 49vw;
    font-size: 90%;
  }

  .eshop_parametr_radek{
    width: 100%;
    font-size: 90%;
  }
}

@media screen and (max-width:500px) {
  .kategorie_ramec a {
    padding: 0;
  }
  .kategorie_ramec h2{
    border-right: 0;
  }

  .tlacitko_odeslat {
    font-size: 80%;
  }

  .gallery .foto_zbozi_nahled{
    width: 100% !important;
    margin: 15px 0 0 0;
  }
}
