/* explore tab pricing adjustment */
@media (min-width: 735px) {
    .localnav-container .content-expand-wrap .product-action .product-cta .pricing {
        height: 17px;
    }
}

/* vp adjustment */

#ac-globalfooter .ac-gf-buystrip {
    margin-top: 80px;
}

@media only screen and (max-width: 1068px) {
    #ac-globalfooter .ac-gf-buystrip {
        margin-top: 0px;
    }
}

