/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Style the products per page dropdown */
.products-per-page-form {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}

.products-per-page-form label {
    margin-right: 10px;
    font-weight: bold;
}

.products-per-page-form select {
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
}

/* Make the "Products per page" dropdown 1/4 width */
.products-per-page-form select {
    width: 25%; /* Set the dropdown width to 25% of the page */
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: auto; /* Center the dropdown */
    margin-right: auto; /* Center the dropdown */
    display: block; /* Make it block-level for centering */
}

/* Optional: Style the form containing the dropdown */
.products-per-page-form {
    text-align: center; /* Center the form */
    margin-bottom: 20px;
}

/* Optional: Style the label */
.products-per-page-form label {
    font-weight: bold;
    margin-right: 10px;
}




