/*

Theme Name: ShoppingCart Child

Template: shoppingcart

Version: 1.0

Description: Tema hijo de ShoppingCart

Author: Tu nombre

*/
.wc-block-cart-items .wc-block-cart-item__remove-link {
    color: #666 !important;
    text-indent: 0 !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
}
.woocommerce a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border-radius: 50% !important;
}

.woocommerce a.remove::before,
.woocommerce a.remove::after {
    content: none !important;
}

.woocommerce a.remove {
    font-family: Arial, sans-serif !important;
}
.home #content {
    padding-top: 0 !important;
}
.advertisement-banner-one,
.ad-banner-one-wrap,
.ad-banner-one-img {
    display: none !important;
}
.home-servicios .servicio-item,
.home-servicios .servicio-box,
.home-servicios .servicio {
    text-align: left;
}

.home-servicios h3,
.home-servicios .service-title {
    margin-top: 0;
}
.servicio-icono,
.servicio-icono img {
    display: none !important;
}
.single-product #content {
    padding-top: 0 !important;
}


.imagen-antes-menu{

    max-width: 1260px;

    margin: 0 auto 20px;

}



.imagen-antes-menu img{

    display: block;

    width: 100%;

    height: auto;

}



.home-servicios-4{

    max-width: 1260px;

    margin: 0 auto 20px;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    background: #fff;

    border: 1px solid #e8e8e8;

    align-items: stretch;

}



.servicio-col{

    display: flex;

    gap: 16px;

    padding: 24px 20px;

    border-right: 1px solid #e8e8e8;

    box-sizing: border-box;

    align-items: flex-start;

    min-height: 100%;

}



.servicio-col:last-child{

    border-right: 0;

}



.servicio-icono{

    flex: 0 0 56px;

}



.servicio-icono img{

    display: block;

    width: 56px;

    height: 56px;

    object-fit: contain;

}



.servicio-texto{

    flex: 1 1 auto;

    display: flex;

    flex-direction: column;

    height: 100%;

}



.servicio-texto h3{

    margin: 0 0 8px;

    font-size: 18px;

    line-height: 1.2;

    color: #202531;

    font-weight: 700;

}



.servicio-texto p{

    margin: 0 0 14px;

    font-size: 13px;

    line-height: 1.45;

    color: #666;

    min-height: 40px;

}



.btn-servicio{

    display: inline-block;

    padding: 10px 18px;

    border-radius: 3px;

    text-decoration: none;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    box-shadow: 0 3px 10px rgba(0,0,0,.12);

    margin-top: auto;

    align-self: flex-start;

}



.btn-servicio:hover{

    color: #fff;

    opacity: .95;

}



.btn-naranja{ background: #e79a2f; }

.btn-gris{ background: #a8a8ad; }

.btn-verde{ background: #2f7f34; }

.btn-azul{ background: #223b73; }



@media screen and (max-width: 991px){

    .home-servicios-4{

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }



    .servicio-col:nth-child(2){

        border-right: 0;

    }



    .servicio-col:nth-child(1),

    .servicio-col:nth-child(2){

        border-bottom: 1px solid #e8e8e8;

    }

}



@media screen and (max-width: 640px){

    .home-servicios-4{

        grid-template-columns: 1fr;

    }



    .servicio-col{

        border-right: 0;

        border-bottom: 1px solid #e8e8e8;

    }



    .servicio-col:last-child{

        border-bottom: 0;

    }

}



.home #sticky-header{

    position: static !important;

    top: auto !important;

}



.home-stock-heading{

    max-width: 1260px;

    margin: 30px auto 20px;

    text-align: center;

}



.home-stock-heading h2{

    margin: 0;

    font-size: 24px;

    font-weight: 700;

    color: #2d3440;

}



.home-stock-heading p{

    margin-top: 6px;

    font-size: 14px;

    color: #666;

}

#site-navigation{

    margin-bottom: 0px !important;

}



#site-content-contain{

    margin-top: 0px !important;

}

#content .wrap{

    border-top: none !important;

    box-shadow: none !important;

}

