/*
Theme Name: Steeler Child
Theme URI: https://www.x-teamrc.com/
Description: Child theme for Steeler - X-TEAM customizations
Author: X-TEAM
Author URI: https://www.x-teamrc.com/
Template: steeler
Version: 1.0.2
Text Domain: steeler-child
*/

.single-product .summary.entry-summary .xteam-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #eee;
}

.single-product .summary.entry-summary .xteam-product-btn {
	min-width: 220px;
	padding: 0 28px;
	line-height: 49px;
}

.single-product .summary.entry-summary .xteam-product-btn-consultation {
	background-color: #cd0001;
}

.single-product .summary.entry-summary .xteam-product-btn-contact {
	background-color: #222;
}

.single-product .summary.entry-summary .xteam-product-btn-contact:hover,
.single-product .summary.entry-summary .xteam-product-btn-contact:focus {
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.single-product .summary.entry-summary .xteam-product-actions {
		flex-direction: column;
	}

	.single-product .summary.entry-summary .xteam-product-btn {
		width: 100%;
		min-width: 0;
	}
}
