@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
	--primary: #23527B;
	--accent: var(--primary);
	--dark: #464646;
	--medium: #292929;
	--light: #eeeeee;
	--primarytransp:#23527b5c;
}

/* Core CSS Changes
-------------------------------------------------------------------------------------*/

/* Primary Color */
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
    box-shadow: none;
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
    background: var(--primary);
}

/* btn-primary */
.checkoutHeaderBG,
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary);
	border-color: var(--primary);
}

/* btn-accent */
.btn.btn-accent{
	background-color: var(--accent);
	border-color: var(--accent);
}
.btn.btn-accent:hover,
.btn.btn-accent:not(:disabled):not(.disabled).active,
.btn.btn-accent:not(:disabled):not(.disabled):active {
	background-color: var(--accent);
	border-color: var(--accent);
}

/* Accent Color */
a, a:hover {
    color: var(--accent);
	text-decoration:none;
}

.dropdown .dropdown-menu .util-sub-register a, #checkoutContainer a:not(.ui-tabs-anchor),
.COMProdPrice, #ProductDiscount, .openAccountDiv #openAccountHeader h3 a,
.modalPage a, .modal-addcart .modal-title, .modal-addcart .bootCart-details .bootCart-name,
.btn-link, .btn-link:hover, #subBar a:hover,
.modal-addcart .bootCart-info .bootCart-count {
    color: var(--accent) !important;
}

.checkoutrequired{
    color: red;
}

@media (min-width: 576px) {
    .dropdown-item.active a, .dropdown-item:active a {
        color: var(--primary) !important;
    }
}

.announcement-bar, #back-to-top, .orderSummaryTitle, .COMProdButton, .dropdown .dropdown-menu .util-sub-signin a,
.st-account-manager .nav-pills .nav-link.active,
#SearchFormMobile .ui-widgetTN, .app-menu-burger .app-menu-line, .list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active {
    background-color: var(--accent) !important;
}

#back-to-top{
	background-color: var(--primary) !important;
}

.btn.btn-secondary, .btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover {
    background-color: var(--dark) !important;
}

.st-account-manager .account-manager-content,
.list-group .list-group-item.active, .list-group div[id^="SubCats"] .list-group-item.active,
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox,
.dropdown .dropdown-menu .util-sub-signin a, .dropdown .dropdown-menu .util-sub-register a {
    border-color: var(--accent) !important;
}

.btn.btn-secondary, .btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--dark) !important;
}

/* Backgrounds */
.bg-primary{
	background-color:var(--primary)!important;
}
.bg-accent{
	background-color:var(--accent)!important;
}
.bg-dark{
	background-color:var(--dark)!important;
}
.bg-light{
	background-color:var(--light)!important;
}


/* General
---------------------------------------------------------------------- */
body {
    font-family: 'Montserrat', sans-serif;
	
	background: #464646;
    color: #838088;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

body > .container {
	background-color: #fff;
}

.st-account-manager {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-side-wrap .nav-side-logo::after {
    background-color: #fff;
}

.template-info-bubble {
    background-color: var(--accent);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.super-user-bar {
    background: var(--medium);
}
.homepage .row-content{
	padding-top:0;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
    color: #2e2e2e;
}

.row-content .content{
	align-content: flex-start;
}

/* Elements
---------------------------------------------------------------------- */
#back-to-top.show {
	opacity: 0.5;
}

#back-to-top.show:hover {
	opacity: 1;
}

/* Sub Bar
---------------------------------------------------------------------- */

.desktop .nav-ui-utils{
	min-width: 100%!important;
    justify-content: space-between;
}

.desktop #header[data-menu-style="logocenter"] .nav-ui-utils {
    justify-content: space-between !important;
    width: 100%;
	z-index:1;
}

.nav-ui-user-menu > a,
.nav-ui-cart > a,
.nav-ui-search > a{
	color:var(--dark);
}
/* Nav
---------------------------------------------------------------------- */
#navToolbar a{
	transition:all .25s ease;
}
#mainMenuNav .dropdown.show .dropdown-menu:not(.spread) {
    overflow:initial!important;
}
div.dropdown-content ul li {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}
/* Main Menu
---------------------------------------------------------------------- */
.mobile #mainMenu .navbar-toggler {
    background-color: var(--primary);
    color: #fff !important;
}

#mainMenu {
    background-color: #464646;
}

.desktop #mainMenuNav > ul > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
	display: flex;
	align-items: center;
    justify-content: center;
	height:100%;
}

.desktop #mainMenuNav > ul > li.show > a,
.desktop #mainMenuNav > ul > li:hover > a {
    background-color: var(--primary);
}
.desktop #mainMenu .dropdown-item:nth-of-type(1){
	padding-top:inherit;
}
.desktop #mainMenu .dropdown-item:last-of-type{
	padding-bottom:inherit;
}

#mainMenu .dropdown .dropdown-menu {
	background-color: rgba(42, 42, 42, 0.95);
    padding: 0;
    text-align: left;
    padding: 5px 0;
	width:100%;
	column-count:4;
	left:0;
	right:0;
}
.desktop #mainMenu .dropdown-item{
	padding-left: .5rem;
}

