/*
Theme Name:   Surtidora Industrial
Description:  Tema hijo 
Author:       Edu
Author URL:   
Template:     kadence
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/


/* 	Paginas de Tienda, Categorias y Taxonomia */

.archive.woocommerce .content-area {
	 margin-top: 0;
}


/* BOTONES BASE GENERAL */

.boton-contacto {
		background-color: #0E7DAC;
	 	color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}


/* HEADER */


/*MODIFICAR FIBOSEARCH*/

.dgwt-wcas-search-input {
    border-color: #757575!important;          
    box-shadow: none !important;
    border-radius:0 !important;  
}


/* Contenedor de titulo de categoria */


.archive.woocommerce .product-details.content-bg.entry-content-wrap,
.single-product .product-details.content-bg.entry-content-wrap {
		 margin-top: 5px !important;
    padding: 5px !important;
		background-color:  #fff !important;
	border-radius: 10px !important;
}


.archive.woocommerce .woocommerce-loop-category__title,
.archive.woocommerce .woocommerce-loop-product__title,
.single-product .woocommerce-loop-category__title,
.single-product .woocommerce-loop-product__title, a.woocommerce-loop-product__title  {
		font-size: 17px!important;
		color: #0f0f0f !important;
		font-weight: 700 !important;
		font-family: inter,sans-serif;
		text-align: center;
}


/* Titulo de la categoria y prodcut */


@media (max-width: 768px) {
.archive.woocommerce .woocommerce-loop-category__title,
.archive.woocommerce .woocommerce-loop-product__title,
.single-product .woocommerce-loop-category__title,
.single-product .woocommerce-loop-product__title, a.woocommerce-loop-product__title {
        font-size: 14px!important;
    }
}



/* Altura de linea de texto para el titulo de productos -usada mas en los abrasivos- */

.archive.woocommerce .woocommerce-loop-product__title,
.single-product .woocommerce-loop-product__title {
    line-height: 1.3;
}


@media (max-width: 768px) {
.archive.woocommerce .woocommerce-loop-product__title,
.single-product .woocommerce-loop-product__title {
    line-height: 1.15;
}
}
	
	
/* Oculta el boton "Leer mas" en los productos */

ul.products li.product .button.product_type_simple[aria-label^="Lee más"] {
    display: none !important;
}


/* Cta en tineda y categorias "Se agrego con php" */


/* Contenedor principal del cta */

.cta-no-product {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    margin: 30px 0;
    border-radius: 10px;
}


.cta-no-product h2 {
    font-size: 28px;
    margin-bottom: 15px;
		color: #fff;
}


.cta-no-product p {
    font-size: 16px;
    margin-bottom: 25px;
}

	

/* Contenedor de los botones */

.cta-no-producto-boton {
	text-align:center;
}


.cta-no-producto-boton a{
	display: inline-block;
	width: auto;
}


/* Elimina estilos del boton  de contacto */

.btn-contacto:link,
.btn-contacto:visited,
.btn-contacto:hover,
.btn-contacto:active,
.btn-contacto:focus {
    color: #fff;
}


/* Boton de contacto */

.btn-contacto {
    padding: 15px 35px;
    border-radius: 25px;
    font-weight: 600;
	font-size: 16px;
}

.btn-contacto:hover {
    background-color: #0c6b95;
		color: #fff;
}


/* Diseño de telefono y tablet para el CTA */

@media (max-width: 768px) {
    .cta-no-product h2 {
        font-size: 22px;
    }
	
	
    .cta-no-product p {
        font-size: 14px;
    }
	
}



/* MODIFICACIÓN DE LA SINGLE PRODUCT */

	
/* TITULO DEL PRODUCTO*/

.single-product .summary h1.product_title {
    font-size: 32px !important;
	line-height: 1.3 !important;
	margin-top:5px !important;
	}


/* Espacio de Descripccion corta */

.single-product 
.woocommerce-product-details__short-description .desc-box {
    margin-top: 10px;
		margin-bottom: 24px;
}


/* Texto base de la descripcción corta */

.single-product 
.woocommerce-product-details__short-description p {
    line-height: 1.5;
    font-size: 15px;
		font-family: inter, sans-serif;
}


/* Subtítulo "Aplicaciones" */

.single-product 
.woocommerce-product-details__short-description h3.short-desc-title {
    font-size: 18px;
    font-weight: 700;
	font-family: poppins, sans-serif;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 6px;
		color: #0E7DAC;
}

/* Lista sin bullets */

.single-product 
.woocommerce-product-details__short-description ul.aplicaciones-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Ítems de la lista */

.single-product 
.woocommerce-product-details__short-description ul.aplicaciones-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
    line-height: 1.2;
    font-size: 14px;
		font-family: inter,sans-serif;
		font-weight: 400;
}


/* Check gris antes de cada item */

.single-product 
.woocommerce-product-details__short-description ul.aplicaciones-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
		color: grey;
}


/* 	Resposivo de telefono y tablet del titulo y descripcci+on corta */

@media (max-width: 768px) {
	.single-product .summary h1.product_title {
    font-size: 24px;
	}
	
	
	.single-product 
.woocommerce-product-details__short-description p {
    font-size: 13px;
}

	
	.single-product 
.woocommerce-product-details__short-description ul.aplicaciones-list li {
    font-size: 13px;
	
}	
}


/* Modificacion de descripccion larga */


/* Texto general */

