/*!
Theme Name: Ashe-Child
Theme URI: http://ohio.colabr.io/
Author: Z-Connect
Author URI: https://z-connect.hu
Description: Custom Ashe Child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ashe
Text Domain: ashe-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root{
	--bordo-szin:#902225;
	--arany-szin: #cba135;
}
}

/*Header*/
.entry-header{
	height:650px !important;
}
.entry-header #top-bar{
	float:right;
	background-color:transparent;
}
.entry-header #top-bar a{
	font-size:16px;
	color:white;
}
#page-header #main-nav{
	background-color: var(--bordo-szin);
}
#page-header #main-nav a{
	color:white;
}
.main-nav-sidebar div span{
	background-color:white !important;
}

/*Homepage*/
.double-column{
	display:flex;
	margin-top:60px;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
}
.left-item{
	width:50%;
	margin-right:30px;
	background-color: var(--arany-szin);
	height:300px;
}
.right-item{
	width:30%;
	background-color: var(--bordo-szin);
	height:300px;
}

/*Footer */
#page-wrap #page-footer{
	background-color:gray;
}
#footer-menus{
	display:flex;
	justify-content: space-between;
}
#footer-left li a, #footer-center li a, #footer-right li a{
	color:white;
	letter-spacing:1px;
	font-weight:800;
}
.footer-menu-container::after{
	display:none;
}
#footer-payment{
	max-width:35%;
}

/*Single product*/
.woocommerce div.product .product_title{
	margin-bottom:40px !important;
	text-align:center;
}
.onstock{
	color:green;
}