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

@media (max-width: 767px) {
    .elementor-109 .elementor-element.elementor-element-fe1ea58 .uaoffcanvas-fe1ea58 .uael-offcanvas {
  width: 100% !important;
}
}
/*
@media (min-width: 768px) and (max-width: 1023px) {
    .elementor-109 .elementor-element.elementor-element-fe1ea58 .uaoffcanvas-fe1ea58 .uael-offcanvas {
  width: 66% !important;
}
}
@media (min-width: 1024px) {
    .elementor-109 .elementor-element.elementor-element-fe1ea58 .uaoffcanvas-fe1ea58 .uael-offcanvas {
  width: 50% !important;
}
}
*/

.payment_method_redsys img{
	max-width: 300px;
}

/*fix terms and conditions elementor made in checkout*/
.woocommerce-checkout .woocommerce-terms-and-conditions > p:first-child {
	display: none;
}

/* set product gallery to 5 columns*/
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20% !important;
}
/*fix cookies button*/
#cmplz-manage-consent .cmplz-manage-consent{
/*
	margin-top: -10px !important;
line-height: 0 !important;
	*/
	font-size: 12px !important;
	/*
margin-bottom: 10px !important;
	*/
padding-top: 0 !important;
	bottom: -15px !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.woocommerce-info{
border-top-color: #ddd;
}
.woocommerce-info::before {
  color: #aaa;
}


.weglot-flags.flag-1.es > a::before, .weglot-flags.flag-1.es > span::before,
.weglot-flags.flag-1.en > a::before, .weglot-flags.flag-1.en > span::before{
	opacity: 1 !important;
	background-color: transparent;
	background-size: contain !important;
	width: 20px !important;
	height: 14px !important;
	background-repeat: no-repeat;
	margin-bottom: -5px;
}

input.qty{
	width: 80px !important;
}

#redsys_payment_form #submit_redsys_payment_form{
	color: #fff;
	font-weight: bold;
	border: 0;
	margin-bottom: 20px;
}
#redsys_payment_form a.button.cancel{
	display: none;
}
.wcpf-heading-label{
	color: #B1B1B1 !important;
}