@media (min-width: 1440px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 25% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 40% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 18% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 17% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 25% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 35% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 20% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 20% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 20% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 45% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 23% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 11% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 23% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 38% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 24% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 10% !important;
    }

    .kontaktHlavicka div.ikona span {
        font-size: 11px !important;
    }

    .kontaktHlavicka div.ikona a {
        font-size: 14px !important;
    }

    .kontaktHlavicka div.ikona::before, .navigation-buttons a[data-target=cart]:before {
        width: 30px;
    }
}

@media (max-width:767px) {
    .ikona::before {
        content: '\e92c';
        color: #a4cb0c;
        font-size: 26px;
        font-family: shoptet;
    }

    .ikona {
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #a4cb0c;
        color: black;
    }

    .ikona a {
        padding-left: unset !important;
        padding-top: unset !important;
        padding-bottom: 0px !important;
        font-size: 20px;
        font-weight: 600;
        color: black;
    }

    .ikona>span {
        margin-left: 20px;
        line-height: 1.3;
        font-size: 16px;
    }
}

.kontaktHlavicka {
    display: none;
}

.kontaktHlavicka div.ikona {
    display: flex;
    align-items: center;
}

.kontaktHlavicka div.ikona::before {
    content: '\e92c';
    color: #a4cb0c;
    font-size: 26px;
    font-family: shoptet;
}

.kontaktHlavicka div.ikona span {
    padding-left: 15px;
    font-size: 13px;
    color: #dadada;
}

.kontaktHlavicka div.ikona a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.kontaktHlavicka div.ikona span a:hover {
    color: #a4cb0c !important;
}