#Woo-Products .woocommerce .products li.product.type-product {
	text-align: center;
}

.et_pb_shop .woocommerce .products li.product.type-product {
    text-align: center;
}

/* .woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 5px auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
} */

.cart-button-placeholder {
    height: 60px;
}

a.added_to_cart.wc-forward {
    display: none;
}

.et_pb_icon_wrap {
    position: relative;
}

.divi-cart-count {
    position: relative;
    top: 0px;
    right: 5px;
    background: #55c7c7;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 50%;
    line-height: 1;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
}

.custom-toast {
    /* position: fixed; */
    /* bottom: 20px; */
    /* right: 20px; */
    background: #008080;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    font-size: 16px;
}
.custom-toast.toast-sticky {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}