
.container {
	width: 100%!important;
	max-width: 1240px!important;
}

.ShoppingCartTable.dxgvControl {
	color: inherit;
}

.cartListHeader {
	display: grid!important;
}
.quickOrderWrapper .addStockCodeInput {
	display: flex;
    flex-wrap: wrap;
}
.pageWrapper {
	overflow: hidden;
}
.CustomerMasterAccountControl .masterAccountDiv {
	margin-top: 0;
}
.notHomeTop .mp-pusher .menu-trigger {
	padding: 10px;
}
.notHomeTop .mp-pushed .menu-trigger {
	background: black;
	padding: 10px;
}

header .CustomerMasterAccountControl {
	position: absolute;
    top: 70px;
    background: none;
    padding: 0;
}

.itemListView .dx-item-content .item-image input {
	width: 100%;
	height: 100%;
}

.pageContent>.row {
	margin: 0;
}

.distributorSearchForm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.distributorSearchContent tbody {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.distributorSearchContent tr {
	padding-right: 15px;
}

#loginForm .inputRow.col-sm-4 {
	width: 100%;
}
main .col-sm-10 .container {
	width: auto;
}
.notHomeTopLogo {
	z-index: 99;
}

.FeeRow {
	grid-gap: 0;
	padding-top: 10px;
}

.details {
	padding: 0px 10px 10px!important;
}
.dx-button-mode-contained.dx-button-default .dx-icon {
	color: #333!important;
}
.rightSidebar {
	background: #f2f2f2;
}
.summaryEdit,
.quickOrderSubTotalDiv {
	bottom: 0!important;
	float: none!important;
	display: inline-block;
	width: 100%;
}

#DealerDetail {
	width: 90vw;
    position: fixed;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 20px;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
}
#DealerDetail>tbody>tr>td {
	display: flex;
    flex-direction: column;
}
#DealerDetail>tbody>tr>td>div {
	float: none!important;
	width: 100%!important;
}
.DealerHighlightHeading,
.DealerHighlightDescription,
.DealerHighlightSubHeading,
.DealerHighlightDetail,
.DealerHighlightContactInfo {
	text-align: left;
}
.DealerHighlightBox {
	background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
}

@media only screen and (min-width: 768px) {
	#DealerDetail {
	    max-width: 900px;
	    display: table;
	    height: auto;
    	margin: auto;
	}
	#DealerDetail>tbody>tr>td {
		flex-direction: row-reverse;
	}
	nav.sidebar {
	    width: auto;
	    max-width: 300px;
	    min-width: 230px;
	    padding-bottom: 0;
	}
	.sidebar .acctNavContent {
		padding: 15px 20px;
	    margin: 0;
	    width: 100%;
	}
	ul.AcctMenu {
		width: 100%;
	}
	.acctNavContent img {
		width: 40px;
	}
	.acctNavContent span {
		padding-top: 2px;
	}
}

footer>.row {
	margin: 0;
}
div#divWrapper_ItemsTileListing {
	padding-left: 0;
}
#tileWrapper .dx-scrollview-content.dx-tileview-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
	grid-gap: 20px;
}
#tileWrapper .dx-item.dx-tile {
	width: 100%!important;
	margin: 0;
}
#tileWrapper img.CatalogProductTileListPicture {
	width: 100%!important;
}
#tileWrapper .dx-tile-content {
	display: flex;
	flex-direction: column;
}
#tileWrapper .dx-tile-content .item-headline.CatalogTileListItemHeadline {
	flex: 1;
}

#clbkShoppingCart,
#pnlMultiAddress,
#grdItemList {
	overflow-x: auto;
	display: block;
}
#pnlMultiAddress,
#grdItemList {
	max-width: 90vw;
}

@media (min-width: 921px) {
	#clbkShoppingCart {
		max-width: 60vw;
	}
}

@media (min-width: 1230px) {
	#clbkShoppingCart {
		max-width: none;
	}
}

