@import url('Controls.css');

/*********************************************************************/
/* ENTIRE SITE */
/*********************************************************************/
* {
    font-family: "Open-Sans", Arial, sans-serif;
}

html,body{ height:100%; 
}

/*Scroll snap @ hero banner*/
#form1 > div.pageWrapper.modern-sidebar-theme{scroll-snap-type: y mandatory;/* body won't work ¯\_(ツ)_/¯ */}
div.hero { 
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

h1, h2, h3, h4, h5 {
    font-family: "Open Sans", Arial, sans-serif;
}

h3 {
    margin-top: 30px;
}
h1.white-color b {
    font-family: "Open Sans", Arial, sans-serif !important;
}
.pageWrapper{
    height: 100%;
    /*display: table;
    table-layout: fixed;
    width: 100%;*/
    
    /*Footer Color - Make stretch to bottom*/
    /*background-color: #fff;*/
}.pageContent{
    background-color: #FFF;
}
.staticContent {
    margin-top: 95px;
}
.staticContent h1{
    color: #d0112b;
    font-weight:700;
}

/*Bootstrap css*/
.d-flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.w-100 {
    width: 100%;
}

/*Austin: resize select company ship address popup table*/
#popupMultiAddress_PW-1 {
/*  transform: scale(.38);
    margin-left: -300px !important;
    padding: 1px !important;*/
}
/*Reduce size by scaling down confirm checkout table*/
#OrderConfirmPanel{
/*  transform: scale(.8);*/
    transform-origin: top left;
}
div#defaultShipLabel {
    font-size: 14px;
}
/*Make close button bigger*/
#popupMultiAddress_HCB-1 {
/*  transform: scale(2.3);
    padding: 1px !important;*/
    margin: 0 !important;
}
/*Austin: My Cart Item Back Order Info Message - Hide all but first explanation blurbs*/
#clbkShoppingCart > #ErrMsg > font {display: none;}
#clbkShoppingCart > #ErrMsg > font:first-of-type {display: inline !important;}

.dxgvTable {
/*  font-size: 19px;*/
}
/*Increase width of Hot Lists popup */
.SavedCartWrapper .dxpcLite.dxpclW {
    min-width: 400px !important;
}
/*Reduce cart font on account of above^ */
#CartItemsDataGrid_DXMainTable.dxgvTable {
    font-size: 13px;
}
/*#grdMultiAddress_col0{display: none !important;}*/
.accountStep3Table {
    transform: scale(.8);
    transform-origin: top center;
    margin-left: -25px;
    margin-top: -25px;
}
.accountStep1Div {
    transform-origin: top center;
}
#pnlb2b .AddressLabel {
    font-weight: 700;
}
.BillingAddressDiv {
    margin-top: 20px;
}
body,
.dxeBase,
.dxpnlControl,
.dxbButton,
.dxeButtonEdit,
.dxeTextBox,
.dxpLite,
.dxeCaptionCell,
.dxdvControl,
.dxgvControl {
    font-family: "Open-Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

body,
.dxeBase,
.dxpnlControl,
.dxpLite,
.dxeCaptionCell,
.dxdvControl {
    color: #656565;
}

.clear {
    clear: both;
}

/* used in CustomerOrderStatus and CheckOutShippingOptions (request ship date) Drop Downs */
.dxeTextBoxSys {
    width: auto !important;
    float: none !important;
}

table.dxeButtonEdit,
table.dxeTextBox {
    border-collapse: separate;
    border: none;
}
/*Fix postion of specify unit of Qty (item detail)*/
#ctl01_ctl04_addToCartBtn_pnlQtyInputs_cmbUOMSelection{
    border: none;
    width: 70px;
    margin: 35% auto 5% 6%;
}

table.dxeButtonEdit td.dxic,
table.dxeTextBox td.dxic {
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 5px 3px;
}

table.dxeButtonEdit td.dxeButton.dxeButtonEditButton {
    margin-right: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
    border-left: none;
}

/* end */

/* Austin: menu logo */
#menuLogoDiv {
    background-image: url(/ECommerce/site/Themes/images/ValorStoreLogo_White.png) !important;
    background-position: center 13px!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    display: inline-block;
    width: 365px !important;
    height: 105px !important;
    margin: auto 15px auto !important;
    
}
#menuLogoDiv:hover, #menuLogoDiv:focus {
    background-image: url(/ECommerce/site/Themes/images/ValorStoreLogo_Rollover.png) !important;
    background-position: center 13px!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
#menuLogoDivWrap {
    background-image: url(/ECommerce/site/Themes/images/ValorPartsLogo_Rollover_ExactSize.png) !important;
    background-position: bottom !important;
    background-repeat: no-repeat!important;
    background-size: contain;
}

