/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@media only screen and (max-width: 992px) {
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		clear: both;
		float: none !important;
		margin: 0 auto !important;
		width: 100% !important;
		margin-bottom: 2em;
		font-size: .9rem !important;
	}

	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		clear: both;
		float: none !important;
		margin: 0 auto !important;
		width: 100% !important;
		padding: 1em 0 !important;
		box-shadow: none !important;
		font-size: .9rem !important;
	}

	.woocommerce-checkout .entry-content {
		padding: 1em;
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding-left: 13% !important;
	}
}

@media only screen and (max-width: 382px) {
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding-left: 18% !important;
	}
}