/* Used to keep font sizes fluid across the different Bootstrap, mobile and monitor resolutions  */
html,
body {
	font-size: 13px;
	color: white;
}
p {
	font-size: 100%;
}

/* Headings */
.h1,
h1 {
	font-size: 26px !important;
	font-weight: bold !important;
}
.h2,
h2 {
	font-size: 24px !important;
	font-weight: bold !important;
	margin-bottom: 0;
}
.h3,
h3 {
	font-size: 20px;
	font-weight: bold !important;
	margin-bottom: 0;
}
.h4,
h4 {
	font-size: 16px;
	font-weight: bold !important;
}
.h5,
h5 {
	font-size: 14px;
	font-weight: bold !important;
}
.h6,
h6 {
	font-size: 100%;
	font-weight: bold !important;
}

.orderDetailsContent .h4 {
	/*margin: 0.5rem 0 0.24rem 0 !important;*/
}

/* LB: Needed to toggle display state of password field input field and disable autocomplete */
/* Chrome/Safari/FireFox */
.hidepass {
	text-security: disc;
	-webkit-text-security: disc;
	font-family: "text-security-disc";
}
.showpass {
	text-security: none;
	-webkit-text-security: none;
}
/* IE/Edge */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.hidepass {
		text-security: disc;
		font-family: "text-security-compat-disc" !important;
	}
	.showpass {
		text-security: none;
	}
}

/* Anchors */
a {
	font-size: 100%;
}

/*
a:link,
a:hover {
	color: white;
}
*/
a:not([href]):not([tabindex]) {
	color: white;
}
a:not([href]):not([tabindex]):hover {
	color: orange;
}

/* Override font size */
.font100 {
	font-size: 100% !important;
}
.font125 {
	font-size: 125% !important;
}
.font150 {
	font-size: 150% !important;
}
.font175 {
	font-size: 175% !important;
}
.font200 {
	font-size: 200% !important;
}
.font225 {
	font-size: 225% !important;
}
.font250 {
	font-size: 250% !important;
}

/* Override font look*/
.fontBold {
	font-weight: bold;
}
.fontItalic {
	font-style: italic;
}
.fontUnderline {
	text-decoration: underline;
}

/* Override font family */
.fontSerif {
	font-family: "Times New Roman", Times, serif;
}
.fontSansSerif {
	font-family: Arial, Helvetica, sans-serif;
}
.fontMonoSerif {
	font-family: "Courier New", Courier, monospace;
}
.fontMonoSansSerif {
	font-family: "Lucida Console", Monaco, monospace;
}
button {
	font-family: Arial, Helvetica, sans-serif;
}

/* Links */
.link {
	color: #0275d8;
}
.link:hover {
	font-weight: bold;
}
.fakeanchor {
	cursor: pointer;
}
.fakeanchor:hover {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

/* Price  */
.price {
	font-style: normal;
	text-align: right;
}
.confirmationprice {
	font-style: normal;
	text-align: right;
}

.productprice,
#productModalProductPrice,
.matrixprice,
.regproductprice,
.productModalProductAdd,
.productSelectText,
.productModalSelectText,
.productAddText,
.productAddQty,
.productcustomise {
	line-height: 175%;
	margin-bottom: unset;
}

.matrixlabel {
	font-size:75%;
}

.customiseOrder {
	font-size:100%!important;
}

.productenergymodal,
.productenergy,
.productenergycard {
	margin-bottom: 0px;
}

.surchargetext,
.deliverysurchargetext {
	font-size: 90% !important;
	font-weight: bold !important;
}

.orderdetailstext {
	font-size: 110%;
}

.ordersummarytext,
.loyaltydetailstext {
	font-size: 110%;
}

.storeinfo {
	font-size: 100%;
	padding-left: 1rem !important;
}
.kioskstoreinfo {
	font-size: 100%;
}

h6 .SiteABNTitle,
h6 .SiteABN {
	margin-bottom: 5px;
}

#pinentered {
	font-size: 25px !important;
}

#productModalOnlineTypeBanner {
	font-size: 16px !important;
	font-weight: bold;
}

.launchpadInputTitleText {
	font-size: 16px;
}
.launchpadCardContainer {
	font-size: 10pt!important;
}

.bydoordash {
	font-style: italic;
	font-size: small;
	display: none;
}

.templateWarning {line-height: 150%;}

.category-heading {
    line-height: 120%;
}
.category-heading:first-letter,
.category-heading:first-line {
	text-transform: capitalize;
}

.iOrderModeTitle{
	vertical-align: super;
}

/** Anything smaller than a tablet screen (mobiles only) **/
@media (max-width: 575px) {
	.h1,
	h1 {
		font-size: 20px !important;
		font-weight: bold !important;
	}
	.h2,
	h2 {
		font-size: 18px !important;
		font-weight: bold !important;
		margin-bottom: 0;
	}
	.h3,
	h3 {
		font-size: 15px;
		font-weight: bold !important;
		margin-bottom: 0;
	}
	.h4,
	h4 {
		font-size: 13px;
		font-weight: bold !important;
	}
	.h5,
	h5 {
		font-size: 110% !important;
		font-weight: bold !important;
		margin: auto 0;
	}
	.category-heading{
		line-height: 150%;
	}
	.card-group h5 {
		font-size: 110% !important;
	}
	.product-line-text {
		line-height: 110%;
	}
	.launchpadInputTitleText {font-size: 3.5vw !important;}
}

/** Small Tablet View **/
@media (min-width: 576px) and (max-width: 767px) {
	html,
	body {
		font-size: 1rem !important;
	}
}

/** Tablet View **/
@media (min-width: 768px) and (max-width: 855px) {
	html,
	body {
		font-size: 1rem !important;
	}
}

/** Tablet View **/
@media (min-width: 856px) and (max-width: 991px) {
	html,
	body {
		font-size: 1rem !important;
	}
}

/** Large Tablet View / Small Desktop View **/
@media (min-width: 992px) and (max-width: 1199px) {
	html,
	body {
		font-size: 0.9rem!important;
	}
}

/** Desktop View **/
@media (min-width: 1200px) and (max-width: 1439px) {
	html,
	body {
		font-size: 0.9rem !important;
	}
}

/** Large Desktop View **/
@media (min-width: 1440px) {
	html,
	body {
		font-size: 0.9rem !important;
	}
}

/** Xtra Large Desktop View **/
@media (min-height: 1081px) {
	html,
	body {
		font-size: 0.9rem !important;
	}
}