/* ***** TEMP ***** */
.criteo_header {
  display: none !important;
  position: fixed !important;
  bottom: 0 !important;
  z-index: 900 !important;
}
.ltkmodal-mobilehtml {
  display: none;
}


.dev {
  background-color: yellow;
}
.live-site .dev {
  display: none !important;
}


@media screen {
	.preloader-images {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	.preloader-images img {
		display: block;
		}
	}
@media print {
	.preloader-images,
	.preloader-images img {
		visibility: hidden;
		display: none;
	}
}


/* OVERRIDES */
html {
  box-sizing: border-box;
  text-shadow: none;
}
*, ::before, ::after {
  box-sizing: inherit;
  text-shadow: inherit !important;
  /*position: relative;*/
}
::before, ::after {
  position: relative;
}
body.ui-mobile-viewport.ui-overlay-a, .ui-page-theme-a {
  background-color: #fff;
  font-size: 1rem !important;
}
.ui-mobile .ui-page {
  overflow: visible;
}
/*.no-icon ::after {
background-image: none;
}*/
.ui-shadow-inset, .ui-input-text *, .ui-select *, .ui-page-theme-a .ui-focus, .ui-btn:focus {
  box-shadow: none;
}

article, aside, footer, header, nav, main, section, figure, figcaption {
  display: block;
  margin: 0;
}
strong {
  font-weight: bold;  /* IE 10 */
}
strong em {
  font-style: normal;
  text-decoration: underline;
}
.em_extreme {
  text-decoration:underline;
  font-weight:bold;
  color: #f00;
}
img {
  border: 0;
}
.img {
  /*text-align: center;*/ /* CHECK THIS */
}
.img-right, .img-left, .img-narrow {
  text-align: center;
}
.img:not(.img-static) img {
  width: 100%;
  height: auto;
}
.img-right img, .img-left img {
  max-width: 400px;
}
.img-narrow img {
  max-width: 200px;
}
@media (min-width: 541px) {
  .img-left {
    float: left;
    max-width: 400px;
    padding: .5em 1.5em .5em 0;
  }
  .img-right {
    float: right;
    max-width: 400px;
    padding: .5em 0 .5em 1.5em;
  }
}

table {
  table-layout: auto;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table:first-child {
  margin-top: 0;
}
table,
.scroll-x:not(:first-child) table {
  margin-top: 1.2em;
}
table, tbody, tr, table .spacer {
  width: 100%;
}
table td,
table th {
  vertical-align: top;
  padding: .25em .5em;
  line-height: 2em;
  border: thin solid #1a1a1a;
  text-align: center;
  font-size: .9em;
}
table .table-row-head {
  font-weight: bold;
}

table.table_tight, table.table_tight tbody, table.table_tight tr, /* temp (kb) */
table.table-tight, table.table-tight tbody, table.table-tight tr {
  width: auto;
}
table.table-tight td {
  padding-left: 1rem;
  padding-right: 1rem;
}
table.table_layout td { /* temp (Knowledgebase home & articles) */
  border: 0;
}
table.table_labelvalue td:first-child { /* (kb) */
  background: #f1f1f1;
  font-weight: bold;
}

table.table_text td, /* temp (kb) */
table.table_text th, /* temp (kb) */
table.table-type-text td,
table.table-type-text th  {
  text-align: left;
  line-height: 1.5em;
}
table.table_text ul, /* temp (kb) */
table.table-type-text ul  {
  margin-top: .5em;
}

.table-layout-multiitemcells div {
  white-space: nowrap;
}
table.table-type-data.table-layout-multiitemcells tr:not(.table-row-head) td {
  padding: 0;
}
table.table-type-data.table-layout-multiitemcells tr:not(.table-row-head) td div {
  padding-left: .3em;
  padding-right: .3em;
}
table.table-type-data:not(.table-layout-multiitemcells) tr:nth-child(even):not(.table-row-head) td,
table.table-type-data.table-layout-multiitemcells tr:not(.table-row-head) td div:nth-child(even) {
  background: #f2f2f2;
}

table.table-layout-brightheaders .table-row-head {
  background: #b9dcff;
}

table .table-row-align-v-top th,
table .table-row-align-v-top td {
  vertical-align: top;
}
table .table-row-align-v-middle th,
table .table-row-align-v-middle td {
  vertical-align: middle;
}
table .table-row-align-v-bottom th,
table .table-row-align-v-bottom td {
  vertical-align: bottom;
}

input[type="text"] {
  -webkit-appearance: none;
}
/* hide number field arrows */
input[type="number"] {
  -moz-appearance: textfield !important;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* monetate fixes */
.mt-fix ul, .mt-fix li {
  margin: 0;
  padding: 0;
}
.mt-fix ul {
  transform: translate3d(0,0,0) !important;
}
.mt-fix li {
  width: 100% !important;
  list-style: none;
}



/* PAGE BOUNDS */
.header_wrapper, #searchPanel, .page-header, main, footer {
  min-width: 320px;
}

.header_wrapper, .content-wrapper-inset, .content-wrapper-tight, .grid, .page-header, .breadcrumb {
  margin: 0 auto;
  max-width: 1112px;
}

main.ui-content {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 541px) {
  main.ui-content {
    padding-top: 0 !important;
  }
  #searchPlaceholder {
    display: none;
  }
}



/* HORIZONTAL PAGE PADDING */

.section-header + div {
  padding-left: 22px;
  padding-right: 22px;
}
.section-header {
  padding: 0 11px;
}

.panel .section-header, .panel .section-header + div, #navPanel .categoryList a {
  padding-left: 16px;
  padding-right: 16px;
  padding-left: calc(16px + constant(safe-area-inset-left));
  padding-right: calc(16px + constant(safe-area-inset-right));
}
@supports(padding: calc(max(0px))) {
  .panel .section-header, .panel .section-header + div, #navPanel .categoryList a {
    padding-left: calc(max(16px, env(safe-area-inset-left)));
    padding-right: calc(max(16px, env(safe-area-inset-right)));
  }
}
/*@media (min-width: 541px) {
  .panel .section-header, .panel .section-header + div, #navPanel .categoryList a {
    padding-left: 22px;
    padding-right: 22px;
    padding-left: calc(22px + constant(safe-area-inset-left));
    padding-right: calc(22px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .panel .section-header, .panel .section-header + div, #navPanel .categoryList a {
      padding-left: calc(max(22px, env(safe-area-inset-left)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}*/

