/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 10:34:10 */
.sticky-ads {
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fefefe;
	z-index: 20;
}

.sticky-ads-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 0 0;
	position: absolute;
	left: 0;
	top: -25px;
	background-color: #fefefe;
	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
	cursor: pointer;
}

.sticky-ads .sticky-ads-close svg {
	width: 22px;
	height: 22px;
	fill: #000;
}

.sticky-ads .sticky-ads-content {
	overflow: hidden;
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}