/*
 Theme Name:   Diwify Tema
 Theme URI:    https://diwify.com
 Description:  Tema personalizado por Diwify
 Author:       Diwify
 Author URI:   https://diwify.com
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/*
ÍNDICE DE CÓDIGOS

1 - OCULATAR TEXTO BOTÓN CARRITO

*/

/* 1 - OCULATAR TEXTO BOTÓN CARRITO

*/
.btn-add-cart.hide-txt-btn__wc{
	display: flex;
	flex-direction: column;
	width: 3.2em;
    height: 3.2em;
    padding: 0px;
}

.btn-add-cart.hide-txt-btn__wc span {
	display: none;
	visibility: hidden;
}

/* 
  2 - CHECK ENVIAR DIRECCIÓN DIFERENTE
 
 */
 .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
    
    display: flex;
	flex-direction: column;
    font-size: var(--text-m) !important;
	font-weight: 600 !important;
    width: 100%;
    padding: 0;
	margin-bottom: 2rem; 
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}
.checkbox{
	border: unset !important;
	height: unset !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100% !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:before{
	width: unset;
}

/* 
  3 - BORDE REDONDEADO PARA IMAGEN PRODUCTO EN PLANTILLA PRODUCTO  
 
*/ 
.brxe-product-gallery .woocommerce-product-gallery, .brxe-product-gallery img {
	border-radius: var(--radius-xs);
}

/* 

	4 - OCULATAR GOOGLE RECAPTCHA

*/
:where(.brxe-form) .form-group.captcha {
    line-height: 1;
    visibility: hidden;
    display: none;
}