/*
Theme Name: SwissDelight Child
Theme URI: https://swissdelight.qodeinteractive.com
Description: A child theme of SwissDelight
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: swissdelight
Template: swissdelight
*/


.post-13965 .material_options {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}


/* Start Scrollbar Hack */
.post-13965 .material_options::-webkit-scrollbar {
    height: 5px;
}
 
.post-13965 .material_options::-webkit-scrollbar-track {
 background: #eee;
 border-radius: 20px;
}
 
.post-13965 .material_options::-webkit-scrollbar-thumb {
     background: linear-gradient(to top, #adadad 0%, #bdbdbd 90%, #cfcfcf 100%);
     border-radius: 20px;
}

.post-13965 .mat_option {
    border-radius: 50%;
    margin: 0px 10px 20px 10px!important;
}