/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Footer */
	/* Before */
	.mh-col-before-footer {
		padding-bottom: 15px !important;
	}

	.mh-col-before-footer-3 .social-icons {
		text-align: left;
	}
/* Woocommerce */
	/* Archive */
	.mh-shop-filter {
		border: 0;
	}

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {

}

@media only screen and (max-width: 320px) {
/* Page: Liên hệ */
	/* Form */
	.mh-contact-form {
	    flex-direction: column;
	}
}
