body {
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-family: 'Poppins', sans-serif!important;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	animation: fadein 3s;
	-moz-animation: fadein 3s;
	-webkit-animation: fadein 3s;
	-o-animation: fadein 3s;
	padding: 0!important;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: #095385;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.add20pxPadding {
	padding: 20px;
}

.transition300,
.transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.boxSize,
.boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.pos-static {
	position: static !important;
}

.content-wrapper {
	width: 100%;
	min-height: 100vh;
	height: auto;
	background-color: transparent;
	padding-top: 90px;
	margin-top: -90px;
	padding-bottom: 527px;
}

#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 991px) {
	.content-wrapper {
		padding-top: 125px;
		margin-top: -125px;
		padding-bottom: 534px;
	}
}

@media (max-width: 767px) {
	.content-wrapper {
		padding-top: 213px;
		margin-top: -213px;
		padding-bottom: 702px; 
	}
}

@media (max-width: 575px) {
	.content-wrapper {
		padding-bottom: 823px;
	}
}

@media (max-width: 450px) {
	.content-wrapper {
		padding-bottom: 770px;
	}
}

/* Header */

.header {
	background: #ffffff;
	float: left;
	width: 100%;
}

.header-block {
	position: relative;
	padding: 10px 0 0;
	background: #ffffff;
	text-transform: uppercase;
	z-index: 120;
	border-bottom: 2px solid #e8e8e8;
}
.products-block {
	position: static;
}

.header-block .header-direction-block {
	font-weight: bold;
	font-size: 12px;
}

.header-block .header-direction-block a:hover,
.header-block .wishlist-block a:hover {
	color: #005580;
	text-decoration: underline;
}

.header-block .header-nav-block {
	text-align: center;
}

.header-block .header-nav-block .header-nav-link,
.header-block .products-block .header-nav-link {
	display: block;
	padding: 25px 0 10px;
	color: #3e3e3e;
	font-weight: 400;
	border-bottom: 3px solid #ffffff;
	text-align: center;
}

.header-block .header-nav-block .header-nav-link:hover,
.header-block .products-block .header-nav-link:hover {
	border-bottom: 3px solid #888888;
	color: #bcac72;
}

.header-block .wishlist-block {
	text-align: right;
}

.header-block .wishlist-block a {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.header-block .wishlist-block a:hover {
	text-decoration: none;
}

.header-block .header-logo-block {
	position: absolute;
	top: 0;
	left: 50%;
	width: 280px;
	height: 100px;
	transform: translateX(-50%);
	padding: 8px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	z-index: 122;
	text-align: center;
	line-height: 1;
	background: #ffffff;
}

.header-block .header-logo-block a {
	display: block;
}

/* Search Form */

.header-block .search-block {
	padding: 18px 0 10px;
}

.form-search-large {
	float: right;
	width: 180px;
	height: 30px;
	border: 1px solid #404040;
}

#search-query-large {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	padding-right: 20px;
	outline: none;
	box-shadow: none;
	background: none;
}

#search-query-large:focus {
	outline: none;
	box-shadow: none;
}

#search-query-large[placeholder] {
	text-align: right;
	text-transform: uppercase;
}

.form-search-large .input-append a {
	display: block;
	float: right;
	position: relative;
	width: 28px;
	height: 30px;
	padding: 0;
	border: 0px;
}

.form-search-large .input-append a img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* End Search Form */

/* Dropdown Menu */

.img-test {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 350px;
}

.img-test img {
	height: 100%;
	width: 100%;
}

#productsDropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 121;
	width: 80%;
	background: #f1f1f1;
	border: solid 1px #f1f1f1;
	padding-top: 20px;
}

#productsDropdown .inner {
	height: 330px;
}

#productsDropdown .left-block,
#productsDropdown .right-block {
	height: 350px;
	text-transform: none;
	position: relative;
}

#productsDropdown .left-block {
	background: #f1f1f1;
}

