﻿/*Add custom styles to the skin here */

.header-cart {
	float: right;
	margin: 0px;
}

.top-account-nav {
	text-align: center;
	float: right;
}

.checkout-link, .view-cart-link {
	float: right;
}

a.user-link {
	color: #fff;
	display: inline-block;
	padding: 12px;
}

.view-wish-link {
	float: left;
}


@media (min-width: 768px) {
	.top-header-right {
		text-align: right;
	}
}

.checkout-header {
	font-size: 24px;
}

.screen-reader-only {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px); /*IE 6 and 7*/
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

a.user-link[aria-disabled] {
	display: none;
}

.search-box-label {
	display: none;
}
.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
@media (min-width: 992px) {
.logo-wrap {
    padding-top: 15px;
}
}