.price-grid.lptype {
    border: 1px solid rgba(255, 192, 0, 1);
    background: rgba(255, 192, 0, 0.2);
}

.price-grid.lptype .ac-custom label::before {
    content: '';
    border: 2px solid rgba(255, 192, 0,1);
    border-radius: 50%;
}

#price {
    height: 1300px;
}

.ac-custom input[type="radio"], .ac-custom label::before {
    width: 22px;
    height: 22px;
    right: 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    top: 3px;
}
.ac-custom input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}
.price-grid.lptype .ac-custom svg path {
    stroke: rgba(255, 192, 0,1);
}


.ac-custom.ac-radio svg {
    top: 2px;
}