@charset "UTF-8";
/**********



DO NOT OVERWRITE CSS IN THE MAIN.CSS FILE. Main.css is compiled using SASS and any changes may be overwritten by future updates.
Please use CustomStyles.css it to make your changes. Copy what styles you need to change from main.css, paste into CustomStyles.css,
    make your changes there, and save.



**********/
/**********



    PLEASE READ THE STATEMENT ABOVE BEFORE PROCEEDING.



**********/
/*** Traverse Base CSS ***/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Montserrat:wght@400;600&display=swap");
html {
  height: 100%;
  font-size: 100%;
}

body {
  background-color: #FFF;
  color: #000;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  display: flex;
  height: 100%;
}

.row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nested-row {
  margin-right: auto;
  margin-left: auto;
}

.nested-col {
  padding-right: initial;
  padding-left: initial;
}

a {
  color: #C12026;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
}
a:focus img {
  opacity: 0.8;
}
a:active {
  opacity: 0.8;
}

.alert {
  color: #C82017;
}

.bold {
  font-weight: bold;
}

.block-children > * {
  display: block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .columns-2 {
    column-count: 2;
    column-gap: 1em;
  }
}

.content {
  flex: 1 0 auto;
}

:focus {
  outline: none;
}

.full-width {
  width: 100%;
}

.gray {
  color: #6B6B6B;
}

input:focus, select:focus, textarea:focus {
  outline: 2px solid #9E9E9E;
}

h1, h2, h3, h4, h5, h6 {
  color: #C12026;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: font-size 0.5s;
}

h1 {
  font-size: 1.802em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.488em;
  }
}

h2 {
  font-size: 1.602em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.074em;
  }
}

h3 {
  font-size: 1.424em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.728em;
  }
}

h4 {
  font-size: 1.266em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.44em;
  }
}

h5 {
  font-size: 1.125em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.2em;
  }
}

h6 {
  font-size: 1em;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125em;
  }
}

.height100 {
  height: 100%;
}

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.inline-icon {
  padding-right: 0.35em;
}

.inline-icon-pleft {
  padding-left: 0.35em;
}

.inline-block-children > * {
  display: inline-block;
}
.inline-block-children.vam > * {
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.primary {
  color: #C12026;
}

.showOnLoad {
  visibility: hidden;
}

.text-condense {
  letter-spacing: -0.35px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-xxs {
  font-size: 12px;
}

.text-xs {
  font-size: 0.889em;
}

.text-md {
  font-size: 1.149em;
}

.text-lg {
  font-size: 1.32em;
}

.text-xl {
  font-size: 1.515em;
}

.text-xxl {
  font-size: 1.741em;
}

ul {
  list-style-type: none;
}

ul.bulleted {
  list-style-type: disc;
}

ul.spacing li {
  margin-bottom: 0.25em;
}

.cat-grid-container {
  display: flex;
  flex-wrap: wrap;
}

#home-products .cat-grid-container {
  border-bottom: 1px solid #C8C8C8;
}

.cat-grid-item {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .cat-grid-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .cat-grid-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .cat-grid-item {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .cat-grid-item {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
@media (min-width: 1590px) {
  .cat-grid-item {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
.cat-grid-item .cat-grid-img-container {
  margin: 0px auto;
  height: 125px;
  width: 125px;
}
.cat-grid-item .cat-grid-img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.cat-grid-item .cat-grid-subtitle {
  margin-top: 0.5em;
  margin-bottom: 0px;
  word-break: break-word;
}
.cat-grid-item:hover .cat-grid-subtitle {
  color: #000;
}

.cat-grid-title a {
  display: inline-block;
}
.cat-grid-title a:hover, .cat-grid-title a:focus {
  text-decoration: none;
}
.cat-grid-title a:after {
  border-bottom: 3px solid #C12026;
  border-radius: 2em;
  content: "";
  display: block;
  position: relative;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.cat-grid-title a:hover:after, .cat-grid-title a:active:after, .cat-grid-title a:focus:after {
  transform: scaleX(1);
}
.cat-grid-title h3 {
  color: #C12026;
  margin: 0px;
  text-transform: uppercase;
}

footer {
  background-color: #777;
  color: #FFF;
  flex-shrink: 0;
  font-size: 0.889em;
  padding-top: 1em;
  border-top: 5px solid #C12026;
  /*@include mquery-min($device-lg) {
      font-size: 1em;
  }*/
}
footer a {
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #000;
}
footer .footer-hdg {
  display: block;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.149em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
footer li {
  padding: 0.188em 0;
}
footer ul {
  margin: 0;
  padding: 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    justify-content: space-around;
  }
}
.footer-container > div {
  margin-bottom: 1em;
}
.footer-container > div:not(:last-child) {
  margin-right: 2em;
}

/*.footer-columns {
    column-count: 2;
    column-gap: 2em;
}*/
#mailchimp {
  border: 1px solid #D3D3D3;
  border-radius: 0px;
  padding: 1em;
  max-height: 160px;
  max-width: 300px;
}
#mailchimp form > * {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
#mailchimp #mce-EMAIL {
  background: transparent;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 0;
  caret-color: #C8C8C8;
}
#mailchimp #mce-EMAIL:focus {
  outline: none;
}
#mailchimp #mce-EMAIL::placeholder {
  color: #C8C8C8;
}
#mailchimp .btn {
  margin: 1em auto;
  width: 80%;
}

#social-media {
  margin-top: 1em;
}
#social-media a i {
  color: #FFF;
  font-size: 1.25em;
  padding-right: 0.5rem;
}
#social-media a:hover i, #social-media a:focus i {
  color: #000;
}

#subfooter {
  background-color: #777;
  color: #FFF;
  font-size: 13px;
  padding: 0.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#subfooter span {
  display: block;
  padding: 0.188rem;
}
#subfooter #inxsql-dots {
  vertical-align: middle;
  width: 20px;
}

header {
  background-color: #FFF;
  flex-shrink: 0; /*Makes entire header visible for IE*/
  /*.dropdown-menu {
      right: 50%;
      transform: translateX(50%);
  }*/
}
header a {
  display: block;
  width: 100%;
}
header .dropdown-btn, header .submenu-btn {
  position: relative;
}
header .dropdown-menu, header .submenu {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  background-color: #FFF;
  padding: 0.375em;
  position: absolute;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
  z-index: 200;
}
header .dropdown-menu.right-edge, header .submenu.right-edge {
  right: 0;
}
header .dropdown-menu.megamenu.right-edge, header .submenu.megamenu.right-edge {
  right: 0;
  transform: none;
}
header .submenu {
  margin-top: 0;
  top: 0;
  right: auto;
  left: calc(100% + 0.375em);
  transform: none;
}
header .submenu.right-edge {
  right: calc(100% + 0.375em);
  left: auto;
}
header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.header-btn:hover, .header-btn:focus {
  cursor: pointer;
}

.cart-link {
  line-height: 1;
}
.cart-link:hover, .cart-link:focus, .cart-link:active {
  text-decoration: none;
}

.cart-incentive {
  font-size: 11px;
  left: -3px;
}

.inxsqlItemsInCart {
  display: inline-block;
  font-size: 0.889em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 992px) {
  .logo {
    display: flex;
    align-items: center;
  }
}

