  #top-full {
    margin: 0px -15px;
}
.countdown-reservation-hold {
	background: white !important;
	color: #c03e35 !important;
	width: 100% !important;
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
}
#reservation-temp-hold-counter {
    /* text-align: center; */
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    width: 100%;
}
#valid-till-datetime {
	display: none;
}
#alert-when-reached-zero {
    display: none;
}
.countdown_fixed {
  position:fixed;
  top:0;
  z-index:99999;
  width: 100vw !important;
}