.woodmart-search-form{position:relative;width:100%}form{display:flex}form #switch_custom_search_show_btn{cursor:pointer;white-space:nowrap;font-size:13px;line-height:18px;background-color:#fff;color:#3e3e3e;position:relative;display:inline-flex;align-items:center;justify-content:center;outline:0;border-width:0;border-style:solid;border-color:rgba(0,0,0,0);border-radius:0;box-shadow:none;vertical-align:middle;text-align:center;text-decoration:none;text-transform:uppercase;text-shadow:none;letter-spacing:.3px;font-weight:600;cursor:pointer;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease}form #switch_custom_search_show_btn .search_show_btn{background:#c6d9b0;padding:9px 8px;border-radius:5px;color:#4e5a4f;margin-left:10px;margin-right:10px;display:flex;align-items:center}form #switch_custom_search_show_btn .search_show_btn span{padding-right:3px}#custom_search{background:#fff;position:absolute;padding:20px;border-radius:20px;box-shadow:6px 2px 12px 12px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03);width:calc(100% - 25px);margin-top:5px;visibility:hidden}#custom_search #schoolLevels.active{padding-top:10px;margin-top:10px;border-top:1px solid #ccc}#custom_search #schoolLevels div{display:none;margin-top:15px}#custom_search #schoolLevels .active{display:block}#custom_search #subjects.active{padding-top:10px;margin-top:10px;border-top:1px solid #ccc}#custom_search #subjects div{display:none;margin-top:15px}#custom_search #subjects .active{display:block}#custom_search label{display:inline-flex;margin-right:10px;align-items:center;cursor:pointer}#custom_search label input[type=checkbox]{display:none}#custom_search label input[type=checkbox]+span{display:inline-block;background-color:#e7e7e7;padding:6px 10px;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#custom_search label input[type=checkbox]:checked+span{color:#29582b;background-color:#b3d9bb;font-weight:bold}#custom_search h6{margin:0;font-size:1.2rem;margin-bottom:5px}