@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

/* Root Styles
-------------------------------------------------------------------------------------*/
:root {
	--green:#8EC833;
	--blue:#5AADE1;
	--yellow:#FADC34;
	--darkyellow:#F7B42C;
	
	
	--primary: #01A0D7;
	--accent: #01A0D7;
	--dark: #4a4a4a;
	--light: #eeeeee;
	
	
}

/* Fonts
-------------------------------------------------------------------------------------*/
/*@font-face {
    font-family: 'FontName';
    src: url('../Content/Fonts/fontName.ttf');
}*/

/* 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(--blue);
}

button,
.btn{
	border-radius:24px;
}

.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;
}


.btn-primary{
	background-image:linear-gradient(to top, #2b4357, #33749b, #01a0d7, #01a0d7, #a8cad6);
}

/* General
---------------------------------------------------------------------- */
body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Font Awesome 5 Free', sans-serif; */
    font-family: 'Roboto Flex', sans-serif;
	/* font-size:11px; */
}
body * {
	/* letter-spacing:1.5px!important; */
	letter-spacing:1px;
}

body > .container {
	background-color: #fff;
}

.st-account-manager {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-side-wrap .nav-side-logo::after {
    background-color: #a5a5a5;
}

.template-info-bubble {
    background-color: var(--accent);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.super-user-bar {
    background: var(--dark);
}
.homepage .row-content{
	padding-top:3rem;
}
/* Elements
---------------------------------------------------------------------- */
#back-to-top.show {
	opacity: 0.5;
}

#back-to-top.show:hover {
	opacity: 1;
}

/* Sub Bar
---------------------------------------------------------------------- */
.nav-ui-contacts {
    justify-content: flex-end !important;
    width: 100%;
}

.nav-ui-user-menu > a,
.nav-ui-cart > a,
.nav-ui-search > a{
	/* color:#000; */
	color:#fff;
}
.nav-ui-user-menu > a:hover,
.nav-ui-cart > a:hover
.nav-ui-search > a:hover{
	/* color:var(--accent)!important; */
}
.app-menu-burger .app-menu-line{
	background-color:#fff!important;
}
/* 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: #333;
	text-transform:uppercase;
}
.desktop #mainMenuNav > ul > li{
	border-bottom: 1px solid black;
}
.desktop .dropdown-menu .dropdown-item{
	transition:all .25s ease;
	text-align: left;
}
.desktop #mainMenu .dropdown-menu .dropdown-item:hover{
	transform: scale(1.025);
}

.desktop #mainMenuNav > ul > li.dropdown:hover{
	border-bottom: none;
}
.desktop #mainMenuNav > ul > li > a {
    color: #fff;
    font-weight: bold;
	/* transition:all .1s ease-in; */
	transition:all .25s ease-in;
	text-transform:uppercase;
	font-size: 1.2rem;
	display: flex;
    justify-content: center;
    align-items: center;
	
	/* transform: scale(1); */
	transform: scale(1) rotateX(0deg);
}

.desktop #mainMenuNav > ul > li.show > a,
.desktop #mainMenuNav > ul > li:hover > a {
	/* transform:scale(1.1); */
	color:var(--primary);
	
	transform: scale(1.1) rotateX(360deg);
}

#mainMenu .dropdown .dropdown-menu {
    background-color: rgba(0,0,0,.5);
	border: 1px solid black;
	border-top:none;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.homepage #mainMenu .dropdown .dropdown-menu {
    background-color: rgba(0,0,0,.5);
}
.desktop .navbar{
	padding-left:0;
	padding-right:0;
}


.mobile #mainMenu .dropdown .dropdown-menu {
    background-color: initial;
}

.dropdown-item a {
    text-decoration: none !important;
	font-weight:bold;
	/* font-size:.8em; */
}

#mainMenu .dropdown-item > a {
    color: #fff;
	transform-origin:0% 50% 0%;
}

#mainMenu .dropdown-item:hover > a {
    /* color: #fff; */
    color: var(--primary);
	/* transform:scale(1.025); */
}

