/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-logo img {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #00269a !important;
    font-size: 1em !important;
}
.wd-nav {
    gap: 3em !important;
}
@media (min-width: 1025px) {
    .wd-product.wd-hover-info-alt .wd-buttons {
        background: none;
        box-shadow: none;
        display: none !important;
    }
}
.wd-buttons.wd-pos-r-t {
    top: var(--wd-btn-inset);
    inset-inline-end: var(--wd-btn-inset);
    display: none !important;
}
.wd-product {
    text-align: center !important;
    --text-align: center !important;
}
.wd-entities-title a {
    font-size: 1.5em !important;
    font-weight: normal !important;
    font-family: 'Lato' !important;
}
.wd-product.wd-hover-alt :is(.wd-product-header,.wrap-price) {
    display: inline !important;
}
.wd-product .wd-entities-title {
    font-size: 1.5em !important;
}
.wd-dropdown {
    margin-top: 0px !important;
}
.wd-nav-main>li>a, .wd-nav-secondary>li>a {
    height: 92px !important;
}
div.wpcf7 input[type="submit"] {
    background-color: #00269a  !important;
}
/* Acordeón BYD – puedes ajustar colores al gusto */
.byd-accordion {
  border-top: 0px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.byd-acc-item {
  border-bottom: 0px solid #ddd;
}

.byd-acc-toggle, .single_variation_wrap, product-wrapper>.wrap-price {
  display: none !important;
}

.byd-acc-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 14px 5px;
  background: #f7f7f7;
  font-weight: bold;
  color: #00269a;
 font-size: 1.5em;
}

.byd-acc-label span {
  pointer-events: none;
}

.byd-acc-label::after {
  content: "+";
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.byd-acc-toggle:checked + .byd-acc-label::after {
  content: "–";
  transform: rotate(0deg);
}

.byd-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 12px;
  background: #ffffff;
}

.byd-acc-content-inner {
  padding: 10px 0 12px;

}

/* Mostrar contenido cuando está checked */
.byd-acc-toggle:checked ~ .byd-acc-content {
  max-height: 2000px; /* suficientemente grande para la tabla */
}

