/*-------------------
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 v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container {
  padding: 12px 0;
}
#inline-link-profile svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: -2px;
}
#inline-link-profile {
  color: #fff;
  padding: 8px 0;
}
#inline-link-profile::after {
  content: none;
}
#inline-link-profile:focus {
  box-shadow: none;
}
.navbar-container ul.nav > li > a > svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: -1px;
}
.navbar-container ul.nav:last-of-type > li:last-of-type > a {
  padding-right: 0;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  padding-bottom: 12px;
  padding-top: 2px;
}
.headerLinks ul li a svg {
  width: 32px;
  height: 34px;
}
.headerLinks > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.headerLinks ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}
.header-container .simple_form.new_search.search-form {
  max-width: 85%;
  width: 85%;
  margin-right: 4px !important;
}
.header-container #s_keyword {
  width: 100%;
  flex: auto;
}
.simple_form.new_search .input-group {
  justify-content: end;
}
.header-container #s_keyword, .header-container #s_keyword:focus {
  width: 80%;
  flex: auto;
  max-width: 80%;
  padding: 13px 26px;
  border-radius: 30px 0 0 30px;
  border: none !important;
  box-shadow: none;
}
.header-container .simple_form.new_search.search-form .search-btn, .header-container .simple_form.new_search.search-form .search-btn:focus {
  border-radius: 0 30px 30px 0;
  padding: 14px 22px 12px;
  box-shadow: none;
}
.header-container .simple_form.new_search.search-form i {
  font-size: 20px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container {
  border-bottom: 1px solid #e2e8f0;
  padding: 3px 0;
}
.category-container .categories > li > a {
  border-radius: 8px;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  max-width: 1700px;
}
.username-field-container {
  display: none;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list {
  justify-content: center;
}

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding: 1rem 0 0;
}
.footer-container .wrapper {
  max-width: 1700px;
}
.footer-logo-container {
  padding-right: 50px;
  margin-top: -10px;
}
.footer-container .mobile-copyright-section {
  background-color: transparent;
  margin-top: 0 !important;
}
.copyright-section {
  border: none;
  background-color: #222;
  padding: 8px 1rem;
  font-size: 14px;
  color: #bababa;
}
.copyright-section p {
  max-width: 1700px;
  margin: auto;
  padding: 1rem;
}
/*-------------------*/
/* 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){

}