/*

Theme Name: Hello Elementor

Theme URI: 

Description: Hello Elementor Child Theme

Author: Lee Anthony Pinn

Author URI: 

Template: hello-elementor

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:

Text Domain: helloelementorchild

*/ 

.woocommerce-notices-wrapper {
    position: absolute;
    width: 100vw;
    top: 75px;
    z-index: 9999;
}

.woocommerce-message {
    background: transparent;
}

.woocommerce-message::before {
    /*color: #3a7887 !important;*/
    display: none !important;
    
}

.woocommerce-message a.button {
    background-color: #8fae1b;
    color: white !important;
}

.woocommerce-message a.button:hover {
    background-color: #748d19 !important;
}

#whoisLookupForm {
  display:flex;
  height:36px;
  margin: -40px 0 20px;
  justify-content: space-between;
}

#whoisLookupForm button {
  margin-left: 15px;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #3a7887;
  color: white
}

#whoisLookupForm .input-group {
  display: flex;
  width: 80%;

}

#whoisLookupForm .input-group > input {
/*   flex: 1 0 auto; */
  font-size: 0.8rem;
  background-color: rgba(218, 218, 218, 0.9);
  color: #959595;
  border: 0 !important;
  border-radius: 0 !important;
}


#whoisLookupForm .input-group-addon {
  background: #959595;
  color: #4e4e4e;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}


.woocommerce .elementor-1253 .elementor-element.elementor-element-43bd6e3 form.cart .variations {
    width: 100% !important;
}


#lookupResult {
    margin-bottom: 20px;
    /* margin-top: -15px; */
    padding-left: 1rem;
    color: white;  
}

#lookupResult.unsuccess {
    background-color: rgba(255, 0, 0, 0.4);;
}

#lookupResult.success {
    margin-bottom: 20px;
    margin-top: -15px;
    padding-left: 1rem;
    background: rgba(140, 159, 103, 0.7);
    color: white;
}


.site-header {

padding-top: 0rem !important; 
padding-bottom: 0rem !important;
	
}


.site-footer {

padding-top: 0rem !important; 
padding-bottom: 0rem !important;
	
}