.single-product .woocommerce-Tabs-panel--description p {
  font-size: 15px;
  line-height: 1.7;
  color: #262626;
  margin-bottom: 16px;
}


/* BOTONES DE CONTACTO DE LA SINGLE PRODUCT*/


/* Contenedor de botones */

.single-product .botones-contacto-producto {
    text-align: left;
}


.single-product .botones-contacto-producto a{
    display:inline-block;
		max-width: 180px;
	  width:100%;
    margin-top: 0px;
		padding: 12px;
		text-align: center;
	
}


/* Botón contacto */

.single-product .boton-producto {
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}


/* Quita el hover rojo default */

.single-product .boton-contacto {
		color: #fff;
}


.single-product .boton-contacto:hover {
    background-color: #0c6b95;
    transform: translateY(-1px);
}


/* Respondivo de relefono y tablet*/

@media (max-width: 1024px) and (min-width: 390px) {
	.single-product .boton-producto {
		font-size: 14px;
		line-height: 1.3;
	}
	.single-product .botones-contacto-producto a {
		padding: 15px;
	}
}


/* Mobile botones SP */

@media (max-width: 390px) {

	.single-product .boton-producto {
		font-size: 14px;
	}
	
	
	.single-product .botones-contacto-producto{
		text-align:center;
	}
	
	.single-product .botones-contacto-producto a {
		padding: 14px;
	}
}
	

/* Contenedor principal de las breadcrumbs single product */

.kadence-breadcrumbs {
    font-size: 15px;
    color: #2f3a40;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}


/* Enlaces dentro de las breadcrumbs single product */

.kadence-breadcrumbs a {
    color: #2f3a40;
    text-decoration: none;
    transition: color 0.25s ease;
}


/* Efecto hover de los enlaces */

.kadence-breadcrumbs a:hover {
    color: #0E7DAC;
    text-decoration: underline;
}


/* Separador entre enlaces */

.kadence-breadcrumbs .bc-delimiter {
    color: #9ca3af;
    padding: 2px;
}


/* Último elemento de la breadcrumb (producto actual) */

.kadence-breadcrumbs .kadence-bread-current {
    color: #1f262a;
    font-weight: 600;
}


/* Cambiar home por inicio en breadcrumbs single product */

.kadence-breadcrumbs a.kadence-bc-home span::after {
    content: "Inicio";
}


.kadence-breadcrumbs a.kadence-bc-home span {
    visibility: hidden;
    position: relative;
}


.kadence-breadcrumbs a.kadence-bc-home span::after {
    visibility: visible;
    position: absolute;
    left: 0;
}


/* Ajustes para pantallas pequeñas (mobile) breadcrumbs */

@media (max-width: 768px) {
  
    .kadence-breadcrumbs {
        font-size: 12px;
        padding: 4px 8px;
    }
}
	
/* Tabla especificaciones de SP */

.single-product .woocommerce-product-attributes {
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 14px!important;
}


.single-product .woocommerce-product-attributes tr {
  border: 1px solid #e5e5e5;
}


.single-product .woocommerce-product-attributes th {
  background-color: #f7f7f7;
  text-align: left;
  vertical-align: middle;
}


.single-product .woocommerce-product-attributes td {
	padding-left: 10px !important;
	padding-right: 10px !important;
  background-color: #ffffff;
}


@media (max-width: 768px) {
	.single-product .woocommerce-product-attributes {
  font-size: 13px!important;
}
}

	
/* Footer despues del main de woocommerce */


/* Sección Custom Footer */

.customfooter {
    background-color: #151a1f;
    color: #fff;
    padding: 60px 40px 40px 40px;
}


/* Contenedor de columnas */
.customfooter-container {
    display: flex;
		flex-wrap: wrap;
		align-items:center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}


/* Columnas */
.customfooter-column {
    flex: 1 1 250px;
    text-align: center;
}


/* Títulos */
.customfooter-column h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}


/* Listas */
.customfooter-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.customfooter-column ul li {
    margin: 0px;
}


.customfooter-column ul li a {
    color: #fff;
	font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}


.customfooter-column ul li a:hover {
    color: #0E7DAC; 
}


/* Contacto */
.customfooter-contact p {
    margin: 5px 0;
	font-size: 15px;
}


/*linea contacto*/

.customfooter-contact {
    position: relative;
    text-align: center;
}


/* Línea superior */

.customfooter-contact::before {
    content: '';
    display: block;
    width: 150px;           
    height: 2px;          
    background-color: #0E7DAC; 
    margin: 0px auto 30px;  
}


/* Línea inferior */

.customfooter-contact::after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background-color: #0E7DAC;
    margin: 30px auto 0px;   
}


/* Responsive */

@media (max-width: 768px) {
    .customfooter {
        padding: 45px 15px 25px;
    }

	
    .customfooter-container{
        flex-direction: column;
        align-items: center;
        gap: 15px; 
    }
	

    .customfooter-column {
        flex: 1 1 100%;
    }
	

    .customfooter-column h3{
			font-size: 17px;  
        margin-bottom: 10px;
    }
	

    .customfooter-column ul li {
        margin: 0px;    
    }
	
	
	.customfooter-column a{
		font-size: 14px!important;
	}
	
	
    .customfooter-contact p{
        font-size: 14px; 
        margin: 4px 0;
	}
	

    .customfooter-contact::before,
    .customfooter-contact::after {
        width: 100px;
        height: 2px;
        margin: 25px auto;
    }
}




