html {
    overflow: hidden;
    height: 100%;
}
body {
    height: 100%;
    overflow: auto;
    background-color: #fefef6;
}
body>form {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body>form>#wrapper {
    flex: 1;
}
h1, .h1 {
   margin-top: 5px;
}
.alert-warning {
    margin-top: 15px;
    display: inline-block;
}
nav.sidebar {
    box-shadow: none!important;
    background-color: #faf2e1!important;
    margin: 0!important;
    padding: 0;
}
nav .acctNavContent {
    color: #2d2d2d!important;
    padding: 1em 0;
    border: 0;
}
.acctNavContent img {
    width: 35px!important;
}
li.acctNav {
    height: auto!important;
}
ul.AcctMenu {
    margin: 1em 0!important;
}
/** {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: calc(100vh - 272px);
}
footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-headings);
}
h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-label {
    font-size: 20px;
    min-width: 200px !important;
}
.dx-widget{ 
    font-size:14px !important
}
.cartTitles.row {
    font-family: var(--font-body);
}
.dx-datagrid .dx-link {
    color: #50bbeb; 
    border-radius: 4px !important;
}

.dx-datagrid .dx-link:hover {
    color: #1a6c97;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
}

.dx-toolbar-item-content > .dx-texteditor{
      max-width: 230px !important;
    width: 100% !important;  
}
#subpagecontent {
    padding: 30px;
}
.LoginFormTable {
    width: 100% !important;
}
.LoginFormTable br {
    display: none;
}

main.content.offcanvas {
    align-items: flex-start;
    top: auto;
    margin-bottom: 5em;
    margin-top: 2em;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 56px;
}
.dx-field-value.login {
    width: 100% !important;
    padding: 15px 0;
}
#divWrapper_newGrid .dx-field-label {
    width: auto;
}
#dateSearchBtn .dx-button-content,
#dateSearchBtn .dx-button-text {
    padding: 0!important;
}
#dateSearchBtn {
    min-height: 25px!important;
}
#purchaseOrderNumberText .dx-button-content,
#orderNumberText .dx-button-content {
    padding: 0!important;
}
.btn, 
.FormButton.LoginButton,
input.primary-btn-theme, 
.dxbButton,
.dx-button-mode-contained.dx-button-default {
    min-height: 50px !important;
    width: fit-content !important;
    min-width: 120px;
    border-radius: 30px !important;
    background-color: var(--primary-btn) !important;
    color: var(--primary-btn-text);
    border-width:  0px !important;
    display: flex;
    align-items: center;
}
input.primary-btn-theme {
    padding: 10px 20px !important;
    margin-top: 20px;
}
.btn:hover, 
.LoginButton:hover,
input.primary-btn-theme:hover, 
.dxbButton:hover,
.dx-button-mode-contained.dx-button-default:hover {
background: var(--primary-btn-hover) !important;
    color: var(--primary-btn-text);
}
.btn.ContinueCancelButtons {
    float: right;
    margin-top: 25px;
    background: #fff  !important;
}
#btnb2bContinue {
    border-radius: 4px !important;
}
#btnb2bContinue_CD {
    font-size: 14px;
}
.LoggedInAsTable {
    display: none;
}
.dx-button-has-text .dx-button-content {
/*    padding: 7px 18px !important;*/
}
#div, #div2, #div3, #div4, #div5, #div6, #div7 {
    display: none;
    position: relative;
    /*   top: 60px;*/
    background: #fff;
}
span#lblInstructions {
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.changepasswordsteponewrapper, .changepasswordsteptwowrapper, .btnWrapper {
    margin: 20px;
    float: none !important;
    width: 70%;
}
.btnWrapper {
    display: flex;
    grid-gap: 15px;
}
/* ----------------------------------------------------------------
  Top Bar
-----------------------------------------------------------------*/