@media (max-width: 1156px) {
  .header_wrapper, .page-header, .content-wrapper-inset, .popup {
    padding-left: 22px;
    padding-right: 22px;
    padding-left: calc(22px + constant(safe-area-inset-left));
    padding-right: calc(22px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .header_wrapper, .page-header, .content-wrapper-inset, .popup {
      padding-left: calc(max(22px, env(safe-area-inset-left)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
  .itemTable tr > :first-child {
    padding-left: 22px;
    padding-left: calc(22px + constant(safe-area-inset-left));
  }
  .itemTable tr > :last-child {
    padding-right: 22px;
    padding-right: calc(22px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .itemTable tr > :first-child {
      padding-left: calc(max(22px, env(safe-area-inset-left)));
    }
    .itemTable tr > :last-child {
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}
@media (max-width: 720px) {
  .section-header {
    padding-left: 16px;
    padding-right: 16px;
    padding-left: calc(16px + constant(safe-area-inset-left));
    padding-right: calc(16px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .section-header {
      padding-left: calc(max(16px, env(safe-area-inset-left)));
      padding-right: calc(max(16px, env(safe-area-inset-right)));
    }
  }
}
@media (max-width: 540px) {
  .header_wrapper, .content-wrapper-inset, .page-header, .popup {
    padding-left: 16px;
    padding-right: 16px;
    padding-left: calc(16px + constant(safe-area-inset-left));
    padding-right: calc(16px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .header_wrapper, .content-wrapper-inset, .page-header, .popup {
      padding-left: calc(max(16px, env(safe-area-inset-left)));
      padding-right: calc(max(16px, env(safe-area-inset-right)));
    }
  }

  .itemTable tr > :first-child {
    padding-left: 11px;
    padding-left: calc(11px + constant(safe-area-inset-left));
  }
  .itemTable tr > :last-child {
    padding-right: 16px;
    padding-right: calc(16px + constant(safe-area-inset-right));
  }
  @supports(padding: calc(max(0px))) {
    .itemTable tr > :first-child {
      padding-left: calc(max(11px, env(safe-area-inset-left)));
    }
    .itemTable tr > :last-child {
      padding-right: calc(max(16px, env(safe-area-inset-right)));
    }
  }
}
@media (max-width: 374px) {
  .content-wrapper-inset .section-header + div {
    padding-left: 0;
    padding-right: 0;
  }
}



/* SECTIONS */
section {
  clear: both;
}
section.fw {
  max-width: none;
  margin: 0;
  padding: 0;
}
section > div {
  padding-top: 20px;
  padding-bottom: 30px;
}
section.tight > div, section.section-tight > div {
  padding-top: 0;
  padding-bottom: 0;
}
section.section-tight-top > div {
  padding-top: 0;
}
section.section-tight-bottom > div {
  padding-bottom: 0;
}
/*section > div > *:last-child:not(h1) {
  margin-bottom: 0;
}*/

.section-header {
  margin: 0;
  /*line-height: 48px;*/
  padding-top: .6em;
  padding-bottom: .6em;
  background: #f6f6f6;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a1a;
}
.section-header .item-note {
  display: none;
}
@media (min-width: 541px) {
  :not(.panel) .section-header {
    background: #f1f1f1;
  }
}


.noAnimation {
  transition: 0 !important;
}


/* GRID */
.grid-item .box {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .grid-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
  }
  .grid.weighted .grid-item:nth-child(odd) {
    width: 35%;
  }
  .grid.weighted .grid-item:nth-child(even) {
    width: 65%;
  }
  .grid-item:nth-child(odd):last-child {
    width: 100%;
  }
  .grid + * {
    clear: both;
  }

  .grid-item:nth-child(odd):not(:last-child) {
    padding-right: 11px;
  }
  .grid-item:nth-child(even) {
    padding-left: 11px;
  }
}
@media (max-width: 719px) {
  .grid-item {
    margin-bottom: 0;
  }
}



/* HIDDEN ELEMENTS */
.hide {
  display: none !important;
}
.hide-off-screen,
.visuallyHidden {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  line-height: 1px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
@media (max-width: 540px) {
  .desktop, .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 541px) {
  .mobile, .hide-desktop {
    display: none !important;
  }
}



/* TEXT */
html {
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html body {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif !important;
  font-weight: 300;
  color: #1a1a1a; /* jQuery still overriding with #333 */
}
body, input, textarea, select {
  font-family: 'Muli', sans-serif !important;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin: 0 0 1em;
  font-weight: bold;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 1em;
}
h1, h2 {
  font-size: 1.3em;
}
h2 {
  margin: 0 0 .6rem;
}
h3 {
  font-size: 1.2rem;
  font-weight: 400;
}
h6 {
  margin: 0 0 .2em;
}

/*.header_inline {
  display: inline-block;
  padding-right: .4em;
}
.header_inline + p {
  display: inline;
}
.header_inline + p::after {
  content: "";
  display: block;
}*/


.header-options h1,
.header-options h2 {
  display: inline-block;
  margin-top: .2em;
}
.header-options .btn {
  float: right;
  margin: 0 0 1.5em;
}
.header-options + * {
  clear: both;
}
@media (max-width: 540px) {
  .header-options .btn {
    margin-bottom: 1em;
  }
}

p {
  margin: 0;
}
p:not(:first-child):not(.tight) {
  margin-top: 1em;
}
h6 + p:not(:first-child) {
    margin-top: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 2em;
}
p + ul, p + ol,
h1 + ul, h1 + ol,
h2 + ul, h2 + ol,
h3 + ul, h3 + ol,
h4 + ul, h4 + ol,
h5 + ul, h5 + ol,
h6 + ul, h6 + ol,
ul li + li,
ol li + li {
  margin-top: .3em;
}
ul p:not(:first-child),
ol p:not(:first-child) { /* specificity to override p:not(:first-child) */
  margin: 0;
}
li h3 {
  display: inline;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  list-style-type: none;
}
.product-description li {
  margin-top: 0;
}

sup {
  position: relative;
  line-height: 0;
  font-size: 70% !important;
}
sup.r {
  font-size: 45% !important;
  top: -.2em;
}
sup.tm {
  font-size: 55% !important;
}

.subtitle {
  margin-top: .2em;
  font-size: 1.1rem;
  font-weight: 400;
}
.subtitle a,
.ui-page-theme-a .subtitle a { /* jQm */
  margin-left: .5em;
  font-size: .9rem;
  font-weight: bold;
}

.jsShowImage, .jsShowVideo {
  cursor: pointer;
}

@media (min-width: 541px) {
  h1, h2 {
    font-size: 1.7rem;
  }
}


/* Layout */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.justify {
  text-align: justify;
}
.justify::after {
  content: '';
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.scroll-x {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: scroll;
}
.scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.noScroll, .no-scroll  {
  overflow: hidden !important;
}
.noWrap, .no-wrap {
  white-space: nowrap;
}


.columns {
  display: flex;
}
.columns .column {
  padding: 0 11px;
}
.columns .column:first-child { padding-left: 0; }
.columns .column:last-child { padding-right: 0; }


.content-wrapper-sidebar {
  display: flex;
  clear: both;
}
.content-wrapper-sidebar .content-sidebar {
  flex: 0 0 280px;
  min-width: 280px;
}
.content-wrapper-sidebar .content-sidebar-left { /* Flexbox "gap" not supported IE 11 */
  margin-right: 22px;
}
.content-wrapper-sidebar .content-sidebar-right {
  margin-left: 22px;
}
.content-wrapper-sidebar .content-main {
  flex: 1;
  padding-bottom: 22px;
  max-width: 100%;
  overflow: hidden;
}
.content-wrapper-sidebar .content-main > :first-child {
  margin-top: 0;
}

/*.content-wrapper-sidebar.content-wrapper-sidebar-left .content-main {
  padding-left: 22px;
}
.content-wrapper-sidebar.content-wrapper-sidebar-right .content-main {
  padding-right: 22px;
}
@media (max-width: 720px) {
  .content-wrapper-sidebar.content-wrapper-sidebar-left .content-main {
    padding-left: 0;
  }
  .content-wrapper-sidebar.content-wrapper-sidebar-right .content-main {
    padding-right: 0;
  }
}*/




/* UI */
a { /* , .ui-page-theme-a a */
  box-shadow: none; /* needed? */
  font-weight: 400;
  text-decoration: none;
  color: #c70000;
}
a.link-disabled,
a.link-disabled:hover,
a.link-disabled:active {
  color: #999 !important;
  cursor: default;
}
p a,
.ui-page-theme-a p a {
  font-weight: 300;
}
strong a, b a,
p strong a, p b a,
.ui-page-theme-a p strong a, .ui-page-theme-a p b a {
  font-weight: bold;
}
.no-touch a:hover {
  color: #e00;
}
a:active, .no-touch a:active {
  color: #a00;
}
a.ui, a.ui:hover, a.ui:active,
a.no-link, a.no-link:hover, a.no-link:active {
  color: #1a1a1a;
}
a[href^="tel:"],
a[href^="mailto:"],
.phone {
  white-space: nowrap;
}
nav:not(.breadcrumb) a,
a.btn,
#tilesHome * {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link {
  background-color: transparent !important;
  border: 0;
  color: #c70000 !important;
  cursor: pointer;
}
a.iconLink, a.iconLink:hover, a.iconLink:active {
  color: #1a1a1a;
}
.iconLink {
  text-align: center;
  line-height: 2.6rem;
}
.iconLink .label {
  font-size: .9rem;
}
.iconLink .icon {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}

.header-link-icon {
  vertical-align: 1px;
  padding-left: .2em;
  width: 21px;
}

.pageNote {
  margin-top: 10px;
}
.centerNote {
  margin: 10px auto 35px;
  text-align: center;
  color: #909090;
}
#divItemHistory.centerNote,
#divOrderHistory.centerNote {
  margin-top: 50px;
}
@media (max-width: 540px) {
  .pageNote {
    text-align: center;
    color: #909090;
  }
}

.valLbl {
  font-size: 110%;
  text-transform: lowercase;
  font-variant: small-caps;
  font-synthesis: initial; /* allow small-caps */
}

.price,
.item-price, .pricePer {
  font-weight: bold;
  font-size: 1rem;
}
.price,
.item-price {
  color: #0061ac;
}
.pricePer {
  color: #909090;
}
.oldPrice,
.item-price-old {
  text-decoration: line-through;
  color: #909090;
}
.salePrice,
.item-price-percent {
  color: #c70000;
  white-space: nowrap;
}
.soldBy,
.item-soldby {
  font-size: 80%;
  font-weight: 400;
}

.sku,
.item-sku {
  font-weight: 400;
}
.item-note {
  color: #707070;
}
@media (max-width: 720px) {
  .item-note { font-size: 80%; }
  .item-note .item-note { font-size: 100%; } /* these were being nested on search page and getting progressively smaller over time */

  .note { font-size: 90%; }
}

.priceTag {
  padding: 6px 12px;
  background-color: #eee;
  border-radius: 3px;
  font-size: .8rem;
}

.item-stock, .item-stock a, p .item-stock a,
.stockStatus, .stockStatus a, p .stockStatus a { /* replace */
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1a1a;
}
.item-stock a,
.stockStatus a { /* replace */
  font-size: 1em;
  cursor: help;
}
.item-stock a:active,
.no-touch .item-stock a:hover,
.stockStatus a:active, /* replace */
.no-touch .stockStatus a:hover { /* replace */
  color: #1a1a1a;
  text-decoration: underline;
}

.item-stock-extended, .stockStatus .item-stock-extended {
  text-transform: none;
}

.item-stock-positive, a.item-stock-positive, a.item-stock-positive:active, .no-touch a.item-stock-positive:hover { color: green !important; } /* remove !important after implementing globally */
.item-stock-negative, a.item-stock-negative, a.item-stock-negative:active, .no-touch a.item-stock-negative:hover { color: #c70000 !important; } /* remove !important after implementing globally */

.item-onhand {
  font-weight: 400;
  color: #999;
}

.tableOption {
  display: block;
  text-align: center;
  margin: 16px auto 8px;
  font-size: .9rem;
  color: #c70000;
}
.disclaimer {
  margin-top: 1em;
  font-size: .8rem;
}
.disclaimer.disclaimer-urgent {
  color: #f00;
  font-weight: bold;
}
.messageText { /* ? */
  margin-top: 40px;
}
.error {
  color: #f00;
}
.form-error {
  margin-top: 1em;
}
.bannerError {
  margin-top: 1em;
  margin-bottom: 1em;
}
.bannerError .banner-message {
  padding: .8em .5em;
  background-color: #f2f2f2;
  border: 2px solid #c70000;
  text-align: center;
  font-weight: bold;
  color: #00367a;
}
.bannerError .banner-message a {
  font-weight: bold;
}
.bannerError .icon {
  margin-right: .3em;
}
.content-wrapper-inset .bannerError {
  padding-left: 0;
  padding-right: 0;
}
.cursor-help {
  cursor: help;
}

.section-highlight, #motorFreightAdditionalInfo {    /* convert #motorFreightAdditionalInfo on shipping method */
  margin: 1rem 0;
  padding: .8rem 1rem;
  border: 2px solid #144788;
  border-radius: 15px;
  font-weight: bold;
}
.section-highlight + .section-highlight {
  margin-top: 1rem;
}
.section-highlight .icon-alert {
  margin-right: .3em;
}
.section-highlight p:not(:first-child) {
  margin-top: .5em;
}
.section-highlight .ui-input-text input {
  margin-top: 0;
}
.section-highlight .note {
  margin-top: .5em;
  font-size: .95em;
  font-weight: 400;
}


.menu-collapsible {
	margin-bottom: 22px;
	border: 2px solid #c8c8c8;
}
.menu-collapsible h3 {
	margin: 0;
	padding: 1rem;
	background: #f2f2f2;
	font-size: 1.1rem;
	font-weight: 700;
	/*text-transform: capitalize;*/
}
.menu-collapsible:not(.menu-disabled) h3::after {
	display: block;
	content: "\2b";
	position: absolute;
	top: 50%;
	transform: translateY(-56%);
	right: 1rem;
	font-size: 1.2em;
	color: #c00;
}
.menu-collapsible ul,
.menu-collapsible .menu-collapsible-content {
	margin: 0;
	padding: 0 1rem;
	max-height: 300px;
	overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.menu-collapsible:not(.menu-active) ul,
.menu-collapsible:not(.menu-active) .menu-collapsible-content {
  display: none;
}
.menu-collapsible li {
	margin: .6rem 0 0 0;
  list-style: none;
}
.menu-collapsible li:first-child {
	margin-top: 0;
}
.menu-collapsible label {
	position: relative;
	margin: 0;
}
.menu-collapsible input[type="checkbox"] {
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
}
.menu-collapsible .menu-option {
	display: block;
	padding-left: 25px;
}
.menu-collapsible.menu-active {
	padding-bottom: 1rem;
}
.menu-collapsible.menu-active h3 {
	margin-bottom: 1rem;
}
.menu-collapsible:not(.menu-disabled) h3 {
	position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu-collapsible.menu-active:not(.menu-disabled) h3::after {
	content: "\2212";
}
/*.menu-collapsible.menu-collapsible-one-item:not(.menu-active):not(.menu-disabled) {
  display: none;
}*/

hr {
  overflow: visible;
  margin: 25px auto;
  border: 0 solid #c8c8c8;
  border-bottom-width: 1px;
}
hr.indent {
  padding: 30px;
}
hr.or {
  position: relative;
  margin: 50px auto;
  text-align: center;
}
hr.or::after {
  content: "OR";
  position: absolute;
  top: -0.65em;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
  background: #fff;
  color: #afafaf;
}

.flash {
  box-shadow: 0 0 4px 2px #0061ac;
}
.flash-transition {
  transition: .2s ease-out;
}

.captcha {
  margin-top: 1.4em;
}
.captcha span,
.captcha > input {
  display: inline-block;
}
.captcha > input {
  margin-top: .6em;
  width: 60px;
}
.captcha div.ui-input-text { /* jQm */
  display: inline-block;
  margin-top: .6em;
  width: 60px;
}

/*.footnote {     /* not sure where this was used
  position: absolute;
  padding: .5em;
  margin: -.5em;
}*/
.footnote {
  font-size: .7em;
}



/* BUTTONS */
.btn {
  display: inline-block;
  position: relative;
  margin: 25px 0 0; /* Adj 0001 */
  padding: 0 .7em;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  line-height: 42px;
  background-color: #c70000;
  border: 1px solid #c70000;
  border-collapse: separate;
  color: #fff;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1rem;
  text-align: center;
  z-index: 50;
  cursor: pointer;
  transition-duration: .2s;
}
.btn:first-child {
  margin-top: 0;
}
.btn:active,
.no-touch .btn:hover {
  background-color: #b00;
  /*border-color: #b00;*/
  color: #fff; /* jQm */
}

.btn.btn-alt {
  background-color: transparent;
  color: #c70000;
}
.btn.btn-alt:active,
.no-touch .btn.btn-alt:hover {
  background-color: #c70000;
  color: #fff;
}

.btn.btn-fw, .btn.btn-large {
  display: block;
  width: 100%;
}
.btn.btn-small {
  line-height: 30px;
  font-size: .9rem;
}

.btn.btn-left,
.btn.btn-right {
  display: inline-block;
  width: 48%;
  width: calc(50% - 8px);
  /*float: left;*/
}
.btn.btn-right {
  float: right;
}
/*a.btn.btn-center {
  margin-left: auto;
  margin-right: auto;
}*/


.btn.btn-disabled,
.btn.btn-disabled:hover,
.btn.btn-disabled:active {
  opacity: .2;
  pointer-events: none;
  /*border-color: #c8c8c8;
  cursor: default;*/
}
.btn.btn-alt.btn-disabled:hover {
  background: transparent;
  color: #c70000;
}
/*a.btn.btn-selected,
a.btn.btn-selected:hover,
a.btn.btn-selected:active {
  background: #b5b5b5;
  border-color: #b5b5b5;
  color: #fff;
  cursor: default;
}*/

.btn-add-unavailable {
  margin: 25px 0 0; /* Adj 0001 */
  color: #999;
}


.userOptions .print,
.userOptions .email {
  color: #1a1a1a;
}

@media (min-width: 541px) {
  .btn {
    display: inline-block;
    padding: 0 1em;
    width: auto;
  }
  .btn.btn-large.btn-inline {
    display: inline-block;
  }
  .btn.btn-inline + .btn.btn-inline {
    margin-left: 1em;
  }
  .btn.btn-large {
    max-width: 250px;
  }
  .btn.btn-left,
  .btn.btn-right {
    width: calc(50% - 11px);
  }
  .btn.page-button {
    display: table;
    margin-left: auto;
    min-width: 180px;
  }

  .userOptions {
    text-align: right;
  }
  .userOptions .btn {
    display: inline-block;
    margin: 22px 0 0 22px;
  }
}


a.btn .ui-btn { /* override jQm */
  visibility: hidden;
  position: absolute;
  top: 0;
  margin-left: -.7rem !important;
  margin-right: -.7rem !important;
  width: 100%;
}


/* redo styles */

.btnLink a {
  margin-top: -1px;
  line-height: 42px;
}
.btnDetail {
  display: block;
  margin-top: .5em;
  text-align: center;
  font-size: .7rem;
  font-weight: 400;
  color: #707070;
}
.btnDetail.link {
  margin-top: 15px;
  font-size: .9rem;
  font-weight: 400; /* override jQm */
  color: #c70000;
  cursor: pointer;
}



/* UI INPUTS */


input {
  margin: 0;
  padding: 0 .5em;
  /*line-height: 34px;
  height: auto !important;*/
  height: 42px;
  min-height: 30px !important; /* jQm */
  width: 100%;
  border: 1px solid #ddd; /* jQm: 4/14/21 removed !important */
}
input[type="text"],
input[type="number"],
input[type="search"] {
  font-weight: 300;
  /*border-radius: .3125em;*/
}
input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
}
textarea {
  min-height: 120px;
  width: 100%;
  border-color: #ddd;
}

/* jQm */
.ui-input-text input,
.ui-input-search input,
.ui-checkbox label,
textarea {
  font-weight: 300;
}
.ui-input-text {
  margin: 0;
  border-radius: 0;
}
.ui-input-text input {
  padding-top: 0;
  padding-bottom: 0;
  border: 0 !important;
}
.ui-input-search input {
  border: 0 !important;
}

.checkbox {
  margin-top: 25px;
  padding: 11px 22px;
  background: #f2f2f2;
}
.checkbox label {
  font-weight: bold;
}
.checkbox.emphasize {
  border-left: 4px solid #c70000;
}
.checkbox.emphasize label {
  border-radius: 0;
}
.ui-radio input,
.ui-checkbox input {      /* IE 10 */
  border: 0 !important;
  padding: 0;
}

.radio-options-collapse .option-highlighted {   /* remove from ctlShippingMethod.ascx */
}
.radio-options-collapse .option,
.radio-options-list .option {
  border: 1px solid #707070;
}
.radio-options-list .option:not(:last-child),
.radio-options-collapse .option:not(:last-child) {
  border-bottom: 0;
}
.radio-options .ui-radio label { /* jQm */
  margin-top: 0;
  padding-left: 2.1em;
}
.radio-options p {
  margin: .5em 0;
}
html.js .radio-options .option:not(.checked) .option-content-hidden {
  display: none;
}
.radio-options-collapse .option {
  position: relative;
  overflow: hidden;
}
.radio-options-collapse .option-content,
.radio-options-collapse .option-content-hidden {
  padding: 0 2.1em .7em;
}
.radio-options-collapse .radio-primary {
  font-weight: bold;
}
.radio-options-collapse .field-label {
  margin-bottom: 0;
}
.radio-options-collapse .field-label + .field-label {
  margin-top: .7em;
}
.radio-options-collapse .radio-primary {
  padding-right: 2.5em;
}
.radio-options-collapse .option::after {
  content: "";
  position: absolute;
  top: 1em;
  right: 1em;
  width: .9em;
  height: .9em;
  background-size: .9em .9em;
  background-repeat: no-repeat;
  background-image: url("https://www.usplastic.com/images/icons/ui/caret-d.svg");
  transition: transform .24s cubic-bezier(0.23, 1, 0.32, 1);
}
.radio-options-collapse .option:not(.checked)::after {
  top: 50%;
  transform: translateY(-50%);
}
.no-touch .radio-options-collapse .option:not(.checked):hover::after {
  transform: translateY(-40%);
}

.radio-options-separate .entry { /* .entry.option (?) */
  cursor: pointer;
}

.input-radio {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}
.input-radio .ui-radio {
  margin: 0;
}
.input-radio .ui-radio label,
.input-radio .ui-radio label:hover,
.input-radio .ui-radio label:active { /* jQm */
  padding: 0;
  background-color: transparent;
  border: 3px solid transparent;
  box-shadow: 0 0 0 2px #464646;
}
.input-radio .ui-radio label {
  width: 18px;
  height: 18px;
  /*background-image: url("https://www.usplastic.com/images/icons/ui/radioUnchecked.svg");*/       /* convert to fabricated image */
  border-radius: 99px;
}
.input-radio .ui-radio label.checked {
  /*background-image: url("https://www.usplastic.com/images/icons/ui/radioChecked.svg");*/
  background-color: #464646;
}
.input-radio .ui-radio .ui-btn.ui-radio-on::after {
  display: none;
}
.input-radio label > input,
.input-radio label + input{
  opacity: 0;
  margin: -10px 0 0 -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ui-btn-icon-left::after { /* jQm */
  display: none !important;
}
.checkable {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
  z-index: 50;
}



/* SLIDERS */

.product-slider, .section-header + .product-slider {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.product-slider-content {
  display: flex;
  overflow: hidden;
  white-space: nowrap;

  /* Do this only if arrows present */
  margin-left: 11px;
  margin-right: 11px;
}
.product-slider a,
.product-slider a:hover,
.product-slider a:active {
  color: #1a1a1a;
}
.product-slider .item {
  display: inline-block;
  position: relative;
  margin-right: 11px;
  padding: 11px 11px 48px;
  flex: 0 0 200px;
  width: 200px;
  border: 1px solid #d6d6d6;
  text-align: center;
  white-space: normal;
}
.product-slider .item:last-child {
  margin-right: 0;
}
.product-slider .item img {
  margin-bottom: 22px;
  height: 150px;
  width: auto;
}
.product-slider .label {
  margin-bottom: 22px;
  font-size: .9rem;
  font-weight: 400;
}
.product-slider .label .item-note {
  display: none;
}
.product-slider .btn {
  display: block;
  position: absolute;
  bottom: 11px;
  left: 22px;
  right: 22px;
  width: auto;
  /*width: 80%;
  width: calc(100% - 44px);*/
  line-height: 36px;
}

.product-slider ul {
  display: flex;
  margin: 0;
  padding: 0; /* disable for touch scrolling */
  transform: translate3d(0,0,0) !important;
}
.product-slider li {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-right: 11px;
  flex: 0 0 200px;
  width: 200px !important;
  border: 1px solid #d6d6d6;
  list-style: none;
}
.product-slider li:last-child {
  margin-right: 0;
}
.product-slider li > div {  /* Monetate */
  height: 100%;
}
.product-slider li .item {
  position: static;
  flex: none;
  margin: 0;
  width: 100%;
  border: 0;
}



.product-slider-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  background: no-repeat center / 28px 55px #144788 url("https://www.usplastic.com/images/icons/ui/arrowNext.svg");
  opacity: .6;
  transition: 0;
}
.product-slider-next-left {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}
.product-slider-next-right {
  right: 0;
}
.product-slider-next.jump { /* .product-slider-next-right.jump */
  background-image: url("https://www.usplastic.com/images/icons/ui/repeat.svg");
}
.product-slider-next-left.jump {
  background-image: url("https://www.usplastic.com/images/icons/ui/white/skip.svg");
  background-size: 45%;
  transform: scaleX(1) translateY(-50%);
}
.product-slider-next .icon { /* TEMP */
  display: none !important;
}

.product-slider-next:hover {
  opacity: .7;
}

/*.no-touch .product-slider ul {
  -webkit-transform: translate3d(0,0,0) !important;
          transform: translate3d(0,0,0) !important;
}*/
.is-touch .product-slider-content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.is-touch .product-slider-next {  /* enable for touch scrolling */
  /*display: none !important;*/
}

@media (min-width: 375px) {*/
  .section-header + .product-slider {
    margin-left: 11px;
    margin-right: 11px;
  }
}



/* VIDEOS & MAPS */
.video {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50%;
  padding-top: 8%; /* 35px */
  height: 0;
  text-align: center;
  overflow: hidden;
}
.video_container:not(:first-child) .video,
.video:not(:first-child) {
  margin-top: 1.5rem;
}

.video.border {
  border: 1px solid #e0e0e0;
}
.video.border.black {
  border-color: #000;
}

.map {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 2.2rem;
}

@media (max-width: 540px) {
  .video, .map {
    width: 100%;
  }
  .map {
    margin: 25px auto 0;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 250px;
  }
}
@media (min-width: 541px) {
  .video_container:not(.large) {
    max-width: 600px;
  }
}

.video iframe, .map iframe,
.video object, .map object,
.video embed, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.thumbnails .label {
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}
.video_thumbnail {
  display: inline-block;
  position: relative;
  width: 100%;
}
.video_thumbnail::after, .video_thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .8;
  z-index: 1;
}
.video_thumbnail::after {
  width: 20px;
  height: 20px;
  border: 0 solid transparent;
  border-width: 12px 0px 12px 20px;
  border-left-color: #333;
  transform: translate(-34%, -50%);
}
.video_thumbnail::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 99px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  transform: translate(-50%, -50%);
}



/* FORMS */
.form input:not([type="checkbox"]) {
  display: block;
  width: 100%;
}
.form .form-fields-split,
.form .form-fields-split > div {
  display: inline-block;
  width: 100%;
}
.form .form-fields-split > :first-child {
  float: left;
  width: 70%;
  width: calc(100% - 91px); /* 100% - 80px - 11px */
}
.form .form-fields-split > :last-child {
  float: right;
  width: 26%;
  width: calc(80px);
}
.form .form-fields-split .lg > div {
}
.form .form-fields-split .sm > div {
}
.form .form-fields-split.even > div {
}
/*.form .form-fields-split:first-child + .btn {
  margin-top: 0;
}*/

.form-link {
  display: block;
  width: auto;
  margin-top: 1em;
}

/* enable when inputs no longer butchered by jQuery Mobile */
/*
.form * {
margin-bottom: 0;
}
.form input + input {
margin-top: 10px;
}
.form .btn:not(:first-child),
.form .ui-checkbox:not(:first-child) {
margin-top: 18px;
}
.form input:out-of-range {
border: 2px solid red;
}*/
.form .form-group:not(:last-child) {
  margin-bottom: 1rem;
}
/*.form > div:not(:last-child) {
  margin-top: .5em;
}*/
.form a.btn, .form .ui-checkbox {
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.form .ui-input-text, .form .ui-checkbox {
  margin: 0;
}
.form-field,
.form-checkbox,
.field-label,
.ui-select,
.ui-checkbox .ui-checkbox-label {
  margin: .8rem 0 0;
}
.form-field .field-label { /* TEMP */
  margin: 0;
}

.form-defaults p {
  margin-top: 1em;
}

@media (min-width: 541px) {
  .form a.btn:not(.btn-left):not(.btn-right) {
    min-width: 150px;
  }
  /*.form-city, .form-state, .form-zip {
    display: inline-block;
    margin-right: -4px;
  }
  .form-city {
    width: 40%;
  }
  .form-state {
    width: 35%;
    width: calc(40% - .5rem);
    margin-left: .5rem;
  }
  .form-zip {
    width: 15%;
    width: calc(20% - .5rem);
    margin-left: .5rem;
  }*/
}


label {
  display: block;
  margin-bottom: .4em;
}
textarea + label {
  margin-top: 1rem;
}

label.field-label {
  position: relative;
}
label.field-label span {
  display: inline-block;
  position: absolute;
  top: .75em;
  left: 0.2em;
  padding: 0 .3em;
  background: #fff;
  font-weight: 300;
  color: #a0a0a0;
  transition: 0.2s;
  pointer-events: none;
}
label.field-label.raise span {
  font-size: 80%;
  color: #0061ac;
  transform: translate(.3em, -1.3em);
}
label.field-label.field-label-hide.raise span {   /* not used */
  opacity: 0;
}

input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
}
@-webkit-keyframes onAutoFillStart {
  from {/**/}
  to {/**/}
}
@keyframes onAutoFillStart {
  from {/**/}
  to {/**/}
}

p.form-note {
  margin-top: 2em;
}


.tooltip {
  display: none;
}
.tooltip .content {
  position: relative;
  padding: 11px;
  z-index: 99;
}
.tooltip .content > * {
  margin: 0 0 0.5em;
  text-align: left;
  font-size: 0.9rem;
  color: #1a1a1a;
}
.tooltip .content h3 {
  font-weight: 400;
  font-size: 1rem;
}
.tooltip .content h3:not(:first-of-type) {
  margin-top: 1em;
}
.tooltip li.passFail {
  line-height: 1.5em;
  color: #777;
}
@media (max-width: 540px) {
  .tooltip .content {
    padding-top: 0;
  }
}
@media (min-width: 541px) {
  .form-focus {
    max-width: 500px;
    margin: 2rem auto;
  }

  .tooltip,
  .tooltip .carrot {
    background: #f1f1f1;
    border: 1px solid #ccc;
  }
  .tooltip {
    position: absolute;
    margin-top: -.2em;
    left: 50%;
    width: 250px;
    transform: translateX(-125px);
    border-radius: 8px;
    text-align: center;
    z-index: 97;
  }
  .tooltip .carrot {
    position: absolute;
    left: 20px;
    top: -8px;
    width: 14px;
    height: 14px;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    z-index: 98;
  }
  .tooltip li.passFail {
    line-height: 1.8em;
  }
}

.passFail.pass {
  color: #04a206 !important;
}
.passFail.fail {
  color: red !important;
}
.strengthMeter {
  height: 4px;
  background: #c8c8c8;
}
.strengthMeter .meter {
  width: 0;
  height: 4px;
  transition-duration: .3s;
}


.commentsField .ui-input-text { /* jQm */
  background: #f6f6f6;
  border: 0;
}
.commentsField input {
  height: 30px;
  background: #f6f6f6;
  border: 0;
}


.addSubtract {
  text-align: justify;
  margin-bottom: -20px !important;
}
.addSubtract::after {
  content: '';
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.addSubtract > *,
.addSubtract .btn {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.addSubtract .btn {
  border-radius: 9px;
  width: 80px;
  width: calc(34% - 16px);
  line-height: 34px;
  height: 36px;
}
.addSubtract .ui-input-text { /* jQm */
  width: 67px;
  width: calc(32%);
  height: 36px;
}
.addSubtract .ui-input-text input { /* jQm */
  height: 34px;
}
.addSubtract > input { /* jQm: Remove '>' */
  width: 67px;
  width: calc(32%);
  height: 36px;
}

@media (min-width: 541px) {
  .form-mini {
    margin: 0 auto;
    padding: 22px !important; /* remove */
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 0 11px 0 rgba(0,0,0,.18);
  }
}



.progressTracker {
  margin: 1em auto 3em;
  width: 100%;
}
.progressTracker a {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: .7em;
  width: 20%;
  height: 3.75em;
  border: 1px solid #707070;
  font-weight: bold;
  color: #1a1a1a;
  overflow: hidden;
}
.progressTracker a:not(:first-child) {
  border-left: 0;
}
.progressTracker .content,
.progressTracker .check {
  position: relative;
}
.progressTracker .check {
  float: left;
}
.progressTracker .label {
  padding-left: 2.1em;
}
.progressTracker .label p {
  margin: 0;
  font-size: .9em;
}
.progressTracker .label p.description {
  margin: 0;
  font-size: .8em;
  color: #afafaf;
}

.progressTracker .check::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #707070;
  border-radius: 99px;
}

.progressTracker a.done .check::after {
  content: "✓";
  position: absolute;
  top: 0;
  left: .1em;
  line-height: .7em;
  font-size: 1.5rem;
  color: #00b446;
}

.progressTracker a.active {
  background: #f2f2f2;
}
.progressTracker a.active p.title {
  color: #c70000;
}
.progressTracker a.active p.description {
  color: #1a1a1a;
}

.progressTracker a.step-unavailable {
  /*opacity: .3;*/
  cursor: default;
}
.progressTracker a.step-unavailable .check::before {
  border-color: #afafaf;
}
.progressTracker a.step-unavailable p.title {
  color: #909090;
}

@media (max-width: 540px) {
  .progressTracker {
    display: none;
  }
}
@media (max-width: 800px) {
  .progressTracker a {
    font-size: .8em;
  }
}
@media (max-width: 940px) {
  .progressTracker .label p.description {
    display: none;
  }
}
@media (max-width: 1111px) {
  .progressTracker .label p.description {
    font-size: .75em;
  }
}


/* Old */

table.form {
  margin-left: -1px;
}
table.form, .form tbody, .form tr, .form td {
  display: inline-block;
  width: 100% !important;
}
.form tr:first-child > td:first-child div {
  margin-top: 0
}
.form .btn.ui-btn,
.form .ui-btn.ui-input-btn {
  margin-top: 18px;
}
.form .btn .ui-btn {
  margin: 0;
}
.formDetail {
  margin: 0 0 2px 11px !important;
  font-size: .9rem;
  color: #afafaf;
}
/* Checkboxes and Dropdowns */
.form .ui-checkbox label.ui-btn,
.form .ui-select div.ui-btn,
.ui-select div.ui-btn {
  background-color: #f6f6f6;
  border-color: #e0e0e0;
  text-align: left;
  color: #333;
  cursor: pointer;
}
.form .ui-checkbox label.ui-btn:hover,
.form .ui-select div.ui-btn:hover,
.ui-select div.ui-btn.ui-corner-all:hover {
  background-color: #f6f6f6;
  color: #333;
}
.form .ui-checkbox label.ui-btn:active,
.form .ui-select div.ui-btn:active,
.ui-select div.ui-btn.ui-corner-all:active {
  background-color: #ededed;
}
.form .ui-checkbox label.ui-btn {
  padding-left: 45px;
}
.form .ui-checkbox label.ui-btn::after {
  background-color: #d0d0d0;
}
.form .ui-select > div.ui-btn,
.ui-select div.ui-btn {
  padding: .65em 1.9em .65em .4em;
}






/* ITEM TABLES */

.itemTable {
  font-weight: 400;
}
.itemTable.table-bordered {
  border: 1px solid #707070;
}
.itemTable tr {
  border-top: 1px solid #e0e0e0;
}
section .itemTable tr:first-child { /* why section? */
  border-width: 0;
}
.itemTable td {
  border: 0;
}
.itemTable td,
.itemTable th {
  vertical-align: middle;
  padding: .5em .25em;
  line-height: 1.4em;
  font-size: 1em;
}
.itemTable a {
  display: block;
}
.itemTable .stockStatus a {
  display: inline-block;
}

.itemTable .item-price {
  margin: 0;
}
.itemTable .table-cell-description .item-price-old {
  display: block;
}

.itemTable .table-cell-stock a {
  font-size: .75rem;
  color: #0061ac;
}
.itemTable .table-cell-stock .img {
  margin-top: .25em;
  width: 60px;
}
.itemTable .table-cell-stock .sku {
  line-height: 1.3em;
}
.itemTable .table-info-title + .table-info-stock {
  margin-top: 0em;
}


.itemTable .table-cell-description {
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.itemTable a.table-info-title, /* TEMP? */
.itemTable .table-info-title a {
  display: inline-block;
  font-weight: bold;
  color: #1a1a1a;
}

.itemTable .table-info-accessories a {
  display: inline-block;
}

.table-info-icons a,
.itemTable .table-info-icons a {
  display: inline-block;
  vertical-align: middle;
}
.table-info-icons .icon {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.table-info-icons > *:not(:first-child) {
  margin-left: .3em;
}

.itemTable .table-cell-description .table-info-comments {
  margin-top: .8em;
  font-size: .9em;
}
.itemTable .table-info-comments a {
  display: none;
}
.itemTable .table-info-comments input {
  height: 30px;
}
.comments-hidden .itemTable .table-info-comments a { display: inline; }
.comments-hidden .itemTable .table-info-comments input { display: none; }

.table-cell-description > *:not(:first-child) {
  margin-top: .75em;
}

.itemTable .itemBrand {
  font-size: .9rem;
  font-weight: 300;
}

.itemTable .table-cell-pg {
  color: #0061ac;
}

.itemTable .table-cell-price,
.itemTable .table-info-price {
  font-weight: bold;
  color: #0061ac;
}
/*.itemTable .table-info-price .group {
  display: inline-block;
  text-align: right;
}*/       /* can't find this anywhere */

.itemTable .stockStatus {
  font-size: .9rem;
}
.itemTable .soldBy,
.itemTable .item-soldby, {
  white-space: nowrap;
}

.itemTable .table-cell-add .btn {
  margin: 0 auto;
}

/*.itemTable .table-cell-checkbox {
  padding-right: 0 16px;
}
.itemTable .table-cell-checkbox input {
  width: auto;
}*/

.itemTable .table-cell-negative {
  text-align: center;
  color: #999;
}
@media (min-width: 541px) {
  .itemTable tr:nth-child(even) .table-cell-negative {
    color: #909090;
  }
}


.itemTable .seeMore {
  margin: 0;
  text-align: left;
  font-size: 0.85rem;
  line-height: normal;
}

.itemTable .note,
.itemTable .priceNote,
.itemTable .discountText {
  color: #707070;
  font-size: .8rem;
  font-weight: 300;
}
.itemTable .note {
  font-size: .9rem;
  font-weight: 400;
}


.itemTable .table-cell-add .qty { /* temp – remove once approved */
  display: none;
}
.itemTable .btn {
  margin: 0;
}
.itemTable .btn-add {
  vertical-align: middle;
  width: 50px;
  height: 112px;
  background-image: url("https://www.usplastic.com/images/icons/ui/shoppingcartadd.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 70%;
}

/* Dropdowns (not used) */
.itemTable .table-cell-add .ui-select .ui-btn {
  padding: .7em 1.4em .6em .4em;
}
.itemTable .table-cell-add .ui-select .ui-btn-icon-right::after {
  right: .15em;
  transform: scale(0.95);
}

.table-title {
  margin-top: 1em;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.table-title h1 {
  display: inline-block;
  margin-bottom: 0;
}
.table-title a {
  display: block;
  float: left;
  margin-top: 1em;
}
.table-title .btn {
  display: inline-block;
  float: right;
  margin-top: 0;
  min-width: 180px;
}
.table-title .btn-alt {
  min-width: auto;
}
.table-title .btn:not(:last-child) {
  margin-left: 22px;
}
@media (max-width: 540px) {
  .table-title {
    margin-top: 0;
  }
  .table-title .btn {
    display: none !important;
  }
}

.table-userOptions {
  margin-top: 44px;
}

.itemTable.table-limit-rows {
  border-bottom-color: #e0e0e0;
}
/*.itemTable.table-limit-rows tr:nth-child(3) {
  opacity: .4;
}*/
.itemTable.table-limit-rows tr:nth-child(n+4) {
  display: none;
}
.table-showMore {
  display: block;
  margin-top: .5em;
  text-align: center;
}


@media (max-width: 370px) {
  .itemTable .table-cell-stock,
  .itemTable .table-cell-description {
    font-size: 90%;
  }
}
@media (max-width: 540px) {
  .itemTable thead,
  .itemTable .table-cell-pg {
    display: none;
  }
}
@media (min-width: 541px) {
  .itemTable {
    margin-bottom: 2rem;
    border-bottom: 1px solid #707070;
  }
  .itemTable .table-cell-wrap {
    display: table-cell;
  }

  .itemTable td, .itemTable th {
    padding-left: 11px;
    padding-right: 11px;
  }

  .itemTable.table-header-shaded th {
    padding-top: .8em;
    padding-bottom: .8em;
    background: #f2f2f2;
    border: 0;
    line-height: 1.3em;
    font-size: 1rem;
    color: #1a1a1a;
  }
  .itemTable th {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #707070;
    border-left: 0;
    border-right: 0;
    line-height: 35px;
    font-size: .9rem;
    color: #0061ac;
    white-space: nowrap;
  }
  .itemTable th.fixed { /* activate with waypoints */
    position: fixed;
    top: 0;
  }
  .itemTable th strong {
    font-weight: 900;
  }

  .itemTable tr {
    border: 0;
  }
  .itemTable tr:nth-child(even) td {
    background: #f1f1f1; /* e8e8e8 */
  }

  .itemTable .table-cell-price {
    white-space: nowrap;
  }

  .itemTable .btn-add {
    height: 50px;
  }
}



/* ENTRY LISTS (Credit Cards & Addresses) */

.entry {
  position: relative;
  border: 1px solid #707070;
  border-radius: 3px;
}
.entry-sq {
  border-radius: 0;
}
.entry:not(:last-child) {
  margin-bottom: 2em;
}
.entry.checked {
  border-color: #c70000;
  border-width: 2px;
  border-radius: 4px;
  margin: -1px;
}
.entry-cc.entry.checked {
  margin-bottom: calc(1em - 1px);
}

.entry .entry-content {
  padding: 22px;
}
.entry .note {
  color: #646464;
}

.entry.option .entry-content {
  padding: 0 1rem 1rem;
}
.entry.option .radio-primary label {
  padding-left: 1.6rem;
}
.entry.option .radio-primary input {
  left: 0;
}

.entry-cc.entry {
  margin-bottom: 1em;
}
.entry-cc.entry .entry-selected,
.entry-cc.entry .entry-selected + .entry-content {
  display: inline-block;
  vertical-align: middle;
}
.entry-cc.entry .entry-selected {
  width: 1.6rem;
}
.entry-cc.entry .radio-primary input {
  left: 1rem;
}
.entry-cc.entry .entry-content {
  padding: 1.4rem;
}

.entry-cc .cc-options {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.entry-cc .cc-options a:not(:last-child) {
  margin-right: 2em;
  line-height: 2rem;
}

@media (max-width: 540px) {
  .entry-cc .cc-options {
    transform: none;
    text-align: right;
    top: .7rem;
    right: 1rem;
  }
  .entry-cc.entry .entry-selected,
  .entry-cc.entry .entry-selected + .entry-content {
    display: block;
  }
  .entry-cc.entry .entry-selected {
    position: absolute;
    top: 1.6rem;
  }
  .entry-cc.entry .entry-selected input {
    transform: none;
  }
  .entry-cc.entry .entry-content {
    padding-top: 3rem;
  }
}
@media (max-width: 799px) {
  .entry-cc .cc-type .icon {
    top: 4px;
  }
}
@media (min-width: 800px) {
  .entry-cc .entry-content > div,
  .entry-cc .cc-details div {
    display: inline-block;
    margin-top: 0;
  }
  .entry-cc .cc-details div {
    margin-left: 1em;
  }
}

.cc-type, .cc-type + .cc-details {
  display: inline-block;
  vertical-align: top;
}
.cc-type {
  float: left;
}
.cc-type .icon {
  width: 2em;
  background-size: 2em auto;
}
.cc-details > div {
  margin-top: .2em;
  margin-left: .5em;
  /*padding-left: 2.8em;*/
}
.cc-expired {
  text-transform: capitalize;
  font-weight: bold;
  color: #f00;
}

.entry-address {
  display: inline-block;
  vertical-align: top;
  /*margin-right: -4px;*/
  margin-bottom: 44px;
  width: 28%;
  width: calc(33.333% - 29.333px);
  height: 360px;
  border-radius: 0;
}
.entry-address:not(:nth-child(3n+1)) {
  margin-left: 44px;
}

.entry-address .entry-defaults {
  background: #f2f2f2;
}
.entry-address .entry-defaults > div {
  display: inline-block;
  visibility: hidden;
  width: 50%;
  background: #b5b5b5;
  border: 0 solid #f2f2f2;
  line-height: 36px;
  text-align: center;
  font-size: .75em;
  font-weight: bold;
  color: #fff;
}
.entry-address .entry-defaults > div:first-child {
  border-right-width: .5px;
}
.entry-address .entry-defaults > div:last-child {
  border-left-width: .5px;
}
.entry-address .entry-defaults.billing .entry-defaults-billing,
.entry-address .entry-defaults.shipping .entry-defaults-shipping {
  visibility: visible;
}

.entry-address .entry-info > :first-child,
.entry .firstLine {
  font-weight: bold;
}

.entry-address.addNew a {
  display: block;
  padding: 22px;
  text-align: center;
  height: 100%;
}
.entry-address.addNew .icon {
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
}

.entry-address .btn {
  margin-top: 22px;
}
.entry-address .btn.btn-main {
  width: 100%;
}

@media (max-width: 919px) {
  .entry-address.entry {
    width: calc(50% - 22px);
    margin-left: 0;
  }
  .entry-address:nth-child(2n) {
    margin-left: 44px;
  }
}

@media (max-width: 540px) {
  .entry-address.entry {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    border-left: 0;
    border-right: 0;
    padding-bottom: 22px;
  }
  .entry-address:nth-child(2n) {
    margin-left: 0;
  }
  .entry-address:not(:last-child) {
    border-bottom: 0;
  }

  .entry-address .entry-defaults {
    background: initial;
  }
  .entry-address .entry-defaults > div {
    display: none;
    background: initial;
    border: 0;
    color: #707070;
  }

  .entry-address .entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .entry-address.addNew {
    padding: 0;
  }
  .entry-address.addNew .icon {
    display: none;
  }
  .entry-address.addNew a::after {
    content: "Add an Address";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media (min-width: 541px) {
  .entry-address.addNew a {
    padding: 0;
  }
  .entry-address.addNew .icon {
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 70px;
    background-size: 70px 70px;
  }
  .entry-address .entry-buttons {
    position: absolute;
    bottom: 22px;
    left: 22px;
    width: 80%;
    width: calc(100% - 44px);
  }
}


/*.entry .btn-selected::after {
  content: "Selected Address";
  position: absolute;
  left: 0;
  width: 100%;
  background: #b5b5b5;
  border-color: #b5b5b5;
  border-radius: 3px;
}*/


.borderedList a { /* only used in search filter panel (mobile) */
  display: block;
  padding: 11px;
  border: 1px solid #ccc;
  border-top-width: 0;
  color: #1a1a1a;
}
.borderedList a:first-child {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.borderedList a:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}


.box {
  position: relative;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid #707070;
}

.boxLink {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  transition: 0.2s ease-out;
}
.no-touch .boxLink:hover {                 /* @media (hover: hover) --> poor browser support */
  transform: scale(1.02);
}
.boxLink .label {
  padding-left: 98px;
}
.boxLink .description {
  display: block;
  color: #898989;
  font-size: 0.9rem;
}
.boxLink .icon {
  float: left;
  height: 76px;
  width: 76px;
  background-size: 76px 76px;
}
@media (min-width: 720px) {
  .boxLink {
    height: 120px;
  }
}



/* PAGE HEADER */

@media (max-width: 540px) {
  .page-header {
    position: relative;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background: #f6f6f6;
    text-align: center;
    font-weight: bold;
    z-index: 890;
  }
  .page-header.fixed {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .14);
  }
  .page-header.slim {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-header.hidden {
    display: none;
  }

  .page-header .btn,
  .page-header .ui-btn.ui-input-btn { /* jQm */
    margin: 0;
    line-height: 35px;
  }
  .page-header-text { /* what is this? */
    margin: -5px auto 10px;
  }
  .page-header-text .valLbl {
    font-weight: 400;
  }
  .page-header h1 {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
  }
  .page-header h1.itemTitle {
    font-size: 1rem;
  }
  .page-header .pageNote {
    display: block;
    font-size: 1rem;
  }
  .page-header .pageNote,
  .page-header .note {
    font-weight: 400;
    color: #909090;
  }
  .page-header .pageButton {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: calc(-.5em - 2px);
  }
  .page-header .pageButton a {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    color: #c70000;
  }
  .page-header .backBtn {
    display: inline;
    position: relative;
    padding: 4px;
    line-height: 0;
    width: 18px;
    height: 24px;

    display: none;
  }
  .page-header .backBtn { /* create .icon-back */
    top: 2px;
    width: 100%;
    height: 100%;
    background-image: url("https://www.usplastic.com/images/icons/ui/red/back.svg");
  }
}
@media (min-width: 541px) {
  .page-header h1 {
    margin-top: 20px;
  }
}



/* Breadcrumb */

.breadcrumb {
  display: block;
}
.breadcrumb .content {
  padding: .7rem 0 .8rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #909090;
}
.breadcrumb a {
  color: #0061ac;
}
.breadcrumb a:after {
  content: "/";
  margin-left: .5em;
  color: #909090 !important;
}
.breadcrumb a:first-child::after {
  margin-right: .5em;
}
@media (min-width: 1111px) {
  .breadcrumb .content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 11px;
    padding-right: 11px;
    background: #f6f6f6;
  }
}
@media (max-width: 541px) {
  /*.breadcrumb,*/
  .breadcrumb .content *,
  .breadcrumb a:after {
    display: none;
  }
  .breadcrumb .content {
    font-size: 0;
  }
  .breadcrumb .content a:last-of-type {
    display: block;
    font-size: .9rem;
    font-weight: bold;
    /*color: #c70000;*/
  }
  .breadcrumb .content a:last-of-type:before {
    content: "← ";
  }
}



/* Pop Ups */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  background: rgba(0, 0, 0, .45);
  transition: opacity .24s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 999;
}
.popup.popup-nofocus {
  background: transparent;
}
.popup.hidden:not(#popupLoading) {
  pointer-events: none; /* Use @supports */
  opacity: 0;
}
.popup.remove {
  display: none;
}
/*@supports (pointer-events: none) {
  .popup.hidden:not(#popupLoading) {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}*/


.popup.hidden:not(#popupLoading) .popup-content {
  /*pointer-events: none;*/
  transform: scale(.666);
}

.popup .popup-content {
  position: relative;
  display: inline-block;
  /*width: 288px;*/
  width: 100%;
  min-width: 288px;
  max-width: 850px;
  /*top: 20%;*/
  top: 50%;
  transform: translateY(-50%);
  max-height: 95%;
  max-height: calc(100% - 44px);
  background: #fff;
  text-align: left;
  overflow: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  transition: transform .28s cubic-bezier(0.23, 1, 0.32, 1);
  /*pointer-events: auto;*/
}

.popup section {
  overflow: hidden;
  padding: 16px;
}
.popup section > div {
  padding: 0;
}
.popup .popup-userOptions,
.popup .popup-userOptions .btn {
  margin-top: 0;
}

.popup h3,
.popup h1, .popup h2 { /* remove h1 & h2 */
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .8em;
}

.popup .buttons {
  margin-top: 25px;
}

.popup .close {
  display: block;
  /*position: -webkit-sticky;
  position: sticky;
  top: -99px;*/ /* fix spacing bug */
  background: #c70000;
  line-height: 26px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.popup .close:active,
.no-touch .popup .close:hover {
  background: #b00;
  color: #fff;
}
.popup .icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
}

.popup .popup-item .img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.popup .popup-item .img + .text {
  margin-top: 1em;
}

.popup .product-slider img {
  height: 100px;
}

@media (min-width: 401px) {
  .popup section {
    padding: 22px;
  }
  .popup section section {
    padding: 0;
  }
  .popup .popup-item .img {
    float: left;
    max-width: 180px;
    width: 30%;
    height: auto;
  }
  .popup .popup-item .img + .text {
    display: inline-block;
    margin-top: 0;
    padding-left: 22px;
    width: 70%;
  }
}


.popup-form .popup-content {
  max-width: 340px;
}
/*#popup_accessories .popup-content,*/
#popup_info .popup-content {
  max-width: 440px;
}

/*#popup_accessories .popup-content {
  text-align: center;
}*/


#popup_info.popup_info_prop65 .popup-content {
  width: auto;
  max-width: 100%;
}
#popup_info.popup_info_prop65 h3 {
  float: left;
  margin: 0;
}
#popup_info.popup_info_prop65 h3 .icon {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  top: .2em;
}
#popup_info.popup_info_prop65 p {
  margin-left: 44px;
}
#popup_info.popup_info_prop65 a {
  display: block;
}

#popup_cart .popup-content {
  width: 100%;
  max-width: 1000px;
  font-weight: bold;
}

#popup_cart .popup-header {
  background: #144788;
  color: #fff;
}
#popup_cart .popup-header h3 {
  font-size: 1.2rem;
}
#popup_cart .popup-header p {
  font-weight: 400;
}
#popup_cart .popup-header a {
  white-space: nowrap;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#popup_cart p {
  margin-top: .5em;
}

#popup_cart .stockStatus {
  display: inline;
  font-weight: bold;
}

#popup_cart .popup-body > div:not(:first-child) {
  margin-top: 22px;
}

#popup_cart .popup-accessories {
  padding: 22px;
  background: #f2f2f2;
  font-weight: bold;
}
#popup_cart .popup-accessories a {
  font-weight: bold;
  white-space: nowrap;
}
#popup_cart .popup-accessories .icon {
  margin-right: .3em;
}

