@font-face {
	font-family: "Novecentosanswide Bold";
	src: url("fonts/Novecentosanswide-Bold.otf") format("opentype");
	src: url('fonts/e Bold.eot');
	src: url('fonts/e Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/e Bold.woff2') format('woff2'),
		url('fonts/e Bold.woff') format('woff'),
		url('fonts/e Bold.ttf') format('truetype'),
		url('fonts/e Bold.svg#e Bold') format('svg');
	font-weight: normal;
	font-style: normal; }
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	height: auto !important;
	position: relative;
	/* To hide horizontal scrollbar */
	overflow-x:hidden;	
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2a2a2a;
	-webkit-transition: all .2s;
    transition: all .2s;
}
/* .product-ecat .category-unique , .product-category .category-unique, .product-product2 .category-unique, .product-product .category-unique
{    height: 1000px;
    overflow-y: scroll;} */
.side-kick
{    height: 200px;
    overflow-y: scroll;} 
a:hover {
	text-decoration: none;
	color: #be9734 !important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	min-height: 47px !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #142330;
	background-image: linear-gradient(to bottom, #142330, #142330);
	background-repeat: repeat-x;
}
.max-offset {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}
@media screen and (max-height: 575px){ 
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} 
}
@media screen and (max-width: 600px){ 
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} 
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-center {
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.flex-align-center {
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.flip {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse !important;
		display: flex;
		flex-direction: column-reverse !important;
	}
}
.uppercase {
	text-transform: uppercase;
}
.mobile-tablet-show {
	display: none !important;
}
.p-relative {
	position: relative;
}
.p-relative p {
	margin: 0;
}
.bkground {
	background: url('../image/bg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
	padding-bottom: 80px;
}
.brand-bkground {
	background: url('../image/brand-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ty-bkground {
	background: url('../image/ty-bg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* top */
#top {
	background-color: #142330;
	padding: 0;
	margin: 0;
	min-height: 1px;
	font-size: 14px;
	position: fixed;
	top: 126px;
	left: 0;
	width: 100%;
	z-index: 999;
}
#top.wtb {
	top: calc(126px + 24px);
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #898989;
	text-decoration: none;
	background-color: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	text-decoration: underline;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	background-color: transparent;
	color: #2a2a2a;
	-webkit-transition: all .2s;
    transition: all .2s;
}
#top-links .dropdown-menu a:hover {
	color: #fff;
	background: #2a2a2a;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links ul {
	margin-bottom: 0;
	top: 60%;
}
#top-links li {
	vertical-align: top;
}
#top-links a + a {
	margin-left: 15px;
}
#top-bar {
	background: #999;
	padding: 0 5px;
	color: #fff;
}
/* mobile menu */
#mobile-menu {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s; 
  max-height: 100vh;
  overflow-y: auto;	
}
  #mobile-menu #mobile-menu-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #mobile-menu ul li {
      padding: 10px 0; }
      #mobile-menu ul li a {
        text-transform: uppercase;
		color: #2a2a2a;
        font-size: 14px;
		font-weight: 500;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        #mobile-menu ul li a:hover, #mobile-menu ul li a:active, #mobile-menu ul li a:focus {
          text-decoration: none;
          color: #4a93cf; }
  #mobile-menu #cross {
    font-size: 24px;
    float: right;
    height: 100px;
    line-height: 100px;
    margin-right: calc(5% + 15px);
	cursor: pointer;
}
  #mobile-menu #cross .fa {
	  font-size: 24px;
  }	
  #mobile-menu.out {
    top: 0;
	z-index: 99999;
	}
.mobile-menu-others {
	display: none;
}	
/* logo */
#logo {
	margin: 0;
	width: 80%;
}
/* search */
.mobile-search,
.mobile-cart {
	display: none !important;
}
.mobile-search .fa {
	font-size: 22px;
	padding-top: 5px;
}
#search .input-lg {
	height: 30px;
	line-height: 20px;
	padding: 0 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #e1e1e1;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search .input-group-addon {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #be9734;
	border-color: #be9734;
	color: #fff;
}
#search .input-group-addon option{
	color: #333333;
}
#search .input-group-addon select {
	border: none;
	background: transparent;
	font-size: 14px;
	max-width: 120px;
	color: #ffffff;
}
#search input {
	min-height: 34px !important;
}
/* cart */
#cart,
#cartecat {
	cursor: pointer;
	padding: 0 5px;
	line-height: 1.4em;
}
#cart > .btn,
#cartecat > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn,
#cartecat.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover,
#cartecat.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu,
#cartecat .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu,
#cartecat .dropdown-menu {
	min-width: 200px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu,
	#cartecat .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table,
#cartecat .dropdown-menu table {
	margin-bottom: 10px;
	color: #222;
}
#cart a:hover,
#cartecat a:hover {
	background: transparent !important;
}
#cart .dropdown-menu li > div,
#cartecat .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div,
	#cartecat .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p,
#cartecat .dropdown-menu li p {
	margin: 8px 0;
}
#cart li,
#cartecat li {
	color: #222;
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	font-family: 'Rubik', sans-serif;
}
header .container {
	line-height: 126px;
}
#pg-margin-top{
	margin-top: 169px;
}
#pg-margin-top.wtb {
	margin-top: calc(169px + 24px);
}
#float-right-bar {
	position: fixed;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	z-index: 9999;
}
#float-right-bar a {
	display: block;
	padding: 5px 0;
}
#toggle {
    display: none !important;
    font-size: 24px;
	cursor: pointer;
}
#toggle .fa {
	font-size: 24px;
}
#account-dropdown {
	padding: 0 5px;
}
#page-top-banner {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.page-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: "Novecentosanswide Bold";
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: #FFF 0px 0px 15px, #c1b056 0px 0px 20px, #c1b056 0px 0px 30px,  #c1b056 0px 0px 35px;
	width: 100%;
	text-align: center;
}
.section-title {
	color: #fff;
	font-family: "Novecentosanswide Bold";
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	padding: 20px 0;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}
.section-title:after {
	content: "";
	width: 40px;
	border-top: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.section-title.black:after {
	border-color: #be9734 !important;
}
.section-title2 {
	color: #000;
	font-family: "Novecentosanswide Bold";
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	padding: 20px 0;
	position: relative;
	margin-bottom: 15px;
}
.section-title2:after {
	content: "";
	width: 40px;
	border-top: 3px solid #be9734;
	position: absolute;
	bottom: 0;
	left: 0;
}
address {
	margin-bottom: 0;
}
/* menu */
#menu {
	margin-bottom: 0;
	border: none;
	min-height: 1px;
}
#menu .nav {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#menu .nav > li {
	float: none;
}
#menu .nav > li > a {
	color: #fff !important;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 0;
	font-family: 'Novecentosanswide Bold', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 43px;
}
#menu .nav > li > a:hover {
	background-color: #be9734;
}
#menu .nav > li > a > span {
	padding: 0 15px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu li:hover > ul {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#side-categories-toggle {
	display: none;
}

