.mega-drop-down-menu-wrapper {
    position: relative;
    background: #ebebeb;
    max-height: 51px;
    overflow: hidden
}

.mega-drop-down-menu-wrapper:hover .mega-dropdown-shop-image {
    display: block
}

.mega-dropdown_menu {
	position: relative;	
}

.mega-dropdown_menu-categories {
	width:100%;
}

.button-menu-left {
	position: absolute;
	left: -44px;
    top: 0px;
	z-index:1;
}

.button-menu-left svg {
	fill: #000;
}

.button-menu-right {
	position: absolute;
	right: -44px;
    top: 0px;
	z-index:1;
}

.button-menu-right svg {
	fill: #000;
}

.text-align-right {
    text-align: right;
}

.network-bar .menu-network li .tel {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
}

.network-bar .menu-network li.fake-right {
    margin-right: 12px;
}

.search-header .icon-header {
    position: relative;
    float: left;
    margin-top: 0;
    height: 28px;
}

@media print,
screen and (max-width:1140px) {	
	.menu-cat-link.hover-bottom {
		margin: 0 11px;
	}
}

.network-bar {
    background: #fff;
	border-bottom: none;
	display: none;
}

.network-bar.show-bar {
    display: block;
}

.network-bar .menu-network li a, .network-bar .menu-network li .fake-link {
    color: #111;
}

.network-bar .menu-network li.flags span.active a {
	color:#0e3178;
	font-weight:600;
}

.list-social-header a svg {
    fill: #666;
}

.network-bar .menu-network li a:hover, .network-bar .menu-network li a.hover, .network-bar .menu-network li .fake-link:hover, .network-bar .menu-network li .fake-link.hover {
    color: #0e3178;
}

@media print,
screen and (min-width: 64em) {
	
	.top-bar .logo {
		margin-top: 1px;
		width: 37%;   
	}
	
	.top-bar .logo.show-bar {
		margin-top: -30px;
		width: auto;
	}
	
	.top-bar {
		padding: 4px 0 3px;
	}
}

.network-bar .menu-network .menu-title {
	padding-top: 3px;
	padding-right: 70px;
    font-size: 16px;
    text-transform: uppercase;
	color: #0e3178;
	font-weight: 600;
}

.mobile-menu-top .top-cart {
	padding-right: 0px;
}

.search-header .phone-header {
	text-align: center;
	line-height: 1.4;
}

.phone-header {
	font-weight: 600;
    text-decoration: none;
    color: #231f20;
    font-size: 30px;
    line-height: 31px;
	cursor:pointer;
}

.mega-dropdown_menu-categories .menu-cat-link {
    display: block;
    height: 52px;
    line-height: 39px;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-left: 1px solid #fff;
    text-align: center;
    padding: 0 8px;
	background: #ebebeb;
	vertical-align: middle;
}

.mega-dropdown_menu-categories .menu-cat-link span {
	line-height: 18px;
    display: inline-block;
    vertical-align: middle;
	text-transform: uppercase;
	color: #000;
    font-size: 14px;
}

.mega-dropdown_menu-categories > a:first-child {
    border-radius: 3px 0 0 3px;
	border-left: none;
}

.mega-dropdown_menu-categories > a.last {
    border-radius: 0 3px 3px 0;
}

.mega-dropdown_menu-categories a.menu-cat-link:hover, .mega-dropdown_menu-categories a.menu-cat-link.active {
    color: #0e3178;
}

/*
.mega-dropdown_menu-categories .menu-cat-link {
    font-size: 14px;
    padding: 0 5px;
    line-height: 3.125rem;
    height: 3.125rem;
    float: left;
    position: relative;
	text-transform: uppercase;
    color: #fff;
    background: #f7a22c;
    background: linear-gradient(#f7a22c, #ed582c);
}
*/

.mega-dropdown_menu-categories .menu-cat-link.hover-bottom {
    margin: 0;
}

.extra-category {
    /*width: 410px !important;*/
    padding: 0;
    border-top: none;
    border: 1px solid #0e3178;
}

.extra-category .menu.vertical>li {
	/*
	float:left;
	width:50%;
	*/
}

.menu-cat-link.hover::before {
    box-shadow: -1px 1px 0 0 #0e3178;
}

@media print,
screen and (min-width:64em) {
    .sticky-container .sticky .show-bar+.mega-drop-down-menu-wrapper {
        border-bottom: 1px solid #fff;
    }
}

.head-phone-code {
	font-weight: lighter;
    color: #7c7d88;
}

.head-backcall {
	line-height: 11px;
}

.head-backcall span {
	color: #0e3178;
    text-decoration: none;
    border-bottom: 1px dotted #0e3178;
	font-size: 14px;
	line-height: 11px;
}

.head-backcall span:hover {
	color: #0e3178;
    cursor: pointer;
}

.phone-header {
	position:relative;
	margin-right: 12px;
}

.icon-phone-header {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -22px;
    top: 10px;
	cursor:pointer;
}

.icon-phone-header[class*='icon'] {
	fill: rgba(0, 0, 0, 0.7);
}