#popup_cart .popup-content .popup-body .product-slider {
  margin-top: 44px;
}

@media (min-width: 541px) {
  #popup_cart .popup-body {
    padding-left: 44px;
    padding-right: 44px;
  }
}



#popupLoading {
  pointer-events: none;
}
#popupLoading .popup-content {
  position: relative;
  width: auto;
  background: transparent;
  box-shadow: none;
  text-align: center;
  overflow: hidden;
}
#popupLoading.hidden {
  display: none;
}




/* PANELS & OVERLAY */
.overlay, .panel {
  position: fixed;
  top: 55px; /* 54px */
  width: 100%;
}

.overlay {
  bottom: -100%;
  left: 0;
  right: 0;
  /*min-height: 100%;*/
  height: calc(100% - 55px);
  background-color: rgba(0, 0, 0, .45);
  transition: opacity .4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 910;
}
.overlay.hidden {
  display: none;
}
@supports (pointer-events: none) {
  .overlay.hidden {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .overlay.active { /* needed? */
    pointer-events: auto;
  }
}


.panel {
  left: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  transition: .32s cubic-bezier(0.23, 1, 0.32, 1);
}
.panel.slideOut {
  width: 80%;
  min-width: 280px;
  max-width: 360px;
  height: 100%;
  height: calc(100% - 55px);
  overflow-y: scroll;
  z-index: 980;
}
.panel .btnClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  padding: 21px 21px;
}
.panel.hidden { /* not used */
  display: none;
}

