.global-barnav {
	background: #5c80d5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: flex-end; */
	margin-bottom: 2.8125rem;
	/* padding: 0.5rem 1.5rem; */
	padding: 0px 1.5rem 8px 1.5rem;
	align-items: baseline;
}

.global-barnav--text {
	position: relative;
}

.global-barnav--text::before {
	bottom: -0.1875rem;
	content: '';
	height: 0.125rem;
	left: 0;
	position: absolute;
	right: 0;
}

.global-barnav .global-list {
	display: inline-flex;
    margin: 0;
    margin-right: auto;
}

.global-barnav .global-list li {
	border: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 1.75rem;
	width: auto;
}

.global-barnav .global-list li:last-child {
	margin: 0;
}

.global-barnav .global-list li::before {
	content: '';
	display: block;
}

.global-barnav .global-list li:hover .global-barnav--text::before, .global-barnav .global-list li.active .global-barnav--text::before {
	background: #fff;
}

.global-barnav .global-list li:hover .counter-box, .global-barnav .global-list li.active .counter-box {
	background: #fff;
}

.global-barnav .global-list li a {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
	text-decoration: none;
}

.global-barnav--right {
	min-width: 3rem;
}

.global-barnav--icon-set {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 1.6875rem;
	overflow: hidden;
	vertical-align: text-top;
	width: 1.6875rem;
}

.global-barnav--icon-set:hover .icon-set-container {
	left: -1.6875rem;
}

.global-barnav .icon-set-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.6875rem;
	left: 0;
	position: relative;
	width: 3.375rem;
}

.global-barnav--cart svg {
	fill: #fff;
	/* height: 1.6875rem;
	width: 1.6875rem; */
}

.global-barnav--cart svg:hover{
            cursor: pointer;
            background-color: #3C4DBC;
}

.global-barnav--cart-filled {
	margin-top: 0.03125rem;
}

.global-barnav--cart-filled svg {
	height: 1.71875rem;
	width: 1.71875rem;
}

.global-list {
	display: block;
	margin: 0;
	padding: 0;
}

.global-list__link-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1.875rem;
}

.global-list__link-container:last-child {
	margin: 0;
}

.global-list__link {
	font-size: 0.875rem;
	font-weight: 500;
	height: 100%;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.global-list__link::after {
	border-top: 0.125rem solid #5f82d3;
	content: '';
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.global-list__link:hover::after, .global-list__link:focus::after, .global-list__link.active::after, .global-list__link-container--active .global-list__link::after {
	border-top-color: #fff;
}

.global-list__link:hover+.counter-box, .global-list__link:focus+.counter-box, .global-list__link.active+.counter-box, .global-list__link-container--active .global-list__link+.counter-box {
	background: #fff;
}