.mobile #mainMenu .dropdown .dropdown-menu {
    background-color: initial;
}

.desktop #mainMenu.navbar .nav-item{
	position:static;
}
.desktop #mainMenu .dropdown-item a {
	font-weight: 400;
    display: block;
    padding: .5rem;
    text-decoration: none;
    color: #fff;
    text-align: left;
    background: none;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.dropdown-item a {
    text-decoration: none !important;
}

#mainMenu .dropdown-item > a {
    color: #fff;
}

#mainMenu .dropdown-item:hover {
	background-color: var(--accent);
}
#mainMenu .dropdown-item:hover > a {
    /* color: var(--accent); */
    /* background-color: var(--accent); */
}

/* Featured Categories/Products
---------------------------------------------------------------------- */
.featured-title{
	text-transform: uppercase;
}
.featured-name {
    font-weight: 500;
    font-size: 1rem!important;
}
.featured-details {
    display: flex;
    flex-flow: column;
	flex-direction: row;
	padding:1rem;
	align-items: flex-start;
}

.featured-price {
    color: var(--primary) !important;
    font-size: 1.2rem;
	display:none!important;
}
.featured-partno{
	display:none;
}
.featured-item.prodCell .prodImg{
	border:none;
	flex-grow: 0;
	height: initial !important;
    max-height: initial !important;
    width: 25%;
}
.featured-wrap .featured-item{
	min-width:100%;
	flex-direction: row;
}
.featured-wrap .featured-item .featured-img a img{
	height: auto !important;
}


/* CATEGORIES */
/* CATEGORIES */
.categoryCell{
    display: flex;
    flex-flow: column;
	flex-direction: row;
	padding:1rem;
	align-items: center;
	width:50%;
	min-width:50%;
	max-width:50%;
}
.categoryCell .categoryImg {
	border:none;
	flex-grow: 0;
	height: initial !important;
    max-height: initial !important;
    width: 50%;
}
.categoryCell img{
	max-height:55px;
	max-width:100%;
}
.categoryName{
    display: flex;
    flex-flow: column;
	flex-direction: row;
	padding-left:1rem;
	align-items: flex-start;
	margin:0;
	color: var(--primary);
    font-size: 1.1rem;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}
.categoryName a:hover{
	color:#292929;
}

/* PRODUCTS */
/* PRODUCTS */
.desktop #productsResult:not(.featured-products) .prodCell{
	min-width:100%;
	padding:0;
	border-bottom: 2px solid #eee;
}
.desktop .prodCell:-webkit-scrollbar {
  height: 4px;
}
.desktop .prodCell:-webkit-scrollbar-thumb {
  background-color: var(--dark);
  border-radius: 5px;
}
.desktop .prodCell:-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}



.desktop .prodCell .prodDetails .prodAddToCartIcon::before{
	content:"";
}
.desktop .prodCell .prodDetails {
	padding-top: .5rem;
    padding-bottom: .5rem;
}
.desktop #productsResult:not(.featured-products) .prodCell .prodImg{
	display:none;
}
.desktop .prodCell .prodDetails .prodPartNo .prodPartNoLabel{
	display:none;
}
.desktop #productsResult:not(.featured-products) .prodCell .prodDetails .prodPartNo{
	order:1;
	color:#444;
	display: flex;
    align-items: center;
}
.desktop .prodCell .prodDetails .prodName{
	order:2;
	text-decoration: underline;
	font-size:initial;
	display: flex;
    align-items: center;
	padding:0;
}
.desktop .prodCell .prodDetails .prodPrice{
	order:3;
	font-size: 1rem;
    font-weight: bold;
    color: #292929;
}
.desktop .QO_QtyInputBox{
	width: 45px;
    display: inline-block;
    text-align: center;
    padding: 3px;
	background-color: #f1f1f1;
    color: #292929 !important;
    border: 1px solid #e3e3e3;
	line-height: .75;
    height: 28px;
}
.desktop .QO_QtyInputBox_lbl{
	font-size:11px;
	color:#838088;
	font-weight:normal;
}
.desktop .prodCell .prodDetails .prodAddToCart{
	display: flex;
    align-items: center;
}
.desktop .prodCell .prodDetails .prodAddToCart button{
	text-decoration:none;
	margin-left: .5rem;
	font-weight: 400!important;
    line-height: .75!important;
	position:relative;
	padding:.5rem;
}
.desktop .prodCell .prodDetails .prodAddToCart button:hover{
	background-color:var(--primary);
	color:#f1f1f1;
}

.desktop .prodDetailsRow{
	flex-wrap:nowrap;
}
.prodPropsContainer{
	display: flex;
    justify-content: start;
}
.desktop .prodPropsContainer small {
    font-size: .75em;
}
.desktop .PropertiesInfo {
    display: flex;
    align-items: center;
}
.mobile .prodPropsContainer{
	flex-direction:column;
}
.mobile .prodPropsContainer>div{
	max-height:min-content;
	text-align:center;
}
.mobile .prodDetailsRow {
    flex-flow: column;
    align-items: center;
}
.mobile .prodPropWrap {
    justify-content: center;
    align-items: center;
}
.mobile .prodCell{
	margin-bottom:2rem;
}
.mobile .prodCell .prodDetails{
	text-align:center;
}
.mobile .prodCell .prodDetails .prodAddToCart{
	display:none;
}
.mobile .prodCell .prodImg{
	box-sizing:border-box;
	border:none;
    max-height: min-content !important;
    height: min-content !important;
}
.mobile .prodCell .prodDetails .prodName{
	font-size:.8rem;
	font-weight:bold;
	order:1;
}
.mobile .prodCell .prodDetails .prodPartNo{
	order:2;
}
.mobile .prodCell .prodDetails .prodPrice{
    flex-flow: column;
	font-weight: 700;
    color: #292929;
	order:3;
}