.panel.contracted { /* IE9 */                   /* Set these all at once with js? Simpler and more accurate */
  transform: translate(-360px, 0);
}
@media (max-width: 540px) {
  #searchPanel.contracted {
    transform: translate(0, -70px);
  }
}
@media (min-width: 541px) {
  .panel:not(#searchFilterPanel) {
    display: none !important;
  }
  .overlay, .panel.slideOut {
    top: 0;
    height: 100vh;
    max-height: none;
    z-index: 1001;
  }
  .panel.slideOut {
    z-index: 1002;
  }
}



/* Nav Panel */

#navPanel {
  left: 0;
  right: initial;
}
#skuThumbnailsBuilder a {
  display: inline-block;
  padding-right: .5em;
  line-height: 40px;
  font-size: .8rem;
  color: #005eb0;
}

/*#navquickorder > div {
  padding-bottom: 20px;
}
#navquickorder input {
  height: 36px;
}
#navquickorder .btn {
  margin-top: .5em;
  line-height: ;
}*/


#navPanelLinks a {
  display: inline-block;
  line-height: 40px;
  font-size: .8rem;
  color: #005eb0;
}
#navPanelLinks a.right {
  float: right;
  padding-left: .5em;
  padding-right: 0;
}
#navPanelLinks a:active {
  opacity: .4;
}

