/*
Theme Name: Creativo Child
Theme URI: https://themeforest.net/item/creativo-responsive-multipurpose-theme/4716204
Description: Child theme for Creativo
Author: Usman Malick
Template: creativo
Version: 1.0.0
*/

.inside_prod .product_buttons_wrap .add_to_cart_button .product_type_simple .ajax_add_to_cart {
    display: none !important;
}


.custom-product-card {
    list-style: none;
}

.product-card {
    background: #f3e2c7;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	margin-bottom: 8px !important;
}

.product-image img {
    width: 100%;
    display: block;
}

/* Overlay Buttons */
.overlay-buttons {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

.product-image:hover .overlay-buttons {
    opacity: 1;
}

.overlay-buttons .btn {
    padding: 10px 15px;
    color: #f4b400;
    font-size: 18px;
    border-right: 1px solid #ddd;
}

.overlay-buttons .btn:last-child {
    border-right: none;
}


/* Title */
.woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 8px;
}