::-webkit-scrollbar {
    -webkit-appearance: none;

}
::-webkit-scrollbar {
  width: 6px;
}
 
::-webkit-scrollbar-track {
  background: #f0f0f1; 
    border:1px solid #f0f0f1;
}
 
::-webkit-scrollbar-thumb {
  background: #cccccc;
    height:100px;
    border-radius:10px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9; 
}


.bb-yoast-breadcrumbs {
  display:none;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    color: RGBA(0, 0, 0, 0.54);
    width: 320px;
}
