

html, body {
	color: #353535;
}

*, *:before, *:after {
	box-sizing: border-box;
	font-family: dunbar-text, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #222;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #58595B;
	font-weight: 500;
	text-transform: uppercase;
}

h3, h4, h5, h6, h7 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 37px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-style: normal;
	margin-top: .2rem;
	text-rendering: optimizeLegibility;
}

.modal-header h4 {
	border-bottom: none;
}

header {
	position: relative;

}
@media screen and (max-width: 1024px) {
	header {

	margin-bottom: 20px;
	}
}

header .utility-wrapper {
	background-color: #58595B;
	padding-top: 8px;
	padding-bottom: 8px;
  color: #fff;
}
@media screen and (max-width: 1024px)
    header .logo-nav {
    border-top: 6px #63666A solid;
}
header #divisionSelect, header .topSearch {
  color: black;
}
header #divisionSelect {
  background: white;
  padding: 5px 5px;
  color: #58595B;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  max-width: 187px;
    width: 100%;
}
header .utility-wrapper .cartPopup {
  color: #63666A;
}
header .utility-wrapper .cartPopup a {
  color: #b12028;
}
header .utility {
	background-color: #58595B;
	position: relative;
}
header .utility-wrapper a {
    color: #ffffff;
    padding: 0.7rem 1.25rem 0.7rem 0;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
header .utility-wrapper a:hover {
    color: #63B1BC;
}
header .utility-wrapper .utility-mobile-header a {
    padding: 0.7rem 1.25rem;
}

.mw-100 {
	max-width: 100% !important;
}

.w-100 {
	width: 100% !important;
}

.text-red {
	color: #f00;
}

#cartAmt:before {
  background-color: #58595B; /* defines the background color of the image */
  mask: url(images/cart-new.svg) no-repeat center / contain;
  -webkit-mask: url(images/cart-new.svg) no-repeat center / contain;
  background-size: contain;
  width: 18px;
  height: 17px;
}

#cartAmt:hover::before,#cartAmt:active::before {
  background-color: #47ACC0;
}
.cart #cartAmt:before {
  background-color: #47ACC0;
}

.cart #cartAmt {
  color: #47ACC0;
  font-size: 12px;
}
header.distributing .utility {
	background-color: transparent;
	margin-bottom: 0px;
}
#userName, .custName, .custName:after, #cartAmt:before {
  color: #ccc;
}
#cartAmtMobile {
    color: #58595B;
}
#profileMobile {
    color: #47ACC0;
}

#profileMobile:hover {
  color: #47ACC0;
}

.mobile-menu-icon { align-items: center; }
#mobile-menu-trigger ul { list-style: none; margin: 10px 0 0 0; padding: 0; }
#mobile-menu-trigger ul li { display: inline-block; margin-right: 10px; }
#mobile-menu-trigger ul li a { padding-left: 0; }
#mobile-menu-trigger ul li a:before { display: none; }
#mobile-menu-trigger ul li a i.fas { font-size: 26px; }
@media screen and (min-width: 450px) {
    .mobile-menu-icon { flex-direction: row; }
    #mobile-menu-trigger ul { margin: 0; }
    #mobile-menu-trigger ul li { margin-right: 20px; }
    #mobile-menu-trigger ul li a i.fas { font-size: 26px; }
}

header .logo-menu {
	background-color: transparent;

}

header .logo-menu.division-logo {
	background-color: transparent;
	height: 160px;
	margin-top: 40px;
}


@media screen and (max-width: 1024px) {
	header .logo-menu {

		/* margin-top: 60px; */
		/* margin-left: 20px; */
	}
}
@media screen and (max-width: 600px) {
	header .logo-menu {
		height: auto;
		/* margin-top: 60px; */
		/* margin-left: 20px; */
	}
}
header .logo-menu  {
	position: relative;
	z-index: 20;
}

header .logo-menu a {
	text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  max-width: 264px;
  min-width: 172px;
}

header .logo-menu h5 {
	position: relative;
	height: 40%;
	font-size: 15px;
	margin-left: 10px;
	border: none;
	top: -5px;
}

header .main-menu {
    margin-top: 15px;
    padding-bottom: 15px !important;
}
@media screen and (max-width: 1130px) {
	header .main-menu {
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px !important;
	}
}
@media screen and (max-width: 600px) {
	.main-menu.main-menu-border ~ .main-menu, .main-menu.main-menu-border {
		margin-top: 0px;
	}
    .main-menu-border {
        border-bottom: none !important;
    }
}
header .main-menu div.menu {
	display: flex;
	align-content: flex-end;
	align-items: center;
    justify-content: flex-end;
	position: relative;
	z-index: 90;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 0px 0px 0px;
}

header .main-menu div.menu .main-navigation {
	width: 100%;
}

header .main-menu div.menu ul.menu {
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
  font-weight: 600;
}

header .main-menu div.menu li {
	margin-left: 0;
}

header .main-menu div.menu a {
	color: #58595B;
	text-decoration: none;
	background-color: transparent;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 55px;
  font-weight: 400;
}

header .main-menu div.menu a:hover {
	text-decoration: none;
	color: #AB2328;
	background-color: transparent;
}

header .main-menu div.menu .first a:before {
	content: '';
	padding: 0;
}

header .main-menu div.menu a:before {
	content: '|';
	color: rgba(255,255,255,.5);
	font-size: 20px;
	font-weight: 300;
  display: inline;
  padding: 0 3px;
}

header .main-menu .equip-navigation {
	display: none;
	-webkit-transition: .6s;
	transition: .6s;
	position: relative;
	margin-left: 200px;
	width: 240px;
	margin-top: 40px;
	background-color: #AB2328;
}

header .main-menu .equip-navigation ul.menu {
	margin: 0;
	overflow: inherit;
}

header .inline-list {
	margin: 0 auto 1.0625rem auto;
	margin-left: -1.375rem;
	margin-right: 0;
	padding: 0;
	list-style: none;
}

header .inline-list>li {
	list-style: none;
	float: left;
	margin-left: 1.375rem;
	display: block;
}

header .inline-list>li>* {
	display: block;
}



.mobile-menu-icon {
	display: none;
}

header .mobile-menu-expanded {
	overflow-x: hidden;
	overflow-y: visible;
	display: none;
	background-color: #63B1BC;
	color: #fff;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 150px;
	left: 0;
	padding-top: 2em
}

header .mobile-menu-expanded ul.inline-list {
	margin: 0
}

header .mobile-menu-expanded li {
	float: none;
	display: block;
	text-align: center;
	margin-bottom: 1em;
	width: 100%;
	margin-left: 0
}

header .mobile-menu-expanded a {
	color: #fff;
	padding: 15px;
	width: 75%;
	margin-left: 12%;
	border: 1px #fff solid;
	text-decoration: none
}

header .mobile-menu-expanded .utility-mobile-menu a {
	border: 0;
	padding: 0
}
header .mobile-menu-expanded a:hover {
	background-color: #004F59;
}
.main-container {

}
@media screen and (max-width: 768px) {

  header .utility-header .custName {
    display: none!important;
  }
  .utility-mobile-header {
    display: flex;
    flex-direction: row-reverse;
  }
  .topSearch {
    width: 20%;
  }
}