#navPanelLinks a .icon {
  top: -2px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
#navPanelLinks a .icon-quickorder {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
#navPanelLinks a.left .icon {
  margin-right: 4px;
}
#navPanelLinks a.right .icon {
  margin-left: 4px;
}


#navPanel .section-header {
  line-height: 42px;
}
#navPanel .categoryList {
  position: relative;
}
#navPanel .categoryList a {
  display: block;
  line-height: 42px;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer; /* temp */
  transition-duration: .1s;
}
#navPanel .categoryList a:active,
.no-touch #navPanel .categoryList a:hover {
  background: #005eb0;
  color: #fff;
}
.no-touch #navPanel .categoryList a:active {
  background: #004f94;
}
#navPanel .categoryList .categorylist-featured {
  border-bottom: thin solid #e0e0e0;
}

/*#navPanel .indicator-more {
  position: absolute;
  bottom: 0;
  height: 2em;
  font-size: 2em;
  width: 100%;
  text-align: center;
  color: #e0e0e0;
}
#navPanel .indicator-more::after {
  content: "￬";
}*/



/*  Search Panel  */

.searchBar {
  position: relative;
  width: 100%;
  text-align: left;
}

.searchBar > input,
.searchBar > .ui-input-search,
.searchBar > .ui-input-text { /* jQm */  /* .ui-input-text: IE9 (jQm) */
  display: inline-block;
  margin: 0;
  width: 80%;
  width: calc(100% - 84px); /* Adj 0002 */
  height: 36px;
  padding-right: 0; /* jQm */
}
.searchBar input {
  height: 34px;
}
.searchBar > input { /* jQm: remove > */
  height: 36px;
}