.logo-container {
  display: block;
  margin: 0 auto;
  transition: 0.25s;
  vertical-align: middle;
  width: 150px;
}
@media (min-width: 768px) {
  .logo-container {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .logo-container {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .logo-container {
    width: 200px;
  }
}
@media (min-width: 1590px) {
  .logo-container {
    width: 200px;
  }
}
.logo-container a:focus, .logo-container a:active {
  opacity: 1;
}
.logo-container img {
  max-width: 100%;
}

.logo-text {
  white-space: nowrap;
  text-align: center;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .logo-text {
    margin-left: 0.5em;
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .logo-text {
    margin-left: 2em;
  }
}
@media (min-width: 992px) {
  .logo-text {
    font-size: 2em;
    letter-spacing: 5px;
  }
}

@media (min-width: 768px) {
  nav {
    display: flex;
    align-items: center;
  }
}

.menubar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .menubar {
    justify-content: space-between;
  }
}
.menubar li {
  padding: 0.375em 1em;
}

#mainmenu-toggle button.header-btn {
  color: #C12026;
  font-size: 1.149em;
  white-space: nowrap;
  padding: 0.375em 1em;
}
#mainmenu-toggle button.header-btn:hover, #mainmenu-toggle button.header-btn:focus, #mainmenu-toggle button.header-btn:active {
  color: #777;
  cursor: pointer;
}
@media (min-width: 768px) {
  #mainmenu-toggle {
    display: none;
  }
}

.mainmenu {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .mainmenu {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    flex-wrap: wrap;
  }
}
.mainmenu .dropdown-menu, .mainmenu .submenu {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  position: static;
  right: auto;
  transform: none;
}
@media (min-width: 768px) {
  .mainmenu .dropdown-menu, .mainmenu .submenu {
    box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
    background-color: #FFF;
    padding: 0.375em;
    position: absolute;
    padding-top: 1em;
    padding-bottom: 1em;
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .mainmenu .dropdown-menu {
    right: 50%;
    transform: translateX(50%);
  }
}
.mainmenu .dropdown-item {
  padding: 0.375em 1em;
  white-space: nowrap;
  color: #C12026;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
  color: #C12026;
}
.mainmenu .dropdown-item.text-only:hover, .mainmenu .dropdown-item.text-only:focus, .mainmenu .dropdown-item.text-only:active {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .mainmenu .dropdown-item {
    padding-left: 2em;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .mainmenu .submenu .dropdown-item {
    padding-left: 3em;
  }
}

.mainmenu-item {
  color: #C12026;
  padding: 0.375em 1em;
}
.mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
  color: #C12026;
}
@media (min-width: 768px) {
  .mainmenu-item {
    padding: 0.625em;
    /*&:after {
        border-bottom: 3px solid $color-primary;
        border-radius: 2em;
        content: '';
        display: block;
        margin-top: 5px;
        position: relative;
        transform: scaleX(0);
        transition: transform 300ms ease-in-out;
    }

    &:hover:after, &:active:after, &:focus:after {
        transform: scaleX(1);
    }*/
  }
  .mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
    opacity: 1;
    text-decoration: none;
  }
}

.megamenu .dropdown-item {
  white-space: normal;
}
@media (min-width: 768px) {
  .megamenu .megamenu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
  }
  .megamenu .megamenu-container ul {
    margin-bottom: 1em;
    width: 50%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .megamenu .megamenu-container {
      display: grid;
      grid-template-columns: 175px 220px;
      grid-gap: 1em;
      max-width: none;
    }
    .megamenu .megamenu-container ul {
      margin-bottom: auto;
      width: auto;
    }
  }
}

.megamenu-header {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .megamenu-header {
    font-family: "Montserrat", sans-serif;
    font-size: 1.149em;
  }
}
.megamenu-header .megamenu-text {
  padding: 0 0 0.125em 0;
  margin-left: 2em;
  display: inline;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.megamenu-header .megamenu-text:focus {
  opacity: 0.65;
}
@media (min-width: 768px) {
  .megamenu-header .megamenu-text {
    margin-left: 1em;
  }
}
.megamenu-header ~ li {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .megamenu-header ~ li {
    margin-left: 0;
  }
}
.megamenu-header a {
  border-bottom: 1px solid #C12026;
  padding-bottom: 0.125em;
}
.megamenu-header a:hover, .megamenu-header a:focus {
  text-decoration: none;
}

.nav-login-form {
  padding: 0.375em 1em;
  max-width: 275px;
}
.nav-login-form button {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.nav-login-form span.login-link {
  font-size: 0.889em;
  text-align: center;
}

#inxsqlSearchForm {
  white-space: nowrap;
}

#inxsqlSearchForm input, .nav-login-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 0px;
}
#inxsqlSearchForm input:focus, .nav-login-form input:focus {
  outline: none;
}
#inxsqlSearchForm input:-webkit-autofill, .nav-login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
}

@media (min-width: 992px) {
  #fixedHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  #fixedHeader ~ .content {
    padding-top: 137px;
  }
}
@media (min-width: 1200px) {
  #fixedHeader ~ .content {
    padding-top: 137px;
  }
}
@media (min-width: 1590px) {
  #fixedHeader ~ .content {
    padding-top: 137px;
  }
}
@media (min-width: 992px) {
  #fixedHeader ~ .content :target::before {
    content: "";
    display: block;
    height: 137px;
    margin: -137px 0 0;
  }
}
@media (min-width: 1200px) {
  #fixedHeader ~ .content :target::before {
    height: 137px;
    margin: -137px 0 0;
  }
}
@media (min-width: 1590px) {
  #fixedHeader ~ .content :target::before {
    height: 137px;
    margin: -137px 0 0;
  }
}

@media (min-width: 992px) {
  .stickymenu .logo-container {
    width: calc(150px / 2);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .stickymenu .logo-container {
    width: calc(160px / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .stickymenu .logo-container {
    width: calc(180px / 2);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .stickymenu .logo-container {
    width: calc(200px / 2);
  }
}
@media (min-width: 992px) and (min-width: 1590px) {
  .stickymenu .logo-container {
    width: calc(200px / 2);
  }
}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  visibility: hidden; /* Hidden by default */
  opacity: 0;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms;
}

/* Modal Content (Image) */
.modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  z-index: 2;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.item-listview, .order-list, .item-gridview:not(.moreItemsSlider) {
  font-size: 0.889em;
}
@media (min-width: 576px) {
  .item-listview, .order-list, .item-gridview:not(.moreItemsSlider) {
    font-size: 1em;
  }
}
.item-listview .jsCartContainer, .order-list .jsCartContainer, .item-gridview:not(.moreItemsSlider) .jsCartContainer {
  border-bottom: 1px solid rgb(223.75, 223.75, 223.75);
  padding-bottom: 0.5em;
}
.item-listview li, .order-list li, .item-gridview:not(.moreItemsSlider) li {
  margin-bottom: 0.5em;
}

.item-img-container {
  max-width: 180px;
  max-height: 180px;
}
.item-img-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  font-size: 12px;
  overflow: hidden;
}

.item-name {
  font-weight: bold;
  word-break: break-word;
}

.item-num {
  font-weight: bold;
}

.item-listview .item-img-container, .order-list .item-img-container {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 35%;
}
@media (min-width: 768px) {
  .item-listview .item-img-container, .order-list .item-img-container {
    width: 40%;
  }
}
.item-listview .item-img-container a, .order-list .item-img-container a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .item-listview .item-img-container, .order-list .item-img-container {
    margin-bottom: 0;
  }
  .item-listview .item-img-container img, .order-list .item-img-container img {
    margin: 0 auto 0.5em auto;
  }
}
.item-listview .item-info, .order-list .item-info {
  display: flex;
}
.item-listview .item-info > .item-description, .order-list .item-info > .item-description {
  width: 65%;
}
@media (min-width: 768px) {
  .item-listview .item-info > .item-description, .order-list .item-info > .item-description {
    width: 60%;
  }
}

.item-gridview .jsCartContainer {
  display: flex;
  flex-wrap: wrap;
}
.item-gridview .jsCartContainer > * {
  flex: 1 1 100%;
}
.item-gridview .item-img-container {
  margin: 0 auto;
  height: 180px;
  width: 180px;
}
.item-gridview .item-img-container img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-gridview .item-flex-bottom {
  align-self: flex-end;
}
.item-gridview.moreItemsSlider .jsCartContainer {
  margin-right: 1em;
  padding-right: 1em;
  padding-left: 1em;
}
.item-gridview:not(.moreItemsSlider) {
  display: flex;
  flex-wrap: wrap;
}
.item-gridview:not(.moreItemsSlider) .jsCartContainer {
  margin: 1em;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 43%;
  }
}
@media (min-width: 768px) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 45%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 43%;
  }
}
@media (min-width: 992px) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 29%;
  }
}
@media (min-width: 1200px) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 21%;
  }
}
@media (min-width: 1590px) {
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    width: 17%;
  }
}

