body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: #393939;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

.text-muted {
	color: #b2b4b6;
}

.form-control {
	box-shadow: none;
	border-color: #e9e9e9;
	color: #393939;
}

.n-wrapper-form-control select {
	box-shadow: none;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar {
	min-height: inherit;
	margin-bottom: 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.nMobileNav {
	text-align: center;
}

.navigation-list li {
    width: 23.8%;
}

.navigation-list li a {
	color: #393939;
}

.wrap-left-menu .navigation-list li a {
	color: #fff;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}

.ccwrap {
	float: left;
}

.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 40px !important;
	box-shadow: none;
	border-radius: 0;
	border-color: #e9e9e9;
	font-size: 12px;
	border-top: none;
}

.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}

hr {
	border-top: 1px solid #edeeef;
}

.upsell-head {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.upsell-head h3 {
	margin-bottom: 0;
	font-size: 28px;
	text-transform: uppercase;
}

.upsell-head h3 span {
	padding: 0 30px;
	display: inline-block;
	background: #fff;
}

.upsell-head hr {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {

	.upsell-head h3 {
		font-size: 20px;
	}

	.upsell-head h3 span {
		padding: 0 15px;
	}
}


.just-in {
	padding: 6px 0;
	background: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

h1 {
	margin-top: 0;
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

.text-muted {
	color: #999;
}

.btn {
	text-transform: uppercase;
}

.dropdown-menu {
	border-color: #e9e9e9;
}

/* Header */

.wrapper-header {
	position: relative;
	z-index: 2;
	margin-bottom: 35px;
	padding: 34px 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.logo {
	margin-top: 0;
}

.top-acct {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-acct > li {
	float: left;
}

.header-search {
	width: 555px;
	margin-top: 0;
	margin-right: 76px;
	padding: 8px 11px;
	background: #f3f4f5;
}

.header-search .form-control {
	height: 40px;
	border-right: none;
}

.header-search .form-control:focus {
	border-color: #e9e9e9;
	background: #fff;
	box-shadow: none;
	outline: none;
}

.header-search .btn {
	padding-left: 18px;
	padding-right: 18px;
	height: 40px;
	margin-left: 0 !important;
}

.header-search .btn:hover,
.header-search .btn:focus {
	box-shadow: none;
	outline: none;
}

#header-cart,
.header-account {
	margin-top: 20px;
}

.top-acct > li > a {
	padding: 7px 12px;
	font-size: 14px;
	color: #393939;
	display: block;
}

.top-acct > li#header-cart > a {
	position: relative;
	padding: 5px 0 4px 12px;
	font-size: 18px;
	font-weight: 700;
	color: #0061a5;
}

.top-acct > li#header-cart > a > .fa-shopping-cart {
	padding-right: 9px;
}

.crt-cnt {
	position: absolute;
	top: -5px;
    left: 18px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	background: #ef5c5c;
	border-radius: 50%;
}

.top-acct > li .dropdown-menu {
	margin-top: 0;
}

#header-cart.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

@media (max-width: 1199px) {

	.header-search {
		width: 420px;
		margin-right: 56px;
	}
}

@media (max-width: 991px) {

	.logo {
		margin-top: 8px;
	}

	.header-search {
		width: 400px;
		margin-right: 26px;
	}
}

@media (max-width: 767px) {

	.wrapper-header {
		padding: 15px 0 5px;
	}

	.logo {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.top-acct {
		width: 100%;
		float: left;
	}

	.header-search {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}


}


/* Sidebar */

.panel-default {
    border-color: #e9e9e9;
	border-bottom-width: 2px;
	box-shadow: none;
}

.panel-heading {
    padding: 12px 15px;
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #393939;
	border-color: #e9e9e9;
}

#left-sidebar .panel-default > .panel-heading.panel-heading-categories {
	background-color: #0061a5;
}

.panel-title {
    font-size: 14px;
	text-transform: uppercase;
}

#left-sidebar .list-group.list-group-side-menu li a {
	position: relative;
	padding-right: 20px;
}

#left-sidebar .list-group.list-group-side-menu li.dropdown > a:after {
	position: absolute;
	top: 12px;
	right: 14px;
	content: "\f105";
	font-family: FontAwesome;
	color: #bbbcbb;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    font-size: 13px;
	text-transform: uppercase;
}

.list-group-item {
    padding: 12px 15px;
    border: 1px solid #e9e9e9;
	color: #4c4c4c;
	font-size: 13px;
}

.panel-sidebar-filters .list-group-item {
	padding: 8px 15px;
    border: 1px solid #fff;
}

.panel-sidebar-filters .list-group-item.list-group-item-head {
	border-top-color: #e9e9e9;
}

/* Breadcrumbs */

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 2px 0 5px;
  color: #cacaca;
}

.breadcrumb > li a {
	color: #393939;
}

/* Pagination */

.wrapper-pagination {
	width: 100%;
	float: left;
	padding: 16px 5px 11px;
	background: #f3f4f5;
}

.pagination {
	margin: 0;
}

.pagination > li > a,
.pagination > li > span {
	color: #393939;
	border: 1px solid #e9e9e9;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #393939;
	background-color: #eeeeee;
	border-color: #e9e9e9;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #393939;
	border-color: #e9e9e9;
}

/* Carousel */

#homepageCarousel {
	margin-bottom: 15px;
}

#homepageCarousel.carousel .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

#homepageCarousel.carousel .carousel-inner .active {
  opacity: 1;
}

