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

/*-------------------*/
/* 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 */
/*-------------------*/
.checkout-preview {
  background-color: #f4f4f4;
  padding: 20px 25px;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.checkout-preview > .content-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
}
.checkout-preview h2 {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.checkout-preview h4 {
  font-size: 18px;
}
.edit-checkout-container.btn_2 {
  background-color: #afb4b8;
  display: inline-block;
  padding: 5px 10px 4px 8px;
  text-transform: capitalize;
  margin-left: 14px;
  margin-top: -8px;
}
.checkout-preview > .content-item p {
  margin-bottom: 0px;
}
.order-item-summary {
  margin-top: 26px !important;
}
.order-item-summary > div {
  background-color: #f4f4f4;
  border-radius: 5px;
}
/*-------------------*/
/* 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){

}