@supports (display: grid) {
  .item-gridview:not(.moreItemsSlider) {
    display: grid;
    grid-gap: 1em 2em;
    grid-template-columns: 1fr;
  }
  @media (min-width: 576px) {
    .item-gridview:not(.moreItemsSlider) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 768px) {
    .item-gridview:not(.moreItemsSlider) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1200px) {
    .item-gridview:not(.moreItemsSlider) {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 1590px) {
    .item-gridview:not(.moreItemsSlider) {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    margin: inherit;
    overflow: hidden;
    width: auto;
  }
  @media (min-width: 768px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 992px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1200px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 1590px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
.order-list .item-img-container {
  width: 100px;
  height: 100px;
}
.order-list li {
  margin-bottom: 0.25em;
}

.filter-heading {
  border-bottom: 2px solid #C12026;
  display: table;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.15em;
}

#search-results-categories {
  column-count: 2;
  column-gap: 1em;
}
@media (min-width: 768px) {
  #search-results-categories {
    column-count: 1;
  }
}

#view-button {
  width: max-content;
  max-width: 200px;
}
#view-button:hover {
  color: #DE363D;
  cursor: default;
}
#view-button:focus {
  outline: 2px solid #9E9E9E;
}

@supports (display: grid) {
  @media (min-width: 576px) {
    .packageContentsList {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 992px) {
    .packageContentsList {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1590px) {
    .packageContentsList {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.back-to-top {
  position: sticky;
  bottom: 0;
}

.inxsqlStatusBarContainer {
  display: none;
}

.statusbar {
  background-color: #C12026;
  border-radius: 0px;
  box-shadow: 1px 1px 8px #888;
  color: #FFF;
  font-size: 1.149em;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  min-width: 250px;
  max-height: 100%;
  overflow-y: auto;
  z-index: 1000;
}
.statusbar a {
  color: white;
  font-size: 0.75em;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: underline;
}
.statusbar span {
  margin-bottom: 5px;
  display: block;
}

.statusbar.statusbar-white {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  box-shadow: 3px 3px 5px #C8C8C8;
  color: #000;
}
.statusbar.statusbar-white a {
  color: #C12026;
  font-size: 1em;
  text-decoration: none;
}
.statusbar.statusbar-white a:hover {
  color: #000;
  text-decoration: underline;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  overflow-y: scroll;
  padding: 30px 15px;
}
.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay p {
  color: white;
}
.overlay.no-access {
  cursor: not-allowed;
}

.overlay-content {
  background-color: #FFF;
  border-radius: 8px;
  color: #000;
}
.overlay-content h1, .overlay-content h2, .overlay-content h3, .overlay-content h4, .overlay-content h5 {
  color: #C12026;
}
.overlay-content p {
  color: #000;
}
.overlay-content.overlay-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.accordion {
  margin: 1em 0 1em 2em;
}

.accordion-title {
  color: #C12026;
  font-size: 1.32em;
}

.accordion-btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-weight: bold;
  font-size: 1.149em;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.accordion-btn i {
  margin-left: 0.5em;
}

.accordion-content {
  display: none;
  padding-bottom: 1em;
}

.add-description {
  border-top: 1px solid rgb(223.75, 223.75, 223.75);
  border-bottom: 1px solid rgb(223.75, 223.75, 223.75);
  padding-top: 1em;
  padding-bottom: 1em;
  /*Add margin to category-pdf link, only if it's the 2nd child*/
}
.add-description ul {
  list-style-type: disc;
}
.add-description .cat-pdf:nth-child(2) {
  margin-top: 0.5em;
}

.box {
  border: 1px solid #D3D3D3;
  padding: 0.889em;
}

.box-shadow {
  box-shadow: 1px 1px 3px #D3D3D3;
}

.dropcap::first-letter {
  color: #C12026;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  line-height: 0.75em;
  padding-right: 0.1em;
}

.heading {
  border-bottom: 1px solid #D3D3D3;
  font-weight: bold;
  margin: 0.5em 0;
  padding-bottom: 0.25em;
}

h1.heading, h2.heading, h3.heading, h4.heading {
  font-weight: normal;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-width: 600px;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.price {
  color: #000;
}

.price-accent {
  color: #DE363D;
  font-weight: bold;
}

.price-none {
  color: #C82017;
}
.price-none::before {
  content: "* ";
}

.price-promo {
  color: #30bf30;
  font-weight: bold;
  white-space: nowrap;
}
.price-promo span {
  font-weight: normal;
  text-decoration: line-through;
}

.page-title {
  margin: 0.25em 0;
  text-transform: uppercase;
}

/*Tabs*/
.tab:not(:first-child) {
  display: none;
}

.tab-links li {
  display: inline-block;
  padding: 0.5em;
}
@media (min-width: 576px) {
  .tab-links li {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .tab-links li {
    font-size: 1.149em;
    padding: 0.5em 1em;
  }
}
.tab-links li a:hover, .tab-links li a:focus, .tab-links li a:active {
  text-decoration: none;
  color: #C12026;
}
.tab-links li a:after {
  border-bottom: 3px solid #C12026;
  border-radius: 2em;
  content: "";
  display: block;
  margin-top: 5px;
  position: relative;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.tab-links li a:hover:after, .tab-links li a:active:after, .tab-links li a:focus:after {
  border-color: #C12026;
  transform: scaleX(1);
}
.tab-links li.active {
  font-weight: bold;
}
.tab-links li.active a:after {
  transform: scaleX(1);
}

.breadCrumb {
  display: inline;
  font-size: 0.889em;
}
.breadCrumb a {
  font-weight: normal;
}

.breadCrumb::after {
  content: "/";
  color: #000;
  padding: 5px;
}

.breadCrumb:last-child::after {
  content: "";
  padding: 0;
}

.btn {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  border: none;
  border-radius: 0;
  margin: 0.5em;
  padding: 0.5em 1em;
}
.btn:active {
  opacity: 0.8;
}
.btn i {
  padding-right: 0.35em;
}
.btn.center {
  margin-right: auto;
  margin-left: auto;
}

.btn-icon {
  background-color: transparent;
  border: none;
  color: #DE363D;
  cursor: pointer;
  font-size: 1.149em;
  padding: 0.5em;
  vertical-align: middle;
}
.btn-icon:hover {
  color: #C12026;
}
.btn-icon:focus {
  color: #C12026;
  opacity: 0.8;
}
.btn-icon:active {
  opacity: 0.8;
}
.btn-icon:disabled {
  color: #CACACA;
  cursor: default;
}

.btn-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #C12026;
  cursor: pointer;
  margin: auto;
  padding: 0;
  text-align: left;
}
.btn-link:hover, .btn-link:focus {
  color: #000;
}
.btn-link:active {
  opacity: 0.8;
}
.btn-link:disabled {
  color: #C12026;
  cursor: default;
  text-decoration: none;
}

.btn-cta {
  background-color: #DE363D;
  color: #FFF;
}
.btn-cta:hover, .btn-cta:focus {
  background-color: #C12026;
}
.btn-cta:active {
  opacity: 0.8;
}
.btn-cta:disabled {
  background-color: rgba(222, 54, 61, 0.5);
  color: #CACACA;
}

.btn-primary {
  background-color: #C12026;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #AF1F25;
}
.btn-primary:active {
  opacity: 0.8;
}
.btn-primary:disabled {
  background-color: rgba(193, 32, 38, 0.5);
  color: #CACACA;
}

.btn-secondary {
  background-color: #D3D3D3;
  color: #000;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(223.75, 223.75, 223.75);
}
.btn-secondary:active {
  opacity: 0.8;
}
.btn-secondary:disabled {
  background-color: rgba(211, 211, 211, 0.5);
  color: #CACACA;
}

a.btn {
  text-align: center;
}
a.btn:hover, a.btn:focus, a.btn:active {
  text-decoration: none;
}
a.btn.btn-cta {
  color: #FFF;
}
a.btn.btn-primary {
  color: #FFF;
}
a.btn.btn-secondary {
  color: #000;
}

.btn-inline {
  font-size: inherit;
  padding: 0;
  vertical-align: top;
}

.inxsqlWLDeleteBtn, .inxsqlWLUpdateBtn, .jsBtnRemove, .inxsqlUpdateBtn {
  padding: 0;
}

.inxViewStock.loaded {
  font-size: 0.889em;
  color: #6B6B6B;
}

.loader {
  display: none;
}

input, select, textarea {
  padding: 0.5em;
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin: 0.5em;
  margin-left: 0;
}

select {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

.text-xs > select {
  padding-top: 0.305em;
  padding-bottom: 0.305em;
}

label {
  font-size: 0.889em;
}

label.inxsqlQty {
  background: #FFF;
  font-size: 13px;
  margin-left: 1em;
  padding: 0 0.25em;
  position: absolute;
}

.label-top {
  background: #FFF;
  font-size: 13px;
  margin-left: 1em;
  padding: 0 0.25em;
  position: absolute;
}

@media (min-width: 992px) {
  .label-list label {
    font-size: 1em;
  }
}

.canvas-container {
  position: relative;
  display: inline-block;
}

canvas {
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

.btn-canvas {
  border: 1px solid #c8c8c8;
  border-radius: 0 0 0px 0px;
  box-shadow: none;
  color: #9E9E9E;
  font-size: 0.889em;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  margin: 0;
  width: 100%;
}

.categorylevel {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .categorylevel {
    max-width: none;
  }
}
.categorylevel#categorylevel0 {
  max-width: 400px;
}

.account-form {
  max-width: 400px;
}
.account-form label {
  font-weight: bold;
}
.account-form > * {
  width: 100%;
}
.account-form button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}

.inxsqlQuantityToOrder {
  max-width: 105px;
}

#inxsqlLoginForm > * {
  display: block;
}
#inxsqlLoginForm button {
  width: 175px;
}

#inxUpload {
  width: 100%;
}

.inxsqlBtnQuickOrderAddBulk {
  clear: both;
  display: block;
  margin: 1em auto;
}

.inxsqlInvalidInput {
  border: 1px solid #C82017;
  color: #C82017;
}

.inxPackageSaleSelections {
  font-size: 0.889em;
}
@media (min-width: 576px) {
  .inxPackageSaleSelections {
    font-size: 1em;
  }
}

#inxsqlWishList {
  letter-spacing: -0.5px;
}

.noPriorBusiness, .yesPriorBusiness {
  display: none;
}
.noPriorBusiness.displayForm, .yesPriorBusiness.displayForm {
  display: block;
}

.formgrid > label {
  font-weight: bold;
  padding: 0.5em;
}
.formgrid > label + * {
  width: 100%;
  max-width: 600px;
}
.formgrid > button {
  display: block;
  margin: 0 auto;
}
.formgrid .full-span {
  clear: both;
}
.formgrid .robot-captcha {
  margin-bottom: 1em;
}
.formgrid [type=checkbox] {
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}

.termsandconditionsrequired {
  display: none !important;
}

.jsQOBulkContainer.formgrid input {
  max-width: 150px;
}
@media (min-width: 768px) {
  .jsQOBulkContainer.formgrid input:not(.inxsqlQuantityToOrder) {
    max-width: initial;
  }
}

/************/
.formgrid > label {
  text-align: right;
  margin: 0.5em;
  width: 10em;
}
@media (min-width: 576px) {
  .formgrid > label {
    clear: left;
    float: left;
  }
}
@media (min-width: 576px) {
  .formgrid > label + * {
    float: left;
    width: calc(100% - 12em);
  }
}

.jsQOBulkContainer.formgrid label, .jsQOBulkContainer.formgrid input {
  float: left;
}
.jsQOBulkContainer.formgrid label {
  clear: left;
}
@media (min-width: 768px) {
  .jsQOBulkContainer.formgrid label:nth-of-type(2) {
    clear: none;
  }
}
.jsQOBulkContainer.formgrid input {
  clear: right;
}
@media (min-width: 768px) {
  .jsQOBulkContainer.formgrid input {
    clear: none;
  }
}

/************/
@supports (display: grid) {
  .form-wrapper {
    display: grid;
    grid-gap: 1em;
  }
  .formgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 0.5em;
  }
  @media (min-width: 576px) {
    .formgrid {
      grid-template-columns: 1fr 2fr;
    }
  }
  .formgrid > label {
    text-align: left;
    margin: 0;
    width: auto;
  }
  @media (min-width: 576px) {
    .formgrid > label {
      text-align: right;
    }
  }
  .formgrid > label + * {
    margin: 0;
    width: auto;
  }
  .formgrid .full-span {
    grid-column: 1/-1;
  }
  .jsQOBulkContainer.formgrid {
    grid-template-columns: 1fr 1fr;
  }
  @media (min-width: 576px) {
    .jsQOBulkContainer.formgrid {
      grid-template-columns: 1fr 2fr 1fr 2fr;
    }
  }
  .displayForm {
    display: grid !important;
  }
}
/***********/
.has-error .form-error {
  color: #DB0000;
  clear: both;
  display: block;
  font-size: 0.889em;
  margin-top: 0.25em;
}

.has-error .form-error {
  margin-bottom: 0.35em;
  text-align: center;
}

/***********/
@supports (display: grid) {
  .has-error .form-error {
    margin-bottom: unset;
    text-align: left;
  }
  @media (min-width: 576px) {
    .has-error .form-error {
      grid-column: 2/-1;
      width: unset;
    }
  }
}
/************/
.has-error #inxsqlCOTermsAndConditions ~ .form-error {
  text-align: left;
}

.availability {
  padding-right: 0.5em;
}

.jplist-panel > *, .jplist-pagination > * {
  display: inline-block;
}

.jplist-panel i {
  padding: 0;
}

.jplist-pagination button {
  background-color: transparent;
  border: none;
  line-height: 1em;
  margin: 0 0 0 2px;
  padding: 0.5em;
}

.jplist-pagination button:not(.jplist-selected):hover, .jplist-pagination button:not(.jplist-selected):focus {
  color: #777;
  cursor: pointer;
  text-decoration: underline;
}

.jplist-pagination .jplist-selected {
  color: #C12026;
  font-weight: bold;
}
.jplist-pagination .jplist-selected:focus {
  text-decoration: underline;
}

.jplist-disabled {
  display: none;
}

.pagination, .text-filter-box {
  display: inline-block;
}

.pagination {
  margin-right: 2em;
}

.jplist-clear {
  padding: 0;
  position: absolute;
  top: 18px;
  right: 16px;
  font-size: 1em;
}

.text-xs .jplist-clear {
  top: 16px;
}

.text-filter-box {
  cursor: default;
  position: relative;
}
.text-filter-box.text-filter-products {
  font-size: 0.889em;
}
.text-filter-box.text-filter-products input {
  border-color: darkgray;
  border-width: 2px;
  font-weight: bold;
  min-width: 250px;
  letter-spacing: -0.5px;
}
.text-filter-box.text-filter-products .jplist-clear {
  top: 17px;
}

.text-filter-box input::-ms-clear {
  display: none;
}

/*//SLICK CAROUSEL//////////*/
.slick-slider {
  touch-action: auto !important;
}

/*Arrows*/
.slick-prev, .slick-next {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
}

/*Dots*/
.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 20px;
  outline: none;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "•";
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

#home-slider .slick-prev, #home-slider .slick-next {
  color: #FFF;
}
#home-slider .slick-prev {
  left: 1.15rem;
}
#home-slider .slick-next {
  right: 1.15rem;
}
#home-slider .slick-dots {
  position: absolute;
  bottom: 15px;
}
#home-slider .slick-dots li button:before {
  color: #FFF;
  font-size: 60px;
}

