/* The following code (lines 3-13) was already in NOWCFO*/

/* QTY padding adjust with Start button - Product landing pages*/

/*@media screen and (min-width: 1280px), print{
    .column.quantity-wrapper {
        margin-right: 2.3em;
    }

    .arone-product-landing-page .details-wrapper .column.price {
        min-width: 33%;
    }
}
*/

/*Change the category home icon to an image*/
i.fas.fa-home::before {
    background-image: url(https://mcneil.infigosoftware.com/nowcfo/322966711/Handler/CSSOverride/GetImage/8/Appicon.png.png);
    background-position: center;
    background-size: cover;
    color: transparent;
}

/*Changes the background behind TopMenu */
#toprow .navbar {
	padding: 0em 4em;
}