/*
Theme Name: Splendour Child Theme
Theme URI: https://splendour.themerex.net/
Description: Splendour is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.26.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: splendour
Template: splendour
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.single-product div.product p.price:empty,
.single-product div.product span.price:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.single-product div.product .product_title {
	display: inline-block;
	width: calc(100% - 160px);
	margin-right: 0;
}

.single_product_certificate_badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	width: 150px;
	vertical-align: top;
	font-family: var(--theme-font-h5_font-family);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--theme-color-text_dark);
	white-space: nowrap;
}

.single_product_certificate_badge span {
	padding-right: 8px;
	border-right: 1px solid var(--theme-color-bd_color);
}

.single_product_certificate_badge img {
	display: block;
	width: auto;
	height: 32px;
	max-width: 130px;
	object-fit: contain;
}

.single_product_benefits {
	margin: 28px 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single_product_benefit {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 56px;
	padding: 13px 15px;
	font-family: var(--theme-font-h5_font-family);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 500;
	color: var(--theme-color-text_dark);
}

.single_product_benefit:before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
}

.single_product_benefit:nth-child(odd) {
	border-right: 1px solid var(--theme-color-bd_color);
}

.single_product_benefit:nth-child(-n+2) {
	border-bottom: 1px solid var(--theme-color-bd_color);
}

@media (max-width: 767px) {
	.single-product div.product .product_title {
		width: 100%;
	}

	.single_product_certificate_badge {
		width: 100%;
		justify-content: flex-start;
		margin-top: 8px;
	}

	.single_product_benefits {
		grid-template-columns: 1fr;
	}

	.single_product_benefit:nth-child(odd) {
		border-right: none;
	}

	.single_product_benefit:nth-child(-n+3) {
		border-bottom: 1px solid var(--theme-color-bd_color);
	}
}
