body:not([class*="elementor-page-"]) .site-main {
max-width: 1140px!important;
}
.product-categories li.current-cat-parent::marker,
.product-categories li.current-cat::marker {
content: '\f07c';
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.product-categories li::marker {
content: '\f07b';
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.product-categories li {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.product-categories li > ul > li{
padding-left: 5px;
}
.category_list_item{
text-align: center;
display:block;
padding:20px 10px;
border:1px solid #00923f;
color:#00923f!important;
border-radius:5px;
transition:all .25s linear;
font-size:17px;
text-decoration: none!important;
}
.category_list_item:hover{
color:#ffffff!important;
background-color:#00923f;
}