@media (min-width: 1200px){
	.container {
    max-width: 1200px;
	}
	.col1{
		    -ms-flex: 0 0 33.333333%;
    flex: 0 0 22.333333%;
    max-width: 22.333333%;
	}
	.col2{
		    -ms-flex: 0 0 64.666667%;
    flex: 0 0 77.666667%;
    max-width: 77.666667%;
	}
}
@media(max-width: 1200px){
		.container-home{
		padding: 0px 15px !important;
	}
}
@media(max-width: 1100px){
.info-right-header{
	display: none;
}
}
@media(max-width: 992px){
	.box-menumobile{
		display: block;
	}

	.header-template{
display: none;	
}
.text-title-menu{
	display: none;
}
.logo-template{
	margin-top: 15px !important;
	margin-bottom: 0px !important;
}
.title-menu-primary #menu-primary{
	display: none;
}
.list-slider-primary{
	margin-bottom: 15px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 25% !important;
		float: left !important;
}
.related-product-template{
	padding: 0px 25px !important;
}
}

@media(max-width: 768px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		clear: none;
		float: left !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: calc(100% / 3) !important;
		margin-bottom: 10px !important;
	}
	.related-product-template{
		padding: 0px 15px !important;
	}
	.list-slider-primary {
		margin-top: 0px !important;
	}
}

@media(max-width: 576px){
	.inf-sale-news a{
display: block;
margin-top: 10px;
	}
	.list-hot-news{
		margin-left: 0px !important;
	}
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width:50% !important;
		margin-bottom: 10px !important;
	}
	.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price del span{
		display: none;
	}
}