button,
input[type="submit"],
input[type="button"] {
    border-radius: 0px;
    padding: 3px 8px 4px;
}

input[type="text"],
input[type="password"] {
    /*Austin change*/
    border-radius: 0px !important;
    padding: 3px 3px;
}

select {
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}

textarea, #AlternateKeyTextBox {
    border-width: 2px;
    border-style: inset;
    border-color: rgb(238, 238, 238);
    padding: 5px 3px;
}
/*Austin: added line - this was none before*/
:focus {
    outline: solid 1.4px rgba(97,162,204,0.79);
}
textarea#OrderHeaderCommentsTextBox, #AlternateKeyTextBox {
    width: 325px;
}

/************ REMOVE BOOTSTRAP PADDING ON COLUMNS ************/
.no-gutter[class^="col-"],
.no-gutter[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/************ END REMOVE BOOTSTRAP PADDING ON COLUMNS ************/

/* used on a links that need to look like buttons */
.btn {
    font-weight: 500;
    padding: 3.5px 8px 4px;
    margin: 10px 3px;
}

/********** 2 MAIN BUTTONS **********/
.primary-btn-theme {
    color: white;
    border: none;
    background: #D21C2A;
    margin: 10px 3px;
}

.primary-btn-theme:hover,
.primary-btn-theme:focus {
    color: white;
    background-color: #af2528;
}

.secondary-btn-theme {
    color: white;
    border: none;
    background: #363636;
    margin: 10px 3px;
}

.secondary-btn-theme:hover,
.secondary-btn-theme:focus {
    color: white;
    background-color: black;
}
#RegistrationOptionPanel td.btn.FormButtonMatte {
    display: flex;
}
.AddressRow {
    padding: 10px;
}
span.CustomerAddressHeading {
    font-weight: 700;
}
div#btnChangeDefault {
    float: right;
}
/********** END 2 MAIN BUTTONS **********/

/*********************************************************************/
/* HEADER */
/*********************************************************************/
.header .navbar-brand {
    margin: 0 !important;
    float: none !important;
    height: initial !important;
    padding: 0 !important;
    float: none !important;
    display: inline-block !important;
}

.fa.fa-shopping-cart {
    font-size: 22px;
}

.header .navbar-brand img {
    /*display: inline-block;*/
    width: 170px;
    height: 47px;
    margin-right: 20px;
    display: none;
}

.header .navbar-default {
    font-family:"Open-sans", Arial, sans-serif;
    border: none;
    border-radius: 0;
    background-color:rgb(77 77 77); /* rgba(17, 17, 17, .75)*/
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

.homeContent .header .navbar-default {
    position: relative;
}

.header .navbar-default:before,
.header .navbar-default:after,
.header .navbar-default .container:before,
.header .navbar-default .container:after {
    display: none !important;
}

.header .navbar-default .container {
    padding: 0 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .navbar-header {
    float: none !important;
    display: flex;
    flex: 1;
    justify-content: left;
    align-items: center;
}

.homeContent .header .navbar-header {
    justify-content: center;
}

.header .header-part,
.header .navbar-nav {
    display: inline-block !important;
    vertical-align: middle;
}
.header .header-part ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .header-part ul li {
    padding: 20px 0;
    float: left !important;
    display: inline-block ;
}
.header .navbar-right {
    margin: 0 !important;
}

.header .navbar-collapse {
    padding: 0 !important;
    display:flex !important;
}
.header .navbar-nav {
    order: 2;
}

.header .navbar-nav li {
    display: inline-block ;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0;
    float: none;
    position: relative;
}

.header .navbar-nav > li > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    padding: 33px 0;
    /*AUSTIN added */
    display: inline-block ;
}
/*Keep other buttons white*/
.header .navbar-nav > li > a:hover {
    /*color: #fff;*/
}

/*AUSTIN: pecifically the quick access icons but we really like having this on all elements in teh nav--*/
.header .navbar-nav > li:hover {
    color: #cf2030;
}
.header .navbar-nav > li > a:hover {
    color: #cf2030!important;
    background: none!important;
}
.partIsComponentOfList {
    
}
.stockCodeFont {
    font-family: "Open Sans", Arial, sans-serif  /*!important*/;
    font-weight: bold;
}
.redTextHighlight {
    color: #cf2030 !important;
}
/*.header .navbar-nav > li .w3-animate-zoom > a:hover {
    color: #cf2030;
}*/


.header .navbar-nav > li.dropdown > a:after {
    display: inline-block;
    vertical-align: middle;
    content:"\f107";
    font-family: FontAwesome !important;
    font-size: 17px !important;
   /* line-height: 20px;*/
    font-weight: 400 !important;
    margin-left: 2.3px;
}

.header .btn-primary {
    color: #fff;
}

.header .btn-primary:hover {
    background: #cf2030;
    border: 2px solid #cf2030;
    color: #fff;
}

.header .navbar-nav .btn-login a {
   font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 20px;
}

.header .navbar-nav .btn-login a:before {
    content:"\f007";
    font-family: FontAwesome !important;
    /*AUSTIN: remove color to enable rollover to work*/
    /*color: #fff;*/
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    /*AUSTIN: added margin*/
    margin-left: 17px !important;
}
/*.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #fff;
}*/
/*AUSTIN: added red rollover affect to login icon (All hovers must go below to cancel above blanket style to cancel bootstrap)*/
.header .navbar-nav .btn-login a:focus,
.header .navbar-nav .btn-login a:hover {
    color: #cf2030;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    z-index: 1000;
    display: none;
    float: none;
    width: 245px;
    min-width: 100%;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: rgba(58,51,51,0.93)!important;
    box-shadow: none;
    border-radius: 0;
    padding: 30px 0 0;
    border: 0 none;
    
}
/*Moved many lines down for higher priority in render
.fade-in {
  animation: fadeIn ease .2s;
  -webkit-animation: fadeIn ease .2s;
  -moz-animation: fadeIn ease .2s;
  -o-animation: fadeIn ease .2s;
  -ms-animation: fadeIn ease .2s;
    transition: all ease-in .2s;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  -ms-transition: all ease-out .2s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}*/
.dropdown-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 5px;
    background: #c6093b;
}

