/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root {--pink: #FF205E; --pinkHover: #C6194A; --grey: #E5E5E5;}
/* BARRE SCROLL */
::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-track {background: var(--grey);}
::-webkit-scrollbar-thumb {background: var(--pink);}
::-webkit-scrollbar-thumb:hover {background: var(--pinkHover);}
/* GENERAL */
.ltp-right-menu {position: fixed; right: 0; top: 50%; width: 8.5em; margin-top: -2.5em; z-index: 1000 !important;}