.input-error{
	border: 1px solid #ff8686 !important;
}
/* PRODUCTS */
/* PRODUCTS */
/* Homepage
---------------------------------------------------------------------- */
.callouts {
    text-align: center;
}
.callouts a {
    display: inline-block;
}
.callouts a img {
	max-width: 100%;
	height: unset !important;
	border: 1px solid #eee;
	width: auto !important;
}
.callouts h2 {
  text-align: center;
  margin-top: 0;
}
.callouts h2 a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

/* Homepage Hero Slider 
---------------------- */
.homeslide {
    position: relative;
}
.homeslide .item {
    position: relative;
}
.homeslide .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
}

.homeslide .caption-wrap a,
.homeslide .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}
.homeslide .caption {
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
}
.homeslide .homepage-subtitle {
    font-weight: lighter;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-size: .7rem;
	display:flex;
}
.homeslide .slick-dots {
	bottom:1rem;
	left:1rem;
	display:none;
}
.homeslide .slick-dots li button:before{
	content:"";
}
.homeslide .slick-dots li{
	width:auto;
	height:auto;
}
.homeslide .slick-dots li button{
	background-color: #fff;
    border: 1px solid #000;
	height:.5rem;
	width:.5rem;
}
.homeslide .slick-dots li.slick-active button{
	background-color: var(--primary);
    border: 1px solid #fff;
}
.homeslide.slick-dotted.slick-slider {
    margin-bottom:0px;
}
.homeslide.slick-slider .slick-slide > a {
    height: 100%;
}
.homeslide.slick-slider .slick-slide .slider-button {
    padding: .5rem 1.5rem;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    margin-top: 1rem;
}
.homeslide .reg{
	font-size:.75em;
}
.homeslide.slick-slider .slick-slide .slider-button:hover {
    color: #000;
    background-color: #fff;
}
.homeslide.slick-slider .slick-slide > a:hover {
    background-color:var(--primarytransp);
}
.homeslide.slick-slider .slick-slide > a {
    height: 100%;
}

@media (min-width: 576px) {
  .homeslide .caption {
    font-size: 2.5rem;
  }

  .homeslide .homepage-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .homeslide .caption {
    font-size: 2.5rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .homeslide .caption {
    font-size: 4rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1.4rem;
  }
}

.caption-wrap.caption-wrap-static {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    color: #fff;
    font-size: 7rem;
	font-weight:500;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	pointer-events: none;
	line-height: 1;
}
.caption-wrap.caption-wrap-static a{
	color:#fff;
	text-decoration:none;
}
.caption-wrap.caption-wrap-static a:hover{
	color:#fff;
	text-decoration:none;
}

/* Categories/Product List View
---------------------------------------------------------------------- */
body.mobile .hero-stage.fullscreen {
    min-height: 200px !important;
    max-height: 200px !important;
    height: 100% !important;
    opacity: 1;
}

body.mobile .hero-stage.fullscreen .categoryBanner {
    height: 100% !important;
}
.row-header.hero-stage.fullscreen {
	margin-top: 0 !important;
}

.breadcrumb-category {
    display: none;
}
.categoryHeader h1 {
    margin-bottom: 0;
}
#catprodBreadcrumb {
    margin-top: 0 !important;
}
.categoryBannerContent {
    align-items: center;
    justify-content: center;
    height: 350px;
}
.categoryBannerContent h3 {
    color: #fff;
    font-size: 4rem;
}
.breadcrumb-category {
    display: none;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}
#customFiltersWrap.sidebar #customFilters > .FilterItem {
    font-size: 1rem;
}
#customFilters {
    padding: 0 !important;
    border: 0 !important;
}
.filter-ui {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
}
.filter-ui a {
    width: 2.65rem;
    overflow: hidden;
    white-space: nowrap;
    color: transparent !important;
    border-radius: 0;
}
.filter-ui a i {
    color: #fff !important;
}

