/**
 * Values filter dropdown on product category / shop archives.
 * Matches select.orderby (Default sorting) sizing and typography.
 */

.woocommerce .roomify-pv-values-filter {
    display: inline-block;
    float: right;
    clear: none;
    margin: 0 8px 1em 0;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    box-sizing: border-box;
}

.woocommerce .roomify-pv-values-filter__select.orderby {
    display: inline-block;
    min-width: 226px;
    width: auto;
    height: 38px;
    min-height: 38px;
    margin: 0;
    padding: 8px 16px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: normal;
    vertical-align: top;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select.orderby {
    vertical-align: top;
}

@media (max-width: 900px) {
    .woocommerce .roomify-pv-values-filter {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: right;
    }

    .woocommerce .roomify-pv-values-filter__select.orderby {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .woocommerce .roomify-pv-values-filter {
        text-align: stretch;
    }
}