.dropdown-menu li {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0 !important;
}

.dropdown-menu li a {
    font-size: 16px;
    line-height: 16px!important;
    color: #fff!important;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 18px 35px!important;
}

.dropdown-menu li a:hover {
    background: #be2c34;
    color: #fff;
}

.header .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}
#spnCartBadge.badge {
    background-color: #d0112b;
    position: relative;
    top: -7px;
}
/*********************************************************************/
/* HOME PAGE */
/*********************************************************************/
.homeContent {
    overflow: hidden;
    /*Austin: added to prevent css element jumping*/
    min-height: 531px;
}

.CTA {
    text-align: center;
    background: #f3f3f3;
    padding: 15px 15px 35px 15px;
}

.hero-slider-wrapper .nivoSlider {
    box-shadow: none;
}

.hero-slider-wrapper .slider-wrapper {
    height: initial !important;
    position: relative;
}

.hero-slider-wrapper .nivo-caption h3 {
    font-size: 54px;
    line-height: 60px;
    color: #fff;
}

.hero-slider-wrapper .nivo-caption p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.hero-slider-wrapper .nivo-caption .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 13px 31px;
    background: transparent;
    border: 2px solid #cf2030;
    margin: 0;
}

.hero-slider-wrapper .nivo-caption .btn:hover {
    color: #fff;
    background: #cf2030;
    border: 2px solid #cf2030;
}

.hero-slider-wrapper .nivo-controlNav {
    position: absolute;
    right: 60px;
    bottom: 160px;
    z-index: 999;
    width: 35%;
    padding-left: 5%;
    text-align: left;
    max-width: 870px;
    width: 100%;
}

.hero-slider-wrapper .nivo-controlNav a {
    width: 18px;
    height: 18px;
    background: transparent;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.hero-slider-wrapper .nivo-controlNav a.active {
    background: #fff;
    border: 2px solid #fff;
}
/********** PROMO BOXES **********/
#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a+img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

span.overlay-img {
    color: #fff;
    font-size: 12px;
    padding: 5px 18px 5px 5px;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    background: #af2528;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

/********** END PROMO BOXES **********/

/********** "DID YOU KNOW" BOXES **********/
.homeDidYouKnowTitle {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.homeDidYouKnowBox {
    margin-bottom: 25px;
}

.homeDidYouKnowTop {
    background: #f3f3f3;
    padding: 20px;
    text-align: center;
}

.homeDidYouKnowBottom a {
    padding: 20px 0;
    background: #af2528;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
}

.homeDidYouKnowBottom a:hover,
.homeDidYouKnowBottom a:focus {
    color: white;
}

/********** END "DID YOU KNOW" BOXES **********/


/*********************************************************************/
/* SIDEBAR AND SUBPAGE THEME */
/*********************************************************************/
.pageContent {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 40vh;
}
.browseMain .pageContent {
    min-height: 80vh;
}

.rightSidebar {
/*    padding-top: 25px;*/
}

/*********************************************************************/
/* FOOTER */
/*********************************************************************/
.main-footer {
            background-color: #645959;
   /* display: table-row;
    height: 1px;
    Austin add w & h*/
}

.footer-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.footer-btns a {
    font-size: 12px;
    padding: 6px 15px;
    margin: 5px;
}

.footer-inner {
    background-color: #645959;
    font-family: 'Proxima Nova', Open Sans, sans-serif, OpenSans, Arial, sans-serif !important;
    color: #fff !important;
}
footer span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Proxima Nova', Open Sans, sans-serif, OpenSans, Arial, sans-serif !important;
    color: #fff !important;
    font-size: 12px !important;
    width: 100%;
}
.footer-inner {
    padding: 20px 15px 25px;
    display: flex;
    justify-content: center;
}
footer p,
footer h4 {
    font-family: 'Proxima Nova', Open Sans, sans-serif, OpenSans, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin: 0 0 10px !important;
}

footer a {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    opacity: .75;
}
footer .d-flex {
    width: 100%;
    justify-content: space-between;
}
/*Fade-slide-in ">" from marketing footer*/
#valorFooterTableInner > tbody > tr > td > a:before {
    content: "›";
    position: absolute;
    left: -10px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0;
    transition: all .3s ease;
}
#valorFooterTableInner > tbody > tr > td > a:hover:before {
    opacity: 1;
    left: -8px;
}

