@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;
	
	
	--primary: #cc0000;
	--accent: #cc0000;
	--dark: #660000;
	--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(--primary);
}

button,
.btn{
	border-radius:24px;
	color:#fff;
}

.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: 'Roboto Flex', sans-serif;
	color:#000;
}
body * {
	letter-spacing:1.5px!important;
}

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.1); */
	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;
	
	text-align: center;
    line-height: 1.1;
}

.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;
}
.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;
}
.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;
}

#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;
}
.prodCell:not(.related-product) .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);
}
.desktop #topBar {
    padding-left: 5%;
    padding-right: 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;
}
.COMProdExtraProperties{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.COMProdExtraProperties .COMProdPropertyWrapper {
	margin-right:1rem;
	margin-bottom:1rem;
}

.content h1{
	text-align:center;
}

.homeslide.fixedHeightSlider .slick-slide.item{
	background-position:top center;
}


.manufacture-rep,
.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: var(--primary);	
	background:-moz-radial-gradient(circle, rgb(202 5 6 / 51%) 0%, var(--primary) 100%);
	background:-webkit-radial-gradient(circle, rgb(202 5 6 / 51%) 0%, var(--primary) 100%);
	background:radial-gradient(circle, rgb(202 5 6 / 51%) 0%, var(--primary) 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;
}


/* REGISTER FORM */
#af-form-1814121985 .af-body{font-family:Verdana, sans-serif;font-size:11px;color:#000000;background-image:none;background-position:inherit;background-repeat:no-repeat;padding-top:15px;padding-bottom:15px;}
#af-form-1814121985 .af-body .privacyPolicy{font-family:Verdana, sans-serif;font-size:11px;color:#000000;}
#af-form-1814121985 {border-style:solid;border-width:1px;border-color:#EEEEEE;background-color:#EEEEEE;}
#af-form-1814121985 .af-standards .af-element{padding-left:15px;padding-right:15px;}
#af-form-1814121985 .af-quirksMode{padding-left:15px;padding-right:15px;}
#af-form-1814121985 .af-header{font-family:Verdana, sans-serif;font-size:16px;color:#FFFFFF;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;background-image:url("https://forms.aweber.com/images/forms/modern/red/header.png");background-position:bottom;background-repeat:repeat-x;background-color:#0FD4D4;padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px;}
#af-form-1814121985 .af-footer{font-family:Verdana, sans-serif;font-size:12px;color:#FFFFFF;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:1px;background-image:url("https://forms.aweber.com/images/forms/modern/red/footer.png");background-position:top;background-repeat:repeat-x;background-color:#3A43F2;padding-left:15px;padding-right:15px;padding-top:15px;padding-bottom:15px;}
#af-form-1814121985 .af-body input.text, #af-form-1814121985 .af-body textarea{border-color:#0FFFFF;border-width:1px;border-style:solid;font-family:Verdana, sans-serif;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;background-color:#FFFFFF;}
#af-form-1814121985 .af-body input.text:focus, #af-form-1814121985 .af-body textarea:focus{border-style:solid;border-width:1px;border-color:#030303;background-color:#FFFFFF;}
#af-form-1814121985 .af-body label.previewLabel{font-family:Verdana, sans-serif;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;display:block;float:none;text-align:left;width:auto;}
#af-form-1814121985 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-1814121985 .buttonContainer input.submit{font-family:Verdana, sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;color:#FFFFFF;background-image:url("https://forms.aweber.com/images/auto/gradient/button/34f.png");background-position:top left;background-repeat:repeat-x;background-color:#1324bf;border:1px solid #1324bf;}
#af-form-1814121985 .buttonContainer{text-align:right;}
#af-form-1814121985 .af-body label.choice{font-family:inherit;font-size:inherit;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;}
#af-form-1814121985 .af-body a{font-weight:normal;font-style:normal;text-decoration:underline;color:#000000;}
#af-form-1814121985, #af-form-1814121985 .quirksMode{width:100%;max-width:225.0px;}
#af-form-1814121985.af-quirksMode{overflow-x:hidden;}
#af-form-1814121985 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-1814121985{overflow:hidden;}
#af-form-1814121985 button,#af-form-1814121985 input,#af-form-1814121985 submit,#af-form-1814121985 textarea,#af-form-1814121985 select,#af-form-1814121985 label,#af-form-1814121985 optgroup,#af-form-1814121985 option {float:none;margin:0;position:static;}
#af-form-1814121985 select,#af-form-1814121985 label,#af-form-1814121985 optgroup,#af-form-1814121985 option {padding:0;}
#af-form-1814121985 input,#af-form-1814121985 button,#af-form-1814121985 textarea,#af-form-1814121985 select {font-size:100%;}
#af-form-1814121985 .buttonContainer input.submit {width:auto;}
#af-form-1814121985 form,#af-form-1814121985 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1814121985 img {float:none;color:inherit;margin:0;padding:0;position:static;background-color:none;border:none;}
#af-form-1814121985 div {margin:0;}
#af-form-1814121985 {display:block;}
#af-form-1814121985 body,#af-form-1814121985 dl,#af-form-1814121985 dt,#af-form-1814121985 dd,#af-form-1814121985 h1,#af-form-1814121985 h2,#af-form-1814121985 h3,#af-form-1814121985 h4,#af-form-1814121985 h5,#af-form-1814121985 h6,#af-form-1814121985 pre,#af-form-1814121985 code,#af-form-1814121985 fieldset,#af-form-1814121985 legend,#af-form-1814121985 blockquote,#af-form-1814121985 th,#af-form-1814121985 td { float:none;color:inherit;margin:0;padding:0;position:static;}
#af-form-1814121985 p { color:inherit;}
#af-form-1814121985 ul,#af-form-1814121985 ol {list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-1814121985 .bodyText p {margin:1em 0;}
#af-form-1814121985 table {border-collapse:collapse;border-spacing:0;}
#af-form-1814121985 fieldset {border:0;}
.af-clear{clear:both;}
.af-form{box-sizing:border-box; margin:auto; text-align:left;}
.af-element{padding-bottom:5px; padding-top:5px;}
.af-form-wrapper{text-indent: 0;}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button{float:none!important;}
.af-body input.submit{white-space: inherit;}
.af-body input.text{width:100%; padding:2px!important;}
.af-body .af-textWrap{text-align:left;}
.af-element label{float:left; text-align:left;}
.lbl-right .af-element label{text-align:right;}
.af-quirksMode .af-element{padding-left: 0!important; padding-right: 0!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-body input.image{border:none!important;}
.af-body input.text{float:none;}
.af-element label{display:block; float:left;}
.lastNameContainer { margin-top:10px; }
.af-footer { margin-bottom:0; margin-top:0; padding:10px; }

/* REGISTER FORM */



.MainProdBox {
	height:auto!important;
	box-shadow: 0px 10px 10px -14px #000000;
}
.ProductThumbGridBox{
	height:auto!important;
}

.dropdown-item.has-sub.dropdown-item::after{
	color:#fff!important;
}

#home-intro{
	/* box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1); */
}
#home-brochures{}
.mobile #navSideSiteMenu .list-item.dropdown{
	display:none;
}



