/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* Return to shop button */
.woocommerce .return-to-shop a.button {
    background-color: #38423A;
    color: #EFEFEF;
    border-radius: 15px;
    border: none;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.woocommerce .return-to-shop a.button:hover {
    background-color: #7A907A;
    color: #EFEFEF;
}
/* Inherit variable price styling */
.woocommerce-variation .price .woocommerce-Price-amount.amount,
.woocommerce-variation .price .woocommerce-Price-amount.amount bdi,
.woocommerce-variation .price .woocommerce-Price-currencySymbol,
.woocommerce div.product p.stock.in-stock {
    color: rgb(13, 12, 12) !important;
}

/* Remove border/outline from FacetWP reset button on focus and click */
.facetwp-reset, 
.facetwp-reset:focus, 
.facetwp-reset:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-variation-price,
.woocommerce div.product p.price {
    text-align: center;
}