/* ==========================================================================
   WooCommerce Result and Ordering styles - begin
   ========================================================================== */
.qodef-woocommerce-page {

    .woocommerce-result-count,
    .woocommerce-ordering {
        display: inline;
        width: 50%;
        margin: 0 0 30px;
        float: right;
        color: #797979;
    }

    .woocommerce-result-count {
        line-height: 48px;
        text-align: right;
    }

    .woocommerce-ordering {

        .orderby {
            float: left;
            width: auto;
            min-width: 230px;
            margin: 0;
        }

        .select2-container {
            .select2-choice {
                height: 44px;
                line-height: 44px;
                border: 1px solid #b7b7b7;
                color: #b0b0b0;

                &:hover {
                    color: #000;
                    .select2-arrow {
                        color: #444;
                    }
                }
            }
        }

        .select2-drop {
            .select2-results {
                .select2-highlighted {
                    color: #444;
                }
            }
        }
    }
}
/* ==========================================================================
   WooCommerce Result and Ordering styles - end
   ========================================================================== */