/** WooCommerce **/

/* hide product category on product grid */
.product-grid .ast-woo-product-category {
    display: none!important;
}

/* default product grid buttons */
.product-grid .button {
    width: 100%;
    text-align: center;
}

/* uael product grid */

.product-grid2 .product .uael-woo-product-wrapper {
    padding: 20px;
    border-radius: 20px;
}

.product-grid2 .product .uael-woo-product-wrapper:hover {
    box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.5)!important;
}

.product-grid2 .product .uael-woo-product-wrapper .button {
    width: 100%;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    padding: 14px!important;
}