header .header-banner-message {
  background-color: #ab2328;
  padding-top: .65rem;
  padding-bototm: .65rem;
}
header .header-banner-message .header-banner-row {
  max-width: 1340px;
  margin: 0 auto;
}
header .header-banner-message p {
  color: #fff;
}
footer {
	overflow: hidden;
  position: relative;
  padding-top: 80px;
	color: #ccc;
	font-size: 14px;
	color: #ccc;
}
footer .footer-container {
    position:relative;
    z-index: 2;
    padding-top: 30px;
    margin-bottom: -90px;
		background-color: #63666A;
    padding-top: 65px;
    padding-bottom: 90px;
    transform: rotate(3deg);
}
footer .footer-container:after {
	content: '';
	display: block;
	height: 100%;
	width: 200px;
	background-color: #63666A;
	position: absolute;
	right: -150px;
	top: 0;
	z-index: -1;
}
footer .footer-container:before {
	content: '';
	display: block;
	height: 100%;
	width: 200px;
	background-color: #63666A;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: -1;
}
footer .footer-div {
	transform: rotate(-3deg);
}
footer a.footer-link {
    color: white;
    text-decoration: none;
}
footer p strong {
	font-size: 16px;
	padding-bottom: 10px;
	color: #AB2328;
	font-weight: normal;
}
footer .medium-12 { width: 100%; }
footer .logo-social-contact {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
footer .logo-social-contact .logo {
  width: 320px;
  margin-right: 25px;
  display: inline-block;
}
footer .logo-social-contact .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}
footer .contact-social {
  color: white;
  font-size: 16px;
}
footer .contact-social a{
color: white;
font-size: 16px;
text-decoration: none;
}
footer .contact-social a:hover {
color: white;
font-size: 16px;
}
footer .social {
  padding-top: 4px;
  display: inline-flex;
}
footer .social .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
footer .social li {
    padding-right: 10px;
}
footer .social .menu a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    text-decoration: none;
}
footer .social .menu a:hover {
    background-color: #63B1BC;
}
footer .social i.fab:before {
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
}

.logo-footers .brand-label {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }

.logo-footers .brands {
      padding-bottom: 80px;
      padding-top: 30px;
      display: flex;
      flex-wrap: none;
      gap: 1rem;
      align-items: center;

    }
.logo-footers .brands .logo {
  display: block;
  max-width: auto;
  flex: 1 auto;
  margin-right: 0;
}

footer .legal-container {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
    display: flex;
    flex-flow: row wrap;
}
footer .legal-container p,
footer .legal-container a {
  color: white;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 0;
}
footer .copyright-text {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright p {
  margin-top: 15px;
  margin-bottom: 0;
}
footer .legal-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
footer .legal-menu a {
  display: inline-block;
  padding: 0 10px 0 0;
  text-decoration: underline;
}
footer .footer-nav-container .footer-nav-row nav ul{

}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
}

@media screen and (min-width: 40em) {
  footer .logo-social-contact {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  footer .contact-social {
    display: inline-flex;
    flex-direction: row;
    align-items: top;
    border-left: 1px solid rgba(255,255,255,.25);
    padding-left: 30px;
    margin-left: 20px;
  }
  footer .social {
    margin-left: 40px;
  }
  footer .legal-container {
    padding-top: 150px;
  }
  footer .footer-nav-container .footer-nav-row {
    display: flex;
    flex-direction: row;
  }
  footer .footer-nav-container .footer-nav-row nav {
    width: 20%;
  }
  footer .footer-nav-container .footer-nav-row nav h4 {
    color: white;
    margin-bottom: 6px;
    display: none;
  }
  footer .footer-nav-container .footer-nav-row nav ul {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;

  }
  footer .footer-nav-container .footer-nav-row nav ul li {
    margin: 0;
    padding: 0;
  }
  footer .footer-nav-container .footer-nav-row nav ul li a {
    color: white;
    padding: 0 0 12px 0;
    display: block;
  }
  footer .footer-nav-container .footer-nav-row nav ul li a:hover {
    color: #63B1BC;
  }
  footer .footer-nav-container .footer-nav-row nav ul li a:first-child {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 40em) {
  footer .logo-social-contact .logo {
    display: block;
    margin-bottom: 16px;
  }
  footer .contact-social {
    width: 100%;
  }
  footer .social {
      margin-top: 20px;
  }
  footer .legal-container {
    padding-top: 90px;
      padding-right: 80px;
      padding-bottom: 30px;
  }
  footer .copyright {
      padding-top: 60px;
  }
  footer .footer-nav-container {
    display: none;
  }
}


footer .logos {
	padding-bottom: 30px;
}
footer .logos a {
	display: inline-block;
	margin-right: 15px;
}
footer logos img {
  max-width: 90px;
}
footer.distributing p strong {
	font-size: 16px;
	padding-bottom: 10px;
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: 600;
}

footer.distributing {
	padding-top: 65px;
}

footer .headline {
	padding-top: 20px;
	margin-bottom: 20px;
}

footer.distributing p {
	font-size: 13px;
	line-height: 24px;
	color: white;
}

footer .footer4 {
	text-align: left;
}

footer .headline h4 {
	color: white;
	font-size: 20px;
	font-weight: 600;
}
footer .sitemap {
	padding-bottom: 20px;
}
footer .sitemap h5 {
	color: white;
	border: 0;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

footer .blocks a {
	text-decoration: none;
	color: white;
}

footer .blocks img {
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 1;
}

footer .legal-container .footer-logos .float-right > div {
      margin-top: -10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center; }
@media screen and (min-width: 641px) {
  footer .legal-container .footer-logos .float-right > div {
    flex-wrap: wrap;
  }
}
      @media (min-width: 40em) {
        footer .legal-container .footer-logos .float-right > div .imageblock {
          flex: 1 auto;
          padding-left: 20px; } }
      @media (max-width: 40em) {
        footer .legal-container .footer-logos .float-right > div .imageblock {
          width: 50% !important;
          max-width: 50% !important;
          margin-bottom: 10px; }
          footer .legal-container .footer-logos .float-right > div .imageblock img {
            max-width: 90px; } }
    footer .legal-container .footer-logos img {
      margin-left: 20px; }
      @media (max-width: 40em) {
        footer .legal-container .footer-logos img {
          margin-left: 0; } }
    @media (max-width: 40em) {
      footer .legal-container .footer-logos .float-right {
        float: none !important; } }

header .row, footer .row {
	width: 100%;
	margin: 0px;
}

header .row:before, header .row:after, footer .row:before, footer .row:after {
	content: ' ';
	display: table;
}

header .row:after, footer .row:after {
	clear: both;
}

header .row.collapse>.column, header .row.collapse>.columns, footer .row.collapse>.column, footer .row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

a {
	color: #AB2328;
	text-decoration: underline;
	-webkit-transition: .2s;
	transition: .2s;
	outline: none;
}

.floatRight {
	float: right !important;
}
@media screen and (max-width: 1024px) {
	.utility-header .floatRight {

	}
}

@media screen and (max-width: 1130px) {
	header .main-menu div.menu .main-navigation, header .main-menu div.menu.secondary-menu {
		display: none
	}
	header .main-menu div.menu.end {
		float: right
	}
	.mobile-menu-icon {
		display: inline-flex;
	}
	.mobile-menu-icon button,
	.mobile-menu-icon .button,
	.mobile-menu-icon button.lines-button {
		background: #AB2328;
		border: 0
	}
  #mobile-menu-trigger ul {
    margin-right: 15px !important;
  }
	.mobile-menu-icon .lines-button {
		display: inline-block;
		padding: 2rem 1.25rem;
		transition: .3s;
		cursor: pointer;
		user-select: none;
		display: flex;
		align-items: center;
    position: fixed;
    right: 0px;
    margin-right: 0px;
	}
	.mobile-menu-icon .lines-button.x:before {
		content: 'MENU';
		/* display: inline-block; */
        display: none;
		font-size: 12px;
		font-weight: 600;
		padding-bottom: 2px;
		padding-right: 6px;
		color: #58595B;
	}
	.mobile-menu-icon .lines-button.arrow:after {
		content: 'MAIN MENU';
		display: inline-block;
		font-weight: 600;
		font-size: 16px;
		padding-left: 4px;
		vertical-align: middle
	}
	.mobile-menu-icon .lines-button:hover {
		opacity: 1
	}
	.mobile-menu-icon .lines-button:active {
		transition: 0
	}
	.mobile-menu-icon .lines-button.close:before {
		content: 'CLOSE';
		display: inline-block;
		font-size: 12px;
		padding-bottom: 5px;
		font-weight: 600;
		padding-right: 6px;
		margin-top: .3px
	}
	.mobile-menu-icon .lines {
		display: inline-block;
		width: 2rem;
		height: .2rem;
		background: #ffffff;
		transition: .3s;
		position: relative
	}
	.mobile-menu-icon .lines:before,
	.mobile-menu-icon .lines:after {
		display: inline-block;
		width: 2rem;
		height: .2rem;
		background: #ffffff;
		transition: .3s;
		position: absolute;
		left: 0;
		content: '';
		transform-origin: .16071rem center
	}
	.mobile-menu-icon .lines:before {
		top: .5rem
	}
	.mobile-menu-icon .lines:after {
		top: -.5rem
	}
	.mobile-menu-icon .lines-button.x.close .lines {
		background: transparent
	}
	.mobile-menu-icon .lines-button.x.close .lines:before,
	.mobile-menu-icon .lines-button.x.close .lines:after {
		transform-origin: 50% 50%;
		top: 0;
		width: 2.25rem
	}
	.mobile-menu-icon .lines-button.x.close .lines:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	.mobile-menu-icon .lines-button.x.close .lines:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.mobile-menu-icon .lines-button.arrow {
		background: transparent;
		transform: scale3d(0.8, 0.8, 0.8)
	}
	.mobile-menu-icon .lines-button.arrow .lines:before,
	.mobile-menu-icon .lines-button.arrow .lines:after {
		top: 0;
		width: 1.25rem
	}
	.mobile-menu-icon .lines-button.arrow .lines:before {
		transform: rotate3d(0, 0, 1, 40deg)
	}
	.mobile-menu-icon .lines-button.arrow .lines:after {
		transform: rotate3d(0, 0, 1, -40deg)
	}
}

div.category-scroll {
	overflow-x: scroll;
	overflow-y: none;
	height: 100px;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	white-space: nowrap;
}

div.category-scroll::-webkit-scrollbar {
	height: 0px;
}

div.category-control {
	text-align: center;
}

a.category-scroll, a.category-close {
	text-decoration: none;
	font-size: xx-large;
}

div.category-column {
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	width: 150px;
	height: 100px;
	line-height: 100px;
	background-color: #ccc;
	text-align: center;
}

div.category-column.expanded a.category-expand {
	font-weight: bold;
	text-decoration: underline;
}

div.category-column a {
	text-decoration: none;
}

div.category-container {
}

div.category-expanded {
	display: none;
}

div.category-loading {
	display: none;
}

div.category-loading img.loading {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	display: block;
}

div.category-loading div.error {
	text-align: center;
}

div.category-loading span.error {
	color: #AB2328;
}

div.welcome {
	text-align: center;
}

 /*RZ*24925*/

.faveSelectBtn, .newFaveListBtn {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faveSelectBtn.selected {
	background-color: #AB2328;
	color: white;
}

.faveSelectBtn h4, .newFaveListBtn h4 {
	border-bottom: none;
	padding-bottom: initial;
	margin-bottom: initial;
}

.faveSelectBtn.selected h4 {
	border-bottom: none;
	padding-bottom: initial;
	margin-bottom: initial;
	color: white;
}

h1.plain, h2.plain, h3.plain, h4.plain, h5.plain, h6.plain {
	border-bottom: none;
	padding-bottom: initial;
	margin-bottom: initial;
}

.centered {
	text-align: center;
}

.accent {
	background-color: #AB2328;
	color: #ffffff;
}

#dynamic-menu {
	background-color:#AB2328;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	max-width: initial;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}

@media screen and (min-width: 1131px) {
	#dynamic-menu a {
		color: #fff;
		padding: 15px;
		text-decoration: none
	}

	#dynamic-menu ul li {
		width: 150px;
	}
}

@media screen and (max-width: 1130px) {
	#dynamic-menu ul a {
		color: #fff;
		padding: 15px;
		width: 75%;
		margin-left: 12%;
		border: 1px #fff solid;
		text-decoration: none
	}

	#dynamic-menu ul li {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 1em;
		width: 100%;
		margin-left: 0;
	}
}