/* Opcional: mejorar tabla interna si hace falta */
.byd-acc-content table {
  width: 100%;
}
.single-product .product .woocommerce-product-details__short-description p:empty {
    
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.product_meta, .wd-social-icons, .single-breadcrumbs-wrapper{display:none!important;}

/* Alinear texto del título a la izquierda */
.byd-acc-label {
    display: flex;
    justify-content: space-between; /* separa texto y símbolo */
    align-items: center;
    padding: 12px;
    background: #f7f7f7;
    font-weight: bold;
    color: #00269a;
    text-align: left !important; /* fuerza alineación izquierda */
}

/* Asegura que el texto no esté centrado por estilos heredados */
.byd-acc-label span {
    display: block;
    width: 100%;
    text-align: left !important;
}

/* Ícono a la derecha */
.byd-acc-label::after {
    content: "+";
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px; /* separa del texto */
}

/* Cambiar símbolo al abrir */
.byd-acc-toggle:checked + .byd-acc-label::after {
    content: "–";
}


/* Oculta los saltos <br> que WordPress inserta dentro del label */
.byd-acc-label br {
    display: none !important;
}
.product_title{
font-size:40px !important;
color: #00269a !important;
	line-height: 1 !important;
}
.summary-inner>.price {
    display: none !important;
}
.wd-product .price {
    display: none !important;
}
.wd-dropdown-menu.wd-design-default {
    border-radius: 30px !important;
}
.wd-breadcrumbs{display:none !important;}

.fp-child-name{font-size: 16px !important;}

.fp-child-image {
    border: 4px solid transparent !important;

}
.fp-product-cats {
    display: none !important;
}
.wd-product :is(.wd-product-cats,.wd-product-brands-links) {
    display: none !important;
}
.price{display: none !important;}
.wd-search-full-screen .wd-suggestion {
    text-align: center !important;
}
.orderby{display:none !important;}
.shop-loop-head{display:none !important;}
.product-element-top {
    border-radius: 1em !important;
}
.wd-product .product-wrapper {
    border-radius: 1em !important;
}

/* Grid */
.cf7-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Desktop: 2 columnas */
@media (min-width: 768px){
  .cf7-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Full width */
.cf7-full{
  grid-column: 1 / -1;
}

/* Inputs */
.cf7-grid label{
  display:block;
  font-size: 14px;
}

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  border-radius: 6px;
}

/* Mensaje un poco más alto */
.cf7-grid textarea{
  min-height: 130px;
  resize: vertical;
}

/* Botón */
.cf7-btn{
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}
/* === SOLO FORMULARIO CHOBANI === */
.cf7-chobani label{
  color: #ffffff !important;
}

/* Inputs y textarea */
.cf7-chobani input[type="text"],
.cf7-chobani input[type="email"],
.cf7-chobani textarea{
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

/* Placeholder blanco con opacidad */
.cf7-chobani ::placeholder{
  color: rgba(255,255,255,0.7);
}

/* Focus */
.cf7-chobani input:focus,
.cf7-chobani textarea:focus{
  outline: none;
  border-color: #ffffff;
}

/* Botón */
.cf7-chobani .cf7-btn,
.cf7-chobani input[type="submit"]{
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 24px;
  transition: all 0.25s ease;
}

/* Hover botón */
.cf7-chobani .cf7-btn:hover,
.cf7-chobani input[type="submit"]:hover{
  background: #ffffff;
  color: #000000;
}

body.page-straal-2 .entry-content h2{
color:white !important;
}

body.page-id-29616 .wd-product .product-wrapper .wd-product-header h2, body.page-id-29616 .wd-nav[class*="wd-style-"]>li>a, body.page-id-29616 .wd-list li, body.page-id-29616 .woodmart-title-container, body.page-id-29616 .elementor-818 .elementor-element.elementor-element-4c9b47cd, body.page-id-29616 .elementor-818 .elementor-element.elementor-element-6f81983 {
    color: #ffffff !important;
}
body.page-id-29616 footer, body.page-id-29616 .main-footer, body.page-id-29616 .elementor-818 .elementor-element.elementor-element-6c5296e2:not(.elementor-motion-effects-element-type-background), body.page-id-29616 .elementor-818 .elementor-element.elementor-element-6c5296e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer, body.page-id-29616 .wd-page-content, body.page-id-29616 .elementor-818 .elementor-element.elementor-element-45025e33:not(.elementor-motion-effects-element-type-background), body.page-id-29616 .elementor-818 .elementor-element.elementor-element-45025e33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color: #000000 !important;}

/* 1Por defecto en todo el sitio, NO mostrar la imagen especial */
.siseve {
    display: none !important;
}

/* 2Solo en la página 29616 mostrarla */
body.page-id-29616 .siseve {
    display: block !important;
}

/* 3Solo en la página 29616 ocultar la otra */
body.page-id-29616 .noseve {
    display: none !important;
}
[class*="wd-swatches"].wd-size-large {
    --wd-swatch-size: 70px  !important;
}

.byd-variation-info {
  margin-top: 24px;
}

.byd-variation-current {
  margin: 0 0 10px;
  font-weight: 700;
  color: #00269a;
  font-size: 14px;
}
.logos-table {
  border-collapse: separate;
  border-spacing: 12px;
  margin: 0 auto;
}

.logos-table td {
  width: 100px !important;
  height: 100px !important;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0px !important;
}

.logos-table img {
  max-width: 100px !important;
  max-height: 100px !important;
  width: auto;
  height: auto;
  display: inline-block;
}
.wd-product.wd-hover-alt .wd-add-btn>a {display:none !important;}