.wcat-wheel-search {
    width: 100%;
    padding: 28px 24px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 16px 40px -10px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(10px);
}
.wcat-wheel-search p.subheading {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.8px;
    color: #737373;
    margin-bottom: 7px;
	text-transform: uppercase;
}
.wcat-wheel-search h3 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0A0A0A;
    margin: 0 0 7px;
}
.wcat-wheel-search p {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #525252;
}
.wcat-search-tabs {
    display: flex;
    gap: 4px;
    background-color: #F5F5F5;
    padding: 4px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
}
.wcat-search-tabs button.wcat-search-tab {
    padding: 8px 20px;
    border: 0px;
    border-radius: 10px;
    background-color: #F1F1F1;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    width: 100%;
}
.wcat-search-tabs button.wcat-search-tab.active, .wcat-search-tabs button.wcat-search-tab:hover {
    background-color: #0A0A0A;
    color: #fff;
}
.wcat-search-panel {
    margin-top: 20px;
}
.wcat-search-panel{
    display:none;
}
.wcat-search-panel.active{
    display:block;
}
.wcat-search-panel label {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #737373;
    margin-bottom: 6px;
}
.wcat-search-panel select {
    width: 100%;
    padding: 16px 14px;
    border: 1px solid #E8E8E8;
    background-color: #F5F5F5;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    transition: .2s;
    border-radius: 12px;
	margin-bottom: 14px;
}
.wcat-search-panel select option {
    background-color: #F5F5F5;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.wcat-search-footer {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.wcat-search-footer button#wcat-search-button, .wcat-search-footer button#wcat-size-search-button {
    adding: 17.5px 30px;
    border: 0px;
    border-radius: 15px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    background-color: #1A1A1A;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.wcat-search-footer button#wcat-search-button:hover, .wcat-search-footer button#wcat-size-search-button:hover {
    background-color: #ec0000;
}
.wcat-search-panel button:disabled{
    cursor:not-allowed;
    opacity:1;
}
.wcat-search-footer p {
    margin: 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    color: #737373;
}
.wcat-search-footer p a {
    color: #0A0A0A;
	text-decoration:underline;
}
.wcat-search-footer p a:hover {
    color: #ec0000;
	text-decoration:none;
}
.wcat-search-panel .inline-search-fields {
    display: flex;
    gap: 14px;
}
.wcat-search-panel .inline-search-fields .inline-search-set {
    width: 100%;
}