/* Desire Gym Shop Page Sidebar CSS */

@media (min-width: 1025px) {
    .my-sticky-sidebar {
        position: -webkit-sticky !important;
        position: sticky !important;
        z-index: 1 !important; 
        align-self: flex-start !important; 
        margin-bottom: 50px !important; 
        
        top: 80px; 
        transition: none !important; 
    }

    .my-sticky-sidebar > .elementor-widget-wrap {
        position: relative !important; 
        bottom: auto !important;
        top: auto !important;
    }
}