section#navigation {
    position: sticky;
    top: 0;
    z-index: 300;
    background: #fff;
    border-bottom: 6px #c2c2c2ee solid;
    box-shadow: darkred;
}
.container {
    width: 95%;
}
#top-bar {
    border-bottom: 1px solid #ff000230;
    font-size: 13px;
    -webkit-box-shadow: 0px -20px 10px 20px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px -20px 10px 20px rgba(0, 0, 0, 0.60);
    box-shadow: 0px -20px 10px 20px rgba(0, 0, 0, 0.60);
    background: var(--top-nav);
    color: var(--top-nav-text);
    top: 0;
    z-index: 99999;
}
#top-bar .container, .navbar .container {
    padding: 0;
}
.CTA.row {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.CTA-contact {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
.CTA-contact p {
    margin: 0;
}
.CTA-contact a {
    color: var(--top-nav-text);
    text-decoration: underline;
}
.CTA-contact a:hover,
.CTA-contact a:active,
.CTA-contact a:focus {
    color: var(--top-nav-text)!important;
    text-decoration: none;
}
.CTA-login {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.cartIcon {
    min-width: 50px;
    padding: 10px;
}
.cartIcon svg {
    fill: #fff;
}
span#spnCartBadge {
    position: relative;
    top: -10px;
    left: -2px;
    border-radius: 25px;
    padding: 5px 7px;
}
/* Top Links
---------------------------------*/

.top-links {
    position: relative;
    border-bottom: 0px solid #EEE;
    display: flex;
    display: -ms-flexbox;
    display: -ms-flexbox;
    right: -15px;
}
@media (min-width: 768px) {
    .top-links {
        border-bottom: 0;
    }
}
.top-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}
ul.top-links-container {
    padding: 0;
    margin: 0 0px 0px 0px;
}
.top-links-item {
    position: relative;
}
.top-links-item:first-child, .top-links-sub-menu .top-links-item {
    border-left: 0 !important;
}
.top-links-item>a {
    display: block;
    padding: 12px;
    font-size: 1.0rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.top-links-item>a>i {
    vertical-align: top;
}
.top-links-item>a>i.icon-angle-down {
    margin: 0 0 0 5px !important;
}
.top-links-item>a>i:first-child {
    margin-right: 3px;
}
.top-links-item.full-icon>a>i {
    top: 2px;
    font-size: 0.875rem;
    margin: 0;
}
.top-links-item:hover {
    background-color: #d1d1d1;
}
.top-links-item>a:hover {
    color: #000;
}
.top-links-sub-menu, .top-links-section {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 100%;
    left: -1px;
    width: 140px;
    margin-top: 10px;
    border: 1px solid #EEE;
    border-top-color: #F38F00;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    transition: opacity .25s ease, margin .2s ease;
}
.top-links:not(.on-click) .top-links-item:hover>.top-links-sub-menu, .top-links:not(.on-click) .top-links-item:hover>.top-links-section, .top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}
.top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section {
    display: none;
}
.top-links.on-click .top-links-item.open .top-links-section {
    display: block;
}
.top-links-sub-menu .top-links-sub-menu {
    top: -1px;
    left: 100%;
}
.top-links-sub-menu .top-links-item:not(:first-child) {
    border-top: 1px solid #F5F5F5;
}
.top-links-sub-menu .top-links-item:hover {
    background-color: #F9F9F9;
}
.top-links-sub-menu .top-links-item>a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.6875rem;
}
.top-links-sub-menu .top-links-item>a>img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.top-links-sub-menu.top-demo-lang .top-links-item>a>img {
    top: 4px;
    width: 16px;
    height: 16px;
}
.top-links-sub-menu .top-links-item>a>i.icon-angle-down {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
}
.top-links-section {
    padding: 25px;
    left: 0;
    width: 280px;
}
.row.login .inputRow.col-xs-12 {
    width: 100%;
}

.dx-widget,
.dx-widget input, 
.dx-widget textarea,
.dxeBase {
    font-family: var(--font-body);
}
/*  Logo Row  -  MENU ROW
---------------------------------*/