#itemImgSlider .slick-prev, #itemImgSlider .slick-next, .moreItemsSlider .slick-prev, .moreItemsSlider .slick-next, #enImgSlider .slick-prev, #enImgSlider .slick-next {
  color: #C8C8C8;
  font-size: 1.5em;
  opacity: 0.7;
}
#itemImgSlider .slick-prev:hover, #itemImgSlider .slick-prev:focus, #itemImgSlider .slick-next:hover, #itemImgSlider .slick-next:focus, .moreItemsSlider .slick-prev:hover, .moreItemsSlider .slick-prev:focus, .moreItemsSlider .slick-next:hover, .moreItemsSlider .slick-next:focus, #enImgSlider .slick-prev:hover, #enImgSlider .slick-prev:focus, #enImgSlider .slick-next:hover, #enImgSlider .slick-next:focus {
  opacity: 1;
}
#itemImgSlider .slick-next, .moreItemsSlider .slick-next, #enImgSlider .slick-next {
  right: 0;
}
#itemImgSlider .slick-dots li button:before, .moreItemsSlider .slick-dots li button:before, #enImgSlider .slick-dots li button:before {
  color: #C12026;
}
#itemImgSlider .slick-dots > li:only-child, .moreItemsSlider .slick-dots > li:only-child, #enImgSlider .slick-dots > li:only-child {
  display: none;
}