.FilterOrder-SingleDoubleEnd {
	order:1;
}
.FilterOrder-EndStyle {
	order:2;
}
.FilterOrder-Diameter {
	order:3;
}
.FilterOrder-LengthofCut  {
	order:4;
}
.FilterOrder-OverallLength {
	order:5;
}
.FilterOrder-Finish {
	order:6;
}
.FilterOrder-ToolLength {
	order:7;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter.disabled{
	opacity: 0.3;
	cursor: not-allowed !important;
}
/* Product View
---------------------------------------------------------------------- */
.ProductTagCategory {
    position: absolute;
    left: 0;
    top: 0;
}

/* Contact Form
---------------------------------------------------------------------- */
.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}
#cfsubmit {
    margin-top: 0.75rem;
}
/* Accordion
---------------------------------------------------------------------- */
.card{
	border:none;
}
.card-header {
    background-color: transparent;
	border:none;
    padding-bottom: .5rem!important;
    background-color: #fff;
    border-radius: 0.5rem;
    padding-left: 2rem!important;
}
.card-header .card-link:before {
    content: "\f054";
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-decoration: none !important;
    position: absolute;
    left:.5em;
    top:.75em;
    font-size: 1em;
    transition: all .1s linear;
    transform-origin: 50% 50%;
}
.card-header .card-link[aria-expanded="true"]:before {
	transform: rotate(90deg);
    transform-origin: 50% 50%;
}
.card-body {
    border-bottom: 1px solid #ddd;
	border-radius:0px;
	box-shadow: -2px 2px 4px -2px #c0c0c047;
    margin-bottom: 0.25rem;
	border-left:4px solid var(--primary);
}
/* Footer
---------------------------------------------------------------------- */
.footer {
    background-color: var(--dark);
    color: #fff;
    padding-bottom: 0;
}
.mobile .footer{
	padding-top:0;
}
.footer a {
    color: #fff;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-copy a {
    color: #fff;
    text-transform: none;
}
.footer-nav{
	background-color:transparent;
    width:auto;
    padding:2rem 0;
    margin:0;
}
.footer-nav ul{
	justify-content:space-evenly!important;
}
.mobile .footer-nav ul{
	flex-flow:column;
	justify-content:space-evenly!important;
}
.mobile .footer-nav ul > li{
	padding-bottom:1rem;
}
#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-ui-utils .navbar-brand {
        flex: 1 1 auto;
        text-align: center !important;
        margin: 5px 0 8px 0;
    }
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 768px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    li.nav-item.nav-ui-brand {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


ul.leftNavMenu {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
}
.desktop #leftNavMenuCollapse{
	position:sticky;
	top:0;
	width: 100%;
}
ul.leftNavMenu li {
    line-height: 1.2;
}
ul.leftNavMenu li a,
ul.leftNavMenu li a:link,
ul.leftNavMenu li:visited {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: .75rem .5rem;
    color: #fff;
    text-decoration: none;
    background: none;
    display: block;
}
ul.leftNavMenu li a:hover,
ul.leftNavMenu li a.navLevel0_hot,
ul.leftNavMenu li a.navLevel0_hot:link,
ul.leftNavMenu li a.navLevel0_hot:visited,
ul.leftNavMenu li a.navLevel0_hot:hover {
    background: var(--primary);
}
.NavLevel1,
.NavLevel2 {
    display: none;
    background: var(--primary);
    margin-top: -5px;
}
.NavLevel1 {
    padding-bottom: 5px;
}
ul.leftNavMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.leftNavMenu ul li a,
ul.leftNavMenu ul li a:link,
ul.leftNavMenu ul li:visited {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	text-transform: none;
	padding: 6px 10px 6px 25px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
ul.leftNavMenu ul li a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 5px;
    color: #fff;
}
ul.leftNavMenu ul li a:hover,
ul.leftNavMenu ul li a.navLevel1_hot,
ul.leftNavMenu ul li a.navLevel1_hot:link,
ul.leftNavMenu ul li a.navLevel1_hot:visited,
ul.leftNavMenu ul li a.navLevel1_hot:hover {
    color: #4dc4ff;
    background: none;
}
ul.leftNavMenu ul li a:hover:before,
ul.leftNavMenu ul li a.navLevel1_hot:before {
    color: #4dc4ff;
}
a:before {
    -webkit-backface-visibility: hidden;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
ul.leftNavMenu ul ul li a,
ul.leftNavMenu ul ul li a:link,
ul.leftNavMenu ul ul li:visited {
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    text-transform: none;
    padding: 6px 30px 6px 53px;
    position: relative;
}
ul.leftNavMenu ul ul li a:before {
    content: "◘";
    font-family: 'FontAwesome';
    position: absolute;
    left: 39px;
    top: 12px;
    font-size: 5px;
    padding-left: 1px;
    color: #fff;
}
ul.leftNavMenu ul ul li a:hover,
ul.leftNavMenu ul ul li a.navLevel2_hot,
ul.leftNavMenu ul ul li a.navLevel2_hot:link,
ul.leftNavMenu ul ul li a.navLevel2_hot:visited,
ul.leftNavMenu ul ul li a.navLevel2_hot:hover {
    color: #4dc4ff;
    background: none;
}
ul.leftNavMenu ul ul li a:hover:before,
ul.leftNavMenu ul ul li a.navLevel2_hot:before {
    color: #4dc4ff;
}
.leftNavHeading {
	color: #b1b1b1;
	padding: 1rem;
	font-style: italic;
	font-size: 13px;
	width: 100%;
	max-height: min-content;
	text-align: center;
}
/*************************************/
/*************************************/
/*************************************/
.FiltersAvailable {
	display: none !important;
}
.filtersContainer {
	display: none;
	padding: 20px 25px 0px 25px;
}
.filterSearchHeading {
	color: #b1b1b1;
	font-size: 12px;
}
  .filterSearch {
    background: #2a2a2a;
    border-radius: 20px;
    padding: 7px 14px 7px 18px;
    box-shadow: 2px 2px 8px #000 inset;
    margin-top: 5px;
    margin-left: -10px;
    width: 190px;
}
.FormElementRefineInput {
	background: none;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 100%;
}
.filtersHeading {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.FilterItem {
    margin-bottom: 10px;
}
.FilterItemName {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 7px;
	font-family: 'Oswald', sans-serif;
}
.FilterItemChild {
    color: #fff;
    margin-bottom: 7px;
    margin-left: 3px;
	font-family: 'Oswald', sans-serif;
}
.FilterItemChild input[type='checkbox'] {
	position: relative;
	top: -4px;
}
.FilterItemChild input[type='checkbox']:after {
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -1px;
    border-radius: 2px;
    border: 2px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.FilterItemChildLabel {
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
	font-weight: lighter;
}
.FilterItemChild input[type='checkbox']:checked:after {
    content: "";
    background: var(--primary);
    width: 15px;
    height: 15px;
    position: absolute;
    left: -1px;
    border-radius: 2px;
    border: 2px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.FilterItemChild input[type='checkbox'][disabled]:checked:after,
.FilterItemChild input[type='checkbox'][disabled]:after {
	content: "";
    background: #bbb;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -1px;
    border-radius: 2px;
    border: 2px solid #bbb;
    box-sizing: border-box;
    cursor: not-allowed;
}
.FilterItemChildLabelQty{
	font-size:.75rem;
	color:#b1b1b1;
    font-style: italic;
}
.FilterItemChildLabelQty:before{
	content:" - ";
}
.SliderInput {
    float: left;
    margin-right: 10px;
}
.SliderInput:nth-child(2) {
    margin-right: 0
}
span.SliderInputLabel {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.SliderInput input {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    text-align: center;
    width: 53px !important;
    padding: 5px;
    color: #292929;
}
.SliderInput input:active,
.SliderInput input:focus {
    border: 1px solid var(--primary);
}
.commerce-height{
	min-height: 700px;
}
.COMProdLeftContainer {
	float: left;
	width: 400px;
	padding-right: 20px;
	margin-bottom: 35px;
}
.ViewLarger{
	display: none;
}
.MainProdBox {
	min-height: 135px;
	text-align: center;
}
.COMProdHeader h1 {
	font-size: 2rem;
	font-weight: normal;
}
.COMProdRightContainer {
    float: right;
    width: 393px;
    color: #3f3f3f;
	margin-bottom: 35px;
}
#QtyPriceDiv{
	display: none !important;
}
.COMProdStock {
	margin-bottom: 15px;
	margin-top: 3px;
}
#ProductDiscount,
.COMProdPrice {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary);
	display: inline-block;
}
.COMProdPrice.SalePriceActive {
	color: #bdbab7;
	margin-right: 20px;
	text-decoration: line-through;
}
.COMProdQtyTotal {
	margin:.5rem 0 0 0;
	font-size:1rem;
}
  span.COMProdQtyHeading {
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 20px;
}
.COMProdOrderingGrid {
    margin-top: 20px;
}
  
.COMProdButton {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	color:#f1f1f1;
}
.COMProdButton:hover{
	background-color:#000!important;
	color:#fff!important;
}
input#ProductQuantity {
  height: auto;
  align-self:stretch;
}
.ShareToolbar {
    display: none;
}

/*******************/
/*******************/
/*******************/

.interior-left-nav,
.sidenav {
    border: 1rem solid #fff;
	border-right:none;
    background: #444444;
	padding:0;
}
.mobile .interior-left-nav,
.mobile .sidenav {
	border-right:1rem solid #fff;
	padding:0!important;
}
.nav-ui-search #SearchForm #SearchText {
    background: #2a2a2a;
    border-radius: 20px;
    padding: 0.5rem 3rem .5rem 1rem;
    box-shadow: 2px 2px 8px #000 inset;
	min-width:220px;
	border:none;
	color:#fff;
}
.nav-ui-search #SearchForm button {
    border: 0;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 14px;
	top:unset;
}
.nav-ui-search #SearchForm button svg{
	max-width: 80%;
    max-height: 80%;
}
.nav-ui-search #SearchForm #SearchText::-webkit-input-placeholder,
.nav-ui-search #SearchForm #SearchText::placeholder {
	color: #636363;
}

