@media (min-width: 768px) {
    .sp__header {
        display: none;
    }
}

.sp__header {
    position: sticky;
    top: 0px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    /*box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
    padding-top: 6px;
}

.sp__header__shadow {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}


.sp__header__logo {
    min-height: 36px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.sp__header__logo__img {
    color: inherit;
    text-decoration: none;
}

.sp__header__logo img {
    width: 132px;
}

.sp__header__buttons {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.sp__header__buttons a {
    text-decoration: none;
}

.sp__header__button__signup {
    display: block;
    line-height: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    padding: 0px 6px;
    background: rgb(234, 53, 45);
    border-color: rgb(234, 53, 45);
}

@media (min-width: 375px) {
    .sp__header__button__signup {
        line-height: 30px;
        padding: 0px 10px;
    }
}

.sp__header__button__signin {
    display: block;
    line-height: 26px;
    text-align: center;
    color: rgb(0, 149, 238);
    margin-left: 6px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    padding: 0px 6px;
    background: rgb(255, 255, 255);
    border-color: rgb(0, 149, 238);
}

@media (min-width: 375px) {
    .sp__header__button__signin {
        line-height: 30px;
        padding: 0px 10px;
    }
}

.sp__header__search {
    padding: 0px 10px 8px;
}

.sp__header__search__form {
    position: relative;
}

.sp__header__search__input {
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    height: 40px;
    line-height: 1.4em;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    outline: none;
    padding: 0px 50px 0px 10px;
    transition: all 0.3s ease-out 0s;
}

.sp__header__search__buttons {
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    -webkit-appearance: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px 4px 4px 0px;
    padding: 0px;
}

.sp__header__controls {
    display: flex;
}

.sp__header__controls svg {
    max-width: 100%;
    max-height: 100%;
    color: rgb(234, 53, 45);
    height: 12px;
    margin: 0px 2px 0px -2px;
}

.sp__header__controls__link {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-size: 0px;
    height: 42px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50%;
    padding-bottom: 4px;
    color: inherit;
    text-decoration: none;
}

.sp__header__controls__text {
    font-size: 14px;
    font-weight: 600;
}

.sp__main__category__tag__item__link {
    background-color: rgb(239, 239, 239);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .sp__main__category__tag__item__link {
        display: none;
    }
}

.search-category>div {
    padding: 0 10px;
    line-height: 30px;
}

.search-category li {
    position: relative;
    background: #fff;
}

.search-category h3 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    border-bottom: solid 1px #eee;
}
.accordion-toggle {
    position: relative;
    cursor: pointer;
}

.search-category h3>div {
    overflow: hidden;
    width: 83%;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 15px;
    padding: 0 0 0 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion-parent .icon-minus, .accordion-parent .icon-plus, .accordion-parent .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #aaa;
    font-size: 14px;
}

.icon-plus:before {
    content: '\e023';
}

.search-category .accordion-child {
    display: none;
}
.accordion-child {
    display: none;
}

.search-category li {
    position: relative;
    background: #fff;
}

.search-category a {
    display: block;
    border-bottom: solid 1px #eee;
    color: #0099e8;
    text-decoration: none;
}

.search-category a.accordion-toggle {
    color: #333;
}

.accordion-toggle {
    position: relative;
    cursor: pointer;
}

.search-category-child {
    overflow: hidden;
    width: 70.3125%;
    margin: 0 0 0 50px;
    padding: 0 0 0 15px;
    height: 46px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion-parent .icon-minus, .accordion-parent .icon-plus, .accordion-parent .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #aaa;
    font-size: 14px;
}

.search-category .accordion-child {
    display: none;
}
.accordion-child {
    display: none;
}

.search-category-subchild {
    width: 81.25%;
    margin: 0 0 0 60px;
    padding: 0 14.0625% 0 15px;
    font-size: 14px;
}
.search-category-child {
    overflow: hidden;
    width: 70.3125%;
    margin: 0 0 0 50px;
    padding: 0 0 0 15px;
    height: 46px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
}




