/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

#laGuf-footerBg {
	background-position: bottom center !important;
}
.mp-wallet-button-logo img {
	max-width: 100%;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* WHATSAPP */
#btn_whatsapp {
	position: fixed;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    background-color: #25d366;
    background-image: url("https://lagufanda.co/wp-content/uploads/2022/02/btn_whatsapp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: 1000;
}
/* Ocultar campo País/Región en checkout */
.woocommerce-billing-fields #billing_country_field,
.woocommerce-shipping-fields #shipping_country_field {
    display: none !important;
}