.the-main-g > .product .duration .tab-g {
    padding: 4px 0;
    /*width: 80px;*/
    /*min-width: 0;*/
    flex-grow: 1;
}

.the-main-g > .product .duration .tag-g {
    position: absolute;
    top: -12px;
    right: 0;
    padding: 0 2px;
    border-radius: 4px 0 4px 0;
}

.the-main-g > .product .price-g {
    display: none;
}

.the-main-g > .product .price-g.checked {
    display: flex;
}