#enImgSlider .slick-prev, #enImgSlider .slick-next, #enImgSlider .slick-dots li button:before {
  color: #f1f1f1;
}

/*Sort styling*/
table.dataTable thead th {
  position: relative;
  background-image: none !important; /* Remove the DataTables bootstrap integration styling */
}

table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

table.dataTable thead th.sorting::after {
  content: "\f0dc";
  color: #9E9E9E;
}

table.dataTable thead th.sorting_asc::after {
  content: "\f0de";
  color: #C12026;
}

table.dataTable thead th.sorting_desc::after {
  content: "\f0dd";
  color: #C12026;
}

div.dataTables_scrollBody table.dataTable thead th.sorting::after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc::after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc::after {
  content: "";
}

.dataTables_wrapper {
  margin-bottom: 1em;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}
.dataTables_wrapper .paginate_button {
  font-weight: normal;
}
.dataTables_wrapper .first, .dataTables_wrapper .previous, .dataTables_wrapper .paginate_button.next, .dataTables_wrapper .last, .dataTables_wrapper .dt-button {
  color: #C12026 !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.dataTables_wrapper .first::after {
  content: "\f053\f053";
}
.dataTables_wrapper .previous::after {
  content: "\f053";
}
.dataTables_wrapper .next::after {
  content: "\f054";
}
.dataTables_wrapper .last::after {
  content: "\f054\f054";
}
.dataTables_wrapper .dt-button::after {
  content: "\f00d";
}
.dataTables_wrapper .dataTables_info {
  margin: 0 0.5em;
}
@media (min-width: 576px) {
  .dataTables_wrapper > div:first-child {
    float: left;
  }
}
@media (min-width: 576px) {
  .dataTables_wrapper > div:nth-child(2) {
    float: right;
  }
}
.dataTables_wrapper > div:first-child > div, .dataTables_wrapper > div:nth-child(2) > div, .dataTables_wrapper > div:nth-child(4) > div {
  display: inline-block;
  float: none;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #C12026 !important;
  padding: 0.5em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #DE363D !important;
  text-decoration: underline !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #C12026 !important;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.dataTables_wrapper .table-filter {
  display: inline-block;
  position: relative;
}
.dataTables_wrapper .table-filter .dataTables_filter {
  margin-top: 0;
}
.dataTables_wrapper .table-filter .dt-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.dataTables_wrapper .table-filter .dt-button {
  background: white;
  border: none;
  padding: 0.25em;
}
.dataTables_wrapper .table-filter .dt-button:hover {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
  background: none;
  border: none;
  color: #C12026;
  box-shadow: none;
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  background: none;
  color: #C12026;
  content: "\f139";
}

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
@media all and (-ms-high-contrast: none) {
  table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    line-height: 35px;
  }
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.25em 0;
}

.dtr-title {
  padding-right: 0.5em;
}

table.dataTable tbody td.child {
  padding: 0.5em 1em;
  text-align: left;
}

/*****************/
.table {
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .table {
    font-size: 0.889em;
  }
}
.table thead {
  background-color: rgb(223.75, 223.75, 223.75);
  color: #C12026;
}
.table thead th {
  border-bottom: 1px solid #C12026;
}

th, td {
  padding: 0.5em;
}
th input, td input {
  margin: 0;
}

.table, .table-plain {
  border-spacing: 0;
}
.table th, .table td, .table-plain th, .table-plain td {
  border-bottom: 1px solid #C8C8C8;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}
.table-fixed input {
  width: 100%;
}

.table-col-10 {
  width: 10%;
}

.table-col-20 {
  width: 20%;
}

.table-col-35 {
  width: 35%;
}

.table-col-50 {
  width: 50%;
}

.table-condensed {
  border-spacing: 0;
}
.table-condensed th, .table-condensed td {
  padding: 0;
}
.table-condensed td:first-child {
  font-size: 0.889em;
  font-weight: bold;
  padding-right: 2em;
}

#inxsqlInquiryTotalTable {
  margin-right: 0;
  margin-bottom: 2em;
  margin-left: 0;
  max-width: 320px;
}

#orderSummary table {
  width: 100%;
}

/*#inxsql-about-us {
    span.fa-stack {
        color: $color-primary-light;
        font-size: 2em;
    }

    h3 {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
    }
}*/
.about-container {
  max-width: 525px;
  margin: 0 auto;
}

#home-banner {
  padding-right: 0px;
  padding-left: 0px;
}
#home-banner div.col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

#home-slider .home-slide a {
  display: block;
}

#home-featured {
  background-color: rgb(223.75, 223.75, 223.75);
  background: linear-gradient(0deg, rgb(205, 205, 205) 0%, rgb(252, 252, 252) 50%, rgb(238, 238, 238) 100%);
}
#home-featured .btn.featured {
  display: block;
  font-size: 1.32em;
  margin: 1em auto;
  max-width: 360px;
}
@media (min-width: 768px) {
  #home-featured .btn.featured {
    font-size: 1.32em;
  }
}
@media (min-width: 1200px) {
  #home-featured .btn.featured {
    font-size: 1.515em;
  }
}
#home-featured .featured-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px;
  padding: 1em;
  text-align: center;
  min-width: 300px;
  background-color: #FFF;
  height: 300px;
  /*@include mquery-min($device-md) {
      max-width: 400px;
      flex-basis: 48%;
  }*/
  /*&:nth-child(odd) {
      background-color: $color-gray-light;
  }

  &:nth-child(even) {
      background-color: $color-primary-gray-light;
  }*/
}
@media (min-width: 1590px) {
  #home-featured .featured-item {
    flex-basis: 0;
  }
}
#home-featured .featured-item > div {
  flex: 1 1 100%;
}
#home-featured .featured-item .featured-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 400px;
}
#home-featured .featured-item .featured-img-container {
  display: block;
  height: 125px;
  width: 125px;
}
#home-featured .featured-item .featured-img-container img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}
#home-featured .featured-item .featured-info {
  flex: 1 0 auto;
  font-size: 1.149em;
  min-width: 155px;
  text-align: center;
}
#home-featured .featured-item .featured-info p {
  margin: 0.5em auto;
}
#home-featured .featured-item .featured-bottom {
  align-self: flex-end;
}

