search-collection {
    display: block;
    --border-color: #e7e2de;
    --border-color-rgb: 231, 226, 222;
    --form-border-color: #dcd5cf;
    --secondary-background: #ffffff;
    --secondary-button-background: #ffae00;
    --secondary-button-background-rgb: 255, 174, 0;
}
@media(max-width:768px){
    search-collection .page-width{
        padding-inline: 0 !important;
    }
}

.collection__filter-group-name svg {
    width: 12px;
    height: 8px;
    margin-left: 10px;
    transition: transform .25s ease-in-out;
}
.collection-part-finder {
    line-height: 1.87;
}

.collection-part-finder {
    font-family: var(--font-subtitle-family);
}

.collection-part-finder .product-item {
    font-family: inherit;
}

.collection-part-finder .product-item__title {
    font-size: 15px;
}

.collection-part-finder .icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
    overflow: visible;
}
.checkbox-wrapper svg {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 2px;
    top: calc(50% - 6px);
    transform: scale(0);
    transition: transform .2s ease-in-out;
    color: var(--secondary-background);
}
.collection__filter-group {
    display: none;
}

.collection__filter-group.RC.Airplane {
    display: block !important;
}

.collection__filter-group.RC.Car {
    display: block !important;
}

.flex100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap {
    flex-wrap: wrap;
}

.collection__filter-group-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.collection__filter-group {
    border-bottom: 0px !important;
}

.collection__filter-group-name.link.link--secondary.text--strong {
    text-decoration: none;
    border: 0;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
}

.collection__filter-search {
    position: relative;
    padding-inline: 10px;
}

.collection__filter-search-input {
    width: 100%;
    padding: 6px 28px 6px 8px;
    font-size: 14px;
    margin-block: 8px;
    border-radius: 4px;
}

.collection__filter-clear {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    display: none;
    line-height: 1;
}

.collection__filter-clear:hover {
    color: #555;
}
@media screen and (min-width: 1000px) {
    .collection__filter-collapsible .collection__filter-checkbox-list {
        padding-bottom: 12px;
    }
}
.collection__filter-collapsible .collection__filter-checkbox-list {
    padding: 8px 0 7px 10px;
}
@media(min-width:769px) {
    .collection__filter-checkbox-list {
        height: 300px;
        overflow-y: scroll;
    }

    .flex25 {
        max-width: 20%;
        padding: 5px 0px;
        border-radius: 0px;
        background: #183b71;
    }

    .collection__filter-group-name.link.link--secondary.text--strong {
        padding: 5px 15px;
        border-radius: 0px;
        text-align: center;
        min-width: 350px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        background-image: linear-gradient(0deg, #00000024, #183b711f, #183b7124);
    }
}

@media(max-width:768px) {
    .collection__filter-checkbox-list {
        height: 300px;
        overflow-y: scroll;
    }

    .flex25 {
        max-width: 100%;
        padding: 5px 0px;
        border-radius: 0px;
        background: #183b71;
        margin: 10px 0px;
    }

    .collection__filter-group.RC.Airplane {
        margin: 10px 0px;
    }

    .collection__filter-group.RC.Car {
        margin: 10px 0px;
    }

    .collection__mobile-active-filter-item {
        background: #183b71;
    }

    .collection__filter-group-name.link.link--secondary.text--strong {
        padding: 5px 15px;
        border-radius: 0px;
        text-align: center;
        min-width: 300px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        background-image: linear-gradient(0deg, #00000024, #183b711f, #183b7124);
    }
}

.collection__active-filters {
    display: none;
}

.collection__filter-checkbox .checkbox {
    border-radius: 0%;
}
.checkbox {
    
    display: block;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--form-border-color);
    background: var(--secondary-background);
    box-shadow: 0 1px rgba(var(--border-color-rgb), .4);
    border-radius: 2px;
    -webkit-appearance: none;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background .2s ease-in-out;
}

.checkbox:checked {
    background: #183b71;
    border-color: #0000;
    box-shadow: none;
}

.checkbox:checked+svg {
    transform: scale(0);
}

.collection__filter-collapsible {
    margin: 0px 0px 0px;
    border-radius: 0px;
    background-image: linear-gradient(0deg, #00000024, #183b711f, #183b7124);
}

.collection__filter-group {
    padding: 0px 20px;
    flex: 1;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .collection__filter-group {
        padding: 0;
    }
}

.collection__toolbar {
    display: none;
}

.search-card {
    background-size: cover;
    padding: 10% 5%;
}

.search-heading {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}

.whwhwh {
    background: #eaeaea;
}

.whwhwh .card__section {
    background: inherit;
}
.button--full {
    width: 100%;
}
#searchbotton{
    border: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
#searchbotton:hover{
    background: rgba(var(--secondary-button-background-rgb), .8);
}
.checkbox-wrapper~label {
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
}
.collection__filter-checkbox label {
    padding-left: 14px;
    line-height: 1.5;
}
.card__section, .card__collapsible-button {
    position: relative;
    padding: 20px;
}
.card__title--small.heading{
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
}
@media screen and (min-width: 641px) {
    .card__section--tight {
        padding: 20px 25px;
    }
}
.collection__filter-collapsible {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: .2s ease-in-out;
}

.collection__filter-collapsible[aria-hidden="false"] {
    height: auto;
    overflow: visible;
    visibility: visible;
}

@media screen and (min-width: 1000px) {
    .collection__filter-checkbox {
        padding: 0;
    }
}
.collection__filter-checkbox {
    display: flex;
    align-items: center;
    padding: 2px 0 3px;
}
.checkbox-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0;
}
@media screen and (min-width: 1000px) {
    .collection__filter-checkbox .checkbox-wrapper {
        margin: 8px 0;
    }
}