/** Shopify CDN: Minification failed

Line 116:14 Expected ":"

**/
#omitir {
  text-align: center;
  cursor: pointer;
  margin: auto;
}

/* #modal-product .price, #product-recommendations-cart .price {display: none !important;} */

.custom-content- {width: auto !important:}
.custom-content- .custom__item {
  margin: auto;
  padding: 0;
}

.omitir-popup { 
  display: block; 
  padding: 10px 20px; 
  display: flex;
  justify-content: flex-end;
}

.popup-grid {
 padding: 5px !important;
}

.popup-grid:first-child {
	padding-left: 10px !important;
}


.list-products-carts .product-card__image-with-placeholder-wrapper > div, .list-products-carts .product-card__image-with-placeholder-wrapper > div img {max-width: 100% !important;}
.list-products-carts .product-card__image-with-placeholder-wrapper > div > div {padding-top: 100% !important;;}
.pop-product-modal .title-cart-, .pop-product-modal .subtitle-cart- {text-align: center !important;}

.cart-add-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ajaxified-cart-feedback {text-align: center;}

.popup-grid:last-child {
	padding-right: 10px !important;
}

#modal-product{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(102, 102, 102, 0.8);
    height: 100%;
  	z-index: 999;
    align-items: center;
}

#modal-product .modal-header{
    border: none;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}


#modal-product .modal-header button{
  border: none;
  background: transparent;
  color: black;
  font-size: 24px;
  font-family: muli;
  cursor: pointer;
  outline: none;
  border: none;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

#modal-product .pop-product-modal {
  pointer-events: auto;
  max-width: 900px;
  background: white;
  background-repeat: no-repeat;
  max-width: 100% !important;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  overflow: hidden;
  height: auto!important;
}

#modal-product .modal-content {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: initial !important;
}

#modal-product .title-cart- {
  margin: 0;
  border-radius: 0;
}

#modal-product .product-card {
  margin-bottom:10px;
}

#modal-product .modal-header .custom-content {
 margin-bottom 0 !important;
}

/* .cart__footer{
	position: fixed !important;
} */

.list-products-carts-test .slick-track{
  	display: flex !important; 
    justify-content: center !important;
  	align-items: center;
  }

.list-products-carts-test .slick-track .slick-next{
	right: 0px !important;
}