.category_list_section{overflow:hidden}
.category_list_section .category-list{padding-bottom:10px;}
.category_list_section .category_block{width:100%;max-width:18%;min-width:18%;position:relative;}
.category_list_section .category_block .category-image{width:100%;max-width:52px;position:relative;overflow:hidden;border-radius:100%;background-color:#F3F3F3;margin:0px auto;box-shadow:0px 1px 2px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center}
.category_list_section .category_block .category-image:after{content:"";width:100%;display:block;padding-bottom:100%;}
.category_list_section .category_block .category-image img{position: absolute;top: 0px;left: 0px;max-width:calc(100% - 0px);max-height:calc(100% - 0px);object-fit: contain;right: 0;bottom: 0;margin: auto;}
.category_list_section .category-title{font-size:12px;line-height:1.334;margin-top:4px;text-transform:capitalize;max-height:32px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
.category_list_section .category_list_wrapper{flex-wrap:nowrap;column-gap:16px;overflow:auto;}
.category_list_section .category-block-link{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

.category_list_section .category_list_wrapper::-webkit-scrollbar{width:0px;height:0px;display:none;}
.category_list_section .category_list_wrapper::-webkit-scrollbar-track{height:0px;box-shadow:none;width:0px;display:none;}
.category_list_section .category_list_wrapper::-webkit-scrollbar-thumb{background-color:transparent;outline:none;width:0px;display:none;height:0px;}