#dynamic-menu ul {
	display: inline-block;
	width: 100%;
}

#menu-fragments {
	display: none;
}

h1.menu-title, h2.menu-title {
	width: 90%;
	padding-left: 10%;
	text-align: center;
	color: #ffffff;
}

a.close-dynamic {
	width: 10%;
	color: #ffffff;
	text-decoration: none;
}

.row.no-right-margin {
	margin-right: 0px;
}

input.searchProdList {
	margin-left: auto;
    margin-right: auto;
}

div.main-menu ul.menu.nav.inline-list {
	padding-top: 2px;
	// padding-left: 10%;
  display: inline-flex;
  justify-content: flex-end;
}

.row-hard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.row-hard .col-hard-1 {
	flex-grow: 1;
	flex-basis: 0;
}

.row-hard .col-hard-2 {
	flex-grow: 2;
	flex-basis: 0;
}

.row-hard .col-hard-3 {
	flex-grow: 3;
	flex-basis: 0;
}

.row-hard .col-hard-4 {
	flex-grow: 4;
	flex-basis: 0;
}

.row-hard .col-hard-5 {
	flex-grow: 5;
	flex-basis: 0;
}

.row-hard .col-hard-6 {
	flex-grow: 6;
	flex-basis: 0;
}

.row-hard .col-hard-7 {
	flex-grow: 7;
	flex-basis: 0;
}

.row-hard .col-hard-8 {
	flex-grow: 8;
	flex-basis: 0;
}

.row-hard .col-hard-9 {
	flex-grow: 9;
	flex-basis: 0;
}

.row-hard .col-hard-10 {
	flex-grow: 10;
	flex-basis: 0;
}

.row-hard .col-hard-11 {
	flex-grow: 11;
	flex-basis: 0;
}

.row-hard .col-hard-12 {
	flex-grow: 12;
	flex-basis: 0;
}

.logo-menu img {
	width: 140px;
	// padding-right: 15px;
}
@media screen and (max-width: 600px) {
  .logo-menu img {
      margin: 15px 0px;
    }
}
@media screen and (min-width: 383px) {
    .logo-menu img {
        width: 160px;
    }
}
@media screen and (min-width: 1025px) {
    .logo-menu img {
        width: 100%;
    }
}

.main-menu.container-fluid {
	padding: 0px;
}

.close-dynamic {
	margin-left: 3%;
	white-space: nowrap;
}

a, input[type=button], input[type=submit], button, select, .highlight {
  transition: background-color 0.3s linear;
}

a.has-division {
	font-weight: bold;
}

div.utility {
	margin-top: 3px;
	margin-bottom: 3px !important;
}

#top-category {
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	overflow: hidden;
}

#category-container {
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: auto;
	overflow: hidden;
}

div#category-title, div#category-close {
	background-color: #AB2328;
	text-align: center;
}

div#category-title h1, div#category-title h2, div#category-close a {
	color: #ffffff;
}

div.pageTitle {
	text-align: center;
}

div.crumbChild {
	display: block;
	text-align: center;
	background-color: #AB2328;
	height: 150px;
}

