@media only screen and (min-width: 768px) {
	.sticky-notification-bar {
    line-height: 35px;
	}

	.sticky-notification-bar .content {
    min-height: 40px;
    font-size: 14px;
    padding-top: 10px;
	padding-bottom: 10px;
	}
}


@media only screen and (max-width: 767px) {
	.sticky-notification-bar {
    	line-height: 18px;
	}
    .sticky-notification-bar .content {
        font-size: 10px;
        word-break: break-word;
    }
}

.sticky-notification-bar {
    top:0;
    width: 100%;
    z-index: 99999;
	text-align: center;
}
.sticky-notification-bar .content {
    font-weight: bold;
    text-align: center;
}
.coupon-code {
    border: 0.1px dashed;
    margin-left: 20px;
    padding: 3px;
}