

/* Start:/local/templates/greek/components/bitrix/breadcrumb/greek/style.css?17808530792627*/
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    margin: 16px auto 24px !important;
    overflow: visible;
    color: #7f7f7a;
}

.bx-breadcrumb i {
    display: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 16px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Pragmatica, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    border-bottom: 0;
    text-decoration: none;
    transition: color .18s ease;
}

.bx-breadcrumb-item:not(:last-of-type) {
    margin-right: 22px;
}

.bx-breadcrumb-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #b9b9b4;
    border-right: 1.5px solid #b9b9b4;
    transform: translateY(-50%) rotate(45deg);
}

.bx-breadcrumb-item:last-of-type span {
    color: #7f7f7a;
}

.bx-breadcrumb-item a:hover,
.bx-breadcrumb-item a:focus-visible {
    color: #5f5f5b;
    text-decoration: none;
}

.bx-breadcrumb--catalog-detail {
    min-height: 48px;
    margin: 0 auto !important;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 0;
    color: #101010;
}

.bx-breadcrumb--catalog-detail .bx-breadcrumb-item {
    min-height: 16px;
    line-height: 16px;
}

.bx-breadcrumb--catalog-detail .bx-breadcrumb-item span {
    font-size: 14px;
    line-height: 16px;
}

.bx-breadcrumb--catalog-detail .bx-breadcrumb-item:not(:last-of-type) {
    margin-right: 24px;
}

.bx-breadcrumb--catalog-detail .bx-breadcrumb-item:not(:last-of-type)::after {
    right: -15px;
    width: 5px;
    height: 5px;
    border-color: #b9b9b4;
}

.bx-breadcrumb--catalog-detail .bx-breadcrumb-item:last-of-type span {
    color: #a2886f;
}

@media screen and (max-width: 767px) {
    .bx-breadcrumb {
        gap: 4px 0;
        margin: 12px auto 16px !important;
    }

    .bx-breadcrumb-item:not(:last-of-type) {
        margin-right: 18px;
    }

    .bx-breadcrumb-item:not(:last-of-type)::after {
        right: -11px;
        width: 5px;
        height: 5px;
    }

    .bx-breadcrumb--catalog-detail {
        min-height: 0;
        margin: 12px auto 16px !important;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

/* End */
/* /local/templates/greek/components/bitrix/breadcrumb/greek/style.css?17808530792627 */
