.wp-bottom-menu{padding:var(--wpbottommenu-wrapper-padding);justify-content:space-around;transition:all .2s;position:fixed;bottom:0;box-shadow:0 -5px 10px rgba(0,0,0,.1);background:var(--wpbottommenu-bgcolor);left:0;width:100%;display:none;z-index:var(--wpbottommenu-zindex)}.wp-bottom-menu-item{flex:1;height:auto;justify-content:center;font-size:var(--wpbottommenu-font-size);text-decoration:none;text-decoration:none!important;color:var(--wpbottommenu-text-color);transition:color .2s;position:relative;flex-direction:column;align-items:center;cursor:pointer;user-select:none;display:flex}.wp-bottom-menu-item.active,.wp-bottom-menu-item:hover,.wp-bottom-menu.sf-active .wp-bottom-menu-item.wp-bottom-menu-search-form-trigger{color:var(--wpbottommenu-h-text-color)}.wp-bottom-menu-item span{color:inherit;margin-top:5px}.wp-bottom-menu-item i{font-size:var(--wpbottommenu-icon-size);color:var(--wpbottommenu-icon-color);transition:color .2s;font-family:FontAwesome}.wp-bottom-menu-item.active i,.wp-bottom-menu-item:hover i,.wp-bottom-menu.sf-active .wp-bottom-menu-item.wp-bottom-menu-search-form-trigger i{color:var(--wpbottommenu-h-icon-color)}.wp-bottom-menu-item svg{height:var(--wpbottommenu-icon-size);fill:var(--wpbottommenu-icon-color);width:var(--wpbottommenu-icon-size)}.wp-bottom-menu-item.active svg,.wp-bottom-menu-item:hover svg{fill:var(--wpbottommenu-h-icon-color)}.wp-bottom-menu-icon-wrapper{position:relative;line-height:0}.wp-bottom-menu-cart-count{height:calc(var(--wpbottommenu-icon-size)*.75);font-size:calc(var(--wpbottommenu-icon-size)*.5);border:2px solid var(--wpbottommenu-bgcolor);font-weight:700;color:var(--wpbottommenu-bgcolor);position:absolute;text-align:center;top:-5px;box-sizing:content-box;border-radius:100%;background:var(--wpbottommenu-cart-count-bgcolor);left:50%;width:calc(var(--wpbottommenu-icon-size)*.75);line-height:calc(var(--wpbottommenu-icon-size)*.75)}.wp-bottom-menu-search-form-wrapper{transform:translateY(100%);padding:10px;transition:all .2s;position:fixed;bottom:0;box-sizing:border-box;background:var(--wpbottommenu-bgcolor);left:0;width:100%;display:none}.wp-bottom-menu-search-form-wrapper form{position:relative}.wp-bottom-menu-search-form input[type=search]{height:40px;font-size:16px;border:1px solid #eee;padding-right:30px;border-radius:8px;width:100%;padding-left:50px}.wp-bottom-menu-search-form input[type=search]::-webkit-search-cancel-button,.wp-bottom-menu-search-form input[type=search]::-webkit-search-decoration,.wp-bottom-menu-search-form input[type=search]::-webkit-search-results-button,.wp-bottom-menu-search-form input[type=search]::-webkit-search-results-decoration{display:none}.wp-bottom-menu-search-form i,.wp-bottom-menu-search-form svg{transform:translate(-50%,-50%);position:absolute;top:50%;left:30px}.wp-bottom-menu-search-form-wrapper.sf-active{transform:translateY(0);box-shadow:0 -5px 10px rgba(0,0,0,.1);z-index:calc(var(--wpbottommenu-zindex) - 1)}.wp-bottom-menu.sf-active{box-shadow:none}.wp-bottom-menu-nav-wrapper{height:100%;color:var(--wpbottommenu-text-color);position:fixed;top:0;background:var(--wpbottommenu-bgcolor);left:0;width:100%;display:none;z-index:calc(var(--wpbottommenu-zindex) + 2)}.wp-bottom-menu-nav-wrapper.active{text-align:center;place-items:center;display:grid}.wpbm-nav-items{padding:1em;list-style-type:none;position:relative;margin:0}.wpbm-nav-items li:not(:last-child){margin-bottom:1em}.wpbm-nav-items li a{color:inherit}.wpbm-nav-items li a:hover,.wpbm-nav-items li.current-menu-item a{color:var(--wpbottommenu-h-text-color)}.wpbm-nav-close{font-size:var(--wpbottommenu-icon-size);right:10%;color:inherit;position:absolute;top:10%;cursor:pointer}