﻿@media only screen and (min-width: 1024px) {
    .order-payment {
        width: 21%;
        position: fixed;
        right: 8.5%;
        z-index: 1;
    }
}
