
.price-updating-info {
    position: sticky;
    bottom: 10px;
    z-index: 10;
}

.price-updating-info .inner {
    border-radius: 3px;
    padding: 10px;
    background: #4bb933fa;
    box-shadow: 0 7px 18px -6px #187d18;
    color: #fff;
    font-weight: 500;
    max-width: 630px;
    text-align: center;
    margin: 0 auto;
}

.price-updating-info a {
    color: #fff;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .price-updating-info .inner {
        margin: 0 10px;
        max-width: 100%;
    }
}