.topLista {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topLista p {
    margin-bottom: 0px;
}

.topLista a {
    color: #F5F5F5;
}

/* BARVA ODKAZU */

#odpocet {
    display: inline-block;
}

#odpocet>div {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .ordering-process .top-navigation-bar {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .ordering-process #navigation {
        display: none;
    }

    .lista-active .popup-widget.cart-widget {
        top: 129px;
    }

    .lista-active.admin-logged .popup-widget.cart-widget {
        top: 154px;
    }
}

.ordering-process .delivery-time {
    color: #808000;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .ordering-process .delivery-time {
        border-top: 1px solid #eee;
        padding-top: 16px;
    }
}

.cart-summary h4 {
    color: #808000;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .header-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-top .site-name-wrapper {
        order: 2;
    }

    body:not(.ordering-process) #header .search-form {
        display: block;
        margin: 10px 0;
    }

    .responsive-tools>a[data-target="search"] {
        display: none;
    }

    .responsive-tools>a[data-target="navigation"] {
        right: auto;
        left: 6px;
    }

    .doprava-hlavicka2 {
        left: 56px;
        width: 32px;
    }

    .top-navigation-bar .dropdown {
        right: 20px;
        left: auto;
        height: 32px;
        width: 32px;
        top: 18px;
        line-height: 30px;
    }

    .mess2::before {
        background-size: 30px auto !important;
        width: 30px !important;
        height: 30px !important;
    }

    .mess2 {
        left: calc(50% - 40px);
    }

    .responsive-tools>a[data-target="login"] {
        position: absolute;
        margin-left: calc(50% - 20px);
    }

    .responsive-tools>a[data-target="login"]::before {
        font-size: 25px;
    }

    .responsive-tools {
        height: 64px;
    }

    .responsive-tools>a[data-target="navigation"]::before {
        background-color: #808000;
    }
}

#odpocet:not(.blik) strong {
    opacity: 0;
}

.delivery-time .show-tooltip.acronym {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.delivery-time .tooltip {
    position: absolute;
    top: -48px;
    right: 6px;
}

.delivery-time .tooltip {
    display: none;
}

.delivery-time strong:hover+.tooltip {
    display: block !important;
}

.flag.flag-gift {
    font-size: 0;
    background-color: #DAA520;
}

.flag.flag-gift::before {
    content: '+ DÁREK ZDARMA';
}

@media screen and (min-width: 480px) {
    .topLista br {
        display: none;
    }

    /* ZMĚNA PÍSMA V LIŠTĚ DESKTOP */
    .topLista {
        font-size: 17px;
    }
}

@media screen and (max-width: 479px) {
    .odpocet-active img.doprava-hlavicka2 {
        top: 78px !important;
    }

    .odpocet-active .messenger::before {
        top: 71px !important;
    }

    .odpocet-active .top-navigation-bar .dropdown {
        top: 78px !important;
    }

    .odpocet-active .topLista {
        height: 61.5px;
    }

    /* ZMĚNA PÍSMA V LIŠTĚ MOBIL */
    .topLista {
        font-size: 15px;
    }
}

.dp-weight__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.dp-weight__heading {
    display: block;
    color: olive;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.dp-weight__subheading {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.dp-weight__amount {
    color: olive;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}

.js-weight-tooltip {
    position: relative;
    left: 10px;
}

.green-tooltip {
    background-color: olive;
    border-color: olive;
}

.dp-delivery-date {
    display: block;
    color: olive;
    font-size: 18px;
    margin-top: 10px;
}