/*********/
/* ESHOP */
/*********/

.eshop .levy-panel
{
    width : 98%;
    float : none;    
    margin-left : 1%;
    margin-right : 1%;
}
.eshop .pravy-panel
{
    width : 98%;
    float : none;
    margin-left : 1%;
    margin-right : 1%;
}

/* Menu */
.eshop .menu-first li
{
    height : auto;
}
.eshop .menu-first .potomci a
{
    background-image: none;
    height : 45px;
}
.eshop .menu-first .nadpis
{
    height : 45px;
}

.eshop .menu-second 
{
    display: none;
    width : 100%;
    position : static;
    top : 0px;
    left : 0px;
    z-index : 100;
    background-color: white;
}
.eshop .menu-second a
{
    color : #464646 !important;
    background-image: none !important;
    font-weight: bold;
    display: table;
    height : 45px !important;
}



.eshop .page-contact
{
    float: none; 
    width: 100%;
    margin-left : 0px;
}

.eshop .polozka
{
    width : 33%;
}

/* Detail */
.eshop .header .foto
{
    width : 100%;
    float : none;
}
.eshop .header .ceny
{
    width : 100%;
    float : none;
    padding: 0;
}
.eshop .header .lupa
{
    display: none;
}

/* Objednavka */
.eshop .navigace-polozka
{
    font-size : 10px;
}
.eshop .obsah-kosiku
{
    background-image : none;
}
.eshop .doprava-a-platba
{
    background-image : none;
}
.eshop .dodaci-udaje
{
    background-image : none;
}
.eshop .souhrn-a-odeslani-zasilky
{
    background-image : none;   
}

.eshop .polozka-kosik
{
    height : 132px;
}
.eshop .polozka-kosik div
{
    height : 50%;
}
.eshop .polozka-kosik .foto
{
    width : 30%;
}
.eshop .polozka-kosik .nazev
{
    width : 70%;
}
.eshop .polozka-kosik .cena-celkem
{
    float : none;
}
.eshop .polozka-kosik .navyseni-poctu
{
    width : 50%;
}
.eshop .polozka-kosik .delete
{
    float : none;
    width : 50%;
}


.eshop .fakturacni-adresa .prvni, .eshop .dodaci-adresa .prvni
{
    width : 50%;
    float : left;
}
.eshop .fakturacni-adresa .druha, .eshop .dodaci-adresa .druha
{
    width : 50%;
    float : left;
}
.eshop .fakturacni-adresa .treti, .eshop .dodaci-adresa .treti
{
    float : none;
    width : 50%;
}