/*.searchBar input {
  display: inline-block;
  margin: 0;
  width: 80%;
  width: calc(100% - 84px);
  height: 36px;
}
.searchBar input {
  height: 34px;
  background-color: #fff;
  border-color: #ddd;
  color: #333;
}*/

.searchBar .btn {
  display: inline-block;
  float: right;
  margin: 0;
  width: 17%;
  width: calc(72px);
  line-height: 34px;
}
.searchBar .ui-input-clear {
  display: none !important;
}


#searchQuickView {
  position: absolute;
  width: 80%;
  width: calc(100% - 128px); /* Adj 0002 (w/ extra 44px for padding) */
  /*max-height: 300px;*/
  z-index: 99;
}
#searchQuickView ul, #searchQuickView li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#searchQuickView ul {
  margin-top: .5rem;
  background: #fff;
  /*border: 1px solid #c8c8c8;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#searchQuickView .heading {
  padding: .5rem 1rem;
  background: #003863;
  font-weight: bold;
  color: #fff;
}
#searchQuickView .item.item-even {
  background: #f2f2f2;
}
#nav #searchQuickView a {
  display: block;
  padding: .5rem 1rem;
  text-align: left;
  font-weight: 400;
  color: #1a1a1a;
}
#nav #searchQuickView a:active,
.no-touch #nav #searchQuickView a:hover {
  /*border: 1px solid #0061ac;*/
  color: #c70000;
}
#nav #searchQuickView .item-group a,
#nav #searchQuickView .item-variant a {
  padding-left: .5rem;
  padding-right: .5rem;
}
#searchQuickView a > * {
  display: inline-block;
  vertical-align: middle;
}
#searchQuickView .item-image {
  width: 70px;
  padding-right: 1rem;
  text-align: center;
  font-weight: bold;
  color: #999;
}
#searchQuickView .item-label {
  white-space: normal;
  width: 80%;
  width: calc(100% - 86px);
  padding: 1rem 0;
}
#searchQuickView .item-category .item-label {
  /*font-weight: bold;*/
}
#searchQuickView .item-note {
  display: none;
}


