@charset "UTF-8";

/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes shrinkUp {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes growRight {
  0% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1.1);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes shrinkLeft {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

body {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  line-height: 1;
  font-family: "halyard-display", sans-serif;
  color: #272727;
  /* -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; */
}

html {
  height: 100%;
}

img {
  border: 0;
  max-width: 100%;
  z-index: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  letter-spacing: 1px;
}

h1 {
  font-size: 56px;
  font-weight: 600;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  color: #003463;
  text-transform: uppercase;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  color: #003463;
  letter-spacing: 2px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  color: #003463;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

h4 {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  color: #003463;
  margin: 0px;
  padding: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #0099d8;
  padding: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #0099d8;
  padding: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

strong {
  font-weight: 600;
}

hr {
  height: 2px;
  background-color: #0099d8;
  border-style: none;
  margin-top: 25px;
  margin-bottom: 25px;
}

hr.wide {
  height: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.nav-container {
  z-index: 9;
  position: relative;
  top: 0%;
  left: 0%;
  background-color: #003463;
}

.cart-header {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  color: #003463;
  margin: 0px;
  padding: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-link {
  color: #003463;
}

.page-item.active .page-link {
  background-color: #e3edf7;
  color: #003463;
  border-color: #003463;
}

.page-item:hover .page-link {
  background-color: #e3edf7;
  color: #003463;
}

.card {
  border-radius: 0.1px;
}

.bg-primary {
  background-color: rgb(0, 52, 99) !important;
}

.bg-lightblue {
  background-color: rgb(227, 237, 247);
}

.bg-primary-opacity {
  background-color: rgb(0, 52, 99, 0.5) !important;
}

.text-primary-shadow {
  color: rgb(0, 52, 99, 0.5) !important;
}

.text-primary {
  color: rgb(0, 52, 99) !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0099d8 !important;
}

.price-list-detail {
  color: rgb(149, 153, 167);
  font-size: 1.25rem;
  font-weight: 300;
}

.price-cost-detail {
  font-size: 1.75rem;
}

.form-control {
  height: 50px;
  border-radius: 0px;
}

.item-qty {
  width: 75px !important;
  text-align: center;
  height: 50px;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
}

a {
  color: #003463;
}

a:hover {
  color: #0099d8;
}

a:focus,a:hover,a:visited {
  text-decoration: none
}

ul {
  list-style: square;
}

#accountNavToggleBtn {
  position: relative;
  left: 0;
  top: 0;
}

#accountNav {
  animation: growRight 300ms ease-in-out forwards;
  transform-origin: left;
}

#accountNav.hidden {
  animation: shrinkLeft 300ms ease-in-out forwards;
  transform-origin: left;
  /* position: absolute; */
}

.cart-summary {
  border-radius: 0px;
}

.cart-summary .card-header {
  background-color: #003463;
  color: #ffffff;
  font-size: 1rem;
  height: 50px;
  border-radius: 0px;
}

.cart-summary-item {
  /* border: 1px solid #999; */
  border: none;
  background: #fff;
  left: 0;
}

.cart-summary-item .card {
  border: none;
}

.container-product {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search-criteria-accordian {
  width: 350px;
}

.search-criteria-accordian .card {
  border-radius: 0px;
  border: none;
}

.account hr {
  background-color: rgb(223, 223, 223);
}

.order.card {
  min-height: 100px;
}

.account,
.order.card,
.account .card {
  background-color: #e3edf7;
  border: none;
}

.account .card {
  min-height: 180px;
}

.account .card-body {
  max-width: 245px;
  min-width: 245px;
}

.account .text-muted {
  font-size: 0.9rem;
}

.order .card-title,
.account .card-title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.15rem;
  color: #0099d8
}

.panel-info-text {
  color: #0099d8;
  font-size: 1.25rem;
  font-weight: 600;
}

.order-table td,
.order-table thead th {
  border: none;
}

.home-link {
  color: #fff;
}

.home-link:hover {
  text-decoration: none;
}

.swiper-button-next {
  color: black !important;
  padding-left: 100px !important;
  margin-left: 100px !important;
}

.product {
  min-width: 275px;
  max-width: 350px;
  padding: 8px 2px;
}

.variation {
  min-width: 350px;
  max-width: 350px;
  padding: 0px;
}

.variation-card {
  max-width: 540px; 
  min-width: 300px;
  border: 1px solid rgba(255,255,255);
}

.variation-card.selected,
.variation-card:hover
{
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.search-chat-message {
  /* background-color: rgb(250, 250, 250); */
  background: #e3edf7;
  /* border-radius: 0.1px; */
  border: 1px solid #FFF;
  border-color: #e3edf7;
  /* margin: 10px 0px 0px 0px; */
}

.category .card {
  max-width: 305px;
  min-width: 305px;
}

.category .img-max {
  max-width: 200px;
}

.product .card-manufacturer {
  font-size: 0.9rem;
  font-weight: 500;
}

.product .description {
  max-width: 250px;
  min-height: 66px;
}

.product,
.category .card-title {
  display: inline-block;
  font-size: 1rem;
  color: #003463;
}

.product .card-title:hover,
.category .card-title:hover {
  color: #0099d8;
}

.product,
.category .card-img-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.product,
.category .card-img-box {
  border-bottom: 0px;
}

.variation .card-img-top,
.product .card-img-top {
  max-width: 240px;
  max-height: 240px;
}

.product .card-footer {
  background-color: #003463;
  color: #ffffff;
  font-size: 1.1rem;
}

.product .price-list {
  color: rgb(149, 153, 167);
  font-size: 1.15rem;
}

.price-list.strikeout {
  font-size: 0.9rem;
  text-decoration: line-through;
}

.product .price-cost {
  font-size: 1.15rem;
}

.product .img-max {
  max-width: 200px;
  width: 100%;
}

.card-img-box .img-text {
  position: absolute;
  z-index: 2;
  margin: 0;
  left: 0;
  right: 0;
  top: 3%;
  /* background: rgba(241, 20, 20, 0.7); */
  font-size: 1.1rem;
  width: 60%;
}

.img-text.clearance {
  background: rgba(241, 20, 20, 0.7);
}

.img-text.discontinued {
  background: rgba(82, 72, 72, 0.7);
}

.pageMargin {
  width: 1300px;
  margin: 5px auto 24px auto;
}

input[name="rd"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.bg-blue {
  background-color: #003463;
}

#filtersAccordian .card-header {
  background: white;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #e3edf7;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  color: #003463;
}

.tab-label:hover {
  background: #003463;
  color: #e3edf7;
}

.tab-label::after {
  content: "+";
  width: 20px;
  height: 20px;
  text-align: center;
  transition: all 0.35s;
  color: #e3edf7;
  background: #003463;
  font-weight: 400;
}

.tab-label:hover::after {
  background: #e3edf7;
  color: #003463;
}

input:checked + .tab-label {
  background: #003463;
  color: #e3edf7;
}

input:checked + .tab-label::after {
  transform: rotate(180deg);
  content: "−";
  background-color: #e3edf7;
  color: #003463;
}

.topBar {
  background-color: #003463;
  height: 35px;
}

.top-nav-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 2px;
}

a.top-nav-link:hover {
  text-decoration: none;
  color: #0099d8;
}

.topnav {
  background-color: #000;
  position: relative;
}

.topnav img {
  max-height: 50px;
}

#navToggleIcon {
  height: 50px;
  padding: 0px 20px;
  z-index: 2;
}

#navToggleIcon i {
  height: 22px;
}

.topnav a:hover {
  background-color: #006cac;
  color: white;
}

.socialIcons {
  display: flex;
  justify-content: space-between;
}

.socialIconsMobile {
  display: flex;
  text-decoration: none;
  width: 40%;
  margin: 0 8px;
  z-index: 1;
}

#mobileNavLinks > .socialIconsMobile {
  display: none;
}