/* Featured Categories/Products
---------------------------------------------------------------------- */
.featured-title, .featured-subtitle{
	text-align:center;
}
.featured-name {
    font-weight: 500;
    font-size: 1.2rem;
}

.featured-details {
    display: flex;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.featured-price {
    color: var(--primary) !important;
    font-size: 1.2rem;
}

/* Homepage
---------------------------------------------------------------------- */
.featured-title {
  /*display: none;*/
}

.callouts {
    text-align: center;
}
.callouts img{
	transition:all 5s ease-out;
}
.callouts > div:hover img{
	transform:scale(1.2);
}

.callouts a {
    display: inline-block;
	overflow:hidden;
}

.callouts span {
  text-align: center;
}

.callouts span a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1rem;
}

.callouts > div{
	margin-bottom:2rem;
	padding:1rem;
}

.callouts div > a {
	border: 1px solid #eee;
}

/* Homepage Hero Slider 
---------------------- */
.homeslide {
    position: relative;
}
.desktop .homeslide{
	margin-top: -194px;
}
.homeslide .item {
    position: relative;
	/* border-radius: 5px; */
}

.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;
	
	
	/* text-shadow: 0px 0px 10px black; */
}

.homeslide .caption-wrap a,
.homeslide .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}

.homeslide .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
}
.caption h1{
	text-shadow: 0px 0px 10px black;
}
.homeslide .homepage-subtitle {
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-size: .7rem;
}

.homeslide .slick-dots {
    bottom: 5px;
}
.homeslide.slick-dotted.slick-slider {
    margin-bottom:0px;
}
@media (min-width: 576px) {
  .homeslide .caption {
    font-size: 2.5rem;
  }

  .homeslide .homepage-subtitle {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .homeslide .caption {
    font-size: 4.5rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .homeslide .caption {
    font-size: 7rem;
  }
  .homeslide .homepage-subtitle {
    font-size: 1.4rem;
  }
}
/* Generic Sliders
---------------------- */
.defaultslider {
    overflow: hidden;
}
.defaultslider .item {
    position: relative;
}
.defaultslider .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;
}
.defaultslider .caption-wrap a,
.defaultslider .caption-wrap a:hover {
    color: #fff;
    text-decoration: none;
}
.defaultslider .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
}
.defaultslider .subtitle {
    font-weight: 500;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    text-align: center;
    font-size: .7rem;
}
.defaultslider .slick-dots {
    bottom: 5px;
}
.defaultslider .slick-prev{
	left:1rem;
}
.defaultslider .slick-next{
	right:1rem;
}
@media (min-width: 576px) {
  .defaultslider .caption {
    font-size: 2.5rem;
  }

  .defaultslider .subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .defaultslider .caption {
    font-size: 4.5rem;
  }
  .defaultslider .subtitle {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .defaultslider:not(.homeslide) .caption {
    font-size: 7rem;
  }
  .defaultslider:not(.homeslide) .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;
}

.defaultslider.slick-dotted.slick-slider {
    margin-bottom:0px!important;
}
/* 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;
}
.categoryCell .categoryName {
    margin-top: 0.5rem;
}
.breadcrumb-category {
    display: none;
}
.breadcrumb{
	background-color:#fff;
	border-bottom:2px solid var(--primary);
	border-radius:0;
	box-shadow: 0px 10px 10px -14px #000000;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
	color:#000;
}
.breadcrumb-item.active{
	font-weight:bold;
}
.categorypage #catprodBreadcrumb{
	display:none;
}
/* test */
.desktop #customFilters{
	margin-bottom:0!important;
}
.desktop #sideMenuWrap #customFiltersWrap{
    top: 0;
    position: sticky;
	overflow-y:auto;
	max-height:100vh;
    min-width: 19vw !important;
    max-width: 19vw !important;
	transition: opacity 0.05s ease;
}
#customFiltersWrap #customFilters .FilterItem .FilterItemChild{
	align-items: flex-start;
}
.desktop span.FilterItemChildLabelQty {
    font-size: .66em;
}
.desktop #customFiltersWrap::-webkit-scrollbar {
    width: 8px;
}
.desktop #customFiltersWrap::-webkit-scrollbar-track {
	background-color:#f1f1f1;
    border-radius: 10px;
}
.desktop #customFiltersWrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#C1C1C1; 
}
span.FilterItemChildLabel {
    letter-spacing: 0;
	line-height:1.25;
}