footer a:hover {
    text-decoration: none;
    /*text-underline-position: below;
    text-decoration-color: rgba(255,255,255,0.75);*/
    
}

/*********************************************************************/
/* Content (htm) Styles */
/*********************************************************************/

/********** ACCOUNT/CHECKBOX FLEXBOX **********/
.thisStep {
    color: #D22020;
    font-weight: bold;
}

.anotherStep,
.flex-item i.fa {
    color: #C0C1C1;
    font-weight: bold;
}

.anotherStepTitle {
    color: #CAC8C4;
}

.flex-item a:hover,
.flex-item a:focus {
    color: #C0C1C1;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    margin: 0 25px 25px 0;
}

/********** END ACCOUNT/CHECKBOX FLEXBOX **********/

/******************** SIDEBAR NAVIGATION  ***********/

span.CategoryNav.ControlHeader {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 0;
    font-weight: 700;
    display: none;
}
.sidebarControls a.btn.btn-inverse.controlButton {
    display: none;
}
.menu {
    white-space: nowrap;
}

.menu {
    display: inline;
    float: left;
    padding-right: 7px;
    margin: 4px 0px;
    height: auto;
    width: 100%
}

span.menu {
    text-indent: 10px;
}

span.menu>span.menu {
    text-indent: 20px;
}

.FormLabel.SideNav {
    margin-top: 9px;
    text-align: left;
}
.control-group {
    margin: 10px;
}
div.CategoryNav.ControlHeader {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    font-weight: 700;
}

/*****  ITEM TIILE   ****/
.itemTileHeadline {
    word-break: break-word;
    margin-bottom: 1em;
    flex: 1;
}
.simplePricingRow .label {
    display: table-cell !important;
    float: left;
    color: #454545;
    font-size: 85%;
    padding: 4px 0;
}
.simplePricingRow .DiscountPrice, .simplePricingRow .CustomerPrice {
    float: right;
}

/*BlueberryCloud Banner Style Elements*/
.hero {
    position: relative;
    z-index: 32;
    background-image: url(/ECommerce/site/images/CategoryImages/category-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.hero .bgr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .49);
          -webkit-filter: blur(2px);
          -moz-filter: blur(2px);
          -o-filter: blur(2px);
          -ms-filter: blur(2px);
        filter: blur(2px);
    box-shadow: 0, -6, 6, 5, #645959;
    z-index: 1;
}

.hero .categoryInformationName {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    padding: 0 5px;
}