#homepageCarousel.carousel .carousel-inner .active.left,
#homepageCarousel.carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

#homepageCarousel.carousel .carousel-inner .next.left,
#homepageCarousel.carousel .carousel-inner .prev.right {
  opacity: 1;
}

#homepageCarousel.carousel .carousel-control {
  z-index: 2;
}

.carousel .item.next .carousel-caption, .carousel .item.prev .carousel-caption {
    opacity: 0;
}

.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  	-webkit-transition: opacity 1.3s;
}

.carousel-caption {
	width: 450px;
}

.caption-text {
	width: 100%;
	height: 100%;
	display: table;
}

.caption-conts {
	display: table-cell;
    vertical-align: middle;
}

.carousel-caption h3 {
	margin-bottom: 5px;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
}


.carousel-caption p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #f3f4f5;
}

.carousel-caption .btn {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.carousel-caption .btn i {
	margin-left: 7px;
}


.carousel-control {
	bottom: 28px;
	top: auto;
	width: 40px;
	height: 40px;
	z-index: 999;
	line-height: 40px;
	text-align: center;
	opacity: 1.0;
}


.carousel-control.left,
.carousel-control.right {
	background: #000;
}

.carousel-control.left {
	left: 0;
}

.carousel-control.right {
	left: 42px;
	right: auto;
}

.carousel-control.left:hover,
.carousel-control.left:focus {
	background: #000;
}

.carousel-control.right:hover,
.carousel-control.right:focus {
	background: #000;
}

.carousel-control .fa {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	display: inline-block;
}


@media screen and (min-width: 768px) {
	.carousel-caption {
		bottom: 0;
		top: 0;
		right: auto;
		left: 56px;
		color: #fff;
		text-align: left;
		text-shadow: none;
		padding: 0;
	}
}


@media (max-width: 1199px) {


	.carousel-caption h3 {
		font-size: 25px;
	}

}

@media (max-width: 991px) {

	.carousel-caption {
		width: 300px;
	}


	.carousel-caption h3 {
		font-size: 18px;
	}

	.carousel-caption p {
		margin-bottom: 10px;
	}

	.carousel-caption .btn {
		padding: 6px 12px;
	}

}

@media (max-width: 767px) {

	.carousel-caption {
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		padding: 5px;
	}

	.carousel-caption {
		text-align: center;
	}

	.carousel-caption p {
		margin-bottom: 0;
		font-size: 12px;
	}

	.carousel-caption h3 {
		margin-bottom: 0;
		font-size: 14px;
	}

	.carousel-control {
		bottom: auto;
		top: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}



	.carousel-control.left {
		left: 0;
	}

	.carousel-control.right {
		left: 22px;
	}



}

@media (max-width: 550px) {

	.carousel-caption p {
		display: none;
	}

	.carousel-caption h3 {
		font-size: 12px;
	}


}

@media all and (transform-3d), (-webkit-transform-3d) {
    #homepageCarousel.carousel .carousel-inner > .item.next,
    #homepageCarousel.carousel .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #homepageCarousel.carousel .carousel-inner > .item.prev,
    #homepageCarousel.carousel .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    #homepageCarousel.carousel .carousel-inner > .item.next.left,
    #homepageCarousel.carousel .carousel-inner > .item.prev.right,
    #homepageCarousel.carousel .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Home Categories */

.row-home-categ {
	text-align: center;
}

.wrap-home-categ {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.home-categ-block {
	position: relative;
	width: 100%;
	float: left;
	padding: 15px;
	margin-bottom: 15px;
	background: url(../img/homecategbg.jpg) repeat #f1f2f3;
	cursor: pointer;
}

.home-categ-block:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 15px solid #0061a5;
	border-left: 15px solid transparent;
}

.home-categ-img {
	width: 50%;
	height: 140px;
	float: left;
	text-align: center;
	display: table;
}

.categ-img-conts {
	display: table-cell;
	vertical-align: middle;
}

.home-categ-img img {
	max-width: 100%;
}

.home-categ-text {
	width: 50%;
	padding-left: 8px;
	float: left;
	text-align: left;
}

.home-categ-text-det {
	width: 100%;
	height: 140px;
	float: left;
	display: table;
}

.categ-text-conts {
	display: table-cell;
	vertical-align: middle;
}

.home-categ-text h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.home-categ-text a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1199px) {

	.home-categ-text h3 {
		font-size: 14px;
	}

	.home-categ-text a {
		font-size: 11px;
	}
}



@media (max-width: 510px) {

	.wrap-home-categ {
		width: 100%;
	}
}


/* Home Category Info */

.row-home-categ-info {
	text-align: center;
}

.wrap-home-categ-info {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.home-categ-info-block {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}

.home-categ-info-head {
	width: 100%;
	float: left;
	margin-bottom: 18px;
	cursor: pointer;
}

.categ-info-img {
	width: 40px;
	height: 40px;
	float: left;
	display: table;
	border: 1px solid #0061a5;
	background: #fff;
	overflow: hidden;
}

.categ-info-img-conts {
	display: table-cell;
	vertical-align: middle;
}

.categ-info-img img {
	max-width: 100%;
}

.categ-info-name {
	width: 222px;
	height: 40px;
	padding-left: 15px;
	float: left;
	display: table;
	text-align: left;
}

.categ-info-name-conts {
	display: table-cell;
	vertical-align: middle;
}

.categ-info-name h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.home-categ-info-text {
	width: 100%;
	float: left;
	text-align: left;
}

.home-categ-info-text p {
	margin-bottom: 0;
}

@media (max-width: 1199px) {

	.categ-info-name {
		width: 172px;
	}

	.categ-info-name h3 {
		font-size: 16px;
	}
}

@media (max-width: 991px) {

	.categ-info-name {
		width: 117px;
	}

	.categ-info-name h3 {
		font-size: 14px;
	}

	.home-categ-info-text p {
		font-size: 12px;
	}
}

@media (max-width: 767px) {

	.categ-info-name {
		width: 172px;
	}

}

@media (max-width: 510px) {

	.wrap-home-categ-info {
		width: 100%;
	}

	.home-categ-info-block {
		margin-bottom: 15px;
	}

}


/* Category */

.wrap-categ-img {
	margin-bottom: 20px;
}

.wrap-categ-img img {
	max-width: 100%;
}

.content-head {
	margin-bottom: 20px;
	color: #0061a5;
	text-transform: uppercase;
}

.wrap-conts-desc {
	margin-bottom: 20px;
}

.wrap-sortby {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	padding: 15px 5px;
	background: #f3f4f5;
}

.viewby {
	width: 92px;
	float: left;
}

.viewby .btn.active {
	background: #393939;
	border-color: #393939;
	box-shadow: none;
	color: #fff;
}

.sortbydrop {
	width: 202px;
	float: left;
}

@media (max-width: 767px) {

	.sortbydrop {
		width: 140px;
	}

}

@media (max-width: 343px) {

	.sort_container .btn {
		padding: 6px 8px;
		font-size: 14px;
	}

}

/* Thumbnail */

.wrap-sku-rev {
	padding-bottom: 8px;
	color: #0061a5;
	font-size: 12px;
}

.wrap-sku-rev span {
	font-weight: 700;
	text-transform: uppercase;
}

.rev-list {
	padding-left: 8px;
}

.wrap-prod-list-det {
	padding-left: 0;
}

.wrap-prod-list-price {
	text-align: right;
}

.thumbnail .caption h3 {
	text-transform: uppercase;
}

.thumbnail .caption h3 a {
	color: #393939;
}

.thumb_list h3 {
	margin-bottom: 7px;
	font-size: 16px;
	text-transform: uppercase;
}

.thumb_list h3 a {
	color: #393939;
}

.caption .price {
    font-weight: 700;
	color: #0061a5;
	text-transform: uppercase;
}

.thumb_list .price {
	font-size: 18px;
	font-weight: 700;
	color: #0061a5;
	text-transform: uppercase;
}

.skuthumb {
	height: 15px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 11px;
}

.skuthumb span {
	font-weight: 700;
}

.wrap-list-features {
	margin-bottom: 10px;
	padding-top: 16px;
	border-top: 1px solid #f3f4f5;
}

.thumb_list .panel-default {
	box-shadow: none;
	border-color: #e9e9e9;
}

.thumb_list .panel-body {
	position: relative;
}

.thumbnail:before,
.thumb_list .panel-body:before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 0;
	height: 0;
	border-top: 15px solid #0061a5;
	border-right: 15px solid transparent;
}

.list-stock-info {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0fab0b;
}

.list-stock-info.stock-info-out {
	color: #393939;
}

@media (max-width: 991px) {

	.wrap-prod-list-price {
		text-align: left;
	}

}

/* Product Page */

.prodrating {
	color: #f0ad4e;
}

.panel-product.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-product .panel-default {
	border: none;
	box-shadow: none;
}

.panel-product .panel-heading {
	padding: 0;
}

.panel-product .panel-heading h4 a {
	display: block;
	padding: 14px 16px;
}

.panel-product .panel-body {
	border: none !important;
}

.panel-product .panel-title a {
	background: #e4e4e4;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.panel-product .panel-title a:before{
	width: 24px;
    content: "\f146";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#000;
}

.panel-product .panel-title a.collapsed {
	background: #efefef;
	color: #000;
}

.panel-product .panel-title a.collapsed:before {
	width: 24px;
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#000;
}
.nav-tabs {
	border-color: #efefef;
}
.nav-tabs > li > a {
    background: #efefef;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom-color: #efefef;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	color: #000;
	border-color: #efefef;
	border-bottom-color: #fff;
}
.wrap-prod-addinfo h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.row-enquiry {
	padding-top: 15px;
	padding-bottom: 20px;
}

.productdetails p:first-child {
	font-size: 14px;
    line-height: 1.42857143;
}

.wrap-prod-vid {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    display: box;
	margin-bottom: 20px;
}
.wrap-prod-vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){
	.nav-tabs > li > a .fa {
		display: none;
	}
}