/* content */
body:not(.common-home) #content {
	min-height: 600px;
	padding-bottom: 50px;
}
#content h1 {
	padding: 50px 0 0;
	text-align: center;
	color: #f2b600;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}
#content h1 span.first-word {
	color: #555555 !important;
	font-weight: 300 !important;
}
#content h1:after {
	content: "";
	width: 40px;
	border-bottom: 3px solid #555555;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
	transform: translateX(-50%);
}
.slide-link {
	display: block;
}
/* Home */
.common-home #content-section {
	width: 60%;
	margin-left: 20%;
	text-align: center;
	color: #4d4d4f;
    font-size: 16px;
	font-weight: 300;
	padding-bottom: 80px;
}
.common-home #content-section .img-responsive {
	margin: 0 auto 30px;
}
.common-home #home-about-section p {
	margin: 0;
}
.common-home #home-about-us-table1 {
	margin: 80px 0 50px;
}
.common-home .owl_description {
    display: none;
}
.f-category {
	padding-top: 30px;
}
.f-category .ctgr-layout {
	padding: 0;
}
.f-category .fcat-content {
	margin-top: 50px;
	display: flex;
    flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 769px) {
	#content.col-sm-12 .f-category .ctgr-layout {
		width: calc(100% / 5) !important;
	}
}
.f-category .fcat-content .ctgr-thumb,
.f-category .fcat-content .ctgr-thumb .image {
	position: relative;
}
.f-category .fcat-content .ctgr-thumb .image .ctgr-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-family: "Novecentosanswide Bold";
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.overlay-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	overflow-x: auto;
    max-height: 100%;
}
.overlay-text-inner {
	position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
}
.f-category .fcat-content .ctgr-thumb:hover .overlay-text {
	opacity: 1;
}
.f-category .fcat-content .ctgr-thumb:hover .image .ctgr-title {
	opacity: 0;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title,
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title a {
	color: #fff;
	font-family: "Novecentosanswide Bold";
	font-size: 18px;
	text-transform: uppercase;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title {
	padding-bottom: 15px;
	position: relative;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border-bottom: 2px solid #be9734;
	width: 30px;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list {
	margin: 15px 0;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li {
	padding: 5px 0;
}
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li,
.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li a {
	color: #fff;
	font-size: 18px;
}
.featured {
	padding: 50px 0;
}
.featured .owl-carousel {
	padding-top: 20px;
	min-height: 350px;
}
.featured .nav-tabs {
	text-align: center;
	border-bottom: none;
	padding: 20px 0;
}
.featured .nav-tabs > li {
    display: inline-block;
    float: none !important;
    margin: 5px 0 !important;
}
.featured .nav-tabs > li a {
	margin: 0 !important;
	padding: 10px;
	min-width: 120px;
	border-radius: 20px;
}
.featured .nav-tabs>li.active>a, 
.featured .nav-tabs>li.active>a:hover, 
.featured .nav-tabs>li.active>a:focus {
	background: #be9734 !important;
	color: #fff;
}
.featured  .nav>li>a:hover, .nav>li>a:focus {
	background: #be9734;
	border-color: transparent;
	color: #fff !important;
}
.black, .black * {
	color: #222 !important;
	border-color: #222 !important;
}
.black:hover, .black *:hover {
	color: #222 !important;
}
.manufacturer {
	padding: 50px 0;
}
.manufacturer .section-title {
	margin-bottom: 50px !important;
}
.manufacturer  .slider-container {
	width: 90%;
	margin: 0 5%;
}
#manuSlidefeature-manufacturer .img-div {
	position: relative;
	height: 300px;
	padding: 5px 10px;
}
#manuSlidefeature-manufacturer .img-div a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	background: #fff;
}
#manuSlidefeature-manufacturer .img-div img {
	max-height: 100%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.clientele-slider-div {
	padding: 50px 0;
	background: url('../image/clientele-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.clientele-slider-div .section-title {
	margin-bottom: 50px !important;
}
.clientele-slider-div .slider-container {
	width: 90%;
	margin: 0 5%;
}
#clientSlideclientele-slider .img-div {
	position: relative;
	height: 150px;
	padding: 5px 10px;
}
#clientSlideclientele-slider .img-div img {
	max-height: 100%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.home-aboutus-wrap {
	clear: both;
	background: url('../image/about-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}
.home-aboutus-wrap .row {
	width: 85%;
	margin: 0 7.5%;
	padding: 50px 0;
}
.home-aboutus2 .section-title2 {
	margin-bottom: 40px;
}
.home-aboutus2 {
	font-size: 16px;
	width: 70%;
}
.home-aboutus2 a.btn {
	margin-top: 30px;
}
/* About Us */
.about-us-content-1,
.about-us-content-2 
{
	padding: 50px 0;
}
.about-us-content-1 .content-text,
.about-us-content-2 .content-text 
{
	padding: 30px;
	font-size: 16px;
	color: #333333;
}
.about-us-content-1 .content-img {
	margin-left: 15%;
}
.about-us-content-1 .col-right {
	width: calc(calc(100% - calc(100% - 1170px)) /2 );
}
/* FAQ */
.information-faq #content {
	width: 90%;
	margin-left: 5%;
}
.information-faq .panel-group .panel {
	border-radius: 0;
}
.information-faq .panel-default>.panel-heading {
	background: transparent;
}
.information-faq .panel-heading .accordion-toggle:after,
.information-faq .panel-heading .accordion-toggle.collaspe:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #f2b600;         /* adjust as needed */
}
.information-faq .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
/* Contact Us */
.information-contact {
	background: #ebe9e7;
}
.information-contact h2 {
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.information-contact #content {
	min-height: 1px !important;
}
.information-contact .contact-info-form {
	padding: 50px 0;
}
.information-contact .contact-info-form .form-control {
	font-family: 'Lato', sans-serif;
}
.information-contact #contact-us-form {
	margin-top: 50px;
}
.information-contact .contact-info-text .store-title {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.information-contact .contact-info-text .icon {
	width: 30px;
	vertical-align: top;
}
.information-contact .contact-info-text .social-link {
	margin: 0 5px;
}
.information-contact .contact-info-text .txt {
	padding-bottom: 10px;
}
.information-contact .gmap {
	height: 300px;
}
/* Join Us */
.information-joinus #content {
	width: 60%;
	margin-left: 20%;
}
.information-joinus #app-form-div {
	background: #f2f2f2;
	margin-top: 30px;
	padding: 40px 40px 15px;
}
.information-joinus #app-form-div h2 {
	color: #222;
	margin-bottom: 30px;
}
.information-joinus .resume-div {
	padding-left: 15px;
}
.information-joinus .resume-div label {
	padding-right: 15px;
}
/* Gallery */
.box-album.gallboxstyle1 {
	border: none;
	margin-bottom: 50px !important;
	overflow: inherit;
	display: block;
}
.box-album.gallboxstyle1 .caption h3.gall-text-left {
	text-align: center !important;
	text-transform: uppercase !important;
	margin: 10px 0;
}
.box-album.gallboxstyle1 .image img {
	width: 100%;
}
/* Account */
.account-account .accounts {
	max-width: 60%;
	margin: 50px auto 0;
	font-family: 'Poppins', sans-serif;
}
.account-account .accounts .flex {
	padding: 10px 15px;
	border: 1px solid #222;
	border-radius: 5px;
	margin-bottom: 20px;
}
.account-account .accounts .flex div:nth-child(1) {
	padding: 0 15px;
	width: 100px;
}
.account-account .accounts h3 {
	font-weight: 700;
}
.account-login .login-form-div {
	margin-top: 50px;
}
#d_social_login {
	margin-left: 15px;
}
#d_social_login .dsl-label {
	display: none;
}
#d_social_login .dsl-button .r-side {
    padding: 7px 10px 7px 5px;
}
#register-form {
	margin-top: 50px;
}
.account-register #register-form .control-label {
	display: none;
}
.account-register #register-form .col-sm-10 {
	width: 100%;
}
.account-register #register-form .newsletter-div .control-label {
	display: inline-block;
}
@media (min-width: 768px) {
	.account-register #register-form .newsletter-div .col-sm-10 {
		width: 83.33333333%;
	}
}
.account-order .order-history-div {
	margin-top: 50px;
}
.account-order .order-history-div table thead tr td {
	text-transform: uppercase;
	font-family: "Novecentosanswide Bold";
	font-weight: 700;
	border-bottom: 2px solid #ddd;
}
.account-order .order-history-div table tbody tr td {
	border-top: none;
}
/* footer */
footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
	color: #515151;
	font-size: 14px;
	line-height: 26px;
}
footer a {
	color: #2a2a2a;
}
footer h4 {
	font-family: "Novecentosanswide Bold";
	font-size: 16px;
	text-transform: uppercase;
	color: #2a2a2a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
footer h4:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #be9734;
	width: 20px;
}
.fcs::before {
	content: none;
}
.fcs a {
	color: #2a2a2a !important;
}
.fcs a:hover {
	text-decoration: underline;
}
.fcs-text a {
	font-weight: 800;
	text-decoration: underline;
}
footer .social-links {
	margin-top: 15px;
}
footer .store-info-item {
	word-wrap: break-word;
}
#footer-bottom {
	padding: 10px 0;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
}
#footer-bottom p {
	margin: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 30px;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after { content: "/"; position: absolute; top: 0; right: -3px; }
