/*
Theme Name: Sara Electronics
Theme URI: https://saraelectronics.qadrilancer.com/
Author: Qadri Lancer
Author URI: https://qadrilancer.com/
Description: Custom storefront theme for Sara Electronics.
Template: woodmart
Version: 1.0.7
Text Domain: sara-electronics
*/

/* ql-cat-tweaks: hide category product counts, hyphenate long names */
.wd-cat .more-products,
.category-grid-item .more-products {
	display: none !important;
}

.wd-cat .wd-entities-title,
.category-grid-item .wd-entities-title {
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* ql-wrap: long emails/links wrap inside cards */
.wd-info-box .info-box-inner,
.wd-list .wd-list-content {
	overflow-wrap: anywhere;
}

/* ql-social: brand navy social buttons */
.wd-social-icons.icons-design-colored .wd-social-icon {
	background-color: #183049 !important;
	color: #fff !important;
}

.wd-social-icons.icons-design-colored .wd-social-icon:hover {
	background-color: #2a4a6b !important;
}

/* ql-cf7: hide CF7 hidden-fields fieldset border, wrap long list text */
.wpcf7 .hidden-fields-container {
	display: none;
}

.wd-list .list-content {
	overflow-wrap: anywhere;
}

/* ql-coming-soon */
.ql-coming-soon {
	width: 100%;
	padding: 90px 15px 110px;
	text-align: center;
}

.ql-coming-soon__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin-bottom: 25px;
	border-radius: 50%;
	background: #e8eaed;
	color: #183049;
}

.ql-coming-soon__title {
	margin-bottom: 12px;
	font-size: 40px;
	color: #183049;
}

.ql-coming-soon__text {
	max-width: 520px;
	margin: 0 auto 30px;
	font-size: 16px;
}

.ql-coming-soon__actions .btn {
	margin: 0 6px 10px;
}

@media (max-width: 767px) {
	.ql-coming-soon {
		padding: 60px 15px 70px;
	}

	.ql-coming-soon__title {
		font-size: 30px;
	}
}
