.vcw-nazev h3{
    font-weight: 900;
    
    font-size: 2em;
}

.vcw-kde_koupit h3{
    color: #A9A9A9;
    font-size: 0.8em;
    font-weight: initial;

}

.vcw-cena_od {
    font-size: 2em;
    font-weight: 900;
    color: #50AF1A;
}

.vcw {
    
    max-width: 90%;
    display: flex;
    margin: 40px auto;
    flex-wrap: wrap;
}

.vcw .skryt{
    display:none;
}


.vcw-radek-logo img {
    max-width: 100%;
}

.vcw-radek {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    background: none;
    border-radius: 20px;
    margin-bottom: 4px;
    box-sizing: border-box;
    border: 1px solid white;
}

.vcw-hlavicka {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.vcw-kde_koupit {
    width: 100%;
}

.vcw-tabulka {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.vcw-radek-logo {
    width: 15%;
    vertical-align: middle;
    padding: 0;
    display: flex;
    margin-right: 20px;
    justify-content: center;
}

.vcw-radek-logo img {
    margin: 0;
}

.vcw-radek-cena {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 2;
}

.vcw-radek-cena img {
    width: 30px;
}

.vcw-txt-cenaod{
    color: #A9A9A9;
    font-size: 0.8em;
    margin-right:10px
}

.vcw-cenaod{
    color: black;
    font-size: 1.2em;
    margin-right:10px;
    font-weight:700;
}

.vcw-radek-btn {
    font-weight: 900;
    text-transform: uppercase;
    color: #50AF1A;
    background: white;
    padding: 5px 25px;
    border-radius: 20px;
    border:1px solid #50AF1A;
}

.doporuceno .vcw-radek-btn {
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    background: #50AF1A;
    padding: 5px 25px;
    border-radius: 20px;
}

.vcw-radek-btn:hover {
    color: white;
    background: #0091ea;
    text-decoration: none;
}

.vcw-radek-doporuceno img {
    width: 15px;
    margin-right: 5px;
}

.vcw-radek-doporuceno {
    text-transform: uppercase;
    font-size: 0.7em;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
    display: none;
}

.vcw-radek.doporuceno .vcw-radek-doporuceno{
    display:flex;
} 

.vcw-radek.doporuceno{
    background:#F6FBF3
}

.vcw-radek:hover {
    background: rgba(0,145,234,0.05);
    border: 1px solid #D4EAC7;
}

.vcw-radek-cena img {
    display: none;
}
.vcw-radek-cena.darek img {
    display: flex;
}


.vcw-radek-logo.zastup img {
    width: 70px;
}

.vcw-koupit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media only screen and (max-width: 600px){

    .vcw-hlavicka {
        flex-wrap:wrap;
        margin-bottom:10px
    }
    .vcw-radek-cena{
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .vcw-txt-cenaod{
        width:100%
    }
    .vcw-radek-logo {
        width:20%;
        min-width: 20%;
    }
    .vcw-radek {
        padding:5px 10px;
    }
  .vcw-cena_od{
    font-size:1.5em;
  }
}