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

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

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

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

/*-------------------*/
/* CONTENT */
/*-------------------*/
.carousel-caption {
  top: 15% !important;
  right: 0% !important;
  left: unset !important;
  bottom: unset !important;
  background: rgba(0, 0, 0, 0.00);
  padding: 20px 40px;
}

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
h3.product-personalizationh3 {
  font-size: 1.5rem;
  color: #000;
}

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

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

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){
}
@media screen and (min-width: 1920px){
  .carousel-caption {
    top: 10% !important;
    right: 5% !important;
  }
}
@media screen and (max-width: 1280px){
  .carousel-caption {
    top: 20% !important;
  }
}
@media screen and (max-width: 770px){
  .carousel-caption {
    top: 10% !important;
    right: 5% !important;
  }
}

@media screen and (max-width: 660px){
  .carousel-caption {
    background: #675882 !important;
    top: unset !important;
    right: 0 !important;
    left: 0 !important;
  }
}

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

}