/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.2
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
*/

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	line-height: 65px;
}
.tbloo_fine_trash_plugifyy {
	border: none;
	font-size: 13px;
}
.tbloo_fine_trash_plugifyy th {
	border: none;
}
.tbloo_fine_trash_plugifyy td {
	border: none;
	text-align: center;
}
.tbloo_fine_trash_plugifyy tr:nth-child(even) td {
  background-color: #fafafa;
}

body.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
body.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	display: block;
}


#place_order {
	width:100%
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
   margin-top: 12px;
}

@media (min-width: 768px){
    #customer_details{
        width: 60%;
        float: left;
    }
    #order_review_heading{
        width: 30%;
        float: left;
		margin-left:2%;
    }
    #order_review{
        width: 38%;
        float: left;
		margin-left:2%;
    }
    .woocommerce table.shop_table td{
        width: 50%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}