/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 11:34:25 */
* {
  scrollbar-width: thick;
  scrollbar-color: #b97f51 #fff;
}
::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: #b97f51;
}
::-webkit-scrollbar-thumb:hover{
	background-color: #b97f51;
}