/*******************/
/*******************/
/*******************/
/*******************/
.desktop #header .nav-ui-brand.logo-center-alone{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width:min-content;
	z-index:2;
}
#additional-menu-links{
	position:relative;
}
#topBar{
	background-color:#fff;
}

.home-callouts-image{
	position:relative;
	margin-bottom: .5rem;
}
.home-callouts-image a {
    position: absolute;
    top: 0;
    vertical-align: bottom;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	padding-bottom:.5rem;
}
.home-callouts-image a:hover{
	background-color:var(--primarytransp);
}


/* shipping bar */
/* shipping bar */
.shipping-stock-bar {
    background: var(--primary);
	padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
}

:not(.homepage) .shipping-stock-bar {
	border-radius:4px 4px 0 0;
}

.desktop .footer .shipping-stock-bar {
	display:none;
}
.same-day-shipping-heading {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.25rem;
    position: relative;
	padding-left:1rem;
}
.same-day-shipping-heading:before {
    content: "";
    background: url('../content/images/same-day-swoosh.png');
	background-repeat:no-repeat;
	background-size: contain;
    height: 50px;
    width: 100%;
    position: absolute;
	bottom: -14px;
    left: 0;
}
.same-day-shipping-text {
	color: #fff;
    font-size: 12px;
	margin: auto auto auto 1rem;
}
.stock-checker-widget {
    float: left;
    width: 330px;
    position: relative;
}
.mobile .header .shipping-stock-bar {
	display:none;
}
.mobile .footer .shipping-stock-bar {
	flex-direction: column;
    align-items: center;
	
	left: calc((((100vw - var(--scrollbar-width)) - 100%) / 2) * -1);
	min-width:100vw;
}
.mobile .same-day-shipping-text{
	margin:1.5rem auto 1rem auto;
}
#StockChecker {
    position: relative;
	display: flex;
    align-items: center;
}
div#StockCheckerResult {
    display: none;
    color: #fff;
    font-size: 15px;
}
input#StockCheckText {
    background: #fff;
    color: #2a2a2a;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 180px;
    position: relative;
}
button#CheckStock {
    margin-left: 8px;
    position: relative;
	padding: 9px 9px 9px 4px;
	
	/* for before */
	border-radius:0;
	margin-left: 0px;
}
button#CheckStock:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    top: 0;
    transform: translate(-90%, 0%);
    border-top: 22px solid transparent;
    border-right: 22px solid #2a2a2a;
    border-bottom: 22px solid transparent;
}

