.element-error {
	color: #e00400;
	font-size: .875em;
}
.ui-helper-hidden-accessible { position: absolute; left: -9999px; }
.zoom-video-content {
	position: absolute;
	top: 50%; 
	right: 50%;
	transform: translate(50%,-50%);
}
.site-nav li.nav-cta > a:hover {
	background: #111;
}
  .site-nav-main > li.nav-cta > a::before {
  	border-top-color: #111;
 }
  .site-nav-main > li.nav-cta > a::before {
  	border-top-color: #111;
 }
.site-nav-main>li.desktop-dropdown-active.nav-cta:hover>a:hover::before{
 	border-top-color:#111
}
.mobile-prices-number {
	display:block;
}
.mobile-prices-number .product-price {
	float:left;
}
.mobile-prices-btn .product-price {
	float:none;
}
.badges .blue.onlinePromo {
	background: #A90900 !important;
}
.site-nav-main li:first-child {
	background: #70be20;
}
.site-nav li ul li:first-child {
	background: none;
}
.site-nav-main li:first-child a{
	color: #fff;
}
.site-nav-main li:first-child a:hover{
	color: #70be20;
}
.site-nav li ul li:first-child a{
	color: #111;
}
.see-all a{
	color: #70be20;
	font-weight: bold;
}
.filter-group .price-slider .noUi-connect {
	background: #70be20;
}

.exclusive-table td{
	padding-left:0px;
	border:0px;
	padding-bottom: 30px;
}
.exclusive-table td .exModel{
	margin-right:20px;
	border-bottom: 6px solid #B6BFC7;
}
.exclusive-table td .exModel.active{
	border-bottom: 6px solid #70be20;
}
.filter-group .js-filter-header {
	border:1px solid #d9d9d9;
	padding: .4875rem .9875rem;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	
}
.filter-group .js-filter-header .d-lg-none {
	display:block !important;
	right: .9875rem;
	
}
.filter-group .js-filter-hover {
	position:absolute;
	top:4.15rem;
	left:1.50rem;
	z-index:999;
	width:85%;
	background-color: white;
	display:none;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	margin:0;
	border-top:0;
}
.filter-group.js-filter-head {
	border: 0;
	padding:1.55rem 1.5rem 1.5rem !important;
}
.product-filter-top {
	display:block !important;
}
.listing-header h1{
	display: none;
}

@media (max-width: 990px) {
    .product-filter-top {
        display: none;
    }
    
	.filter-group.js-filter-head {
		border: 0;
		padding:0.55rem 0.5rem 0.5rem !important;
		max-width:50%;
		flex: none;
	}
	.filter-group .js-filter-hover {
		top: 2.8rem;
	    width: 92%;
	    left: 0.5rem;
	}
	.exclusive-table td .exModel{
		display:inline-block;
		margin-bottom:15px;
	}
}
@media (max-width: 500px) {
	.exclusive-table td .exModel{
		margin-right:10%;
	}
}
