/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
body, h1, h2, h3, h4, h5, h6, p, span, div, a, li, input, textarea, button {
  font-family: 'Open Sans', sans-serif !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container ul.nav > li {
  position: relative;
}
.navbar-container ul.nav > li > a::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  background-color: black;
  top: 18px;
  right: -2px;
}
.navbar-container ul.nav:last-of-type > li:last-of-type > a::after {
  content: none;
}

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .categories > li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  background-color: transparent;
  bottom: 4px;
  left: 0px;
}
.header-container .categories > li > a {
  position: relative;
}
.header-container .categories > li:hover > a::before {
  background-color: #c20f2f;
}
.header-container .categories > li:focus > a::before {
  background-color: #c20f2f;
}
.header-container {
  position: relative;
}
.header-navbar {
  position: initial;
}
.header-links > li {
  position: initial;
}
.header-container .header-links > li {
  margin-right: 1rem;
  position: initial;
}
.header-container .header-links > li > ul {
  width: 100%;
}
a.navbar-brand.logo-container img {
  max-width: 100%;
}
a.navbar-brand.logo-container {
  max-width: calc(100% - 90px);
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.header-container .header-links > li > ul.show {
  display: flex;
  flex-wrap: wrap;
  gap: -1.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 0px;
  justify-content: center;
}
.header-container .header-links > li > ul.show > li {
  list-style: none;
  padding: 0; 
  margin-bottom: 10px;
  padding-left: 15px;
  flex: 0 0 25%; 
  text-align: center; 
}
.header-container .header-links > li > ul.show > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #efefef;
  color: #58585A;
  text-decoration: none;
  transition: background-color 0.2s;
  text-align: center;
  width: 200px;
}
.header-container .header-links > li > ul.show > li > a:hover {
  background-color: #d8d8d8;
}
.header-container .header-links > li > ul > li {
  width: 25%;
}
a.nav-link[href="/pages/Welcome"] {
  display: none !important;
}

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.thumbnail-description-container {
  text-align: center;
}
.card-title {
  font-weight: normal !important;
  font-size: 16px;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
ul.social-media li a img {
  max-width: 18px;
  max-height: 18px;
}

@media (max-width: 991.99px) {
  .col-md-12 .nav.links.pages {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.footer-container a {
  display: inline-block;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

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

}

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

}

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

}