.logo-row {
    background-color: #faf2e1;
}
.logo-row>.container {
    min-height: 85px;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    align-items: center;
}
.logo-row a {
    color: rgba(0,0,0,.6);
}
#logo {
    width: 35%;
    left: -10px;
}
.logo {
    background-position: left;
    background-size: contain;
}
header {
/*    -webkit-box-shadow: 0px 20px 10px 20px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 20px 10px 20px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 20px 10px 20px rgba(0, 0, 0, 0.60);*/
}
.navbar {
    position: relative;
    min-height: 50px;
    top: 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
    background: none;
}
header .navbar-default.navbar-static-top {
    padding: 0 0;
}
header .navbar-default {
    background-color: transparent;
    padding: 0 5%;
}
header .navbar-collapse ul.navbar-nav {
    padding-right: 0px;
    float: left;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
ul#topCategoryMenu.flex-parent {
    width: 100%;
    /* flex-direction: row; */
    display: flex;
    justify-content: space-around;
}
.open>.dropdown-menu {
    display: block;
    -webkit-box-shadow: 0 8px 40px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 8px 40px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0 8px 40px 0px rgb(0 0 0 / 60%);
}
header ul.nav li {
    white-space: nowrap;
}
header ul.nav li:first-child {
    /*text-align: left;
width:fit-content;
width: calc(100% - 100px);*/
}
header ul.nav li:last-child {
    /*text-align: right;
width:fit-content;
width: calc(100% - 100px);*/
}
.navbar-brand, .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent !important;
}
.navbar .nav>li>a, .navbar .nav>a {
    float: none;
    font-size: 16px;
    padding: 10px 5px 10px;
    margin-left: 5px;
    margin-right: 0;
    color: #333;
    text-decoration: none;
    text-shadow: none;
    border-right: none;
    border-left: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom-color: #a1a1a1 !important;
    border-top-color: #a1a1a1 !important;
}
.caret:hover, header .nav li a:hover .caret {
    border-bottom-color: #F38F00 !important;
    border-top-color: #F38F00 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    border-width: 0;
}
#topCategoryMenu .categoryName.level1 {
    text-indent: 0px;
}
/* Homepage Specific    
--------------------------------------*/

.fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 20px;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    position: relative;
    margin-bottom: 0;
}
.fancy-title::before, .fancy-title::after {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
}
.fancy-title::before {
    display: none;
    margin-right: 0.75rem;
}
.fancy-title::after {
    margin-left: 0.75rem;
}
.title-border::before, .title-border::after {
    border-top-width: 1px;
    border-top-style: solid;
}
.title-border-color::before, .title-border-color::after {
    border-top: 1px solid #1ABC9C !important;
}
.specialsList .dxdvFlowItemsContainer td {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}
.specialsList .itemTileDiv, .specialsList table, .specialsList .dxdvFlowItem {
    width: 100%;
}
.specialsList .dxdvFlowItem.dxdvItem {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: flex-start;
    width: 100% !important;
}
.specialsList div.List2xImage {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0px 20px 0 0;
    min-width: 95px;
}
.CatalogSpecialsListItemHeadline.itemTileHeadline {
    padding: 10px;
    max-width: 250px;
    width: auto;
}
.specialsList .itemTileLink {
    flex-grow: 1;
    white-space: nowrap;
    padding: 20px 0 20px 20px;
}
.CatalogSpecialsListItemHeadline.itemTileHeadline a {
    color: #000;
    font-size: 12px;
    max-width: 300px;
    width: auto;
}
.specialsList .simplePricingRow .label {
    display: none;
}
.specialsList .simplePricing {
    margin: 10px 0;
}
.specialsList .DefaultPrice, .specialsList .CustomerPrice, .specialsList .DiscountPrice, .specialsList .WebDiscounted, .specialsList .SavingsMessage, .specialsList .WebPrice {
    float: left;
    color: #F38F00;
}
/* Content Sections  
--------------------------------------*/