/* Footer */

.wrapper-footer {
	padding: 65px 0 40px;
	background: #393939;
	color: #fff;
}

.wrapper-footer h4 {
	margin-bottom: 16px;
	font-size: 13px;
	text-transform: uppercase;
}

.wrapper-footer .nav {
	margin-bottom: 30px;
}

.wrapper-footer .nav > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	color: #f3f4f5;
}

.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	color: #fff;
	background: none;
}

.wrap-footer-links {
	width: 49%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.wrapper-footer .list-social a {
    font-size: 30px;
    color: #f3f4f5;
}

.wrapper-footer .list-social a:hover,
.wrapper-footer .list-social a:focus {
	color: #fff;
}

.wrapper-footer .payment-icon-container {
    padding: 5px 10px;
    background: #fff;
    height: 40px;
}

.wrap-footer-contact {
	padding-left: 45px;
}

.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.footer-contact li {
	margin-bottom: 25px;
	font-size: 13px;
	color: #f3f4f5;
}

.footer-contact li span {
	font-weight: 700;
}

.footer-contact li a {
	color: #f3f4f5;
}

.footer-address {
	padding-right: 15px;
}

.wrap-footer-payment {
	padding-left: 45px;
}

.list-footer-logo {
	margin-top: 20px;
}

@media (max-width: 1199px) {

	.wrap-footer-contact {
		padding-left: 15px;
	}

	.wrap-footer-payment {
		padding-left: 15px;
	}

	.footer-address {
		padding-right: 0;
	}
}

@media (max-width: 991px) {

	.wrap-footer-links {
		width: 25%;
		float: left;
		display: block;
	}
}

@media (max-width: 767px) {

	.wrap-footer-links {
		width: 100%;
	}
}


/* Footer Copyright */

.wrapper-footer-copyr {
	padding: 30px 0;
	background: #252525;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

.wrapper-footer-copyr a {
	color: #0061a5;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#mob-menu,
	#mob-menu ul {
		list-style:none;
	}

	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}

	#mob-menu li a,
	#mob-menu-cat li a{
		color: #393939;
		font-size: 13px;
	}

	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #393939;
		font-size: 12px;
	}

	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
	}

	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #393939;
		font-size: 12px;
	}

	#mob-menu .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #393939;
		width: 10px;
	}


	#mob-menu .mob-drop.collapsed{
		color: #393939;
	}

	#mob-menu .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #393939;
	}

	#mob-menu .collapse-menu li.open > a,
	#mob-menu .collapse-menu li.open > a:hover,
	#mob-menu .collapse-menu li.open > a:focus {
		color: #393939;
		background: none;
	}

	#mob-menu-cat {
		list-style:none;
	}

	#mob-menu-cat ul {
	  list-style: none;
	}

	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}

	#mob-menu-cat .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #393939;
		font-size: 12px;
	}

	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 25px 13px;
		border-top: none;
 		 box-shadow: none;
	}

	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #393939;
		font-size: 12px;
	}

	#mob-menu-cat .dropdown-menu-horizontal li a:hover{
		background: none;
	}

	#mob-menu-cat .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #393939;
		width: 10px;
	}


	#mob-menu-cat .mob-drop.collapsed{
		color: #393939;
	}

	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #393939;
	}

	#mob-menu-cat .collapse-menu li.open > a,
	#mob-menu-cat .collapse-menu li.open > a:hover,
	#mob-menu-cat .collapse-menu li.open > a:focus {
		color: #393939;
		background: none;
	}


}