.breadcrumb > li:nth-last-child(1):after { content: ""; }
.breadcrumb > li:nth-child(1) {
	padding-left: 0;
}
/*
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
.pagination {
	margin: 0;
}
.pagination>li {
	display: inline-block;
	margin: 0 5px;
}
.pagination>li>a, .pagination>li>span {
	/*width: 40px;
	height: 35px;*/
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid transparent;
	text-align: center;
	background: transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: #be9734;
	border-color: #be9734;
	color: #fff !important;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 15px 25px;
	font-family: "Novecentosanswide Bold";
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #ccc;
	-webkit-transition: all .2s;
	transition: all .2s;
	min-width: 180px;
	text-transform: uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #7D7D7D;
}
.btn-default:hover {
	background: transparent;
}
.btn-primary {
	color: #fff;
	background-color: #be9734;
	border-color: #be9734;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus, .btn-primary:target {
	background-color: #fff !important;
	border-color: #be9734 !important;
	color: #be9734 !important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-number {
	min-width: auto !important;
	padding: 6px 12px !important;
	border-radius: 0 !important;
	min-height: 47px;
	background: #000;
	color: #fff;
}
.btn-transparent {
	background: transparent;
	border: 1px solid #222;
	color: #222;
}
.btn-w-transparent {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn-w-transparent:hover {
	border-color: #f2b600;
}
.btn-white {
	color: #be9734;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white.active, .btn-white.disabled, .btn-white[disabled], .btn-white:focus, .btn-white:target {
	background-color: #fff !important;
	border-color: #fff !important;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
@media (min-width: 1200px) {
	.product-layout {
		width: calc(100% / 4) !important;
	}
}
.product-thumb {
	border: 1px solid #ebebeb;
	margin-bottom: 20px;	
	overflow: hidden;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	background: #fff;
	text-align: center;
}
.product-thumb .prod-overlay {
	background: rgba(190, 151, 52, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .2s;
    transition: all .2s;
}
.product-thumb .prod-overlay .prod-overlay-inner {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-thumb .prod-overlay .prod-overlay-inner a {
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding: 10px; 
	margin: 10px 0;
}
.product-thumb .prod-overlay .prod-overlay-inner .btn-cart {
	cursor: pointer;
}
.product-thumb:hover .prod-overlay {
	opacity: 1;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #f2b600;
}
.zoomContainer {z-index: 9;}
.zoomWindow { background: #fff; }
#zoom-image {position: relative !important;border: 1px solid #e1e1e1;}
.zoomWrapper {
	width: 100% !important;
	overflow: hidden;
}
#gallery-1 { font-size: 0; margin-left: -10px; }
#gallery-1 > a {
	display: inline-block;
	border: 1px solid #e3e3e3;
	margin-top: 10px;
	margin-left: 10px;
}

.product-thumb h4 {
	padding: 10px 10px 0;
	text-transform: uppercase;
	color: #191919;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .caption {
	margin-bottom: 10px;
}
.product-thumb .price {
	color: #000;
	font-size: 14px;
	font-weight: 900;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.product-thumb .link-div {
	color: #be9734;
	font-weight: 700;
	margin-top: 10px;
}
.product-thumb .link-div a {
	color: #be9734;
	font-weight: 700;
	text-transform: uppercase;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.prod-qty-control {
	width: 150px;
	margin: 0 15px;
}
.prod-qty-control input[type="text"] {
	min-height: 34px !important;
}
.prod-qty-control .input-group-btn .btn {
	border-radius: 0 !important;
	background: #be9734;
	color: #fff;
}
#product [for="input-quantity"] {
	text-transform: uppercase;
}
.product-product h1,
.product-product2 h1 {
	margin-bottom: 50px;
}
.product-product h2,
.product-product2 h2,
.product-product h3,
.product-product2 h3 {
	color: #222;
}
.prod-price {
	color: #000;
}
.prod-text-content .prod-price {
	font-weight: 700;
}
.product-product .ctgr-title, 
.product-product2 .ctgr-title {
	color: #f2b600;
	font-size: 16px;
}
.btns-group .btn {
	margin-right: 5px;
	margin-top: 5px;
}
.btns-group .btn:last-child {
	margin-right: 0;
}
.product-product .btn-number, 
.product-product2 .btn-number 
{
	min-height: 0;
}
@media (min-width: 768px) {
	.main-title {
		margin-left: -25%;
	}
}
.prod-controls {
	text-align: right;	
	text-transform: uppercase;
	color: #000;
	display: none;
}
.prod-controls label {
	padding: 10px;
}
@media (max-width: 1023px) {
	.prod-controls {
		position: inherit;
		top: auto;
		right: auto;
		padding: 15px 0;
	}
}
.prod-controls select {
	width: 150px;
	float: right;
	margin: 0 5px; 
	text-transform: uppercase;
	color: #000 !important;
}
.product-listing-view {
	margin: 50px 0;
}
.product-product .product-listing-view,
.product-product2 .product-listing-view {
	margin-top: 10px;
}
.product-detail .button-group {
	display: block !important;
	text-align: center;
	margin: 10px 0;
}
.product-detail {
	border-top: 2px solid #f2b600;
	padding: 15px;
	background: #ebebeb;
	font-weight: 300;
	width: 100%;
}
.product-detail > * {
	width: 100%;
}
.product-detail .prod-desc {
	height: 96px;
}
#side-categories {
	margin-top: 50px;
	border: none !important;
	color: #000;
}
#side-categories h2,
#side-manufacturer h2
{
	font-size: 19px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#side-categories .side-categories-level-1 {
	margin-bottom: 15px;
}
#side-categories .group:not(:last-child) {
	border-bottom: none !important;
}
#side-categories .group .item a {
	padding: 10px 8px !important;
}
#side-categories .group .item .indent {
	width: 15px !important;
}
#side-categories .group .item a:hover {
	background: transparent !important;
}
#side-categories .group .item > .toggle::before {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
#side-categories .group .item.active > .toggle::before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#side-categories .side-categories-level-1+.side-categories-level-1 {
	border-top: none !important;
}
#side-categories .group .item .toggle {
	border-left: none !important;
}
#side-categories .group .item.active+.sub {
	border-top: none !important;
}
#side-categories .sub a {
	font-size: 16px;
	font-weight: 700;
}
#side-categories .group .item .toggle:hover {
	color: #000 !important;
}
#side-categories .side-categories-level-1 .group .level-1 {
	font-size: 19px;
	font-family: 'Muli', sans-serif;
}
#side-categories .side-categories-level-1 .group .item.level-1 a {
	color: #000;
	text-transform: uppercase;
	padding: 7px 0;
}
#side-categories .side-categories-level-1 .group .item.level-1.active a, 
#side-categories .side-categories-level-1 .group .item.level-2.active a
{
	color: #be9734;
}
#side-categories .group .item.level-1 a:hover {
	background: transparent !important;
}
#side-categories .group .item.level-2 a:hover {
	background: transparent !important;
}
#side-categories .group .item .toggle:hover {
	background: transparent !important;
}
#side-categories .group .item.level-2 .toggle:hover {
	color: inherit;
}
#side-categories .group .item .indent::after, #side-categories .group .item .indent::before,
#side-categories .group .item .indent::after, #side-categories .group .item .indent::after {
	content: none !important;
}
#side-manufacturer {
	border: none !important;
	margin-top: 30px !important;
}
#side-manufacturer a:hover i::before {
	content: '\f14a' !important;
}
.applied-text {
	margin-bottom: 15px;
	font-weight: 500;
}
.prod-text-content .prod-name,
.prod-text-content .prod-az-code,
.prod-text-content .prod-brand,
.prod-text-content .prod-model
{
	font-size: 24px;
	font-weight: 900;
}
.prod-text-content .prod-desc {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #e1e1e1;
}
.prod-tabs {
	margin: 50px 0 15px;
}
.prod-tabs .nav-tabs {
	border-bottom: none;
}
.prod-tabs .nav-tabs li a {
	font-family: "Novecentosanswide Bold";
	text-transform: uppercase;
	color: #000 !important;
	border-radius: 0;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.prod-tabs .nav-tabs li a:hover,
.prod-tabs .nav-tabs li.active a {
	background: #be9734 !important;
	color: #fff !important;
}
.prod-tabs .tab-content {
	border: 1px solid #e1e1e1;
	padding: 30px;
	background: #fff;
}
#related-prods-listing {
	margin: 30px 0;
}
#related-prods-listing .prod-listing-content {
    width: 60%;
    margin-left: 20%;
}
#related-prods-listing h3 {
	font-family: "Novecentosanswide Bold";
    font-size: 36px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#related-prods-listing h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	border-top: 3px solid #be9734;
}
#tab-specification thead {
	background: #be9734 !important;
	color: #fff !important;
}
#tab-specification table tbody tr.odd {
	background: #ebebeb;
}
#tab-specification table tbody tr.even {
	background: #ebebeb;
	/*color: #fff;*/
}
.prod-share {
	margin: 30px 0;
}