div.crumbChild a {
	color: #ffffff;
}

h3.childDesc {
	margin-top: 50px;
}

#errorDiv {
	overflow: hidden;
	display: none;
}

div.cartPopup {
	width: 470px;
}

div.cartPopup li {
	list-style-type: none;
}

.pageTitle {
	margin-left: 5px;
}

.crumbChild {
	width: auto !important;
}

#banner-div, #title-div {
	display: inline-block;
}

#mainBody {
	overflow: hidden;
}

#title-row {
	z-index: 1;
}

.fullProduct .btns .cartLoginBtn {
	display: inline-block;
	margin: 0 0 5px 0;
	height: auto;
	border: 2px solid #AB2328;
	color: #fff;
	text-decoration: none;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	background:#AB2328;
	text-indent: 0;
	box-shadow: none;
	border-radius: 0px !important;
	width: 100%;
	background-color: #AB2328;
	border-width: 0;
	padding: 5px;
}

div[data-orient=L] .prodListProd, div[data-orient=G] .prodListProd, div[data-orient=M] .prodListProd {
	background: #fff;
}

div[data-orient=G] .handle.ui-sortable-handle, div[data-orient=M] .handle.ui-sortable-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #ccc;
	text-align: center;
	cursor: pointer;
	border-radius: 30px 30px 0 0;
}

div[data-orient=L] .icon-handle {
	display: none;
}

div[data-orient=G] .icon-handle, div[data-orient=M] .icon-handle {
	background-position: -25px -250px;
	margin-top: -5px;
}

h1 {
	font-size: 20px;
	font-size: 2.0rem;
}

.categoryPage .pgm h1 {
	display: none;
}

.cartPromoInput {
	max-width: 237px;
}

.promoAlredyApplied {
	margin-left: 12px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.cartPromoBtn {
		padding-left: 15px;
		margin-top: 5px;
	}
}

.orderSummaryDisclaimer {
	margin-top: 10px;
}

/* Back to Top */
#backTop {
    display: none;
    position: fixed;
    z-index: 9;
    border: none;
    outline: none;
    background-color: #63B1BC;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
@media (max-width: 40em) {
    #backTop {
        bottom: 30px;
        right: 15px;
    }
}
@media (min-width: 40em) {
    #backTop {
        bottom: 0px;
        right: 0px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }
    #backTop:hover {
        background-color: #004F59;
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
        transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
}
#backTop.showtop {
    display: flex;
}
#backTop img {
    max-width: 55%;
}
@media (max-width: 839px) {
    .has-sticky-nav #backTop {
        bottom: 60px;
    }
}
body.cart #backTop {
    display: none;
}

/* Sticky Contact and Phone */
#sticky-contact, #sticky-phone, #sticky-cart {
    position: fixed;
    border: none;
    outline: none;
    background-color: #63B1BC;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 3px;
    transition: all 0.35s ease-in-out;
    z-index: 9;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
@media (max-width: 40em) {
    #sticky-contact, #sticky-phone, #sticky-cart {
        bottom: 30px;
        right: 15px;
    }
}
@media (min-width: 40em) {
    #sticky-contact, #sticky-phone, #sticky-cart {
        bottom: 0px;
        right: 0px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    }
}
#sticky-contact:hover, #sticky-phone:hover, #sticky-cart:hover {
    background-color: #004F59;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#sticky-contact.hidden, #sticky-phone.hidden, #sticky-cart.hidden {
    display: none;
}
#sticky-contact img, #sticky-phone img, #sticky-cart img {
    max-width: 55%;
}
#sticky-contact.scrolling, #sticky-phone.scrolling, #sticky-cart.scrolling {
    bottom: 60px;
}
@media (max-width: 40em) {
    #sticky-contact.scrolling, #sticky-phone.scrolling, #sticky-cart.scrolling {
        bottom: 90px;
    }
}
@media (max-width: 40em) {
    #sticky-cart {
        bottom: 150px;
        right: 15px;
    }
    #sticky-phone {
        bottom: 90px;
        right: 15px;
    }
}
@media (min-width: 40em) {
    #sticky-cart {
        bottom: 120px;
    }
    #sticky-phone {
        bottom: 60px;
    }
}
#sticky-cart.scrolling {
    bottom: 180px;
}
#sticky-phone.scrolling {
    bottom: 120px;
}
@media (max-width: 40em) {
    #sticky-cart.scrolling {
        bottom: 210px;
    }
    #sticky-phone.scrolling {
        bottom: 150px;
    }
}
@media (max-width: 839px) {
    .has-sticky-nav #sticky-contact {
        bottom: 60px;
    }
    .has-sticky-nav #sticky-contact.scrolling {
        bottom: 120px;
    }
    .has-sticky-nav #sticky-phone {
        bottom: 120px;
    }
    .has-sticky-nav #sticky-phone.scrolling {
        bottom: 180px;
    }
    .has-sticky-nav #sticky-cart {
        bottom: 180px;
    }
    .has-sticky-nav #sticky-cart.scrolling {
        bottom: 240px;
    }
}
body.cart #sticky-contact, body.cart #sticky-phone, body.cart #sticky-cart {
    display: none;
}
@media (min-width: 1131px) {
    #sticky-cart {
        display: none;
    }
}

/* Font Awesome adjustments */
.fa:before, .far:before, .fas:before {
    font-family: "Font Awesome 5 Free";
}

/* Mega Menus */
.user-logged-in #mega-menu-blocks #close-desktop-menu {
  top: 115px; }
.user-logged-in #mega-menu-blocks .mega-menu-container {
  padding-top: 60px; }



  #mega-menu-blocks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #004F59;
    padding: 60px 30px;
    vertical-align: top;
    z-index: 15;
    overflow-y: scroll; }

#mega-menu-blocks .grid-container {
    position: relative;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 90%;
    margin: 0 auto;
}

#mega-menu-blocks .grid-x {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

#mega-menu-blocks .cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
}
#mega-menu-blocks .cell.auto {
    flex: 1 1 0px;
}

    @media (min-width: 1400px) {
      #mega-menu-blocks .grid-container.fluid {
        max-width: 1300px; } }
    #mega-menu-blocks h1, #mega-menu-blocks h2, #mega-menu-blocks h3, #mega-menu-blocks h4, #mega-menu-blocks h5, #mega-menu-blocks h6, #mega-menu-blocks li, #mega-menu-blocks a, #mega-menu-blocks p {
      color: #ffffff; }
    #mega-menu-blocks.hiddenMM {
      display: none; }
    #mega-menu-blocks #mm-tools .column-container {
      padding-top: 30px; }
    #mega-menu-blocks #close-desktop-menu {
      position: absolute;
      top: 35px;
      right: 35px;
      transition: all 0.35s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
      z-index: 90; }
      #mega-menu-blocks #close-desktop-menu .close-mm-button {
        color: #ffffff;
        border: 0;
        padding-right: 0;
        font-size: 1.4em;
        background-color: transparent;
        padding: 0;
        text-transform: uppercase;
        line-height: 24px;
    }
        #mega-menu-blocks #close-desktop-menu .close-mm-button:after {
          display: none; }
        #mega-menu-blocks #close-desktop-menu .close-mm-button .fas {
          padding-left: 5px;
          display: inline-block; }
        #mega-menu-blocks #close-desktop-menu .close-mm-button:hover {
          background-color: transparent;
          color: #63B1BC; }
      #mega-menu-blocks #close-desktop-menu:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
        transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    #mega-menu-blocks .mega-menu-container {
      color: #ffffff; }
      #mega-menu-blocks .mega-menu-container h2 {
        font-size: 40px;
        font-weight: 400;
    }
        #mega-menu-blocks .mega-menu-container h2 a {
            font-size: 40px;
            padding-left: 0;
        }
        #mega-menu-blocks .mega-menu-container h2 a:before {
            display: none;
        }
        #mega-menu-blocks .mega-menu-container h2 a:hover {
          color: #63B1BC;
          padding-left: 10px; }
      #mega-menu-blocks .mega-menu-container h3 {
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 1em;
        font-size: 20px;
        border-bottom: 0;
    }
        #mega-menu-blocks .mega-menu-container h3 a {
            padding-left: 0;
            font-size: inherit;
        }
        #mega-menu-blocks .mega-menu-container h3 a:before {
            display: none;
        }
        #mega-menu-blocks .mega-menu-container h3 a:hover {
          color: #63B1BC;
          padding-left: 10px; }
         #mega-menu-blocks .mega-menu-container ul {
            list-style: none;
            margin-left: 0;
            padding-left: 5px;
         }
      #mega-menu-blocks .mega-menu-container ul li {
        padding-bottom: 10px; }
        #mega-menu-blocks .mega-menu-container ul li a {
          color: #ffffff;
          display: inline-block;
          position: relative;
          text-decoration: none;
          text-transform: none;
          padding-left: 0; }
          #mega-menu-blocks .mega-menu-container ul li a:before {
              display: none;
          }
          #mega-menu-blocks .mega-menu-container ul li a:hover {
            color: #63B1BC;
            padding-left: 10px; }
      #mega-menu-blocks .mega-menu-container.hiddenMM {
        display: none; }