.socialIconsMobile a {
  padding: 2px;
}

.socialIconsMobile i {
  color: white;
  font-size: 18px;
  background-color: #999999;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.socialIconsMobile i:hover {
  color: white;
  font-size: 22px;
  background-color: #006cac;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

.hdr-link {
  color: #003463;
  font-weight: 700;
  letter-spacing: 2px;
  font-style: italic;
  text-decoration: none;
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.hdr-link:hover {
  color: #0099d8;
  text-decoration: none;
}

.mobile-hdr-link {
  color: #FFFFFF ;
  font-weight: 600;
  letter-spacing: 2px;
  font-style: italic;
  text-decoration: none;
  padding: 0px;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}

.mobile-hdr-link:hover {
  color: #0099d8;
  text-decoration: none;
}

.mainNavigation {
  height: 120px;
  /* z-index: 20; */
  padding: 10px 0px 10px 0px;
  /* border-bottom: solid 3px #fff; */
}

.mobile-logo {
  max-height: 100%;
}

#mobileNavLinks {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 0px;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  z-index: 99;
}

#mobileNavLinks.hidden {
  animation: shrinkUp 300ms ease-in-out forwards;
  transform-origin: top center;
}

#mobileNavLinks a {
  padding: 14px 16px;
  justify-content: start;
}

