.sticky-top {
    z-index: 999;
}

.row {
    flex-direction: row-reverse;
}

.form_shop {
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

.form_shop::-webkit-scrollbar {
    width: 6px;
}

.form_shop::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.form_shop::-webkit-scrollbar-thumb {
    background: #7aaa1e;
}

.form_shop::-webkit-scrollbar-thumb:hover {
    background: #5c7a15;
}