.pizza-th .th:nth-child(n+3) {
    display: none;
}

.pizza-th {
    position: relative;
}


.pizza-th .thumbswitcher {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 2px 5px 0 5px;
    font-size: 14px;
    color: #3e3e3a;
    background: #fff;
    z-index: 10;
    text-decoration: none;
    border-radius: 3px;
}
.pizza-th .thumbswitcher.active {
    color: #fff;
    background: #007343;
    cursor: default;
}

.pizza-th .thumbswitcher:first-of-type {
    right: 60px;
}

/**
    ig + logo adjustments
 */
.hp .ig-link {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    right: 15px;
    top: 20px;
    z-index: 999;
}

.hp .ig-link svg, .motive-branch-info .ig-link svg {
    fill: white;
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease-in-out;
}

.hp .ig-link:hover svg {
    fill: #e1306c; /* Typická růžová barva Instagramu */
}
.motive-branch-info .ig-link:hover svg {
    fill: rgba(231, 89, 137, 1);
}

.hp .logo h1 img {
    margin: 0;
}
@media (max-width:767px) {
    .motive .motive-branch-info {
        width: 80%;
    }
    .motive .motive-branch-info h1 {
        align-self: flex-start;
    }
    .motive .motive-branch-info h1 small {
        text-align: left;
    }
    .motive .motive-branch-info a:not(.ig-link) {
        width: 100%;
        text-align: center;
    }
}

.motive .motive-branch-info .ig-link {
    background: none !important;
    height: 34px;
    width: 34px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 15px;
    margin-top: 0;
}

@media (min-width:768px) {
    .hp .ig-link {
        width: 80px;
        height: 80px;
        right: 35px;
        top: 35px;
    }

}
@media (min-width:992px) {
    .hp .logo h1 img {
        margin: 0 auto;
    }
    .hp .ig-link {
        width: 100px;
        height: 100px;
        right: 35px;
        top: 39px;
    }
    .motive .motive-branch-info .ig-link {
        position: static;
        top: auto;
        right: auto;
    }


}

@media (min-width:1200px) {
    .hp .ig-link {
        width: 125px;
        height: 125px;
        right: 35px;
        top: 40px;
    }

}