@charset "utf-8";
@import url('https://i.alza.cz/Foto/LegendFoto/EN/Files/css/vseobecny.css');

/* CSS Document */


/*Vypnutí colorboxu*/

.informace_vyp {
    display: none;
}

#celek h3,
#celek h2 {
    font-weight: 500 !important;
    line-height: normal;
    padding: .5em 0 0 0;
    margin-bottom: 2%!important;
    font-size: 21px!important;
}


/*Vypnuto z colorboxu - konec*/

@media screen and (max-width: 750px) {
    #celek p,
    #celek em,
    #celek span,
    #celek label,
    #celek strong,
    #celek b {
        font-family: "Helvetica Neu", "Segoe UI", Verdana, Sans-Serif, Arial;
        font-variant: normal;
        line-height: 180%;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    #celek em {
        font-style: italic;
    }
    #celek strong,
    #celek b {
        font-weight: bold !important;
    }
}












#celek .tabulka {
    margin-left: 10%;
    margin-right: 10%;
}

.informace_vyp {
    display: none;
}

#celek h3,
#celek h2 {
    font-weight: 500 !important;
    line-height: normal;
    padding: .5em 0 0 0;
    margin-bottom: 2% !important;
    font-size: 21px !important;
}

#celek #sport-kola-parametry {
    position: relative;
    margin-bottom: 30px;
}

#celek #sport-kola-parametry .radek {
    background: #FFFFFF;
    font-size: 0;
    display: flex;
}

#celek #sport-kola-parametry .radek:nth-child(even) {
    background: #FAFAFA;
}

#celek #sport-kola-parametry p.parametr-nazev {
    font-size: 13px;
    font-weight: 700;
    color: #A1C900;
    padding: 15px 15px 15px 34px;
    margin: 0;
    line-height: 19px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#celek #sport-kola-parametry p.parametr-nazev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

#celek #sport-kola-parametry p.parametr-text {
    font-weight: 500;
    color: #00275A;
    padding: 15px;
    margin: 0;
    line-height: 19px;
    width: 30%;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile #celek #sport-kola-parametry .radek {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile #celek #sport-kola-parametry p.parametr-nazev,
.mobile #celek #sport-kola-parametry p.parametr-text {
    width: 50%;
    text-align: left;
}

.mobile #celek #sport-kola-parametry .radek:nth-child(even) {
    background: transparent;
}

@media screen and (max-width: 750px) {

    p,
    em,
    span,
    label,
    strong,
    b {
        font-variant: normal;
        line-height: 180%;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

}