@media only screen and (min-width: 40.063em) {
    #mega-menu-blocks .mega-menu-container .medium-3 {
        width: calc(25% - 2rem);
        margin: 0 1rem;
    }
    #mega-menu-blocks .mega-menu-container .medium-4 {
        width: calc(33.3333333333% - 2rem);
        margin: 0 1rem;
    }
}


#mega-menu-blocks h3.megamenu {
  border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 1em; }
#mega-menu-blocks .view-header {
  border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
  margin-top: 15px;
  margin-bottom: 15px; }
#mega-menu-blocks .news-entry {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  padding-right: 20px; }
  #mega-menu-blocks .news-entry h3 {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 18px; }
    #mega-menu-blocks .news-entry h3 a {
      color: #ffffff;
      font-size: 18px;
      text-transform: none;
      text-decoration: none;
  }
      #mega-menu-blocks .news-entry h3 a:hover {
        color: #63B1BC; }
  #mega-menu-blocks .news-entry a {
    color: #ffffff;
    font-size: 1.1em;
    padding-left: 0;
    text-transform: none;
    text-decoration: underline;
}
    #mega-menu-blocks .news-entry a:before {
        display: none;
    }
    #mega-menu-blocks .news-entry a:hover {
      color: #63B1BC; }
  #mega-menu-blocks .news-entry p {
    font-size: 1.1em;
    line-height: 2em;
    text-transform: none;
    }
  #mega-menu-blocks .news-entry .grid-x .medium-4 {
    display: none; }
  #mega-menu-blocks .news-entry .date {
    color: #ffffff; }
    #mega-menu-blocks .news-entry .date .fas {
      color: #63B1BC; }
#mega-menu-blocks #block-views-block-news-block-2 .view-footer {
  margin-top: 25px; }



  #mega-menu-blocks .event-item {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 25px; }
    #mega-menu-blocks .event-item h3 {
      margin-bottom: 0;
      text-transform: none;
      font-size: 18px; }
    #mega-menu-blocks .event-item .event-info {
      font-size: .9em; }
      #mega-menu-blocks .event-item .event-info p {
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 2em; }

.imageblock img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.content-section img {
    margin-bottom: 1em;
}