div#loginForm {
    padding: 0;
    width: 100%;
    max-width: 460px;
    margin-right: auto;
}
p#registerLink, p#passwordLink {
    font-weight: 600;
    padding: 9px 0 0;
}
/*div#loginForm.loggedIn {
    display: block !important;
}
.loggedIn {
    display: none !important;
}*/
#featured {
    padding: 0;
}
.precontent.container {
        width: 70%;
    display: flex;
    flex-direction: column;
    /* justify-content: unset; */
    /* align-content: stretch; */
}
span#lblRequestedShipDate {
    font-weight: 600;
}
.precontent.container ul.thumbnails {
    list-style-type: none;
    margin: 0;
    display: flex;
}
.precontent.container ul.thumbnails .thumbnail {
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    padding: 10px 0;
}
.btn {
    border-width: 0 !important;
}
div#recaptchaDiv {
    clear: both;
    width: 100%;
    margin-left: 0px;
}
.btn.FormButtonMatte {
    background: transparent !important;
        margin-left: 0;
}
.btn-success {
    background-color: #106e0b;
    border-color: #106e0b;
}
.CategoryBreadcrumb {
    font-weight: 600;
    border: 1px #d1d1d1 solid;
    border-width: 1px 0;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    background: #F38F00;
    border-width: 0px !important;
    outline-color: transparent !important;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%) !important;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%) !important;
}
.dxbButton.secondary-btn-theme.checkoutBtn.dxbButtonSys.dxbTSys {
    position: relative;
    top: 10px;
}
.content-nav li {
    display: inline-block;
    float: left;
    padding: 6px 15px;
    color: white;
    background-color: #106e0b;
    background-image: -webkit-linear-gradient(top, #106e0b 0%, #106e0b 100%);
    background-image: -o-linear-gradient(top, #106e0b 0%, #106e0b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#106e0b), to(#106e0b));
    background-image: linear-gradient(to bottom, #106e0b 0%, #106e0b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff106e0b', endColorstr='#ff106e0b', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 0px solid #106e0b;
    border-radius: 2px;
    margin: 10px 3px;
}
.content-nav li:hover {
    background-color: #F38F00;
    background-image: -webkit-linear-gradient(top, #F38F00 0%, #F38F00 100%);
    background-image: -o-linear-gradient(top, #F38F00 0%, #F38F00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F38F00), to(#F38F00));
    background-image: linear-gradient(to bottom, #F38F00 0%, #F38F00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd9534f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}
.btn.btn-theme {
    height: 15px;
    background: transparent;
    border-radius: 0;
    border-width: 0;
}
.content-nav .btn.btn-theme {
    height: 25px;
}
#buttonContainer #checkoutBtn, #buttonContainer #SavedCartBtn {
    width: 135px;
    float: left;
    margin-right: 20px;
    border-radius: 0;
    display: none !important;
}
div#dateSearchBtn, #poSearchBtn, #onSearchBtn, .btn.btn-theme.loginBtn, .ContactFormSubmitButton  {
    position: relative;
    top: 20px;
    width: auto;
    height: 50px;
    margin-left: 20px;
    background-color: var(--primary-btn) !important;
    border-color: transparent;
    color: #fff !important;
    border-radius: 30px;

}
.dx-item.dx-box-item {
    flex: auto !important;
}
.OrderSearchPanel {
    float: none;
    width: 50%;
    margin: 15px auto;
}
div#dateSearchBtn:hover, #poSearchBtn:hover, #onSearchBtn:hover, .btn.btn-theme.loginBtn:hover {
    background-color: var(--primary-btn-hover) !important;
    color: #fff;
}
table#DateRangeFromtxt, table#DateRangeTotxt {
    height: 30px !important;
}
.dxbButton.OrderSearchbutton, .dxbButton.OrderSearchbutton:hover {
    font-size: 11px;
    font-weight: bold;
    border: none;
    margin: 6px 0px 15px 0px;
    padding: 0px 0px 0px 14px;
    background-image: url(/Ecommerce/site/themes/images/right-nav.png);
    background-position: center;
    background-size: contain;    
    background-repeat: no-repeat;
    height: 25px !important;
    width: 25px !important;
    position: relative;
    top: 0px;
    background-color: transparent;
}
.accountWrapper {
    margin: 0px 0;
    width: 100%;
}
div#AccountInfo.loggedIn {
    margin: 5px 0 45px;
    display: none !important;
}
#buttonContainer {
    display: flex;
    display: -ms-flexbox;
}
#divWrapper_newGrid .row {
    margin: 0 0 0 0;
}
div#divPriceFilter {
    left: -15px;
    position: relative;
}
div#SubtotalDiv {
    width: 20%;
}
div#SubtotalDiv span#lblSubtotal {
    float: right;
}
.dx-datagrid .dx-link {
    width: fit-content !important;
    background: none !important;
    color: var(--text-link) !important;
}
.dx-datagrid .dx-link:hover {
    text-decoration: underline!important;
    color: var(--text-link) !important;
}
.dx-datagrid .dx-row > td {
    padding: 10px 7px;
}
#div2 h3 {
    font-size: 36px;
    margin-top: 0px;
}
.dx-button-mode-text .dx-icon {
    color: #fff;
}
div#contactForm {
    max-width: 700px;
    margin-right: auto;
}

