@import url('//fonts.googleapis.com/css?family=Lato:400,300');
* {
font-family: 'Lato', sans-serif;
}
body {
	background-color: #ffffff /*{body|background-color}*/;
	color: #333333 /*{body|text-colour}*/;
}
#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:15px;
}
a {
	color: #3f606e /*{body|link-colour}*/
}

a:hover, a:active {
	color: #000 /*{body|link-colour-hover}*/
}

/* Header */
.top-navbar-wrapper {
	background-color: #f6f6f6 /*{header|navbar-background-colour}*/;
}

.top-navbar-wrapper .navbar-default .navbar-nav > li > a {
	color: #777 /*{header|navbar-link-colour}*/;
}

.top-navbar-wrapper .navbar-default .navbar-nav > li > a:hover,
.top-navbar-wrapper .navbar-default .navbar-nav > li > a:focus {
	color: #333 /*{header|navbar-link-colour-hover}*/;
}

.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}

@media (max-width: 767px) {
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: #ffffff /*{header|background-colour}*/;
	}
}

.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}

.usps .fa {
	background-color: #3f606e /*{header|usp-background-colour}*/;
	color: #fff /*{header|usp-icon-colour}*/;
}

.usps span {
	color: #333 /*{header|usp-text-colour}*/;
}

.mobile-menu a,
.mobile-menu .dropdown-menu > li > a,
.mobile-cat-menu.navbar-nav > li > a,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a {
	color: #3f606e /*{header|mobile-link-colour}*/
}

.mobile-menu a:hover,
.mobile-menu a:active,
.mobile-cat-menu.navbar-nav > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:hover,
.mobile-cat-menu.navbar-nav > li > .dropdown-menu > li > a:active {
	color: #000 /*{header|mobile-link-colour-hover}*/
}

/* Footer */
.wrapper-top-footer {
	background-color: #f6f6f6 /*{footer|top-footer-background-color}*/;
}

.wrapper-top-footer p {
	color: #333 /*{footer|top-footer-text-colour}*/
}

.wrapper-footer {
	background-color: #192d38 /*{footer|footer-background}*/;
	color: #fff /*{footer|text-colour}*/;
}

.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background-color: #192d38 /*{footer|footer-background}*/;
}

.wrapper-footer a {
	color: #fff /*{footer|link-colour}*/;
}

.wrapper-footer a:hover,
.wrapper-footer a:active {
	color: #fd7e23 /*{footer|link-hover-colour}*/;
}

.wrapper-footer .link-header {
	color: #fff /*{footer|text-colour}*/;
}

.btn-primary {
	color: #FFFFFF;
	background-color: #3f606e /*{buttons|primary-colour}*/;
	border-color: #3f606e /*{buttons|primary-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	background-color: #4f7788 /*{buttons|primary-colour-hover}*/;
	border-color: #4f7788 /*{buttons|primary-colour-hover}*/;
}

.btn-success {
	color: #1a3440;
	background-color: #fd7e23 /*{buttons|success-colour}*/;
	border-color: #fd7e23 /*{buttons|success-colour}*/;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #1a3440;
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	background-color: #ff994f /*{buttons|success-colour-hover}*/;
	border-color: #ff994f /*{buttons|success-colour-hover}*/;
}

.banner-wrapper {
	background-color: #192d38 /*{banner|banner-background}*/;
	color: #fff /*{banner|text-colour}*/;
}

.login-form p > a {
	color: #fff /*{banner|text-colour}*/;
}

/* Thumbs */
.top-seller-label span {
	background-color: #4F777B /*{Thumbnails|top-seller-badge-background}*/;
	color: #fff /*{Thumbnails|top-seller-badge-colour}*/;
}

.sale-label span {
	background-color: #d30915 /*{Thumbnails|sale-badge-background}*/;
	color: #fff /*{Thumbnails|sale-badge-colour}*/;
}