/* Contenedor general del footer */

.site-info .wrap,

#colophon .wrap,

.footer-wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    flex-wrap: wrap;

}



/* Bloque izquierdo: redes */

.site-info .social-links,

#colophon .social-links,

.site-info .social-icon {

    display: flex;

    align-items: center;

    gap: 18px;

}



/* Bloque derecho: sobre nosotros */

.site-info,

#colophon .site-info {

    text-align: right;

}



/* Imagen/logo del footer */

.site-info img,

#colophon .site-info img {

    max-width: 320px;

    height: auto;

}



/* En móvil, todo centrado */

@media screen and (max-width: 768px) {

    .site-info .wrap,

    #colophon .wrap,

    .footer-wrap {

        flex-direction: column;

        justify-content: center;

        text-align: center;

    }



    .site-info,

    #colophon .site-info {

        text-align: center;

    }



    .site-info .social-links,

    #colophon .social-links,

    .site-info .social-icon {

        justify-content: center;

    }

}

/* ===== Blog preview antes del footer ===== */

.header-blog-preview{

    padding: 28px 20px;

    background: #fff;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

}



.header-blog-preview-inner{

    max-width: 1260px;

    margin: 0 auto;

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    justify-content: center;

}



.header-blog-card{

    flex: 1 1 220px;

    max-width: 220px;

    background: #f9f9f9;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 2px 6px rgba(0,0,0,0.08);

    transition: box-shadow 0.3s ease, transform 0.3s ease;

}



.header-blog-card:hover{

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

    transform: translateY(-6px);

}



.header-blog-card-link{

    display: block;

    color: inherit;

    text-decoration: none;

}



.header-blog-card-thumb{

    height: 130px;

    overflow: hidden;

}



.header-blog-card-thumb img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;

}



.header-blog-card:hover .header-blog-card-thumb img{

    transform: scale(1.08);

}



.header-blog-card-content{

    padding: 15px;

}



.header-blog-card-content h4{

    font-size: 16px;

    margin: 0 0 10px;

    line-height: 1.35;

}



.header-blog-card-content p{

    font-size: 13px;

    color: #666;

    margin: 0;

    line-height: 1.5;

}



.header-blog-empty{

    text-align: center;

    width: 100%;

}



/* ===== Footer redise�0�9ado ===== */

.footer-custom{

    background: #fff;

}



.footer-bottom-custom{

    border-top: 1px solid #ececec;

    padding: 24px 0 30px;

}



.footer-bottom-inner{

    max-width: 1260px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    flex-wrap: wrap;

}



.footer-left{

    display: flex;

    align-items: center;

    gap: 18px;

}



.footer-right{

    margin-left: auto;

}



.footer-about{

    display: flex;

    align-items: center;

    gap: 24px;

    text-align: left;

}



.footer-about-logo img{

    max-width: 320px;

    height: auto;

    display: block;

}



.footer-about-text h3{

    margin: 0 0 8px;

    font-size: 20px;

    line-height: 1.1;

    color: #202531;

}



.footer-about-text p{

    margin: 0 0 8px;

    font-size: 14px;

    line-height: 1.5;

    color: #333;

}



.footer-about-text a{

    color: #202531;

    text-decoration: none;

}



.footer-about-text a:hover{

    text-decoration: underline;

}



@media screen and (max-width: 768px){

    .footer-bottom-inner{

        flex-direction: column;

        justify-content: center;

        text-align: center;

    }



    .footer-right{

        margin-left: 0;

    }



    .footer-about{

        flex-direction: column;

        text-align: center;

    }



    .footer-about-logo img{

        margin: 0 auto;

        max-width: 260px;

    }



    .footer-left{

        justify-content: center;

    }

}

/* ===== Footer estilo corporativo oscuro ===== */

