.page-header.type4 {
	color: #222;
}
.page-header.type4 a {
	transition: color .3s;
}
.page-header.type4 a:hover {
	text-decoration: none;
}
.page-header.type4 .top-bar {
	line-height: 1;
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 15px;
}
.page-header.type4 .top-bar .xstore-custom-block {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.page-header.type4 .top-bar > .container:after {
	content: '';
	display: table;
	clear: both;
}
.page-header.type4 .top-bar-left > *, .page-header.type4 .top-bar-right > * {
	border-left: 1px solid #e1e1e1;
	padding: 0 15px;
}
.page-header.type4 .top-bar-left > *:first-child, .page-header.type4 .top-bar-right > *:first-child {
	border-left: 0;
	padding-left: 0;
}
.page-header.type4 .top-bar-left > *:last-child, .page-header.type4 .top-bar-right > *:last-child {
	padding-right: 0;
}
.page-header.type4 .top-bar .xstore-custom-block .et-icon {
	font-size: 11px;
	margin-right: 5px;
}
.page-header.type4 .top-bar-left {
	margin-right: auto;
}
.page-header.type4 .top-bar-right {
	text-align: right;
	margin-left: auto;
}
.page-header.type4 .logo img {
	height: 28px;
	width: auto;
}
.page-header.type4 .header-main {
    display: block;
    position: relative;
}
.page-header.type4 .header-main .header-main-wrapper {
	display: flex;
	justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    padding: 24px 0;
    position: relative;
}
.page-header.type4 .header-main .logo, .page-header.type4 .header-main .menu-wrapper, .page-header.type4 .header-main .header-right {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.page-header.type4 .header-main .logo, .page-header.type4 .header-main .header-right {
	width: 25%;
}
.page-header.type4 .header-main .header-right {
	display: flex;
    align-self: center;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}
.page-header.type4 .authorization-links {
	display: block;
	margin: 0;
	padding: 0;
    list-style: none;
    position: relative;
}
.page-header.type4 .authorization-links .authorization-link {
	display: block;
	margin: 0;
    padding: 0;
    cursor: pointer;
}
.page-header.type4 .authorization-links .authorization-link > a {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    line-height: 19px;
    display: block;
    transition: color .3s;
}
.page-header.type4 .authorization-links .login-popup {
    margin-top: 8px;
    transform: translateX(25%);
}
.page-header.type4 .authorization-links .authorization-link:hover > a,
.page-header.type4 .minicart-wrapper .action.showcart:hover {
	opacity: .6;
}
.page-header.type4 .header-main .menu-wrapper {
	width: 100%;
	text-align: center;
}
.page-header.type4 .minicart-wrapper {
	margin-left: 21px;
}
.page-header.type4 .header-main a.action.my-wishlist {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 21px;
	line-height: 1;
	color: #222;
}
.page-header.type4 .header-main a.action.my-wishlist:visited, .page-header.type4 .header-main a.action.my-wishlist:active {
	color: #222;
}
.page-header.type4 .header-main a.action.my-wishlist:hover {
	opacity: .6;
}
.page-header.type4 .minicart-wrapper .action.showcart .counter.qty {
    background-color: transparent;
    color: #222;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    min-width: 14px;
    height: auto;
}
.page-header.type4.xstore-header_sticky .header-main {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    border-bottom: 1px solid #e1e1e1;
    z-index: 50;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    transform: translateY(0);
}
.page-header.type4.xstore-header_sticky.xstore-header_sticky-hide .header-main {
	transform: translateY(-100%);
}
.page-header.type4.xstore-header_sticky .header-main .header-main-wrapper {
	padding: 10px 0;
}
.page-header.type4.xstore-header_sticky .block-search .block-title {
	line-height: 63px;
}
.page-header.type4 .authorization-links .authorization-link > a {
    font-size: 0;
    line-height: inherit;
    vertical-align: bottom;
}
.page-header.type4 .authorization-links .authorization-link > a:before{
    content: "\e1000";
    display: inline-block;
    font-family: 'xstore-icons';
    font-size: 18px;
    font-weight: 400;
}
.page-header.type4 .minicart-wrapper .action.showcart .counter.qty .counter-number {
    background-color: #fff;
    color: #222;
    position: absolute;
    left: 11px;
    top: 3px;
    min-width: 14px;
    min-height: 14px;
    padding: 0 2px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
@media (min-width: 992px) {
	.page-header.type4 .header.links li {
		padding: 0 15px;
		border-left: 1px solid #e1e1e1;
	}
	.page-header.type4 .header.links li:first-child {
		border-left: 0;
		padding-left: 0;
	}
	.page-header.type4 .header.links li:last-child {
		padding-right: 0;
	}
	.page-header.type4 .header.links li a, .page-header.type4 .header.links li a:visited, .page-header.type4 .header.links li a:active {
		color: #222;
	}
	.page-header.type4 .header.links li a:hover {
		opacity: .6;
	}
	.page-header.type4 .nav-sections {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.page-header.type4 .nav-sections {
		background-color: transparent;
	}
	.page-header.type4 .navigation {
		background-color: transparent;
    }
    .page-header.type4 .top-bar {
        display: flex;
        align-items: center;
    }
    .page-header.type4 .top-panel-open {
        display: inline-block;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-header.type4 .top-panel-open .top-panel-opener:before {
        font-family: 'xstore-icons';
        content: "\e905";
        line-height: inherit;
    }
    .page-header.type4 .top-panel-open .panel-tooltip {
        position: absolute;
        text-align: center;
        opacity: 0;
        font-size: 12px;
        background-color: #fff;
        box-shadow: 0 -1px 3px rgba(0,0,0,.15);
        padding: 5px 10px;
        color: #1a1a1a;
        line-height: 1;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        min-width: 85px;
        margin-top: 5px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .page-header.type4 .top-panel-open .panel-tooltip:before {
        left: 50%;
        transform: translateX(-50%);
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .page-header.type4 .top-panel-open:hover .panel-tooltip {
        opacity: 1;
    }
    .page-header.type4 .top-panel-container {
        transform: translate3d(0, -100%, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #262626;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 110;
        padding: 20px 0 15px;
    }
    .top-panel-opened .page-header.type4 .top-panel-container {
        transform: translate3d(0, 0, 0);
    }
    .page-header.type4 .top-panel-container .top-panel-closer:before {
        font-family: 'xstore-icons';
        content: "\e903";
        color: #555;
    }
    .page-header.type4 .search-area > a {
        margin-right: 13px;
    }
    .page-header.type4 .search-area .block-search .search-category {
        display: none;
    }
}
@media (max-width: 991px) {
	.page-header.type4 {
		height: 60px;
	}
	.page-header.type4 .header-main .header-main-wrapper {
		padding: 10px 0;
	}
	.page-header.type4 .search-area {
		display: none;
	}
	.page-header.type4 .header-main .menu-wrapper {
		width: 25%;
		order: 1;
		text-align: left;
	}
	.page-header.type4 .header-main .logo {
	    width: 50%;
	    order: 2;
	    text-align: center;
	}
	.page-header.type4 .header-main .header-right {
	    order: 3;
	}
	.page-header.type4 .nav-toggle {
		position: static;
		display: inline-block;
	}
	.page-header.type4 .nav-toggle:before {
		color: #222;
	}
	.page-header.type4 .authorization-links {
		display: none;
	}
	.page-header.type4 .minicart-wrapper {
	    margin-top: 0;
	}
	.page-header.type4 .logo img {
		margin: 0 auto;
	}
	.page-header.type4 .top-bar {
		display: none;
    }
    .page-header.type4 .top-panel-container {
        display: none;
    }
}