/* Estilos Generales */
.data-\[open\=true\]\:block[data-open=true] {
    display: block;
}


/* "WhatsApp" */
#wachat a {
    position: fixed;
    z-index: 9999;
    right: 20px !important;
    float: right;
    background: transparent !important;
    bottom: 15% !important;
}

#wachat img {
    min-width: 50px;
    min-height: 50px;
}

.checkout-index-index #wachat {
    display:none;
}


/* Producto */
.price {
    color: #ED2590;
    font-weight: bold;
}

button.btn.btn-primary.text-sm, #product-addtocart-button {
    background-color: transparent;
    border-color: #00ACEE;
    color: #00ACEE;
}

button.btn[data-addto="wishlist"] {
    background: #feeaf4;
}

button.btn[data-addto="wishlist"] svg {
    color: #ED2590;
}

.product-item {
    padding: 0;
}

.product-info {
    padding: 0 20px 20px;
}

.catalog-product-view #description h2, .catalog-product-view #product\.attributes h2 {
    color: #ED2590;
}

#product_productslist_0 {
    position: relative;
}

#product_productslist_0 .btn.btn.btn-secondary.p-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50%;
    z-index: 9;
}

#product_productslist_0 [data-prev] {
    left: -15px;
}

#product_productslist_0 [data-next] {
    right: -15px;
}


#review-form button.btn.btn-primary {
    background: #00ACEE;
}

/* Categoria */
.catalog-category-view .page-title {
	color: #00ACEE;
}

.catalog-category-view .page-title {
    margin-bottom: 0;
}

.catalog-category-view #filters-heading span {
    font-size: 18px;
}

/* Search */
.search.results #product-list > dl.my-6 {
    display: none;
}

/* Minicart */
#cart-drawer .btn.btn-primary {
    background-color: #ED2590;
}

#cart-drawer .btn.btn-secondary {
    border-color: #ED2590;
	color: #ED2590;
}


#cart-drawer .btn.btn-secondary:hover {
    background-color: #ED2590;
	color: #fff;
}

/* Boton Pagina del Carrito */
#checkout-link-button {
	background-color: #ED2590;
}


/* "Footer" */
.footer .bg-gray-100 {
	background-color:#ffffff;
}

.footer .bg-surface {
	background-color:#ED2590;
	color:#fff;
}

.footer h2 {
	color:#ED2590;
}

.footer .w-full.lg\:w-1\/4.pr-4 {
    margin-bottom: 2rem; 
}


@media (max-width: 767px) {
  
    .product-info {
        padding: 0 10px 5px;
    }
  
    .product-info .product-item-link, 
    .price-box.price-final_price {
        /* estilos aquí */
      font-size: 14px;
    }
  
     .product-info div.mt-2.mb-1.items-center.justify-center.font-semibold.text-lg.text-center {
     line-height: 16px;
    }
  
    .product.photo.product-item-photo {
      margin-bottom: 0;
     }

      button.btn.btn-primary.text-sm, #product-addtocart-button {
        max-width: 100%;
    }

    button.btn[data-addto="wishlist"] {
      display: none;
     }

  
  
}

.amcheckout-step-container .fieldset > .field > .label, .amcheckout-step-container .fieldset > .fields > .field > .label {
    margin-top: 10px !important;
}

.amcheckout-step-container input[type='checkbox'] + label:before {
    margin-right: 10px !important;
}