#tcn-topbar {
	position: relative;
	top: 0;
	width: 100%;
	background: #FF5722;
	color: #fff;
	padding: 5px 20px;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.tcn-message {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
.tcn-message {
    flex-grow: 1;
}
.tcn-coupons {
    margin-left: 15px;
}
.tcn-coupon {
	/* background: #fff; */
	color: #fff;
	padding: 3px 8px;
	/* margin-left: 5px; */
	/* border-radius: 3px; */
	font-weight: 600;
	text-decoration: underline;
}
.tcn-close {
    cursor: pointer;
    font-size: 14px;
}
@media screen and (max-width: 767px){
	.tcn-message {
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
}
	.tcn-coupons {
    margin-left: 7px;
}
	.tcn-coupon {
    color: #fff;
    padding: 0px 0px;
    margin-left: 0px;
    font-weight: 600;
    text-decoration: underline;
}
}