/*
 * Store Notice for WooCommerce Frontend CSS
 * https://www.jhwebdesigner.com
 */

div.notice-banner {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	padding: 12px;
}
div.notice-banner span.store-notice-learn-more-btn {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 0 0 6px;
}
div.notice-banner span.store-notice-learn-more-btn:hover {
	text-decoration: none;
}

div.learn-more-popup-box {
	display: none;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
div.learn-more-popup-box div.learn-more-popup-content {
	display: block;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	max-width: 80%;
	margin: 36px auto;
	padding: 24px;
	position: relative;
	text-align: left;
}
div.learn-more-popup-content span.close-popup-box {
	display: block;
	top: 0;
	right: 0;
	position: absolute;
}
div.learn-more-popup-content span.close-popup-box::before {
	display: block;
	content: '\f335';
	color: #444;
	cursor: pointer;
	font-size: 40px;
	font-family: dashicons;
	height: 40px;
	width: 40px;
}
div.learn-more-popup-content h2.popup-title {
	display: block;
	font-size: 18px;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

div.popup-body {
	color: #444;
	line-height: 1.714285714;
}
div.popup-body h1,
div.popup-body h2,
div.popup-body h3,
div.popup-body h4,
div.popup-body h5,
div.popup-body h6 {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
div.popup-body h1 {
	font-size: 21px;
	line-height: 1.5;
}
div.popup-body h2 {
	font-size: 18px;
	line-height: 1.6;
}
div.popup-body h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
div.popup-body h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
div.popup-body h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
div.popup-body h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
div.popup-body p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
div.popup-body ol,
div.popup-body ul {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
div.popup-body ul ul,
div.popup-body ol ol,
div.popup-body ul ol,
div.popup-body ol ul {
	margin-bottom: 0;
}
div.popup-body ul {
	list-style: disc outside;
}
div.popup-body ol {
	list-style: decimal outside;
}
div.popup-body li {
	margin: 0 0 0 36px;
}

@media screen and (min-width: 600px) {
	div.learn-more-popup-box div.learn-more-popup-content {
		max-width: 50%;
	}
}

@media screen and (min-width: 960px) {

}
