/*-------------------
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/.
/*-------------------*/

/*-------------------*/
<style>
/* Spanish only */
html[lang="es"] .btn,
html[lang="es"] .nav-link,
html[lang="es"] .dropdown-item,
html[lang="es"] .card-title,
html[lang="es"] .product-name,
html[lang="es"] .prodtitle {
  font-size: .90em;
  line-height: 1.15;
}

/* Optional: Spanish headings slightly tighter */
html[lang="es"] h1,
html[lang="es"] h2,
html[lang="es"] h3 {
  line-height: 1.1;
}

/* Helps long Spanish text wrap cleaner */
html[lang="es"] .btn,
html[lang="es"] .nav-link,
html[lang="es"] .card-title {
  white-space: normal;
}
</style>
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.category-container li > a {
  padding-right: 50px !important;
}

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* 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){

}