#fielder_seo_category {
    display: none;
}

@media (max-width: 800px) {
    .plp-top__description__body{
        padding: 16px 16px;
    }
    .plp-top {
        height: auto;
    }

    .seo_close {
        max-height: 57px;
        overflow: hidden;
    }

    .seo_open {
        height: auto;
    }

    .seo_selected {
        display: none;
    }

    .seo_button {
        font-size: 1.2rem;
        color: #0082c3;
        text-decoration: underline;
        margin: 8px 0 0;
    }

    #fielder_seo_category {
        font-family: Roboto-condensed;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #fielder_seo_category .seo_category__navbar {
        display: flex;
        justify-content: flex-start;
        align-items: left;
        flex-direction: column;
        width: 100%;
        /* padding: 0px 0px 32px; */
    }


    #fielder_seo_category .seo_category__navbar .seo_category__menu {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        /* padding-left: 16px; */
        margin-top: 24px;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item {
        margin-right: 8px;
        padding: 8px;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        width: auto;
        color: #393939;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        white-space: nowrap;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item:last-child {
        margin-right: 15px;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu:last-child:after {
        content: ".";
        color: rgba(255, 255, 255, 0);
        display: inline-block;
        width: 1px;
    }


    #fielder_seo_category .seo_category__navbar .seo_category__menu .seo_category__item:hover {
        border: 1px solid #393939;
    }

    #fielder_seo_category .seo_category__navbar .seo_category__menu::-webkit-scrollbar {
        width: 0 !important;
    }
}