/* Brands */
.product-manufacturer-info #banner-img {
	padding: 30px 0;
}
.product-manufacturer-info #brand-info {
	padding: 20px 0;
	float: left;
    width: 100%;
}
.product-manufacturer-info #brand-info .brand-img {
	padding: 20px;
	border: 1px solid #e1e1e1;
	position: relative;
	width: 380px;
	height: 280px;
	float: left;
}
.product-manufacturer-info #brand-info .brand-img img {
	max-height: 100%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-manufacturer-info #brand-info .brand-text {
	padding-left: 20px;
	width: calc(100% - 380px);
	float: left;
}
.product-manufacturer-info #brand-info .brand-text .brand-title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.product-manufacturer-info #brand-info .brand-text .brand-desc {
	font-size: 16px;
}
.product-manufacturer-info #brand-info .btn-div {
	padding: 15px 0;
}
.product-manufacturer-info #brand-info .btn-div a {
	margin: 0 10px;
}
.product-manufacturer-info #brand-info .btn-div a:nth-child(1) {
	margin-left: 0;
}
.product-manufacturer-info #brand-info .btn-div a:nth-last-child(1) {
	margin-right: 0;
}
.product-manufacturer-info #prod-listing {
	margin: 30px 0;
}
.product-manufacturer-info #prod-listing h3 {
	color: #333333;
	font-family: "Novecentosanswide Bold";
    font-size: 36px;
    line-height: 36px;
	text-transform: uppercase;
	padding: 20px 0;
    position: relative;
    margin-bottom: 15px;
}
.product-manufacturer-info #prod-listing h3:after {
    content: "";
    width: 40px;
    border-top: 3px solid #be9734;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.product-manufacturer-info #prod-listing .prod-listing-content {
	width: 60%;
	margin-left: 20%;
}

