/*
Generated time: September 3, 2025 11:21
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.thb-header-quick-navigation--content{position:absolute;top:calc(100% + 10px);left:0;background-color:var(--bg-body);border-radius:var(--general-border-radius,3px);width:max-content;min-width:270px;padding:0 20px;z-index:20;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px var(--color-border);font-weight:var(--font-body-medium-weight,500)}.thb-header-quick-navigation--content ul{list-style:none;margin:0;padding:0}.thb-header-quick-navigation--content ul li{border-bottom:1px solid var(--color-border)}.thb-header-quick-navigation--content ul li:last-child{border-bottom:0}.thb-header-quick-navigation--content ul li a{padding:13px 0;display:flex;gap:30px;align-items:center;justify-content:space-between}.thb-header-quick-navigation--content .menu-item-has-children{position:relative}.thb-header-quick-navigation--content .menu-item-has-children:after{content:'';display:block;position:absolute;left:100%;top:0;bottom:0;width:30px}.thb-header-quick-navigation--content .menu-item-has-children:hover>.sub-menu{display:block}.thb-header-quick-navigation--content .sub-menu{position:absolute;top:0;left:calc(100% + 30px);z-index:21;min-width:max-content;background-color:var(--bg-body);border-radius:var(--general-border-radius,3px);width:max-content;min-width:270px;padding:5px 20px;z-index:20;display:none;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px var(--color-border)}.thb-header-quick-navigation--content .sub-menu a{padding:10px 0;font-size:.875rem;font-weight:400}.thb-header-quick-navigation--content .sub-menu .sub-menu{top:-5px}