/* Category Page */
@media (max-width: 991px) {
	.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: #3f606e /*{buttons|primary-colour}*/;
		border-color: #3f606e /*{buttons|primary-colour}*/;
	}

	.filter-section > h3 > a:hover,
	.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		color: #FFFFFF;
		background-color: #4f7788 /*{buttons|primary-colour}*/;
		border-color: #4f7788 /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active,
	.filter-section > h3 > a.active,
	.open > .dropdown-toggle.filter-section > h3 > a {
		background-image: none;
	}
	.filter-section > h3 > a.disabled,
	.filter-section > h3 > a[disabled],
	fieldset[disabled] .filter-section > h3 > a,
	.filter-section > h3 > a.disabled:hover,
	.filter-section > h3 > a[disabled]:hover,
	fieldset[disabled] .filter-section > h3 > a:hover,
	.filter-section > h3 > a.disabled:focus,
	.filter-section > h3 > a[disabled]:focus,
	fieldset[disabled] .filter-section > h3 > a:focus,
	.filter-section > h3 > a.disabled:active,
	.filter-section > h3 > a[disabled]:active,
	fieldset[disabled] .filter-section > h3 > a:active,
	.filter-section > h3 > a.disabled.active,
	.filter-section > h3 > a[disabled].active,
	fieldset[disabled] .filter-section > h3 > a.active {
		background-color: #4f7788 /*{buttons|primary-colour}*/;
		border-color: #4f7788 /*{buttons|primary-colour}*/;
	}
	.filter-section > h3 > a:active:hover,
	.filter-section > h3 > a.active:hover,
	.open > .dropdown-toggle.filter-section > h3 > a:hover,
	.filter-section > h3 > a:active:focus,
	.filter-section > h3 > a.active:focus,
	.open > .dropdown-toggle.filter-section > h3 > a:focus,
	.filter-section > h3 > a:active.focus,
	.filter-section > h3 > a.active.focus,
	.open > .dropdown-toggle.filter-section > h3 > a.focus {
		background-color: #ff994f /*{buttons|success-colour}*/;
		border-color: #ff994f /*{buttons|success-colour}*/;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.gst {
		display: block;
	}
}
.new-main-nav{background-color:#3f606e}
.navbar-newomg > ul > li > a{ color:#98c7da;}
.navbar-newomg > ul > li:hover > a{ background-color:#1b333d; color:#fff;}
.navbar-newomg > .navbar-nav > li > a{ padding-inline:30px !important;}


@media (max-width: 992px) and (min-width: 768px) {
.navbar-newomg > .navbar-nav > li > a{ padding-inline:20px !important;}
}

@media (max-width: 480px) {
    #n_home .banner-wrapper {
        min-height: 133px;
    }
    #n_home .category-images{
        max-height: 100vh;
    }
}

/* Tooltips To Suit Phones */
.tooltipwf {
  position: relative;
  display: inline-block;
  /* font-size: 95%; */
  /* border-bottom: 1px dotted black; */
}

.tooltipwf .tooltipwftext {
  visibility: hidden;
  width: 120px;
  /* background-color: black; */
  background-color: #e6e6e6;
  /* font-size: 95%; */
  /* color: #fff; */
  color: #777777;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipwf:hover .tooltipwftext {
  visibility: visible;
}


 /* omg - navfixed */
.dropdown-menu2 ul {
	list-style: none;
	padding-left: 15px;
}

.dropdown-menu2 li {
	position: relative;
}

.dropdown-menu2 li a, .dropdown-menu3 li>a {
	display: flex;
	padding: 5px 0;
	text-decoration: none;
	color: #333;
}

.submenu {
	display: none;
}
.submenu li {
    padding-left: 15px;
}

.dropdown-menu2 li.active > .submenu {
	display: block;
}

.arrow {
	transition: transform 0.3s;
	padding: 5px;
}

.dropdown-menu2 li.active > a > .arrow, .dropdown-menu3.active > a > .arrow {
	transform: rotate(180deg) translateX(0px) translateY(0px);
}

/* Custom css for filter  */
li.list-group-item li.filter-remove a:before {
    content: '\F14A\0020' !important;
    font-family: FontAwesome;
}
li.list-group-item li.filter a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
li.list-group-item li {
    list-style: none;
}
.list-group-item.dropdown-menu3 {
	/* position: relative;
	padding: 10px 15px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 20px;
	width: 300px; */
}

.list-group-item.dropdown-menu3 h4 {
	/* margin: 0 0 10px 0; */
	/* font-size: 16px; */
	/* cursor: pointer; */
	color: #0b0b0b;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-group-item.active, .list-group-item.active:hover {
	background-color: #fff;
	border-color: #fff;
}
.list-group-item.dropdown-menu3 h4::after {
	content: "▼";
	font-size: 12px;
	transition: transform 0.3s ease;
}
.has-submenu1 li.filter {
    padding-left: 10px;
}
li.list-group-item.dropdown-menu3 {
	padding: 0px 0px;
}
.list-group-item.dropdown-menu3.active .arrow::after {
	transform: rotate(180deg);
}
.hidden-xs a.list-group-item {
    padding: 6px 0 !important;
}
a.list-group-item {
    padding: 0;
}
.has-submenu1 {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.list-group-item.dropdown-menu3.active .has-submenu1 {
	max-height: 1000px; /* Adjust based on your content */
}

.has-submenu1 .list-group-item {
	display: block;
	/* color: #333; */
	text-decoration: none;
	transition: background-color 0.2s;
}
.dropdown-menu3 a, .dropdown-menu2 a {
	color: #333;
	text-decoration: none;
}
p#price-range-text {
    color: #333 !important;
}
@media (max-width: 767px) {
	.mobile-cat-menu > .dropdown > .dropdown-menu > li > a {
		padding: 5px 0 5px 8px;
	}
	.mobile-cat-menu.navbar-nav > li > a {
		padding: 5px 0 5px 0;
	}
	.navbar-nav .dropdown-menu > li > a {
        color: #3f606e;
    }
	.navbar-nav li > a {
        color: #333 !important;
    }
	.dropdown-menu3 {
		padding: 5px 0 !important;
	}
	
}