/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.1
*/

.page-template-default:not(.woocommerce) .page-header{
	margin-bottom:0!important;
}


.woocommerce-account {
	
	background:#f2f3f4;
}
.woocommerce-account.logged-in .post-content > .woocommerce{
		padding:30px;
		background:#fff;
		margin-top:30px;
	}

.woocommerce-MyAccount-navigation{
	background:#f2f3f4;
	padding:20px 0;
}

.article-body{
	margin-top:-80px;
}

.et-MyAccount-user-info{
	
}

.et-username{
	font-size:24px;
}

.et-MyAccount-user-image{
	display:none;
}

.et-MyAccount-user{
	margin-bottom:20px;
	min-height:40px;
}

.et-username{
	font-size:24px!important;
	padding-left:1.3em
}

.woocommerce-MyAccount-content .shop_table tr th{
	background:#f3f4f5;
	padding-bottom:0px;
	line-height:3	
}

.woocommerce-MyAccount-content .shop_table tr th,.woocommerce-MyAccount-content .shop_table tr td{
	border:none;
	border-bottom:1px solid  #ddd;
}

@media (min-width: 768px){
.hero-header .hero-title.parallax_image {
    min-height: 30vh!important;;
}
	}


@media (max-width: 991px){
	.et-MyAccount-user-info .et-username{
		padding-left:0
	}
	
	.hentry ul:not([class]){
		margin-left:0;
		padding-left:0;
	}
	
	.woocommerce-MyAccount-navigation{
		margin-top:0px;
	}
	
	.woocommerce-MyAccount-navigation ul li a{
		font-size:0.95em;
		text-align:left;
	}
	
	.woocommerce-account.logged-in .post-content > .woocommerce{
		padding:15px;
	}
	
	.woocommerce-MyAccount-navigation ul li{
		justify-content:flex-start;
		padding-left:1em;
	}
	
	}