#logo-slider {
  margin-top: 2em;
  margin-bottom: 2em;
}
#logo-slider a {
  display: block;
  opacity: 0.4;
  transition: 0.25s;
}
#logo-slider img {
  margin: 0 auto;
}
#logo-slider a:hover {
  opacity: 1;
}
#logo-slider .slick-prev {
  left: 0;
  font-size: 1.5em;
}
#logo-slider .slick-next {
  right: 0;
  font-size: 1.5em;
}

#featured-slider .slick-prev {
  left: 0;
  font-size: 1.5em;
}
#featured-slider .slick-next {
  right: 0;
  font-size: 1.5em;
}

#bassett-marketing {
  margin-bottom: 4em;
}
#bassett-marketing .btn {
  display: inline-block;
  font-size: 0.889em;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 1em 2em;
}

#partnership {
  background: #000 url(../../images/bassett/Testimonials_BGimg.jpg) no-repeat center center/cover;
  color: #FFF;
  margin-bottom: 4em;
  padding: 4rem 0;
}
#partnership a {
  color: #FFF;
}
#partnership a:hover {
  color: #FFF;
  font-weight: bold;
}
#partnership h3 {
  color: #FFF;
  font-size: 2em;
  margin-top: 0;
}
@media (min-width: 768px) {
  #partnership h3 {
    font-size: 2.8em;
  }
}
#partnership article {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 3rem;
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}
#partnership article:after {
  border-top: 20px solid rgba(255, 255, 255, 0.25);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}
#partnership article ~ p {
  margin-top: 30px;
}
#partnership .slick-prev {
  color: #FFF;
  left: 0;
  font-size: 2em;
}
#partnership .slick-next {
  color: #FFF;
  right: 0;
  font-size: 2em;
}

#inxsqltandc {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 10px;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1000000;
}
#inxsqltandc a {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}
#inxsqltandc a:hover {
  font-weight: bold;
}

#detailsBtnItemAdd {
  display: block;
  font-size: 1.149em;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}

.item-attachment {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.item-attachment i {
  margin-right: 0.5em;
  font-size: 1.5em;
}

#item-description iframe {
  max-width: 100%;
}
#item-description ul {
  list-style-type: disc;
}

.item-nums {
  word-break: break-word;
}
.item-nums p {
  margin: 0 0 0.375em 0;
}

#item-specs-table {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #item-specs-table {
    min-width: 300px;
    width: initial;
  }
}

#itemImgSlider .slick-track, #enImgSlider .slick-track {
  display: flex;
}
#itemImgSlider .slick-slide, #enImgSlider .slick-slide {
  display: flex;
  align-items: center;
  height: inherit;
}

#itemImgNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #itemImgNav {
    justify-content: flex-start;
  }
}
#itemImgNav div {
  border: 1px solid #C8C8C8;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 2px;
  height: 50px;
  width: 50px;
}
#itemImgNav img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

#item-slider-container {
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 1590px) {
  #item-slider-container {
    max-width: 450px;
  }
}
#item-slider-container img {
  margin: 0 auto;
  max-width: 100%;
}

.enImgSlider-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#enImgNav {
  margin-top: 1em;
  text-align: center;
}
#enImgNav .enImgNav-container {
  display: inline-block;
  margin: 0.375em;
  width: 50px;
}

#purchase-info {
  overflow: hidden;
}
#purchase-info > div:not(:last-child) {
  margin-bottom: 1em;
}
#purchase-info li {
  margin-bottom: 0.25em;
}
#purchase-info .table-plain {
  font-size: 0.889em;
  text-align: center;
  width: 100%;
}
@media (min-width: 1590px) {
  #purchase-info .table-plain {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}
#purchase-info .table-plain td {
  padding: 0.35em;
}

.moreItemsSlider .item-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
}

.cart-remove {
  text-align: right;
}

.checkout-steps {
  display: flex;
}
.checkout-steps div {
  color: #9E9E9E;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 576px) {
  .checkout-steps div {
    font-size: 0.889em;
  }
}
@media (min-width: 992px) {
  .checkout-steps div {
    font-size: 1em;
  }
}
.checkout-steps div span:first-child {
  font-size: 1.149em;
  padding-right: 0.35em;
}
.checkout-steps .current {
  color: #C12026;
  font-weight: bold;
}

#inxsqlCollectAccountContainer {
  display: none;
}

@media (min-width: 768px) {
  #inxsqlcocoupon {
    max-width: 155px;
  }
}
@media (min-width: 992px) {
  #inxsqlcocoupon {
    max-width: 165px;
  }
}

#inxnotloggedinforms div.col-12 {
  flex-basis: auto;
}

#NewCenposPlugin {
  height: 1090px;
}
@media (min-width: 435px) {
  #NewCenposPlugin {
    height: 880px;
  }
}
@media (min-width: 1200px) {
  #NewCenposPlugin {
    height: 720px;
  }
}

#cenposPayIFrameId {
  border: none;
  height: 100%;
}

/*Style Cenpos SWP Iframe*/
.Modern .ui-widget, .Modern .buttonfree > span, .Modern .ui-jqgrid .ui-jqgrid-view, .Modern .canvasbox .row > span, .Modern .canvasbox .row > input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.889rem;
}
.Modern .ui-jqgrid-labels {
  font-size: 13px;
}
.Modern .canvasbox .row > input {
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  box-shadow: none;
  padding: 0.5em;
}

#account-dashboard i {
  color: #DE363D;
}

.account-boxes .account-title {
  font-size: 1.149em;
  font-weight: bold;
}
.account-boxes > div {
  margin-bottom: 1em;
}
.account-boxes .box {
  height: 100%;
  box-shadow: 1px 1px 3px #D3D3D3;
}
.account-boxes .box a {
  display: block;
}
.account-boxes i {
  font-size: 2.5em;
}

.add-columns {
  columns: 2;
}
@media (min-width: 768px) {
  .add-columns {
    columns: 3;
    max-width: 1000px;
  }
}

.address-boxes > div {
  margin-bottom: 1em;
}
.address-boxes .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.address-boxes .box ul {
  flex: 1 0 auto;
}
.address-boxes .box ul li {
  line-height: normal;
}
.address-boxes .box ul li:first-child, .address-boxes .box ul li:nth-child(5) {
  margin-bottom: 0.5em;
}
.address-boxes .box .ship-edit {
  margin-top: 1em;
}
.address-boxes .box .ship-edit i {
  color: #DE363D;
}
.address-boxes .box i {
  margin-right: 0.25em;
}
.address-boxes .new-address {
  align-items: center;
  border-style: dashed;
  font-size: 1.149em;
}

#inxsqlLotHistoryContainer {
  padding: 20px 0;
  font-size: 0.889em;
  text-align: left;
}
@media (min-width: 1200px) {
  #inxsqlLotHistoryContainer {
    text-align: center;
  }
}
#inxsqlLotHistoryContainer button {
  display: block;
  margin: 5px auto;
}
#inxsqlLotHistoryContainer .lot-labels > div {
  border-bottom: 1px solid #EBEBEB;
  font-weight: bold;
  padding-bottom: 0.325em;
}
#inxsqlLotHistoryContainer .row {
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-top: 0.325em;
  padding-bottom: 0.325em;
}
#inxsqlLotHistoryContainer span {
  display: inline;
}

