/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 11:57:45 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* .themify_builder_content-300 .tb_p5cn685.module-accordion>.ui>li>.accordion-title i {
	Position:absolute!important;
    right:0px!important;
}
.themify_builder_content-300 .tb_xmwg658.module-accordion>.ui>li>.accordion-title i {
	Position:absolute!important;
    right:0px!important;
} */
.accordion-title i {
    position: absolute!important;
    right: 0px!important;
}

/* tab section */
.tab .tf_scrollbar {
	 display: flex;
  gap: 12px;
  overflow-x: auto;         /* enable horizontal scroll */
  overflow-y: hidden;       /* prevent vertical scroll */
  white-space: nowrap;      /* keep in one line */
  padding: 8px 0;
  -webkit-overflow-scrolling: touch;
}
.tab.tab-scroller::-webkit-scrollbar {
  height: 6px;              /* horizontal scrollbar only */
}

.tab.tab-scroller::-webkit-scrollbar-thumb {
  background: #c2a676;
  border-radius: 10px;
}
/*.tab.tab-scroller::-webkit-scrollbar {
  height: 15px;            
}*/