#productsPaging .pageNumber.current a {
    color: var(--primary);
    font-weight: bold;
    transform: scale(1.25);
}
/* test */


#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}

#customFiltersWrap.sidebar #customFilters > .FilterItem {
	font-size:.8rem;
	padding-left:0;
}

#customFiltersWrap #customFilters .FilterItem .FilterItemName{
	text-align: center;
    text-transform: uppercase;
	
}
#customFiltersWrap.sidebar #customFilters > .FilterItem{
	box-shadow: 3px 3px 2px -3px silver;
    padding-bottom: .5rem;
    border-radius: 4px;
}
.desktop .filters-to-top {
    position: relative;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
	text-decoration:underline;
	font-size:.8em;
}
.mobile .filters-to-top {
	display:none;
}


#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;
}
.prodCell .prodDetails .prodPartNo
{
    text-align: left;
}
/* 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: #333;
    color: #fff;
    padding-bottom: 0;
	background-image: url('../Content/Images/footer-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding-top: 4rem;
}

.footer a {
    color: #fff;
	line-height:2;
}
.footer a:hover {
    color: var(--accent);
 }

.footer-copy {
    /* background-color: #333333; */
    color: #555;
    margin-top: 2rem;
}

.footer-copy a {
    color: var(--accent);
}

#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer-col{
	text-align:center;
}
.footer-col h5{
	text-transform:uppercase;
}
/* @ @ @ 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) {}





body.homepage .row-content .content,
body.homepage > .container {
    background-color: transparent;
}
.homepage .row-content {
    padding-top: 3rem;
}
.desktop .navbar-nav{
	border-radius: 5px;
	display: flex !important;
}
.dropdown-toggle::after{
	content:"\f107";
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
	border:none;
	vertical-align: initial;
	font-size:.5rem;
	margin-left: .25rem;
	transition: all .1s linear;
}
.desktop #mainMenuNav{
	background:transparent;
	background-color:transparent;
}
#topBar,
#mainMenu{
	background-color:rgba(0,0,0,.5);
}
.homepage #topBar,
.homepage #mainMenu{
	background-color:rgba(0,0,0,.5);
}
.homeslide,
.homeslide .item {
	height: 100vh!important;
	max-height: 100vh!important;
}

.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;
	z-index: 2;
}
.mobile .caption-wrap {
	display:none;
}
.caption-wrap .caption-wrap-static {
    min-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caption-wrap-static a{
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 0px 10px black;
}
.caption-wrap-static a:hover{
	color:#fff;
	text-decoration:none;
	background-color:var(--accent);
	border-color:var(--accent);
	
}
.caption-static{
    background-color: rgba(0, 0, 0, .25);
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(4px);
}


.nav-ui-search #SearchForm #SearchText{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
	color:#fff;
}
.dropdown .dropdown-menu .util-sub-signin a{
	background-color:var(--blue);
}
.dropdown .dropdown-menu .util-sub-register a{
	border-color:var(--blue);
}


.COMProdPrice{
	display: flex;
    flex-direction: row-reverse;
}
.COMProdStockWrap{
	text-align:left;
}
.COMProdPriceStock{
	flex-direction: row-reverse;
}
.COMProdDiscountPrice{
	display: flex;
    flex-direction: column;
}
.COMProdExtraProperties{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.COMProdExtraProperties .COMProdPropertyWrapper {
	margin-right:1rem;
	margin-bottom:1rem;
}

.content h1{
	text-align:center;
}
.categorypage .content h1{
	text-align:left;
	color:var(--primary);
}
.COMProdHeader h1{
	text-align:left;
	color:var(--primary);
}
#COMProdDesc h4{
	background-color: #f6f6f6;
    padding: .5rem;
}
#COMProdPropDetails h3{
	text-align:center;
}

.homeslide.fixedHeightSlider .slick-slide.item{
	background-position:top center;
}


.manufacture-rep{
	/* padding-bottom:5rem; */
}
.salesrep-rep{
	padding-bottom:5rem;
}
.manufacture-rep-map{
	padding-bottom:1rem;
	text-align:center;
}
.manufacture-rep-map img{
	max-width:600px;
}
.manufacture-rep-rep{
	text-align:center;
	margin-bottom: 2rem;
	padding: 0 2rem 0 0;
    border-left: 1px solid silver;
}
.manufacture-rep-bar{
	margin-bottom:1rem;
}
.manufacture-rep-legend {
    justify-content: center;
}