.footer-vyoleta{

    background: linear-gradient(180deg, #111a5c 0%, #0a1140 100%);

    color: #fff;

    margin-top: 0;

}



.footer-vyoleta-wrap{

    max-width: 1260px;

    margin: 0 auto;

    padding-left: 20px;

    padding-right: 20px;

}



.footer-vyoleta-main{

    padding: 38px 0 22px;

    position: relative;

}



.footer-vyoleta-main::before{

    content: "";

    position: absolute;

    inset: 0;

    opacity: .08;

    pointer-events: none;

}



.footer-vyoleta-main .footer-vyoleta-wrap{

    display: grid;

    grid-template-columns: 1.3fr 1fr 1fr;

    gap: 38px;

    align-items: start;

}



.footer-vyoleta .footer-col h3{

    margin: 0 0 14px;

    font-size: 20px;

    line-height: 1.2;

    color: #fff;

    font-weight: 700;

}



.footer-col-brand{

    padding-right: 10px;

}



.footer-brand-logo img{

    max-width: 280px;

    height: auto;

    display: block;

    margin-bottom: 18px;

}



.footer-brand-text p{

    margin: 0 0 10px;

    font-size: 15px;

    line-height: 1.55;

    color: rgba(255,255,255,.92);

}



.footer-contact-list,

.footer-link-list{

    list-style: none;

    margin: 0;

    padding: 0;

}



.footer-contact-list li,

.footer-link-list li{

    margin-bottom: 12px;

    font-size: 15px;

    line-height: 1.55;

    color: rgba(255,255,255,.95);

}



.footer-contact-list a,

.footer-link-list a,

.footer-vyoleta-bottom a,

.footer-enlaces-extra a{

    color: #fff;

    text-decoration: none;

}



.footer-contact-list a:hover,

.footer-link-list a:hover,

.footer-vyoleta-bottom a:hover,

.footer-enlaces-extra a:hover{

    text-decoration: underline;

}



.footer-icon{

    display: inline-block;

    width: 24px;

    margin-right: 6px;

}



.footer-enlaces-extra{

    margin-top: 18px;

    font-size: 15px;

    color: #fff;

}



.footer-pay-title{

    margin-top: 24px !important;

}



.footer-payments{

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    align-items: center;

    margin-top: 10px;

}



.footer-payments img{

    height: 38px;

    width: auto;

    display: block;

    background: #fff;

    border-radius: 4px;

    padding: 4px 8px;

}



.footer-vyoleta-bottom{

    border-top: 1px solid rgba(255,255,255,.14);

    padding: 12px 0 16px;

    text-align: center;

}



.footer-vyoleta-bottom p{

    margin: 0;

    font-size: 13px;

    line-height: 1.5;

    color: rgba(255,255,255,.88);

}



/* Ocultar estilos viejos del footer del tema si molestan */

.footer-vyoleta .site-info,

.footer-vyoleta .copyright{

    color: inherit;

}



/* Responsive */

@media screen and (max-width: 991px){

    .footer-vyoleta-main .footer-vyoleta-wrap{

        grid-template-columns: 1fr;

        gap: 28px;

    }



    .footer-col-brand,

    .footer-col-contacto,

    .footer-col-info{

        text-align: center;

    }



    .footer-brand-logo img{

        margin-left: auto;

        margin-right: auto;

    }



    .footer-payments{

        justify-content: center;

    }

}
#sticky-header .header-right {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #site-content-contain,
  .site-content-contain,
  #content,
  .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {

  /* Banner superior completo */
  .advertisement-banner-top,
  .advertisement-banner-top.four-ad-banner,
  .advertisement-banner-one,
  .advertisement-banner-top.four-ad-banner,
  .ad-banner-top-row {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  /* Quita el margin que mete el tema */
  .advertisement-banner-one {
    margin-top: 0 !important;
  }

  /* Quita cualquier espacio residual debajo del men� */
  #sticky-header + div,
  #sticky-header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Ajuste del contenido */
  #content {
    padding-top: 0 !important;
  }
}