body.noscroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

  a.button.white-bordered {
    background: transparent;
    position: relative;
    color: transparent;
    border: 1px transparent solid;
    padding: 13px 15px;
    font-size: 1em;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    border: 1px #ffffff solid;
    color: #ffffff; }
    a.button.white-bordered:after {
      background: #004F59;
      content: '';
      position: absolute;
      z-index: -1;
      height: 100%;
      left: -50%;
      top: 0;
      transform: skew(50deg);
      transition-duration: 0.6s;
      transform-origin: top left;
      width: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    a.button.white-bordered:hover {
      color: #ffffff; }
      a.button.white-bordered:hover:after {
        height: 100%;
        width: 155%; }

        .teal a.button.white-bordered {
          background: transparent;
          position: relative;
          color: transparent;
          border: 1px transparent solid;
          padding: 13px 15px;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          display: inline-block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          text-transform: uppercase;
          cursor: pointer;
          border-radius: 0;
          text-decoration: none;
          overflow: hidden;
          border: 1px #ffffff solid;
          color: #ffffff; }
          .teal a.button.white-bordered:after {
            background: #63B1BC;
            content: '';
            position: absolute;
            z-index: -1;
            height: 100%;
            left: -50%;
            top: 0;
            transform: skew(50deg);
            transition-duration: 0.6s;
            transform-origin: top left;
            width: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .teal a.button.white-bordered:before {
            display: none;
          }
          .teal a.button.white-bordered:hover {
            color: #ffffff; }
            .teal a.button.white-bordered:hover:after {
              height: 100%;
              width: 155%; }

        @media (max-width: 40em) {
          .hero-wrapper.purple a.button.white-bordered {
            background-color: rgba(106, 52, 96, 0.5); } }
        .hero-wrapper.purple a.button.white-bordered:after {
          background-color: #6A3460; }
        .hero-wrapper.teal a.button.white-bordered:after {
          background: #004F59; }
        @media (max-width: 40em) {
          .hero-wrapper.teal a.button.white-bordered {
            background-color: rgba(0, 79, 89, 0.5); } }
        .hero-wrapper.red a.button.white-bordered:after {
          background-color: #AB2328; }
        @media (max-width: 40em) {
          .hero-wrapper.red a.button.white-bordered {
            background-color: rgba(171, 35, 40, 0.5); } }
        .hero-wrapper.aqua a.button.white-bordered:after {
          background-color: #63B1BC; }
        @media (max-width: 40em) {
          .hero-wrapper.aqua a.button.white-bordered {
            background-color: rgba(99, 177, 188, 0.5); } }
        .hero-wrapper.orange a.button.white-bordered:after {
          background-color: #E35205; }
        @media (max-width: 40em) {
          .hero-wrapper.orange a.button.white-bordered {
            background-color: #E35205; } }
        .hero-wrapper.navy a.button.white-bordered:after {
          background-color: #003057; }
        @media (max-width: 40em) {
          .hero-wrapper.navy a.button.white-bordered {
            background-color: #003057; } }

.main-menu-border {
    border-bottom: 1px solid #58595B;
    /* margin-bottom: 20px; */
}

.float-right { float: right; }

.button-grouped a {
    margin-right: 12px;
}

.event-item {
  border-top: 1px #e6e6e6 solid;
  padding-top: 30px;
  margin-top: 30px; }
  .event-item .event-details-row {
    display: flex; }
    @media (min-width: 40em) {
      .event-item .event-details-row .event-photo {
        margin-left: 25px; } }
    @media (max-width: 40em) {
      .event-item .event-details-row {
        flex-direction: column; }
        .event-item .event-details-row .event-info {
          order: 2; }
        .event-item .event-details-row .event-photo {
          order: 1; } }
  .event-item .event-info p {
    margin-bottom: 0;
    padding-bottom: 4px; }
    .event-item .event-info p .fas {
      color: #63B1BC;
      padding-right: 6px; }

#mega-menu-blocks .event-item {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 25px; }
  #mega-menu-blocks .event-item h3 {
    margin-bottom: 0;
    text-transform: none;
    font-size: 18px; }
  #mega-menu-blocks .event-item .event-info {
    font-size: .9em; }
    #mega-menu-blocks .event-item .event-info p {
      padding-bottom: 0;
      margin-bottom: 0;
      line-height: 2em;
      font-size: 14px;
      text-transform: none;
    }

.menu-lowercase a { text-transform: none !important; }

/* Secondary Menu */
.secondary-menu { z-index: 30 !important; }
.secondary-menu .mobile-menu-icon { }
.secondary-menu .main-navigation { }
.secondary-menu .main-navigation ul { }
.secondary-menu .main-navigation ul li { position: relative; }
.secondary-menu .main-navigation ul li a { font-size: 13px; padding: 0 15px 0 5px; }
.secondary-menu .main-navigation ul li a:hover { text-decoration: underline; color: #63B1BC; }
.secondary-menu .main-navigation ul li a:active { color: #63B1BC; }
.secondary-menu .main-navigation ul li a:before { display: none; }
.secondary-menu .main-navigation ul.dividers li:after { content: '|'; display: inline-block; margin: 0 3px; position: absolute; top: 0; right: 0; }
.cartTopLink li:after { display: none !important; }
.secondary-menu .main-navigation ul.dividers li:last-child:after { display: none; }
.secondary-menu .main-navigation ul.dividers li:last-child a { padding: 0 0 0 5px; }
.secondary-menu .main-navigation ul.dividers li.no-border:after { display: none; }
.secondary-menu.sticky { position: fixed !important; top: 0; left: 0; right: 0; background-color: #63666A; }
.secondary-menu.sticky ul { margin: 4px 0 10px 0; }
.secondary-menu.sticky ul li { color: #ffffff; }
.secondary-menu.sticky ul li a { color: #ffffff; }
.secondary-menu.sticky ul li a:before { background-color: #ffffff !important; }
.secondary-menu.sticky ul li a:hover { }
.secondary-menu.sticky .cartPopup.hover { background-color: #63666A; }
.secondary-menu .main-navigation.sticky {
  position: fixed;
    top: 0px;
    color: white;
    background-color: #63666A;
}
.secondary-menu .main-navigation.sticky a {
  color: white;
}
.secondary-menu .main-navigation.sticky::after {
    display: block;
    content: "";
    background-color: #63666A;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}
.secondary-menu .main-navigation.sticky #cartAmt::before {
  background-color: white;
}
.secondary-menu .main-navigation.sticky #cartAmt:hover::before {
  background-color: #47ACC0;
}
/* Mobile Navigation Container */
.mobile-navigation-container {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -25;
    display: none;
}
.mobile-navigation-container .mobile-navigation-image {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 600px;
    background: url("https://www.salemftg.com/themes/custom/salem_ftg/images/mobile-menu.jpg") bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile-navigation-container .mobile-navigation-skew {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.mobile-navigation-container .mobile-navigation-skew div {
    position: absolute;
    bottom: 160px;
    left: -50%;
    display: block;
    background-color: #47ACC0;
    width: 900px;
    height: 900px;
    transform: rotate(-65deg);
    width: 1800px;
    height: 1800px;
}
@media screen and (max-width: 500px) {
    .mobile-navigation-container .mobile-navigation-skew div {
        bottom: -110px;
    }
}
@media screen and (max-width: 440px) {
    .mobile-navigation-container .mobile-navigation-skew div {
        bottom: -130px;
    }
}
@media screen and (max-width: 375px) {
    .mobile-navigation-container .mobile-navigation-skew div {
        bottom: -140px;
    }
}
@media screen and (max-width: 320px) {
    .mobile-navigation-container .mobile-navigation-skew div {
        bottom: -180px;
    }
}
.mobile-navigation-container .mobile-navigation {
    padding: 30px;
}
.mobile-navigation-container .mobile-navigation .menu li a {
    color: #ffffff;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 25px;
}
.mobile-navigation-container .mobile-navigation .utility-mobile-menu .menu {
    padding-top: 10px;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-navigation-container .mobile-navigation .utility-mobile-menu .menu li a {
    font-size: 1em;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 15px;
}
.mobile-navigation-container.menu-open {
    z-index: 125;
    opacity: 1;
    display: block;
    height: 100% !important;
}
.mobile-navigation-container .mobile-menu-container {
    z-index: 18;
}
.mobile-navigation-container .close-menu {
    color: #ffffff;
    background-color: #47ACC0;
    text-align: center;
    border-radius: 65px;
    height: 65px;
    width: 65px;
    position: absolute;
    bottom: 35px;
    left: 20px;
    font-size: 20px;
    z-index: 25;
    border: 0;
}
.mobile-navigation-container .close-menu:after {
    display: none;
}
@media screen and (max-width: 320px) {
    .mobile-navigation-container .close-menu {
        height: 50px;
        width: 50px;
        bottom: 15px;
        left: 15px;
    }
}

#dynamic-menu.mobile-navigation-container .mobile-navigation-skew div {
    background-color: #AB2328;
}
#dynamic-menu.mobile-navigation-container .close-menu {
    background-color: #AB2328;
}
#dynamic-menu.mobile-navigation-container h2.menu-title { text-align: left; margin: 0 0 20px 0; width: auto; display: block; position: relative; }

#mobile-navigation-divisions.mobile-navigation-container .mobile-navigation-skew div {
    background-color: #003057;
}
#mobile-navigation-divisions.mobile-navigation-container .close-menu {
    background-color: #003057;
}
@media screen and (min-width: 1131px) {
    display: none;
}

.mobile-menu { position: relative; list-style: none; margin: 0; padding: 0; }
.mobile-menu li { margin-bottom: 30px; }
.mobile-menu li a { padding: 0 !important; }
.mobile-menu li a:hover { }
.mobile-menu li a:before { display: none !important; }
#dynamic-menu.mobile-navigation-container .mobile-menu li { text-align: left !important; }
#dynamic-menu.mobile-navigation-container .mobile-menu li a { text-transform: none !important; border: 0 !important; margin-left: 0; width: auto; }
#dynamic-menu.mobile-navigation-container .mobile-menu li a:hover { background-color: transparent !important; }
#mobile-navigation-divisions.mobile-navigation-container .mobile-menu li a { text-decoration: none; }

/* Current Division */
#current-division { display: none; background: #ffffff; padding: 10px 45px; color: #58595B; text-transform: uppercase; text-align: center; border-radius: 0; border: 1px solid #767676; cursor: pointer; position: relative; }
#current-division:after { content: ''; position: absolute; width: 7px; height: 7px; display: block; right: 12px; top: calc(50% - 5px); transform: rotate(45deg); border-bottom: 2px solid #767676; border-right: 2px solid #767676; }

#divisionSelect { display: inline-block; }
@media screen and (max-width: 1024px) {
    #current-division { display: inline-block; flex: 1; }
    #divisionSelect { display: none; }
}
#topSearch {
  display: flex;
  flex: 100%;
}

#topSearch input.topSearchBtn {
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%);
}

.flex {
  display: flex;
}

.main-navigation .menu .last.leaf a.company {
  padding-right: 0px;
}

/* .para-header-text.para-header-text-VISION {
  color: #437A82;
}

.para-header-text.para-header-text-GLASS {
  color: #63B1BC;
}

.para-header-text.para-header-text-STONE {
  color: #B0001C;
}

.para-header-text.para-header-text-SURFACES {
  color: #003057;
} */

@media screen and (max-width: 1130px)
{
  .utility-header {
    display: none;
  }
}

#search[name=searchIdSingle] {
  max-width: none;
}

#mobile-main-menu .mobile-menu a {
  text-decoration: none;
}

#mobile-main-menu .mobile-menu.utility a {
  text-transform: none;
  font-weight: 400 !important;
}

#mobile-main-menu .mobile-navigation-skew div, #mobile-main-menu .close-menu {
  background-color: #004F57;
}

.division-container #current-division {
	display: none;
}

.division-container {
  position: relative;
  display: none;
	width: 35px;
	height:35px;
	cursor: pointer;
}

.division-container::before {
	content:"";
	display: block;
	background-color: #58595B;
	position: absolute;
	top: 13px;
	height: 3px;
	width: 18px;
}

.division-container::after {
	content:"";
	display: block;
	background-color: #58595B;
	position: absolute;
	top: 22px;
	height: 3px;
	width: 25px;
}

@media screen and (max-width: 1024px)
{
  .division-container {
    display: block;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1130px) {
  .l-header #topSearch input#search {
    padding: 15px 40px 15px;
  }
}

.footer-nav-container .footer-nav-row .menu li:not(:first-child) a {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:28px;
}

header .main-menu > .row-hard {
	max-width: 1340px;
}

.mobile-header {
  text-align: left;
  margin-left: -15px;
}
@media screen and (min-width: 1131px ) {
  .mobile-header {
    display: none !important;
  }
}
@media screen and (max-width: 1130px ) {
  .desktop-header {
    display: none !important;
  }
}
#loginForm {
  margin-top: 5em !important;
  margin-bottom: 3em !important;
}
#loginForm > legend {
  border: none;
  font-size: 33px;
  color: #58595B;
  font-weight: bold;
}
#loginForm label {
  font-weight: 600;
  color: #58595B;
}
#loginForm label.required::after {
	content:"*";
	display:inline-block;
	padding-left:3px;
	color: red;
}

#loginForm label[for=retain] {
  display: flex;
  align-items: center;
}
#loginForm label[for=retain] input[type=checkbox] {
  margin-left: 8px;
}

#loginForm .form-group.options {
    flex-direction: row;
}

#loginForm .form-group.options .hijax {
    margin-left: auto;
}

#loginForm input[type=text], #loginForm input[type=password] {
	margin-bottom:15px;
}

#cartTabs ul[role=tablist] {
	background: #EEEEEE;
	position: relative;
	padding: 0px;
	display: flex;
	justify-content: center;
  margin-top: 2em;
}
#cartTabs ul[role=tablist]::before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	background: #EEEEEE;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
}

