/*
Theme Name: Fiteros
Theme URI: https://fiteros.com/
Version: 0.11
Description: Tema de la pagina web fiteros.com
Author: Ingenia Grupo Creativo
Author URI: https://ingeniagrupocreativo.com
Template: hello-elementor
*/

/* Asegurar ancho completo del sticky */
header .elementor-sticky--effects {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.joinchat__button {
    bottom: 22px !important;
    background: #cfdb00 var(--joinchat-ico) 50% / 60% no-repeat !important;	
    box-shadow: 1px 6px 24px 0 rgb(207 219 0 / 24%) !important;
}
@media(max-width:767px){
  .joinchat__button {
    bottom: 34px !important;
  }
}
.joinchat__button:hover {
    background-color: #91a129  !important;
}

:root {
  --ingenia1: #202224;
  --ingenia2: #CFDB00;
  --ingenia3: #1a1c1d;
  --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;
}