.NoPartNoEntered .stockCheckerButton, .ItemNotValid .stockCheckerButton {
    border-radius: 5px 5px 0 5px !important;
}
.ItemNotValid:after {
    content: "The part number you entered is not valid";
    color: #fff;
    position: absolute;
    font-style: italic;
    padding: 5px;
    font-size: 12px;
    background: #ff0000;
    width: 315px;
}
.stockcheckerlinks {
    margin-top: 0;
    margin-left: 24px;
}
div#StockCheckerResult .fa-check-circle {
    color: #1cde03;
    font-size: 20px;
    position: relative;
    top: 2px;
    background: #fff;
    line-height: 12px;
    border-radius: 23px;
    margin-right: 1px;
}
.stockcheckerprodlink {
    display: inline-block;
    margin-right: 25px;
}
.stockcheckerlinks a,
.stockcheckerlinks a:link,
.stockcheckerlinks a:visited {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.FormButtons,
.addressBookButton {
    background: #2a2a2a;
    color: #fff;
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 11px 20px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    font-family: 'Oswald', sans-serif !important;
    position: relative;
    text-align: center;
    border-radius: 5px;
}
/* shipping bar */
/* shipping bar */


#filterToggle{
	transition:none;
}
.filtersInlineWrap #customFilters{
	background: #444444;
}
.filter-ui.filter-inline a[aria-expanded="false"]{
	color:var(--primary)!important;
}
.filter-ui.filter-inline a[aria-expanded="true"]{
	background: #444444 !important;
	color:#fff!important;
}
.filter-ui.filter-inline a[aria-expanded="true"]:hover i {
    color: #fff !important;
}

/* COMPARE BAR */
/* COMPARE BAR */
#CompareBar {
    width: 100%;
    /* display: none; */
}
.CompareButtons, .CompareItems {
    display: inline-block;
}
.previewCompare:first-child {
    margin-left: 0;
}
.previewCompare {
    width: 55px;
    height: 55px;
    position: relative;
    border: 0;
    border: 3px solid #444;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    background: #fff;
    margin: 10px 10px 20px 10px;
}
.previewCompareInner {
    width: 39px;
    height: 39px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.CompareButtons {
    margin-left: 20px;
}
.previewCompare .close {
    position: absolute;
    top: -11px;
    right: -10px;
    border-radius: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    font-size: 16px;
    color: #bf2026;
    line-height: 1;
    border-radius: 30px;
    background: #fff;
	opacity:1;
}
.previewCompare img {
    max-width: 100%;
    max-height: 100%;
}
span.compCaption {
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .66rem;
}
/* COMPARE BAR */
/* COMPARE BAR */

/* MOBILE FILTER MODAL  */
/* MOBILE FILTER MODAL  */
.mobile #filterToggle{
	padding-bottom:2rem!important;
}
#bootFilters.mobile-full-screen .modal-content {
    background-color: #464646;
	min-height: max-content;
}
#bootFilters .filtersInlineWrap #customFilters{
	box-shadow:none;
}
#bootFilters h4{
	color:#fff;
}
#bootFilters #customFiltersToggleC{
	background-color: #000 !important;
}
#bootFilters #customFiltersWrap.sidebar{
	overflow-y:hidden;
}
/* MOBILE FILTER MODAL  */
/* MOBILE FILTER MODAL  */




