/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

.search-modal__title,
.header-search__suggestion-label {
	font-weight: 600 !important;
}

#reviews span.woocommerce-Reviews-title , .royanest-related-products-heading,  span.recently-viewed-products__title {
	text-align: center;
	font-size: 26px;
	display: block;
	font-weight: 600;
	color: #111111;
}

/**
 * Change woocommerce-loop-product__title heading tag from h3 to p.
 */

ul.products li.product p.woocommerce-loop-product__title {
	display: block;
	margin: 0 !important;
	padding: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
}
ul.products li.product p.woocommerce-loop-product__title a {
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: var(--gz-line-clamp-count, "none");
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color .4s ease;
}