/*Hero Text Animate*/
.hero-text-pop {
    position: relative;
/*  -webkit-animation: hero-text-pop .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: hero-text-pop .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
    
}

/* ----------------------------------------------
 * Generated by Animista on 2019-9-19 16:38:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation hero-text-pop
 * ----------------------------------------
 */
/*.make-no-move {margin-top: -67px !important;}
.make-subtle-move {margin-top: -59px !important;}
@-webkit-keyframes hero-text-pop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none; color: #FBFBFB !important;
  }
  100% {
    -webkit-transform: translateY(67px);
            transform: translateY(67px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 rgba(175,175,175,1), 0 2px 0 rgba(182,182,182,1), 0 2.5px 0 rgba(185,185,185,1), 0 3px 0 rgba(185,185,185,1), 0 3.5px 0 rgba(178,178,178,1), 0 4px 0 rgba(171,171,171,1), 0 4.5px 0 rgba(169,169,169,1), 0 5.5px 0 rgba(160,160,160,1), 0 6.5px 0 rgba(144,144,144,1), 0 16.5px 15px rgba(30,29,29,0.91);
     color: #FFF !important; font-size: 65 !important;
  }
}*/
/*@keyframes hero-text-pop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none; color: #FBFBFB !important;
  }
  100% {
    -webkit-transform: translateY(67px);
            transform: translateY(67px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 rgba(175,175,175,1), 0 2px 0 rgba(182,182,182,1), 0 2.5px 0 rgba(185,185,185,1), 0 3px 0 rgba(185,185,185,1), 0 3.5px 0 rgba(178,178,178,1), 0 4px 0 rgba(171,171,171,1), 0 4.5px 0 rgba(169,169,169,1), 0 5.5px 0 rgba(160,160,160,1), 0 6.5px 0 rgba(144,144,144,1), 0 16.5px 15px rgba(30,29,29,0.91);
    color: #FFF !important; font-size: 65 !important;
  }
}
*/
.CategoryBreadcrumb {
    margin-bottom: 15px !important;
}

.CategoryBreadcrumb a,
.CategoryBreadcrumb span {
    font-size: 16px;
    line-height: 20px;
    color: #111;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.CategoryBreadcrumb span {
    color: #cf2030;
}

.rightSidebar .dx-treeview .dx-treeview-toggle-item-visibility,
.rightSidebar .dx-treeview .dx-treeview-toggle-item-visibility:before {
    display: flex !important;
}
/*Little black down triangle*/
.rightSidebar .dx-treeview .dx-treeview-toggle-item-visibility:before, a.submenutext1:before {
     font: 16px/1 FontAwesome;
    text-align: center;
    line-height: 22px;
    content: "\f0da";
    margin-left: -10px !important;
    padding-right: 10px;
    color:darksalmon !important;
    width: 17px;
    height: 27px;
    top: 0;
    left: -1px;
    font-size: 20px !important;
    line-height: 20px !important;
}
/*Hide triangle first top lvl heading*/
#CategoryNavList > div.dx-scrollable.dx-scrollable-vertical.dx-scrollable-native.dx-scrollable-native-generic.dx-visibility-change-handler > div > div > div > ul > li:nth-child(1) > div.dx-treeview-toggle-item-visibility:before {display: none !important;}

.rightSidebar .dx-treeview .dx-treeview-item {
    padding: 0 !important;
    /*min-height: initial !important;*/
}

.rightSidebar .dx-treeview .dx-treeview-node-container,
.rightSidebar .dx-treeview .dx-treeview-node-container.dx-treeview-node-container-opened {
    display: block !important;
}

.rightSidebar .dx-treeview .dx-treeview-node {
    padding-left: 0 !important;
}
/*.dx-treeview-node-container .dx-treeview-node ul li.dx-treeview-node:before {
    content: ">";
    color: #cf2030;
    position: absolute;
    left: -14px;
    top: -2px;
    font-weight: 700;
}*/
.rightSidebar .dx-item .dx-treeview-item {
    min-height: none !important;
}
.rightSidebar .dx-treeview .dx-treeview-node-container .dx-treeview-node-container {
    padding-left: 35px !important;
    /*margin-bottom: 25px !important;*/
}

.rightSidebar .dx-treeview .CategoryName {
    display: block !important;
    /*margin-bottom: 25px !important;*/
}
/*Top Level categories (REPLACEMNT PARTS) for ex*/
a.submenutext0 {display: none} 
.rightSidebar .dx-treeview .CategoryName a, a.submenutext1 {
    text-transform: uppercase !important;
    color: #cf2030; 
    font-weight: 700 !important;
    padding: 0 10px 0 0px;
}
.rightSidebar .dx-treeview .CategoryName a,a.submenutext1:hover {
      background-color: #cf2030;
    color: #fff; 
}
/*Category links - engine series & engiens*/
.rightSidebar .dx-treeview .dx-treeview-node-container .dx-treeview-node-container a, a.submenutext2 {
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: #111;
    padding-left: 0px;
    margin-left: -10px;
    width: 100%;
    vertical-align: middle !important;
}
a.submenutext2 {
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: #111;
    padding-left: 0px;
    margin-left: -10px;
    width: 100%;
    vertical-align: middle !important;
}
a.submenutext1:hover, a.submenutext2:hover {
    text-decoration: underline !important;
}
.rightSidebar .dx-treeview .CategoryName a:hover,
.rightSidebar .dx-treeview .dx-treeview-node-container .dx-treeview-node-container a:hover {
    text-decoration: none !important;
}

.categorie-not-sidebar .categoryInformationDiv {
    padding: 0 !important;
    margin-bottom: 55px;
}

.categorie-not-sidebar .categoryInformationDiv h2 span {
    font-size: 39px;
    line-height: 44px;
    font-weight: 500;
    color: #111;
}

.categorie-not-sidebar .categoryTileDiv {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
/*Austin Changes*/
.categorie-not-sidebar:hover .categoryTileDiv:hover, .categorie-not-sidebar:active .categoryTileDiv:active{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px !important;*/
    /*border-color: #cf2030;
    border-width: 1px;*/
    
}
.categorie-not-sidebar .categoryTileDiv .col-xs-12.col-sm-6.col-md-4:hover {
    /*border-color: #cf2030;*/
    border: none;
    background-color: #cf2030;
    box-shadow: 0px 0px 13px 3.5px #E5E5E5;
    /*border-width: 1px;*/
}
/*Austin Changes*/
.categorie-not-sidebar .categoryTileDiv .col-md-4 {
    padding: 0!important;
    width: auto !important;  /* calc(33.333% - 15px)*/
    float: none !important;
    border: none;
    background-color: #af2528;
    text-align: center;
    vertical-align: middle !important;
}
.categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink {
    padding: 0 10px!important;
}

/*Category Tiles Styling*/
/*Austin: vertically center tile list title / links*/
.categoryTileDiv .categoryTileCategoryDivHorizontal {
    margin-top: auto !important; margin-bottom: auto !important; vertical-align: middle; align-self: center;
}

.categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryImageLink img {
    display: none;
    margin: 0 auto 30px;
}
/*Category Tile - Name / Maine Heading Link*/
.categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink {
    font-family: "Open Sans", sans-serif, Helvetica, Arial;
    font-size: 20px;
    line-height: 2.5;
    color: white;
}
/*Transition Animate Category Tile Links / Headings*/
.categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.5px;
    bottom: 0;
    left: 0;
    background-color: #af2528;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*Animate underline actual white link*/
/*.categoryTileCategoryDivHorizontal a:hover{}
.categoryTileCategoryDivHorizontal a{
     text-decoration: underline;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.categoryTileCategoryDivHorizontal a:hover{
    text-decoration: underline !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/

/*Page Content Padding & Dimensions Austin*/
.pageContentSubpage {
    padding: 30px 0 50px;
    margin: 0;
}

.hero {
    min-height: 86px;
}

.pageContentSubpage .CategoryBreadcrumb {
    margin: 0 0 45px !important;
}

.pageContentSubpage .dxizControl {
/*    max-width: 550px !important;*/
}

.cp-row .cp-row-header .h2-title {
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
}

.cp-row .cp-row-header h2 {
    font-family: "Open-sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    margin: 0 0 25px;
}
.CatalogProductDetailSubHeadline span.stockCodeFont {
    font-family: "Open-sans", Arial, sans-serif;
}
.cp-row .dxbButton.dxbButtonSys span{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
    padding: 13px 31px;
    background: none;
   border: 2px solid #cf2030;
}

.cp-row .dxbButton.dxbButtonSys span:hover {
    background: #cf2030;
    border: 2px solid #cf2030;
    color: #fff;
    text-decoration: none;
}

.cp-row a#ctl01_ctl03_ItemListButton_btnItemList,
.cp-row #ctl01_ctl03_addToCartBtn_btnAddToCart_CD {
    padding: 0;
    border: 0 none;
    background: none;
}

div.pricingBoxDiv > div#ctl01_ctl04_addToCartBtn_btnAddToCart_CD > span {
    background: none;
    color: #000;
    
}