/*==========  ITEM DETAIL SECTION  ==========*/

.content, .SubContent, .postContent {
    /*    width: 100%;*/
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    margin-bottom: 30px;
    /*    float: left;*/
}
.SubContent {
    /*  display: flex;
    justify-content: space-between;
   background: #f6f6f6;     
   border: 5px solid #efefef;
    border-width: 5px 0;*/
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    width: 100%;
}
.itemDetailImageDiv {
    width: 100%;
}
.itemDetailImage {
    width: 100% !important;
}
.CatalogProductDetailPicture {
    margin: 0px 0 30px 0;
}
.CatalogProductDetailPicture .dx-contentBox {
    width: auto !important;
}
.CatalogProductDetailPicture .dxizControl {
    border: 0px solid #d8d8d8;
}
.dxizControl .dxiz-wrapper>img, .dxizControl .dxiz-clipPanel>img, .dxizControl .dxiz-expandWindow .dxpc-content>img {
    max-width: 100% !important;
}
.dxisControl .dxis-nbSlidePanelWrapper {
    top: 0;
}
.itemDetailsWrapper {
    padding: 0 0 0 20px;
}
.itemDetailHeadline {
    font-family: var(--font-headings);
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--primary);
}
.itemDetailSubHeadline {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 5px 0;
    color: var(--primary);
}
.itemDetailName {
    font-weight: 600;
}
.itemDetailStockCode {
    font-weight: 600;
    margin: 10px 0 5px;
}
.itemData {
    margin-bottom: 5px;
}
.itemDetailLongDescription2 {
    float: left;
    margin-right: 10px;
}
.itemDetailProductClass {
    float: left;
}
.itemDetailLongDescription h3, .itemDetailLongDescription .h3 {
    font-size: 18px;
}
#detailPricingControl {
    background-color: transparent;
    padding: 10px;
    float: left;
    width: 100%;
}
.price-tabAmount {
    font-weight: 700;
    color: : #000;
}
.price-tabTable:last-child .price-tabRow .price-tabAmount, .price-tabTable:last-child .price-tabRow .price-tabLabel {
    color: var(--primary);
}
.UOM-Row input {
    border-width: 1px;
    padding: 8px;
    border-radius: 5px;
}
.UOM-Row .dxeCaptionVATSys {
    vertical-align: middle;
}
.divWrapper_skuSelect {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    position: relative;
}
.divWrapper_skuSelect .dx-texteditor.dx-editor-outlined {
    margin-right: 15px;
}
.itemDetailOnHandQuantity {
    font-weight: 600;
    margin: 14px 0;
    padding: 15px;
}
.CatalogItemCharacteristicDisplayTable td.CharacteristicName {
    padding: 0px 30px 0px 0px !important;
    min-width: 100px;
}
.dx-popup-title {
    background: #000;
    color: #fff;
}
.btn.GroupOrderPopup {
    background: #106e0b !important;
    display: flex !important;
    margin: 0 !important;
    white-space: normal;
    position: absolute;
    right: 10px;
    z-index: 100;
    height: 65px;
    width: 120px;
}
.btn.GroupOrderPopup:hover {
    background: var(--primary-btn-hover) !important;
}
.btn.GroupOrderPopup a {
    color: #fff;
    padding: 3px;
    font-weight: 600;
    text-decoration: none;
}
.dx-popup-bottom.dx-toolbar {}
.dx-button-mode-contained .dx-icon {
    color: #fff;
}
.popupDiv #divTotalPrice {
    float: right;
    margin-right: 25px;
    margin-top: 0px;
}
.dx-popup-bottom.dx-toolbar .dx-button-content, 
.dx-toolbar-button .dx-button-mode-contained {
    /* background: #106e0b !important;*/
    color: #fff;
}
.dx-popup-bottom.dx-toolbar .dx-button-content:hover, 
.dx-toolbar-button .dx-button-mode-contained:hover {
    background: var(--primary-btn-hover)  !important;
    border-color: var(--primary-btn-hover)  !important;
}
.dx-button-mode-contained.dx-button-default.dx-state-hover {
    background: var(--primary-btn-hover)  !important;
}
.dx-toolbar-button .dx-button-mode-contained {
    color: #fff;
    background-color: var(--primary-btn)  !important;
    border-color: var(--primary-btn)  !important;
    border-radius: 30px !important;
}
.dx-popup-title .dx-closebutton {
    background-color: transparent !important;
    border-color: transparent !important;
}
.dx-toolbar-button .dx-button-mode-contained .dx-icon {
    left: -6px !important;
    top: -6px !important;
}
.dx-popup-title {
    background-color: var(--gray);!important;
}
.HotSpotItemHeadline {
    font-weight: 600;
    font-size: 2rem;
}
.CatalogItemCharacteristicDisplayAlternate TD {
    background-color: transparent;
}
#listWidget_ItemsBoughtWith .dx-scrollview-content {
    /*    position: static;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    width: 100%;
}
.dx-list-item:first-of-type, .dx-list-item:last-of-type {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.dx-list-item, .dx-list .dx-empty-message {
    border-top: none;
    border-bottom: 1px solid #ddd;
    color: #333;
    margin-bottom: 20px;
}
#listWidget_ItemsBoughtWith .dx-item.dx-list-item {
    flex-basis: 250px;
    flex-grow: 1;
}
#listWidget_ItemsBoughtWith .product {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#listWidget_ItemsBoughtWith .product .ListingPhoto {
    float: none;
    margin: 5px;
    width: 45%;
}
#listWidget_ItemsBoughtWith .product .ListingItemDetails {
    text-align: center;
}
div#listWidget_ItemsBoughtWith span.WebPrice {
    float: none;
    font-weight: 600;
    margin: 15px 0;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover, .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: transparent;
    color: #333;
}
.ChangeDefaultShipButton, .ChangeDefaultShipButton:hover {
    float: right;
    margin: 0;
    padding: 2px 15px !important;
    height: 26px !important;
}
.QE-EmptyCell {
    padding: 0;
    width: 0;
}
#QEInputPanel input {
    padding: 4px;
}
.CheckOutOrderSummaryTable #grdItemList {
    width: 100%;
}
.CustomerMasterAccountControl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.CustomerMasterAccountControlCombo {
    display: flex;
}
#CustomerMasterAccountbtn_CD {
    background: var(--primary-btn);
    color: #fff;
    border-radius:4px;
}
#CustomerMasterAccountbtn_CD:hover {
    background: var(--primary-btn-hover);
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

header {
    margin-bottom: 0px;
}
header .navbar {
    min-height: 10px;
}
header .navbar-collapse ul.navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.NewsPanel.col.col-sm-12 {
    min-height: 0px;
}
.CategoryHeader {
    overflow: hidden;
}
.top-links-section.menu-pos-invert {
    left: auto;
    right: -85px;
}
.menu3dmega li .dropdown-menu {
    background-color: #fff;
}
.menu3dmega>ul>li>.dropdown-menu {
    height: auto;
    padding: 15px 0;
    /*  top: 95px;*/
}
.menu3dmega ul.dropdown-menu li {
    float: none;
}
.menu3dmega>ul>li.dropdown.flyout>.dropdown-menu {
    position: static;
    background: #fff;
    border-top: 3px solid #7a1600;
}
.navbar-default .navbar-nav>.open>a:hover, li.full-width.open a:hover, li.dropdown.flyout.open a:hover, li.full-width.open:hover, li.dropdown.flyout.open:hover {
    background-color: transparent !important;
    color: var(--text-link);
}
.dropdown-menu li:hover {
    background-color:var(--text-link) !important;
    color: #fff;
    font-weight: 600;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, li.full-width.open, li.dropdown.flyout.open {
    background-color: transparent !important;
    color: var(--text-link);
}
li.full-width.open .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}
.navbar-collapse {
    padding-left: 0px;
}
.menu3dmega ul {
    padding: 0 0px 15px;
}
.menu3dmega .content {
    padding: 0px 20px;
}
.CTA.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-row>.container {
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
#logo {
    width: 100%;
    left: unset;
}
.logo {
    background-position: center;
    background-size: contain;
    width: 100%;
}
.menu-row {
    width: 100%;
    text-align: left;
}
.SearchFieldDiv {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}
.promoWrap span.ContentDisplayClass {
    display: -ms-flexbox;
    display: flex;
}
.promoWrap {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.item-thumbs {
    padding: 15px;
}
.promoWrap img {
    width: 100%;
    height: auto;
}
.categoryTileDiv {
    display: block;
    align-items: stretch;
}
.topDeals .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.dealBox {
    margin: 15px;
    background: #fff;
    padding: 20px;
}
.dealImage img {
    max-width: 300px;
}
.dealBox .box-bottom {
    background: transparent;
    color: #F38F00;
    margin: 0 auto;
}
.dealBox .box-bottom a {
    color: #F38F00;
    font-weight: 700;
}
.CatalogHotBuyDIV {
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CatalogHotBuyItemDIV {
    height: auto;
    border: 1px solid #bbbbbb;
    margin: 20px;
    max-width: 100%;
}
footer {
    padding: 4em 0 0;
    background-color: var(--footer);
    color: var(--footer-text);
    position: relative;
}
footer:before {
    content: '';
    background-image: url('/ecommerce/site/themes/images/pattern-background.png');
    background-size: 250px 118px;
    background-position: top;
    background-repeat: repeat-x;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
}
.top-footer {
    padding-bottom: 2em;
}
footer .container .row span.ContentDisplayClass {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-footer {
    background-color: #6a1300;
    padding: 1em 0;
}
.input-group {
    display: block;
}
input#widget-subscribe-form-email {
    margin: 15px 0;
}
.specialsList {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footerWidgets {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .promoWrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*  max-width: 600px;*/
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    header .navbar {
        min-height: 10px;
    }
    header .navbar-collapse ul.navbar-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu3dmega ul.navbar {
        display: flex;
        flex-direction: row;
    }
    .top-links-section.menu-pos-invert {
        left: auto;
        right: 0;
    }
    .CTA-contact {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
    }
    .CTA-login {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    .logo-row>.container {
        min-height: 85px;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0;
        align-items: center;
    }
    #logo {
        width: 35%;
        left: -10px;
    }
    .logo {
        background-position: left;
        background-size: contain;
    }
    .menu3dmega>ul>li.dropdown.flyout>.dropdown-menu {
        position: absolute;
    }
    .menu-row {
        width: 65%;
        text-align: right;
    }
    .SearchFieldDiv {
        width: 100%;
        display: inline-block;
    }
    .SearchButton {
        margin: 5px 0 0 0px;
        position: relative;
        left: 48px;
        top: 3px;
    }
    .SearchButton input {
        height: 40px;
    }
    .CatalogSearchField {
        width: 65%;
        padding-left: 50px;
        border-width: 1px;
    }
    .categoryTileDiv {
        display: flex;
        display: -ms-flexbox;
    }
    .promoWrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .CatalogHotBuyItemDIV {
        max-width: 60%;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .promoWrap {
/*        max-width: 750px;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-thumbs {
        padding: 0px;
    }
    .CatalogHotBuyDIV {
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .CatalogHotBuyItemDIV {
        max-width: 45%;
    }
    .specialsList {
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    footer .container .row span.ContentDisplayClass {
        display: flex;
        display: -ms-flexbox;
    }
    /*    .footerWidgets {
        max-width: 25%;
    }*/
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .CatalogHotBuyItemDIV {
        max-width: 33%;
    }
}
@media (max-width: 767px) {
    .navbar-header {
        margin-top: 0px;
        border-bottom: none;
        margin-bottom: 10px;
    }
}