@media screen and (min-width: 600px) {
::-webkit-scrollbar              {  width: 4px;  height: 4px;}
::-webkit-scrollbar-button       {  display:none; }
::-webkit-scrollbar-thumb        {  background: #babac0;  border: 0px none #ffffff;  border-radius: 50px; border-top:12px solid #f2f2f4; border-bottom:12px solid #f2f2f4;}
::-webkit-scrollbar-thumb:hover  {  }
::-webkit-scrollbar-thumb:active {  }
::-webkit-scrollbar-track        {  background: #f2f2f4;  border: 0px none #ffffff;  border-radius: 50px;}
::-webkit-scrollbar-track:hover  {  }
::-webkit-scrollbar-track:active {  }
::-webkit-scrollbar-corner       {  background: transparent;}
}
@media screen and (max-width: 600px) { }
* {scrollbar-color:#babac0 #eaeaec;scrollbar-width:4px;scrollbar-width:thin;}


/******
@media (min-width: 1000px){
    ::-webkit-scrollbar {
        width: 30px!important;
        background: black;
        -webkit-transition: width 2s ease-out;
        transition: width 2s ease-out;
    }
    ::-webkit-scrollbar-thumb {
        width: 30px!important;
        height: 30px!important;
        background-size: 30px 30px;
        // background-image: url(https://interactives.natgeofe.com/high-touch/ngm-23-YIP/builds/main/img/icon-scrollbar.svg);
        background-image: url(https://tienda.extralab.net/media/images/logo.png?ver=bc5d99a3);
        background-repeat: no-repeat;
        background-position:center center;
    }
    ::-webkit-scrollbar-track {
        background: transparent;
        box-shadow: inset 0 0 3px gray;
        border-radius: 4px;
        border-left: 14.5px solid transparent;
        border-right: 14.5px solid transparent;
    }
}
***/