/* 
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
*/
#message-purchased p.wn-notification-message-container {
    font-size: 20px;
}
/* Add your custom styles here */
p#billing_first_name_field {
    width: 100%!important;
}
.form-container {
    margin-top: 5%;
}
.from-div{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 25px;
    border: solid 2px;
    padding: 2%;
    margin: 1%;
	height: 64px;
}
.formproduct{
border:0px !important;
text-align: right;
  margin: 9px;
  }
#buttonHolder{
  background: #659e42 !important;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 20px !important;
  color: white;height: 64px;
  }
  
 label,input{
 font-family: 'QuixoticSans-Bold';
 }
#btn12345{
position:fixed;
width:100%;
bottom:0;
background:#659e42 !important;
color:white;
font-size: 22px;
height: 6%;
left:0;
right:0;
display:block;
z-index:999999999;
}
button.single_add_to_cart_button, 
.woocommerce-page button.single_add_to_cart_button {
    background-color: #659e42; /* Change to your preferred color */
    color: #fff; /* Text color */
    border-color: #659e42; /* Border color */
}