/* Выпадающее меню при Hover cod9*/
.dropdown:hover .dropdown-menu{display: block;}


.nav-item a.none_clik{pointer-events: none; }


/*==== верхнее меню и нижнее меню ====*/

.top_header, .menu_area{
	display: flex; 
	justify-content: space-between;
}

.top_header .item, 
.menu_area .item{
	display: flex; 
	align-items: center;
	position: relative;
}


.header_wrap_bottom .end_item a:hover {
    color: unset; 
}

/* верхнее меню */
.info_phone a {
	color:#ffd203;
	display: inline-block;
	width: max-content;
}

.product_catalog_menu a:hover {
    color: unset;
}

.product_catalog_menu a.link-ease-in-out{
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}

.product_catalog_menu a.link-ease-in-out:after {
	background-color: #ffffff;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.product_catalog_menu a.link-ease-in-out:hover:after,
.product_catalog_menu a.link-ease-in-out:focus:after {
    width: 100%;
}

/* лого */
.logo img{
	width: 110px;
}


/* поиск */
.bottom_header .search-wrapp input {
    border: unset!important;
} 


/* бургер 
.burger_menu {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 12px;
}

.burger_menu_tub{
    background-color: transparent;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.burger_menu_tub .burger-item {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: rgb(120, 124, 135);
    margin: 1.9px auto;
    transition: all 0.3s ease 0s;
}

/*==== нижнее меню ====*/
.bottom_header{
	position: relative; 
	padding: 5px 12px;
	overflow: visible;
}

.product_catalog_menu ul{display: flex;}
.product_catalog_menu ul li{min-width: max-content; padding: 8px; padding-right: 9px; padding-left: 9px; padding-right: 2px; padding-left: 0px;}
.product_catalog_menu ul li a, .product_catalog_menu_mobile ul li a {font-size: 16px;}


/* певый элемент меню  */
.product_catalog_menu ul li.get_nav .icon  {
    width: 21px;
    margin: 0px 8px;
	margin-right: 12px;
    padding-bottom: 2px;
}


/* Model ExtremeZone */

.bottom_header .search-wrapp {
    position: relative;
	width: 220px;
	width: 180px;
	min-width: 118px;
}

.product_catalog_menu ul li.get_nav{
	border: unset !important;
}

.product_catalog_menu ul li.get_nav img{
	display: none;
}



.bottom_header .end_item .item:not(:first-child){
	margin-left: 12px;
}
 

.bottom_header .end_item{
	top: 3px
}

.bottom_header .header_phone {
	margin-left: 12px;
	margin-left: 4px;
}


a.lk.icon_component:hover {
    color: unset;

}

a.wish_list.icon_component:hover {
    color: unset;

}

a.get_page_cart.icon_component:hover {
    color: unset;

}


.bottom_header .end_item{
   min-width: fit-content;
}


.product_catalog_menu li.get_nav a:hover{
	color:#ffffff;
}

.product_catalog_menu ul li.get_nav:hover{
     transition: all 1s ease; 
}

.header_wrap .bottom_header{
	position: relative;
	overflow: visible;
}

.header_wrap .menu_area{
	display: flex; 
	align-items: center;
	justify-content: space-between;
}


.header_wrap .product_catalog_menu ul li a, .product_catalog_menu_mobile ul li a {
	text-transform: uppercase;
	margin-right: 12px;
    margin-left: 12px;
	margin-right: 0px;
    margin-left: 8px;
}


.header_wrap .product_catalog_menu ul li {
	position:relative;
}


.header_wrap .product_catalog_menu ul li:after {
	position: absolute;
	font-size:15px;
	font-style:italic;
	font-weight:100;
	right:-3px;
    content: "/";
	color: #f1f5f9; 
	font-family: 'Raleway-Regular';
	display:none;
}

.product_catalog_menu ul li:last-child:after {
    content: "";
}



.sticky_head{
	position: sticky;
	top: 0px;
}



.contact_item_header a:hover {
    color:#ffd203!important;
    
}


/* мобильник */

@media (max-width: 1200px) {  

	.product_catalog_menu ul li.get_nav {
		margin-right: 5px;}

	.product_catalog_menu ul li {
		padding-right: 8px;}
}

@media (min-width: 1200px) {  

	.mobile_header{
		display:none;}
}

@media (max-width: 1200px) {
	.header_wrap{
		display:none;}
			
	.mobile_header{
		display:block;}
		
	.mobile_header .mobile_item_icon{
		display:flex;
		align-items: baseline;}	
	
	.mobile_header .mobile_item_icon .item{
		margin-left: 10px;}
		
	.mobile_header .search-wrapp input {
		border: unset!important;}

	.mobile_header .contact_item_header ul li {
		margin-bottom: 24px;
		color:#ffde3c;}	
		
	.mobile_header .contact_item_header  {
		border-bottom: unset;}	 
		
	.mobile_header .social_item_icon {
		justify-content: flex-start;}	
		
		
	.mobile_header .social_item_icon img {
		margin-left: unset;
		margin-right: 12px;}
		
	.mobile_header_top .shopping-cart-wrap{
		display: none;}	
		
	.mobile_header_top .search-wrapp {
			width: 60%;}	
			
	.mobile_header_top .logo img {
			margin-right: 20px;}	

	.mobile_header_top .burger_menu{
			margin-left: 10px;}		
				

	.mobile_header .menu-close {
		border-radius: 6px;}

	.mobile_header_center.menu-popup {
		display: none;
		height:100vh;
		position: fixed;
		overflow-y: scroll;
		left: -110%;
		top: 0px;
		width: 100%; 
		padding: 12px 25px;
		z-index: 20;
		z-index: 9;}	

	.mobile_header_top, .mobile_header_bottom{
		display: flex;
		align-items: center;
		justify-content: space-between;}
	
	.mobile_header_top .logo img {
		width: 90px;}	
	
/*содержимое мобильного меню*/
	
	.mobile_header .close {
		font-size: 35px;
		color: white;
		display: flex;
        justify-content: flex-end;
		cursor: pointer}
	
	
/* меню страницы сайта */
	
	.menu_mobile li {
		line-height: 40px;}


}

.product_catalog_menu .menu-item_all{
	    flex-wrap: wrap;}



/* выподающее меню */
.dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}
ul.dropdown-menu {display: none;}
