#cartTabs ul[role=tablist] li[role=tab] {
	background-color: none;
	border: none;
	border-radius: 0px;
}
#cartTabs ul[role=tablist] li[role=tab] a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 5em;
    color: #58595B;
}
@media screen and (max-width: 599px )
{
  #cartTabs ul[role=tablist] li[role=tab] a {
    padding: 1em 2em;
  }
}
#cartTabs ul[role=tablist] li[role=tab].ui-state-active {
	background-color: #4FA2AE !important;
}
#cartTabs ul[role=tablist] li[role=tab].ui-state-active a {
	color: white;
}

#cartTabs .ui-widget-content {
	padding-top: 1em;
}

a.cartAction {
	background: #AB2328;
	border: solid 1px #AB2328;
	color: white;
	border-radius: 0px !important;
	border: none;
	font-weight: normal !important;
	padding: 0px 5em;
	height: auto;
}

#cartProducts a.cartDiscard {
  float: right;
  color: #47ACC0;
}
#cartProducts a.cartDiscard::after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 2em;
}
#cartProducts .cartTable tr {
	position: relative;
}
#cartProducts .cartTable tr.top-border {
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
}
#cartProducts .cartTable tr.top-border td {
	padding-bottom: 5px;
}
#cartProducts .cartTable tr td.image {
	padding-right: 30px;
	border-style: hidden;
}
#cartProducts .cartTable tr td.image a {
	text-decoration: none;
}
#cartTabs #extraComments {
	min-height: 130px;
}
td.right.extd::before, div.right.extd::before {
	content:"$";
}
#extraForm label, #stForm label, .payment label {
	color: #7F8283;
  font-size: 16px;
}
.cartActions-bot {
  margin-right: 15px;
}
#stForm span.intro, #cartTabs span.intro {
  font-size: 24px;
  display: block;
  font-weight: 600;
  color: #4FA2AE;
  text-align: center;
  margin: 0 -80px;
}
#stSame {
	border: none;
	font-weight: 600;
	color: #4FA2AE;
	font-size: 16px;
	padding: 0px;
  margin-left: auto;
  display: block;
  margin-top: 15px;
}
#stSame:hover {
  background: transparent;
}
#stForm input:not(#stSame), #stForm select, .payment input:not(#stSame), .payment select {
	width: 100%;
	max-width: none;
}
fieldset.shipTo div.form-group {
  height: auto !important;
}
.cartAction.cartPrev {
  border: 1px solid #AB2328;
  background: white;
  color: #AB2328;
}

#new-card-section a.element-new {
	background:#4FA2AE;
	color: white;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 2em 0px;
	padding: 0;
}
#existing-card-section {
	padding: 30px 40px;
    background: #eee;
    border: 1px solid #C8BEBE;
}
h2.header {
	font-weight: 800;
	display: block;
	margin-bottom: 1em;
	font-size: 33px;
}
span.post-header {
	font-size: 22px;
    color: #4FA2AE;
    font-weight: 600;
}
.intro-container {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}
.intro-container .rlCartHead {
    position: absolute;
    top: -20px;
    right: 0px;
}
.cart-print {
  border:none;
  box-shadow: none;
}
.cart-print h1.pageTitle, .cart-print h2 {
display: none;
}
.cartAction.editCart {
  border: 1px solid #4FA2AE;
    background: white;
    color: #4FA2AE;
}
.cartAction.cartRelease {
  background: #4FA2AE;
}
h3.tile-header {
	font-weight: 600;
	border-bottom: none;
}
table.cartPrintWidth {
	margin-top:2em;
  border-collapse: separate !important;
  padding: 0 20px;
}
.cart-print table.cartPrintWidth tr th {
	border-bottom: 1px solid !important;
}
.cart-print {
  max-width: 800px;
  padding: 10px 0px;
}
td.price::before, td.grsPrice::before, .cart-print div.price::before, .cart-print .totalField.amt::before {
	content: "$";
}
.cartPrintWidth .cartProdNum {
	font-weight: bold;
}
#productSearchForm input {
	width: 100%;
	max-width: none;
	margin: 0px 0px 5px;
	border-radius: 0px;
}
#productSearchForm .wrap {
	position: relative;
}
#productSearchForm .wrap a {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
input#searchBtn {
  background: #B0001C;
  color: white;
  margin-top: 2em;
}
i.post-header {
  font-style: normal;
    margin: 20px 0px;
    display: block;
    font-weight: 600;
    color: #7F8283;
    font-size: 16px;
}

.asteriskred::after {
    color: #B0001C;
    content: '*';
}
.extrapadding {
    margin-top: 20px;
    margin-bottom: 20px;
}
#cartTabs ul[role=tablist] {
  background: #EEEEEE;
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
#cartTabs ul[role=tablist]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #EEEEEE;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

#cartTabs ul[role=tablist] li[role=tab] {
  background-color: none;
  border: none;
  border-radius: 0px;
}
#cartTabs ul[role=tablist] li[role=tab] a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 1em 5em;
  color: #58595B;
}
@media screen and (max-width: 599px )
{
  #cartTabs ul[role=tablist] li[role=tab] a {
    padding: 1em 2em;
  }
}
#cartTabs ul[role=tablist] li[role=tab].ui-state-active {
  background-color: #4FA2AE !important;
}
#cartTabs ul[role=tablist] li[role=tab].ui-state-active a {
color: white;
}

