.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;
}

.analogRowTitle td {
    padding-bottom: 5px !important;
    background: #f5f5f5;
    cursor: pointer;
}

.analogRow td {
    padding-bottom: 5px !important;
    background: #f5f5f5;
}

.editItem {
    margin: 15px 0 0;
}

.editItem input {
    margin-bottom: 15px;
}

.uploadImage {
    margin: 5px 0 10px;
}

.itemName .name {
    margin-bottom: 10px;
    display: block;
    text-align: center !important;
}

.analogRow {
    display: none;
}

.analogRow.showRow {
    display: table-row;
}

.analogRowTitle svg {
    width: 16px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.analogRowTitle .activeRow svg {
    transform: rotate(180deg);
}

.showAnalogues {
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    background: #ed7102;
    border: none;
}