/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2025 | 11:19:27 */
 .sub-navigation-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sub-navigation-content.active-navigation-list {
  height: auto;
  max-height: 100%;
  opacity: 1;
  visibility: visible;
} 
.product-sub-navigation .merit-btn-primary::after{
	right: 13px !important;
}