#cartTabs .ui-widget-content {
  border: none;
  box-shadow: none;
  padding-top: 1em;
}

a.cartAction {
  background: #AB2328;
  color: white;
  border-radius: 0px !important;
  border: none;
  font-weight: normal !important;
  padding: 0px 5em;
  height: auto;
}

#cartProducts a.cartDiscard {
  float: right;
  color: #47ACC0;
}
#cartProducts a.cartDiscard::after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 2em;
}
.cart-print .cartRow .tile {
  text-align: left;
}
.cartPrintWidth tbody td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 13px;
}
.cartPrintWidth tbody td.totalField {
	padding-top: 15px !important;
	color: #58595B !important;
	font-size: 21px;
}
.tile.cartDate {
    text-align: right !important;
}
#summary {
	max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 12px !important;
  padding-right: 24px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header .logo-menu a svg {
  width: 100%;
}
#extraForm .form-group {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    padding-bottom: 0px;
	align-items: center;
}
#extraForm label[for=comments] + div {
  flex: 1;
}
#extraForm label[for=poNum] + div input {
	max-width: none;
}
a#cartAmtMobile {
  display: flex;
  align-items: center;
  font-size: 14px;
}
a#cartAmtMobile i {
  margin-right: 3px;
}
@media screen and (max-width: 1130px) {
  header .utility-wrapper {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #63666A;
  }
}

.cartTable tbody tr.total-price td {
    font-size: 21px;
    font-weight: 800;
    color: #58595B;
    vertical-align: top;
  }

.cartTable tr.prodSeparator div.prodSeparator {
	width: 100%;
	height: 1px;
	background: #333;
}

.cartTable tr.prodSeparator td {
	padding: 3em 0;
}

.cartTable a.prodNum {
	color: #000;
	font-weight: bold;
}

.cartTable .extd {
	font-weight: bold;
}

.cartTable .mobileView {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

.cartTable .mobileView .netPrice {
	color: #000 !important;
	font-size: 20px !important;
	margin-top: 0;
	margin-bottom: 0;
}

.cartTable .mobileView .image img {
	max-width: 100%;
}

.cartTable .mobileView .mobileCartQty {
	width: 100%;
}

.cartTable td.mobileView {
	padding-left: 0;
	padding-right: 0;
}

.cart-print .mobileView {
	border-bottom: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.5em;
}

.cart-print .mobileView .cartProdNum {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cart-print .mobileView .desc {
	margin-bottom: 10px;
}

.cart-print .mobileView .details {
	font-size: 20px;
}

.cart-print .mobileView .extd {
	font-weight: bold;
	font-size: 20px;
}

.cart-print .totals {
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cart-print .cartProdNum {
	white-space: nowrap;
}

.continueShopping {
	float: right;
	margin-top: -55px;
	height: 35px;
	border: solid 1px #4fa2ae;
	background: #fff;
	color: #4fa2ae;
	display: flex;
	align-items: center;
}

.continueShopping a {
	color: #4fa2ae;
	text-decoration: none;
	padding: 0px 20px;
	display: inline-block;
}

.continueShopping a:hover {
	color: #fff;
	background-color: #4fa2ae;
}

.rlCartHead {
	clear: both;
}

#elementTable {
	margin-top: -60px;
}

.cartMsg {
	background: #8b2020;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
}

.cartMsg button {
	color: #000;
}

.disabledCardSection {
	pointer-events: none;
	opacity: 0.4;
	position: relative;
}

.card-section.disabledCardSection:after {
	content: 'Please agree to the credit card service fee before proceeding.';
	position: absolute;
	bottom: 0px;
	padding: 10px;
	background-color: #000;
	color: #fff;
}

.summaryCartMsg p {
	background: #8b2020;
	color: white;
	margin: 0;
	padding: 5px;
	width: fit-content;
	margin-left: auto;
	margin-top: 10px;
}

.col-md-4 a.cartAction {
	padding: 0;
	width: 45%;
}
.col-md-4 a.cartAction.cartPrev, .col-md-8 a.cartAction.cartPrev {
	float: left !important;
}

.rlCartWrap {
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}

.exceededPayInvoice {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 767px)
{
  .cartTable tbody tr, .cartTable tbody td {
  }
  .cartTable tbody td.image {
    display: block;
    width: 100%;
  }
  .cartTable tbody td.qty {
    width: 49%;
    text-align: left;
    display: inline-block;
  }
  .cartTable tbody td.extd {
    display: inline-block;
    text-align: right;
    width: 50%;
    color: #3F3F3F;
  	font-weight: 800;
  	font-size: 21px;
    padding-right: 0px;
  	display: inline-block;
  }
  .cartTable tbody td.action {
    margin-left: auto;
    display: block;
  }
  #cartProducts .cartTable tr.top-border {
    padding-bottom: 2em;
    border-color: #58595B !important;
  }
  .cartTable tbody td.image .listImage {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }
  .cartTable tbody td.desc a {
  	color: #3F3F3F;
  	font-weight: 800;
  	font-size: 21px;
  	margin-bottom: 15px;
  	display: inline-block;
  }
  .cartTable tbody td.desc span {
  	font-size: 13px;
  	display: block;
  	margin-bottom: 15px;
  }
  .cartTable tbody td.qty input {
    text-align: center;
  }
  .cartTable tbody tr.prodLine:not(:nth-last-of-type(2)) td {
  	/* display: none; */
  }
  .cartTable tbody tr.total-price {
    display: flex;
  }
  .cartTable tbody tr.total-price td {
    font-size: 28px;
    font-weight: 800;
  }
  .cartTable tbody tr.total-price td:nth-child(1) {
    margin-right: auto;
    margin-left: 0px;
  }
  .cartTable tbody tr.total-price td:nth-child(2) {
    display: flex;
  }
  a.cartAction {
    padding: 0 2em;
  }
  a.cartAction.cartPrev {
	  float: left !important;
	  margin-left: 0px;
  }
  a.cartAction.cartNext, a.cartAction.cartCheckout {
	  margin-right: 0px;
  }
  .cartActions-bot {
    margin-left: 10px;
    margin-right: 10px;
  }
  #stForm span.intro, #cartTabs span.intro {
	  margin: 0;
  }
  .ui-tabs .ui-tabs-panel {
	  padding: 0;
  }
  a.cartRemove {
	  font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
	#cartTabs, .rlCartHead .cartActions-bot, div.rlCartToolBox {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
    a.cartAction {
	  padding: 0;
	  text-align: center;
	  width: 45%;
    }
	.cart-print .totals {
		font-size: 15px;
	}
	#extraForm label, #stForm label, .payment label {
	  font-size: 13px;
	}
	.cartTable tbody tr.total-price td {
		font-size: 18px;
		font-weight: 800;
	}
	.intro-container .rlCartHead {
		position: relative;
		top: 0px;
		right: 0px;
	}
}
@media screen and (max-width: 991px) {
  #elementTable {
	  margin-top: 0;
  }
  .cartActions-bot {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px){
  .division-container {
    display: none;
  }
}

@media screen and (max-width: 1130px){
  .continueShopping {
    border: none;
    height: auto;
    line-height: auto;
    margin-top: 0;
  }
  .continueShopping a {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
	.cartActions-bot.col-md-8 {
		padding: 0 43px;
	}
}

#elementFrame {
	width: 100%;
	height: 580px;
	border: none;
}