#productsDropdown .right-block {
	background: #ffffff;
}

#productsDropdown .headingText {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: solid 1px #f1f1f1;
	margin: 0 0 10px 0;
}

#productsDropdown .actualCats a {
	display: block;
	padding: 3px 0 3px 25px;
	position: relative;
}

#productsDropdown .actualCats a:before {
	content: "<";
	position: absolute;
	top: 2px;
	left: 10px;
}

#productsDropdown .actualCats a:last-child,
#productsDropdown a.red {
	color: #bcac72;
	font-weight: 700;
}

#productsDropdown .actualCats a:last-child:before {
	content: "";
}

#productsDropdown .actualCats a:hover,
#productsDropdown .actualCats a.pseudohover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#productsDropdown .actualCats a:hover:last-child {
	color: #333333;
}

#productsDropdown .catsLeftSide,
#productsDropdown #bottom {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 20px;
	background: #f1f1f1;
}

#productsDropdown #bottom {
	display: block;
	z-index: 2;
	background-color: #f9f9f9;
	/* background: url("../img/productmenu/bottom.png") center top no-repeat;
	background-size: cover; */
}

#productsDropdown .catsLeftSide.showingCat {
	z-index: 3;
}

#productsDropdown .actualSubCats {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	padding: 15px;
}

#productsDropdown .actualSubCats a {
	font-size: 12px;
	line-height: 20px;
}

#productsDropdown .actualSubCats a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#productsDropdown .bg-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: 350px;
}

#productsDropdown .bg-image img {
	height: auto;
	width: 100%;
}

/* End DropDown Menu */

@media (max-width: 991px) {
	.header-block .header-logo-block {
		top: 40px;
		left: 51%;
	}
	.header-block .header-nav-block .header-nav-link,
	.header-block .products-block .header-nav-link {
		margin-top: 50px;
		padding: 15px 0 5px;
		color: #787878;
		font-weight: 400;
		border-bottom: 3px solid #ffffff;
	}

	.header-block .products-block .header-nav-link {
		text-align: center;
	}

	.header-block .search-block {
		padding: 10px 0 10px;
	}

	#productsDropdown {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#largeHeader {
		display: none;
	}
}

/* End Header */

/* Index Content */

/* Slider */

.slider-block {
	position: relative;
}

.slides-block {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides>li>img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
	margin: 0 auto;
}

.slider-nav-block {
	position: absolute;
	z-index: 100;
	top: 40px;
	right: 61px;
	height: 25px;
}

.rslides_tabs.rslides1_tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sliderNav li {
	display: inline-block;
}

#sliderNav li a {
	float: left;
	cursor: pointer;
	height: 10px;
	width: 10px;
	background: #ccc;
	margin: 0 4px 0 0;
	border: 1px solid #fff;
}

#sliderNav li a:hover,
#sliderNav li.rslides_here a {
	background: #ffffff;
}

.rslides_nav {
	width: 25px;
	height: 100%;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1500ms;
	-moz-transition: all 1500ms;
	-o-transition: all 1500ms;
	transition: all 1500ms;
}

