.block-fullimg {
    display: flex;
}

.product__anchor-list__first {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: 3px solid #ededed;
}

.product__anchor-list {
    width: auto;
    padding: 0px;
    border-left: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    list-style: none !important;
    margin: 0;
    max-height: 80vh;
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 70px;
}

.product__anchor-list a {
    padding: 8px 13px;
    color: #333 !important;
    text-decoration: none !important;
    display: block;
    background: #ededed;
    margin: 2px;
    font-size: 12px;
}

.product__anchor-list a:hover {
    background: #ddd;
}

.anchor--bg {
    background: #fff1e9;
}