.alert-otstup {
	height: 42px;
}
.alert-coupon {
	background-color: #fae5b0;
	border: 1px solid #fad163;
	font-size: 20px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 42px;
	text-align: center;
	color: #000;
}

.alert-coupon div {
	margin-top: 6px;
}

.alert-coupon span {
	font-weight: bold;
}

@media screen and (max-width:400px){

	.alert-coupon {
		font-size: 16px;
	}

}