@media (max-width: 920px) {
	table.checkoutStep2Table, 
	table.checkoutStep2Table input[type="text"], 
	table.checkoutStep2Table textarea, 
	table.checkoutStep2Table select, 
	table.checkoutStep3Table, 
	table.checkoutStep3Table input[type="text"], 
	table.checkoutStep3Table textarea, 
	table.checkoutStep3Table select {
		width: 100%;
	}
	.cartListHeader {
		display: none!important;
	}
	span.CatalogCategoryInformationName {
		font-size: 30px;
	}
	p#CategoryDescription {
		font-size: 17px;
	}
	.details {
		display: flex!important;
	    flex-wrap: wrap;
	    padding: 10px!important;
	}
	#cartList .dx-list-item-content {
		padding: 0 10px!important;
	}
	main .sidebar {
	    overflow: hidden;
	    width: 0;
	    height: 0;
	    background: var(--graytint);
	    color: #eee;
	    transition: all .3s;
	}
	main .hamburger-label {
		background: #f2f2f2;
	    padding: 10px 15px;
	    height: auto;
	    text-align: left;
	    font: 20px/20px fontawesome;
	    width: auto;
	    top: -25px;
    	left: 35px;
    	height: auto;
    	display: block;
	}
	main .hamburger-label span {
		font-size: 13px;
	}
	nav.sidebarcontent {
		margin-left: 20px;
		padding-bottom: 0;
		position: absolute;
	    top: 25px;
	    left: 15px;
	    z-index: 99;
	}
	.hamburger-checkbox:checked ~ nav.sidebar {
		left: auto;
		margin-left: 20px;
		max-width: 80vw;
		min-width: 230px;
	}
	.row-offcanvas {
		position: relative;
	}
	.hamburger-checkbox:checked ~ .hamburger-label:before {
		display: none!important;
	}
	main .col-sm-10 {
		width: 100%;
		margin-top: 20px;
	}
	.pageContent main.content.offcanvas {
		display: block;
		margin-top: 20px;
	}
	
	main .acctNavContent img {
		width: 30px;
	}
	main .acctNavContent {
		margin: 0 15px 0 15px;
		padding: 15px 0;
	}
	main li.acctNav {
		height: auto;
	}
	main ul.AcctMenu {
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 789px) {
	/* Header */
	.notHomeTop {
		height: auto;
		z-index: auto;
	}
	header {
		position: relative;
	}
	header>a {
		display: table;
	    position: absolute;
	    left: 60px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    z-index: auto;
	}
	header>a .notHomeTopLogo {
		float: none;
	    width: 140px;
	    margin: 0;
	    top: 0;
	}
	header div.ctaNav {
		position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    z-index: 1;
	    display: flex;
	}
	header ul.ctaNav {
		top: 0;
	    margin: 0;
	    font-size: 14px;
	    gap: 10px;
    	margin-right: 5px;
    	display: flex;
    	align-items: center;
	}
	header .ctaNav li:last-child .ctaCart {
		position: relative;
    	margin-right: 15px;
	}
	.ctaNav span.badge.cart {
		position: absolute;
		right: -15px;
    	left: auto;
	}
	header .ctaNav .ctaLabel,
	header .ctaNav li.pipe {
		top: 0;
	}
	header .notHomeTop .block p {
		padding: 0;
	}
	.notHomeTop .scroller-inner {
		top: 8px;
		left: 0;
	}
	.notHomeTop .mp-menu,
	.notHomeTop .mp-pusher {
		top: 0;
	}
	.notHomeTop .scroller-inner {
		padding: 0;
	}
	.notHomeTop .scroller-inner .block {
		background-color: inherit;
	}
	.notHomeTop .mp-pusher .menu-trigger {
		font-size: 18px;
	}
	.homeTop .mp-pusher .menu-trigger {
		font-size: 30px;
	}
	.mp-pushed {
		height: auto;
	}
	.mp-pusher {
		height: 70px;
	}
	.mp-menu {
		width: 80vw;
		max-width: 300px;
	}
	.mp-menu ul li > a {
		font-size: 20px;
		padding: 10px 20px 10px 35px;
	}
	.mp-menu ul li::before {
		line-height: 2.8;
   		font-size: 17px;
	}
	.mp-menu h2 {
		font-size: 30px;
		padding: 20px;
	}

	/* Footer */
	footer {
		padding: 40px 0;
	}
	.footerContent img {
		width: 200px;
		margin-bottom: 20px;
	}


	/* Home Page */
	.homeContent1 h2 {
		font-size: 30px;
	}
	.homeContent1 p {
		font-size: 20px;
	    text-align: left;
	    width: auto;
	    margin-bottom: 20px;
	}

	/* Dearler Locator */
	h1.PageHeader {
		font-size: 30px;
	}
	.distributorSearchFeild {
		display: flex;
    	flex-direction: column;
	}
	.distributorSearchFeild .FormLabel {
		width: 100%;
	}
	.Distributor .searchBtn input {
		margin-bottom: 3px;
	}
	.DealerListTable {
		width: 100%;
	}
}

@media screen and (min-width: 530px) {
	header>a {
		left: 0;
		right: 0;
	}
}
