#price-select {
    width: auto;
    height: 4.5rem;
    margin: 0 auto;
    font-size: 1.4rem;
}

.prices-metadescriptions-item.none {
    display: none;
}

@media only screen and (max-width: 767px) {
    .prices-metadescriptions-item {
        margin-bottom: 122px;
    }
    .price-item {
        margin-bottom: 60px;
    }
    .price-item.disable {
        display: none;
    }
    .prices-items-wrap, 
    .prices-metadescriptions-item.none {
        display: block;
    }
    .prices-items-wrap .price-body .price-point.highlight {
        height: 45px;
    }
}