/* 
 Theme Name:   Dello Child
 Theme URI:    
 Description:  
 Author:       Desbang
 Author URI:   https://desbags.com/
 Template:     dello
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.flex-control-thumbs{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;

    /* Hide scrollbar */
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.flex-control-thumbs::-webkit-scrollbar{
    display:none;
}
.flex-control-thumbs{
    overflow-x: auto !important;
    overflow-y: hidden !important;

    scrollbar-width: none !important;     /* Firefox */
    -ms-overflow-style: none !important;  /* IE */
}

.flex-control-thumbs::-webkit-scrollbar{
    width:0 !important;
    height:0 !important;
    display:none !important;
}