@media only screen
and (min-width : 0px) 
and (max-width : 991px) 
{
	.slider-information{
		display: none;
	}
	.item-slider-overlay{
		display: none;
	}

	#prev {
		left: 10px;
	}
	#next {
		right: 10px;
	}
	#slider-detail{
		display: none;
	}
	#prev, #next {
		margin-top: -22px;
		width: 40px;
		height: 45px;
		background-size: 100% 100%;
	}
	.wrapper-menu .navbar-nav{
		margin-top: 20px;
	}
	.wrapper-menu .navbar-toggler{
		background-color: #fefefe;
	}
	.hours-text{
		text-align: center;
	}
	.top-options{
		text-align: center;
		margin-top: 10px;
	}
	.logo-col{
		text-align: center;
	}
	.viva-col{
		text-align: center;
	}
	.social-links{
		position: absolute;
		top: 15px;
		right: 10px;
		width: auto;
		margin: 0px;
	}
	.footer-menu li a{
		font-size: 18px;
	}
	.department-item{
		text-align: center;
	}
	.specials-pdf-button{
		font-size: 11px;
		width: auto;
	}
	.offer-detail {
		max-width: 60%;
		padding: 20px 20px 20px 55px;
	}
	.price-val-2{
		font-size: 25px;
	}
	.offer-heading{
		font-size: 18px;
	}
	.offer-detail em{
		font-size: 18px;
	}
}