/*
Theme Name:   Maron Steel Child
Theme URI:    
Description:  Child theme Maron Steel
Author:       Creativa Motion
Author URI:   https://creativamotion.com
Template:     maronsteel
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  maronsteel-child
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}

.site-main#primary {
	background: #ffffff;
	padding-bottom: 1px;
}

ol, ul, h1, h2, h3, h4, h5, p, span {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

* {
	outline: none;
	box-sizing: border-box;
}

#headerSite {
	top: 0;
	box-shadow: none;
	background: #0B0C10;
	z-index: 10;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	width: 100%;
}

#headerSite .container-header {
	height: 140px;
	display: flex;
	width: 100%;
	max-width: 1328px;
	margin: auto;
	padding: 0 24px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#headerSite.header-home-scroll {
	position: fixed;
	background: #ffffff;
	box-shadow: 0px 4px 8px #00000014;
}

#headerSite:not(.header-home-scroll) #phoneSite {
	color: #ffffff;
	border-color: #ffffff63;
}

#headerSite .menu {
	display: flex;
	align-items: center;
	gap: 24px;
}

#headerSite:not(.header-home-scroll) #accountLog {
	color: #ffffff;
}

#headerSite .menu a {
	color: #062140;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-top: 3px;
	transition: all .3s ease;
	padding-bottom: 2px;
}

#headerSite .menu a:hover, #headerSite .menu .current-menu-item a {
	border-color: #fff;
}

#headerSite:not(.header-home-scroll) .menu a {
	color: #ffffff;
}

#headerSite:not(.header-home-scroll) .menu a:hover, .home #headerSite:not(.header-home-scroll) .menu .current-menu-item a {
	border-color: #ffffff;
}

#headerSite .menu li.simulate-btn a {
	background: #C6AF6B;
	border: none;
	padding: 0 16px;
	height: 42px;
	border-radius: 20px;
	line-height: 42px;
	color: #ffffff;
}

#headerSite .menu li.simulate-btn a:hover {
	background: #062140;
}

.single-product #headerSite,
.woocommerce-account #headerSite,
.page-id-166 #headerSite,
.woocommerce-cart #headerSite,
.woocommerce-checkout #headerSite {
	position: sticky;
	background: #ffffff;
	box-shadow: 0px 4px 8px #00000014;
}

#headerSite #menuMobile .menu {
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 24px;
}

#headerSite #menuMobile .menu a {
	font-size: 18px;
	text-transform: none;
	color: #ffffff;
}

#headerSite #menuMobile .menu a:hover, #headerSite #menuMobile .menu .current-menu-item a {
	border-color: #ffffff;
}

#headerSite #menuMobile .menu li.simulate-btn a {
	background: none;
	padding: 0;
	border-radius: 0;
	color: #C6AF6B;
	height: auto;
	line-height: normal;
}

#headerSite .mega-sub-menu .menu a {
	color: #062140!important;
}

#headerSite .mega-sub-menu .menu a:hover {
	text-decoration: underline;
}

#headerSite .mega-sub-menu .menu {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.combo-menu-mobile {
	gap: 8px;
}

#menuMobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #000;
	z-index: 3;
	padding-top: 80px;
}

#menuMobile .hamburger {
	position: absolute;
	right: 24px;
	top: 55px;
}

.hamburger {
	margin: 0;
	padding: 0;
	transition: opacity .3s;
}

.hamburger:hover {
	cursor: pointer;
	opacity: .8;
}

.hamburger .line {
	width: 26px;
	height: 3px;
	background: #fff;
	margin: 5px auto;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.hamburger.isactive .line:nth-child(2) {
	opacity: 0;
}

.hamburger.isactive .line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.isactive .line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

@media screen and (max-width:1280px){

	#headerSite .menu {
		gap: 16px;
	}
	#headerSite .menu a {
		font-size: 13px;
	}

	body #headerSite .mega-sub-menu .menu a {
		color: #ffffff!important;
		font-size: 14px!important;
		padding: 0;
		border: none;
	}
	body #headerSite #menuMobile .menu {
		padding: 8px 30px;
		gap: 8px;
	}

}

@media screen and (min-width:1024px){

	.combo-menu-mobile {
		display: none;
	}

}

@media (max-width: 1024px) {
	
	#headerSite .container-header .combo-logo a img {
        max-width: 150px;
	}

	.combo-menu-desktop {
		display: none;
	}

	.combo-logo {
		gap: 12px;
	}

}

@media screen and (max-width:767px) {

	#headerSite .container-header .combo-logo a img {
        max-width: 120px;
	}

}

@media screen and (max-width:480px){
	
	
	#headerSite .container-header {
		height: 90px;
	}

	#headerSite .container-header .combo-logo a img {
        max-width: 80px;
	}

	#menuMobile .hamburger {
		top: 32px;
	}
	
	#menuMobile .hamburger {
		top: 32px;
	}
}