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

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

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

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.dropdown-submenu {
    position: relative; 
}


.dropdown-submenu > .dropdown-item.dropdown-toggle::after {
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;       
    left: 100%;   
    margin-top: 0; 
    margin-left: 0.1rem; 
    z-index: 1060; 
}

.dropdown-submenu.show > .dropdown-menu.show {
    display: block !important;
}
.category-container .dropdown-menu {
  font-size: 0.9rem; 
}
.category-container .dropdown-menu > li > a {
font-size: 14px;
}
/*-------------------*/
/* 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: #E2E4E5 !important;
    top: unset !important;
    right: 0 !important;
    left: 0 !important;
  }
}

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

}
