@media (max-width:320px)  { 
	/* smartphones, iPhone, portrait 480x320 phones */

	.fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.product-shop{
		margin-top: 10px;
	}
}

@media (max-width:640px)  {
		/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	.fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.sidebar{
		margin-top: 0;
	}
	
	.product-shop{
		margin-top: 10px;
	}
}
@media (max-width:766px)  {
		/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	/* .fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.sidebar{
		margin-top: 0;
	}
	
	.product-shop{
		margin-top: 10px;
	} */
}

@media (min-width:767px)  { 
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	/*  .fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.product-shop{
		margin-top: 10px;
	}  */
}

@media (min-width:768px)  { 
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	/*  .fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.product-shop{
		margin-top: 10px;
	}  */
}
@media (min-width:961px)  {
		/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	/* .fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.product-shop{
		margin-top: 10px;
	} */
}
@media (min-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */ 
	/* .fixed-top{
		position: relative;
	}
	
	.show-for-large{
		height: auto;
	}
	.sticky-top{
		position: relative;
		top:0;
	}
	
	.product-shop{
		margin-top: 10px;
	} */
}
@media (min-width:1281px) {
		/* hi-res laptops and desktops */ 
}

@media only screen and (max-width: 600px) {
  
}