.buy_wrap {
    position: relative;
}

.levelPrices {
    position: absolute !important;
    bottom: calc(100% - 45px) !important; !important;
    width: 365px !important;
    border: 1px solid #cecece !important;
    display: none;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(220, 220, 220, 1) 100%);    
}

.levelPrices tr {
    background-color: unset !important;
}

.levelPrices tr:nth-child(even) {
    background-color: unset !important;
}

.levelPrices tr td {
    padding: 8px 10px !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    display: table-cell !important;
    width: auto !important;
}

.levelPrices tr td:last-child {
    text-align: right !important;
}

.variants .levelPrices {
    bottom: 60px !important;
    right: 0;
}

@media (max-width: 500px) {
    .variants .levelPrices {
        right: auto;
        left: 0;
    }
}