.bg-redpal .btn-kontakt {
    font-size: 14px;
    font-weight: 700;
    height: auto;
    padding: 0px 50px;
    border: 2px solid #FFF;
    background: #FFF;
    color: #d6494c;
}

.bg-redpal .btn-kontakt:hover {
    border: 2px solid #FFF;
    background: #d6494c;
    color: #FFF;
}

.p-top-0 {
    padding-top: 0px !important;
}

.p-top-bottom-3 {
    padding: 50px 0px !important;
}

.cena td {
    color: #d20910;
}

table.product {
    width: 100%;
    font-size: 15px;
    text-align: center;
}

table.product,
table.product td {

    border: 1px solid #FFF;

}

table.product td {
    padding: 15px 5px;
}

table.product .bg1 {
    background-color: #f8f8f8;
}

table.product .bg2 {
    background-color: #f0f0f0;
}

table.product .bg3 {
    background-color: #e8f1e3;
}

table.product .th {
    font-weight: bold;
}

.label-th {
    font-size: 12px;
}

.color-green {
    color: #368b2d;
}

.sep-right {
    border-right: 8px solid #FFF !important;
}

.shadow {
    box-shadow: 2px 2px 15px -2px rgb(50, 50, 50);
}

.product-box .icon {
    color: #d6494c;
    margin-right: 15px;
}

.width-th {
    width: 220px;
}

.width-5 {
    width: 20%;
}

.width-3 {
    width: 40%;
}


.p-bottom-0 {
    padding-bottom: 0px !important;
}

.p-top-0 {
    padding-top: 0px !important;
}

.p-top-2 {
    padding-top: 20px !important;
}

.cena_netto b{
    font-weight: normal;
}

.download_list{
    margin-bottom: 60px;
}
.download_list li{
    list-style-type: none;
}


#cookienotice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    z-index: 101;
    padding: 20px;
    background: #fff;
    border-top: 2px solid #d20910;

}

#cookienotice h4 {
    margin-bottom: 10px;
}

#cookienotice p {
    margin-bottom: 0px;
    ;
}

#cookienotice__accept {
    margin-bottom: 0px;
    ;
}