/* News & Events */
.bnews-list .artblock {
	padding: 30px 0 !important;
	border-bottom: 1px solid #e1e1e1;
}
.bnews-list .artblock .article-image {
	margin-bottom: 30px !important;
}
.bnews-list .artblock .name a {
	font-size: 24px !important;
}
.news-ncategory .bnews-list .name {
	clear: both;
}
.bnews-list .artblock .article-meta, 
.article-content .article-meta
{
	font-size: 14px !important;
	color: #333 !important;
	border: none !important;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.bnews-list .artblock .description {
	color: #333 !important;
}
.bnews-list .artblock .blog-button {
	text-align: left !important;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
.news-article  #image-article {
	margin-bottom: 30px;
}
.news-article .news-desc {
	clear: both;
}
.article-content {
	padding: 30px 0 !important; 
}
.article-content .name {
	clear: both;
	font-size: 24px !important;
	font-weight: bold;
}
.bnews-list .artblock .article-image,
.news-article #image-article
{
	width: 100%;
}

/* Checkout */
#cartSummary {
	margin-top: 50px;
}
#cartSummary .table-responsive {
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.2);
    box-shadow: 0px 0px 2px 1px rgba(102,102,102,0.2);
}
#cartSummary thead tr td {
	font-family: "Novecentosanswide Bold";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ebebeb;
	padding: 10px;
}
#cartSummary tr td {
	border-top-color: #e1e1e1;
}
#cartSummary .img-thumbnail {
	border-radius: 0;
}
.checkout-cart .buttons div,
.checkoutecat-cart .buttons div {
	margin-left: 10px;
}
.quickcheckout-checkout #button-login, 
.quickcheckoutecat-checkout #button-login
{
	padding: 6px 12px;
	min-height: 47px;
}
#quickcheckoutconfirm {
	margin-top: 50px;
}

.checkout-success h1,
.checkoutecat-success h1 {
	font-size: 48px;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #222 !important;
	margin-bottom: 50px !important;
}
.checkout-success #content h1 span.first-word,
.checkoutecat-success #content h1 span.first-word {
	font-weight: 700 !important;
	color: #222 !important;
}
.checkout-success #content h1:after,
.checkoutecat-success #content h1:after {
	content: none;
}
.checkout-success .order1,
.checkoutecat-success .order1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	padding: 15px 0;
}
.checkout-success .order2,
.checkoutecat-success .order2 {
	text-align: center;
	font-size: 24px;
	padding: 15px 0;
}
.checkout-success .order2 a,
.checkoutecat-success .order2 a {
	color: #f2b600;
	text-decoration: underline;
}
.checkout-success .receipt-link,
.checkoutecat-success .receipt-link {
	padding: 15px 0;
	text-align: center;
}
.checkout-success .receipt-link a,
.checkoutecat-success .receipt-link a {
	font-size: 24px;
	color: #0872b8;
}
.checkout-success .buttons,
.checkoutecat-success .buttons {
	text-align: center;
}

.success-content {
	background: #fff;
	padding: 50px 15px 80px;
	margin: 50px auto;
	width: 80%;
}
.success-content .success-title {
	font-family: "Novecentosanswide Bold";
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.success-content img {
	margin: 0 auto 50px;
}
.success-content .success-desc {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
    top: 50%;
    margin-top: -18.5px;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: -60px;
}
.owl-nav > *:nth-child(2){
	right: -60px;
}

.owl-dots{
	text-align: center;
}
#slideshow0 .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #be9734;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #be9734;
	border-color: #be9734; 
}


html .live-search .result-text{ 
	line-height: 34px; 
}

.live-search {
	line-height: 1.4em;
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 75px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 75px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

.desktoptable::before, .desktoptable::after { content:none; }
.desktoptable { display:table; table-layout:fixed; width:100%; margin:0; }
.desktoptable > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
	position: relative;
	padding: 0;
}

.iid-4 #content * {
	font-family: 'Nunito Sans', sans-serif !important;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 29px;
	}
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 14px;
	}
	.btn {
		padding: 9px 16px;
		min-width: 120px;	
	}
	.information-information #content {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.information-joinus #content {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.f-category .product-layout .product-thumb .text .ctgr-title.s1 a {
		font-size: 24px;
		line-height: 28px;
	}
	.f-category .product-layout .product-thumb .text {
		padding: 15px;
	}
}
@media (max-width: 991px) {	
	h1 {
		font-size: 27px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 15px;
	}
	h4 {
		font-size: 13px;
	}
	.btn {
		padding: 7px 12px;
		min-width: 100px;	
	}
	header .container {
		line-height: 90px;
	}
	header + div {
		margin-top: 133px;
	}
	#toggle {
		display: block !important;
	}
	.desktop-use #menu,
	.desktop-use .btn-div {
		display: none;
	}
	.mobile-tablet-show {
		display: block !important;
	}
	.mobile-tablet-hide {
		display: none !important;
	}
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	#logo img {
		max-width: 160px;
	}
	
	.f-category .product-layout .product-thumb .text .ctgr-title.s1 a {
		font-size: 20px;
		line-height: 24px;
	}
	
	#home-about-section {
		background: #EAE6E5 !important;
	}
	.common-home #content-section {
		width: 90%;
		margin-left: 5%;
	}
	
	.prod-content, .prod-text-content {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#logo img {
		margin: 15px 0;
	}
	body {
		font-size: 12px;
		line-height: 22px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	.btn {
		font-size: 12px;
	}
	.f-category .product-layout .product-thumb .text {
		padding: 15px 30px;
	}
	
	.iid-4 .content-text {
		width: 100%;
	}
	
	.information-contact .contact-info-text {
		margin-bottom: 50px;
	}
	
	.resume-div {
		display: block;
	}
	
	#cart .dropdown-menu,
	#cartecat .dropdown-menu,
	.for-acc .dropdown-menu
	{
		right: 0;
		left: auto;
	}
}
@media (min-width: 540px) {
	.f-category .product-layout {
		width: calc(100% - 15px);
	}
}