.homeslide .slick-dots li button:before{
	font-size:1rem;
	color:#fff;
}

.slick-dots li.slick-active button:before{
	color:var(--primary);
}
.form-control:focus{
	color:var(--dark);
}






.dedicated{
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	color:#fff;
	background: rgb(94,211,251);
	background: -moz-radial-gradient(circle, rgba(94,211,251,1) 0%, rgba(1,160,215,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(94,211,251,1) 0%, rgba(1,160,215,1) 100%);
	background: radial-gradient(circle, rgba(94,211,251,1) 0%, rgba(1,160,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ed3fb",endColorstr="#01a0d7",GradientType=1);
}

.worldmap{
	background-image:url('../Content/Images/worldmapcentered.jpg');
	background-size:100% auto;
	background-position:center center;
	min-height:350px;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.2);
	
	transition:background-size 60s ease-out;
}
.worldmap a{
    color: var(--dark);
    text-transform: uppercase;
	text-decoration:uderline;
	    color: #fff !important;
    background-color: rgba(0, 0, 0, .66);
    padding: 1rem;
    border-radius: 10px;
    font-weight: bold;
    /* opacity: .9; */
}


.MainProdBox {
	height:auto!important;
	box-shadow: 0px 10px 10px -14px #000000;
}
.ProductThumbGridBox{
	height:auto!important;
}
.COMProdPropertyWrapper {
	padding:.5rem;
}
.COMProdPropertyWrapperInner{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	border:1px solid silver;
	box-shadow:0px 10px 10px -14px #000000;
	
    padding: 1rem .5rem;
}

.COMProdProperties,
.ProdThumbsBox,
.safety-warning {
	box-shadow: 0px 10px 10px -14px #000000;
}
.wrapper-nav{
	box-shadow: 0px 10px 10px -14px #000000;
}
#prodTabContent{
	border: 1px solid #dee2e6;
	margin-top: -2px;
	min-height:150px;
}

#prodTabContent .tab-pane{
	padding-top:2rem;
}

.COMProdProperties .COMProdPropertyWrapper:first-of-type{
	margin-top:initial;
}
.COMProdProperties .COMProdPropertyWrapper:last-of-type{
	margin-bottom:initial;
}
.COMProdDetailHeading{
	font-weight:normal;
}
.COMProdPropertyValue{
	font-weight:bold;
    white-space: nowrap;
	font-size: .9em;
}
.desktop .ProductThumbs .ProdThumbsBox .ProductThumbGridBox img{
	height:200px;
}
.COMProdDetails .COMProdOrderingReqWrapper:first-of-type{
	margin-top:0;
}
.COMProdDetails .COMProdOrderingReqWrapper:last-of-type{
	margin-bottom:2rem;
}

.COMProdDetails {
    font-size: .75em;
}
.COMProdProperties{
    margin-bottom: 1rem;
    font-size: .8em;
}
.COMProdPropertyTag.COMProdDetailHeading{
	color:var(--primary);
}


