body > wsc-topbar{
	display: block;
	position: relative;
	height: 50px;
	min-width: 980px;
}

body > wsc-topbar .wsc-topbar{
	height: 50px;
	position: relative;
	z-index: 9951!important;
}

body > wsc-topbar .links{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

body > wsc-topbar .links ul{
    list-style: none;
    margin: 0;
    padding: 0 30px 0px 0px;
    float: right;
    height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	    flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	   align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

body > wsc-topbar .links ul li{
	float: left;
	padding: 0 10px;
	white-space: nowrap;
}

body > wsc-topbar .links ul.ws-col-3 li{
	-webkit-box-flex: calc(100% / 3);
	-ms-flex: calc(100% / 3);
	flex: calc(100% / 3);
}

body > wsc-topbar .links ul.ws-col-4 li{
	-webkit-box-flex: calc(100% / 4);
	-ms-flex: calc(100% / 4);
	flex: calc(100% / 4);
}

body > wsc-topbar .links ul li a,
body > wsc-topbar .links ul li a:hover,
body > wsc-topbar .links ul li a:active,
body > wsc-topbar .links ul li a:focus{
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
}

body > wsc-topbar .links ul li a.link-blue:hover {
	text-decoration: underline;
}

body > wsc-topbar .links ul li .cart i{
	font-size: 1.15em!important;
}

body > header > #header-wrap.fixed-with-topbar {
	top: 50px!important;
}
body > wsc-topbar .wsc-topbar.fixed-with-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9951;
}

@media (max-width: 767px) {
	body > wsc-topbar {
		height: 60px;
		min-width: auto;
	}
	body > wsc-topbar .wsc-topbar {
		height: 60px;
	}
	body > wsc-topbar .links ul {
		padding: 0;
		float: none;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	body > wsc-topbar .links ul li{
		font-size: .875em;
		padding: 0 5px;
	}
	body > header > #header-wrap.fixed-with-topbar {
		top: 60px!important;
	}
	body > nav.slideout-menu {
		top: 60px!important;
	}
}