.prev {
	background: rgba(0, 0, 0, 0.3) url('../img/left_arrow.png') center center no-repeat;
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.next {
	background: rgba(0, 0, 0, 0.3) url('../img/right_arrow.png') center center no-repeat;
	position: absolute;
	z-index: 101;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.slider-block:hover .rslides_nav {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 991px) {
	.rslides_nav {
		display: none;
	}
}

@media (max-width: 575px) {
	.slider-nav-block {
		top: 20px;
		right: 30px;
	}
}
/* End Slider */

.index-text {
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	color: #bcac72;
	background: #202020;
	font-size: 15px;
	font-weight: 700;
}

.index-text span {
	color: #dbdbdb;
}


/* Shop Block */

/* Shop Lighting Categories Text */

 .shopLightingCategory { 
    margin: 10px 0 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3d3d3d;

}

/* Shop Lighting Categories Text */

.shop-block {
	padding: 0 50px;
	/*background: #e8e8e8;*/
	background: #ffffff;
}

.shop-block h2 {
	margin: 0;
	padding: 42px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #5d5d5d;
	font-size: 25px;
}

.shop-block .shop-item {
	min-height: 250px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
	/*background: #e8e8e8;*/
	background: #ffffff;
}

.shop-block .shop-item a {
	display: block;
	max-width: 225px;
	margin: 0 auto;
}

.shop-block .shop-item img {
	max-height: 231px;
}

.shop-block .shop-item figcaption {
	margin: 10px 0 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	color: #3d3d3d;
}

.shop-block .options-block {
	text-align: center;
}

.shop-block .options-block .options-btn {
	display: inline-block;
	padding: 9px;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #202020;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 10px;
	background: white;
	font-size: 14px;
	text-transform: uppercase;
}

/* End Shop Block */

.sales-block {
	background: #ffffff;
}

.sales-block .sales-block-left {
	padding: 46px 0;
	background: #202020!important;
	color: #cfbd7d;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
}

.sales-block .sales-block-left span {
	font-style: italic;
	font-weight: bold;
	background: none;
}

.triangle-topleft {
	width: 0;
	height: 0;
	border-top: 112px solid #202020!important;
	border-right: 67px solid transparent;
}

.sales-block .sales-block-right {
	float: left;
	padding: 46px 0;
	color: #202020;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-right: 15px;
}

.sales-block img {
	margin-top: 40px;
	background: #202020;
	padding: 5px 15px 5px 15px;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.shop-block h2 {
		padding: 32px 0;
	}

	.shop-block .shop-item {
		min-height: 210px;
	}

	.shop-block .options-block .options-btn {
		margin-bottom: 40px;
	}

	.sales-block .sales-block-left,
	.sales-block .sales-block-right {
		padding: 30px 0;
	}
	
	.triangle-topleft {
		width: 0;
		height: 0;
		border-top: 80px solid #c15252;
		border-right: 67px solid transparent;
	}

	.sales-block .sales-block-right {
		letter-spacing: 0;
		margin-left: 10px;
		margin-right: 10px;
	}

	.sales-block img {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.shop-block {
		padding: 0 20px;
	}

	.shop-block .shop-item {
		min-height: 250px;
	}

	.shop-block .options-block .options-btn {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.sales-block .sales-block-left,
	.sales-block .sales-block-right {
		padding: 30px 0;
		font-size: 15px;
		letter-spacing: 0;
	}
	
	.triangle-topleft {
		width: 0;
		height: 0;
		border-top: 80px solid #c15252;
		border-right: 67px solid transparent;
	}

	.sales-block .sales-block-right {
		margin-left: 0;
		margin-right: 0;
	}

	.sales-block img {
		margin-top: 30px;
		width: 45px;
	}
}

@media (max-width: 575px) {
	.index-text {
		padding: 20px 14px;
		font-size: 9.5px;
		line-height: 1.5;
	}

	.shop-block h2 {
		padding: 25px 0;
	}

	.shop-block .shop-item {
		min-height: 225px;
		padding: 0;
	}

	.shop-block .shop-item figcaption {
		margin: 10px 0;
		text-align: center;
	}

	.triangle-topleft {
		display: none;
	}

	.sales-block .sales-block-left,
	.sales-block .sales-block-right {
		padding: 15px 0;
		font-size: 16px;
		float: none;
		text-align: center;		
	}

	.sales-block .sales-block-right {
		font-size: 15px;
	}

	.sales-block img {
		margin-top: 15px;
	}
}

@media (max-width: 390px) {
	.sales-block a {
		display: block;
		text-align: right;
	}

}

/* End Index content */

/* Footer */

.footer {
	float: left;
	width: 100%;
	/*background: #ffffff;*/
}

.footer-block {
	background: #131313;
	padding: 40px 40px 10px;
	float: left;
	width: 100%;
}

.footer-block .directions-block {
	text-align: center;
}

.footer-block .directions-block .directions-map {
	display: inline-block;
	position: relative;
}

.footer-block .directions-block .map-location {
	display: block;
	position: absolute;
	left: 7px;
	top: -7px;
	padding: 1px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #3c3c3c;	
	background: white;
}

.footer-block .info-block {
	text-transform: uppercase;
	color: white;	
}

.footer-block .info-block .info-item {
	text-align: left;
}

.footer-block .info-block h2 {
	color: #d7d7d7;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-block .info-block .address,
.footer-block .info-block .phone {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 60px;
	margin-bottom: 25px;
	color: #d7d7d7;
}

.footer-block .info-block .address::before,
.footer-block .info-block .phone::before {
	content: "";
	display: block;
	position: absolute;
	width: 43px;
	height: 43px;
	left: 0;
	top: 62%;
	transform: translateY(-44%);
	
}

.footer-block .info-block .address::before {
	background: url("../img/footer-location-map-icon.png") 0 0 no-repeat;
}

.footer-block .info-block .phone::before {
	background: url("../img/footer-callphone-icon.png") 0 0 no-repeat;
}

.footer-block .info-block .contact a {
	display: inline-block;
	position: relative;
	padding: 7px 55px 7px 20px;
	color: #141414;
	background: #d7d7d7;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
}

.footer-block .info-block .contact a::after {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 8px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/arrcont-black.png") 0 0 no-repeat;
}
.footer-block .info-block .contact a:hover {
	background: #f9f9f9;
	-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
			-o-transition: all 300ms;
				transition: all 300ms;
}

.footer-block .categories-nav,
.footer-block .links-nav,
.footer-block .products-nav {
	color: #ffffff;
}

.footer-block .categories-nav {
	padding-left: 0;
	padding-right: 30px; 
}

.footer-block .links-nav {
	padding-left: 35px;
	padding-right: 35px;
}

.footer-block .products-nav {
	padding-left: 30px;
	padding-right: 70px; 
}

.footer-block .categories-nav h3,
.footer-block .links-nav h3,
.footer-block .products-nav h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    color: #d7d7d7;
    letter-spacing: 1px;	
}

.footer-block .categories-nav div,
.footer-block .links-nav div,
.footer-block .products-nav div {
	font-size: 13px;
    
    text-transform: uppercase;
    color: #d7d7d7;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.footer-block .categories-nav div a:hover,
.footer-block .links-nav div a:hover,
.footer-block .products-nav div a:hover {
	color: #cbb97b;
}

.footer-block .categories-nav div .last-link {
	color: #cbb97b;
}

.footer-block .footer-logo {
	max-width: 140px;
	box-sizing: border-box;
	margin: 50px auto 0;
}

@media (max-width: 1199px) {
	.footer-block .categories-nav {
		padding-left: 0;
		padding-right: 5px; 
	}
	
	.footer-block .links-nav {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.footer-block .products-nav {
		padding-left: 5px;
		padding-right: 50px; 
	}
}

@media (max-width: 991px) {
	.footer {
		
	}
	
	.footer-block .info-block {
		padding-left: 10px;
	}

	.footer-block .info-block h2 {
		margin-bottom: 13px;
	}
	
	.footer-block .info-block .address,
	.footer-block .info-block .phone {
		margin-bottom: 20px;
	}

	.footer-block .categories-nav,
	.footer-block .links-nav,
	.footer-block .products-nav {
		padding-left: 0;
		padding-right: 0; 
	}

	.footer-block .footer-logo {
		max-width: 140px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.footer {
		
	}
	
	.footer-block .info-block {
		padding-left: 0;
	}

	.footer-block .info-block h2 {
		text-align: center;
		margin: 10px 0;
	}
	
	.footer-block .info-block .address,
	.footer-block .info-block .phone {
		margin-bottom: 15px;
		padding: 0 10px 0 50px;
	}

	.footer-block .info-block .phone {
		margin-top: 20px;
	}	

	.footer-block .footer-logo {
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.footer {
		
	}
	
	.footer-block {
		padding: 20px;
	}

	.footer-block .info-block .phone {
		margin-top: 0;
	}
	
	.footer-block .footer-logo {
		margin: 10px auto 0;
	}

	.footer-block .info-block .info-item {
		text-align: left;
		
	}

	.footer-block .info-block .info-item .address,
	.footer-block .info-block .info-item .phone {
		display: inline-block;
		min-width: 206px;
		font-size: 12px;
	}
}

@media (max-width: 450px) {
	.footer {
		
	}
}

/* Show Footer */

.showFooter {
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0 0;
	background: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 9;
}

.showFooter .innerShowFooter {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 45px;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* End ShowFooter*/

/* End Footer */

/* Additional Pages */

.about-us-block h1,
.contact-block h1,
.direction-block h1,
.landing-block h1 {
	font-size: 40px;
	padding: 80px 30px;
	margin-bottom: 10px;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

@media (max-width: 575px) {
	.about-us-block h1,
	.contact-block h1,
	.direction-block h1,
	.landing-block h1 {
		padding: 40px 15px;
		text-align: center;
	}
}

/* About Us */

.about-us-block h1 {
	background: #f1f1f1 url("../img/pagebkg/about.png") center center no-repeat;
	background-size: cover;
}

.about-us-block  p {
	text-align: justify;
}

.about-us-block .row p:first-of-type {
	margin-top: 30px;
}

.about-us-block .row p:last-of-type {
	margin-bottom: 50px;
}

/* End About Us */

/* Contacts */

.block_contact .title_c {
	display: none;
}

.contact-block h1 {
	background: #f1f1f1 url("../img/pagebkg/contact.png") center center no-repeat;
	background-size: cover;
}

.contact-block h2 {
	color: #333333;
} 

/* End Contacts */

/* Directions */

.direction-block h1 {
	background: #f1f1f1 url("../img/pagebkg/directions.png") center center no-repeat;
	background-size: cover;
}

/* End Directions */

/* Landing */

/* .landing-block h1 {
	background: #f1f1f1 url("../img/pagebkg/landing.png") center center no-repeat;
	background-size: cover;
}

.landing-block #lighting h1 {
	background: #f1f1f1 url("../img/pagebkg/image-1.png") 100% center no-repeat;
	background-size: cover;
}

.landing-block #bathroom-lights h1 {
	background: #f1f1f1 url("../img/pagebkg/image-2.png") 100% center no-repeat;
	background-size: cover;
} */

/* End Landing */

/* Brands */

.brands-block h1 {
	display: none;
}

.brands-block .brandHolder {
	border-top: 0;
}

.brands-block h1.brands-header {
	display: block;
	text-transform: none;
	text-align: left;
	padding: 10px 0 0;
	font-weight: bold;
	color: #333333;
}

@media (max-width: 575px) {
	.brands-block h1.brands-header {
		font-size: 36px;
	}
}

/* Brands */
/* End Additional Pages */

/* Start mobile button */
.input-append .btn {
	background: url('../images/small_search.png') center center no-repeat #202020;
}
/* End mobile button */

/* Start mobile menu and fonts override */
.burgerMenu {
	background: none!important;
}
.popupMenus .popupLinks li a, .popupMenus .popupLinks li div.filter-item {
	font-size: 12.5px!important;
}
/* End mobile menu and fonts override */

/* Start search wish list cart and compare buttons override */
.btn-popup,.btn-popup2 {
	font-size: 11px!important;
}
/* End search wish list cart and compare buttons override */
.cartImage {
    position: inherit;
    top: -3px;
    display: unset;
    float: none;
    margin: 0 auto;
}