
@media (max-width: 1200px) {
	.footer-col {width: 30%;}
	.about-col {width: 100%;}
	.category-col {width: 66%;}
	.category-col li {width: 50%;}

}

@media (max-width: 1024px) {
}

@media (max-width: 1000px) {
	.footer-col {width: 100%;}
	.about-col {width: 100%;}
	.category-col {width: 100%;}
	.category-col li {width: 50%;}

	.mobile-hidden {display: none;}
	header .logo {padding-top: 0; text-align: center;}

	.about-box {flex-direction: column;}
	.about-box .about-content {width: 100%;}
	.about-box .about-photo {width: 100%;}
}

@media (max-width: 768px) {
	.category-col li {width: 100%;}

	table tr td {display: block;}
	table tr td:first-child {padding-top: 20px;}

	.text {font-size: 16px;}
	.navbar .menu li ul {display: none;}
}

@media (max-width: 576px) {
}

@media (max-width: 468px) {
}
