/*
Theme Name:  Theme Name: Porto Child MAL2025
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/



body {
    font-family: 'Roboto', sans-serif;
}
.products.related {
    padding-bottom: 2rem;
    margin-bottom: 0;
    margin-right: 4rem;
    margin-left: 4rem;
}
/* Header styles */

.header-top {
    background-color: #29292B;
    color: white;
    line-height:25px;
    font-size:1em;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-left span, .header-top-right a {
    color: white;
}

.header-top-right {
    color:#C0C0C0;
}

.header-top-right a {
    margin-left: 10px;
    text-decoration: none;
    color:#C0C0C0;
    margin-right:10px;
}

.header-main {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}

.header-main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    max-width: 150px;
}

.header-search {
    flex-grow: 1;
    margin: 0 20px;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-field {
    flex-grow: 1;
    padding: 10px;
    border:none;
    border-color:#fff;
}

.search-submit {
    background-color: yellow;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.header-cart {
    position: relative;
}

.header-cart .cart-link {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}

.header-cart .fa-shopping-cart {
    font-size: 3em!important;
    margin-right: 10px;
}

.header-cart .cart-count {
    color: #DBB002;
    font-size: 15px;
    position: absolute;
    top: -4px;
    right:-33px;
    font-weight:bold;
    position:relative;
}

.main-navigation {
    background-color: #DBB002;
    padding: 10px 0;
    max-height:60px;
}

.main-navigation .container {
    display: flex;
    justify-content: center;
}

#primary-menu {
    display: flex;
    padding-top:10px;
    

}

#primary-menu li {
    list-style: none;
    margin-right:15px;
 
}

#primary-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size:0.95em;
    text-transform:uppercase;

}

/* Custom styles for the header */
.search-form .form-control {
    flex-grow: 1;
    margin-right: 9px;
}

.header-cart .fa-shopping-cart {
    font-size: 24px;
}

.header-cart .badge {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50%;
}

.homepage-container {
    width: 100%;
    margin: 0 auto;
}

