/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}

*/This function disable the Product image CLICK */

.woocommerce-product-gallery__image {
  pointer-events: none;
}

*/Remove the line around the links when we click */

 a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

*:focus {
    outline: 0 !important;
}

*/ Center the Heart button from wishlist in the Product page, after the add to cart button */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
    width: 50px;
    height: 0px;
    vertical-align: baseline;
}


/* NOT ACTIVATED Hidden the view the cart next to the ädd to cart"button in the product page*/
.woocommerce-js.single-product a.added_to_cart {
    padding: .4em .4em 0;
    display: none;
}

// Custom shortcode log out
function custom_logout()
{
    return wp_logout_url(bloginfo( 'url' ));
}
add_shortcode( 'custom_logout_s', 'custom_logout' );

