.akce .page {
    position: absolute;
}

#kde-nakoupit h2 {
    margin-bottom: 15px;
}

#komentare h2, #kde-nakoupit h2 {
    color: #009CDD;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 5px;
}

#kde-nakoupit h2 {
    padding: 0;
}

#kde-nakoupit {
    margin-bottom: 15px;
}


.all-in-category {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

#recenze-line .all-in-category {
    float: right;
}

#news-list {
    padding: 0 20px 0 20px;
}

#news-tabs {
    height: 33px;
    position: relative;
    z-index: 1;
}

#news h2 {
    padding-bottom: 10px;
}

.news-item td {
    padding-bottom: 5px;
}

.news-item .date {
    width: 70px;
}

#prodejna-eshop h3 {
    color: #000000;
}

#prodejna-eshop a {
    text-decoration: none;
}

.triple-mid {
    padding: 0 27px;
}


.carousel {

}

.produkty-promo .produkt img.preview-first,
.produkty-promo .produkt:hover img.preview-second {
    display: block;
}

.produkty-promo .produkt:hover img.preview-first,
.produkty-promo .produkt img.preview-second {
    display: none;
}

.carousel-cell {
    width: 19%;
    padding: 5px 0.5% 0 0.5%;
}


.main-ban {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0;
}

.main-ban .container {
    width: 1300px;
    height: 412px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main-ban .container .ban-1 {
    grid-row-end: span 2;
    width: 864px;
    height: 412px
}

.main-ban .container .ban-2,
.main-ban .container .ban-3 {
    width: 423px;
    height: 201px;
    justify-self: right;
}

.main-ban .container .ban-3 {
    align-self: end;
}

.main-ban .container .ban a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-ban .container .ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hp-top-menu {
    margin-top: 20px;
    padding: 0 3%;
}

.hp-top-menu h2 {
    text-align: center;
}

.menuSub {
    margin: 20px 0 65px 0;
    gap: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.menuSub a.kategorieSub {
    display: block;
    border: 1px solid #EBEBEB;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.menuSub a.kategorieSub:hover {
    background-color: #dff0f7;
    border: 1px solid #009CDD;
}

.menuSub a.orangerino {
    border-color: #ef5611;
    background-color: #ffe5d8;
    color: #d84807;
}

.menuSub a.orangerino:hover {
    background-color: #ffccb3;
    border-color: #ef5611;
}

.menuSub a.kategorieSub .container {
    padding: 0 5px;
    box-sizing: border-box;
}

.menuSub a.kategorieSub .container img {
    padding: 7px 0;
    float: left;
}

.menuSub a.kategorieSub .container span.name {
    display: block;
    vertical-align: middle;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding-left: 7px;
}

.menuSub a.kategorieSub .container span.name span.text {
    text-decoration: none;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 1600px) {

    .main-ban .container {
        width: 1500px;
        height: 475px;
    }

    .main-ban .container .ban-1 {
        grid-row-end: span 2;
        width: 997px;
        height: 475px
    }

    .main-ban .container .ban-2,
    .main-ban .container .ban-3 {
        width: 488px;
        height: 232px;
    }
}