/*
Theme Name:     The Nourish Mart
Template:       kadence
Author:         Rudtek
Author URI:     https://rudtek.com
Description:    Custom theme for the Nourish Mart
Version:        1.0.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.eyebrow {
    color: var(--global-palette1);
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.eyebrow + h2, .eyebrow + h1 {
    margin-top: 0;
}
input.wpcf7-form-control {
    width: 100%;
}
.form-group.mb-3 {
    margin-bottom: 25px;
}
@media screen and (max-width: 768px)  {
    .single-content ul.wc-block-product-template {
        padding-left: 0;
    }
    form.sort-by.item {
        font-size: .8rem;
        align-self: center;
    }
}