input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400; }

.breadcrumb.is-active > .breadcrumb-label, .breadcrumb a {
  text-decoration: none; }

.addthis_toolbox .socialLinks .icon svg {
  fill: #6d6d6d; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0; }

#homebtnContainer {
  display: none !important; }

header.header .container.row.main {
  display: flex;
  justify-content: space-between; }

.container-new-mid img {
  filter: invert(1); }

#HeaderContactInfo {
  max-width: max-content;
  padding-top: 5px;
  text-align: right;
  display: block;
  margin-left: auto; }

@media (max-width: 1209px) {
  div#headerRight {
    width: 43%; }
  #search-cont {
    width: 75%; } }

@media (max-width: 1024px) {
  #logo-cont {
    width: 50%; }
  #search-cont {
    width: 100%; }
  div#headerRight {
    width: 50%; } }

@media (max-width: 800px) {
  .header-logo > a {
    color: #333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; } }

@media (max-width: 584px) {
  .navUser-section--alt .navUser-item--cart {
    margin-right: 1.3rem; }
  .navUser-item--cart__hidden-s {
    display: block !important; } }

.heroCarousel.slick-initialized {
  max-height: unset; }

.heroCarousel-slide {
  background-image: unset !important; }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image {
    object-fit: none;
    width: auto;
    margin: auto; } }

.slick-dots li button {
  border: 1px solid #0679ea;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  transition: background .1s ease-out; }

.slick-dots li.slick-active button::before {
  background: #0679ea; }

.slick-dots li.slick-active button:before {
  color: #0679ea;
  opacity: 1; }

.slick-dots li.slick-active button::before {
  background: #0679ea; }

.slick-dots li button:hover::before {
  background: #0679ea; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0; }

@media (max-width: 800px) {
  .slick-next {
    right: 0 !important; }
  .slick-prev {
    left: 0 !important; } }

@media (max-width: 550px) {
  .slick-next {
    right: 0 !important; }
  .slick-prev {
    left: 0 !important; } }

.non-sale-price--withoutTax {
  display: none; }

.card-figure figcaption.card-figcaption .card-figcaption-body a {
  position: relative; }

.card-figcaption-body .quickview, .card-figcaption-body a.card-figcaption-button {
  display: none; }

.productCarousel .card-body {
  min-height: 130px; }

@media (max-width: 800px) {
  article.productView-description ul.tabs {
    padding: 0; }
  article.productView-description ul.tabs li.tab a.tab-title {
    margin: 0; } }

section[data-list-name="Featured Products"] .card-figcaption {
  opacity: 0 !important; }

@media (min-width: 551px) {
  .page-sidebar + .page-content .category-productGrid .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .page-sidebar + .page-content .category-productGrid .productGrid .product {
    width: 25%; } }

section.productView-details.product-options .socialLinks .icon svg {
  fill: #999999; }

.productView-product {
  border-bottom: 0;
  padding-bottom: 0; }

div#tab-videos h4.toggle-title {
  display: none; }

@media (max-width: 900px) {
  .productView-options .form-action .button {
    width: 100% !important; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 0 !important; }

.brand .card-img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.previewCart .productView {
  flex-direction: row; }

.cartPagePopup-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none; }

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  background: #2899f7;
  color: #fff;
  padding: 0.5rem 1rem;
  border-top-right-radius: 6px;
  cursor: pointer; }

.cartPagePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 7px 18px -6px rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  display: none; }

.cartPopup-content p {
  margin: 0;
  padding: 5rem 4rem;
  text-align: center;
  color: red;
  font-size: 20px; }

@media (max-width: 1040px) {
  .cartPagePopup {
    max-width: 90%; } }

@media (max-width: 999px) {
  .cartPagePopup {
    position: absolute;
    top: 10%;
    transform: translate(-50%, -10%); } }

@media (max-width: 800px) {
  .cartPagePopup {
    top: 6%; } }

@media (max-width: 600px) {
  .cartPagePopup {
    top: 4%; }
  .cartPopup-content p {
    padding: 3rem 2rem; } }

.wait {
  position: relative; }

.wait::after {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 60%;
  height: 46px;
  display: block;
  background-color: #efefef;
  /* Example color */
  opacity: 0;
  /* Start invisible */
  animation: fadeInOut 1.5s ease-in-out infinite;
  /* Apply fadeInOut animation */
  border-radius: 6px; }

/* Keyframes to fade in and fade out */
@keyframes fadeInOut {
  0% {
    opacity: 0;
    /* Start invisible */ }
  50% {
    opacity: 1;
    /* Fully visible at the middle */ }
  100% {
    opacity: 0;
    /* Fade back to invisible */ } }

.productView[data-event-type="product"] {
  position: relative; }

.fera-fwid_35QmC7k {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  bottom: 0; }

.waiter::after {
  height: 0;
  padding-bottom: 66.5%;
  background-color: gray;
  top: 0;
  display: block;
  position: relative;
  margin: 0;
  background-color: #dfdfdf;
  /* Example color */
  animation: fadeInOut 1.5s ease-in-out infinite;
  /* Apply fadeInOut animation */
  border-radius: 6px; }

.fera-fwid_35QmC7k {
  margin-top: 0px !important;
  margin-bottom: 10px !important; }

#logo-cont > h1 > a {
  position: relative;
  display: block;
  /* Ensures the <a> tag behaves as a block container */ }

#logo-cont {
  z-index: 9; }

#logo-cont > h1 > a::after {
  content: '';
  display: block;
  padding-bottom: 54%;
  /* Creates an aspect ratio of 1:1 */ }

