@media screen and (min-width: 768px) 
{
			
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		flex: 0 0 33.3%;
	}	
	
	.single-banner content{
		left: 12%;
		transform: translate(0, -50%);
	}

	#top {
		display:block;
	}
	
	h1,.h1 {
		font-size: 48px;
	}
	
	h2,.h2 {
		font-size: 48px;
	}
	
	h3,.h3 {
		font-size: 40px;
	}
	
	h4,.h4 {
		font-size: 24px;
	}
	
	h5,.h5 {
		font-size: 30px;
	}
	
	h6,.h6 {
		font-size: 36px;
	}
	
	.inner-page h3 {
		font-size: 32px;
	}
	
	.product h4{
		font-weight: 400;
	}
	
	.health-boxes h3 {
		font-size:24px;
	}
	
	.box-controls {
		background: #F2F2F2;
	}

	.has-box-carousel ul.controls{
		margin:0;
		padding:15px;
		list-style:none;
	} 
	
	.has-box-carousel .has-border{
		border: 1px solid #E7E7E7;
	}

	.has-box-carousel ul.controls li{
		margin: 6px 0;
		font-size: 16px;
		cursor: pointer;
	}

	.has-box-carousel ul.controls li.active,
	.has-box-carousel ul.controls li:hover{
		color:#78be44;
	}
		
	.full-image-bg {
		background: #E7E7E7;
		background-size: cover;
	}

	.full-image-bg.right {
		order: 5;
	}

	.product-box  {
		box-shadow: 0px 0px 1px 1px #efefef;
		padding: 10px;
		width: 100%;
		min-height: 275px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1px;
	}
	
	.product-box img {
		max-width: 250px;
		height: 150px;
		object-fit: cover;
	}
	
	.box-controls {
		display:block;
	}
}

@media screen and (min-width: 992px) 
{
		
	.main-navigation {
		display: block;
	}
	
	.full-image-bg{
		display:block;
	}
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		flex: 0 0 25%;
	}	
}