/************************************************/
.breadcrumb-loader .page-content {
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb__back-beauty-expert::before {
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url(../img/back-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-right: 4px;
    margin-left: -8px;
}

.breadcrumb__back-beauty-expert {
    border-radius: 4px;
    height: 24px;
    font-size: 14px;
    color: #333 !important;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    margin-top: 40px;
    cursor: pointer;
}

.breadcrumb__back-beauty-expert:hover {
    text-decoration: underline;
    color: #000 !important;
}

.breadcrumb__back-beauty-expert:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
    color: #333 !important;
}