.tebimproductinfo {
    margin-top: 25px;
}

.tebimproductinfo .section {
    padding-left: 50px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #adadad66;
    min-height: 50px;
    align-items: center;
}

.tebimproductinfo .section .block-title {
    font-size: 14px;
    font-weight: 600;
}

.tebimproductinfo .section span {
    font-weight: 600;
}

.tebimproductinfo .section .item-product {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.tebimproductinfo .section p {
    margin-bottom: 0;
}

.tebimproductinfo .section:last-child {
    border-bottom: none;
}

.thumbnail-container .tebimproductinfo .section .item-product {
    transform: scale(0.75);
    position: relative;
    min-width: 25px;
}

.thumbnail-container .tebimproductinfo .section .block-title {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.thumbnail-container .tebimproductinfo .section {
    padding-left: 0;
    justify-content: flex-start;
    gap: 5px;
    min-height: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.thumbnail-container .tebimproductinfo .section span {
    font-size: 12px;
}

.thumbnail-container .tebimproductinfo .section:last-child .block-title {
    color: #7DAA28;
}

.thumbnail-container .tebimproductinfoextra li {
    font-size: 12px;
}

.thumbnail-container .tebimproductinfoextra li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #C9C9C9;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 3px;
}