/*
Theme Name: HIKARI
Template: hello-elementor
Author: Maurice Hason
Author URI: https://www.mdesign.co.il
Description: Hikari WordPress Child Theme for Hello Elementor
Version: 1.0.1721057825
Updated: 2024-07-15 18:37:05

*/

footer {
    display: none !important;
}
.elementor-widget-woocommerce-cart .woocommerce {
    font-family: "Poppins", sans-serif !important;
}
.cart-empty.woocommerce-info {
    font-family: "Poppins", sans-sefif !important;
}
.return-to-shop a, .woocommerce-message a {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    background-color: #000 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.return-to-shop a:hover, .woocommerce-message a:hover {
    background-color: #be1622 !important;
}
.woocommerce-message .restore-item {
    float: right;
    padding: 6px 18px;
}
