/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/***************************
 * GENERAL
 **************************/
.rey-searchPanel label {
    display: none;
}

/***************************
 * PRODUCT VIEW
 **************************/
.rey-productTitle-wrapper .rey-brandLink {
    display: none;
}
.pph-lowest-price {
    display: inline-flex;
    flex-wrap: nowrap;
    font-size: 14px;
	margin-bottom: 30px;
    gap: 4px;
}
.rey-stickyAtc-price .pph-lowest-price {
    display: none;
}

/***************************
 * CATEGORY VIEW
 **************************/
.rey-productInner .rey-brandLink {
    display: none;
}