/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.s::placeholder,.wd-search-inited::placeholder {
  color: transparent!important;  /* Oculta el texto */
}
#galeria .info-box-title u {
    color: var(--wd-primary-color);
}
#galeria .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
        opacity: 1!important;
}

#galeria .wd-disabled .wd-arrow-inner, #galeria .wd-arrow-inner {
    color: #ffffff!important;

}
#galeria .wd-arrow-inner:after {
    font-size: var(--wd-arrow-icon-size, 84px);
    font-family: "woodmart-font";
}
#home-services .info-box-wrapper {
    width:100%;
}

#home-services .wd-info-box {
    height: 30vh;
    padding: 0px !important;
    vertical-align: sub;
    display: grid;
    align-items: center;
    align-content: center;
    margin: 5px;
}
#home-services .full-60 {
    height: 61vh!important;
        margin: 5px 0px 5px 0px;
}
/*#home-services .wd-info-box .info-box-content {
    position: absolute;
    flex: 1 1 auto;
    border-radius: var(--wd-brd-radius);
    top: 30px;
    padding: 10px;
}*/
#home-services .wd-info-box .info-box-content:hover {
    position: relative;
}
#home-services .info-box-title {
background-color: white;
    color: black;
    padding: 10px;
    padding-bottom: 10px;
    margin: 10px;
    opacity: 0.8;
}

#home-services .info-box-inner, #home-services .box-with-icon {
    opacity:0;
}
#home-services .box-style-bg-hover:hover .info-box-inner{
    opacity:1;
    transition-duration: 0.25s, var(--anim-duration);
}
#home-services .box-style-bg-hover:hover .box-with-icon {
    opacity:1;
    transition-duration: 0.25s, var(--anim-duration);
}
#home-services .box-style-bg-hover:hover .info-box-title {
    background-color:transparent;
    padding:10px;
    color:white;
    border-radius:0px;
    transition-duration: 0.25s, var(--anim-duration);
}



#cat-services .info-box-wrapper {
    width:100%;
}

#cat-services .wd-info-box {
height: 60vh;
    padding: 0px !important;
    display: inline-grid;
    margin: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;

}
#cat-services .wd-info-box:hover {
 display: inline-grid!important;
 align-items: center;
}


#cat-services .wd-info-box:hover .info-box-title {
background-color: #000000;
    color: #ffffff;
    padding: 50px;
    opacity: 0.8;
    bottom: 0px;
    position: relative;
    right: 0px;
}


#cat-services .wd-info-box .info-box-content:hover {
    position: relative;
}
#cat-services .info-box-title {
    background-color: #000000;
    color: #ffffff;
    padding: 50px;
    opacity: 0.8;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

#cat-services .info-box-inner, #cat-services .box-with-icon {
    opacity:0;
}
#cat-services .box-style-bg-hover:hover .info-box-inner{
    opacity:1;
    transition-duration: 0.25s, var(--anim-duration);
}
#cat-services .box-style-bg-hover:hover .box-with-icon {
    opacity:1;
    transition-duration: 0.25s, var(--anim-duration);
}
#cat-services .box-style-bg-hover:hover .info-box-title {
    background-color:transparent;
    padding:10px;
    color:white;
    border-radius:0px;
    transition-duration: 0.25s, var(--anim-duration);
}
.single-product-page .wd-accordion-title {
    background: var(--wd-primary-color);
    padding-left:20px;
}
.single-product-page .wd-accordion-title-text, .single-product-page .wd-accordion-opener, .single-product-page .wd-accordion-title-text:hover {
    color: #ffffff;
}

.single-product-page .wd-accordion-title:is(.wd-active,:hover)>.wd-accordion-title-text {
    color: #ffffff;
}
.single-product-page .wd-accordion-content {
        padding: 20px;
}
.gallery-size-full img {
    border: 2px solid white !important;
    transition: transform 0.3s ease; /* transición suave */
    padding:10px;
}

.gallery-size-full img:hover {
    transform: scale(1.05); /* agranda un 5% */
}
.single-product-page .wd-nav-tabs {
    --nav-gap: 0px;
}

.single-product-page .wd-nav-wrapper.wd-nav-tabs-wrapper.text-center {
    display: none;
}

#tab-second .wd-nav-tabs {
    --nav-gap: 0px;
        background: #808080;
        /*width: 100%;*/
}

#tab-second .wd-nav>li {
    position: relative;
    padding: 10px 30px 10px 30px;
    font-size: 22px;
    background: gray;
    border-left: 4px;
    border-style: solid;
    border-color: white;
    color: white;
}
#tab-second .wd-nav > li:first-child {
    border-left: none !important;
}
#tab-second .wd-nav>li.wd-active {
    background: var(--wd-primary-color)!important;
}
#tab-second .wd-nav[class*="wd-style-"]>li>a {
    color: #ffffff;
}

#tab-third .wd-nav-tabs {
    --nav-gap: 0px;
        background: #808080;
       /* width: 100%;*/
}

#tab-third .wd-nav>li {
    position: relative;
    padding: 10px 30px 10px 30px;
    font-size: 22px;
    background: gray;
    border-left: 4px;
    border-style: solid;
    border-color: white;
    color: white;
}
#tab-third .wd-nav > li:first-child {
    border-left: none !important;
}
#tab-third .wd-nav>li.wd-active {
    background: var(--wd-primary-color)!important;
}
#tab-third .wd-nav[class*="wd-style-"]>li>a {
    color: #ffffff;
}
.wd-product :where(.product-wrapper,.product-element-bottom) {
    gap:0px!important
}

.product-element-bottom {
    background: black;
    color: white;
    padding: 50px !important;
    height: 200px;
}
.product-element-bottom .wd-entities-title a {
    color: white;
    font-size:26px;
}
.wd-buttons.wd-pos-r-t {
    display: none;
}

.product-element-bottom .wd-product-cats {
    display:none!important;
}
.product-element-bottom .wd-entities-title {
    width: 50%;
}
.single-product-page .product-element-bottom .wd-entities-title {
    width: 100%;
}
.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title {
    display: none;
}
/* Ajustes solo para móviles */
@media (max-width: 767px) {
    .product-element-bottom {
        padding: 10px !important; /* menos padding en móvil */
        height: 100px; /* opcional: deja que se ajuste al contenido */
    }
    .product-element-bottom .wd-entities-title {
    width: 100%;
}
.product-element-bottom .wd-entities-title a {
    color: white;
    font-size: 16px;
}
    .gallery .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 50% !important;
    }
}