.prior-business .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#tax-icons {
  position: relative;
  left: -5px;
}
#tax-icons .fa-dollar-sign {
  position: relative;
  left: 5px;
}
#tax-icons .fa-percentage {
  font-size: 2.2em;
  position: relative;
  top: 5px;
  right: 3px;
  -webkit-text-stroke: 1px white;
}

#psearch-filter-menu {
  display: none;
}
@media (min-width: 768px) {
  #psearch-filter-menu {
    display: block;
  }
}

#psearch-filter-show {
  margin-left: 0;
}

.psearch-filters {
  font-size: 0.889em;
}
.psearch-filters button {
  vertical-align: middle;
}
.psearch-filters select, .psearch-filters button, .psearch-filters .psearch-spec-filters {
  margin: 0.5em 0.5em 0.5em 0;
}
@media (min-width: 768px) {
  .psearch-filters select, .psearch-filters button, .psearch-filters .psearch-spec-filters {
    margin: 0.5em 0;
  }
}
.psearch-filters select {
  max-width: 100%;
}
@media (min-width: 768px) {
  .psearch-filters > div {
    display: table;
  }
}

.psearch-spec-filters {
  background: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  padding: 0.5em;
  vertical-align: middle;
}
.psearch-spec-filters:hover {
  cursor: default;
}
.psearch-spec-filters:focus {
  box-shadow: 0 0 0 2px #9E9E9E;
}
@media (min-width: 768px) {
  .psearch-spec-filters {
    width: 100%;
  }
}
.psearch-spec-filters .current-spec-value {
  display: block;
  margin-top: 0.125em;
}
.psearch-spec-filters .dropdown-spec-menu {
  background: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 0px;
  display: none;
  padding: 0.5em;
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 100%;
  max-height: 260px;
  overflow: auto;
  z-index: 200;
  white-space: nowrap;
}
.psearch-spec-filters .dropdown-spec-menu > label {
  display: block;
  margin: 0;
  padding: 0.2em;
}
.psearch-spec-filters .dropdown-spec-menu > label:hover {
  background-color: rgb(223.75, 223.75, 223.75);
}
.psearch-spec-filters .dropdown-spec-menu.open {
  display: block;
}
@media (min-width: 768px) {
  .psearch-spec-filters i {
    margin-right: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .psearch-spec-filters .spec-type {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .add-to-cart {
    text-align: right;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .add-to-cart {
    text-align: left;
  }
}
@media (min-width: 1590px) {
  .add-to-cart {
    text-align: left;
  }
}

.specs-table-hidden {
  display: none;
}

#show-item-specs {
  color: #C12026;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#show-item-specs:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  #show-item-specs {
    margin-top: 0;
  }
}
#show-item-specs i {
  padding-left: 0.35em;
}

.specs-table {
  font-size: 0.889em;
  margin-bottom: 0.5em;
  max-width: 400px;
}
.specs-table td {
  border: none;
  padding: 0 0 0.25em 0;
  text-align: left;
}
.specs-table td:first-child {
  padding-right: 0.5em;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt1 {
  margin-top: 1rem;
}

.mr1 {
  margin-right: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.ml1 {
  margin-left: 1rem;
}

.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m0i {
  margin: 0 !important;
}

.mt0i {
  margin-top: 0 !important;
}

.mb0i {
  margin-bottom: 0 !important;
}

.m1i {
  margin: 1rem !important;
}

.mt1i {
  margin-top: 1rem !important;
}

.mb1i {
  margin-bottom: 1rem !important;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 1rem;
}

.pt1 {
  padding-top: 1rem;
}

.pr1 {
  padding-right: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pl1 {
  padding-left: 1rem;
}

.ptb1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bassett-gray-title {
  background-color: #EEE;
}

.bassett-red {
  color: #C12026;
}

.btn:disabled {
  background-color: #C8C8C8;
  box-shadow: none;
  color: rgba(128, 128, 128, 0.8);
}

.btn-lg {
  padding: 1em 2em;
}

.cat-btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.divider-dark {
  border-bottom: 2px solid #000;
  margin-bottom: 0em;
  padding-bottom: 0.5em;
}

hr {
  border: 1px solid #EEE;
  border-top: 0;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-header {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
}

.left {
  margin-left: 0;
}

.dark-bg {
  color: #FFF;
  padding-top: 2em;
  padding-bottom: 2em;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
  color: #FFF;
}
.dark-bg a {
  color: #FFF;
}
.dark-bg a:hover {
  color: #FFF;
  text-decoration: underline;
}
.dark-bg .subtitle {
  color: #FFF;
}

.red-bg {
  background: linear-gradient(180deg, #7D1518 0, #C12026 20px);
}

.turquoise-bg {
  background: linear-gradient(180deg, #005565 0, #007186 20px);
}

.space-below {
  margin-bottom: 4em;
}

.subtitle {
  color: #C12026;
  font-size: 1.149em;
  font-weight: bold;
  margin-top: 2em;
}

.text-upper {
  text-transform: uppercase;
}

/*Header*/
.header-bar {
  background-image: url(../../images/bassett/top-header-bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
.header-bar .header-text {
  color: #000;
  margin-right: auto;
}
.header-bar .header-link {
  padding: 0.375em 1em;
  padding-right: 1.25em;
}
.header-bar .header-link a, .header-bar .header-link > button {
  color: #000;
  font-size: 0.889em;
  font-weight: 600;
  text-decoration: none;
}
.header-bar .header-link:last-child {
  margin-right: 1.25em;
}
.header-bar .header-link > a, .header-bar .header-link > button {
  color: #000;
  text-decoration: none;
}
.header-bar .header-link > a:hover, .header-bar .header-link > button:hover {
  color: #C12026;
}
.header-bar .header-social > a {
  color: #C12026;
  display: inline;
  font-size: 1.15em;
}
.header-bar .dropdown-item {
  padding: 0.375em 1em;
  white-space: nowrap;
  color: #C12026;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
.header-bar .dropdown-item:hover, .header-bar .dropdown-item:focus, .header-bar .dropdown-item:active {
  color: #C12026;
}
.header-bar .dropdown-item.text-only:hover, .header-bar .dropdown-item.text-only:focus, .header-bar .dropdown-item.text-only:active {
  text-decoration: none;
}

.logo-bar {
  background-image: url(../../images/bassett/header-bg.jpg);
  background-position: 50% 20%;
  padding: 1.35em;
}

.header-search {
  order: 2;
  width: 100%;
}
@media (min-width: 576px) {
  .header-search {
    order: 0;
    width: auto;
  }
}

#inxsqlSearchForm {
  background-color: #FFF;
  position: relative;
}
@media (min-width: 768px) {
  #inxsqlSearchForm {
    width: 260px;
  }
}
#inxsqlSearchForm input {
  border: none;
  padding: 0.35em;
  margin: 0.25em 0;
}
#inxsqlSearchForm .btn-icon {
  color: #C12026;
  padding: 0;
  position: absolute;
  left: 85%;
  top: 8px;
}

.cart-link a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.149em;
  font-weight: 600;
}

#inxsqlItemsInCart {
  background: #000;
  border-radius: 100px;
  margin-left: 0.5em;
  padding: 5px 10px;
  text-align: center;
}

.nav-bar {
  border-bottom: 1px solid #000;
}

.mainmenu-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.149em;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
}
@media (min-width: 992px) {
  .mainmenu-item {
    font-size: 1.32em;
  }
}
@media (min-width: 768px) {
  .mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
    background-color: #C12026;
    color: #FFF;
  }
  .mainmenu-item:hover > a, .mainmenu-item:hover > button, .mainmenu-item:focus > a, .mainmenu-item:focus > button, .mainmenu-item:active > a, .mainmenu-item:active > button {
    color: #FFF;
  }
}

.mainmenu .dropdown-menu {
  font-size: 1rem;
}
.mainmenu .dropdown-menu li a {
  color: #000;
}
.mainmenu .dropdown-menu li:hover a {
  color: #C12026;
}

/*End Header*/
/*Footer*/
.social i {
  width: 30px;
  text-align: center;
}

footer .register .footer-hdg {
  font-size: 2em;
  margin-bottom: 0;
}

/*End Footer*/
#benefits img {
  width: 75px;
}

