/*!
Theme Name: Avanam
Theme URI: https://avanam.org
Author: AvanamOrg
Author URI: https://avanam.org/
Description: This is starter WordPress theme called Avanam. Created for theme developers to start building beautiful WordPress themes using Avanam.
Version: 1.5.3
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avanam
Requires at least: 6.2
Tested up to: 6.7
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
.widget-area .widget.widget_product_categories ul.children {
    padding-left: 15px;
}
.widget-area .widget.widget_product_categories ul.children ul{
    padding-left: 25px;
}
.widget-area .widget.widget_product_categories ul button{
	display: none;
}
.primary-sidebar.widget-area .widget.widget_tag_cloud{
	display: block;
}
.primary-sidebar.widget-area .widget.widget_tag_cloud a{
    display: inline-block;
    margin: 0 5px 6px 0;
}
#bt-scroll-up-reader, #bt-scroll-up {
    border: 1px solid currentColor;
    border-radius: 100px 100px 100px 100px;
    color: #ffffff;
    background: #e3bd32;
    border-color: #fff;
  
}