.tnd-catalog-img {
  display: inline-block;
  position: absolute;
  width: 250px;
  margin-top: -55px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}
.tnd-catalog-text {
  display: inline-block;
  margin-left: 250px;
}

.secondaryNavigation {
  display: flex;
  justify-content: space-between;
}
.secondaryNavigation a {
  color: white;
  font-weight: 500;
}
.secondaryNavigation a:hover {
  color: white;
}
.secondaryNavigation a:visited {
  color: white;
}
.secondaryNavigation a:hover {
  color: #b59600;
}

/* .open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
} */

.dropdown-menu {
  border-radius: 0;
  background-color: #fff;
  border-color: rgba(39, 37, 37, 0.137);
  color: #ffffff;
  /* opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out; */
}

.dropdown-item {
  padding: 10px 30px 10px 30px;
  color: #006cac;
}

.promotionalContent {
  width: 375px;
  height: 225px;
  margin: 10px;
  background-color: #999999;
  display: inline-block;
}

.overlay-content-best,
.overlay-content {
  position: relative;
  display: inline-block;
/*   width: 100%;
  height: 100%; */
}

.family-img-overlay {
  position: absolute;
  left: 20%;

  @media (max-width: 1280px) {
      z-index: 1;
      left: 15%;
      /* right: 24%; */
      /* max-height: 200px; */
      overflow: hidden;
  }

  @media (max-width: map-get($grid-breakpoints, "sm")) {
      /* left: 13%; */
  }
}

.conveyor-img-overlay {
  position: absolute;
  bottom: 10%;
  left: 20%;

  @media (max-width: 1280px) {
      bottom: 8%;
      z-index: 1;
      left: 10%;
      /* right: 24%; */
      /* max-height: 200px; */
      overflow: hidden;
  }
}

.about-list ul li {
  list-style: none;
}

.about-list ul li:before {
  content: "✓";
  padding-right: 5px;
}

.about-list ul li {
  padding: 5px;
}

.breadcrumb {
  background-color: #e3edf7;
}

.breadcrumb-item a {
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #0099d8;
}