/* Others */

.nactivity {
	display: none;
}

@media (min-width: 768px) {
	.wrapper-chemical-compatibility .compcat-listwrap {
	    margin: 0 -15px;
	}
}

.wrapper-chemical-compatibility select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#compat_list .loading_span {
    display: none !important;
}

.chemical-select span {
    font-size: 14px;
    font-weight: 700;
}

.wrapper-chemical-compatibility .wrapper-select-inline {
	width: 33.33%;
    float: left;
    padding: 0 15px;
	position: relative;
}

.wrapper-chemical-compatibility .compcat-listwrap::before,
.wrapper-chemical-compatibility .compcat-listwrap::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 767px) {
	.wrapper-chemical-compatibility .wrapper-select-inline {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

#compat3 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #ffffff;
	display: none;
	border: none;
}

.wrapper-select.initial {
    border: 1px solid #e9e9e9;
    height: 34px;
}

#compat3 .wrapper-select {
	border-radius: 4px;
}

#compat3 select.border {
	border: 1px solid #e9e9e9;
}

#compat2::before,
#compat2::after {
    content: "";
    position: absolute;
    bottom: 4px;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

#compat2::before {
    content: "+";
    left: -7px;
}

#compat2::after {
    content: "=";
    right: -6px;
}

@media (max-width: 991px) {
	.chemical-select h4 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	#compat2::before,
	#compat2::after {
		left: 0;
	    right: 0;
	    margin: 0 auto;
	    line-height: 20px;
	    text-align: center;
	}

	#compat2::before {
	    top: -17px;
	    bottom: auto;
	}

	#compat2::after {
	    top: auto;
	    bottom: -30px;
	}
}