#logo-cont > h1 > a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensures the image fits within the defined area */ }

[data-section-type="secureshopping"] {
  min-height: 74px !important; }

#HeaderInfoBar {
  min-height: 51px; }

@font-face {
  font-family: 'GothaProRegular';
  src: url("https://store-e27d9.mybigcommerce.com/content/GothaProReg.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'GothaProMedium';
  src: url("https://store-e27d9.mybigcommerce.com/content/GothaProMed.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'GothaProLight';
  src: url("https://store-e27d9.mybigcommerce.com/content/GothaProLig.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'GothaProBold';
  src: url("https://store-e27d9.mybigcommerce.com/content/GothaProBol.otf") format("opentype");
  font-display: swap; }

h3.card-title a {
  font-family: 'GothaProMedium','PTSans',sans-serif !important;
  font-size: 17px !important; }

li.navPages-item a.navPages-action {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 16px; }

ul.navPage-subMenu-list a {
  font-size: 14px !important; }

h2.sidebarBlock-heading {
  font-family: 'GothaProRegular','PTSans',sans-serif !important; }

#facetedSearch-navList a {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 13px !important; }

[data-test-info-type="price"] {
  font-family: 'GothaProMedium','PTSans',sans-serif !important;
  font-size: 16px !important; }

section.footer-info {
  font-family: 'GothaProRegular','PTSans',sans-serif !important; }

.footer-info-col a {
  font-size: 13px; }

h5.footer-info-heading {
  font-family: 'GothaProRegular','PTSans',sans-serif !important; }

.productView-info-name {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 13px; }

h1.productView-title {
  font-family: 'GothaProMedium','PTSans',sans-serif !important;
  font-size: 26px; }

.productView-info-value {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 13px; }

.price-now-label {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 16px; }

[data-product-price-without-tax] {
  font-family: 'GothaProRegular','PTSans',sans-serif !important;
  font-size: 16px; }

.productGrid.categoryGrid.productGrid--maxCol4 a, .page-heading.lines span {
  font-family: 'GothaProMedium','PTSans',sans-serif !important; }

h1, h2, h3 {
  font-family: 'GothaProMedium','PTSans',sans-serif !important; }

span strong {
  font-family: 'GothaProMedium','PTSans',sans-serif !important; }

@media (max-width: 800px) {
  #logo-cont {
    width: max-content;
    position: absolute;
    left: 47%;
    transform: translate(-50%, 9%); }
    #logo-cont a::after {
      content: unset !important; }
    #logo-cont a {
      padding: 0 !important; }
    #logo-cont .header-logo-image {
      position: relative;
      width: 80px;
      height: auto;
      object-fit: unset !important;
      max-height: unset !important; }
    #logo-cont .header-logo.header-logo--center {
      margin: 0 !important; }
  header.header {
    height: 62px; }
  body > div:first-of-type div {
    font-size: 13px !important; } }

@media (max-width: 800px) {
  #headerRight {
    display: none; } }

.container-new-mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 800px) {
    .container-new-mid {
      display: none; } }
  .container-new-mid .container-blurb-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 28px; }
    .container-new-mid .container-blurb-center span {
      color: white;
      font-size: 14px; }
    .container-new-mid .container-blurb-center .ff {
      font-family: 'GothaProMedium',sans-serif;
      font-size: 18px; }
    .container-new-mid .container-blurb-center .ee {
      color: #77c3e8;
      font-family: 'GothaProRegular',sans-serif; }
  .container-new-mid .container-homecarpro {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
    .container-new-mid .container-homecarpro span {
      color: white;
      font-size: 13px;
      font-family: 'GothaProMedium',sans-serif;
      position: relative;
      top: 7px; }
    .container-new-mid .container-homecarpro img {
      max-width: 120px; }
    .container-new-mid .container-homecarpro .dd {
      margin-right: 9px; }
    .container-new-mid .container-homecarpro img {
      margin-right: 9px; }

#much-more {
  font-size: 14px;
  font-family: 'GothaProRegular';
  color: white;
  text-decoration: none;
  position: relative;
  top: 6px; }

.mobile-cart-container {
  display: none;
  top: 20px;
  position: absolute;
  right: 12px; }
  @media (max-width: 800px) {
    .mobile-cart-container {
      display: block; } }
  .mobile-cart-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .mobile-cart-container a span {
      color: white;
      font-size: 14px;
      position: relative;
      font-family: 'PT SANS',sans-serif;
      margin-left: 7px;
      top: 3px; }
      @media (max-width: 304px) {
        .mobile-cart-container a span {
          display: none; } }