#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;
}

.prodCell:not(.related-product){
	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:not(.related-product):hover img{
	transform:scale(1.25);
	transition:transform 10s ease-in;
}


.prodCell:not(.related-product) .prodImg a{
	position:static;
}
.prodCell:not(.related-product) .prodImg{
	max-height:120px!important;
	border:none;
	position:static;
	

    /* max-height: min-content !important; */
    padding-top: .5rem;

}


.prodCell:not(.related-product) .prodImg a img{
	width:100%;
	transition:transform 5s ease-in;
}

.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;
}

.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 0;
}

.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);
}

.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;
}


.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;
}

.desktop .prodCell:not(.related-product) .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(255 5 5 / 53%);
    transition: 0.25s ease-in-out;
	border-radius: 50%;
	width:10vmax;
	height:10vmax;
	line-height: 1.25;

}
.prodCellprodCell:not(.related-product):hover .prodImg::after {
	opacity:1;
}


/* REWLATED PRODUCTS */
/* REWLATED PRODUCTS */
.related-products{
	width:100%;
	margin:0;
}
.related-product.prodCell{
	display:flex;
	flex-direction: row;
	align-items: center;
	border-bottom:1px solid silver;
	margin-bottom: .25rem;
    padding-bottom: .25rem;
}
.related-product.prodCell .prodDetails {
    display: flex;
    /* flex-flow: column nowrap; */
    flex: 1 1 auto;
    align-content: flex-start;
    align-items: flex-center !important;
	justify-content: flex-start;
	flex-direction: row;
    /* justify-content: flex-start; */
}
.related-product.prodCell .prodImg a{
	/* padding-right:1rem; */
}
.related-product.prodCell .prodImg{
	border:none;
	height: auto !important;
}
.related-product.prodCell .prodImg a img{
	width:3rem;
	max-width:3rem;
	height:3rem;
	max-height:3rem;
}
.related-product.prodCell .prodDetails .prodName{
	text-align:left;
}
.related-product.prodCell .prodPrice{
	display:none;
}
.related-product.prodCell .prodPartNo{
	text-align:left;
}
.related-products .related-product.prodCell .prodDetails{
	padding:0;
}
.related-product.prodCell .prodPartNo,
.related-product.prodCell .prodDetails .prodName{
	/* font-size:.9rem; */
	font-size:.8rem;
}
/* REWLATED PRODUCTS */
/* REWLATED PRODUCTS */

