/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 08:04:51 */
header#masthead {
    display: flex;
    align-items: center;
	border-bottom: none;
	box-sizing:content-box;
}

header#masthead .container{
	max-width:1400px !important;
	width: 100%;
/* 	padding-right: 0; */
}

ul#global-nav__menu a {
    padding: 0;
	font-weight: 700;
	font-size:16px !important;
}

.global-nav__menu>.menu-item>a:after{
	display:none;
}

button#global-nav__toggle {
    padding: 0;
    background: #dca74e;
    width: 70px;
    height: 70px;
}
.global-nav__container ul {

    gap: 40px;
}
.global-nav__menu>.menu-item{
	margin-left: 0 !important;
}
@media screen and (max-width: 768px) {

header#masthead	.container{
		margin:0;
	height:70px;
	display: flex;
        align-items: center;
	}
}

@media screen and (max-width:768px) {
	header#masthead	.container{
	height:60px;
	}
	
	button#global-nav__toggle {
    width: 60px;
    height: 60px;
}
    .global-nav__menu>.menu-item {
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        border-bottom: 1px solid #dca74e;
        padding: 5% 0;
}
	.sell_menu, .contact_menu {
    width: 100%;
		    border-bottom: none !important;
}
	.sell_menu a, .contact_menu a{
		    display: flex !important;
    align-items: center;
    justify-content: center !important;
	padding:17px !important;
		color: #fff !important;
	}
}

