.tabs-header_item.active:after {
    width: 100%;
    height: 5px;
    border-radius: 18px;
    bottom: -21px;
    left: 0;
    content: "";
    position: absolute;
    background-color: #dd1552;
}

.tab-reviews-count {
    background-color: #dd1552;
    position: absolute;
}
.tabs_content_item {
    display: none !important;
}
.tabs_content_item.active {
    display: block !important;
}
.wishbtn {
    position: absolute;
    right: 16px;
    top: 9px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url("/local/templates/glorylash2019/img/icons/favorite.svg") center center no-repeat;
    background-size: contain;

}
.wishbtn.active{
    background: url("/local/templates/glorylash2019/img/icons/favorite_active.svg") center center no-repeat;
    background-size: contain;
}
