.bgContainer {
    background-color: #f3f3f3;
    height: 100%;
    min-height: 100vh;
}

.coreContainer.container {
    background-color: #fff;
    /* outline: 1px solid #dfdfdf; */
    display: flex;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.headerContent,
.footerContent {
    flex-shrink: 0;
}

.siteContent {
    flex: 1 0 auto;
    padding: 1rem;
}

.siteContentCentered {
    flex: 1 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.promotionHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 .5rem 0;
    max-height: 10rem;
    background-color: lightyellow;
}

.primaryHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}

@media screen and (max-width: 991px) {
    .primaryHeader {
        justify-content: center;
    }
}

.brandOuterWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    max-width: 50%;
}

.brandInnerWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.headLogo.img-container {
    width: auto;
    min-width: 2rem;
    max-width: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleWrapper {
    padding: .5rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.brandInnerWrapper > .titleWrapper > .display1 {
    margin-bottom: 0;
    font-size: 2rem;
}


.searchAndLinksWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.searchAndLinksContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap;
}

.cartContainer {
    display: flex;
    justify-content: center;
}

.cart.tag {
    padding: 0 0 0 .5rem;
}

.breadcrumbAndProfileBar > .breadcrumbs {
    margin-bottom: 0;
    padding: 0rem;
}

.breadcrumbAndProfileBar > ul.breadcrumbs > li.page-item > a {
    font-size: .75rem;
}

.menuBar.appbar {
    position: relative;
}

.app-bar-menu li {
    list-style: none!important;
}

.menuBar.appbar.app-bar .hamburger {
    position: relative;
}

.primaryContent {
    height: auto;
}

.secondaryContent {
    padding: 1rem 0rem;
    height: auto;			   
}

.footerContent {
    flex-shrink: 0;
}

.footerInnerWrapper {
    padding: 1rem;
}

.footerNavContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 0rem;
    text-align: center;
    flex-wrap: wrap;
}

.footerNavSection {
    padding: 1rem;
}

.footerBase {
    padding: 1rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.baseNavAndInfo {
    display: flex;
	flex-direction: column;
	text-align: right;
}

@media screen and (max-width: 991px) {
    .footerBase {
        justify-content: center;
        text-align: center;
    }
    .baseNavAndInfo {
        text-align: center;
    }
}

.baseLogo.img-container {
    max-width: 5rem;
    padding-right: 1rem;
}

/* Search and Orders */
.searchContent,
.ordersContent {
    display: flex;
    flex-direction: column;
}

.searchFormContainer,
.orderFilterContainer {
    padding: 2rem;
    outline: 1px solid #dfdfdf;
}

.searchFormContainerButton {
	padding-top: .5rem;
}

.searchResultsContainer > .table-component,
.orderListContainer > .table-component,
.cartTableContainer > .table-component {
    overflow-x: auto;
    white-space: nowrap;
}

.searchResultsCount {
	padding: .5rem 0rem;
}

.addCartTableButton {
    display: flex;
    justify-content: flex-end;					 
}

.orderFilterButtons {
    padding-top: 1rem;			  
}

.cartFooterController {
	padding: 1rem 0rem;
}

.cartFooterButton.button {
    margin: .25rem .25rem .5rem 0;
} 

#addToCartDialogProducts {
	max-width: 400px;
	width: 100%;
	float: left;
	display: block;
}

#addToCartDialogProducts h3 {
	margin-top: 0;
}

.addToCartDialogChoices {
	max-width: 190px;
	width: 100%;
	float: left;
	display: block;
	padding: 15px;
	background-color: #EEE;
}

.addToCartClearDialog:after {
	content: "";
	display: table;
	clear: both;
}

#addToCartDialogSubTotLabel {
	text-align: center;
}

#addToCartDialogSubTotal {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#addToCartDialogCartItems {
	text-align: center;
	margin-bottom: 15px;
}

.addToCartDialogItemImg {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.addToCartDialogItemLine {
	margin-bottom: 10px;
}

#modelItemTemplate {
	display: none;
}

.addToCartDialogItemName {
	font-weight: bold;
}

.cartFooterController .marginless.row,
.marginless.row,
.marginless {
	margin: 0rem;
}
    
#DIVorderHistory {
    overflow-x: scroll;
}

#addToCartDialogContainer {
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.addToCartDialogContainer > #addToCartDialog {
    z-index: 2001;
    display: none;
}

.myAccountOption {
    padding: .5rem 0rem;
}

/* General wrappers */

.pageFormWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
}