/* Brand */
.brand-container {
	width: 85%;
}
.brand-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.brand-wrap .brand-item {
	padding-top: 15px;
	padding-bottom: 15px;
}
.brand-wrap .brand-item .img-div {
	border: 1px solid #e1e1e1;
	background: #fff;
	position: relative;
	height: 300px;
}
.brand-wrap .brand-item .img-div img {
	max-height: 100%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.brand-wrap .brand-item .img-div a {
	display: block;
	height: 100%;
}
.brand-wrap .brand-item .name-div {
	text-align: center;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* Clientele */
.clientele-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.clientele-wrap .clientele-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.clientele-wrap .clientele-item .img-div {
	border: 1px solid #e1e1e1;
	background: #fff;
	position: relative;
	height: 200px;
}
.clientele-wrap .clientele-item .img-div img {
	max-height: 100%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.clientele-wrap .clientele-item .img-div a {
	display: block;
	height: 100%;
}
.clientele-wrap .clientele-item .name-div {
	text-align: center;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} 

@media(max-width:1600px) {
	.page-title {
		font-size: 30px;
	}
	.section-title,
	.section-title2,
	.product-manufacturer-info #prod-listing h3 
	{
		font-size: 30px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 14px;
	}
	.btn {
		padding: 12px 20px;
		font-size: 13px;
		border-radius: 25px;
		min-width: 150px;
	}
	.btn-number,
	select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control,
	.quickcheckout-checkout #button-login, .quickcheckoutecat-checkout #button-login { 
		min-height: 40px !important;
	}
	.f-category .fcat-content .ctgr-thumb .image .ctgr-title,
	.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title, .f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title a 
	{
		font-size: 16px;
	}
	.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li, .f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li a 
	{
		font-size: 14px;
	}
	.home-aboutus2 {
		width: 100%;
		font-size: 14px;
	}
	.home-aboutus2 span {
		font-size: 16px !important;
	}
	.about-us-content-1 .content-text, .about-us-content-2 .content-text {
		font-size: 14px;
	}
	#side-categories h2, #side-manufacturer h2,
	#side-categories .side-categories-level-1 .group .level-1
	{
		font-size: 20px;
	}
	.product-manufacturer-info #brand-info .brand-text .brand-title {
		font-size: 20px;
	}
	.product-manufacturer-info #brand-info .brand-text .brand-desc {
		font-size: 14px;
	}
	.bnews-list .artblock .name a,
	.article-content .name 
	{
		font-size: 20px !important;
	}
	.clientele-wrap .clientele-item .name-div {
		font-size: 16px;
	}
	.information-contact .contact-info-text .store-title {
		font-size: 16px;
	}
	#cartSummary thead tr td {
		font-size: 16px;
	}
	.prod-text-content .prod-name, .prod-text-content .prod-az-code, .prod-text-content .prod-brand, .prod-text-content .prod-model {
		font-size: 20px;
	}
	.brand-wrap .brand-item .img-div,
	#manuSlidefeature-manufacturer .img-div {
		height: 250px;
	}
	.success-content {
		padding: 30px 15px 50px;
		margin: 30px auto;
	}
	.success-content .success-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.success-content img {
		margin: 0 auto 30px;
	}
	.success-content .success-desc {
		font-size: 14px;
		line-height: 20px;
	}
	.checkout-success .order1, .checkoutecat-success .order1,
	.checkout-success .order2, .checkoutecat-success .order2,
	.checkout-success .receipt-link a, .checkoutecat-success .receipt-link a
	{
		font-size: 20px;
		padding: 10px 0;
	}
	.account-account .accounts .flex div:nth-child(1) {
		width: 80px;
	}
	.mailchimp-integration .container {
		padding: 30px 0 50px !important;
	}
}
@media(max-width:1300px) {
	body {
		font-size: 13px;
    	line-height: 23px;
	}
	#menu .nav > li > a {
		font-size: 14px;
    	line-height: 35px;
	}
	footer h4 {
		font-size: 14px;
	}
	footer {
		font-size: 13px;
		line-height: 25px;
	}
	#pg-margin-top {
		margin-top: 161px;
	}
	#pg-margin-top.wtb {
		margin-top: calc(161px + 24px);
	}
	.page-title {
		font-size: 26px;
	}
	.section-title, .section-title2, .product-manufacturer-info #prod-listing h3 {
		font-size: 26px;
		line-height: 26px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 13px;
	}
	.btn {
		font-size: 12px;
		border-radius: 20px;
		min-width: 120px;
	}
	.t14, select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .control-label {
		font-size: 13px !important;
	}
	#search .input-group-addon select {
		font-size: 13px;
	}
	.dropdown-menu {
		font-size: 13px;
	}
	#cart, #cartecat {
		padding: 0 5px;
	}
	.f-category {
		padding-top: 15px;
	}
	.f-category .fcat-content {
		margin-top: 30px;
	}
	.manufacturer,
	.clientele-slider-div,
	.featured,
	.home-aboutus-wrap .row {
		padding: 20px 0;
	}
	.manufacturer .section-title,
	.clientele-slider-div .section-title {
		margin-bottom: 30px !important;
	}
	.home-aboutus2 {
		font-size: 13px;
	}
	.home-aboutus2 span {
		font-size: 15px !important;
	}
	.home-aboutus-wrap .row {
		width: 90%;
	}
	.home-aboutus2 .section-title2 {
		margin-bottom: 20px;
	}
	.home-aboutus2 a.btn {
		margin-top: 10px;
	}
	.about-us-content-1 .content-text, .about-us-content-2 .content-text {
		font-size: 13px;
	}
	.about-us-content-1 .col-right {
		width: 50%;
	}
	.about-us-content-1 .content-text {
		margin-right: 15%;
	}
	.about-us-content-1, .about-us-content-2 {
		padding: 20px 0;
	}
	.about-us-content-1 .content-text, .about-us-content-2 .content-text {
		padding: 15px;
	}
	#side-categories h2, #side-manufacturer h2, #side-categories .side-categories-level-1 .group .level-1 {
		font-size: 16px;
	}
	#side-categories .sub a {
		font-size: 14px;
	}
	.prod-text-content .prod-name, .prod-text-content .prod-az-code, .prod-text-content .prod-brand, .prod-text-content .prod-model {
		font-size: 18px;
	}
	.brand-container {
		width: 90%;
	}
	.brand-wrap .brand-item .img-div,
	#manuSlidefeature-manufacturer .img-div {
		height: 200px;
	}
	.bnews-list .artblock .name a, .article-content .name {
		font-size: 16px !important;
	}
	.bnews-list .artblock .article-meta, .article-content .article-meta {
		font-size: 13px !important;
	}
	.clientele-wrap .clientele-item .name-div {
		font-size: 14px;
	}
	#cartSummary thead tr td {
		font-size: 14px;
		padding: 5px;
	}
	.product-thumb h4 {
		font-size: 13px;
	}
	.success-content .success-title {
		font-size: 28px;
	}
	.success-content .success-desc {
		font-size: 13px;
		line-height: 19px;
	}
	.checkout-success .order1, .checkoutecat-success .order1,
	.checkout-success .order2, .checkoutecat-success .order2,
	.checkout-success .receipt-link a, .checkoutecat-success .receipt-link a
	{
		font-size: 16px;
	}
	.information-contact .contact-info-form {
		padding: 20px 0;
	}
	.information-contact #contact-us-form {
		margin-top: 30px;
	}
	.mailchimp-integration .container {
		padding: 10px 0 20px !important;
	}
	.bkground {
		padding-bottom: 50px;
	}
}
@media(max-width:1100px) {
	header .container {
		line-height: 100px;
	}
	#top {
		top: 100px;
	}
	#top.wtb {
		top: calc(100px + 23px);
	}
	#pg-margin-top {
		margin-top: 126px;
	}
	#pg-margin-top.wtb {
		margin-top: calc(126px + 23px);
	}
	.section-title, .section-title2, .product-manufacturer-info #prod-listing h3 {
		font-size: 22px;
		line-height: 22px;
	}
	.brand-wrap .brand-item .img-div, #manuSlidefeature-manufacturer .img-div,
	.clientele-wrap .clientele-item .img-div {
		height: 150px;
	}
	.product-manufacturer-info #prod-listing {
		margin: 15px 0;
	}
	.product-thumb h4 {
		font-size: 12px;
	}
}
@media(max-width:991px) {
	header .container {
		width: 100%;
	}
	#top {
		display: none;
	}
	#pg-margin-top {
		margin-top: 100px;
	}
	#pg-margin-top.wtb {
		margin-top: calc(100px + 23px);
	}
	#logo {
		width: auto;
	}
	.featured .nav-tabs {
		padding: 10px 0;
	}
	.featured .nav-tabs > li a {
		padding: 5px;
		min-width: 80px;
	}
	.slick-prev {
		left: -30px;	
	}
	.slick-next {
		right: -30px;	
	}
	.about-us-content-1 {
		width: 100%;
		left: auto;
		right: auto;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.home-aboutus-wrap .col-sm-6,
	.about-us-content-1 .col-sm-6,
	.about-us-content-2 .col-sm-6 
	{
		width: 100%;
	}
	.about-us-content-1 .content-img {
		margin-left: 0;
	}
	.about-us-content-1 .content-text {
		margin-right: 0;
	}
	.about-us-content-2 img {
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	header .col-sm-3 {
		width: 180px;	
	}
	header .col-sm-5 {
		width: 250px;	
	}
}
@media(max-width:768px) {
	body {
		font-size: 12px;
		line-height: 22px;
	}
	.btn {
		font-size: 11px;
		min-width: 100px;
	}
	.section-title, .section-title2, .product-manufacturer-info #prod-listing h3 {
		font-size: 18px;
		line-height: 18px;
	}
	.f-category .fcat-content .ctgr-thumb .image .ctgr-title, .f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title, .f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-title a {
		font-size: 14px;
	}
	.f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li, .f-category .fcat-content .ctgr-thumb .overlay-text .ctgr-list li a {
		font-size: 12px;
	}
	#content.col-sm-12 .f-category .ctgr-layout {
		width: calc(100% / 3) !important;
	}
	#side-categories h2, #side-manufacturer h2, #side-categories .side-categories-level-1 .group .level-1 {
		font-size: 14px;
	}
	#side-categories .sub a {
		font-size: 12px;
	}
	#side-categories .side-categories-level-1 {
		margin-bottom: 5px;
	}
	#side-categories .group .item a {
		padding: 5px !important;
	}
	.product-category #column-left,
	.product-ecat #column-left {
		position: fixed;
		width: calc(100% - 70px);
        left: calc(-100% + 70px);
		top: 150px;
		z-index: 9;
		background: #fff;
		border: 1px solid #ddd;
		-webkit-transition: all .4s;
		transition: all .4s;	
		display: block !important;
		font-weight: 700;
	}
	.product-category .column-left-inner,
	.product-ecat .column-left-inner {
		max-height: 70vh;
		overflow-y: auto;
	}
	.product-category #column-left.open,
	.product-ecat #column-left.open {
		left: 0;
	}
	.product-category #side-categories,
	.product-ecat #side-categories {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#side-categories-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: -64px;
		padding: 10px;
		background: #fff;
		cursor: pointer;
		border: 1px solid #ddd;
	}
	.product-category #content,
	.product-ecat #content {
		width: 100%;
	}
	.product-layout {
		width: calc(100% / 3);
	}
	.prod-text-content .prod-name, .prod-text-content .prod-az-code, .prod-text-content .prod-brand, .prod-text-content .prod-model {
		font-size: 16px;
	}
	.product-thumb .price {
		font-size: 13px;
	}
	#cartSummary thead tr td {
		font-size: 13px;
	}
	.quickcheckout-heading {
		font-size: 14px;
	}
	label {
		font-size: 13px;
	}
}
@media(max-width:767px) {
	header .container {
		line-height: 1em;
		padding-bottom: 10px;
	}
	.mobile-menu-others {
		display: block;
	}
	.mobile-menu-others li {
		padding: 0 5px !important;
	}
	#top-links ul {
		line-height: 30px;
	}
	#pg-margin-top {
		margin-top: 92px;
	}
	#pg-margin-top.wtb {
		margin-top: calc(92px + 23px);
	}
	footer,
	#footer-bottom 
	{
		text-align: center;
	}
	footer h4:after {
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	footer {
		font-size: 12px;
		line-height: 24px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer h4 {
		font-size: 13px;
	}
	footer ul {
		margin-bottom: 30px;
	}
	footer .social-links {
		margin-bottom: 0;
	}
	.slick-dots li button:before {
		font-size: 40px;
		opacity: 1;
		color: #ddd;
	}
	.slick-dots li.slick-active button:before,
	.slick-dots li button:hover:before, 
	.slick-dots li button:focus:before {
		color: #be9734;
	}
	#logo img {
		margin: 10px auto 10px 0;
	}
	.page-title {
		font-size: 20px;
	}
	.btn {
		padding: 8px 12px;
	}
	.mobile-hide {
		display: none !important;
	}
	.home-aboutus2 span {
		font-size: 13px !important;
	}
	.home-aboutus2 {
		font-size: 12px;
	}
	.about-us-content-1 .content-text, .about-us-content-2 .content-text {
		font-size: 12px;
	}
	#side-categories h2, #side-manufacturer h2, #side-categories .side-categories-level-1 .group .level-1 {
		font-size: 13px;
	}
	.prod-text-content .prod-name, .prod-text-content .prod-az-code, .prod-text-content .prod-brand, .prod-text-content .prod-model {
		font-size: 14px;
	}
	.product-thumb .price {
		font-size: 12px;
	}
	.product-listing-view {
		margin: 30px 0;
	}
	#cartSummary thead tr td {
		font-size: 12px;
	}
	.t14, select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .control-label {
		font-size: 12px !important;
	}
	.btn-number, select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .quickcheckout-checkout #button-login, .quickcheckoutecat-checkout #button-login, #search input
	{
		min-height: 30px !important;
		height: 30px;
	}
	.bnews-list .artblock .name a, .article-content .name {
		font-size: 14px !important;
	}
	.bnews-list .artblock .article-meta, .article-content .article-meta {
		font-size: 12px !important;
	}
	.mailchimp-integration input[type="text"] {
		max-width: 300px !important;
	}
	#account-dropdown {
		padding: 0 5px;
	}
	#search .input-group-addon {
		display: none;
	}
	#search .input-lg {
		border-top-left-radius: 20px;
    	border-bottom-left-radius: 20px;
	}
	.product-manufacturer-info #brand-info .brand-img {
		width: 100%;
	}
	.product-manufacturer-info #brand-info .brand-text {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	label {
		font-size: 12px;
	}
	#search {
		padding-left: 10px;
	}
}
@media(max-width:600px) {
    #cartSummary tr td{
        padding: 4px;
    }
    .checkoutecat-cart table .input-group .form-control[name^=quantity], .checkout-cart table .input-group .form-control[name^=quantity]{
        min-width: 30px;
        padding: 0;
    }
    .checkoutecat-cart table .input-group-btn button, .checkout-cart table .input-group-btn button{
        padding: 0 8px !important;
    }
    .quickcheckout-cart td.quantity{
        min-width: 0px !important;
    }
	.page-title {
		font-size: 18px;
	}
	#content.col-sm-12 .f-category .ctgr-layout {
		width: calc(100% / 2) !important;
	}
	.product-layout {
		width: calc(100% / 2);
	}
	.prod-tabs .nav-tabs li {
		width: 100%;
	}
}
@media(max-width:550px) {
	.mobile-search,
	.mobile-cart {
		display: inline-block !important;
	}
	.cart-li {
		display: none !important;
	}
	header .col-sm-3 {
		width: 140px;
	}
	header .col-sm-5 {
		display: none;
	}
	#logo img {
		max-width: 120px;
	}
	#top-links li {
		vertical-align: middle;
	}
	#pg-margin-top {
		margin-top: 66px;
	}
	#pg-margin-top.wtb {
		margin-top: calc(66px + 23px);
	}
	header .container {
		padding-bottom: 0;
	}
	/*header .desktoptable {
		display: block;
	}
	header .desktoptable > div {
		display: block;
		float: left;
	}
	header .col-sm-3 {
		width: 160px;
	}
	header .col-sm-5, 
	header .col-sm-4
	{
		width: calc(100% - 160px);
    	display: inline-block;
	}
	header #search {
		margin: 0 auto;
	}*/
}
@media(max-width:480px) {
    #content.col-sm-12 .f-category .ctgr-layout {
		width: 100% !important;
	}
	#content.col-sm-12 .f-category .ctgr-layout .image img{
	       width: 100%;
	}
}
@media(max-height: 500px) {
	#mobile-menu ul li {
		padding: 5px 0;
	}
	#mobile-menu #mobile-menu-wrap {
		max-height: 90vh;
		overflow-y: auto;
	}
	#mobile-menu-wrap ul {
		margin-bottom: 5px;
	}
}