/*.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%;
}

.ProductsOnScreen{
	order: 1;
	border-top: 1px solid #e8e9ea;
	border-bottom:none;
	padding-top: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.categorypage .row-content .content.col .container-fluid.col{
	display: flex;
    flex-direction: column;
}

/* TESTIMONIALS */
/* TESTIMONIALS */
#reviews-wrap{
	border-top: .33rem solid var(--primary);
    border-bottom: .33rem solid var(--primary);
}
.text-primary{
	color:var(--primary)!important;
}
.reviews-slider {
    text-align: center;
    color: #000;
}
#reviews .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.reviews-slider img {
    height: 56px;
    max-height: 56px;
    min-width: auto !important;
    margin-bottom: 1rem;
}
.desktop .review-content {
    padding: 0 5rem;
}
.review-content {
    font-style: italic;
    line-height: 1.25;
	text-align: justify;
}
.review-signature {
    font-size: 1.25em;
    position: relative;
    color: var(--primary);
	line-height: 1;
    margin-top: 1rem;
}
.review-signature:before {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    width: 20%;
    transform: translate(-50%, 50%);
    border-bottom: 2px solid var(--primary);
}
/* TESTIMONIALS */
/* TESTIMONIALS */

/* FEATURED CATEGORIES */
/* FEATURED CATEGORIES */
.featured-categories-slider.slick-slider .slick-slide img{
	max-height:185px!important;
}
.featured-shop-img{
	border:none;
}
/* FEATURED CATEGORIES */
/* FEATURED CATEGORIES */

.productpage table td {
    vertical-align: middle;
    padding: .25rem;
    font-size: .75em;
}

/* 1 through 12 is covered by bs */
/* .order-13{order:13;} */
/* .order-14{order:14;} */
/* .order-15{order:15;} */
/* .order-16{order:16;} */
/* .order-17{order:17;} */
/* .order-18{order:18;} */
/* .order-19{order:19;} */
/* .order-20{order:20;} */
/* .order-21{order:21;} */
/* .order-22{order:22;} */
/* .order-23{order:23;} */
/* .order-24{order:24;} */
/* .order-25{order:25;} */
/* .order-26{order:26;} */
/* .order-27{order:27;} */
/* .order-28{order:28;} */
/* .order-29{order:29;} */
/* .order-30{order:30;} */
.prodAmount {
    font-size: .8em;
}

.featured-prodAddCart{
	display:none;
}