/* 
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.1
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
*/

/*
    Add your custom styles here
*/
.woocommerce .woocommerce-breadcrumb,
 .woocommerce-breadcrumb {
    margin: 2em auto !important;
}
span.page-numbers.current,
a.page-numbers {
    padding: 20px !important;
}


button.single_add_to_cart_button.button.alt {
    background: #5aa41c;
    padding: 1em 1em;
    display: inline-block;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #366e0f;
    padding: 1em 1em;
    display: inline-block;
}

/*
WCAG 2.0 Telephone hover
*/
a[href^="tel:"]:hover {
  
  text-decoration: underline !important;
}

/*WooCommerce Overrides*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { 
background-color:#5aa41c !important;

}

/**
* Screen Reader Skip Main Content
*/

a.skip:active, 
a.skip:focus, 
a.skip:hover {
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  overflow: visible; 
}

a.skip {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip:focus, 
a.skip:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/*woo meta */

.product_meta {
    display: none;
}


/*Product Description line heights*/
.woocommerce-product-details__short-description,
div#tab-description {
    line-height: 2;
}
.woocommerce-product-details__short-description p {
    line-height: 2 !important;
}