/*
Theme Name: Calzas Pushup
Theme URI: https://calzaspushup.cl/
Version: 1.0
Description: Tema de la pagina web calzaspushup.cl
Author: Ingenia Grupo Creativo
Author URI: https://ingeniagrupocreativo.com
Template: hello-elementor
*/

.grecaptcha-badge {
	visibility: hidden;
}

.joinchat__button {
    bottom: 22px !important;
}
@media(max-width:767px){
	.joinchat__button {
		bottom: 34px !important;
	}
}
:root {
  --ingenia1: #bca0dd;
  --ingenia2: #aeb4e7;
  --ingenia3: #131419;
  --ingenia4: #ffffff;
  --ingenia5: #000000;
  --ingenia6: #eeeeee;
  --ingenia-fuente-ppal: "Poppins"
}

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

.pswp__bg{
	opacity: 0.8 !important
}
.pswp__caption{
	display: none !important 
}

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