/* Revere CSS*/

#checkout-step-shipping .enter-address-body__selector  {
    display: none;
}
#checkout-step-shipping .enter-address-body:before {
    content:'Your Revere Health Ship To Location will be selected in your Internal System. Please click continue.';
    display: block;
    text-align: center;
    border: solid 1px #ccc;
    padding: 2rem;
    font-weight: bold;
    color: #832a82;
}
#checkout-step-shipping-method #checkout-shipping-method-load .checkout-data {
    display: none;
}
#checkout-step-shipping-method #checkout-shipping-method-load:before {
    content:'Your Shipping Method will be based on final ship to location. Please click continue.';
    display: block;
    text-align: center;
    border: solid 1px #ccc;
    padding: 2rem;
    font-weight: bold;
    color: #832a82;
}
.newaddressnextstepbutton, .shippingmethodnextstepbutton  {
    margin-right: 0px!important;
}

/*Change the Category home icon to an image*/
i.fas.fa-home::before {
    background-image: url(https://mcneilprinting.reverehealth.com/-1876958087/Handler/CSSOverride/GetImage/3/Revere_Appicon.png);
    background-position: center;
    background-size: cover;
    color: transparent;
}


#toprow .navbar {
	margin-left: 3em;
	margin-right: 3em;
}



@media only screen and (max-width: 1087px){
.navbar-dropdown {
	padding-left:3.5em;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after {
	margin-right: 4em;
	}
}

@media only screen and (max-width: 768px){
	img.is-header-logo {
		width: 12rem;
		height: 3.5rem;
	}
	
	.navbar-item .is-header-logo {
		margin-bottom: 0rem;
	}
}