@media only screen and (min-width: 1024px){
	.logo-cust-new{
		display: flex;
		width: 100%!important;
		align-items: center;
		justify-content: space-between;
		position: absolute;
		max-width: 1185px;
	}	

	.custom-lang-city-container .custom-lang{
		margin-right: -15px !important;
	}

	.custom-lang-city-container .custom-city{
		position: absolute;
		top: 40px;
		width: 161px;
		right: 0;
		}

	.custom-lang-city-container .custom-city .setting-city{
		float: right;
	}

	.header-city-info .logo-contact{
		display: inline-block;
		min-height: 140px;
	}
}



.logo-cust-new{
	display: flex;
    width: 100%!important;
    align-items: center;
    justify-content: space-between;
}

.logo-cust-new .custom-lang .language-topbar{
	margin-top: 0px;
}

.header .logo-home{
	margin-top: 0px;
}

.form-city button{
	all: unset;
	cursor: pointer;
	padding-left: 10px;
}

.form-city button:hover{
	opacity: 0.7;
}

.form-city .city-select:hover{
	background: transparent;
	opacity: 0.7;
}

.custom-lang-city-container{
	display: flex;
    align-items: center;
}

.custom-lang-city-container .custom-lang{
	margin-right: 30px;
}

.header-city-info .logo-contact{
	display: inline-block;
}

.header-city-info .logo-contact .logo-shop{
	width: auto;
	position: relative;
	float: left;
}

.header-city-info + div + .menu_head{
	margin-top: 0px;
}

.logo-work {
	top: 25px;
	width: 100%;
	padding: 10px 15px;
}

.mob-panel .open-mob-menu img{
	max-width: 80px;
}




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

	.header-city-info .logo-contact{display: none;}
	.responsive #main .custom-city .open > .dropdown-menu{left: -70px;}
	.mob-panel .open-mob-menu img{width: 50% !important;}
	.custom-lang-city-container{position: absolute;top: 55px;}
	.header .logo-home{width: 56% !important;margin-top: 5px !important; margin-right: 22%;}
	.typo-top-cart{position: absolute; }
	.mob-panel{width: 22% !important;}
	.header-inner .row .custom-pos{position: absolute; right: 0;}
	.header-inner{margin-bottom: 45px;}

	.mob-but-search i{font-size: 24px}

}

@media (min-width: 1025px) {
    .mob-but-search {
        display: none !important;
    }
}