.navbar{
	min-height: 1px;
}
.nav-justified a{
	
}
@media screen and (max-width:321px) {
	#header .logo{
		float: none;
		text-align: center;
		margin: 40px 0 0;
	}
	#header .cart{
		display: none;
	}
	#productMainImage .image img{
		max-width:250px;
	}
	.carousel-indicators{
		display:none;
	}
	.breadcrumb{
		display:none;
	}
}
@media screen and (max-width:769px) {
	#navSupp{
		display: none;
	}
	
	.content_inners .image,#bestsellers .sideBoxContent .image,#orderhistory .sideBoxContent .image,#specials .sideBoxContent .image,#whatsnew .sideBoxContent .image,#featured .sideBoxContent .image,#alsoPurchased .product .image,#indexCategories .content_inners .image,#reviewsDefault .image,#recentlyviewed .image,.product_item .image
	{
		max-width:250px;
		margin:0 auto;
		position:relative;
	}
	#gototop {
		background-image: url("../images/slick.png");
		background-position: -596px -75px;
		bottom: 200px;
		cursor: pointer;
		display: none;
		height: 30px;
		position: fixed;
		right: 5px;
		width: 30px;
		z-index: 9;
		border-radius:5px;
	}
	#gototop:hover {
		background-position: -666px -75px;
	}
	#categories,#bannerboxContent,#banner-box2Content{
		display:none;
	}
}
@media screen and (min-width:768px) {
	.navbar-header {
        /*display: none;*/
    }
    .navbar-navs {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
	
	
	
}
@media screen and (min-width:1200px) {
	.centerBoxWrapper .caption .button{
		visibility:hidden;
	}
	.centerBoxWrapper .row > div:hover .image img{
		/*,.product_item:hover .image img*/
		-moz-transform:scale(1.2);  
		-webkit-transform:scale(1.2);  
		-o-transform:scale(1.2); 
	}
	.centerBoxWrapper .row > div:hover .caption .button{
		visibility:visible;
		
	}
	.centerBoxWrapper .row > div:hover > div{
		/*,.product_block .row > div:hover > div*/
		animation: zoomIn 0.6s ease-in-out;
		background:#e0edf4;
		border-radius:5px;
		/*padding:10px 0 5px;*/
	}

}

@media screen and (min-width:768px) and (max-width:1200px) {
	#categories{
		display:none;
	}
	#header .cart{
		display:none;
	}
	#categories,#bannerboxContent,#banner-box2Content{
		display:none;
	}
}