#searchPanel {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
  transition: transform .24s cubic-bezier(0.23, 1, 0.32, 1), box-shadow .32s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 905;
}
#searchPanel.noShadow {
  box-shadow: none;
}
#searchPanel.noTransition {
  transition-duration: 0;
}

#searchPlaceholder {
  height: 60px;
  transition: .15s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 540px) {
  #searchPanel {
    position: fixed;
    padding: 12px 0;
  }
  #searchPanel .searchBar > .ui-input-search,
  #searchPanel .searchBar > .ui-input-text {
    width: calc(100% - 68px);
  }
  #searchPanel .btn {
    width: calc(56px);
    line-height: 33px;
  }
}


/* Site Search Recommender */

div.hawk-searchQuery .hawk-sqItem{
  color: #0061ac;
}
div.hawk-searchQuery .hawk-sqActive {
  border-color: #0061ac;
}

div.hawk-searchQuery .hawk-sqItem {
  background-color: ;
  border-color: ;
}

div.hawk-searchQuery .hawk-sqItemAlt {
  background-color: ;
  border-color: ;
}

div.hawk-searchQuery .hawk-sqHeader {
  color: #fff;
  background-color: #003863;
}

div.hawk-searchQuery .hawk-sqFooter {
  color: #374351;
  background-color: #d9d9d9;
}



/* Misc. Panels */

#searchFilterPanel .heading {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.panel .borderedList > div {
  font-weight: 400;
}
.panel .borderedList ~ .btn {
  margin-top: 25px;
}





/*  TOP BANNER  */

#topBanner {
  display: none;
}
@media (min-width: 541px) {
  #topBanner {
    display: block;
    background: #f1f1f1;
    line-height: 44px;
    text-align: right;
    white-space: nowrap;
  }
  #topBanner .support {
    float: left;
    margin-top: 0;
  }
  #topBanner nav a {
    display: inline-block;
    font-weight: 300;
    color: #0061ac;
    /*-webkit-transition: -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1);
            transition: -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1);
            transition: transform .2s cubic-bezier(0.23, 1, 0.32, 1);
            transition: transform .2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1);*/
  }
  #topBanner nav a:not(:first-child) {
    margin-left: 22px;
  }
  #topBanner .lnk-red {
    color: #c70000;
  }
  #topBanner nav a:active,
  .no-touch #topBanner nav a:hover {
    /*-webkit-transform: translateY(1.4px);
            transform: translateY(1.4px);*/
    color: #0b2f5c;
  }
  #topBanner nav a.lnk-red:active,
  .no-touch #topBanner nav a.lnk-red:hover {
    color: #ef0000;
  }
}
@media (max-width: 799px) {
  #topBanner .priority-low {
    display: none;
  }
  #topBanner nav a:not(:first-child) {
    margin-left: .5em;
  }
  #topBanner * {
    font-size: 0.95rem;
  }
}
@media (max-width: 639px) {
  #topBanner .support {
    display: none;
  }
}





/*  NAV  */
header {
  position: relative;
  z-index: 998;
}
header, #nav, #navShadow {
  height: 55px; /* 54px */
}
#nav, #navShadow {
  position: fixed;
  top: 0;
  width: 100%;
}
#navShadow {
  display: block;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .18);
  z-index: 900;
}

#nav {
  border: 0;
  background: #fff;
  text-align: center;
  z-index: 990;
}
#nav .header_icons {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#nav .header_icons > * {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 540px) {
  #nav .header_icons {
    padding-top: .6rem;
    padding-bottom: 0;
  }
}


#nav a:not(.btn) {
  position: relative;
  /*margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;*/
}

#nav .navBtn,
#nav .searchBtn {
  float: left;
}
#nav .searchBtn {
  margin: .4rem .9rem 0;
}
#nav .accountBtn {
  margin: .5rem 1rem 0;
}
#nav .homeBtn {
  display: inline-block;
  float: none;
  margin: 2px 6px 0 0;
}
#nav .accountBtn {
  float: right;
}
#nav .cartBtn {
  float: right;
  margin-top: 3px;
  overflow: visible;
}


#nav .icon {
  vertical-align: baseline;
  transition-duration: 0;
}
#nav .navBtn .icon {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
#nav .searchBtn .icon {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
}
#nav .homeBtn .icon {
  width: 69px;
  height: 31px;
  background-size: 69px 31px;
}
#nav .accountBtn .icon {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
#nav .cartBtn .icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
#nav .iconLink .icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
#nav .iconLink .label {
  line-height: normal;
  margin-top: 0.5em;
}


#nav .cartBtn .badge {
  position: absolute;
  background: #f80000;
  height: 1.2rem;
  top: -.2rem;
  left: -.5rem;
  width: 1.2rem;
  text-align: center;
  line-height: 1.3rem;
  font-size: .9rem;
  border-radius: 99px;
  color: #fff;
}
#nav .cartBtn .badge::after {
  content: attr(data-count);
}


@media (max-width: 540px) {
  /*#nav .accountBtn,
  #nav .newProductsBtn,*/
  #nav .iconLink .label {
    display: none;
  }
}
@media (min-width: 541px) {
  header {
    height: auto;
  }
  #navShadow {
    display: none;
  }
  #nav {
    position: relative;
    height: auto;
    /*background: transparent;*/
    border: 0 !important;
    text-align: right;
  }
  #nav a {
    display: inline-block;
    text-align: center;
  }
  #nav a .label {
    color: #0061ac;
  }

  #nav .homeBtn {
    float: left;
    margin-right: 0;
    top: 8px;
  }
  #nav .iconLink {
    padding: 0 .3rem;
  }
  #nav .newProductsBtn {
    padding-left: 1.2rem;
  }

  #nav .iconLink .icon {
    top: 2px;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;   /* remove after desktop-based css */
  }
  #nav .homeBtn .icon {
    width: 112px;
    height: 50px;
    background-size: 112px 50px;
  }
}
@media (min-width: 748px) {
  #nav .homeBtn .icon {
    width: 236px;
    height: 50px;
    background-size: 236px 50px;
    background-image: url("https://www.usplastic.com/images/icons/ui/uspFull.svg");
  }
}
@media (max-width: 638px) {
  #nav .newProductsBtn {
    display: none;
  }
}


#nav .searchBar {
  padding: 0 22px;
}
#nav .searchBar .btn {
  background: #c70000;
}
@media (max-width: 540px) {
  #nav div.searchBar {
    display: none;
  }
}


#navProducts {
  background: #144788;
  color: #fff;
}

#navProducts .navbar-menu {
  position: relative;
  display: flex;
  text-align: left;
}
#navProducts .navbar-menu .navbar-menu-item {
  display: inline-block;
  flex: 1;
  /*-webkit-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);*/
  transition: background-color 0.23s ease-out;
}
#navProducts a {
  display: block;
  padding: 0 11px;
  line-height: 46px;
  font-size: .95rem;
  color: #fff;
}
#navProducts .navbar-menu-item-products > a {
  font-weight: bold;
}
#navProducts .navbar-menu-item.navbar-menu-item-cart {
  flex: none;
  background: #c70000;
}
#navProducts .navbar-menu-item-cart a {
  padding: 0 16px;
}

#navProducts .navbar-dropdown {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  background: rgba(29, 59, 92, 0.95);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 1em;
  text-align: left;
  margin-bottom: 30px;
}
#navProducts .navbar-menu-item.expanded .navbar-dropdown { /* .navbar-menu-item:hover */
  display: flex;
  /*-webkit-transition-delay: .23;
          transition-delay: .23;*/    /* enable this and :hover once opacity can be used instead of display */
}
#navProducts .navbar-dropdown-menu {
  flex: 1 1 50%;
  border-radius: 2px
}
#navProducts .navbar-dropdown-menu:not(:last-child) {
  margin-right: 22px;
}
#navProducts .navbar-dropdown-heading {
  padding: .5em;
  border-top: .5px solid #4e7cb5;
  font-weight: bold;
}
#navProducts .navbar-dropdown-item a {
  padding-left: 2em;
  text-align: left;
  line-height: 42px;
  font-size: .85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;  /* spacing bug in Chrome */
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#navProducts .navbar-dropdown-spotlight {
  position: relative;
  display:flex;
  max-width: 220px;
  min-width: 200px;
  padding: 0 .5em 1em;
}
#navProducts .navbar-dropdown-spotlight > a {
  width: 100%;
  line-height: normal;
  white-space: normal;
  text-align:center;
}
#navProducts .navbar-dropdown-spotlight h3 {
  margin: .5em 0;
  font-size: 1.5rem;
  font-weight: 100;
}
@media screen and (max-width: 1022px) {
  #navProducts .navbar-dropdown-spotlight {
    display:none;
  }
}

#navProducts .clearance::after {
  content: "SAVE!"; margin-left: 10px; font-weight: 900;
}
#navProducts .new::after {
  content: "New!"; margin-left: 10px; font-weight: 900;
}

#navProducts .icon {
  vertical-align: middle;
}
#navProducts .navbar-menu-item span {
  margin: 0 0.25em;
}
#navProducts .navbar-menu-item span:first-child {
  margin-left: 0;
}
#navProducts .navbar-menu-item span:last-child {
  margin-right: 0;
}
/*#navProducts .navbar-menu-item-products .icon {
  top: -.1em;
  width: .8em;
  height: .8em;
  background-size: .8em .8em;
  -webkit-transition: -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform .2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform .2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .2s cubic-bezier(0.23, 1, 0.32, 1)
}
body:not(.view-navOpen) #navProducts .navbar-menu-item-products .icon {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}*/
#navProducts .navbar-menu .navbar-menu-item-cart .icon {
  top: -.1em;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}

#navProducts .navbar-menu-item.expanded,
.no-touch #navProducts .navbar-menu-item:hover,
#navProducts .navbar-menu .navbar-menu-item.navbar-menu-item-products > a:active {
  background: #0f3769;
}
/*.no-touch #navProducts .navbar-menu-item.navbar-menu-item-products:hover {
  background: #164f97;
}*/
.no-touch #navProducts .navbar-menu .navbar-menu-item-cart:hover {
  background: #ac0000;
}
#navProducts .navbar-menu .navbar-menu-item > a:active {
  background: #091f3b;
}
#navProducts .navbar-menu .navbar-menu-item-cart > a:active {
  background: #920000;
}


