.prescription-post-box{
    width: 66.666%;
}

@media (min-width: 1470px) {
    .prescription-post-box{
        width: 80%;
    }

    .prescription-post-description{
        max-width: 510px;
    }

    .prescription-box__bottom{
        justify-self:flex-end;
    }
}

.buy-again-slider .slider__scrollbar {
    background-color: var(--primary-lightest);
    opacity: 1 !important;
}

/* Temporarily hide paypal button on checkout on Android App */
body.is-mobile.is-android.is-webview div[data-paypal-button-container], 
body.is-apoapp.is-android div[data-paypal-button-container], 
body.is-apoapp.is-ch-android div[data-paypal-button-container], 
body.is-apoapp.is-ch-platform-android div[data-paypal-button-container] {
    display: none !important;
}
  