
.light-bg {
	background-color: #f7f7f7;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.medium-light-bg {
	background-color:#e7e7e7;
}
.disabled {
	display:none;
}
.section-padding {
	padding:30px 0;
}
.shop-banner .sorting-filters {
	bottom:0;
}
#map {
  height:450px;
  width:100%;
}
.scrollToTop {
	bottom:50px;
}
.pag-inactive {
	background-color: #fafafa !important;
    color: #666 !important;
    border: 1px solid #666 !important;
}
.remove-filters {
	position:absolute;
	margin-bottom: -10px;
}
.bank-products {
	font-size:10px;
	font-weight:normal;
	border-top: 1px solid #f1f1f1;
  	padding: 5px 0;
}
.bank-products img {
	max-width:92px;
	height:15px;
	float:left;
}
.bank-products span {
	float:left;
	margin:0 5px 5px 5px;
}
.bank-products-main {
	font-size:12px;
	font-weight:normal;
  	padding: 5px 0;
}
.bank-products-main img {
	max-width:92px;
	height:20px;
	float:left;
}
.bank-products-main span {
	float:left;
	margin:0 5px 5px 5px;
}
.dl-horizontal dt {
	max-width:200px;
}
.dl-horizontal dd {
	margin-left: 200px;
}
.discount-main {
	background-color:#e84c3d;
	padding:10px 0;
	text-align:center;
	color:#fff;
}
.box-style-2 .body h3 {
	white-space: pre-line;
}
.box-style-3 .body h6 {
	white-space: pre-line;
	font-size:10px;
}
.nav-xs {
	margin:-5px 10px;
	position:relative;
	z-index:5;
	padding:0 5px;
	border:1px solid #eaeaea;
	background-color:#fafafa;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}
.nav-xs-active {
	margin:-5px 10px;
	position:fixed;
	z-index:5;
	padding:5px 10px;
	border:1px solid #eaeaea;
	background-color:#fafafa;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	top:20px;
	right:20px;
}
.navigation-xs {
	position:fixed;
	display:block;
	top:0;
	width:100%;
	height:100%;
	background-position:center;
	background:rgba(0,0,0,0.8);
	z-index: 4;
}
.nav-xs-inner {
	top:50px;
	left:5%;
	position:fixed;
	width:90%;
}
.nav-xs-inner ul {
	width:100%;
	padding:10px 0;
	list-style:none;
}
.nav-xs-inner ul li {
	padding:10px;
	border-bottom:1px solid #fff;
	background:rgba(255,255,255,0.2);
}
.nav-xs-inner ul li:last-child {
	border-bottom:none;
}
.nav-xs-inner ul li:hover {
	padding:10px 5px 10px 15px;
}
.nav-xs-inner ul li a {
	color:#fff;
}
.nav-xs-inner ul li a:hover {
	color:#e84c3d;
	text-decoration:none;
}
.badge.out-of-stock {
    width: 104%;
    height: 100%;
    background-color: rgba(205,60,46,0.5);
    margin: 0 -10px;
    padding: 20% 0;
    color: #ffffff;
    font-size: 16px;
}
.dealers-login {
	position:absolute;
	right:0;
	top:0;
	margin-right: -120px;
}
.btn-none {
	border:none;
	background-color:transparent;
}
.btn-none:focus {
	outline:0;
}
.dropdown-login {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:10px;
	right: 0 !important;
    left: auto !important;
}
.dropdown-support {
	right: 0 !important;
    left: auto !important;
}
.dealers-price {
	width:100%;
	padding:5px;
	color:#fff;
	background-color:#cd3c2e;
	border:1px solid #cd3c2e;
	text-transform:uppercase;
	margin:5px 0;
}
.navbar-default .navbar-nav > li > a {
	padding: 12px 20px 12px 10px;
}

/* Ribon out of stock */
.ribbon-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ribbon-wrapper.item {
	margin-top: -54px;
	margin-left: -20px;
}
.ribbon-wrapper.post {
	margin-top: -10px;
	margin-left: -20px;
}
.ribbon {
  font-family: 'Philosopher', sans-serif;
  font-size:16px;
  color: #fff;
  text-align: center;
  /*text-shadow: #707070 0px 1px 0px;*/
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -60px;
  top: 40px;
  width: 240px;
  background-color: transparent;
  /* background-image: -webkit-gradient(linear, right top, right bottom, from(#e84c3d), to(#cc3a2c)); 
  background-image: -webkit-linear-gradient(top, #e84c3d, #cc3a2c); 
  background-image:    -moz-linear-gradient(top, #e84c3d, #cc3a2c); 
  background-image:     -ms-linear-gradient(top, #e84c3d, #cc3a2c); 
  background-image:      -o-linear-gradient(top, #e84c3d, #cc3a2c); 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3); */
  text-transform: uppercase;
  font-weight:bold;
  color:#e84c3d;
  text-shadow:1px 1px 1px #fafafa;
}