






/* .category_header:hover {
    background-color: #fff;

  
}

.category_header:active {
    background-color: #fff;

  
}

 */






 .subcategory-content .jjjjjjjjjjjjjjj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    color: #007bd3;
    border-bottom: 1px solid white;
    /* font-size: 14px; */
    padding: 10px 39px;
    padding-left: 30px;
    transition: transform 0.3s ease;
}




.subcategory-content .jjjjjjjjjjjjjjj:hover {
 background-color: #ecf0f1;
 color: blue;
 cursor: pointer;
  
}
.sdafdfgdfghghjjdfddfg{
    margin-top: 30px;
}

.subcategory_content a {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease, background-color 0.3s ease;
}
 .category_header {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 30px 15px 20px;
    margin-bottom: 5px;
    display: flex
;
    cursor: pointer;

    
    align-items: center;
    gap: 10px;

    
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;


}

.category_header h4, .subcategory_header h5 {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}



.category_header h4 {
    /* margin: 0;
    color: #2c3e50;
    flex: 1;
    font-size: 16px; */
    /* display: flex
;
    width: 100%;
    justify-content: space-between; */
}
.subcategory-content a {
      display: flex
;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;

    
    border-bottom: 1px solid white;
    font-size: 14px;
 padding: 12px 6px;
    transition: transform 0.3s 
ease;
  
}
.subcategory-content a:hover {
 background-color: #ecf0f1;
 color: blue;
  
}

.toggle-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    
}

.arrow_next_down {
    width: 10px;
    height: 20px;
    transition: transform 0.5s ease;
    margin-left: 10px;
}

.toggle-button img.rotate {
    transform: rotate(90deg);
}
.subcategory_div{
    background: #f4f4f4;
 
}

.feature-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* padding: 0 5px; */
}
.subcategory-content span {
    /* font-size: 13px; */
    color: #888;
    margin-left: 10px;
}
.uayfhsdhciusd{
    text-align: center;
 
    color: #2c3e50;
}


.category_list,
.subcategory_div {
  overflow: hidden;
  transform-origin: top;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  transform: scaleY(1);
}

.category_list.disabled,
.subcategory_div.disabled {
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none; /* neaktyvuoja paspaudimų */
}











.right_list_inner_choose_one_page{
    width: 100%;
    margin-top: 100px;
    padding: 5px;
}    
.feature-content,
.subcategory-content {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.5s ease-out; /* Smooth opening */
}
.feature-content.open {
      padding-bottom: 0px;
    margin-bottom: 5px;
}
 .subcategory-content.open {
    max-height: none;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 5px;
    margin-top: 0px;
        padding: 0px 8px;
    cursor: not-allowed;
}
.open {
    transition: max-height 0.5s ease-in; /* Smooth closing */
}
.slifhksduhfiusdaududuuddu{
      margin-bottom: 70px;
    text-align: center;
    font-size: 12px;
    color: #9f9f9f;
    margin-top: 50px;
}
.list-container {
    gap: 10px;
    max-width: 800px;
    margin-inline: auto;
}
.subcategory_header h5 {
    flex: 1;
    margin: 0;
}
.subcategory_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 15px;
    border: 1px solid #ffffff;
    transition: background-color 0.3s ease;

}

.subcategory_header:hover {
    /* background-color: #e0e0e0; */
}

.subcategory_header h5 {
    margin: 0;
    font-size: 15px;
    display: flex
;
    align-items: center;
    gap: 10px;
 
}

.subcategory_header .count {
    /* font-size: 13px; */
    color: #2c3e50;
    margin-left: 10px;
}

/* .subcategory_header .toggle-button img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
} */

.subcategory_content a {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.subcategory_content a:hover {
    /* background-color: #e9ecef; */
    color: #0056b3;
}



@media (max-width: 450px) {

.oooosdjfiosdyfiudsfff{
  display: none;
}
 .category_header {
   padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .subcategory-content a {
        padding: 8px 5px;
  
} */
/* .subcategory_header {
        padding: 8px;
} */

.subcategory_header h5 {
   font-size: 14px!important;
}
.subcategory-content a {
    font-size: 13px;
}
}


@media (max-width: 768px) {

.slifhksduhfiusdaududuuddu{
      margin-bottom: 120px;

}
}



