/* xl - DESKTOP STYLES */ 
@media(min-width: 768px) {
	.gdlr-core-pbf-sidebar-right {
	position: relative;
	
}
.sidebar-fixed {
	width: 100%;
	max-width: 383px;
	max-height: calc(100vh - 140px); /* viewport - header */
	position: fixed;
	right: 8%;
	top: 24%;
	buttom:0;
	overflow-y: scroll !important;

}
}