/* Additional Codes */
.pfix{
    position: fixed;
    top: -67px;
    width: 100%;
    z-index: 99;
}
.alert-success{
    color: #000000;
    background-color: #F8E08E;
    border-color: #F8E08E;
}
.redirect-btn{
    padding: 10px 0;
}
.featured  .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#cart .total{
    font-size: 13px;
    padding: 4px 0;
}
#cart .table>tbody>tr>td, #cart .table>tbody>tr>th, #cart .table>tfoot>tr>td, #cart .table>tfoot>tr>th, #cart .table>thead>tr>td, #cart .table>thead>tr>th{
    border-bottom: 1px solid #ddd;
}
#cartecat .redirect a, #cart .redirect a{
    display: inline-block;
    border: 1px solid #be9734;
    border-radius: 20px;
    padding: 6px 16px;
    background-color: #be9734;
    color: #fff;
}
.featured .product-thumb {
    max-width: 200px;
    max-height: 260px;
}

.header-welcome {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-right: 15px !important;
}
.manufacturer-containers {
	max-height: 380px;
	overflow-y: auto;
}
.gold {
	color: #be9734;
}
.yellow {
    background: rgba(190, 151, 52, 0.2) !important; 
}

@media (min-width: 551px) {
 .dropdown-toggle:hover + .dropdown-menu, .dropdown-menu:hover {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
 }
}

.product-ecat .bkground{
    /*background: rgba(190, 151, 52, 0.2);*/
    background: #fff;
}

.product-product2 .mfp-container,
.product-product .mfp-container{
    top: 0px !important;
    
}
.product-product2 .mfp-bg.mfp-ready,
.product-product .mfp-bg.mfp-ready{
    z-index: 99999 !important;
}

.product-product2 .mfp-wrap.mfp-ready,
.product-product .mfp-wrap.mfp-ready{
    z-index: 999999 !important;
}

.manufacturer-container{
    /*max-height: 200px;*/
}

.mailchimp-integration{
    display: none;
}
#selected-filter li{
    display: inline;
}
.remarks {
    background-color: #c7c7c7 !important;
}