/*-------------------
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 */
/*-------------------*/
* {
	font-family: 'Taub Sans', sans-serif !important;
}
.fa {
	Font-family: 'Font Awesome 5 Free' !important;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/

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

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

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

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.thumbnail-description-container {
  text-align: center;
}

.thumbnail-description-container a {
  display: block;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.shipping-instructions {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-left: 5px solid #C8102E; /* accent color */
  padding: 15px;
  margin: 10px 0 20px;
  border-radius: 5px;
}

.shipping-instructions p {
  margin-bottom: 8px;
  font-weight: 600;
}

.shipping-instructions ul {
  margin: 0;
  padding-left: 20px;
}

.shipping-instructions li {
  margin-bottom: 6px;
}
/*-------------------*/
/* 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){

}