/*
Theme Name: Chilling
Theme URI: https://chilling.cl
Version: 1.1
Description: Tema de la pagina web chilling.cl
Author: Ingenia Grupo Creativo
Author URI: https://ingeniagrupocreativo.com
Template: hello-elementor
*/

.grecaptcha-badge {
	visibility: hidden;
}

.joinchat__button {
    position: absolute;
    z-index: 2;
    bottom: 8px;
}
@media(max-width:767px){
	.joinchat__button {
		bottom: 32px;
	}
}

:root {
  --ingenia1: #f0af8c;
  --ingenia2: #BF7D59;
  --ingenia3: #171B17;
  --ingenia4: #ffffff;
  --ingenia5: #000000;
  --ingenia6: #eeeeee;
  --ingenia-fuente-ppal: "Poppins"
}

.mensajenoresultado {
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 18px;
}

/* CHECKOUT BLOQUES */
.woocommerce-checkout #radio-control-0-flat_rate\:5__secondary-label .wc-block-checkout__shipping-option--free{
  visibility: hidden
}
.woocommerce-checkout #radio-control-0-flat_rate\:5__secondary-label .wc-block-checkout__shipping-option--free:after{
  content: "POR PAGAR";
  visibility: visible;
}

/* TABLAS */

.woocommerce-cart table,
.woocommerce-checkout table{
  border-collapse: collapse !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ingenia2) !important;
}
.woocommerce-cart table th,
.woocommerce-checkout table th,
.woocommerce-cart table td,
.woocommerce-checkout table td {
  border: 1px solid #eee !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-collapse: collapse !important;
}
.woocommerce-cart table.cart th,
.woocommerce-checkout table thead th{
  background: var(--ingenia1);
  color: var(--ingenia4);
  text-transform: uppercase;
}