/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.default-link a{
	color:white;
}
.accordion-button a{
    font-size: 26px;
    color: #322f25;
    font-weight: 400;
    font-family: 'Cairo';
}
#accordionFlushExample{
    background-color: #f6f6f6;
}
.accordion-item{
    background: white;
    /* color: black; */
    text-decoration: underline none;
}
.accordion-item a{
   text-decoration: none;
}
.list-items :active{
    color: #8ebb61 ;
}
.list-items a {
    background: black;
    /* color: white */
}
.accordion-button:not(.collapsed){
    background-color:transparent !important ;
    color: white;
}
  
.accordion{
--bs-accordion-btn-focus-box-shadow: none !important;
	--bs-accordion-bg:#f6f6f6 !important;
}
.accordion-button.collapse a{
 color:black !important;
}
.sub-categories{
    background-color: black;
}
ul.sub-categories {
    list-style: none;
    padding-left: 0px !important;
}
.sub-categories li{
	padding-left:10px;
}
.sub-categories li a{
    font-size: 16px;
line-height: 45px;
color: white;
font-weight: 500;
font-family: "Gulos Text";
border-bottom: white;
}
.sub-categories li{
    border-bottom: 0.8px solid white;
}
.sub-categories li a :active{
	color:#8EBB61 !important;
}
.active{
	color:#8EBB61 !important;

}
 
div#accordionFlushExample button:hover {
    background-color: #8EBB61;
} 

.fas.fa-arrow-right {
    width: 24px;
    height: 21px;
}
