/* Landing Page */


.site-header {
  display: none;
} 

.pm_main_wrapper{
	padding: 20px;
}

.pm-device-activation-landing-page-main{
	max-width: 800px;
    margin: auto;
	text-align: center;
	padding: 50px;
}

.pm-portal-products-overview-title{
	
}

.pm-portal-products-overview-image img {
	margin: auto;
	height: 400px;
}

.pm-portal-products-overview ul {
	list-style-type:none;
	
}

.pm-portal-products-overview li {
	display: inline-block;
	padding: 20px;
}

.pm-product-page-main {
	margin: auto;
	padding: 20px;
}

.pm-product-page-price woocommerce-variation-add-to-cart {
	display: inline-block;
}

.pm-product-page-add-to-cart {
	display: inline-block;
}

.pm_quantity_add_to_cart_button_wrapper{
	display: inline-block;
}

.pm_add_to_cart_quantity{
	float: left;
}

.pm_add_to_cart_button{
	float: left;
}

.checkout_form_wrapper{
	
}

.checkout_after_order_review{
	height:400px;
}

.pm-portal-products-overview-button{
	text-align: center;
}

.pm-portal-products-overview-button a{
	display: block;
	margin: auto;
	text-align: center;
}

/*
.includes_tax{
	display: none !important;
}
*/