/*.simpleBtn .dxbButton div.dxb:active, .simpleBtn .dxbButton div.dxb span:hover {
    background: none;
}*/
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
/*.simpleBtn .dxbButton.btnCart.dxbButtonSys div.dxb:active, .simpleBtn .dxbButton.btnCart.dxbButtonSys div.dxb span:active {*/
.jello-vertical {
    -webkit-animation: jello-vertical 0.7s ease-out both;
            animation: jello-vertical 0.7s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-9-20 9:7:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.cp-row .dxbButton {
    border: 0 none;
    background: none;
}

.cp-row .PricingBoxDiv .btnCart {
    margin: 0 0 0 0px;
    /*width: 100%;*/
    text-align: left;
}

.cp-row p,
.cp-row span {
    color: #111;
}

.cp-row .price-tabRow {
    font-size: 16px;
    line-height: 20px;
    color: #111;
    margin-bottom: 5px;
    display: block;
}

.cp-row .price-tabRow #ctl01_ctl03_addToCartBtn_lblDiscountPriceAmountNoTab {
    color: #cf2030;
}

.cp-row .price-tabRow #ctl01_ctl03_addToCartBtn_lblSavingsMessageAmountNoTab {
    font-weight: 700;
}
/*Tile Listing: Suggested Retail*/
.CustomerPrice {
    color: darkgrey;
}
/*Tile Listing: Dealer Cost*/
.DiscountPrice {
    font-weight: 800;
}
/*Item tile heading*/
.dxdvFlowItem.dxdvItem .itemTileHeadline a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: #111;
}

