/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*Global*/
.elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus {
	color:#fff!important;
}
/*Estilos para inputs radio y checkbox. No valdrá para todos los navegadores*/
input[type='radio'] {
    accent-color: #f47c06;
}
input[type='checkbox'] {
	accent-color: #f47c06;
}
#menu-item-1532 a, #menu-item-1533 a{
	color:#000!important;
}
#menu-item-1532 a:hover, #menu-item-1533 a:hover{
	color:#000!important;
}
/*Prueba Header*/
#header_pop{
	position:fixed!important;
	top:0!important;
	right:0!important;
	width:100%!important;
}
.sticky { 
    /*background-color: #fff!important; */
    color: #333!important; /* Cambia el color del texto */
}
#main-header {
	display: flex;
    align-items: center;
    max-height: 140px; /* Ajusta el valor según el tamaño máximo que deseas para el header */
    transition: all linear 0.2s; /* Establece la transición en todas las propiedades */
}

/*Categorias productos home*/
.columna-categoria{
	min-height:420px;
}
.texto-categoria{
	display:none;
}

/*Tabla productos*/
#table-products thead th{
	background: #1E1810;
	color: #F8F5F4;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
#table-products tbody tr{
	background-color: #F6F7F8;
}
.table-container{
	overflow-x:auto;
}
#table-products_filter{
	margin-bottom:10px;
}
#table-products thead tr th, #table-products td{
	text-align:center;
}
#table-products thead tr th:last-child:before, #table-products thead tr th:last-child:after{
	content:''!important;
}
.add-to-cart-button{
	background-color: #f47c06;
	color: #1E1810;
	font-size:0.70588235294118rem;
	font-family: 'Poppins',sans-serif;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 2px;
}
.btn-column:hover{
	cursor:auto;
}
.btn-checkout a:hover, .btn-checkout a:focus{
	color: #fff!important;
}
.dataTables_info{
	display:none;
}
.dataTables_paginate .paging_simple_numbers{
	display: flex;
    justify-content: start;
    width: 100%;
}

/*Checkout WooCommerce + Elementor*/
.shop_table{
	border-spacing: 0 10px;
}
.product-total, .cart-subtotal, .woocommerce-shipping-totals, .product-quantity{
	display:none;
}
.product-name{
	display:inline!important;
	text-align:start
}
.order-total{
	display:flex;
	align-items:center;
}
.order-total th, .order-total td{
	padding: 0 20px 0 0!important;
}
th.product-name, .order-total th, span.woocommerce-Price-amount.amount{
	font-size:18px;
}
td.product-name{
	font-size:17px;
}
.variation dd{
	display: flex;
    justify-content: start;
}
.variation dd p, .variation dt{
	margin-top:6px!important;
}
