.wccsq-quote-description .show-if-requested {
	display: none;
}
.wccsq-quote-description.wccsq-quote-requested .show-if-requested {
	display: initial;
}
.wccsq-quote-description.wccsq-quote-requested .hide-if-requested {
	display: none;
}


/**************************************************************
 * Modal/Popup
 *************************************************************/
.wccsq-popup-bg {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
/* .wccsq-popup {
	z-index: 9999;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
    position: absolute;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.05);
	padding: 20px;
	width: auto;
	max-width: 700px;

	.wccsq-close:before {
		content: "\d7";
		color: #bbb;
		cursor: pointer;
		font-size: 2em;
		position: absolute;
		right: 15px;
		top: 15px;
		height: 15px;
		line-height: 15px;
	}
	.wccsq-body {

	}
}*/

/* LH Overrides */

#lh_tip {
	position: relative;
	overflow: visible;
	cursor: help;
}
#lh_tip .tip {
	box-sizing: border-box;
	position: absolute;
	top: auto;
	bottom: 25px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 16px;
	border-radius: 5px;
	width: 200px;
	left: calc( 50% - 100px );
	text-align: center;
	cursor: help;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	opacity: 0;
	transition: all .2s ease;
}
#lh_tip .tip::after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 6px );
	width: 0;
	border-top: 6px solid black;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
/* #lh_tip:hover .tip {
	opacity: 1;
}
#lh_tip .tip:hover {
	opacity: 1;
} */
#lh_tip span.dashicons:hover + span.tip {
	opacity: 1;
}
