@charset "utf-8";

/* CSS Document */
.scrollbar-wrapper .noVertical {
    display: flex;
    align-items: start;
}

.select-input-box {
    cursor: pointer;
}

.filter-widget .filter-form {
    z-index: 90;
}

.page-about-view .home-about-edit>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.page-about-view .home-about-edit>.row>div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.prdview-title-item h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    color: #232323;
    position: relative;
}

.header-editor h4 {
    color: #232323;
}

@media (min-width:992px) {
    .page-filter-result {
        padding: 4vh 0;
    }

    .noVertical {
        display: flex;
        width: 100%;
        max-height: 70vh;
    }
}

@media (max-width:991px) {
    .scrollbar-wrapper .noVertical {
        display: block;
    }
}

.view-btn:hover,
.view-btn:active,
.view-btn:focus {
    color: #ffffff;
}

.table-cell:last-child .view-btn {
    background-color: #ff5f00;
}

.table-cell:last-child .view-btn:active,
.table-cell:last-child .view-btn:hover {
    color: #fff;
    background-color: #d44e00;
}

/* hidden */

/* .language-widget .dropdown-style-1 {
    opacity: 0;
}

.language-widget .dropdown-style-1 .dropdown-menu ul li:not(:first-child) {
    display: none;
} */

/* .taiway-header nav.navbar.bootsnav ul.nav>li:nth-child(2) {
    display: none;
}

#mobile_accordion>li:nth-child(2) {
    display: none;
} */