.catalog-link {
  color: #fff;
  background-color: #006cac;
  border-radius: 10px;
  padding: 5px;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 270px;
  display: block;
  height: 80px;
  line-height: 1.25em;
  margin: 0 auto;
  margin-top: 15px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.catalog-link:hover {
  text-decoration: none;
  background-color: #fff;
  border-style: solid;
  border-color: white;
  cursor: pointer;
  transform: scale(0.9);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.CTAicons {
  display: inline-block;
  margin: 25px;
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.CTAicons a {
  text-decoration: none;
}
.CTAicons:hover {
  text-decoration: none;
  transform: scale(0.9);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

footer .menu-title {
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  color: #003463;
}

footer ul li {
  font-size: 18px;
  line-height: 30px;
  color: rgb(0, 0, 0);
}

footer ul li a {
  front-weight: 400;
  color: rgb(0, 0, 0);
}

.footer-container {
  margin: 0px 25px 25px 25px;
  padding-top: 250px;
  position: relative;
  z-index: 1;
}

.footer-image-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-bg-image.footer-bg-left-top {
  background-position: left top
}

.footer-bg-image {
  background-image: url('/images/footer/footer-background-new.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .4s ease
}

.footer-social-icon {
  width: 2.188em;
  height: 2.188em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: skew(-15deg); 
}

.footer-social-icon i {
  transform: skew(15deg); 
}

.manufacturer-image-container {
  width: 212px;
  height: 150px;
}

a.manufacturer-name {
  padding: 30px 00px 0px 0px;
  font-size: 1.1rem;
  font-weight: 500;
  color: darkgray;
}

#alphabetNav > a {
  border-radius: 2px;
  padding: 0.5em;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #006cac;
}

#alphabetNav > a.inactive {
  color: rgb(99, 102, 106);
}

#alphabetNav > a:not(.inactive):hover {
  background: rgb(247, 244, 244);
  color: #444;
}

#alphabetNav > a.active {
  background: #b59600;
  color: white;
}

.alert-lightblue {
  color: #003463;
  background-color: #e3edf7;
  border-color: #e3edf7;
  border-radius: 0;
}

.alert {
  border-radius: 0;
  border: none;
}

.divider {
  width: 1.5px;
  margin: 25px;
  background: gray;
}

.bg-black {
  background-color: #000;
}

.location-card {
  border: none;
}

.tnd-logo {
  width: auto;
  max-width: inherit;
}

.navbar {
  background-color: white;
  padding: 8px 0px 8px 0px;
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
  border-radius: 0px;
  height: 50px;
  width: 200px;
  font-size: 14px;
  /* padding: 16px; */
}

.nav-tabs .nav-link {
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  background-color: #003463;
  color: #ffffff;
}

.account-nav .nav-link {
  height: 100%;
  font-size: 16px;
  line-height: 34px;
}

.nav-link {
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 16px;
  font-style: italic;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-item .nav-link {
  position: relative;
}

.nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px; 
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0099d8;
  transition: width 0.3s ease;
}

.nav-item .nav-link:hover::after {
  width: calc(100% - 16px);
}

.navbar-nav .dropdown-menu-standard {
  border: none;
  padding: 50px 10px 40px 10px;
  margin: 0px;
  border-radius: 0;
  width: 300px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu:hover {
  pointer-events: auto;
}

.navbar-nav .dropdown-menu {
  display: none;
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu .dropdown-item {
  white-space: normal;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
  position: relative;
  padding: 0px;
}

.navbar-nav .dropdown-menu .dropdown-item:not(:first-child) {
  margin-top: 1rem;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: white;
  text-decoration: none;
}

.navbar-nav .dropdown-menu .dropdown-item:hover span {
  color: #0099d8; 
  transition: color 0.3s ease;
  text-decoration: none;
}

.navbar-nav .dropdown-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px; 
  bottom: 0;
  left: 0;
  background-color: #0099d8;
  transition: width 0.3s ease;
}

.navbar-nav .dropdown-item:hover::after {
  width: 100%;
}

.navbar-nav .dropdown-item-wrapper {
  padding: 0px 32px 0px 32px;
}

.dropdown-header, .dropdown-item-text {
    color: #272727;
    display: block;
    line-height: 17px;
    font-feature-settings: "ss08", "ss12", "ss18", "ss19";
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-header {
  font-style: italic;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  text-transform: uppercase;
} 

.dropdown-item-text {
  color: #272727;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 0px 0px 0px;
  text-transform: none;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 86px;
  padding: 0;
  margin-top: 0px;
  background: transparent;
  border: none;
}

.megamenu-inner {
  background: white;
  width: 100%;
}

.megamenu-inner .row {
  margin: 0;
}

.mega-menu-inner-header {
  font-weight: 600;
  font-size: 23px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0099d8;
  font-feature-settings: "ss08", "ss12", "ss18", "ss19";
  display: inline-block;
}

.megamenu-li {
  position: static;
}

.megamenu-list {
  padding: 32px 32px 32px 32px;
}

.megamenu-list-border {
  border-left: 1px solid #f7f7f7;
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #f7f7f7;
}

@media (max-width: 370px) {
  .socialIconsMobile {
    display: none;
  }
  #mobileNavLinks > .socialIconsMobile {
    width: 100%;
    display: flex;
    margin: 0;
  }
}

@media (min-width: 576px) {
  .container-product {
    max-width: 540px;
  }
}

@media (max-width: 600px) {
  .pageMarginFooter {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #productSearchContainer,
  #filterContainer {
    width: 100%;
  }

  #accountNav {
    position: absolute;
    z-index: 100;
    border: 1px solid black;
  }

  #accountNav a {
    background-color: rgb(0, 108, 172);
    color: white;
  }

  #accountNav a:hover {
    background-color: grey;
  }

  #accountNav a.active {
    background-color: rgb(3, 70, 109);
    font-weight: 700;
  }

  .tnd-catalog-img {
    width: 50%;
    position: relative;
    align-self: center;
  }
  .tnd-catalog-text {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .footer-container {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 150px 0px 60px 0px;
  }

  .container-product {
    max-width: 1125px;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding: 150px 0px 60px 0px;
  }
}

