body {
	min-height: calc(100vh + 5px);
	overflow-y: scroll;
	/* this makes content jump around less when the page loads,
	   but it also makes the Y scrollbar always present. I
	   think the tradeoff is worth it. The y scollbar is nearly
	   always present anyways, so it's not much of a sacrifice.
	*/
	font-family: 'Source Sans Pro',sans-serif !important;
	font-size: 16px;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

body .fa {
	overflow: hidden;
	min-width: 1em;
	vertical-align: middle;
}
body .fa-lg {
	padding-top: 2px;
}
body div#heading, #topbar {
	padding-top: 0px !important;
}
body .nav-main-container .nav-container ul.main-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.facetContainer {
	border : solid #ececec 1px;
	border-bottom : none;
	border-radius: 3px;
}
.facetContainer:last-of-type {
	border : solid #ececec 1px;
}
#sidebarFilter {
	max-height : 80vh;
	overflow : auto;
	border-top : solid #ececec 1px;
	border-bottom : solid #ececec 1px;
	border-radius: 3px;
	padding : 0px;
}
#sidebarFilter .panel-default .panel-heading .panel-title {
	font-size: 12pt !important;
	color: #454547;
}
#sidebarFilter .panel-body ul li label {
	font-size: 10pt;
}

.singleProduct {
	overflow-x: hidden;
}
.footer-menus{display:none;}

.badge {
	margin:0px 0px 0px -10px;
	background-color:red;
	border-radius:10px;
	z-index:1;
	width:20px;
	height:20px;
}

.gmg-banner {
	margin: -24px 0 5px 0;
}
.gmg-banner img {
	height: 50px;
}
.gmg-banner-phone {
	display: none;
}

@media only screen and (max-width: 768px) and (min-width: 200px){
	.gmg-banner {
		display: none;
	}
	.gmg-banner-phone {
		display: flex;
		width: 100%;
	}
	.gmg-banner-phone a {
		display: flex;
		justify-content: center;
	}
	.gmg-banner-phone img {
		margin-top: 70px;
		max-width:80%;
		height: auto;

	}
}

@media (max-width: 992px) {
	#topbar .social .social-icons, #topbar .social .phone {
	  padding-bottom: 0px;
	}
}
.phone-link-arrow .fa {
	font-size: 1.2em !important;
}
.phone-link-arrow {
	margin-right: -1px;
	color:black;
}
.phone-link {
	background-color: black;
	border-radius: 4px;
	padding: 2px 8px 2px 8px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
header {
	margin-top: 0px;
	/*padding-top: 20px;*/
}
@media screen and (min-width:1500px) {
	body {
		font-size: 1.15em;
	}
	.checkout .checkout-steps .steps .step.first:after, .checkout .checkout-steps .steps .step.middle:after {
		transform: rotate(45deg) scale(1.09);
		margin-top: 1px;
	}
}
@media (max-width: 992px) {
	#topbar {
    min-height: unset !important;
	}
}