.desktop .MainProdBox > a img,
.desktop .MainProdBox .zoomImgWrap img
{
	height:300px;
	max-height:300px;
}
#prodTabs{
	scrollbar-color: #d7d7d7 transparent;
	scrollbar-width: thin;
	border-bottom:1px solid #fff;
	flex-wrap: nowrap;
	
	flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	padding-top:1.5rem;
}
#prodTabs.nav-tabs .nav-link{
	box-shadow: -2px -2px 2px rgba(0, 0, 0, .25);
	margin-right:.5rem;
	background-color:#f6f6f6;
	color:#7d7d7d;
	min-width: max-content;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	border-bottom:none;
}
#prodTabs.nav-tabs .nav-item.show .nav-link,
#prodTabs.nav-tabs .nav-link.active{
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .25);
	background-color:#fff;
	margin-bottom: -1px;
	color: var(--primary);
	z-index:1;
}
#prodTabs.nav-tabs .nav-link:focus,
#prodTabs.nav-tabs .nav-link:hover{
	border-bottom:none;
}
#prodTabs.nav-tabs .nav-link > i{
	padding-right:.25rem;
}


#tab5,
#tab6
{
	text-align:center;
}

#tab6 iframe{
	max-width:100%;
}

.prodCell{
	box-shadow: -8px -8px 4px -3px rgba(0, 0, 0, 0.1);
    border-left: 2px solid var(--primary);
	margin-bottom:3rem!important;
	border-radius: 8px 0 0 8px;
	padding-bottom:.5rem;
	position:relative;
}
.prodCell:hover img{
	transform:scale(1.25);
	transition:transform 10s ease-in;
}

.prodCell .prodImg{
	max-height:120px!important;
	border:none;
	position:static;
}

.prodCell .prodImg a{
	position:static;
}
.prodCell .prodImg a img{
	width:100%;
	transition:transform 5s ease-in;
}

.desktop .prodCell .prodImg::after {
    content: "LEARN\aMORE";
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
	transform:translate(-50%, -50%);
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 0px;
    pointer-events: none;
    opacity: 0;
    white-space: pre;
    background: rgb(1 160 215 / 53%);
    transition: 0.25s ease-in-out;
	border-radius: 50%;
	width:10vmax;
	height:10vmax;
	max-width:150px;
	max-height:150px;
	line-height: 1.25;

}
.prodCell:hover .prodImg::after {
	opacity:1;
}

.FilterOrder-Price{
	display:none!important;
}

#topBar,
#mainMenu{
	transition:background-color .25s ease-out!important;
}
body:not(.homepage)	#topBar:has(+ #mainMenu:hover),
body:not(.homepage)	#mainMenu:hover{
	background-color:#000;
}
body:not(.homepage) #mainMenu .dropdown .dropdown-menu{
	
	background-color:#000;
}

.desktop #topBar{
	padding-left:5%;
	padding-right:5%;
}

.desktop #sideMenuWrap{
	padding-left:0;
}


#FilterToggler[aria-expanded="true"]:after{
	content:"Hide Filters";
	position:relative;
	display:flex;
}
#FilterToggler[aria-expanded="false"]:after{
	content:"Show Filters";
	position:relative;
	display:flex;
}


.desktop #sales-rep-slider .item{
	max-height:500px;
}
.desktop #sales-rep-slider.slick-slider .slick-slide img{
	max-height:400px;
	width:auto;
	margin:auto;
	min-width: auto;
}

.mobile #navSideSiteMenu .list-item.dropdown{
	display:none;
}

/* .featured-categories-slider.slick-slider .slick-slide img{ */
	/* height:125%; */
/* } */
/* .featured-shop-img{ */
	/* height:120px!important; */
	/* overflow: hidden; */
/* } */

.featured-categories-slider .slick-prev:before {
    content: '\f0d9';
	color:var(--primary);
}
.featured-categories-slider .slick-next:before {
    content: '\f0da';
	color:var(--primary);
}
.worldmap:hover{
	background-size: 300%;
}

#PARTSEARCH,
#PARTSEARCH2{
	display:inline-block;
	width:auto;
}
.homePartSearch{
	background-color: #327298;
    margin-bottom: 3rem;
    color: #fff;
}
.featured-categories-slider.slick-slider .slick-slide img{
	max-width:initial;
}

.resourcecenter img{
	border:1px solid silver;
}
.featured-prodAddCart{
	display:none;
}