#navProducts .navbar-menu .navbar-dropdown-item:hover a {
  background: #5d8dc8;
  color:#0e1f35;
}


@media (max-width: 939px) {
  #navProducts .navbar-menu li.priority3 {
    display: none;
  }
}
@media (max-width: 540px) {
  #navProducts {
    display: none;
  }
}

#navProducts li.navbar-menu-item-cart {
  float: right; /* IE 9 */
}



/*  FOOTER  */

#footer {
  text-align: center;
  font-size: 0;
  color: #333;
  z-index: 800;
}
#footer a {
  color: #333;
}

#footer .footer-links,
#footer .footer-end {
  padding: 1rem 0;
}

#footer .footer-links {
  background: #144788;
}
#footer .footer-links nav {
  max-width: 800px;
}
#footer .footer-links-block {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 1rem;
}
#footer .footer-links li {
  padding: 0 .5em;
  line-height: 2em;
  font-size: .9rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
#footer .footer-links h3 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
#footer .footer-links a {
  display: block;
  color: #fff;
}
.no-touch #footer .footer-links a:hover {
  color: #68b3ff;
}
#footer .footer-links .footer-links-block a:active {
  opacity: .4;
}

#footer .footer-end {
  background: #f2f2f2;
  font-size: .8rem;
}
#footer .footer-end a {
  text-decoration: underline;
}
#footer .footer-end a:active,
.no-touch #footer .footer-end a:hover {
  color: #000;
}

@media (min-width: 541px) and (max-width: 800px) {
  #footer .priority_2 {
    display: none;
  }
}
@media (max-width: 640px) {
  #footer .footer-links-block {
    padding: .5rem;
  }
}
@media (max-width: 540px) {
  #footer .footer-links-block {
    display: block;
    padding: 0 1rem;
    overflow: hidden;
  }
  #footer .footer-links li {
    line-height: 2.6rem;
    padding-left: 1.5em;
  }
  #footer .footer-links .footer-links-heading {
    position: relative;
    cursor: pointer;
  }
  #footer .footer-links .footer-links-heading::before {
    position: absolute;
    content: "+";
    line-height: 0;
    display: inline-block;
    padding-right: .5em;
    left: .3em;
    top: 50%;
    top: calc(50% - 1px);
  }
  #footer .footer-links-block:not(.inactive) .footer-links-heading::before {
    transform: rotate(45deg) translate(2px,2px);
  }

  .no-touch #footer .footer-links .footer-links-heading:hover h3 {
    color: #68b3ff;
  }
  #footer .footer-links .footer-links-block .footer-links-heading:active h3 {
    opacity: .4;
  }

  #footer .footer-links-block .footer-links-item,
  #footer .footer-links .footer-links-heading::before {
  transition: .24s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #footer .footer-links-block.inactive .footer-links-item {
    line-height: 0;
  }

  #footer .footer-end {
    padding-bottom: 2rem;
  }
}


#footer .footer-social a {
  display: inline-block;
  padding: 4px;
  border-radius: 99px;
}
#footer .footer-social .icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  border-radius: 99px;
  transition-duration: .3s;
}
#footer .footer-social a:active .icon,
.no-touch #footer .footer-social a:hover .icon {
  transform: scale(1.08);
}


/*  FIXED FOOTER  */
.ui-footer-fixed {
  bottom: 0;
  box-sizing: border-box;
  padding: 10px 15px 20px;
  background-color: #f0f0f0;
  border: 0;
  border-top: 0 solid #e0e0e0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  transition-duration: .3s;
}
.ui-footer-fixed.hidden {
  bottom: -110px;
}
.fixedFooterText {
  padding-bottom: 10px;
  text-align: center;
}
.ui-footer-fixed .textSpacer { /* check this */
  padding-top: 10px;
}



/* FOR FUN */
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    font-size: 1rem;
    color: yellow;
    top: 20%;
  }
  to {
    transform: rotate(720deg);
    font-size: 5rem;
    color: red;
    top: 50%;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    font-size: 1rem;
    color: yellow;
    top: 20%;
  }
  to {
    transform: rotate(720deg);
    font-size: 5rem;
    color: red;
    top: 50%;
  }
}
.rotating {
  -webkit-animation: rotating 0.8s ease-out infinite alternate;
          animation: rotating 0.8s ease-out infinite alternate;
  position: fixed;
  left: 20%;
  text-align: center;
  white-space: nowrap;
}

.spin:hover {
  transition: 0.2s;
  transform: rotate(-360deg);
}


/* BANNERS */

.banner {
  position: relative;
}
.banner-content {
  position: relative;
}
.banner .btn {
  display: inline-block;
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.banner a,
.banner a:hover,
.banner a:active {
  color: #000;
  cursor: pointer;
}
.banner a.btn,
.banner a.btn:hover,
.banner a.btn:active {
  color: #fff;
}

.page_banner:not(.page_banner_fw) {
  margin-top: 1.3rem;
}
@media (max-width: 540px) {
  .page_banner, #mt-home-banner .banner-placeholder {
    display: none;
  }
}

.banner.product_banner {
  background: #f8f8f8;
  border: 1px solid #505050;
  padding: 1rem;
  margin-top: 1.3rem;
}
.banner.product_banner > a {
  display: block;
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.banner.product_banner .banner-text,
.banner.product_banner .banner-image {
  display: inline-block;
}

.banner.product_banner .banner-text {
  width: 60%;
  font-size: 1.1rem;
  padding: 2rem 0;
}

.banner.product_banner .banner-image {
  position: relative;
  width: 40%;
  padding: 0 1rem 0 2rem;
}
.banner.product_banner .banner-image .img {
  width: 100%;
  height: 100%;
  max-width: none;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
}
.banner.product_banner .banner-image img {
  /*position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
  max-width: 300px;
}

.banner.product_banner .banner-text h2 {
  font-size: 2rem;
}
.banner.product_banner .banner-text h3 {
  font-size: 1.4rem;
}
.banner.product_banner .banner-text p {
  font-weight: 300;
}

@media (max-width: 800px) {
  .banner.product_banner .banner-text {
    width: 100%;
  }
  .banner.product_banner .banner-image {
    display: none;
  }
}


#home_banner h2 {
  font-size: 2.8em;
  font-weight: 900;
}
#home_banner img {
  margin-bottom: -4px;
}


#category_banner .banner-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 60%;
}
#category_banner .banner-image {
  width: 40%;
}

#category_banner .banner-text  {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 60%;
}

@media (min-width: 541px) {
  #category_banner + .page-header {
    display: none;
  }
}



.banner.image_banner {
  background: #f8f8f8;
  height: 360px;
}

.banner.image_banner .banner-text {
  position: absolute;
  top: 4rem;
  left: 3rem;
}

.banner.image_banner .btn {
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  width: auto;
  font-weight: bold;
}

.banner.image_banner .banner-video {
  display: block;
  padding: 2em;
  font-size: .9rem;

  position: absolute;
  bottom: .4rem;
  right: -1.8rem;
  transform: rotate(-45deg);
  transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner.image_banner .banner-video:hover {
  transform: scale(1.05) rotate(-45deg);
}
.banner.image_banner .banner-video .banner-video-text,
.banner.image_banner .banner-video .banner-video-icon {
  display: inline-block;
}
.banner.image_banner .banner-video .banner-video-text strong {
  font-size: 1.2em;
  color: #c70000;
}
.banner.image_banner .banner-video .banner-video-icon {
  position: relative;
  margin-right: .5em;
  margin-bottom: .2em;
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 99em;
  border: 2px solid #c70000;
}
.banner.image_banner .banner-video .banner-video-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 solid transparent;
  border-width: .5em 0px .5em .5em;
  border-left-color: #c70000;
  transform: translate(-34%, -50%);
}





/*.banner.banner-float {
  border-bottom: 1px solid #707070;
  margin: 2rem 0;
  padding: 2rem 0 3rem;
}
.banner.banner-composite {
  width: 100%;
  border-bottom: 1px solid #707070;
}
.banner.banner-composite > div {
  vertical-align: middle;
}*/


/* SITE BANNERS */
.site-banner {
  padding: .8em;
  background: #0061ac;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 540px) {
  .site-banner {
    display: none;
  }
}

#browserBanner {
  width: 100%;
  z-index: 998;
}
#browserBanner .banner {
  padding: 10px 0;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#browserBanner a {
  text-decoration: underline;
  color: #fff;
}
.browser-broken #browserBanner {
  position: fixed; /* IE 7 & 8 */
}


#issueBanner {
  background: #000;
}
#issueBanner .banner {
  padding: .5em;
  background: #000;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 540px) {
  #issueBanner {
    display: none;
  }
}

/*@media (max-width: 540px) {
  #mobileMaintenanceBanner {
    display: block !important;
    text-align: center;
    background: #000;
    color: #fff;
    padding: .5em;
    font-weight: bold;
  }
}*/


#specialBanner .banner {
  background: #0061ac;
}
#specialBanner .banner a {
  font-size: .95em;
  color: #fff;
}
#specialBanner .banner-content {
  display: flex;
}
#specialBanner .banner-left,
#specialBanner .banner-right {
  flex: 1;
  padding: 1em 0;
}
#specialBanner .banner-left {
  text-align: left;
}
#specialBanner .banner-right {
  display: flex;
  align-items: center;
  margin-left: 22px;
  max-width: 200px;
  background: #c70000;
  /*padding-left: 22px;*/
  text-align: center;
  transform: skew(-20deg) translateX(-5%);
}
#specialBanner .banner-right strong {
  display: block;
  flex: 1;
  transform: skew(20deg);
}
/*@media (max-width: 1155px) {*/
@media (max-width: 719px) {
  #specialBanner .priority-low {
    display: none;
  }
  #specialBanner .banner a {
    font-size: 1em;
  }
}



.counter-banner {
  background: green;
  padding: .5em 0;
  text-align: center;
  font-size: .95rem;
  font-weight: bold;
  color: #fff;
}
.counter-banner a {
  font-weight: 900;
  text-decoration: underline;
  color: #fff;
  white-space: nowrap;
}
.counter-banner a:active,
.no-touch .counter-banner a:hover {
  color: #bed9ba;
}
.counter-banner .counter {
  background: darkgreen;
  padding: .2em .3em;
  font-size: .8rem;
}


@media (max-width: 540px) {
  #browserBanner {
    position: fixed;
    bottom: 0;
  }
  #browserBanner .banner.banner-unsupported {
    display: none;    /* temp - add cookie on dismiss, add class if cookie present */
  }
  #issueBanner {
    position: fixed;
    bottom: 0;
  }
  #specialBanner,
  .counter-banner {
    display: none;
  }
}




/* MISC */

@media only print {
  *, ::after, ::before {
    max-width: 100% !important;
  }
  .itemTable tr {
    page-break-inside: avoid;
  }
}

.no-js .js {
  display: none;
}

@media (max-width: 760px) {
  #front-chat-container #front-chat-holder .fc-3GmTW {
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
  }
}
@media (max-width: 400px) {
  #front-chat-holder div[role="button"] {
    transform: scale(.9);
  }
}

#___ratingbadge_0,
#___ratingbadge_1 {
  right: auto;
  left: 0;
  z-index: 900 !important;
}
@media (max-width: 540px) {
  #___ratingbadge_0,
  #___ratingbadge_1 {
    display: none !important;
  }
}
}
