/*
Theme Name:Montesina
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Rouhollah Asadi
Author URI: asadiui.ir
Description: minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site 
Version: 1.0.0
*/
/*header.elementor-element.elementor-element-a9a4a2c.elementor-hidden-mobile.e-flex{
    box-shadow: 0px 1px 6px #e6e6e6;
}*/
/*سایه ملایم زیر منو*/
.top-mainmenu{
    box-shadow: 0px 1px 6px #e6e6e6;
}
span.elementor-button-content-wrapper {
    align-items: center;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
}
 
::-webkit-scrollbar-track {
  background: #f97316; 
    border:1px solid #ccc;
}
 
::-webkit-scrollbar-thumb {
  background: #daafff; 
    border:1px solid #eee;
    height:100px;
    border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #2842db; 
}