/*
Theme Name:   Hello Elementor Child
Description: Tema hijo para hacer personalizaciones de código
Author:      Mar de Rosas
Author URL:  https://marderosas.es
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/*Personalización zona pedidos mi cuenta*/

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{
	display:nne;
}

.woocommerce-MyAccount-navigation { display:nne; }

.woocommerce-account .woocommerce-MyAccount-content 
{ width: 100%; }

#my-account-section .woocommerce table.shop_table{
	background-color: #FFFFFF !important;
	padding: var(--sections-padding,25px 50px 25px 50px);
}

.woocommerce table.shop_table th{
	color:#3C3C3C;
	font-family: outfit;
	font-size: 16px;
	font-weight:500;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
	padding-top:10px;
	padding-bottom:10px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	}

.woocommerce table.shop_table td{
	font-family:outfit;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-right:0px;
	border-left:0px;
	border-top:0px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	padding-top:10px;
	padding-bottom:10px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	font-size: 15px;
}

.woocommerce table.my_account_orders .button{
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

@media only screen
and (max-width: 736px){
.woocommerce table.shop_table{
	padding: var(--sections-padding,10px 15px 10px 15px);}
}