.dxdvFlowItem.dxdvItem .itemTileLink {
    margin-bottom: 10px;
}
.dxdvFlowItem.dxdvItem .itemTileLink a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
    padding: 13px 31px;
    background: transparent;
    border: 2px solid #cf2030;
}
/*Item Tile Add To Cart Button*/
.simpleBtn .dxbButton div.dxb {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Open-Sans", Arial, sans-serif ;
    font-weight: 400;
    color: #fff !important;
    padding: 6px 10px 4px;
    background: #cf2030 ;
    border: 0 none !important;
    transition: background-color .6s ease;
  overflow: hidden;
}
/*styling from: https://codepen.io/tyberiu88/pen/YgJGMX */
.simpleBtn .dxbButton div.dxb:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  transition: width .3s ease, height .3s ease;
}
.simpleBtn .dxbButton div.dxb:focus, .simpleBtn .dxbButton div.dxb:hover {
  background: #fb512e;
}
.simpleBtn .dxbButton div.dxb:active:after {
  width: 122px;
  height: 32px;
}

.simpleBtn .dxbButton {

    padding: 0 !Important;
    border: 0 none !important;
    border-radius: 0 !important;
}
.simpleBtn .dxbButton.dxbDisabled.added div.dxb {
    background-color: green;  
}
.dxdvFlowItem.dxdvItem .itemTileLink a:hover {
    background: #cf2030;
    border: 2px solid #cf2030;
    color: #fff;
    text-decoration: none;
}

/*Item Detail Add to Cart Qty Up Down Arrow Line size*/
/*span.ui-spinner { !important;}*/

.price-bgr {
    padding: 135px 120px;
    position: relative;
    z-index: 32;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.price-bgr .container {
    margin-top: 0;
    margin-bottom: 0;
}

.price-bgr .price-bgr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .6);
}

.price-bgr .price-bgr-inner {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
}

.price-bgr .price-bgr-inner p {
    margin: 0 0 50px;
}

.price-bgr .price-bgr-inner .btn-primary {
    color: #fff;
}
.bgr-style {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bgr-style.bgr-top-center {
    background-position: top center;
}

.bgr-style.bgr-bottom-center {
    background-position: bottom center;
}
/*Blueberry Cloud Header - Hero DIV */
.categoryInformationImageDiv,
.hero-search{
    height: 320px;
}
.product-details-hero {
   height: 300px ;   /* 235px*/
}
.dxdvPagerPanel {
    position: relative;
    z-index: 2;
}
table tbody > tr:first-child > td.dxdvPagerPanel {
    display: none;
}
/*Parallax Hero*/
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
/*Faded transition of rollover button effect*/
.fade-in {
  animation: fadeIn ease .2s;
  -webkit-animation: fadeIn ease .2s;
  -moz-animation: fadeIn ease .2s;
  -o-animation: fadeIn ease .2s;
  -ms-animation: fadeIn ease .2s;
    transition: all ease-in .2s;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  -ms-transition: all ease-out .2s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  95% {
    opacity:1;
  }
}
/*Fade-in end*/

/*Media / mbile resizing @media selectors moved too make_responsive.css - included in theme files - to apply URL var v=X to ensure non-caching*/

.divTableCell.logo {
    width: 355px !important;
    height: 88px !important;
}

/* Show/Hide button */
.hamburger-checkbox {
    position: absolute;
    opacity: 0;
}
.hamburger-label {
    font: 20px/20px fontawesome;
    text-align: left;
    color: #444;
    cursor: pointer;
    margin-left: 20px;
}
span.openLabel, .hamburger-checkbox:checked ~ label span.closeLabel {
    display: inline-block;
    margin-left: 10px;
}
.hamburger-checkbox:checked ~ label span.openLabel, span.closeLabel {
    display: none;
}
.sidebar {
    overflow: hidden;
    height: 0;
    transition: all .3s;
}
.hamburger-checkbox:checked ~ .sidebar {
    width: auto;
    height: auto;
}
.CategoryBreadcrumb {
    margin-top: 25px;
}

/*Product Listing grid*/
.itemTileDiv .dxdvFlowItem {
    width: auto!important;
    height: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
}
.itemTileDiv .dxdvFlowItemsContainer {
    width: 100%;
    margin-left: 0!important;
    margin-top: 0!important;
}
.itemTileDiv .dxdvFlowItemsContainer>tbody>tr>td {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(225px, 1fr));
    grid-gap: 15px;
}

/*Shopping Cart*/
#SubtotalText {
    float: none!important;
    display: inline-block;
}
#SubtotalDiv {
    float: none;
    width: 100%;
    text-align: right;
}
#clbkShoppingCart {
    overflow: auto;
}

