.timings{
	text-align:center;
}

.OpeningDay[data-holiday='1']{
	background:red!important;
}


   
    .swiper-container {
      width: 100%;
      height: 100%;
	  border-top: 2px solid white;
	  border-bottom: 2px solid white;
    }
    .swiper-slide {
      text-align: center;
      font-size: 14px;
      

      display: block;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-container{
	height:70px;
	color:white;
}
.x{
	height:70px;
  
}
.swiper-button-next,.swiper-button-prev{
	color: white;
	opacity: 0.4;
}