.hero-section {
    background-image: url('path/to/hero-image.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.shop-now {
    background-color: yellow;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.features-section {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.features-container {
    display: flex;
    justify-content: space-around;
}

.feature {
    text-align: center;
}

.best-seller-section {
    background-color: #DBB002;
    text-align: center;
    max-width:100%;
    margin:50px 150px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-height:300px;
}

.best-seller-product {
    display: inline-block;
}

.products-section, .news-section {
    padding: 50px 0;
    text-align: center;
}

.products-container, .news-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-item, .news-item {
    width: 22%;
    margin: 15px;
}

.add-to-cart {
    background-color: #0073aa;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}

.contact-section {
    background-color: #333;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.contact-section form input, .contact-section form textarea {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 10px;
}

.contact-section form button {
    background-color: yellow;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.footer-section {
    background-color: #222;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.footer-contact {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-social a {
    color: white;
    margin: 0 10px;
}

.chat-online {
    font-weight:bold;
}


/* Styles for the search form and search button */
.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 80%;
    margin: 20px auto;
    border: 3px solid #FFDC00;
    border-radius:25px;
    overflow: hidden;
    width: 90%;
}
.search-form label {
    width:95%;
}

.search-field {
    flex-grow: 1;
    padding: 10px 15px;
    border: none!important; 
    font-size: 1.2em;
    border-color:#fff;
    outline: none!important; 
    margin-top:10px;
    width: 100%;
    font-size:2em;
}

.search-submit {
    background-color: rgba(255,255,255,0); /* Fondo transparente */
    border: none;
    padding: 15px;
    cursor: pointer;
    top: 50%; /* Centrado verticalmente */
    color:#000;
    text-align:right;

}

.search-submit i.fa-search {
    color:#000;
    font-size: 20px;
}








/* Asegura que el contenedor de navegación tenga el ancho completo */
#site-navigation {
    width: 100%;
    background-color: #DBB002; /* Color de fondo del menú, cambia según tu diseño */
}

/* Asegura que el contenedor del contenido tenga el ancho total */
.nav-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* Opcional: agrega padding a los lados */
}

/* Utiliza flexbox para alinear el menú a la izquierda y el texto a la derecha */
.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Estilo para el menú */
.nav-menu {
    flex: 1;
}

/* Estilo para el texto */
.nav-text {
    flex: 1;
    text-align: right; /* Alinea el texto a la derecha */
    color:#fff;
    font-size:1.2em;
    margin-bottom:10px;
}

.fa-house-chimney, .fa-rotate-left, .fa-rocket{
    font-size:2.3em;
    color:#DBB002;
    
}

.feature p {
    margin-top:-20px;
    
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .search-form {
        max-width: 100%;
    }

    .search-field {
        padding: 10px;
    }

    .search-submit {
        padding: 10px;
    }
}








@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');


.featured-product-wrapper {
    margin: 20px auto;
    padding: 20px;
    max-width: 1200px;
    max-height:400px!important;
}

.featured-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.featured-product .product-info {
    max-width: 50%;
}

.featured-product .product-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.best-seller {
    font-size: 20px;
    margin-bottom: 5px;
    color:#333;
}

.featured-product .product-info h2 {
    font-size: 30px;
    margin: 10px!important;
    color:#fff;
}

.featured-product .product-info .price {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.featured-product .product-image {
    max-width: 50%;
    text-align: center;
    background-color:transparent!important;
}

.featured-product .product-image img {
    max-width: 45%;
    border-radius: 10px;
 }
.product-image {
    text-align:center!important;
}

.featured-product .button {
    background-color: #fff;
    color: #000;
    padding: 4px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.featured-product .button:hover {
    background-color: #000;
    color: #fff;
}
.quickview {
    display:none!important;
}
.resp-tabs-list li, .resp-tabs-list li:hover, .nav-tabs li .nav-link, .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link:focus {
    background: #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
}

  .nav-tabs .nav-link {
        background-color: transparent; /* Elimina el color de fondo */
        color: #000; /* Color de texto negro */
        border: none; /* Elimina el borde */
    }

    .nav-tabs .nav-link.active {
        color: #000; /* Color de texto negro para la pestaña activa */
        font-weight:bold;
        background-color: transparent; /* Asegura que el fondo no cambie en la pestaña activa */
        border-bottom: 1px solid #333; /* Línea de borde en la parte inferior de la pestaña activa */
    }

    .nav-tabs {
        border-bottom: 0; /* Elimina el borde inferior de las pestañas */
    }
    
    
.footer a:hover, .creditos a:hover {
    color:#edbf08;
    text-decoration:none;
}
.footer    input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    color: #666;
    border: 1px solid var(--ast-border-color);
    border-radius: 2px;
    -webkit-appearance: none;
    width: 85%;
    margin-bottom: 5px;
}


.creditos {
    padding:20px;
    color:#fff;
    background-color:#000;
}

.creditos a {
    color:#fff;
}

.card {
	border:none;
}
.data {
	text-decoration:none;
	margin-top:-10px;
	margin-bottom:-20px;
}
.rounded-img {
   border-radius: 15px; 
}
a:hover {
	text-decoration:none;
}

.fdogris {
	background-color:#333333;
	color:#fff;
	padding:50px;
}
.fdogris a {
	color:#fff;
}
.fdogris h2 {
	color:#fff;
	font-size:1.5em;
}
.fdogris h3 {
	color:#DBB002;
	font-size:1.5em;
}
.fdogris .fa-phone, .fdogris .fa-envelope {
	color:#DBB002;
	font-size:1.3em;
	margin-right:10px;
}
.fdogris .fa-facebook, .fdogris .fa-instagram, .fdogris .fa-linkedin {
	color:#DBB002;
	font-size:1em;
	margin-right:10px;
}
.fdogris p{
	color:#fff;
	font-size:1.5em;
}
.mgn {
	margin-top:-20px;
	}
.brighten img {
-webkit-filter: brightness(70%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.brighten img:hover {
-webkit-filter: brightness(110%)!important;
	border-radius:0px!important;
	transition: all 1s ease!important;
}

/* Asegúrate de que la clase columns-4 esté activa */
ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas de igual ancho */
    gap: 20px; /* Espaciado entre productos */
}

ul.products.columns-4 li.product {
    box-sizing: border-box;
}

.fa-external-link-alt {
	color:#fdcc06;
	font-size:0.8em;
}

/* Estilo para los campos de texto */
.wpforms-field-text input,
.wpforms-field-email input,
.wpforms-field-textarea textarea {
    color: #666;
    padding: .85em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    max-width: 85%!important;
    margin-bottom:-25px!important;
    font-size:1.3em!important;
    font-weight: 400;
    font-size: 1em;
    
    
}

/* Estilo para el botón de enviar */
.wpforms-submit {
    color:#000!important;
    background-color:#FFD583!important;
    padding-top: 20px!important;
    padding-right: 40px!important;
    padding-bottom: 40px!important;
    padding-left: 40px!important;
    font-family: inherit;
    font-weight: 800;
    font-size: 1.2rem!important;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top:5px!important;
}



.wpforms-submit:hover {
    background-color:#FFD583!important;
    color:#fff!important;
}
.related.products {
    max-width: 1300px!important; /* Ajusta este valor según el ancho de tu contenido */
    margin: 0 auto; /* Centra el contenido */
    padding: 20px; /* Añade un poco de espacio alrededor si es necesario */
}

.woocommerce-cart .cart-collaterals {
    max-width: 1200px; /* Adjust to desired width */
    margin: 0 auto;
}
.woocommerce-cart .shop_table {
    max-width: 1200px; /* Adjust width */
    margin: 0 auto;
}

.woocommerce-cart .cart_totals input[type="text"],
.woocommerce-cart .cart_totals input[type="number"],
.woocommerce-cart .cart_totals select {
    border: 1px solid #ccc; /* Light gray border */
    padding: 8px;
    border-radius: 4px; /* Optional: Rounded corners */
}

.woocommerce-cart .cart_totals input[type="text"]:focus,
.woocommerce-cart .cart_totals input[type="number"]:focus,
.woocommerce-cart .cart_totals select:focus {
    border-color: #888; /* Darker border on focus */
    outline: none;
}


.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border: 1px solid #ccc; /* Light gray border */
    padding: 10px;
    border-radius: 5px;
    width: 100%; /* Ensures fields are full-width */
    box-sizing: border-box; /* Prevents width issues */
	border-radius: 4px;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #888; /* Darker border on focus */
    outline: none;
}
    

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="number"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #888;
    outline: none;
}

/*.woocommerce-checkout form.checkout {
    max-width: 1200px;
    margin: 0 auto;
}*/

.woocommerce-checkout {
    padding: 0 15px; /* Optional: adds padding around the content */
}

.site-header, .site-footer {
    width: 100%; /* Ensures header and footer stay full width */
}

/* Target all billing and shipping address fields */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
  margin-bottom: 15px; /* Add some space between fields */
}

/* Style the labels */
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  display: block; /* Make labels on separate lines */
  margin-bottom: 5px; /* Add space between label and input */
  font-weight: bold; /* Make labels bolder */
}

