/*#main-logo{
	padding: 0px 15px;
}*/
#sub-menu{
	width: 100%;
}
.product-grid li{
	width: 380px;
}
.product-grid li:nth-child(5n+5){
	margin-right: 25px;
}
.product-grid li:nth-child(5n+6){
	margin-right: 0px;
}
.product-grid img{
	width: 100%!important;
	height: 250px;
}
#main-content #index-category ul > li{
	width: 33.33%;
	margin-bottom: 20px;
}
#main-content #index-category{
	height: auto;
	margin-bottom: 0px;
}
.logoMobile{
	top: 0px;
}
.mainSlide, .mainSlide > .swiper-wrapper, .mainSlide > .swiper-wrapper > .swiper-slide, .mainSlide > .swiper-wrapper > .swiper-slide img{
	width: 100%;
	height: auto;
}
/*#main-header .container{
	background: #2e2315
}*/
.sticky li{
	background: #2a3ced;
}
/*body{
	background: #8D8F8C;
}*/
@media (min-width: 1200px) {
	.container{
		width: 940px;
	}
}
@media (max-width: 990px) {
	.product-grid ul{
		text-align: left;
	}
	.product-grid ul li{
		width: 32.5%;
		margin-right: 0.25%;
	}
	.product-grid li:nth-child(5n+5){
		margin-right: 0.25%;
	}
}
@media (max-width: 576px) {
	.product-grid ul li{
		width: 49%;
		margin-right: 0.25%;
	}
	.product-grid ul li:nth-child(2n){
		margin-right: 0px;
	}
	#main-content #index-category ul > li{
		width: 50%;
	}
}
