.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;
}

.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: #cb901f;
}

@media print,
screen and (min-width: 64em) {
	
	.top-bar .logo {
		margin-top: -3px;
		width: 42%;   
	}
	
	.top-bar .logo.show-bar {
		margin-top: -31px;
		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: #cb901f;
	font-weight: 600;
}

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

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

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

.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: 12px;
}

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

.mega-dropdown_menu-categories > a.last {
    border-radius: 0 3px 3px 0;
	/*border-right: 1px solid #fff;*/
}

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

/*
.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 #cb901f;
}

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

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

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

.breadcrumbs-container {
    background-color: #fff;
}

.breadcrumbs li a {
    color: #777;
    font-size: 12px;
}

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

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

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

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