/* Style the input fields */
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields input[type="email"],
.woocommerce-shipping-fields select {
  width: 100%; /* Make inputs full width */
  padding: 10px; /* Add padding for better readability */
  border: 1px solid #ccc; /* Add a border */
  border-radius: 3px; /* Add rounded corners */
}

/* Style the textarea */
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea {
  width: 100%; /* Make textarea full width */
  padding: 10px; /* Add padding for better readability */
  border: 1px solid #ccc; /* Add a border */
  border-radius: 3px; /* Add rounded corners */
  vertical-align: top; /* Ensure proper alignment */
}

/* Style the checkbox */
.woocommerce-billing-fields input[type="checkbox"],
.woocommerce-shipping-fields input[type="checkbox"] {
  margin-right: 10px; /* Add space after checkbox */
}

/* Style the "Place order" button */
#place_order {
  background-color: #333; /* Change button color */
  color: #fff; /* Change button text color */
  padding: 15px 20px; /* Adjust button padding */
  border: none; /* Remove button border */
  border-radius: 5px; /* Add rounded corners */
  cursor: pointer; /* Make button clickable */
}

/* Style the "Place order" button on hover */
#place_order:hover {
  background-color: #222; /* Change button color on hover */
}

#wc-stripe-upe-form .StripeElement iframe {
    
}



.features-section {
   background-color: #f8f9fa;
}

.feature i {
   transition: transform 0.3s ease;
}

.feature i:hover {
   transform: scale(1.3);
}

.feature h3 {
   margin-top: 10px;
margin-bottom:1em;
	color:#000;
}

.feature p {
   color: #6c757d;
}


.onhot::before {
    content: "🔥 ";
    margin-right: 5px;
}
.onhot {
    background-color: #ff6f61;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}


.woocommerce ul.products {
   display: flex;
   flex-wrap: wrap;
   gap: 1.5rem;
   justify-content: center;
   padding: 0;
   list-style: none;
}

.woocommerce ul.products li.product {
   flex: 1 0 22%;
   box-sizing: border-box;
   max-width: 22%;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding-left: 0;
}

.woocommerce ul.products li.product {
    list-style: none !important;
    flex: 0 0 22%;
    max-width: 22%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.woocommerce ul.products li.product img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.woocommerce ul.products li.product .price {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both;
}
.reset-bootstrap * {
    all: unset;
    all: revert;
}

.woocommerce ul.products li.product .woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
}
.inner.img-effect img.hover-image {
    display: none !important;
}