/* PRODUCT VIEW */
/* PRODUCT VIEW */
.MainProdBox{
	border:none;
	box-sizing:border-box;
	height: initial !important;
}
.COMProdUPC{
	display:none;
}
.COMProdStockWrap{
	text-align:left;
}
.COMProdButton{
	width:100%;
}
.WaitingForCart,
div#COMCartSpan{
	align-self: stretch;
    margin-bottom: 0;
    margin-top: auto;
}
.mobile .COMProdQty{
	margin-bottom: 0;
}
.COMProdQty {
    display: inline-block;
	margin:0;
}

.ProductBottomDetailsHeading {
    background: #464646;
    color: #fff;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 16px;
	margin-bottom: 1rem;
}
.BottomDetailsBottomRowRightContent {
    background: #f1f1f1;
    padding: 1rem;
}
.BottomDetailsBottomRowRightContentRow {
    margin-bottom: 1rem;
}
.BottomDetailsBottomRowRightContentRowHeading {
    font-weight: 700;
    color: #3f3f3f;
}
/* PRODUCT VIEW */
/* PRODUCT VIEW */



/* TECH DATA */
/* TECH DATA */
.TechDataButton {
    cursor: pointer;
    width: 100%;
    background: #f1f1f1;
    padding: 10px 10px 10px 60px;
    position: relative;
    color: #444;
}
.TechDataButton:before {
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 35px;
    line-height: 1;
    top: calc(50% - 17.5px);
}
.TechDataButtonHeading {
    font-weight: 700;
    color: #444;
}
.TechDataButtonContent p {
    margin: 0;
}
.TechDataContent {
    width: 100%;
    background: #f1f1f1;
    padding: 0px 10px 15px 60px;
    position: relative;
    color: #444;
    display: none;
}
.TechDataContentInstructions {
    font-style: italic;
    margin-bottom: 10px;
}
.TechDataCalculatorInput {
    text-align: center;
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 25px;
}
span.TechDatacalculatorHeading {
    display: block;
    font-size: 13px;
}
.TechDataCalculatorInput input {
    background: #fff;
    border: 0;
    color: #444;
    margin-top: 3px;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px solid #838088;
    outline: 0;
    box-shadow: none;
}
.TechDataCalculatorInputButton {
    display: inline-block;
}
.TechDataDivider {
    height: 20px;
}
.TechDataAction {
    color: var(--primary);
    text-decoration: underline;
}
.TechDataCalculatorInputButton button {
    background: #2a2a2a;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 9px 20px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    position: relative;
    text-align: center;
    border-radius: 5px;
}
/* TECH DATA */
/* TECH DATA */


/* RESOURCES */
/* RESOURCES */
.ResourcesMain {
    display: block;
    border-bottom: 10px solid #fff;
    border-top: 10px solid #fff;
    width: 50%;
    border-right: 10px solid #fff;
    float: left;
    text-align: center;
}
.ResourcesMainContent {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.ResourcesMainContent a, .ResourcesMainContent a:link, .ResourcesMainContent a:visited {
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    background: var(--primary);
    padding: 15px;
}
.ResourcesMainContent a:hover {
    color: #fff;
    background: #464646;
}
/* RESOURCES */
/* RESOURCES */

/* END MILL TS */
/* END MILL TS */
.mobile .row-content .content{
	overflow-x:auto;
}

.end-mill-troubleshooting-table td:first-child,
.burr-top-table td:first-child {
    background: #ddd !important;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    width: 30%;
}
.end-mill-troubleshooting-table td:last-child,
.burr-top-table td:nth-child(n+1) {
    padding-left: 14px;
    background: #efefef;
    border-left: 2px solid #fff;
    color: #000;
}
/* END MILL TS */
/* END MILL TS */

/* SPEED & FEED BURR */
/* SPEED & FEED BURR */
.burr-bottom-table tr:first-child td {
    background: #ccc;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.burr-bottom-table tr:nth-child(2) td {
    background: #ddd;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.sport-spade-drills-table td,
.burr-bottom-table td {
    background: #efefef;
    color: #000;
    font-size: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px;
}


.sport-spade-drills-table tr:first-child td,
table.sport-spade-drills-table.no-third-row.reamers-top-table tr:nth-child(4) td,
table.sport-spade-drills-table.no-third-row.reamers-top-table tr:nth-child(6) td {
    background: #bbb;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.sport-spade-drills-table td:first-child {
    width: 40%;
}

.sport-spade-drills-table tr:nth-child(2) td {
    background: #ccc;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
/* SPEED & FEED BURR */
/* SPEED & FEED BURR */

/* END MILL FINDER */
/* END MILL FINDER */
.EndMillContainerHolder {
    position: relative;
	height:100%;
}
div#filterMill {
    width: 290px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.EndMillSelectorFilter {
    margin-bottom: 20px;
}
.EndMillSelectorFilterHeading {
    margin-bottom: 3px;
    font-weight: 700;
}
.checkoutrequred, .checkouterror, .checkoutrequired {
    color: #ff0000;
    text-align: left;
}

.checkoutrequred {
    color: #FF0000;
    margin-left: 3px;
}
.EndMillSelectorFilter select {
    width: 100%;
}
.FormElementInput,
select {
    background-color: #f1f1f1;
    color: #292929 !important;
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    font-family: inherit;
    font-weight: normal;
    height: 33px;
    vertical-align: middle;
    border-radius: 0;
    font-size: inherit;
    outline: 0;
}
.FormElementInput:disabled,
select:disabled {
    background: #bbb;
    color: #666;
    cursor: not-allowed;
}
.EndMillSelectorFilterFindButton {
    margin-top: 40px;
    /* text-align: center; */
}
.EndMillSelectorFilterOr {
    margin: 20px 0;
    font-weight: 700;
    /* text-align: center; */
}
.EndMillSelectorFilterMore {
    /* text-align: center; */
    margin-bottom: 7px;
}
.EndMillSelectorFilterMore.LessVisibleReset a,
.EndMillSelectorFilterMore.LessVisibleReset a:link,
.EndMillSelectorFilterMore.LessVisibleReset a:visited {
    color: #838088;
}
div#filterResults {
    float: left;
    width: 460px;
    display: none;
    padding-left: 35px;
    margin-top: 10px;
}
#DDLoading {
    font-size: 22px;
    text-align: center;
    /* margin-top: 12px; */
    display: none;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
}
#resultsLoading {
    font-size: 22px;
    text-align: center;
    /* margin-top: 12px; */
    display: none;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
}
.EndMillResultsTopHeading {
    font-size: 15px;
    font-weight: 700;
}
.EndMillResultsTopHeading span {
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.EndMillResultContainer {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.EndMillResultesultImg {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 120px;
    text-align: center;
    padding-right: 20px;
}

/* .EndMillResultesultImg { */
    /* margin-bottom: 5px; */
    /* margin-top: 5px; */
/* } */
.EndMillResultText {
    float: left;
    width: 300px;
    font-weight: 700;
}
.EndMillResultContainer:after {
    content: "";
    clear: both;
    display: table;
}
.EndMillResultText span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
}
/* END MILL FINDER */
/* END MILL FINDER */


/* CART PAGE */
/* CART PAGE */
.cartpage .sidenav {
	display:none;
}
.cartpage .row-content .content{
	min-width:100%;
}
/* CART PAGE */
/* CART PAGE */



#CompareBar{
	display:none!important;
}

