	#fixed-banner {
		position: fixed;
		bottom: 100px;
		right: 20px;
		width: 250px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
		border-radius: 10px;
		z-index: 9999;
	}

	#fixed-banner .banner-content {
		padding: 15px;
		position: relative;
	}

#fixed-banner .close-btn {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}
	#fixed-banner .close-btn:hover {
		color: red;
	}

.special-offers {
    background-color: #27a0d9;
}
:root{
--kt-special-offers-bg : rgb(39 ,160, 217);
}