@media (min-width: 1200px) {
  .footer-container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 150px 0px 60px 0px;
  }

  .container {
    max-width: 1395px;
  }
}

@media (min-width: 1280px) {
  .container-product {
    max-width: 1366px;
  }
}

@media (max-width: 1300px) {
  .pageMargin {
    width: 96%;
  }
}

@media (min-width: 1440px) {
  .clearance .product {
    padding: 8px;
  }

  .container-product {
    max-width: 1366px;
  }
}

@media (min-width: 1920px) {
  .container-product {
    max-width: 1810px;
  }

  .product {
    padding: 3px;
  }

  .category .card {
    max-width: 335px;
    min-width: 335px;
  }

  .product-icon-heart {
    width: 25%;
    text-align: right;
    font-size: 1.5em;
    cursor: pointer;
  }
  .product-icon-heart .heart-toggle {
    color: #d6d4d4;
  }
  .product-icon-heart .heart-toggle .fas {
    color: #00629b;
  }
  .product-icon-heart .heart-toggle:hover {
    color: #00629b;
  }
}

.banner-image-overlap {
  position: relative; 
  bottom: -75px;     
  z-index: 1;        
}

.bg-blue .text-start {
  text-align: left !important; 
}

@media (max-width: 767px) { 
  .bg-blue .d-flex {
    flex-direction: column; 
    align-items: center !important;
    justify-content: center !important; 
  }
  .banner-image-overlap {
    bottom: -100px; 
    margin-top: 100px; 
    margin-left: 0; 
  }
  .bg-blue .text-start {
     text-align: center !important; 
  }
}

.nav-link svg path {
  fill: #003463; /* Initial color */
  transition: fill 0.3s ease-in-out; /* Smooth transition */
}

.nav-link:hover svg path {
  fill: #0099d8; /* Hover color */
}

