/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.dot-card .icon-box-content.add-margin p {
    margin-top: 0px;
    line-height: 1.2;
}

.dot-card .uncell.single-block-padding.style-color-xsdn-bg.unradius-std {
    padding: 26px 36px;
}

.unradius-hg-top-bottom {
    border-radius: 12px !important;
}

/* Ocultar mensaje de sin existencias */
p.stock.out-of-stock {
    display: none !important;
}

/* ── Breadcrumb del producto ── */
.producto-breadcrumb {
    font-size: 0.85rem;
    color: #555;
    padding: 10px 30px;
    margin-bottom: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.producto-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.producto-breadcrumb a:hover {
    text-decoration: underline;
}

.producto-breadcrumb span {
    margin: 0 5px;
}

.producto-breadcrumb .current {
    color: #222;
    font-weight: 500;
}

/* ── Banner del producto ── */
.producto-banner {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.producto-banner__img {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* ── Heading y subheading del producto ── */
.producto-heading-wrap {
    margin-bottom: 16px;
}

.producto-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}

.producto-subheading {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

.panel-title > a{
	font-weight:700;
}

.panel-title.active > a{
	color:#3c4444!important;
	font-weight:700;
}

.panel-title > a:hover{
	color:#3c4444!important;
	font-weight:700;
}

.icon-box-heading h5{
    margin-top: 5px!important;
}

.product.type-product{
    max-width: 1200px;
    margin:auto;
}

.about_us_icon_boxes p.text-small    {
    margin-top:0;
}

.product.type-product .row-container.row-related > .row.row-parent:first-child{
    padding: 0!important;
}

.product.type-product .row-container.row-related{
    padding: 0!important;;
}

.panel-title.active > a span:after{
    color: #1a1a1a!important;
}

.sign-size-rg .panel-title > a > span:after{
    font-weight: bold;
}

/* ── Galería de producto: miniaturas en columna lateral izquierda ──
   Requiere "Default Single Product Gallery: ON" en WooCommerce → Uncode → WooCommerce
   El HTML nativo de WooCommerce usa .flex-control-thumbs sobre .woocommerce-product-gallery
   ────────────────────────────────────────────────────────────────── */

/* Contenedor principal: flex row para poner thumbs a la izquierda */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

/* Lista de miniaturas: columna vertical a la izquierda */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-direction: column !important;
    order: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 72px !important;
    flex-shrink: 0 !important;
    gap: 8px !important;
}

/* Cada ítem de la lista */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    width: 72px !important;
    float: none !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Imagen de miniatura: caja con borde */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 4px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    background: #fff !important;
    transition: border-color 0.2s ease !important;
}

/* Borde en hover */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img:hover,
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: #888 !important;
}

/* Imagen principal: ocupa el resto del espacio */
body.uncode-default-product-gallery div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex: 1 !important;
    min-width: 0 !important;
}

/* === SHARE: mostrar solo Facebook, Twitter/X, WhatsApp y Email === */
.share-button.share-inline .social.top li.social-threads,
.share-button.share-inline .social.top li.social-pinterest,
.share-button.share-inline .social.top li.social-linkedin,
.share-button.share-inline .social.top li.social-bluesky,
.share-button.share-inline .social.top li.social-xing {
    display: none !important;
}


.wpcf7-submit {
    background-color: #f5a623;
    color: #fff;
    border: none;
    width: 100%;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.wpcf7-text,
.wpcf7-tel,
.wpcf7-email,
.wpcf7-textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.wpcf7-acceptance {
    font-size: 13px;
}

.wpcf7-acceptance a {
    color: #f5a623;
}
.wpcf7 input[type="submit"].wpcf7-submit {
    background: #c54c14;
    background-color: #c54c14;
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 12px;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover {
    background: #fff;
    color: #c54c14;
    border: 1px solid #c54c14;
}

.wpcf7 input[type="submit"].wpcf7-submit:disabled,
.wpcf7 input[type="submit"].wpcf7-submit[disabled] {
    background: #b0b0b0 !important;
    background-color: #b0b0b0 !important;
    color: #ffffff !important;
    border: none !important;
    cursor: not-allowed;
    opacity: 1;
}

.wpcf7-form p{
	line-height:0;
}

#photoswipe-fullscreen-dialog {
	z-index: 99999999999 !important;
}

    
