.selected-languages span {
    display: inline-block;
}

.unitPhotosBlock {
    text-align: center;
    margin-bottom: 1rem;
}

    .unitPhotosBlock > a {
        width: 30%;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin: 0 1%;
        border: 1px solid #595965;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.unitPhotosBlock > a > img {
            box-sizing: border-box;
            border: none;
            text-decoration: none;
            width: 100%;
        }

.add-group-to-preferences-cart {
    color: #595965 !important;
    display: block;
}

@media(min-width: 768px) {
    ul.breadcrumbs {
        margin-left: 25px;
    }
}

@media(max-width: 767px) {
    ul.breadcrumbs {
        display: none;
    }
}

.tip {
    position: relative;
    display: inline-block;
}


    .tip:hover > .tip-content,
    .tip:active > .tip-content,
    .tip > .tip-content.touch {
        text-align: center;
        top: 2rem;
    }


    .tip:before {
        content: '';
    }