/* favorites modal popup */
#clbkItemListDetails #grdItemListDetails {
    width: 100%!important;
    overflow: auto;
    order: 3;
}

#clbkItemListDetails #grdItemListDetails .dxgvCSD {
    height: auto!important;
}

#clbkItemListDetails .dxpc-shadow {
    position: fixed;
    width: 100%;
    max-width: 750px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 90vh;
}

#clbkItemListDetails .dxpc-content {
    display: flex!important;
    flex-direction: column;
}

#clbkItemListDetails .dxpc-content>span:first-child {
    text-align: right;
    order: 2;
}

#clbkItemListDetails .dxpc-content>span.ContentDisplayClass {
    order: 1;
}

#clbkItemListDetails>div {
    width: 100%!important;
    left: 0!important;
}

/*My account Navigation*/
.loggedInButtons {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

/*Order History Grid*/
#gridContainer.orderHistory .dx-gridbase-container {
    overflow: auto;
    padding-top: 50px;
}
#gridContainer.orderHistory .dx-datagrid-headers,
#gridContainer.orderHistory .dx-datagrid-rowsview {
    min-width: 720px;
}

#gridContainer.orderHistory .dx-datagrid-header-panel {
    position: absolute;
    right: 0;
    top: 0;
}

#gridContainer.orderHistory .dx-datagrid-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

#gridContainer.orderHistory .dx-datagrid-table tbody td {
    vertical-align: middle;
}

/*Quick Order*/
.quickOrderStockCodeDiv .dxpcDropDown {
    width: 100%;
    max-width: 600px;
}

.quickOrderDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.quickOrderDiv .QuickEntryStockCode {
    width: auto!important;
}

.quickOrderDiv .quickOrderAddToCartDiv,
.quickOrderDiv .quickOrderClearDiv {
    margin: 10px 10px 10px 0;
}

.quickOrderDiv table.dxeListBox,
.quickOrderDiv table#cmbStockCode_DDD_L_LBT,
.quickOrderDiv #cmbStockCode_DDD_L_H table {
    width: 98vw!important;
    max-width: 600px;
}

@media only screen and (max-width: 500px) {
    .quickOrderDiv .quickOrderStockCodeDiv {
        flex: 1 0 70%;
    }
}

@media only screen and (max-width: 728px) {
    .header .navbar-default .container {
        padding: 0 15px;
    }
    .mobile-hide {
        display: none;
    }
    footer .d-flex {
        flex-direction: column;
    }
    .header .navbar-nav > li > a {
        font-size: 25px;
        margin-left: 10px;
    }
    #menuLogoDiv {
        width: 250px!important;
        height: 80px!important;
        margin-left: 0!important;
    }
    .homeContent .menuLogoDiv {
        max-width: 70vw;
    }
    .footer-btns {
        justify-content: center;
    }
    .tagline {
        font-size: 45px;
        margin: 20px 0 10px;
    }
    .categoryInformationImageDiv, 
    .hero-search {
        height: 290px;
    }
    .categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink {
        font-size: 15px;
        display: block;
    }
    .browseMain .categorie-not-sidebar .categoryTileDiv .col-md-4 .categoryTileCategoryLink {
        font-size: 25px;
    }
    /*Product Detail Page*/
    #detailPricingControl .pull-left tr {
        display: flex;
        flex-direction: column;
    }
    #detailPricingControl .pull-left .price-qtyTable tr {
        display: inherit;
    }
    #detailPricingControl .pull-left td {
        width: 100%!important;
        padding-left: 0!important;
    }
    .cp-row .dxbButton.dxbButtonSys span {
        padding: 10px 20px;
        font-size: 14px;
    }
    .CatalogItemSpecificationPDFLink:before {
        font-size: 14px;
        line-height: 47px;
    }
    .CatalogItemSpecificationPDFLink {
        width: 180px;
        height: 44px;
    }
}
@media only screen and (max-width: 420px) {
    #menuLogoDiv {
        width: 150px!important;
        height: 60px!important;
    }
    .header .navbar-nav > li > a {
        font-size: 20px;
        margin: 0;
    }
}
@media only screen and (min-width: 729px) {
    .desktop-hide {
        display: none!important;
    }
}
@media only screen and (min-width: 992px) {
    .hamburger-checkbox:checked ~ .sidebar {
        width: 25%;
    }
    .sidebar {
        height: auto;
    }
    .hamburger-label {
         display: none;
    }
    .itemTileDiv {
        padding-right: 60px;
    }
}

#PaymentOptionsPanel table td {
    padding: 10px;
}
#PaymentOptionsPanel table .FormLabel {
    font-weight: 700;
}