#stickyPrices {
    position: -webkit-sticky;
    position: sticky;
    top:140px;
}

#stickyPrices > .box div {
    font-size:10pt;
    line-height:1.5em;
}

#stickyPrices .input-label {
    padding-right:0px;
    padding-left:10px;
}

#stickyPrices .third-row {
    height:auto;
    width:100%;
}

#stickyPrices .third-row span {
    padding-right:0px;
}

#stickyPrices [id^=regular], #stickyPrices .input-field {
    height:auto !important;
}

#stickyPrices .grossprice-highlight span {
    font-size:11pt;
    height:auto;
}
#sticky_regularprice_row {
    margin:auto !important;
}

@media only screen and (max-width : 1023px) {
    #stickyPrices {
        display:none;
    }
}
@media only screen and (min-width : 1024px) {
    .detailsInfo > .row > [class^=col-] {
        display: table-cell;
        float:none;
        vertical-align:top;
        height:100%;
    }
}