.ViewMoreLessLink a {
	color:#a5a5a5;
}
/*
.filter-ui.filter-inline{
	padding-left:0;
	display:flex;
}


.FilterItem .FilterItemChild .checkboxFilter {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    border: 1px solid #cecece;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    margin-right: 8px;
}
.FilterItem .FilterItemChild .checkboxFilter ion-icon{
	display: none;
	color: var(--primary);
 }
.FilterItem .FilterItemChild .checkboxFilter.filterBy ion-icon {
    display: inherit;
    font-size: 1.25rem;
}*/

#sideMenuWrap #customFiltersWrap{
	width:100%;
	max-width:100%;
	border-bottom:1px solid #555;
}
.sidenav{
	display: flex;
    align-items: flex-start;
	flex-direction: column;
}
#sideMenuWrap{
	/* display:none; */
}
#customFiltersWrap .card,
#sideMenuWrap .card{
	background-color:transparent;
	border:none;
	box-shadow:none;
}

.FilterItem {
	padding:0 .5rem;
}
.customFiltersHeading{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: .75rem .5rem;
    color: #fff;
}
.row-header{
	background-color: #464646;
}
.sortBlock {
    text-align: right;
}


/* SEARCH PAGE */
/* SEARCH PAGE */
.desktop .searchInput {
	padding-left:0;	
}
.FormButtonsSearchButton{
	padding-top: 0;
    padding-bottom: 0;
    height: 33px;
}
.FormButtonsSearchButton:hover{
	background-color:var(--primary);
	color:#f1f1f1;
}
.desktop.searchpage .prodCell .prodDetails .prodName{
	order:1;
}
.desktop.searchpage .prodCell .prodDetails .prodPrice{
	order:3;
}
.desktop.searchpage .prodCell .prodDetails .prodPartNo{
	order:2;
}
.desktop.searchpage #productsResult:not(.featured-products) .prodCell .prodImg{
	display:block;
	height: min-content !important;
	padding: 3rem 0;
}
.desktop.searchpage #productsResult:not(.featured-products) .prodCell .prodDetails{
	align-items: center;
}
.desktop.searchpage #productsResult:not(.featured-products) .prodCell .prodDetails .prodName{
	text-align:center;
}
.desktop.searchpage #productsResult:not(.featured-products) .prodCell{
	min-width:unset;
	padding:.5rem;
	border-bottom:none;
}
/* SEARCH PAGE */
/* SEARCH PAGE */
.desktop a.techSpecsController{
	align-items: center;
    height: 100%;
	border-radius: 8px 8px 0 0;
	z-index: 2;
    position: relative;
}
a.techSpecsController[aria-expanded="false"] small:before{ content:"Show "; }
a.techSpecsController[aria-expanded="true"] small:before{ content:"Hide "; }
a.techSpecsController[aria-expanded="true"]{
	background-color:#f6f8fa;
    box-shadow: 2px -2px 2px -1px silver;
}
div[id^="collapseTechSpecs"]{
	position:relative;
	top:-2px;
	margin:0 15px;
	background-color:#f6f8fa;
	
    box-shadow: 2px -1px 2px -1px silver;
	z-index:1;
	column-count: 2;
}