.faq {
  margin: 1em 0 1em 2em;
}
.faq a {
  font-weight: bold;
}
.faq .answer {
  display: none;
}

#regions > div {
  margin-bottom: 1em;
}

.team-members {
  font-size: 0.889em;
}
.team-members p {
  margin-bottom: 0;
}
.team-members strong {
  color: #C12026;
}

/*Our Stores*/
#locator-map {
  height: 300px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #locator-map {
    height: 350px;
  }
}

#locator-form {
  display: flex;
  flex-direction: column;
}
#locator-form label {
  position: relative;
  max-width: 410px;
  width: 100%;
}
#locator-form input, #locator-form select {
  border: 1px solid #000;
  padding: 1em;
  width: 100%;
}
#locator-form .btn-icon {
  position: absolute;
  right: 0px;
  top: 8px;
}
#locator-form .fa-search {
  font-size: 28px;
}

#locator-results {
  max-height: 525px;
  overflow-y: auto;
}
#locator-results .btn {
  margin-left: 0;
}
#locator-results h4, #locator-results h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#locator-results > li {
  display: flex;
  margin-bottom: 2em;
}
#locator-results .store-num span {
  background-color: #C12026;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 2rem;
  margin-top: 0.1rem;
  margin-right: 1em;
  position: relative;
  width: 2rem;
}
#locator-results .store-num i {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#locator-results .store-info {
  flex-grow: 1;
}
#locator-results address {
  font-style: normal;
}

.store-services {
  max-width: 420px;
}
.store-services h4 {
  margin: 0.8em;
}
.store-services p {
  max-width: 357px;
  margin: 1em auto;
}

/*End Our Stores*/
#inxsqlWishList {
  min-width: 205px;
}

.more-items .item-img-container {
  max-width: 50px;
  max-height: 50px;
  margin-right: 15px;
  margin-bottom: 2px;
}
.more-items .item-description {
  max-width: calc(100% - 70px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .more-items .item-price {
    min-width: 130px;
  }
}
.more-items .item-qty {
  margin-left: 1em;
}
.more-items .price-promo {
  display: block;
}

#distribution-nav, #distribution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 825px;
  margin: 0 auto 1em auto;
}
@media (min-width: 768px) {
  #distribution-nav, #distribution-list {
    justify-content: flex-start;
  }
}

#distribution-nav .btn {
  width: 145px;
}
#distribution-nav .btn.active {
  background-color: #777;
}

#distribution-list .btn {
  background-color: #EEE;
  padding: 0;
  width: 185px;
}
#distribution-list .btn img {
  width: 100%;
}

#distribution-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  #distribution-blocks {
    justify-content: flex-start;
  }
}
#distribution-blocks li {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  flex: 1 0 100%;
  margin: 1em;
}
@media (min-width: 768px) {
  #distribution-blocks li {
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  #distribution-blocks li {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1590px) {
  #distribution-blocks li {
    flex-basis: 31%;
    max-width: 31%;
  }
}
#distribution-blocks li a {
  background-color: #C12026;
  display: block;
  height: 100%;
  width: 100%;
}
#distribution-blocks li:hover {
  box-shadow: 0 6px 16px rgba(129, 129, 129, 0.8);
}
#distribution-blocks .img-container {
  background-color: #EEE;
  display: block;
  text-align: center;
}
#distribution-blocks .brand-content {
  color: #FFF;
  padding: 1em;
}

#to-top {
  background: #C12026 url("../../images/bassett/asset images/arrow.png") no-repeat center center/80%;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 2rem;
  outline: 0;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 2rem;
  z-index: 1;
}

/*Education Page*/
#event-template {
  display: none;
}

#event-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  #event-filter-bar {
    justify-content: flex-end;
  }
}
#event-filter-bar > div {
  margin-right: 10px;
}
#event-filter-bar label {
  position: relative;
}
#event-filter-bar input, #event-filter-bar select {
  border: 1px solid #000;
  padding: 1em;
  width: 300px;
}
#event-filter-bar .btn-icon {
  position: absolute;
  right: 8px;
  top: calc(100% - 30px);
}
#event-filter-bar .fa-search {
  font-size: 28px;
}
#event-filter-bar #event-search {
  padding-top: calc(1em + 1px);
  padding-bottom: calc(1em + 1px);
}
#event-filter-bar h3 {
  font-family: "Barlow Condensed", sans-serif;
}

#events-list {
  display: flex;
  flex-wrap: wrap;
}
#events-list .event-item {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 3rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #events-list .event-item {
    flex-basis: calc(50% - 3rem);
    max-width: calc(50% - 3rem);
  }
}
@media (min-width: 992px) {
  #events-list .event-item {
    flex-basis: calc(33.3333333333% - 3rem);
    max-width: calc(33.3333333333% - 3rem);
  }
}
#events-list .event-item article {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in-out;
  height: 100%;
}
#events-list .event-item article:hover {
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.4);
}
#events-list .event-item article .img {
  height: 175px;
}
#events-list .event-item article .content {
  display: flex;
  flex-grow: 2;
}
#events-list .event-item article .date {
  background-color: #9E1A1F;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
#events-list .event-item article .date span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
}
#events-list .event-item article .date i {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  margin: 0.75rem 0 0.5rem;
}
#events-list .event-item article .body {
  background-color: #C12026;
  color: #FFF;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
#events-list .event-item article .day_time {
  display: inline-block;
  margin-bottom: 1rem;
}
#events-list .event-item article h4 {
  color: #FFF;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
}
#events-list .event-item article strong {
  font-family: "Barlow Condensed", sans-serif;
}
#events-list .event-item article p {
  flex-grow: 2;
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
}
#events-list .event-item article p a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#event-page h1, #event-page h2, #event-page h3, #event-page h4, #event-page h5, #event-page h6 {
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
#event-page .event-header {
  margin-bottom: 2em;
}
#event-page .event-img {
  min-height: 200px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#event-page .event-info {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  font-size: 1.1rem;
  margin-top: 1.5em;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  #event-page .event-info {
    margin-top: 0;
  }
}
#event-page .event-info h3 {
  font-size: 2rem;
}
#event-page .event-info h4 {
  font-size: 1.2rem;
}
#event-page .event-info h4.address {
  margin-bottom: 0;
  text-transform: uppercase;
}
#event-page .event-info address {
  font-size: 0.889rem;
  font-style: normal;
  margin-bottom: 1rem;
}
#event-page .event-info .btn-register {
  display: inline-block;
  background-color: #FFF;
  color: #C12026;
  font-weight: bold;
  margin-left: 0;
}
#event-page .event-info .btn-register:hover {
  color: #DE363D;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
#event-page #event-content h2 {
  font-size: 1.75em;
}
#event-page #event-content .btn-gray {
  display: inline-block;
  background-color: #C8C8C8;
  color: #C12026;
  font-weight: bold;
  margin: 0 auto 2em 0;
  width: 100%;
  max-width: 500px;
}
#event-page #event-content .btn-gray:hover {
  color: #DE363D;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/*End Education*/
#maintenance {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../../images/bassett/dryers1500x1000.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  overflow-y: scroll;
}
#maintenance h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4em;
  font-weight: normal;
}
#maintenance i {
  font-size: 1.5em;
  margin: 10px;
}
@media (min-width: 1590px) {
  #maintenance .text-lg {
    font-size: 1.6em;
  }
}

#inxsqlcocoupon {
  max-width: 180px;
}