/*-------------------
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 */
/*-------------------*/
.btn.primary, .btn.secondary {
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0em 3px 10px 0px #00000080;
  border-radius: 6px;
}
.btn.secondary.rounded-pill {
  box-shadow: none;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container {
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
}
/*-------------------*/
/* HEADER */
/*-------------------*/

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

/*-------------------*/
/* CONTENT */
/*-------------------*/
.carousel-caption {
  left: 60px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border-top: 1px solid #e4e4e4;
}

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

}

@media screen and (max-width: 1200px){
  #page-showing img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px){
  .carousel-caption {
    left: 0;
  }
}

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

}

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

}