.text-white {
	color: #fff !important;
}

.btn-ghost-white {
	border: 1px solid #fff;
	color:#fff;
	background-color: transparent;
}

@media (min-width: 769px) {
	.text-white-desktop {
		color: #fff;
	}
	.btn-ghost-white-desktop {
		border: 1px solid #fff;
		color:#fff;
		background-color: transparent;
	}
}

.category-header-link {
	margin-top: 36px;
}
.msrp {
	position: absolute;
	font-size: 12px;
	margin-top: 4px;
}
.msrp-mobile {
	position: relative;
	font-size: 12px;
	margin-top: 4px;
	top:-3px;
	float:left;
	margin-right: 5px;
}
table .btn.btn-white {
	text-decoration: none;
}

.social-btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background-color: #fafafa;
	border-color: #ccc;
	display: inline-block;
	color: #000;
	font-size: 16px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

.social-btn:hover {
	background-color: #efefef;
}

.social-btn.active {
	border-color: #000;
}

.social-fields .form-group {
	display: none;
}