/*
Theme Name: hello-elementor-child
Author: Graffish Team
Author URI: https://graffish.com/
Version: 1.0
License: This WordPress theme is free licensed under Graffish.
Template: hello-elementor
*/

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle, .woocommerce-additional-fields{
    display: none;
}

button#place_order{
	background-color: #2D2E6E;
    font-family: "Inter Tight", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    color: #FDFBF7;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 32px 18px 32px;
}
.thwcfd-field-radio .woocommerce-input-wrapper{
	display:flex;
}
.thwcfd-field-radio .woocommerce-input-wrapper input[type=radio]{
	margin-right: 10px;
}
.jet-smart-listing__post.has-post-thumb {

    min-height: stretch;
}