/*-------------------
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/.
/*-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*-------------------*/
/* GENERAL */
/*-------------------*/
*{
	font-family: 'Goldman Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Goldman Sans' !important;
}
.header-container li > a, .category-container li > a, .carousel-caption-header, .btn.primary, .card-title, ol.breadcrumb li a, .product-price, .product-summary-footer .summary-footer .name, .btn.primary.add-to-cart {
  font-family: 'Goldman Sans' !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;
}

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

}