/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.woocommerce-message {
    font-family: "Heebo", Sans-serif;
    line-height: 30px;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{
    width:100%;
}
.product-short-description {
    color: #000;
}

.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none !important;
}

body.woocommerce-cart .woocommerce-shipping-destination {
    display: none !important;
}

body.woocommerce-cart #shipping_method_0_free_shipping1 {
}

body.woocommerce-cart .woocommerce ul#shipping_method li label[for="shipping_method_0_free_shipping1"] {
    position: relative;
    width: 100%;
    display: inline-block;
}

body.woocommerce-cart .woocommerce ul#shipping_method li label[for="shipping_method_0_free_shipping1"]:before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2025/06/free-shipping-stamp-small.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    /* adjust width as needed */
    height: 80px;
    /* your desired height */
    margin-right: 0;
    /* optional spacing */
    vertical-align: middle;
    position: absolute;
    left: 20px;
    bottom: -15px;
}