/*
body a {
    color: #40434D;
}

body a:hover {
    color:#909195;
}
*/

.uael-woo-products-grid .uael-woo-product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.uael-wooproducts-empty p {
    margin: 2em;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    font-style: italic;
    color: var(--e-global-color-49f2b86b);
}