/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Sazzad Hossain
Version: 1.0.0
Description: A child theme of Hello Elementor
Text Domain: hello-elementor-child
*/

section.woocommerce-order-details > a.woocommerce-button.button.wpifw-my-account-invoice {
    display: none !important;
}
a.woocommerce-button.button.wpifw-my-account-invoice.order-actions-button {
    background-color: #FA7021 !important;
	color: #ffffff !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
    padding: var(--sections-padding,16px 15px 3px 15px);
}
@media only screen and (max-width: 600px){
	.custom-writing-texts span.auto-type {
    	line-height: 48px !important;
    	margin-left: -80px;
    	font-size: 40px !important;
	}
	.custom-writing-texts .elementor-widget-container span.typed-cursor {
  	  font-size: 60px !important;
	}
	
}
