body.body-main {
	font-family: sans-serif !important;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	-webkit-text-size-adjust: 100%;
}

.main-content {
	display: block;
}

.cust-nav-container {
	margin-top: 1em !important;
}

nav.woocommerce-breadcrumb {
	display: none;
}

.hero-container {
	width: 100%;
	min-height: 350px;
	display: table;
	margin-bottom: 3em;
	background-position: right;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.hero-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(0,0,0,0.4);
	border-radius: 8px;
}

.hero-words {
	padding: 1em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border-radius: 8px;
}

.hero-words h1 {
	vertical-align: middle;
	color: white;
	
}

.hero-words h3 {
	vertical-align: middle;
	color: white;
}

.liquid-products-container {
	margin-top: 2em;
	width: 100%;
}

.product-container {
	vertical-align: top;
	width: 24%;
	display: inline-block;
}

.product-container p {
	text-align: center;
}

.shop-message {
	margin-top: 4em;
	margin-bottom: 4em;
	align-content: center;
	text-align: center;
}

.shop-message-align {
	text-align: center;
}

.shop-message-align h3 {
	margin-bottom: 1em;
}

.shop-message-align p {
	margin-bottom: 0;
}

.download-button {
	border-radius: 8px;
	margin-top: 1em;
}

.download-button:hover {
	color: white !important;
	background-color: #1d559f !important;
}

.download-button a {
	font-family: sans-serif;
	font-weight: 700;
	color: white !important;
}

.disinfectant-container {
	width: 100%;
}

.disinfect-half {
	vertical-align: top;
	width: 49%;
	display: inline-block;
}

.margin-bottom {
	margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
	.disinfect-half {
		vertical-align: top;
		width: 100%;
		display: block;
	}
	
	.disinfectant-img {
		margin-bottom: 2em;
	}
	
	.buy-now-button-container {
		align-content: center;
		text-align: center;
	}
	
	.product-container{
		align-content: center;
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 3em;
	}
	
	.product-container img {
		height: auto;
		width: 60%;
		margin-bottom: 1em;
	}
}